@import "ui-kit.css";
@import "ui-blocks.css";
@import "hovers.css";

/* Page name | .block-class-name */

/*--*-- Header --*--*/

.header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 50;
}

.header-content {
  display: flex;
  height: 64px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #373737;
  background: #212121;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-content.hide {
  -webkit-transform: translate3d(0, -95px, 0);
  transform: translate3d(0, -95px, 0);
}

.header__left-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 12px;
  height: 28px;
}

.main-logo img,
.main-logo svg {
  margin-left: -11px;
  width: 157.961px;
  height: auto;
}

.hamburger {
  display: none;
}

.header__nav-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__right-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.header-login-button {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 40px;
  transition: 0.5s;
}
.header-get-wallet-button {
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 18px;
  border: 1px solid #fff;
  background: #e8e9eb;
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.3);
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.32px;
  transition: 0.5s;
}

/*--*-- Footer --*--*/

.footer-card-section {
  display: flex;
  gap: 20px;
  padding-bottom: 67px;
}

.footer-left-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  padding: 27px 38px 28px 32px;
  gap: 24px;
}

.footer-main-card {
  border-radius: 20px;
  background: #272727;
  width: 710px;
  height: 300px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.5s;
  overflow: hidden;
}

.footer-main-card__img-right {
  min-height: 269px;
  height: 269px;
  margin-top: auto;
  margin-right: 30px;
}
.footer-main-card__img-left {
  margin-left: auto;
  margin-top: auto;
  min-height: 257.663px;
  height: 257.663px;
}
.footer-main-card__img-right img {
  display: block;
  height: 100%;
}
.footer-main-card__img-left img {
  display: block;
  height: 100%;
}

