/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Local fonts only */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "ClashDisplay-Regular";
  font-weight: 400;
  font-display: swap;
  src: url("ClashDisplay-Regular.otf") format("otf");
}
@font-face {
  font-family: "Borensa";
  font-weight: 400;
  font-display: swap;
  src: url("Borensa.ttf") format("ttf");
}

* {
  box-sizing: border-box;
  font-family: "ClashDisplay-Regular", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1.3rem;
  font-family: "ClashDisplay-Regular", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: ClashDisplay-Regular, sans-serif;
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

.text_center {
  text-align: center;
}

:root {
  --sss_primary_color: #2c5aa0;
  --sss_secondary_color: #f4a261;
  --sss_accent_color: #e76f51;
  --sss_neutral_light: #f8f9fa;
  --sss_neutral_dark: #2d3436;
  --sss_text_color: #2d3436;
  --sss_background_color: #ffffff;
  --sss_border_color: #e9ecef;
  --sss_shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --sss_transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "ClashDisplay-Regular", sans-serif;
  line-height: 1.6;
  color: var(--sss_text_color);
  background-color: var(--sss_background_color);
}

.K0uH3FrHqydByUt {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}

.PuXB7hBDA {
  font-family: "Borensa", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
  text-align: center;
}

.YvEv7sC05f {
  font-family: "Borensa", sans-serif;
  font-size: 2.2rem;
  color: var(--sss_primary_color);
  margin-bottom: 0;
}

.xuKlwcyC5P {
  font-size: 2rem;
  font-weight: 600;
  color: var(--sss_secondary_color);
  margin-bottom: 1rem;
  text-align: center;
}

.iDZIemZM1Ghm {
  font-size: 1.4rem;
  color: var(--sss_text_color);
  margin-bottom: 1rem;
  text-align: center;
}

.jdrG4crUjiwEL {
  font-size: 1.4rem;
  padding: 12px 24px;
  background-color: var(--sss_primary_color);
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--sss_transition);
  display: inline-block;
  text-align: center;
}

.jdrG4crUjiwEL:hover {
  background-color: var(--sss_secondary_color);
  transform: translateY(-2px);
  box-shadow: var(--sss_shadow);
}

.CuzAjhQRPuK8cZ {
  background-color: var(--sss_background_color);
  box-shadow: var(--sss_shadow);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.h6RiMRUm5ts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.aJaLbBq7F8QOv {
  flex: 1;
}

.bqXteJx6uQjUhV {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.K7wdmQqtvh0P4 {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 10px;
}

.PcVkhK10w {
  color: var(--sss_primary_color);
}

.LGbNdjlkB05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 20px;
}

.p8U00nrpv9 {
  margin: 0;
}

.UQytOoU2ddAvR2U {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: var(--sss_transition);
  padding: 8px 16px;
  border-radius: 6px;
}

.UQytOoU2ddAvR2U:hover {
  color: var(--sss_primary_color);
  background-color: var(--sss_neutral_light);
}

.PEjB0MEC2T {
  min-height: calc(100vh - 200px);
}

.UwHGF89b1 {
  background-color: var(--sss_primary_color);
  color: var(--sss_neutral_light);
  padding: 3rem 0 1rem;
}

.I7hLL1QsRNl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
}

.jCG9IA4OcOL {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.jCG9IA4OcOL .xuKlwcyC5P {
  color: var(--sss_secondary_color);
}

.jCG9IA4OcOL .iDZIemZM1Ghm {
  color: var(--sss_neutral_light);
}

.s7JlLfhgGH,
.KEXJKmDFQCcF975,
.WB6pb8nOWQqB4vo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.KEXJKmDFQCcF975 {
  flex-direction: column;
  align-items: center;
}

.KhE1H0VOW5 {
  list-style: none;
  margin: 0;
}

.BcEokAXkB2yS {
  color: var(--sss_secondary_color);
  text-decoration: none;
  transition: var(--sss_transition);
}

.BcEokAXkB2yS:hover {
  color: var(--sss_accent_color);
  text-decoration: underline;
}

.B2cv5NJsso1rB {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--sss_border_color);
}

.B2cv5NJsso1rB .iDZIemZM1Ghm {
  font-size: 1.3rem;
  color: var(--sss_neutral_light);
}

