/*! 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;
  }
}

.Gq9zcvdAbLjfq {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9),
      rgba(173, 236, 255, 0.7)
    ),
    url("site_img/fo86btbxwdw.webp") center/cover no-repeat;
  padding: 4rem 0;
  margin-bottom: 3rem;
}

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

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

.bxztN8KUCHCPb {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--sss_text_color);
}

.sBGV7dEuQu {
  text-align: center;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto;
}

.sBGV7dEuQu .iDZIemZM1Ghm {
  color: var(--sss_secondary_color);
  font-weight: 600;
  margin: 0;
}

.jxaNDQHQaiLeePm {
  padding: 4rem 0;
  background-color: var(--sss_background_color);
}

.lb2J9LAyANLFuP {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: var(--sss_shadow);
  margin-bottom: 3rem;
  text-align: center;
}

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

.X68PM8yUKbRnJJ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.LRlmClgOblDDs {
  display: block;
  padding: 1rem 10px;
  background: linear-gradient(
    135deg,
    var(--sss_primary_color),
    var(--sss_secondary_color)
  );
  color: white;
  text-decoration: none;
  border-radius: 15px;
  font-weight: 600;
  transition: var(--sss_transition);
  text-align: center;
  font-size: 14px;
}

.LRlmClgOblDDs:hover {
  background: linear-gradient(
    135deg,
    var(--sss_secondary_color),
    var(--sss_accent_color)
  );
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.puLAXXRXkm3S {
  max-width: 1000px;
  margin: 0 auto;
}

.mQTXCzLKh5 {
  background: white;
  margin-bottom: 3rem;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--sss_neutral_light);
}

.n13zF5REjlU {
  color: var(--sss_primary_color);
  margin-bottom: 2rem;
  font-size: 2.5rem;
  padding: 2rem 2rem 0;
}

.kZLhrx6S54Jy {
  padding: 0 2rem 2rem;
}

.ZwEvK8hUJB {
  color: var(--sss_secondary_color);
  margin: 2rem 0 1rem;
  font-size: 1.8rem;
  border-bottom: 2px solid var(--sss_neutral_light);
  padding-bottom: 0.5rem;
}

.tvba9dGA2 {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.UOSoSlkUqp {
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(173, 236, 255, 0.1);
  border-radius: 10px;
  border-left: 4px solid var(--sss_secondary_color);
}

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

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

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

.wM2KkZUQrP {
  background-color: var(--sss_primary_color);
  color: white;
  padding: 3rem;
  border-radius: 25px;
  margin-top: 3rem;
  text-align: center;
}

.g4azFl0brDAikY9 {
  color: white;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.STpEEybdrJ {
  max-width: 800px;
  margin: 0 auto;
}

.oFFhV6oI7wV9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

.QSTWjW8g5 {
  flex: 1;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.QSTWjW8g5 .iDZIemZM1Ghm {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.QSTWjW8g5 .J3rSrNG1E {
  color: #f4a261;
  font-weight: 600;
}

.QSTWjW8g5 .J3rSrNG1E:hover {
  color: #ffd700;
}

.dbQ0IuIGeJHEtA {
  margin-top: 2rem;
}

.uSS2DHB4k {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  padding: 15px 30px;
  border-radius: 50px;
  transition: var(--sss_transition);
}

.uSS2DHB4k:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

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

  .sJcYGzpL22LJu {
    font-size: 2.5rem;
  }

  .TU9NMpjjIQG {
    font-size: 2rem;
  }

  .bxztN8KUCHCPb {
    font-size: 1.4rem;
  }

  .lb2J9LAyANLFuP {
    padding: 1.5rem;
  }

  .X68PM8yUKbRnJJ {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .ANgI41HgPeyfRj {
    min-width: 280px;
  }

  .n13zF5REjlU {
    font-size: 2rem;
    padding: 1.5rem 1.5rem 0;
  }

  .kZLhrx6S54Jy {
    padding: 0 1.5rem 1.5rem;
  }

  .ZwEvK8hUJB {
    font-size: 1.6rem;
  }

  .wM2KkZUQrP {
    padding: 2rem;
  }

  .g4azFl0brDAikY9 {
    font-size: 2rem;
  }

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

  .QSTWjW8g5 {
    min-width: 280px;
    padding: 1.5rem;
  }
}

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

  .TU9NMpjjIQG {
    font-size: 1.6rem;
  }

  .bxztN8KUCHCPb {
    font-size: 1.3rem;
  }

  .lb2J9LAyANLFuP {
    padding: 1rem;
  }

  .ANgI41HgPeyfRj {
    min-width: 100%;
  }

  .n13zF5REjlU {
    font-size: 1.8rem;
    padding: 1rem 1rem 0;
  }

  .kZLhrx6S54Jy {
    padding: 0 1rem 1rem;
  }

  .ZwEvK8hUJB {
    font-size: 1.4rem;
  }

  .wM2KkZUQrP {
    padding: 1.5rem;
  }

  .g4azFl0brDAikY9 {
    font-size: 1.8rem;
  }

  .QSTWjW8g5 {
    min-width: 100%;
    padding: 1rem;
  }

  .uSS2DHB4k {
    font-size: 1.3rem;
    padding: 12px 24px;
  }
}
.BZo7K6Vxa {
  color: var(--sss_primary_color);
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
