@font-face {
  font-display: swap;
  font-family: "Inter";
  src: local("Inter Medium"), local("Inter-Medium"), url("../../fonts/Inter-Medium.woff2") format("woff2"), url("../../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  src: local("Inter Bold"), local("Inter-Bold"), url("../../fonts/Inter-Bold.woff2") format("woff2"), url("../../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  src: local("Inter Black Italic"), local("Inter-BlackItalic"), url("../../fonts/Inter-BlackItalic.woff2") format("woff2"), url("../../fonts/Inter-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

.page {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.page:before {
  content: "";
  display: block;
  padding-top: 63.8888888889%;
}
@media (min-width: 768px) {
  .page:before {
    padding-top: 35.2604166667%;
  }
}
.page-header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.page-content {
  position: relative;
  z-index: 2;
  background-color: #d3e0db;
}
@media (min-width: 768px) {
  .page-content {
    background: linear-gradient(180deg, rgba(218, 231, 226, 0) 0%, #d3e0db 5%, #f4f4f4 100%);
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1770px;
  margin: 0 auto;
}

.get-compet {
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 1200px) {
  .get-compet {
    margin-bottom: 100px;
  }
}
.get-compet h1 {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .get-compet h1 {
    margin-bottom: 0;
    font-size: 65px;
  }
}
.get-compet .description {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .get-compet .description {
    margin-bottom: 28px;
    font-size: 29px;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  background: linear-gradient(180deg, #f0e221 -20.42%, #ffbf00 121.99%);
  box-shadow: 0 0 3px rgba(162, 5, 23, 0.2);
  border-radius: 50px;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1200px) {
  .btn {
    padding: 14px 35px;
    font-size: 47px;
  }
}

h2 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}

.how-works {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .how-works {
    margin-bottom: 90px;
  }
}
.how-works-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .how-works-header {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.how-works h2 {
  margin: 0;
}
.how-works .description {
  flex: 0 0 100%;
  font-size: 16px;
  font-weight: 500;
}
.how-works .description br {
  display: none;
}
@media (min-width: 576px) {
  .how-works .description {
    flex: 1 0 0;
  }
}
@media (min-width: 1200px) {
  .how-works .description {
    flex: 0 0 auto;
    font-size: 30px;
  }
  .how-works .description br {
    display: block;
  }
}
.how-works .swiper-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .how-works .swiper-arrows {
    gap: 25px;
  }
}
.how-works .swiper-arrows .swiper-button {
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .how-works .swiper-arrows .swiper-button {
    width: 70px;
    height: 70px;
  }
}
.how-works .swiper-arrows .swiper-button svg {
  width: 9px;
  height: 12px;
}
@media (min-width: 1200px) {
  .how-works .swiper-arrows .swiper-button svg {
    width: 14px;
    height: 21px;
  }
}
.how-works-header, .how-works-body {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .how-works-header, .how-works-body {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.how-works-slide {
  padding: 15px 15px 0;
  background: #bbf4c4;
  border-radius: 25px;
  width: 303px;
  height: auto;
}
@media (min-width: 1200px) {
  .how-works-slide {
    padding: 25px 30px 0;
    width: 802px;
    border-radius: 50px;
  }
}
.how-works-slide-count {
  position: absolute;
  top: 23px;
  left: 15px;
  font-weight: 900;
  font-style: italic;
  font-size: 21px;
}
.how-works-slide-count b {
  font-size: 28px;
  color: #105f38;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .how-works-slide-count b {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .how-works-slide-count {
    top: 18px;
    left: 30px;
    font-size: 40px;
  }
}
.how-works-slide-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.how-works-slide-title {
  margin-bottom: 15px;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .how-works-slide-title {
    margin-bottom: 25px;
    font-size: 35px;
  }
}
.how-works-slide-title span {
  white-space: nowrap;
}
.how-works-slide-img {
  display: block;
}
.how-works-slide-img-container {
  flex: 0 0 97px;
}
@media (min-width: 1200px) {
  .how-works-slide-img-container {
    flex: 0 0 312px;
  }
}

.prize {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .prize {
    margin-bottom: 92px;
  }
}
.prize-table {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .prize-table {
    gap: 20px;
    font-size: 30px;
  }
}

.prize-grad {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 25px;
}
@media (min-width: 1200px) {
  .prize-grad {
    padding: 50px 445px 25px 100px;
    border-radius: 50px;
  }
}
.prize-grad-img {
  position: absolute;
  top: -7px;
  right: -45px;
  width: 169px;
}
@media (min-width: 1200px) {
  .prize-grad-img {
    width: auto;
    right: -33px;
    top: -39px;
  }
}
.prize-grad-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 25px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .prize-grad-row {
    padding-right: 120px;
    max-width: 780px;
  }
}
@media (min-width: 1200px) {
  .prize-grad-row {
    padding-right: 0;
    column-gap: 80px;
    font-size: 30px;
    margin-bottom: 30px;
    max-width: 1168px;
    justify-content: flex-start;
  }
}
@media (min-width: 1700px) {
  .prize-grad-row {
    flex: 0 0 auto;
    justify-content: space-between;
  }
}
.prize-grad-row b {
  font-size: 21px;
  font-weight: 900;
  font-style: italic;
  color: #ffbf00;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .prize-grad-row b {
    font-size: 50px;
  }
}
.prize-grad-col {
  flex: 0 0 auto;
}
.prize-grad-col-lg {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .prize-grad-col-lg {
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .prize-grad-col-lg {
    flex: 0 0 100%;
  }
}
@media (min-width: 1700px) {
  .prize-grad-col-lg {
    flex: 0 0 auto;
  }
}
.prize-grad h2 {
  padding-right: 115px;
  margin: 0 0 15px;
  font-weight: 700;
}
.prize-grad h2 br {
  display: block;
}
@media (min-width: 576px) {
  .prize-grad h2 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .prize-grad h2 {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.prize-grad .disclaimer {
  font-size: 12px;
  font-weight: 500;
  color: #8c8c8c;
  max-width: 1090px;
}
@media (min-width: 1200px) {
  .prize-grad .disclaimer {
    font-size: 20px;
  }
}

.faq {
  padding-bottom: 70px;
  text-align: center;
}
@media (min-width: 1200px) {
  .faq {
    padding-bottom: 100px;
  }
}
.faq h2 {
  margin: 0 0 10px;
  text-align: left;
}
@media (min-width: 1200px) {
  .faq h2 {
    margin-bottom: 24px;
    text-align: center;
  }
}
.faq-questions {
  margin: 0 auto 30px;
  text-align: left;
}
@media (min-width: 1200px) {
  .faq-questions {
    margin-bottom: 34px;
    max-width: 882px;
  }
}
.faq-question {
  border-bottom: 1px solid #a1a1a1;
}

.accordion-btn {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .accordion-btn {
    padding-top: 13px;
    padding-bottom: 16px;
    padding-right: 45px;
    font-size: 24px;
    line-height: 31px;
  }
}
.accordion-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L7.97431 5.39166C7.18164 6.2564 5.81836 6.2564 5.02569 5.39166L1 0.999999' stroke='%2341D272' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") center top 10px no-repeat;
  transition: transform 0.2s;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .accordion-btn:after {
    top: 12px;
    right: 16px;
    transform: none;
  }
}
.accordion-btn.is-open:after {
  transform: rotate(180deg);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.accordion-panel-inner {
  margin: 0;
  padding: 9px 35px 29px 1.5em;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .accordion-panel-inner {
    padding-right: 45px;
    font-size: 20px;
  }
}