@media (max-width: 768px) {
  .K0uH3FrHqydByUt {
    padding: 0 15px;
  }

  .K7wdmQqtvh0P4 {
    display: block;
  }

  .LGbNdjlkB05 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--sss_background_color);
    box-shadow: var(--sss_shadow);
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    gap: 10px;
  }

  .PMlxM9tz0aVp6M {
    display: flex;
  }

  .h6RiMRUm5ts {
    position: relative;
  }

  .PuXB7hBDA {
    font-size: 2.2rem;
  }

  .YvEv7sC05f {
    font-size: 1.8rem;
  }

  .xuKlwcyC5P {
    font-size: 1.6rem;
  }

  .I7hLL1QsRNl {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .s7JlLfhgGH,
  .WB6pb8nOWQqB4vo {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .PuXB7hBDA {
    font-size: 1.8rem;
  }

  .YvEv7sC05f {
    font-size: 1.6rem;
  }

  .xuKlwcyC5P {
    font-size: 1.4rem;
  }

  .iDZIemZM1Ghm {
    font-size: 1.3rem;
  }

  .jdrG4crUjiwEL {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

/* Thanks Page Styles */
.wLWTrs2iK2 {
  padding: 6rem 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.mdb6ImoYYbyvpF {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.jdW0CxZUl22 {
  font-size: 6rem;
  margin-bottom: 2rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.m1Gabz7lXHMiCyL {
  margin-bottom: 1rem;
  color: var(--sss_primary_color);
}

.wRNv8ZBOz {
  margin-bottom: 2rem;
  color: var(--sss_secondary_color);
}

.TLCuwostsd {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--sss_text_color);
}

.LMPlRU106 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.oFvRlMoQAjuP7 {
  padding: 15px 30px;
  font-size: 1.5rem;
  border-radius: 12px;
  min-width: 200px;
}

.LMIihkeScxcADx {
  background-color: var(--sss_secondary_color);
  color: white;
}

.LMIihkeScxcADx:hover {
  background-color: var(--sss_accent_color);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.eaXZi717Jx {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  border: 2px solid var(--sss_border_color);
}

.e4bfP58rXK2RWm {
  margin: 0;
  font-size: 1.3rem;
  color: var(--sss_text_color);
}

.P0Tnr5hqQ1f {
  color: var(--sss_primary_color);
  text-decoration: none;
  font-weight: 600;
  transition: var(--sss_transition);
}

.P0Tnr5hqQ1f:hover {
  color: var(--sss_secondary_color);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .wLWTrs2iK2 {
    padding: 4rem 0;
  }

  .jdW0CxZUl22 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }

  .TLCuwostsd {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }

  .LMPlRU106 {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .oFvRlMoQAjuP7 {
    font-size: 1.3rem;
    padding: 12px 25px;
    min-width: 180px;
  }

  .eaXZi717Jx {
    padding: 1.5rem;
  }

  .e4bfP58rXK2RWm {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .wLWTrs2iK2 {
    padding: 3rem 0;
  }

  .jdW0CxZUl22 {
    font-size: 3.5rem;
  }

  .TLCuwostsd {
    font-size: 1.3rem;
  }

  .oFvRlMoQAjuP7 {
    font-size: 1.3rem;
    padding: 10px 20px;
    min-width: 160px;
  }

  .eaXZi717Jx {
    padding: 1rem;
  }

  .e4bfP58rXK2RWm {
    font-size: 1.3rem;
  }
}

.X1uO9UL6os71EfU {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8),
      rgba(173, 236, 255, 0.5)
    ),
    url("site_img/fo86btbxwdw.webp") center/cover no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 4rem 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.X1uO9UL6os71EfU .K0uH3FrHqydByUt {
  position: relative;
  z-index: 2;
}

.z6d16Gh8NZVq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.zkGmKRarXn {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.hc1EAZWufz3hI {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: orange;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 2rem;
}

.pedPPVq0b {
  font-size: 1.5rem;
}

.fQdKocy0A5h5yf {
  font-size: 1.3rem;
  font-weight: 600;
}

.GI4NSm2LDINwwK {
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.IrBUYVIuaGM7T {
  color: var(--sss_secondary_color);
  margin-bottom: 2rem;
  font-size: 3rem;
}

.qzdu1AQmeyZJC {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  text-align: center;
  color: black;
}

.BlLkHSFS3k {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.Q8OaNl6VE5YC {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 120px;
}

.g7PuJL0v4Q4tL {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.Q8OaNl6VE5YC .iDZIemZM1Ghm {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 600;
}

.oiXfFyCBF {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.NYUNHSz29opC {
  width: 100%;
  max-width: 450px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.EyDsKiy1HeDlO {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4fd 100%);
}

.iAXPbrOoOugc {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.q49CjkVoS5 {
  color: var(--sss_secondary_color);
  margin-bottom: 3rem;
}

.DxAfF7BIJ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.shJOnTpUT9RXQ {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background: white;
  border-radius: 25px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: var(--sss_transition);
  border: 3px solid transparent;
}

.shJOnTpUT9RXQ:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.jA7T6KuLCVAJYew {
  border: 3px solid #28a745;
  background: linear-gradient(135deg, white 0%, #f8fff9 100%);
}

.s6sS3EvNogZMPp {
  border: 3px solid var(--sss_primary_color);
  background: linear-gradient(135deg, white 0%, #f0f8ff 100%);
}

.vEqizqLNiC {
  border: 3px solid #ffc107;
  background: linear-gradient(135deg, white 0%, #fffdf0 100%);
}

.C4AHgBtv6BZJ1c9 {
  padding: 2rem;
  text-align: center;
  position: relative;
}

.jA7T6KuLCVAJYew .C4AHgBtv6BZJ1c9 {
  background: linear-gradient(135deg, #28a745, #20c997);
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.s6sS3EvNogZMPp .C4AHgBtv6BZJ1c9 {
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.vEqizqLNiC .C4AHgBtv6BZJ1c9 {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.Fv4dzsURwfl {
  margin-bottom: 1rem;
}

.lcfv2nZnvp9JmR {
  font-size: 3rem;
  display: block;
}

.wlSXJ7PBYJ7M {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 600;
}

.xPhIDYRVNUQ9 {
  position: absolute;
  top: -15px;
  right: 20px;
  background: var(--sss_accent_color);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}

.K57eOLEVOc {
  padding: 2rem;
}

.wcBdIBw1pJijV {
  font-size: 1.4rem;
  color: var(--sss_primary_color);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.WAVoe2VPa9og7w {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.HUsrVsUy3DdJn {
  margin-bottom: 0.8rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--sss_border_color);
}

.HUsrVsUy3DdJn:last-child {
  border-bottom: none;
}

.HUsrVsUy3DdJn .iDZIemZM1Ghm {
  margin: 0;
  text-align: left;
  font-size: 1.3rem;
}

.J226qax8DeIgmbp {
  text-align: center;
  padding-top: 1rem;
  border-top: 2px solid var(--sss_border_color);
}

.IvScG5zJlAuRkd3 {
  font-size: 2.5rem;
  color: var(--sss_primary_color);
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.MKHwkjUwd4p {
  font-size: 1.3rem;
  color: var(--sss_secondary_color);
  font-weight: 600;
}

.wFPYcD4cryz5NN {
  padding: 4rem 0;
  background: white;
  position: relative;
}

.wFPYcD4cryz5NN .K0uH3FrHqydByUt {
  position: relative;
  z-index: 2;
}

.a3grnTfeu {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.V96d5TpbLs8VFs7 {
  color: var(--sss_secondary_color);
  margin-bottom: 3rem;
}

.RvEtQefyRFkcX {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  position: relative;
}

.RvEtQefyRFkcX::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 10%;
  right: 10%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--sss_primary_color),
    var(--sss_secondary_color),
    var(--sss_accent_color)
  );
  border-radius: 2px;
  z-index: 1;
}

.taOKFoTVtl {
  flex: 1;
  min-width: 280px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.HdABTlSGSqVM {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
  border: 4px solid white;
}

.BNYwtGU81Joly7 {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border: 2px solid var(--sss_neutral_light);
}

.PfmvqJfnU6C {
  font-size: 1.6rem;
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.rKOfeaDQFwaLn {
  text-align: left;
  line-height: 1.6;
  margin: 0;
}

.AMpadHmaNyJwue {
  font-size: 2rem;
  margin-top: 1rem;
}

.SnW3jvRu3Zj {
  padding: 4rem 0;
  background-color: var(--sss_primary_color);
  color: white;
}

.tgLGsI2FBMH {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}

.c7GDcvtfj1ShPn {
  color: #f4a261;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}

.LFK8DwdtSPIQ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

.fbN8RQMmlm7Jg {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.EZkuS60XNC6l {
  background: rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 2rem;
}

.WNo9WfPGIp {
  margin-bottom: 1.5rem;
}

.x04K6e0dp {
  font-size: 4rem;
  color: #ffd700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.fW2yWk8KY {
  font-size: 2rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 600;
}

.Ab8AxXlsopo {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.7;
}

.lmGcnVfFCg5 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tpcMtci71 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.JQ08kXEmwVlnvj {
  flex-shrink: 0;
  font-size: 2rem;
  color: #ffd700;
}

.RQ0vBWvn6ccija {
  flex: 1;
  min-width: 200px;
}

.NsevwQLl2 {
  font-size: 1.4rem;
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.KRwpafd79AeS {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5;
}

.JPNwuYLT7In {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pLuEkBXeHp9C3 {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}

.WIxPkR5Sz1qkZo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.Mmtz2HHIznOCdK9 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.CrdJGAtkiqa11 {
  background: #ffd700;
  color: #333;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.nOgcyJFJiCdtAO {
  flex: 1;
}

.nOgcyJFJiCdtAO .iDZIemZM1Ghm {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.jyScXauAulJ4kRw {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4fd 100%);
}

.TZhvjUmf5ZvfhG {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
}

.nQlsCSxLp1Aud {
  color: var(--sss_secondary_color);
  margin-bottom: 3rem;
}

.m4QXz4sQyWtwoHB {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.dITp5D5wApO3Nud {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: var(--sss_transition);
  border: 2px solid transparent;
}

.dITp5D5wApO3Nud:hover {
  border-color: var(--sss_primary_color);
  transform: translateY(-2px);
}

.kEWpBTRgij {
  padding: 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--sss_transition);
}

.kEWpBTRgij:hover {
  background: var(--sss_neutral_light);
}

.D0HlMPJ5vR {
  font-size: 1.6rem;
  color: var(--sss_primary_color);
  margin: 0;
  font-weight: 600;
}

.OguAPyGfvPpP {
  font-size: 2rem;
  color: var(--sss_secondary_color);
  font-weight: bold;
  transition: var(--sss_transition);
}

.dITp5D5wApO3Nud.active .OguAPyGfvPpP {
  transform: rotate(45deg);
}

.PUOwCltXmYHSH {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.dITp5D5wApO3Nud.active .PUOwCltXmYHSH {
  max-height: 200px;
  padding: 0 2rem 2rem 2rem;
}

.g9ayUdOIW {
  margin: 0;
  line-height: 1.6;
  color: var(--sss_text_color);
}

@media (max-width: 768px) {
  .z6d16Gh8NZVq {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .GI4NSm2LDINwwK {
    font-size: 2.8rem;
  }

  .IrBUYVIuaGM7T {
    font-size: 1.8rem;
  }

  .qzdu1AQmeyZJC {
    font-size: 1.4rem;
    text-align: center;
  }

  .BlLkHSFS3k {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .shJOnTpUT9RXQ {
    max-width: 100%;
  }

  .RvEtQefyRFkcX {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .RvEtQefyRFkcX::before {
    display: none;
  }

  .LFK8DwdtSPIQ {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .fbN8RQMmlm7Jg {
    max-width: 100%;
  }

  .tpcMtci71 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .RQ0vBWvn6ccija {
    min-width: 100%;
  }

  .JPNwuYLT7In {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .X1uO9UL6os71EfU {
    padding: 2rem 0;
  }

  .GI4NSm2LDINwwK {
    font-size: 2.2rem;
  }

  .IrBUYVIuaGM7T {
    font-size: 1.6rem;
  }

  .qzdu1AQmeyZJC {
    font-size: 1.3rem;
  }

  .Q8OaNl6VE5YC {
    padding: 1rem;
  }

  .g7PuJL0v4Q4tL {
    font-size: 2rem;
  }

  .Q8OaNl6VE5YC .iDZIemZM1Ghm {
    font-size: 1.3rem;
  }

  .EyDsKiy1HeDlO {
    padding: 2rem 0;
  }

  .C4AHgBtv6BZJ1c9 {
    padding: 1.5rem;
  }

  .wlSXJ7PBYJ7M {
    font-size: 1.6rem;
  }

  .K57eOLEVOc {
    padding: 1.5rem;
  }

  .wcBdIBw1pJijV {
    font-size: 1.3rem;
  }

  .HUsrVsUy3DdJn .iDZIemZM1Ghm {
    font-size: 1.3rem;
  }

  .IvScG5zJlAuRkd3 {
    font-size: 2rem;
  }

  .wFPYcD4cryz5NN {
    padding: 2rem 0;
  }

  .HdABTlSGSqVM {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }

  .BNYwtGU81Joly7 {
    padding: 1.5rem;
  }

  .PfmvqJfnU6C {
    font-size: 1.4rem;
  }

  .rKOfeaDQFwaLn {
    font-size: 1.3rem;
  }

  .SnW3jvRu3Zj {
    padding: 2rem 0;
  }

  .EZkuS60XNC6l {
    padding: 2rem;
  }

  .fW2yWk8KY {
    font-size: 1.6rem;
  }

  .Ab8AxXlsopo {
    font-size: 1.3rem;
  }

  .tpcMtci71 {
    padding: 1rem;
  }

  .NsevwQLl2 {
    font-size: 1.3rem;
  }

  .KRwpafd79AeS {
    font-size: 1.3rem;
  }

  .JPNwuYLT7In {
    padding: 2rem;
  }

  .pLuEkBXeHp9C3 {
    font-size: 1.6rem;
  }

  .jyScXauAulJ4kRw {
    padding: 2rem 0;
  }

  .kEWpBTRgij {
    padding: 1.5rem;
  }

  .D0HlMPJ5vR {
    font-size: 1.4rem;
  }

  .OguAPyGfvPpP {
    font-size: 1.8rem;
  }

  .dITp5D5wApO3Nud.active .PUOwCltXmYHSH {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

  .g9ayUdOIW {
    font-size: 1.3rem;
  }
}
