/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Inter';
  src: url('/fontsDSKiDD/inter-variablefontDSKiDD.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.headerDSKiDD {
  background: #fff;
}

.header-innerDSKiDD {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 10px;
}

.navDSKiDD {
  margin-left: auto;
  margin-right: 24px;
}
.logoDSKiDD {
  display: flex;
  align-items: center;
}

.logoDSKiDD span {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-listDSKiDD {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-listDSKiDD a {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.actionsDSKiDD {
  display: flex;
  gap: 12px;
}

.btnDSKiDD {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.btn-outlineDSKiDD {
  color: #008ca2;
  border: 1px solid #008ca1;
  background: transparent;
}

.btn-fillDSKiDD {
  color: #fff;
  background: #008ca1;
  border: 1px solid #008ca1;
}

.burgerDSKiDD {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.burgerDSKiDD span {
  width: 28px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

.mobile-menuDSKiDD {
  position: fixed;
  inset: 0;
  background: #fff;
  display: none;
  padding: 24px;
  z-index: 1000;
}

.mobile-menuDSKiDD.is-open {
  display: block;
}

.mobile-closeDSKiDD {
  background: none;
  border: none;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 24px;
}

.mobile-navDSKiDD {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-navDSKiDD a {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.licenseDSKiDD {
  background: #008ca1;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 900;
}

@media (max-width: 1045px) {
  .navDSKiDD,
  .actionsDSKiDD {
    display: none;
  }

  .burgerDSKiDD {
    display: flex;
  }
  .header-innerDSKiDD {
    justify-content: space-between;
  }
}

.heroDSKiDD {
  padding: 80px 0;
  background-color: #f6f7f7;
}

.hero-innerDSKiDD {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-contentDSKiDD h1 {
  color: #000;
  font-family: Inter;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-contentDSKiDD h1 span {
  color: #ff8c00;
  display: block;
}

.hero-contentDSKiDD p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  max-width: 620px;
  margin-bottom: 32px;
}

.hero-buttonsDSKiDD {
  display: flex;
  gap: 16px;
}

.btn-primaryDSKiDD {
  padding: 14px 28px;
  border-radius: 999px;
  background: #008ca1;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondaryDSKiDD {
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid #008ca1;
  color: #008ca1;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.timerDSKiDD {
  border-radius: 20px;
  background: #fff;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 32px;
  text-align: center;
}

.timerDSKiDD h2 {
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.timer-dateDSKiDD {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

.timer-valuesDSKiDD {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.timer-valuesDSKiDD span {
  display: block;
  color: #757575;
  font-family: Inter;
  font-size: 50px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.5px;
}

.timer-valuesDSKiDD small {
  display: block;
  color: #757575;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.54px;
}

.timer-textDSKiDD {
  color: #767676;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.timer-btnDSKiDD {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 20px;
  background: linear-gradient(
    92deg,
    #ff8c00 0.04%,
    #ffac1b 52.03%,
    #ff8c00 99.75%
  );
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1);
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 900px) {
  .heroDSKiDD {
    padding: 18px 0;
  }

  .timerDSKiDD {
    padding: 15px 10px;
  }
  .hero-innerDSKiDD {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-contentDSKiDD h1 {
    font-size: 22px;
  }

  .timerDSKiDD h2 {
    font-size: 18px;
  }

  .timer-dateDSKiDD {
    font-size: 14px;
  }
  .hero-contentDSKiDD p {
    font-size: 14px;
  }

  .timer-valuesDSKiDD {
    gap: 12px;
  }
  .hero-buttonsDSKiDD {
    flex-direction: column;
    text-align: center;
  }

  .timer-valuesDSKiDD span {
    font-size: 28px;
  }

  .timer-valuesDSKiDD small {
    font-size: 14px;
  }
}

.entryDSKiDD {
  padding: 80px 0;
}

.entry-titleDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.entry-descDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  max-width: 720px;
  margin: 0 auto 48px;
}

.entry-listDSKiDD {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
}

.entry-cardDSKiDD {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #008ca2;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.entry-cardDSKiDD h3 {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.entry-priceDSKiDD {
  color: #008ca2;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}

.entry-subDSKiDD {
  color: #767676;
  font-family: Inter;
  font-size: 14px;
  margin-bottom: 30px;
}

.entry-featuresDSKiDD {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.entry-featuresDSKiDD li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.entry-featuresDSKiDD img {
  width: 18px;
  height: 18px;
}

.entry-btnDSKiDD {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 20px;
  background: #008ca2;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.entry-popularDSKiDD {
  border-radius: 20px;
  border: 1px solid #ff8c00;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.25);
}

.popular-headerDSKiDD {
  display: flex;
  justify-content: space-between;
}

.entry-badgeDSKiDD {
  border-radius: 20px;
  background: linear-gradient(90deg, #ff8c00 0%, #ff6a00 100%);
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px;
}

@media (max-width: 900px) {
  .entry-listDSKiDD {
    grid-template-columns: 1fr;
  }

  .entry-titleDSKiDD {
    font-size: 20px;
  }

  .entry-descDSKiDD {
    font-size: 14px;
  }
}

.communityDSKiDD {
  background: rgba(199, 247, 255, 0.15);
  padding: 80px 0;
}

.community-titleDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.community-descDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  max-width: 720px;
  margin: 0 auto 48px;
}

.community-listDSKiDD {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 950px;
  margin: auto;
}

.community-itemDSKiDD {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #008ca2;
  padding: 30px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.community-itemDSKiDD img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.community-valueDSKiDD {
  color: #008ca2;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.community-textDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1024px) {
  .community-listDSKiDD {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .community-titleDSKiDD {
    font-size: 20px;
  }

  .community-descDSKiDD {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .community-listDSKiDD {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .community-valueDSKiDD {
    font-size: 32px;
  }

  .community-textDSKiDD {
    font-size: 16px;
  }
}

.stepsDSKiDD {
  padding: 80px 0;
}

.steps-titleDSKiDD {
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.steps-descDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  max-width: 720px;
  margin: 0 auto 48px;
}

.steps-listDSKiDD {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  max-width: 950px;
  margin: 0 auto;
}

.steps-itemDSKiDD {
  border-radius: 20px;
  border: 1px solid #008ca2;
  padding: 30px;
  background: #fff;
}

.steps-itemDSKiDD h3 {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.steps-itemDSKiDD p {
  color: #767676;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1024px) {
  .steps-listDSKiDD {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .steps-titleDSKiDD {
    font-size: 20px;
  }

  .steps-descDSKiDD {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .steps-itemDSKiDD {
    padding: 20px;
  }

  .steps-itemDSKiDD h3 {
    font-size: 18px;
  }

  .steps-itemDSKiDD p {
    font-size: 14px;
  }
}

.winnersDSKiDD {
  padding: 80px 0;
}

.winners-titleDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
}

.winners-descDSKiDD {
  margin-top: 12px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.winners-listDSKiDD {
  margin: auto;
  margin-top: 48px;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 950px;
}

.winner-cardDSKiDD {
  background: #eff7f8;
  border-radius: 20px;
  border: 1px solid #008ca2;
  padding: 28px 20px;
  text-align: center;
}

.winner-amountDSKiDD {
  display: block;
  color: #008ca2;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
}

.winner-nameDSKiDD {
  display: block;
  margin-top: 8px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
}

.winner-cityDSKiDD {
  display: block;
  margin-top: 6px;
  color: #767676;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .winners-listDSKiDD {
    grid-template-columns: repeat(2, 1fr);
  }

  .winner-amountDSKiDD {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .winners-titleDSKiDD {
    font-size: 20px;
  }

  .winners-descDSKiDD {
    font-size: 14px;
  }

  .winners-listDSKiDD {
    grid-template-columns: 1fr;
  }

  .winner-amountDSKiDD {
    font-size: 28px;
  }

  .winner-nameDSKiDD {
    font-size: 18px;
  }

  .winner-cityDSKiDD {
    font-size: 14px;
  }
}

.aboutDSKiDD {
  padding: 80px 0;
  background: linear-gradient(
      0deg,
      rgba(199, 247, 255, 0.15) 0%,
      rgba(199, 247, 255, 0.15) 100%
    ),
    #fff;
}

.about-boxDSKiDD {
  max-width: 600px;
  margin: 0 auto 60px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #008ca2;
  background: #fff;
  text-align: center;
}

.about-titleDSKiDD {
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-textDSKiDD {
  color: #767676;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.about-textDSKiDD:last-child {
  margin-bottom: 0;
}

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

.cta-titleDSKiDD {
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-textDSKiDD {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
}

.cta-btnDSKiDD {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  background: #008ca2;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

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

  .about-boxDSKiDD {
    padding: 24px;
    margin-bottom: 40px;
  }

  .about-titleDSKiDD,
  .cta-titleDSKiDD {
    font-size: 20px;
  }

  .about-textDSKiDD,
  .cta-textDSKiDD {
    font-size: 14px;
  }

  .cta-btnDSKiDD {
    width: 100%;
    max-width: 280px;
  }
}

.footerDSKiDD {
  background: #ccc;
  padding: 40px 0;
}

.footer-topDSKiDD {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logoDSKiDD {
  max-width: 260px;
  height: auto;
}

.footer-navDSKiDD ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-navDSKiDD a {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.176px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.footer-contentDSKiDD {
  margin-top: 24px;
}

.footer-contentDSKiDD p,
.footer-contentDSKiDD ul {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  word-wrap: break-word;
}

.footer-contentDSKiDD h2 {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0 6px;
}

.footer-contentDSKiDD a {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-badgesDSKiDD {
  margin: 24px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  list-style: none;
}

.footer-badgesDSKiDD p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.352px;
}

.footer-badgesDSKiDD li a img {
  height: 36px;
  width: auto;
  display: block;
}

.footer-copyDSKiDD {
  margin-top: 16px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-navDSKiDD ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-badgesDSKiDD {
    justify-content: flex-start;
  }
}

.helpDSKiDD {
  padding: 80px 0;
  overflow-x: hidden;
}

.help-titleDSKiDD {
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.help-descDSKiDD {
  margin-top: 12px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.help-gridDSKiDD {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.help-infoDSKiDD {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.help-cardDSKiDD {
  border-radius: 20px;
  border: 1px solid #008ca2;
  padding: 24px;
  box-sizing: border-box;
}

.help-cardDSKiDD h2 {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.help-cardDSKiDD p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}

.help-formDSKiDD {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
}

.form-titleDSKiDD {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
}

.help-formDSKiDD label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
}

.help-formDSKiDD input,
.help-formDSKiDD textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  outline: none;
}

.help-formDSKiDD textarea {
  resize: none;
  min-height: 80px;
}

.form-btnDSKiDD {
  width: 100%;
  margin-top: 10px;
  border-radius: 20px;
  background: #008ca2;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  padding: 14px;
  border: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .help-gridDSKiDD {
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .helpDSKiDD {
    padding: 60px 0;
  }

  .help-gridDSKiDD {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .help-cardDSKiDD {
    padding: 20px;
  }

  .help-formDSKiDD {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .help-titleDSKiDD {
    font-size: 22px;
  }

  .help-descDSKiDD {
    font-size: 14px;
  }

  .help-cardDSKiDD h3,
  .form-titleDSKiDD {
    font-size: 18px;
  }
}

.help-cardDSKiDD ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.help-cardDSKiDD ul li {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}

.faqDSKiDD {
  padding: 80px 0;
  max-width: 900px;
  margin: auto;
}

.faq-titleDSKiDD {
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.faq-listDSKiDD {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-itemDSKiDD {
  border-bottom: 1px solid #000;
}

.faq-questionDSKiDD {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.faq-questionDSKiDD span {
  color: #000;
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
}

.faq-questionDSKiDD img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.faq-answerDSKiDD {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding-right: 40px;
}

.faq-itemDSKiDD.is-open .faq-answerDSKiDD {
  max-height: 200px;
  margin-bottom: 24px;
}

.faq-itemDSKiDD.is-open .faq-questionDSKiDD img {
  transform: rotate(180deg);
}

.faq-helpDSKiDD {
  margin-top: 60px;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #008ca1 0%, #057383 100%);
  text-align: center;
}

.faq-helpDSKiDD h3 {
  color: #fff;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.faq-helpDSKiDD p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.faq-helpBtnDSKiDD {
  display: inline-block;
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1);
}

@media (max-width: 768px) {
  .faq-questionDSKiDD span {
    font-size: 20px;
  }

  .faq-helpDSKiDD {
    padding: 30px 20px;
  }

  .faq-helpDSKiDD h3 {
    font-size: 22px;
  }
}

.loginDSKiDD {
  padding: 80px 0;
}

.login-titleDSKiDD {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
}

.login-descDSKiDD {
  margin: 12px auto 40px;
  max-width: 620px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.login-formDSKiDD {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login-formDSKiDD label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.login-formDSKiDD input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  outline: none;
}

.login-linkDSKiDD {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  color: #767676;
}

.login-linkDSKiDD a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.login-btnDSKiDD {
  margin-top: 10px;
  border-radius: 20px;
  background: #008ca2;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  padding: 14px;
  border: none;
  cursor: pointer;
}

.login-successDSKiDD {
  margin-top: 12px;
  text-align: center;
  color: #008ca2;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .loginDSKiDD {
    padding: 60px 0;
  }
}
.registerDSKiDD {
  padding: 80px 0;
}

.register-titleDSKiDD {
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
}

.register-descDSKiDD {
  margin: 12px auto 40px;
  max-width: 520px;
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.register-formDSKiDD {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.register-gridDSKiDD {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.register-formDSKiDD label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.register-formDSKiDD input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  background: transparent;
}

.register-formDSKiDD input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.register-checkDSKiDD {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 12px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}

.register-formDSKiDD .register-checkDSKiDD {
  flex-direction: row;
}

.register-checkDSKiDD input[type='checkbox'] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0 0;
  flex-shrink: 0;
  cursor: pointer;
}

.register-checkDSKiDD span {
  line-height: 1.4;
}

.register-checkDSKiDD a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.register-btnDSKiDD {
  margin-top: 10px;
  width: 100%;
  border-radius: 20px;
  background: #008ca2;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  padding: 14px;
  border: none;
  cursor: pointer;
}

.register-linkDSKiDD {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  color: #767676;
}

.register-linkDSKiDD a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.register-successDSKiDD {
  margin-top: 12px;
  text-align: center;
  color: #008ca2;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .registerDSKiDD {
    padding: 60px 16px;
  }

  .register-titleDSKiDD {
    font-size: 22px;
  }

  .register-descDSKiDD {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .register-formDSKiDD {
    gap: 20px;
  }

  .register-gridDSKiDD {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .register-checkDSKiDD {
    gap: 10px;
  }
}

.terms {
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
  word-wrap: break-word;
}

.terms h1 {
  color: #000;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.terms-date {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.terms ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.terms p,
ul,
ol {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.terms ol {
  list-style: none;
}

.terms ul li {
  list-style: disc;
  margin-left: 14px;
}

@media (max-width: 768px) {
  .terms {
    padding: 40px 0;
  }
  .terms h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .terms-date {
    font-size: 14px;
  }

  .terms p,
  ul {
    font-size: 14px;
  }
}