.--footer-image-section-right {
  margin-top: auto;
  padding-left: 74px;
  padding-top: 33px;
  padding-right: 32px;
}
.footer-right-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  padding: 28px 38px 28px 32px;
  gap: 24px;
}
.footer-title {
  color: var(--grey-60);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.link-section-wrapper {
  display: flex;
  gap: 48px;
  flex-direction: column;
}
.link-section {
  display: flex;
  gap: 64px;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-icon {
  cursor: pointer;
  border-radius: 8px;
  background: #272727;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 18px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.telegram-button {
  cursor: pointer;
  border-radius: 8px;
  background: #272727;
  display: flex;
  width: 260px;
  height: 56px;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.36px;
  transition: 0.5s;
}

.mail-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mail-section {
  display: flex;
  gap: 72px;
}
.footer-mail {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: color 0.5s;
}

.footer-language {
  display: flex;
  gap: 8px;
  align-items: center;
  transition: color 0.5s;
  cursor: pointer;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.language-icon path {
  transition: fill 0.5s;
}
.footer-divider {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
}

.footer-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.--white-text {
  color: var(--white);
}
.--footer-bottom-text {
  color: var(--grey-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.footer-policy {
  display: flex;
  gap: 24px;
  transition: color 0.5s;
}
.footer-link {
  color: var(--grey-60);
  transition: color 0.5s;
}
.footer-good-face {
  align-items: center;
  display: flex;
  gap: 8px;
  color: var(--grey-60);
}
.footer-good-face span {
  color: var(--white);
}
.footer-crated-by p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-crated-by a {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* slider-section */

.slider-section-margin {
  overflow: hidden;
  margin-top: 160px;
  padding: 160px 0 40px;
}
.slider-section {
  overflow: hidden;
  padding: 160px 0;
}

.slider-section .container {
  padding-bottom: 0 !important;
}

.scrollcards,
.scrollcards.-business {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 56px;
}
.scrollcards.--white-section {
  margin-top: -62px;
}
.scrollcards.-business-account {
  padding-bottom: 156px;
}
.scrollcards.-business-account.-business {
  margin-top: -60px;
  padding-bottom: 0px;
}

.scrollcards:before,
.scrollcards:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
  width: calc((100vw - 1200px - 20px) / 2);
  height: 100%;
  background: linear-gradient(270deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
}
.scrollcards.--white-section:before,
.scrollcards.--white-section:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
  width: calc((100vw - 1200px - 20px) / 2);
  height: 100%;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.scrollcards:before {
  left: 0;
  background: linear-gradient(90deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
}

.scrollcards.--white-section:before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.scrollcards:after {
  right: 0;
}
.scrollcards.--white-section:after {
  right: 0;
}

.scrollcards__wrapper {
  margin: 0 auto;
  max-width: 1196px;
}
.scrollcards__wrapper-small-cards {
  margin: 0 auto;
  max-width: 468px;
  border-radius: 20px;
}
.scrollcards__card-small {
  display: flex;
  flex-direction: column;
  gap: 27px;
  border-radius: 20px;
  border-radius: 20px;
  background: #272727;
}

.smallCardBusinessAccountBottomSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 4px 32px 32px 32px;
}
.smallCardBusinessAccountBottomSection .title {
  color: var(--white);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.smallCardBusinessAccountBottomSection .subtitle {
  color: var(--grey-50);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.scrollcards__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding: 32px;
  border-radius: 20px;
  gap: 40px;
  background: #3d3d3d;
}

.scrollcards__card__white {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding: 32px;
  border-radius: 20px;
  gap: 40px;
  background: var(--light, #f6f7f9);
}
.scrollcards__card__white .title {
  color: var(--dark);
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 40.8px */
}

.scrollcards__card__white .subtitle {
  margin-top: 24px;

  color: var(--grey-50);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.scrollcards__card-left,
.scrollcards__card__white-left {
  max-width: 540px;
}

.scrollcards__card-right .img {
  border-radius: 16px;
  background: #595959;
  min-width: 454px;
  width: 454px;
}
.scrollcards__card__white-right .img {
  border-radius: 16px;
  background: #e8e9eb;
  min-width: 454px;
  width: 454px;
}

.scrollcards__card-right .img img,
.scrollcards__card__white-right .img img {
  display: block;
  width: 100%;
}

.scrollcards__card .title {
  font-family: "TTFirsText";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.scrollcards__card .subtitle {
  margin-top: 24px;

  font-family: "TTFirsText";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;

  color: var(--grey-50, #a4a4a4);
}

.scrollcards .nav-pag {
  margin-top: 82px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.scrollcards .nav-pag.-business {
  margin-top: -79px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.scrollcards .nav-pag.margin-top40 {
  margin-top: 40px;
}
.scrollcards.--white-section .nav-pag {
  margin-top: 40px;
  gap: 24px;
}
.scrollcards .nav-pag.-small-cards {
  margin-top: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.scrollcards__card.swiper-slide {
  height: auto;
}
.scrollcards__card-small.swiper-slide {
  height: auto;
}
.scrollcards .swiper-button {
  border-radius: 8px;
  border: 1px solid #424242;
  width: 56px;
  height: 56px;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: opacity 0.4s;
  cursor: pointer;
}

.scrollcards .swiper-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transition: opacity 0.4s;
}

.scrollcards .swiper-button.prev:before {
  background: no-repeat center / contain
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LXJpZ2h0Ij4KPHBhdGggaWQ9Ikljb24iIGQ9Ik0xOSAxMkg1LjAwMDJNNS4wMDAyIDEyTDEyLjAwMDEgNU01LjAwMDIgMTJMMTIuMDAwMSAxOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjk5OTk5Ii8+CjwvZz4KPC9zdmc+Cg==);
}

.scrollcards .swiper-button.next:before {
  background: no-repeat center / contain
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LXJpZ2h0Ij4KPHBhdGggaWQ9Ikljb24iIGQ9Ik01IDEySDE4Ljk5OThNMTguOTk5OCAxMkwxMS45OTk5IDVNMTguOTk5OCAxMkwxMS45OTk5IDE5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuOTk5OTkiLz4KPC9nPgo8L3N2Zz4K);
}
.scrollcards.--white-section .swiper-button.prev:before {
  background: no-repeat center / contain
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LXJpZ2h0Ij4KPHBhdGggaWQ9Ikljb24iIGQ9Ik0xOSAxMkg1LjAwMDJNNS4wMDAyIDEyTDEyLjAwMDEgNU01LjAwMDIgMTJMMTIuMDAwMSAxOSIgc3Ryb2tlPSIjMUIxQjFCIiBzdHJva2Utd2lkdGg9IjEuOTk5OTkiLz4KPC9nPgo8L3N2Zz4K);
}

.scrollcards.--white-section .swiper-button.next:before {
  background: no-repeat center / contain
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LXJpZ2h0Ij4KPHBhdGggaWQ9Ikljb24iIGQ9Ik01IDEySDE4Ljk5OThNMTguOTk5OCAxMkwxMS45OTk5IDVNMTguOTk5OCAxMkwxMS45OTk5IDE5IiBzdHJva2U9IiMxQjFCMUIiIHN0cm9rZS13aWR0aD0iMS45OTk5OSIvPgo8L2c+Cjwvc3ZnPgo=);
}

.scrollcards .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.scrollcards .pagination .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1 !important;
  background: var(--white-100, #fff);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: background 0.4s !important;
}

.scrollcards.--white-section .pagination .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1 !important;
  background: var(--dark);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: background 0.4s !important;
}

.scrollcards .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--yellow, #ffd21c);
}

.scrollcards .swiper-button:hover:before {
  opacity: 0.5;
}

/* .scrollcards .progress {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translate(100%, -50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

/* .scrollcards .progress .progressbar {
  position: relative;
  border-radius: 20px;
  background: #424242;
  width: 1px;
  height: 366px;
}

.scrollcards .progress .progressbar .active-progressbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  border-radius: 20px;
  background: var(--White, #FFF);
  height: 100px;
}

.scrollcards .progress .text {
  color: #666;
  text-align: center;
  font-feature-settings: 'ss01' on, 'salt' on;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; 
  text-transform: uppercase;

  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

@media screen and (max-width: 1024px) {
  .slider-section {
    padding: 160px 0 80px;
  }
  .slider-section.-without-padding {
    padding: 0;
  }

  /* scrollCards */

  .scrollcards {
    margin-top: 32px;
    overflow: hidden;
  }
  .scrollcards.-business {
    overflow: hidden;
  }
  .scrollcards.--white-section {
    margin-top: -77px;
  }
  .scrollcards.scrollcards__card__white {
    margin-top: 17px;
  }

  .scrollcards:before,
  .scrollcards:after,
  .scrollcards__card__white::before,
  .scrollcards__card__white::after {
    display: none;
  }

  .scrollcards__card,
  .scrollcards__card__white {
    padding: 8px;
    gap: 16px;

    flex-direction: column-reverse;
  }

  .scrollcards__card-left,
  .scrollcards__card__white-left {
    max-width: 100%;
    padding: 0 8px 16px 8px;
  }

  .scrollcards__card-right .business-image-frame {
    border-radius: 15px;
    min-width: 100%;
    width: 100%;
  }
  .scrollcards__card-right .business-image-frame img {
    min-width: 100%;
    width: 100%;
  }
  .smallCardBusinessAccount {
    min-width: 100%;
    width: 100%;
  }
  .smallCardBusinessAccount img {
    /* padding: 21.991px 21.99px 21.722px 21.992px; */
    min-width: 100%;
    width: 100%;
  }

  .scrollcards__card-right .img,
  .scrollcards__card__white-right .img {
    border-radius: 15px;
    min-width: 100%;
    width: 100%;
  }

  .scrollcards__card-right.-business {
    width: 100%;
  }

  .scrollcards__card .title,
  .scrollcards__card__white .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .scrollcards__card .subtitle,
  .scrollcards__card__white .subtitle {
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .scrollcards .nav-pag {
    margin-top: 24px;
    gap: 24px;
  }
  .scrollcards.--white-section .nav-pag {
    margin-top: 39px;
    gap: 24px;
  }

  .scrollcards .swiper-button,
  .scrollcards.--white-section .swiper-button {
    border-radius: 6px;
    width: 40px;
    height: 40px;
  }

  .scrollcards .swiper-button:before,
  .scrollcards.--white-section .swiper-button:before {
    width: 16px;
    height: 16px;
  }

  .scrollcards .pagination .swiper-pagination-bullet,
  .scrollcards.--white-section .pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .slider-section .title-3,
  .slider-section .title-3 * {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.72px;
  }

  .slider-section .container.-smaller {
    padding-top: 0 !important;
  }

  .slider-section .business-button-section {
    margin-top: 32px;
  }

  .slider-section .business-log-in-button {
    width: 104px;
    height: 40px;
    padding: 0 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    border-radius: 6px;
    border: 1px solid var(--button-border, #fff);
    background: #e8e9eb;
    box-shadow: 0px 2px 12px 0px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 740px) {
  .scrollcards.-business {
    margin-top: -64px;
    overflow: hidden;
  }
}

/* Policy */
.policy-last-updated {
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-radius: 1000px;
  background: var(--light);
  display: flex;
  height: 32px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 281px;
  white-space: nowrap;
}
.policy-main-header {
  padding-top: 15px;
  margin-bottom: 49px;
  color: var(--dark, #1b1b1b);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 64px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
}
.policy-page-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}
.navigation-wrapper {
  padding-top: 17px;
  position: sticky;
  top: 100px;
  display: flex;
  gap: 64px;
  width: 331px;
  min-width: 331px;
}
.left-navigation {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.block-wrapper-policy-page {
  padding-top: 17px;
}

.left-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.left-navigation ul li {
  width: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.left-navigation ul li a {
  width: auto;
  padding: 0;
  height: 32px;
  padding: 0px 12px;
  border: 1px solid rgba(27, 27, 27, 0.1);
  border-radius: 40px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}

.top-navigation a {
  padding: 0 10px;
}

.top-navigation a,
.left-navigation a {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px 12px;

  color: var(--dark, #1b1b1b);
  font-feature-settings: "ss03" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.top-navigation a.-active,
.left-navigation a.-active {
  color: var(--white);
  pointer-events: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-radius: 40px;
  background: var(--dark, #1b1b1b);
  display: flex;
  height: 32px;
  padding: 0px 12px;
  align-items: center;
  gap: 8px;
}

.editor {
  gap: 24px;
  display: flex;
  flex-direction: column;
  text-align: start;
}
.editor h5 {
  color: var(--dark);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.editor h5:not(:first-child) {
  padding-top: 23px;
}
.editor p {
  color: var(--grey-60);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.editor ol {
  color: var(--grey-60);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  list-style: none;
  /* counter-reset: my-awesome-counter; */
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.editor ol li {
  position: relative;
  color: var(--grey-60);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  counter-increment: my-awesome-counter;
  margin-bottom: 16px;
  padding-left: 28px;
}
.editor ol li:last-child {
  padding-bottom: 17px;
}
.editor ol li::before {
  position: absolute;
  left: 8px;
  top: 0;
  content: counter(my-awesome-counter) ". ";
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.editor strong {
  color: var(--dark, #1b1b1b);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.editor ul {
  margin-top: 6px;
}
.editor ul li {
  position: relative;
  color: var(--grey-60);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
  padding-left: 28px;
}
.editor ul li::before {
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--grey-60);
  content: "•";
  float: left;
  margin-right: 6px;
}
.editor ul li:last-child {
  margin-bottom: 26px;
}

/* Dropdown */

.select-input {
  position: relative;
  width: 100%;
}

.select-input input {
  display: none;
}

.select-input .--dropdown__value {
  position: relative;

  display: flex;
  align-items: center;

  height: 44px;
  padding: 0 40px 0 15px;

  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(27, 27, 27, 0.1);
  transition: border-radius 0.4s;

  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  color: var(--dark, #1b1b1b);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.select-input .--dropdown__value::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 22px;

  width: 12px;
  height: 6px;
  margin-top: -3px;

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzgwOCAwLjM3NTM0MkMxMS40MzU4IC0wLjA1NTkyMDIgMTAuODA2NSAtMC4xMjU4NDIgMTAuMzc1MyAwLjIxOTE2OEw1Ljk5OTk2IDMuNzE5NDFMMS42MjQ2NiAwLjIxOTE2OEMxLjE5MzQgLTAuMTI1ODQyIDAuNTY0MTAzIC0wLjA1NTkyMDIgMC4yMTkwOTQgMC4zNzUzNDJDLTAuMTI1OTE2IDAuODA2NjA0IC0wLjA1NTk5NCAxLjQzNTkgMC4zNzUyNjggMS43ODA5MUw1LjM3NTI3IDUuNzgwOTFDNS43NDA0OSA2LjA3MzA4IDYuMjU5NDQgNi4wNzMwOCA2LjYyNDY2IDUuNzgwOTFMMTEuNjI0NyAxLjc4MDkxQzEyLjA1NTkgMS40MzU5IDEyLjEyNTggMC44MDY2MDQgMTEuNzgwOCAwLjM3NTM0MloiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==");
  transition: transform 0.4s;
}

.select-input.-active .--dropdown__value {
  border-radius: 5px 5px 0 0;
}

.select-input.-active .--dropdown__value::after {
  transform: rotate(180deg);
}

.select-input.-selected .--dropdown__value {
  color: #000;
}

.select-input .--dropdown__value-text {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-input .--dropdown__clear {
  display: none;
}
.select-input.-selected .--dropdown__clear {
  display: block;
}

.select-input ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;

  max-height: 148px;
  padding: 5px 0;

  border: 1px solid rgba(27, 27, 27, 0.1);
  border-top: none;
  border-radius: 0 0 5px 5px;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s, transform 0.4s;

  overflow-y: hidden;
  pointer-events: none;
}

.select-input.-active ul {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

.select-input ul li {
  padding: 7px 15px;
  cursor: pointer;
  background: #fff;
}

.select-input ul li a {
  color: var(--dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.select-input ul li.-active {
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.policy-navigate-dropdown {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 17px;
}
.policy-navigate-title {
  color: var(--dark);
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.--tabs-container__items,
.--tabs-container__items-inner {
  position: relative;
}

.--tabs-container__items-inner {
  overflow: hidden;
  transition: height 0.7s;
}

.--tabs-container__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  pointer-events: none;
  transition: 0.4s opacity;
}

.--tabs-container__item.-active {
  position: relative;
  z-index: 1;

  opacity: 1;
  pointer-events: auto;
}

.--tabs-container {
  width: auto;
}

.--tabs-container__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 54px;
  gap: 16px;
}

.--tabs-container__menu-item {
  padding: 5px 15px;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}

.--tabs-container__menu-item.-active {
  pointer-events: none;
}

.--tabs-container__item img {
  display: block;

  width: 100%;
  height: 386px;
}

/* Example styles tab with buttons */

.tab-with-buttons .--tabs-container__menu-item {
  display: flex;
  height: 56px;
  padding: 8px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white-100, #fff);
  text-align: center;
  font-feature-settings: "ss03" on, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.36px;
  border-radius: 100px;
  border: 1px solid #373737;
}

.tab-with-buttons .--tabs-container__menu-item + .--tabs-container__menu-item {
  margin-left: 10px;
}

.tab-with-buttons .--tabs-container__menu-item {
  transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}

/* Example styles tab with line */

.example-tab-with-line .--tabs-container__menu {
  position: relative;
}

.example-tab-with-line .--tabs-container__menu-item {
  transition: color 0.4s;
}

.--tabs-container__menu-line {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 0;
  height: 2px;

  transform: translateX(0);
  transition: transform 0.4s, width 0.4s;
}

/* Example adaptive */

@media screen and (max-width: 1040px) {
  .--tabs-container {
    width: auto;
    margin: 0;
  }

  .--tabs-container__menu {
    display: flex;
    align-items: center;
  }

  .--tabs-container__menu-item {
    margin-bottom: 10px;
  }

  .--tabs-container__menu-line {
    bottom: 10px;
  }

  .--tabs-container__item img {
    height: auto;
  }
}
@media screen and (max-width: 740px) {
  .--tabs-container__menu-item {
    margin-bottom: 0;
  }
  .--tabs-container__menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    align-items: center;
    padding: 16px 16px;
    align-items: center;
    gap: 10px;
  }

  .tab-with-buttons .--tabs-container__menu-item + .--tabs-container__menu-item {
    margin-left: 0;
  }
}
