@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans/semilight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans/semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans/bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans/extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans/black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #262626;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
  background-color: #FFF;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

.tag {
  text-align: right;
  font-size: 14px;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
  color: inherit;
  font-weight: inherit;
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .mb-90 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .pt-90 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 20px;
  }
}

.color-blue {
  color: #00417f;
}

.color-orange {
  color: #FF6C21;
}

.color-red {
  color: #dc2f22;
}

.text-bold {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-bold {
    font-size: 24px;
  }
}

.nowrap {
  white-space: nowrap;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cards-carousel {
  margin: 0 0 60px;
  padding-top: 50px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.cards-carousel .swiper-slide {
  height: auto;
}
.cards-carousel .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 570px;
  min-height: 258px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .cards-carousel .card {
    max-width: unset;
  }
}
.cards-carousel .card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  pointer-events: none;
}
.cards-carousel .card__tag, .cards-carousel .card__info {
  position: relative;
  z-index: 1;
}
.cards-carousel .card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 169px;
  margin-top: auto;
  padding: 10px 0 20px;
  background: linear-gradient(166.97deg, #fff 11.12%, #999 194.25%);
}
.cards-carousel .card__content {
  margin-bottom: 20px;
  padding-left: 19px;
  padding-right: 19px;
}
.cards-carousel .card__content-title {
  margin-bottom: 2px;
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
  color: #FF6C21;
}
.cards-carousel .card__content-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #262626;
}
.cards-carousel .card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #FF6C21;
  border-radius: 50px;
  border: 2px solid #FF6C21;
}
.cards-carousel .card__tag--top {
  margin-left: auto;
  margin-top: 19px;
  margin-right: -10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FF6C21;
  border-radius: 50px;
  border: 2px solid #FF6C21;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #FFF;
}
.cards-carousel .card__tag--bottom {
  margin-left: -20px;
  margin-top: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: transparent;
}
.cards-carousel .card--disabled .card__tag--top {
  border-color: #FCD415;
  color: #262626;
}
.cards-carousel .card--disabled .card__tag--bottom {
  border-color: #adadad;
  color: #adadad;
}
.cards-carousel .card--disabled .card__content-title {
  color: #adadad;
}

.accent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 20px;
  background: linear-gradient(178.29deg, #ff6c21 8.95%, #ffe715 123.77%);
  border-radius: 50px;
}
.accent-item__text {
  font-weight: 900;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}
@media (max-width: 1024px) {
  .accent-item__text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .accent-item__text {
    font-size: 27px;
  }
}

.accent-btn {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  -webkit-box-shadow: 10px 20px 30px 0 rgba(198, 100, 19, 0.6);
          box-shadow: 10px 20px 30px 0 rgba(198, 100, 19, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6c21), to(#d72513));
  background: linear-gradient(180deg, #ff6c21 0%, #d72513 100%);
  border-radius: 100px;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.accent-btn:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .accent-btn {
    padding: 20px;
  }
}
.accent-btn__text {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #FFF;
}
@media (max-width: 767px) {
  .accent-btn__text {
    font-size: 20px;
  }
}

.icon-card {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 20px;
}
.icon-card--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .icon-card--center .icon-card__text {
    text-align: center;
    font-size: 18px;
  }
}
.icon-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
}
.icon-card__img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon-card__text {
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .icon-card__text {
    font-size: 16px;
  }
}

.page-sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto 0 auto;
  border-radius: 25px;
  line-height: 140%;
}
.page-sources p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}
.page-sources p:last-child {
  margin: 0;
}
.page-sources ol {
  padding: 0 0 0 24px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}
.page-sources__top {
  margin-bottom: 20px;
}
.page-sources__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.page-sources__content {
  max-height: 0;
  overflow: hidden;
  overflow-anchor: none;
  -webkit-transition: max-height 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out;
}
@media (max-width: 560px) {
  .page-sources ol {
    padding: 0 0 0 25px;
  }
}

.footer {
  width: 100%;
}
.footer__top {
  background: #fff;
  padding: 45px 50px;
  text-align: center;
  width: 100%;
  color: #262626;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.footer__top a {
  color: #0b62b3;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-style: solid;
}
@media (max-width: 767px) {
  .footer__top br {
    display: none;
  }
}
.footer__bottom {
  padding: 30px 40px;
  text-align: center;
  background: #e5e6e8;
}
.footer__bottom p {
  margin-bottom: 15px;
  color: #262626;
  font-family: "Roboto", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.footer__bottom p:last-child {
  margin-bottom: 0;
}
.footer__bottom p b {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.footer__bottom p:nth-of-type(n + 2) {
  text-transform: uppercase;
}

.btn-img {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 47px;
  margin-left: auto;
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ffe715));
  background: linear-gradient(0deg, #fff 0%, #ffe715 100%);
  border: 1px solid rgba(255, 253, 207, 0.8);
  border-radius: 100px;
  -webkit-box-shadow: 10px 20px 30px 0 rgba(198, 100, 19, 0.6);
          box-shadow: 10px 20px 30px 0 rgba(198, 100, 19, 0.6);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-img img {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.btn-img.is-active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-up {
  position: relative;
  z-index: 20;
  margin: 30px 0 30px auto;
}
.btn-up .btn-img {
  position: relative;
  z-index: 21;
  margin-left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6c21), to(#d72513));
  background: linear-gradient(180deg, #ff6c21 0%, #d72513 100%);
  border: 1px solid rgba(255, 253, 207, 0.8);
  border-radius: 100px;
  -webkit-box-shadow: 10px 20px 30px 0 rgba(198, 100, 19, 0.6);
          box-shadow: 10px 20px 30px 0 rgba(198, 100, 19, 0.6);
}