:root {
  --background-color-black: #1f2225;
  --16px: 1rem;
  --text-color-white: white;
  --24px: 1.5rem;
  --80px: 5rem;
  --background-color-white: white;
  --8px: .5rem;
  --12px: .75rem;
  --background-color-white-5: #ffffff0d;
  --background-color-white-10: #ffffff1a;
  --20px: 1.25rem;
  --text-color-gray: #999;
  --32px: 2rem;
  --52px: 3.25rem;
  --40px: 2.5rem;
  --background-color-gray-secondary: #f5f5f5;
  --320px: 20rem;
  --120px: 7.5rem;
  --56px: 3.5rem;
  --44px: 2.75rem;
  --text-color-gray-secondary: #676767;
  --84px: 5.25rem;
  --text-color-black: #1c1c1c;
  --114px: 7.125rem;
  --border-color-white-10: #ffffff1a;
  --36px: 2.25rem;
  --background-color-transparent: #fff0;
}

body {
  color: #181818;
  background-color: #f5f5f5;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.section {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.section.relative {
  position: relative;
}

.section.black-1f2225 {
  color: #fff;
  background-color: #1f2225;
}

.section.is--relative {
  position: relative;
}

.section.is--rel-ovh {
  position: relative;
  overflow: hidden;
}

.section.mb-40 {
  margin-bottom: 2.5rem;
}

.section.background-color-black {
  background-color: var(--background-color-black);
}

.section.display-none {
  display: none;
}

.section.is--footer {
  padding-top: .69rem;
  padding-bottom: .69rem;
}

.container-80 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.56rem;
  padding-right: 5.56rem;
}

.container-80.is--relative {
  position: relative;
}

.title-80-500 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -.25rem;
  font-family: Inter, sans-serif;
  font-size: 5.56rem;
  font-weight: 500;
  line-height: 100%;
}

.title-20-500 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.39rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.title-20-500.lh-140 {
  line-height: 140%;
}

.title-20-500.lh-140.universal-hero__cols {
  text-align: center;
  margin-bottom: 25px;
  display: block;
}

.title-20-500.black {
  color: #000;
}

.text-24-600 {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 1.67rem;
  font-weight: 600;
  line-height: 140%;
}

.text-24-600.text-color-white {
  color: var(--text-color-white);
}

.text-16-600 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 140%;
}

.text-16-600.h2 {
  color: #1c1c1c;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.container-10 {
  padding-left: .69rem;
  padding-right: .69rem;
}

.main-hero__wr {
  flex-flow: column;
  height: 97vh;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.main-hero__wr.about-us {
  height: 97vh;
}

.h-10-hero {
  width: 100%;
  height: .69rem;
}

.menu-items {
  grid-column-gap: 2.08rem;
  grid-row-gap: 2.08rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-items:lang(it) {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}

.menu-items:lang(es), .menu-items:lang(pt) {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
}

.menu-items:lang(fr) {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}

.head-div {
  z-index: 20;
  border-radius: 1.11rem;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .69rem;
  padding-right: .69rem;
  position: fixed;
  inset: .69rem 0% auto;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav__container {
  background-image: linear-gradient(#0000004d, #0000);
  border-radius: 1.11rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.04rem 1.67rem 1.04rem 2.36rem;
  display: flex;
}

.menu-burger {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.contact-div {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-div.mobile {
  flex-flow: column;
  align-items: stretch;
  display: none;
}

.nav-link-h {
  grid-column-gap: .28rem;
  grid-row-gap: .28rem;
  color: #fff;
  letter-spacing: .04em;
  border-top: 1px solid #fff0;
  border-bottom: 1px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.nav-link-h:hover {
  border-bottom-color: #fff0;
}

.nav-link-h.w--current {
  border-bottom: 1px solid #fff;
}

.logo-img {
  object-fit: cover;
  width: 9.93rem;
  height: 1.53rem;
}

.logo-img:lang(es), .logo-img:lang(pt), .logo-img:lang(fr) {
  object-fit: contain;
}

.nav-menu-div {
  margin-left: 2.78rem;
  margin-right: auto;
}

.nav-white__btn {
  color: #1c1c1c;
  background-color: #fff;
  border-radius: .83rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .83rem 1.67rem;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.nav-white__btn:hover {
  color: #fff;
  background-color: #181818;
}

.link-logo {
  position: relative;
}

.hero-bg__img {
  z-index: 0;
  object-fit: cover;
  border-radius: 1.11rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.drop-locale__text {
  border-radius: .83rem;
  width: 100%;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .4s;
}

.drop-locale__text.w--current {
  color: #fff;
  background-color: #50505080;
  background-image: url("https://cdn.prod.website-files.com/6a21793644688bf08e9b0815/6a21793644688bf08e9b098b_Check.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  transition: opacity .2s;
}

.locale__wr.mobile {
  margin-right: .56rem;
}

.locales__list {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  background-color: #1f2225;
  border-radius: 1.11rem;
  flex-flow: column;
  width: 22.92rem;
  padding: .56rem;
  display: flex;
}

.locale-link__item {
  color: #fff;
  border-radius: .83rem;
  justify-content: flex-start;
  align-items: center;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.nav__separator {
  background-color: #d9d9d9;
  width: 1px;
  height: 1.74rem;
}

.nav-transp__btn {
  color: #fff;
  background-color: #fff0;
  border-radius: .83rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .83rem 1.67rem;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.nav-transp__btn:hover {
  color: #999;
}

.locale-drop__icon {
  flex: none;
  width: 1.39rem;
  height: 1.39rem;
  margin-bottom: .1rem;
}

.title-56-600-sf-pro {
  letter-spacing: -.055em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.89rem;
  font-weight: 500;
  line-height: 100%;
}

.title-56-600-sf-pro.is-review:lang(es) {
  font-size: 3.8rem;
}

.title-56-600-sf-pro.lh-120 {
  line-height: 120%;
}

.title-56-600-sf-pro.text-color-white {
  color: var(--text-color-white);
}

.title-56-600-sf-pro.mob-h2 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.main-hero__cols {
  color: #fff;
  height: 100%;
  padding-left: 4.86rem;
  padding-right: 4.86rem;
  display: flex;
  position: relative;
}

.mh-cont__col-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 53.47rem;
  margin-bottom: 4.13rem;
  display: flex;
}

.h-30 {
  width: 100%;
  height: 2.08rem;
}

.mw-420 {
  max-width: 45rem;
}

.mw-420:lang(de) {
  max-width: 47rem;
}

.trust__wr {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-top: auto;
  margin-bottom: .83rem;
  margin-left: -7px;
  text-decoration: none;
  display: flex;
}

.trust__wr:lang(de) {
  justify-content: center;
  align-items: center;
}

.big-white__btn {
  padding: .56rem var(--16px) .56rem .56rem;
  color: #1b1b1b;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 1.11rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
  box-shadow: inset 2px 2px 6px 1px #9e9e9e2e;
}

.big-white__btn:hover {
  color: #fff;
  background-color: #1f2225;
  box-shadow: inset 0 4px 12px 4px #1a1c1fcc;
}

.balck-button-arrow__div {
  margin-right: var(--16px);
  color: #fff;
  background-color: #1e2225;
  border-radius: .83rem;
  padding: 1.25rem 2.64rem;
  box-shadow: inset 0 3px 5px #0003;
}

.shevron-button__icon {
  width: 1.67rem;
  height: 1.67rem;
}

.footer__wr {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  color: #fbfbfb;
  background-color: #1f2225;
  border-radius: 1.67rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 4.86rem;
  display: flex;
}

.foot-menu-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15.28rem;
  display: flex;
}

.footer-logo__icon {
  width: 15.28rem;
  height: 2.22rem;
}

.foot-menu-links__wr {
  grid-column-gap: 1.11rem;
  grid-row-gap: 1.11rem;
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.foot-menu__link {
  color: #a3a4a6;
  border-bottom: 1px solid #fff0;
  font-family: SF Pro Display;
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .4s, color .4s;
}

.foot-menu__link:hover {
  color: #fff;
  border-bottom-color: #fff0;
}

.foot-menu__link.is--no-hover:hover {
  color: #a3a4a6;
}

.foot-email__link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: SF Pro Display;
  font-size: 1.11rem;
  font-weight: 400;
  text-decoration: none;
}

.foot-email__link:hover {
  opacity: .8;
}

.ffot-social__wr {
  grid-column-gap: .83rem;
  grid-row-gap: .83rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ft-soc__icon {
  width: 1.39rem;
  height: 1.39rem;
}

.ft-soc__icon.p2p {
  width: 2.08rem;
}

.foot-soc__link {
  color: #fbfbfb;
  background-color: #3d3e40;
  border-radius: 1.11rem;
  justify-content: center;
  align-items: center;
  width: 4.17rem;
  height: 4.17rem;
  padding: 1.39rem 1.04rem;
  transition: color .4s, background-color .4s, filter .4s;
  display: flex;
}

.foot-soc__link:hover {
  filter: contrast(200%) invert();
}

.foot-soc__link.blue {
  color: #fbfbfb;
  background-color: #0073fa;
  position: relative;
}

.foot-soc__link.blue:hover {
  filter: none;
  color: #000;
  background-color: #fff;
}

.ft-h-55 {
  width: 100%;
  height: 3.82rem;
}

.title-24-500-sf-pro {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.67rem;
  font-weight: 500;
  line-height: 140%;
}

.menu-line {
  background-color: #fff;
  border-radius: 13.89rem;
  width: 2.08rem;
  height: 2px;
}

.mh-butt__wr {
  grid-column-gap: .83rem;
  grid-row-gap: .83rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: .75rem;
  display: flex;
}

.mh-bg__blur {
  background-image: linear-gradient(90deg, #212121b3, #21212100);
  border-radius: 1.11rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mh-bg__blur.is--40-pers {
  background-image: linear-gradient(#0006, #0006);
}

.mh-bg__blur.is--60-pers {
  z-index: 1;
  background-image: linear-gradient(#0009, #0009);
}

.space-section-h-120 {
  width: 100%;
  height: 8.33rem;
  display: flex;
}

.title__wr {
  grid-column-gap: 1.67rem;
  grid-row-gap: 1.67rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title__wr.mw-620 {
  min-width: 1.39rem;
  max-width: 43.06rem;
}

.title__wr.mw-620:lang(ja-jp) {
  max-width: 45rem;
}

.h-80 {
  width: 100%;
  height: 5.56rem;
}

.mh-header__space {
  height: 5.21rem;
}

.nav-hover-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-img-rev {
  opacity: 0;
  object-fit: cover;
  width: 9.93rem;
  height: 1.53rem;
  position: absolute;
  inset: 0%;
}

.logo-img-rev:lang(es), .logo-img-rev:lang(pt), .logo-img-rev:lang(fr) {
  object-fit: contain;
}

.bb-text__wr {
  margin-left: auto;
  margin-right: auto;
}

.big-black__btn {
  color: #fff;
  background-color: #1e2225;
  border: 2px #1e2225;
  border-radius: 1.11rem;
  justify-content: flex-start;
  align-items: center;
  padding: .56rem 3.06rem .56rem .56rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
  position: relative;
  box-shadow: inset 2px 2px 6px 1px #9e9e9e2e;
}

.big-black__btn:hover {
  color: #1e2225;
  background-color: #fff;
}

.white-button-arrow__div {
  color: #1e2225;
  background-color: #fff;
  border-radius: .83rem;
  margin-right: 3.06rem;
  padding: 1.25rem 2.64rem;
  box-shadow: inset 0 3px 5px #0003;
}

.sw-arrow-img {
  object-fit: contain;
  width: 1.67rem;
  height: 1.67rem;
}

.swiper-embed__code {
  margin-bottom: 0;
  display: none;
}

.swiper-scrollbar-drag {
  background-color: #0f0;
  border-radius: 5px;
  width: 50px;
  height: 10px;
}

.text-16-400-ex500 {
  margin-bottom: 0;
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 140%;
}

.text-16-400-ex500 a {
  color: #181818;
}

.text-16-400-ex500.text-color-white {
  color: var(--text-color-white);
}

.space-section-h-60 {
  width: 100%;
  height: 4.17rem;
}

.inv-say__wr {
  grid-column-gap: 1.67rem;
  grid-row-gap: 1.67rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inv-say__wr.is--hide {
  display: none;
}

.inv-say__item {
  color: #181818;
  background-color: #fff;
  border-radius: 1.67rem;
  padding: 2.22rem;
  text-decoration: none;
}

.inv-say__ttl {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.72rem;
  display: flex;
}

.inv-say-arrow__div {
  background-color: #f5f5f5;
  border-radius: 1.11rem;
  justify-content: center;
  align-items: center;
  width: 4.44rem;
  height: 4.44rem;
  display: flex;
}

.ins-ttl__div {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  flex-flow: column;
  display: flex;
}

.invs-point__wr {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  color: #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pin-point__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .2rem;
}

.up-right__arrow {
  width: 1.67rem;
  height: 1.67rem;
}

.inv-say-quote__div {
  grid-column-gap: 1.74rem;
  grid-row-gap: 1.74rem;
  min-height: 6.67rem;
  display: flex;
}

.is-quote__icon {
  width: 1.81rem;
  height: 2.22rem;
}

.center__div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-menu-trigger {
  width: 0;
  height: 0;
  display: none;
}

.nav-menu-mobile__bg {
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.open-menu-trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.close-menu-trigger {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.oit__item {
  background-color: #fff;
  border-radius: 1.67rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 2.22rem;
  display: flex;
}

.oit__item.is-slide {
  width: 28.47rem;
}

.oit__lb-link {
  color: #fff;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 13.89rem;
  height: 13.89rem;
  margin-bottom: 2.22rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oit__lblink-img {
  width: 100%;
  height: 100%;
}

.oit-play__div {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.oit-play__icon {
  width: .83rem;
  height: .97rem;
}

.oit_txt__wr {
  grid-column-gap: 1.67rem;
  grid-row-gap: 1.67rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  padding-bottom: 2.22rem;
  display: flex;
}

.oit-point__wr {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  color: #999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.oit-point__wr.h2 {
  color: #16aa7f;
  font-size: 1em;
  font-weight: 600;
}

.last-blog-articles__wr {
  grid-column-gap: 1.67rem;
  grid-row-gap: 1.67rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-link__item {
  color: #000;
  background-color: #fff;
  border-radius: 1.67rem;
  padding: .56rem;
  text-decoration: none;
}

.blog-post-img__div {
  border-radius: 1.11rem;
  width: 100%;
  height: 17.5rem;
  position: relative;
  overflow: hidden;
}

.blog-post__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-item-excerpt {
  grid-column-gap: .83rem;
  grid-row-gap: .83rem;
  flex-flow: column;
  padding: 1.67rem 1.11rem;
  display: flex;
}

.text-grey-676767 {
  color: #676767;
}

.main-faq__cols {
  grid-column-gap: 5.56rem;
  grid-row-gap: 5.56rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title__col {
  grid-column-gap: 2.22rem;
  grid-row-gap: 2.22rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30rem;
  display: flex;
}

.faq-drop__col {
  grid-column-gap: 2.78rem;
  grid-row-gap: 2.78rem;
  flex-flow: column;
  display: flex;
}

.faq-dropdown {
  z-index: auto;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  display: block;
}

.faq__dt {
  grid-column-gap: 2.78rem;
  grid-row-gap: 2.78rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.25rem 1.67rem 0;
  display: flex;
}

.faq__drop-list {
  overflow: hidden;
}

.faq__drop-list.w--open {
  background-color: #ddd0;
  position: relative;
}

.faq-cros {
  flex: none;
  width: 1.67rem;
  height: 1.67rem;
  margin-left: auto;
}

.faq-cros.color-white {
  filter: invert();
}

.faq-text__div {
  padding-bottom: 1.67rem;
}

.nav-mob-sep {
  background-color: #333;
  width: 100%;
  height: 1px;
  display: none;
}

.container-10-hero {
  padding-left: .69rem;
  padding-right: .69rem;
}

._20-arrow__icon {
  width: 1.39rem;
  height: 1.39rem;
}

.faq-btn {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  color: #fff;
  background-color: #1f2225;
  border-radius: .83rem;
  padding: .83rem 1.67rem;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.faq-btn:hover {
  color: #1f2225;
  background-color: #fff;
}

._8l-menu__link {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  color: #fff;
  letter-spacing: .03em;
  background-color: #0073fa;
  border: 1px #0073fa;
  border-radius: .56rem;
  justify-content: center;
  align-items: center;
  padding: .56rem .83rem;
  font-family: SF Pro Display;
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

._8l-menu__link:hover {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  color: #000;
  background-color: #fff;
}

.tg__icon {
  width: 1.81rem;
  height: 1.81rem;
  position: absolute;
  inset: -.42rem -.42rem auto auto;
}

.ft-8__icon {
  width: 1.11rem;
  height: 1.11rem;
}

.bog-post__card-item {
  display: flex;
}

.filter-hide-value {
  display: none;
}

.lang__drop-toggle {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: .83rem 1.67rem;
  transition: color .4s;
  display: flex;
}

.lang__drop-toggle:hover {
  color: #999;
}

.lang__drop-toggle.w--open {
  text-transform: capitalize;
}

.lang__drop-list.w--open {
  background-color: #ddd0;
  padding-top: 2.08rem;
}

.current-locale__text-link {
  color: #fff;
  border-radius: .83rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.11rem;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.current-locale__text-link:hover {
  background-color: #50505099;
}

.current-locale__text-link.w--current {
  background-color: #50505099;
  background-image: url("https://cdn.prod.website-files.com/6a21793644688bf08e9b0815/6a21793644688bf08e9b098b_Check.svg");
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  transition: opacity .2s;
}

.nav-menu-locale-mobile__bg {
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.rev-round__bg {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-8l-blue-rr__btn {
  color: #fff;
  background-color: #0073fa;
  border-radius: .83rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9.72rem;
  padding: 2px 0 2px 2px;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-8l-blue-rr__btn:hover {
  color: #fff;
  background-color: #181818;
}

.nav-8l-arrow__icon {
  z-index: 1;
  flex: none;
  width: 1.11rem;
  height: 1.11rem;
  position: relative;
}

._8l-rr__text {
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: -.1rem;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

._8l-rr__wr {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  display: flex;
  overflow: hidden;
}

._8lb-blur__bg {
  background-image: linear-gradient(90deg, #0073fa, #0073fa00 16% 71%, #0073fa 85%);
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

._8lb-blur__bg:hover {
  background-image: linear-gradient(90deg, #181818, #18181800 16% 71%, #181818 85%);
}

._8lb-blur__bg:lang(pt) {
  display: none;
}

.blue-widget__wr {
  z-index: 20;
  color: #fff;
  background-color: #2a65ff;
  border-radius: .83rem;
  justify-content: flex-end;
  align-items: stretch;
  height: 5.83rem;
  max-height: 4.44rem;
  display: none;
  position: fixed;
  inset: 7.64rem 0 auto auto;
}

.bg-git__icon {
  width: 1.39rem;
  height: 1.39rem;
}

.bw-pre-open__div {
  background-color: #2a65ff;
  border-top-left-radius: .83rem;
  border-bottom-left-radius: .83rem;
  justify-content: center;
  align-items: center;
  width: 3.61rem;
  padding-left: .83rem;
  padding-right: .83rem;
  display: flex;
}

.bw-close-cross__icon {
  cursor: pointer;
  width: 1.04rem;
  height: 1.04rem;
  margin-left: auto;
}

.bw-post-open__div {
  grid-column-gap: .83rem;
  grid-row-gap: .83rem;
  color: #fff;
  background-color: #2a65ff;
  border-radius: .83rem;
  flex: none;
  width: 33.33rem;
  min-width: 33.33rem;
  padding: .83rem 1.11rem .83rem .83rem;
  text-decoration: none;
  display: flex;
}

.gift-icon__wr {
  position: relative;
}

.bw-dot__wr {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .83rem;
  height: .83rem;
  display: flex;
  position: absolute;
  inset: -.7rem -.6rem auto auto;
  overflow: hidden;
}

.bw-dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: .28rem;
  height: .28rem;
}

.bw-dot-1 {
  background-color: #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bw-post-open__wr {
  display: none;
  position: relative;
  overflow: hidden;
}

.bw-pre-open__wr {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  transform: none;
}

.close-cross__wr {
  padding-left: 1.11rem;
  padding-right: .8rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bw-close-trigger {
  padding: .83rem .3rem .3rem;
}

.bw__text {
  margin-bottom: 0;
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 140%;
}

.bw__text a {
  color: #181818;
}

.trustpilot-embed {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-pagination-rev {
  display: none;
}

.sw-scrollbar-rev {
  background-color: #00ff004a;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  display: none;
}

.swiper-wrapper-rev {
  width: 100%;
  display: flex;
  overflow: visible;
}

.nav-sw-rev {
  grid-column-gap: .83rem;
  grid-row-gap: .83rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.78rem;
  display: flex;
}

.swiper-container-rev {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-container-rev.h2 {
  width: 100%;
  min-width: 0;
}

.rev-sw-btn-prev, .rev-sw-btn-next {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-slide-rev {
  display: flex;
}

.slider-arrow__div {
  background-color: #fff;
  border-radius: 1.11rem;
  flex: none;
  padding: 1.25rem;
}

.rev-slider__wr.h2 {
  width: 100%;
  min-width: 0;
}

.clak-blue__plate {
  grid-column-gap: 2.22rem;
  grid-row-gap: 2.22rem;
  background-color: #f5f5f5;
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.clak-blue__plate.is--v2 {
  box-sizing: border-box;
  color: #fff;
  background-image: linear-gradient(90deg, #1eb287, #34c89d);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 32px 24px;
  display: flex;
}

.range-value__line {
  cursor: pointer;
  background-color: #ededed;
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4px;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.range-full-stripe {
  background-color: #20b489;
  border-radius: 6.25rem;
  width: 50%;
  height: 4px;
}

.range-switch {
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #20b489;
  border-radius: 6.25rem;
  width: 2.06rem;
  height: 1.38rem;
  position: absolute;
}

.calc-general-result__wr {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #20b489;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calc-general-result__wr.h2-calc-result-value {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.calc-persent__item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 1.39rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .97rem 1.39rem;
  display: flex;
}

.calc-persent__item.is--active {
  background-color: var(--background-color-white);
}

.range-value-item {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  color: #1c1c1c;
  justify-content: space-between;
  display: flex;
}

.title-24-600 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.calc-result-grey__wr {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  color: #b6b7ba;
  justify-content: space-between;
  display: flex;
}

.calc-result-grey__wr.h2 {
  color: #fff;
}

.grey-values__wr {
  grid-column-gap: .83rem;
  grid-row-gap: .83rem;
  flex-flow: column;
  display: flex;
}

.grey-values__wr.h2-calc-stats {
  color: #fff;
}

.calc-row {
  display: flex;
  position: relative;
}

.calc-row.h2 {
  z-index: 1;
  z-index: 1;
}

.bonus-calk__wr {
  grid-column-gap: 5.56rem;
  grid-row-gap: 5.56rem;
  color: #1c1c1c;
  background-color: #fff;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 63.89rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.22rem;
  display: grid;
}

.bonus-calk__wr:lang(pl-pl) {
  width: auto;
}

.bonus-calk__wr:lang(el-gr) {
  width: 74rem;
}

.bonus-calk__wr.is--v2 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding: 32px;
  display: flex;
}

.calc-persents__wr {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border: 1px solid #ffffff14;
  border-radius: 1.67rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .56rem;
  display: grid;
}

.calc-ttl__wr {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calc-ttl__wr.h2-calc-result-top {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.calc-range__plate {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 1.53rem;
  padding-bottom: 1.53rem;
  display: flex;
}

.calc-range__plate.is--v2 {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.calc-persent__row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.title-20-700 {
  margin-bottom: 0;
  font-size: 1.39rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.invest__wr {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
}

.calk-wallet__icon {
  width: 3.47rem;
  height: 3.47rem;
  margin-right: .69rem;
}

.er__wr {
  grid-column-gap: .21rem;
  grid-row-gap: .21rem;
  display: flex;
}

.mail-desc__wr {
  grid-column-gap: .21rem;
  grid-row-gap: .21rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-about-toggle {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.nav-about-list {
  background-color: #1f2225;
  top: 2.13rem;
}

.nav-about-list.w--open {
  opacity: 1;
  border-radius: 1rem;
  min-width: 20.75rem;
  padding: .5rem;
  position: absolute;
}

.nav-about-icon {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: static;
}

.nav-about-link {
  color: #fff;
  border-radius: .75rem;
  padding: 1rem;
}

.nav-about-link:hover {
  background-color: #50505099;
}

.hidden {
  display: none;
}

.h2-badges {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.h2-badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-image: linear-gradient(90deg, #6e6e6e99, #6e6e6e1f);
  border-radius: 16px;
  align-items: center;
  padding: .75rem 1rem .75rem .75rem;
  font-family: Inte;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.h2-badge.mobile-display-none {
  display: flex;
}

.h2-badge-avatars {
  padding-right: 12px;
  display: flex;
}

.h2-badge-ava {
  background-color: #0000;
  border: 2px solid #fff6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: -12px;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.h2-trust {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: flex;
}

.h2-cards {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.h2-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 12px 16px 12px 12px;
  display: flex;
  overflow: hidden;
}

.h2-card-icon {
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.h2-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h2-card-title {
  color: #1c1c1c;
  letter-spacing: -.36px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
}

.h2-card-sub {
  color: #676767;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.h2-fip-wr {
  box-sizing: border-box;
  background-color: #1f2225;
  width: 100%;
  padding: 120px 12px;
}

.h2-fip-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.h2-fip-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.h2-fip-title {
  color: #fff;
  letter-spacing: -.56px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 56px;
}

.h2-fip-sub {
  color: #999;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
}

.h2-fip-slider {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
  position: relative;
  overflow: auto hidden;
}

.h2-fip-track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 8px;
  display: flex;
}

.h2-fip-track:lang(ko-kr) {
  flex-flow: column;
}

.h2-fip-slide {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  scroll-snap-align: start;
  background-color: #1c1c1c;
  border-radius: 32px;
  flex-shrink: 0;
  width: 1280px;
  padding: 20px;
  display: flex;
  position: relative;
}

.h2-fip-card-left {
  box-sizing: border-box;
  color: #fff;
  background-color: #1f2225;
  border-radius: 24px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  width: 424px;
  padding: 32px;
  display: flex;
}

.h2-fip-top {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  margin-top: 6.25em;
  display: flex;
}

.h2-fip-nav {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: none;
  position: absolute;
  top: 3.25em;
  left: 3.25em;
}

.h2-fip-nav.show {
  z-index: 1;
  z-index: 1;
  display: flex;
}

.h2-fip-nav-btn {
  cursor: pointer;
  background-color: #ffffff1a;
  border-style: none;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
}

.h2-fip-company {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.h2-fip-logo {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.h2-fip-since {
  color: #fffffff0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h2-fip-name {
  color: #fff;
  letter-spacing: -.4px;
  margin: 0;
  font-family: SF Pro Display, Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.h2-fip-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.h2-fip-desc {
  color: #999;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.h2-fip-table {
  flex-direction: column;
  display: flex;
}

.h2-fip-row {
  border-bottom: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.h2-fip-row.is--last {
  border-bottom-style: none;
}

.h2-fip-row-key {
  color: #999;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h2-fip-row-val {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.h2-fip-card-right {
  border-radius: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 500px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-fip-photo {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.h2-fip-overlay-wr {
  z-index: 1;
  width: 400px;
  position: relative;
}

.h2-fip-overlay {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #1f2225;
  border: 1px solid #ffffff0d;
  border-radius: 32px;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  padding: 16px;
  display: flex;
}

.h2-fip-overlay:lang(pt) {
  position: relative;
  left: -2rem;
}

.h2-fip-overlay:lang(it) {
  position: relative;
  left: -76px;
}

.h2-fip-overlay:lang(es) {
  position: relative;
  left: -16px;
}

.h2-fip-tabs {
  grid-column-gap: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  grid-row-gap: 0;
  background-color: #50505099;
  border-radius: 24px;
  height: 72px;
  padding: 8px;
  display: flex;
}

.h2-fip-tab {
  color: #fffffff0;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  border-radius: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.h2-fip-tab:lang(ko-kr) {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.h2-fip-tab:lang(zh-cn) {
  flex: 1;
  justify-content: center;
}

.h2-fip-tab:lang(it) {
  flex: 1;
  justify-content: center;
  max-width: 100%;
}

.h2-fip-tab.is--active {
  color: #1c1c1c;
  background-color: #fff;
}

.h2-fip-tab.is--active:lang(it) {
  overflow: visible;
}

.h2-fip-tab.is--active:lang(el-gr) {
  text-align: center;
}

.h2-fip-overlay-text {
  color: #999;
  margin: 0;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h2-ap-wr {
  box-sizing: border-box;
  background-color: #1f2225;
  width: 100%;
  padding: 0;
}

.h2-ap-inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.h2-ap-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.56px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.h2-ap-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 624fr 640fr;
  height: 100%;
  display: grid;
}

.h2-ap-map {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  flex-direction: column;
  min-height: 632px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-ap-chart {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  flex-direction: column;
  min-height: 632px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-ap-placeholder {
  color: #999;
  text-align: center;
  border: 2px #ccc;
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.h2-marq-track {
  will-change: transform;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  animation-name: h2marq;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
}

.h2-marq-set {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-shrink: 0;
  padding-right: 12px;
  display: flex;
}

.h2-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #1c1c1c;
  border: 1px solid #0000000f;
  border-radius: .5rem;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
}

.h2-steps-wr {
  box-sizing: border-box;
  background-color: #1f2225;
  width: 100%;
  padding: 120px 12px;
}

.h2-steps-outer {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1c1c1c;
  border-radius: 32px;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.h2-steps-left {
  box-sizing: border-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-width: 0;
  max-width: none;
  padding: 40px;
  display: flex;
}

.h2-steps-title {
  color: #fff;
  letter-spacing: -.56px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.h2-steps-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.h2-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.h2-step-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.h2-step-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: 36px;
  height: 16px;
}

.h2-step-title {
  color: #fff;
  letter-spacing: -.36px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.h2-step-desc {
  color: #999;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h2-steps-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-trust-label {
  font-weight: 400;
}

.h2-trust-stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.h2-trust-star-box {
  box-sizing: border-box;
  background-color: #219653;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 3px;
  display: inline-flex;
}

.h2-trust-sep {
  background-color: #ffffff4d;
  width: 1px;
  height: 13px;
  display: inline-block;
}

.h2-steps-right {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 0;
  padding: 80px 100px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-mountain-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.h2-mountain-grad {
  z-index: 0;
  background-image: linear-gradient(#1f222500, #1f2225);
  position: absolute;
  inset: 0;
}

.h2-calc-disclaimer {
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 460px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.h2-calc-result-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-calc-result-value {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  align-items: center;
  display: flex;
}

.h2-calc-stats {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.h2-pf-wr {
  box-sizing: border-box;
  color: #fff;
  background-color: #1f2225;
  width: 100%;
  padding: 120px 12px;
}

.h2-pf-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.h2-pf-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  display: flex;
}

.h2-pf-title {
  color: #fff;
  letter-spacing: -.56px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.h2-pf-sub {
  color: #999;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.h2-pf-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.h2-pf-card {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.h2-pf-card-head {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-radius: 24px 24px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  padding: 32px 16px;
  display: flex;
  overflow: hidden;
}

.h2-pf-head-pf {
  background-image: linear-gradient(#eddad2 0%, #f6af95 100%);
}

.h2-pf-head-ca {
  background-image: linear-gradient(#3e2d3f 0%, #8d645c 100%);
}

.h2-pf-card-head-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.h2-pf-card-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.h2-pf-card-title {
  color: #1c1c1c;
  letter-spacing: -.4px;
  white-space: nowrap;
  margin: 0;
  font-family: SF Pro Display, Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.h2-pf-card-title-light {
  color: #f5f5f5;
}

.h2-pf-card-desc {
  color: #1c1c1c;
  max-width: 440px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h2-pf-card-desc-light {
  color: #fff;
}

.h2-pf-card-body {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff0d;
  border-radius: 0 0 32px 32px;
  flex-direction: column;
  flex: 1;
  padding: 48px;
  display: flex;
}

.h2-pf-inner-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ffffff0a;
  border-radius: 16px;
  flex-direction: column;
  padding: 44px 32px;
  display: flex;
}

.h2-pf-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h2-pf-item-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  letter-spacing: -.36px;
  align-items: baseline;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.h2-pf-item-num {
  color: #fff;
  min-width: 20px;
  font-weight: 600;
}

.h2-pf-list {
  color: #999;
  margin: 0;
  padding-left: 24px;
  font-size: 1rem;
  list-style: disc;
}

.h2-pf-item-desc {
  color: #999;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h2-pf-stats {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #ffffff0a;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 32px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.h2-ot-wr {
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 100%;
  padding: 120px 12px;
}

.h2-ot-inner {
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.h2-ot-title {
  color: #1f2225;
  text-align: center;
  letter-spacing: -.56px;
  max-width: 620px;
  margin: 0 0 5rem;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.h2-ot-stats {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 5em;
  padding: 40px 24px;
  display: flex;
}

.h2-ot-stat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  display: flex;
}

.h2-ot-stat-label {
  color: #999;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.h2-ot-stat-num-wr {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f2225;
  white-space: nowrap;
  align-items: flex-start;
  font-family: SF Pro Display, Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.h2-ot-stat-num {
  color: #1f2225;
  letter-spacing: -.56px;
  font-size: 56px;
  line-height: 56px;
}

.h2-ot-stat-plus {
  color: #1f2225;
  letter-spacing: -.32px;
  font-size: 32px;
  line-height: 32px;
}

.h2-ot-stat-note {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  width: 116px;
  display: flex;
}

.h2-ot-stat-arrow {
  width: 3.62rem;
  height: 1.38rem;
  display: block;
}

.h2-ot-stat-sub {
  color: #16aa7f;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.h2-n3-wr {
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 100%;
  padding: 120px 12px;
}

.h2-n3-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.h2-n3-title {
  text-align: center;
  letter-spacing: -.56px;
  width: 100%;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.h2-n3-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.h2-n3-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  display: flex;
}

.h2-n3-card {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 528px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-n3-card--mountain {
  background-color: #0000;
  border-radius: 16px;
  padding: 60px 40px;
}

.h2-n3-mbg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.h2-n3-mov {
  z-index: 1;
  background-color: #00000026;
  position: absolute;
  inset: 0;
}

.h2-n3-mglass {
  z-index: 2;
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #50505099;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 258px;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.h2-n3-mitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-n3-mnum-wr {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  align-items: flex-start;
  font-family: SF Pro Display, Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.h2-n3-mnum {
  color: #fff;
  letter-spacing: -.56px;
  font-size: 56px;
  line-height: 56px;
}

.h2-n3-mplus {
  color: #fff;
  letter-spacing: -.32px;
  font-size: 32px;
  line-height: 32px;
}

.h2-n3-mlabel {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.h2-n3-head {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.h2-n3-dot {
  background-color: #999;
  border-radius: 50%;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.h2-n3-head-text {
  color: #999;
  letter-spacing: -.36px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.h2-n3-box {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 257px;
  padding: 44px 32px 32px;
  display: flex;
  position: relative;
}

.h2-n3-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-n3-num-wr {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f2225;
  white-space: nowrap;
  align-items: flex-start;
  font-family: SF Pro Display, Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.h2-n3-num {
  color: #1f2225;
  letter-spacing: -.56px;
  font-size: 56px;
  line-height: 56px;
}

.h2-n3-plus {
  color: #1f2225;
  letter-spacing: -.32px;
  font-size: 32px;
  line-height: 32px;
}

.h2-n3-label {
  color: #999;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.h2-n3-label:lang(de) {
  text-align: center;
  align-self: auto;
}

.h2-n3-callout {
  z-index: 2;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.h2-n3-callout.h2-n3-callout--bl {
  bottom: -4.25rem;
  left: 1.25rem;
}

.h2-n3-callout.h2-n3-callout--bl:lang(el-gr) {
  bottom: -5.15rem;
}

.h2-n3-callout.h2-n3-callout--tr {
  top: -3.13rem;
  right: 0;
}

.h2-n3-callout.h2-n3-callout--tr:lang(fr) {
  justify-content: flex-start;
  align-items: flex-start;
}

.h2-n3-callout--bl {
  align-items: flex-start;
  width: 140px;
  bottom: 60px;
  left: 32px;
}

.h2-n3-callout--tr {
  align-items: flex-end;
  width: 80px;
  top: 66px;
  right: 32px;
}

.h2-n3-arrow {
  flex-shrink: 0;
  display: block;
}

.h2-n3-arrow--flip {
  transform: rotate(180deg);
}

.h2-n3-callout-text {
  color: #16aa7f;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.h2-n3-callout-text.h2-n3-callout-text--right {
  text-align: left;
  text-align: left;
}

.h2-n3-callout-text--right {
  text-align: right;
}

.h2-n3-proj {
  box-sizing: border-box;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 80px 80px 80px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-n3-proj-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex-shrink: 0;
  width: 315px;
  display: flex;
}

.h2-n3-proj-label {
  color: #999;
  letter-spacing: -.36px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.h2-n3-proj-desc {
  color: #676767;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h2-n3-proj-right {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 5px;
  padding-right: 0;
  display: flex;
}

.h2-n3-chart-placeholder {
  box-sizing: border-box;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #999;
  text-align: center;
  border: 2px #ccc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 269px;
  padding: 20px;
  font-size: 14px;
  display: flex;
}

.min-card__badge {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.h2-bon-wr {
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 100%;
  padding: 120px 12px;
}

.h2-bon-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.h2-bon-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-bon-title {
  color: #1f2225;
  letter-spacing: -.56px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.h2-bon-sub {
  color: #676767;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.h2-bon-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  width: 100%;
  display: flex;
}

.h2-bon-card {
  box-sizing: border-box;
  color: #fff;
  background-image: linear-gradient(#35383b, #1f2225);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 401px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-bon-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.h2-bon-card-title {
  color: #fff;
  letter-spacing: -.36px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.h2-bon-value {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.h2-bon-big {
  color: #fff;
  letter-spacing: -.56px;
  white-space: nowrap;
  font-family: SF Pro Display, Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.h2-bon-big-wr {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.h2-bon-small-up {
  color: #fff;
  text-align: center;
  letter-spacing: -.24px;
  font-family: SF Pro Display, Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.h2-bon-note {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  width: 140px;
  padding-left: 24px;
  display: flex;
}

.h2-bon-note:lang(el-gr) {
  width: 200px;
}

.h2-bon-arrow {
  transform-style: preserve-3d;
  display: block;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.h2-bon-note-text {
  color: #1f9a77;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.h2-bon-card-desc {
  color: #999;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h-64 {
  width: 100%;
  height: 4rem;
}

.h-32 {
  width: 100%;
  height: 2rem;
}

.h-48 {
  width: 100%;
  height: 3rem;
}

.h2-calc-fv {
  font-family: Inter, sans-serif;
  font-size: .88em;
  font-weight: 700;
}

.h2-fip-nav-btn-svg {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.h2-card-tooltip-svg {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.h2-card-title-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-reports__item-img-wrap {
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.span__text-color-white {
  color: #fff;
}

.span__text-color-white:lang(es), .span__text-color-white:lang(fr), .span__text-color-white:lang(de), .span__text-color-white:lang(it), .span__text-color-white:lang(pt), .span__text-color-white:lang(ko-kr), .span__text-color-white:lang(zh-cn), .span__text-color-white:lang(ja-jp) {
  display: none;
}

.lang-drop__flag {
  width: 2.06rem;
  min-width: 2.06rem;
  height: 1.56rem;
  min-height: 1.56rem;
}

.hero-bg-img__mobile, .h2-mountain-bg-mobile {
  display: none;
}

.h2 {
  font-family: Inter, sans-serif;
  font-size: var(--56px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 100%;
}

.h2.text-color-white {
  color: var(--text-color-white);
  letter-spacing: normal;
}

.footer__text, .footer__text--link, .footer__text--address, .footer__link--mail, .text-block-4 {
  font-family: Inter, sans-serif;
}

@media screen and (max-width: 991px) {
  .container-80.is--relative.padding-mobile__16, .container-80.padding-mobile__16, .container-80.is--relative.padding-mobile__16, .container-80.is--relative.padding-mobile__16, .container-80.padding-mobile__16 {
    padding-right: var(--16px);
    padding-left: var(--16px);
  }

  .title-80-500 {
    font-size: 4.6rem;
  }

  .main-hero__wr {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .main-hero__wr.about-us {
    height: auto;
  }

  .main-hero__wr.h2 {
    padding-bottom: var(--24px);
  }

  .menu-items {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .menu-items:lang(it) {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .head-div {
    padding-top: .69rem;
    top: 0;
  }

  .nav-menu {
    background-color: #1c1c1c;
    border-top-right-radius: 0;
    border-bottom-right-radius: 1.11rem;
    border-bottom-left-radius: .83rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.19rem .6rem .69rem .69rem;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .nav__container {
    border-radius: .83rem;
    padding-left: 1.67rem;
    padding-right: 1.67rem;
    position: relative;
  }

  .menu-burger {
    width: 2.78rem;
    height: 2.78rem;
    display: flex;
    position: relative;
  }

  .contact-div {
    display: none;
  }

  .contact-div.mobile {
    width: 100%;
    margin-top: .69rem;
    display: flex;
  }

  .nav-link-h {
    padding-top: 1.04rem;
    padding-bottom: 1.04rem;
    padding-left: .97rem;
  }

  .logo-img {
    object-fit: contain;
  }

  .nav-menu-div {
    z-index: 50;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #50505000;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: .69rem;
    padding-right: .69rem;
    display: none;
    position: fixed;
    inset: 4.8rem 0% 0%;
  }

  .nav-menu-div:lang(it) {
    display: none;
  }

  .nav-white__btn, .nav-white__btn.mobile, .nav-white__btn.mobile {
    padding-top: .9rem;
  }

  .locale__wr.mobile {
    margin-left: auto;
  }

  .locales__list {
    background-color: #1c1c1c;
    border: 1px solid #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: .6rem;
  }

  .nav-transp__btn {
    padding-top: .9rem;
  }

  .nav-transp__btn.mobile {
    background-color: #1f2225;
    border: 1px solid #1c1c1c;
  }

  .title-56-600-sf-pro.is--tablet-mobile {
    font-size: 2.25rem;
    font-weight: 600;
  }

  .main-hero__cols {
    flex-flow: column;
  }

  .main-hero__cols.h2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mh-cont__col-1 {
    width: 100%;
  }

  .mh-cont__col-1.h2 {
    margin-bottom: .75rem;
  }

  .mh-cont__col-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.47rem;
    margin-left: 0;
    margin-right: 0;
  }

  .foot-menu-col {
    width: auto;
  }

  .menu-line.line-1, .menu-line.line-2, .menu-line.line-1, .menu-line.line-2 {
    width: 1.39rem;
  }

  .mh-butt__wr {
    margin-bottom: .75rem;
  }

  .mh-bg__blur {
    background-color: #00000078;
  }

  .space-section-h-120.mob-80 {
    height: 5rem;
  }

  .why-cols__wr {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-img-rev {
    object-fit: contain;
  }

  .hand-mobile__img {
    left: 0;
  }

  .phone-blur-block__wr {
    flex-flow: column;
    margin-top: 4.51rem;
    margin-bottom: 2.78rem;
  }

  .hdiw__wr {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-mobile__bg {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #50505099;
    width: 100%;
    height: 100rem;
    display: none;
    inset: 0%;
  }

  .ttai-cards__wr {
    grid-template-columns: 1fr 1fr;
  }

  .oit__wr {
    grid-template-columns: 1fr;
  }

  .oit__item.is-slide:lang(de) {
    width: 27.4rem;
  }

  .last-blog-articles__wr {
    grid-template-columns: 1fr 1fr;
  }

  .main-faq__cols {
    flex-flow: column;
    display: flex;
  }

  .faq-title__col {
    width: auto;
    max-width: none;
    display: flex;
  }

  .faq-drop__col.margin-bottom__mobile {
    margin-bottom: var(--80px);
    margin-bottom: var(--80px);
  }

  .nav-mob-sep {
    margin-top: .5rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .uni-hero__col-1 {
    width: 100%;
  }

  .uni-hero__col-1.mw-780, .uni-hero__col-1.mw-580, .uni-hero__col-1.mw-780, .uni-hero__col-1.mw-580 {
    width: auto;
  }

  .universal-hero__cols {
    grid-column-gap: 2.78rem;
    grid-row-gap: 2.78rem;
    flex-flow: column;
    margin-bottom: 0;
  }

  .uni-hero__col-2 {
    width: 100%;
  }

  .about-drop-text__div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  ._3-grid__cols {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team__wr {
    grid-template-columns: 1fr;
  }

  .wcm__wr {
    grid-template-columns: 1fr 1fr;
  }

  .founder-hero__wr {
    padding-bottom: 4.86rem;
  }

  .fouderi-hero__col-1 {
    width: 100%;
  }

  .profile-hero__cols {
    grid-column-gap: 2.78rem;
    grid-row-gap: 2.78rem;
    flex-flow: row;
    margin-bottom: auto;
  }

  .container-320 {
    padding-left: 2.36rem;
    padding-right: 2.36rem;
  }

  .in-numbers__wr._4-col {
    grid-template-columns: 1fr 1fr;
  }

  .in-numbers__item {
    width: 24.5rem;
  }

  .steps-black__block {
    flex-flow: column;
  }

  .steps__img {
    border-radius: 1.67rem;
  }

  .steps__img-div {
    width: 100%;
    height: 40rem;
  }

  .contacts-menu__col {
    width: auto;
  }

  .cont-70-universal-hero__cols {
    grid-column-gap: 2.78rem;
    grid-row-gap: 2.78rem;
    flex-flow: column;
  }

  .title-20-600 {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 150%;
  }

  .filter-category-chkbx:hover {
    border-color: #fff0;
  }

  .filter-category-chkbx.is-active-inputactive {
    transition: none;
  }

  .lang__drop-list {
    padding-left: .69rem;
    padding-right: .69rem;
  }

  .lang__drop-list.w--open {
    background-color: #1c1c1c;
    border-bottom-right-radius: 1.11rem;
    border-bottom-left-radius: 1.11rem;
    width: 97.9vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 3rem;
    bottom: auto;
    right: -5rem;
  }

  .nav-menu-locale-mobile__bg {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #50505099;
    width: 100%;
    height: 100rem;
    display: none;
    inset: 0%;
  }

  .steps-white__block {
    flex-flow: column;
  }

  .nav-8l-blue-rr__btn {
    margin-top: 1.04rem;
    margin-bottom: 1.04rem;
    margin-left: .97rem;
  }

  .main-form__cols {
    flex-flow: column;
    display: flex;
  }

  .form-title__col {
    width: auto;
    max-width: none;
    display: flex;
  }

  .title-24-600 {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 150%;
  }

  .bonus-calk__wr {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .course-3-cols__wr {
    grid-template-columns: 1fr 1fr;
  }

  .course-blue-3st__item {
    width: 100%;
  }

  .chart-card__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .chart-containers-wrap {
    flex-flow: column;
  }

  .nav-about-drop {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.04rem;
    padding-bottom: 1.04rem;
    padding-left: .97rem;
    display: flex;
  }

  .nav-about-toggle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .nav-about-list {
    position: static;
  }

  .nav-about-list.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 99%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    position: relative;
    top: 1.9rem;
    left: -5rem;
  }

  .nav-about-link {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .whyb__wrap {
    flex-flow: column;
  }

  .whyb__card.first {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    justify-content: space-between;
    align-items: center;
  }

  .whyb__card-item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .whyb__card-bottom {
    min-height: 0;
  }

  .why__card-items {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .htgs__wrap {
    flex-flow: column;
  }

  .h2-badge.mobile-display-none {
    display: none;
  }

  .h2-cards {
    grid-column-gap: var(--8px);
    grid-row-gap: var(--8px);
    overflow: visible;
  }

  .h2-card {
    height: 100%;
    padding: var(--16px) var(--12px);
    grid-column-gap: var(--12px);
    grid-row-gap: var(--12px);
    background-color: var(--background-color-white-5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 12px;
  }

  .h2-card-icon {
    background-color: var(--background-color-white-10);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    width: 4rem;
    height: 4rem;
  }

  .h2-card-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .h2-card-title {
    color: var(--text-color-white);
    font-size: var(--20px);
  }

  .h2-fip-wr {
    padding: 5rem 12px;
  }

  .h2-fip-title {
    font-size: 40px;
    line-height: 42px;
  }

  .h2-fip-slide {
    flex-flow: column;
    flex: none;
    width: 100%;
  }

  .h2-fip-card-left {
    width: 100%;
    padding: 24px;
  }

  .h2-fip-name {
    font-size: 32px;
    line-height: 36px;
  }

  .h2-fip-card-right {
    padding-right: var(--32px);
    padding-bottom: var(--32px);
    padding-left: .75rem;
  }

  .h2-fip-overlay-wr {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .h2-fip-overlay {
    width: 50%;
  }

  .h2-fip-overlay:lang(it), .h2-fip-overlay:lang(es) {
    left: 0;
  }

  .h2-fip-tabs:lang(it) {
    flex-flow: column;
    height: 100%;
  }

  .h2-fip-tab.is--active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-fip-overlay-text {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-ap-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h2-ap-title {
    font-size: 40px;
    line-height: 42px;
  }

  .h2-ap-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .h2-ap-map, .h2-ap-chart {
    min-height: 400px;
    padding: 24px;
  }

  .h2-ap-placeholder {
    margin-top: 0;
  }

  .h2-steps-wr {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h2-steps-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 12px;
  }

  .h2-steps-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 32px 24px;
  }

  .h2-steps-title {
    font-size: 40px;
    line-height: 42px;
  }

  .h2-steps-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h2-step {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .h2-steps-right {
    padding: var(--52px) 20px;
  }

  .h2-pf-wr {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .h2-pf-title {
    font-size: 40px;
    line-height: 42px;
  }

  .h2-pf-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .h2-pf-card-head {
    height: auto;
    min-height: 180px;
  }

  .h2-pf-card-title {
    font-size: 32px;
    line-height: 40px;
  }

  .h2-pf-card-body {
    padding: 32px;
  }

  .h2-pf-inner-card {
    padding: 32px 24px;
  }

  .h2-ot-wr {
    padding: 5rem 12px;
  }

  .h2-ot-title {
    font-size: 40px;
    line-height: 42px;
  }

  .h2-ot-stats {
    flex-flow: row;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .h2-ot-stat {
    max-width: none;
  }

  .h2-n3-wr {
    padding: var(--80px) 12px 2rem;
  }

  .h2-n3-inner {
    grid-column-gap: var(--40px);
    grid-row-gap: var(--40px);
  }

  .h2-n3-title {
    font-size: 40px;
    line-height: 42px;
  }

  .h2-n3-row {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .h2-n3-card {
    height: auto;
    min-height: 420px;
    padding: 24px;
  }

  .h2-n3-mnum {
    font-family: SF Pro Display;
  }

  .h2-n3-callout.h2-n3-callout--tr {
    right: 37px;
  }

  .h2-n3-proj {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding: 40px;
  }

  .h2-n3-proj-left {
    grid-column-gap: var(--32px);
    grid-row-gap: var(--32px);
    width: 50%;
  }

  .h2-bon-wr {
    padding: 5rem 12px;
  }

  .h2-bon-title {
    font-size: 40px;
    line-height: 42px;
  }

  .h2-bon-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2-bon-card {
    height: auto;
  }

  .h-64.mob-0 {
    height: 0;
  }

  .main-hero__wr-2 {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h2-mountain-bg-mobile {
    display: none;
  }

  .faq-div-button__absolute {
    position: absolute;
    bottom: 0;
  }

  .padding-global.padding-vertical-default {
    padding: var(--80px) var(--40px);
    padding: var(--80px) var(--40px);
  }

  .audience__content {
    flex-flow: column;
  }

  .structure__content--wrapper {
    grid-column-gap: var(--80px);
    grid-row-gap: var(--80px);
  }

  .structure__lesson--component {
    flex-flow: column;
  }

  .lessons__list {
    flex-flow: column;
    padding-left: 0;
  }

  .left, .right {
    width: 100%;
  }

  .lesson__right {
    max-width: none;
    height: 47rem;
    max-height: 100%;
  }

  .lesson__img--right {
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .course__description, .lessons__item {
    width: 100%;
  }

  .audience__video {
    width: 100%;
    max-width: none;
    height: 26.75rem;
  }

  .audience__video--wrapper {
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: var(--20px);
  }
}

@media screen and (max-width: 767px) {
  .main-hero__wr.about-us {
    height: auto;
  }

  .main-hero__wr.h2 {
    padding-bottom: .75rem;
  }

  .h-10-hero {
    height: 0;
  }

  .menu-items {
    width: 100%;
  }

  .nav-menu {
    max-height: 70vh;
    overflow: auto;
  }

  .nav__container {
    background-image: linear-gradient(#0000004d, #fff0);
    padding-left: 1.39rem;
    padding-right: 1.39rem;
  }

  .hero-bg__img {
    border-radius: 0;
  }

  .main-hero__cols {
    padding-left: 1.39rem;
    padding-right: 1.39rem;
  }

  .main-hero__cols.h2 {
    padding-right: var(--16px);
    padding-left: var(--16px);
    padding-right: var(--16px);
    padding-left: var(--16px);
  }

  .mh-cont__col-2 {
    display: none;
  }

  .mh-h-110 {
    height: 2.08rem;
  }

  .footer__wr {
    grid-column-gap: 4.86rem;
    grid-row-gap: 4.86rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1.67rem;
    display: grid;
  }

  .ft-h-55 {
    height: 4.86rem;
  }

  .mh-h-30 {
    height: 1.74rem;
  }

  .mh-butt__wr {
    flex-flow: column-reverse wrap;
  }

  .mh-bg__blur {
    border-radius: 0;
  }

  .h-80 {
    height: 2.78rem;
  }

  .why-cols__wr {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .mh-header__space.mob-40 {
    height: 2.5rem;
  }

  .hand-mobile__img {
    object-fit: contain;
    object-position: 50% 100%;
    width: 89rem;
    height: 37rem;
    left: auto;
    right: -3.4rem;
  }

  .phone-blur-block__wr {
    flex-flow: column;
  }

  .hdiw__wr, .inv-say__wr, .fip__wr {
    grid-template-columns: 1fr;
  }

  .dbb-wh__wr {
    padding: 1.11rem;
  }

  .ttai-cards__wr {
    grid-template-columns: 1fr;
  }

  .last-blog-articles__wr {
    grid-template-columns: 1fr 1fr;
  }

  .faq-title__col {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .container-10-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .universal-hero__cols {
    padding-left: 1.39rem;
    padding-right: 1.39rem;
  }

  .unih-butt__wr {
    flex-flow: column-reverse wrap;
  }

  .about-drop__img-div {
    max-width: 100%;
  }

  .stable__item {
    grid-column-gap: 5.56rem;
    grid-row-gap: 5.56rem;
  }

  .stable__wr, ._3-grid__cols, .wcm__wr, ._3st__wr {
    grid-template-columns: 1fr;
  }

  ._3st__item {
    grid-column-gap: 5.56rem;
    grid-row-gap: 5.56rem;
  }

  .fouderi-hero__col-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .profile-hero__cols {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .founder-avatar__img {
    width: 5.56rem;
    height: 5.56rem;
  }

  .container-320 {
    padding-left: 2.08rem;
    padding-right: 2.08rem;
  }

  .fip-tab-button:lang(de) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .steps-info__wr {
    align-items: stretch;
  }

  .contacts__cols {
    grid-column-gap: 2.43rem;
    grid-row-gap: 2.43rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .btn-share {
    height: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .toc-link_text-new {
    flex: none;
    margin-left: 0;
  }

  .cat-filter-cms__wr {
    max-width: none;
  }

  .filter-form {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .filter-form__div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .lang__drop-list.w--open {
    width: 97.2vw;
    right: -4.7rem;
  }

  .form-title__col {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .range-full-stripe {
    flex: none;
  }

  .bonus-calk__wr {
    grid-template-columns: 1fr;
  }

  .calc-range__plate {
    padding-top: 0;
    padding-bottom: 0;
  }

  .course-3-cols__wr {
    grid-template-columns: 1fr;
  }

  .course-3st__item, .course-blue-3st__item {
    grid-column-gap: 5.56rem;
    grid-row-gap: 5.56rem;
  }

  .button-8l__icon {
    width: 4.8rem;
    height: 1rem;
  }

  .container-40.mob-16, .chart-card__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .geo-tabs__menu {
    width: 100%;
    display: flex;
  }

  .geo-tabs__tab.w--current {
    padding-left: 1.13rem;
    padding-right: 1.13rem;
  }

  .steps-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mvm__wrap, .h2-cards {
    flex-flow: column;
  }

  .h2-card {
    padding: 1rem;
  }

  .h2-card-icon {
    width: 3rem;
    height: 3rem;
    padding: var(--16px);
  }

  .h2-card-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .h2-fip-wr {
    padding: 2rem 12px;
  }

  .h2-fip-head {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .h2-fip-title {
    font-size: 32px;
    line-height: 34px;
  }

  .h2-fip-slide {
    flex-direction: column;
    width: calc(100vw - 40px);
  }

  .h2-fip-card-left {
    width: 100%;
  }

  .h2-fip-bottom {
    margin-top: .75rem;
  }

  .h2-fip-card-right {
    min-height: 400px;
  }

  .h2-fip-overlay-wr, .h2-fip-overlay {
    width: 100%;
  }

  .h2-fip-tab {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .h2-ap-title {
    font-size: 32px;
    line-height: 34px;
  }

  .h2-ap-map, .h2-ap-chart {
    min-height: 340px;
  }

  .h2-tag {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .h2-steps-wr {
    padding: 2rem 12px;
  }

  .h2-steps-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 24px;
  }

  .h2-steps-title {
    font-size: 32px;
    line-height: 34px;
  }

  .h2-steps-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2-pf-wr {
    padding: 2rem 12px;
  }

  .h2-pf-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h2-pf-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2-pf-title {
    font-size: 32px;
    line-height: 34px;
  }

  .h2-pf-card-head.h2-pf-head-pf, .h2-pf-card-head.h2-pf-head-ca, .h2-pf-card-head.h2-pf-head-pf, .h2-pf-card-head.h2-pf-head-ca {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .h2-pf-card-title {
    white-space: normal;
    font-size: 28px;
    line-height: 36px;
  }

  .h2-pf-card-body {
    padding: 20px;
  }

  .h2-pf-inner-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px 20px;
  }

  .h2-ot-wr {
    padding: 2rem 12px;
  }

  .h2-ot-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h2-ot-title {
    font-size: 32px;
    line-height: 34px;
  }

  .h2-ot-stat-num {
    font-size: 40px;
    line-height: 40px;
  }

  .h2-n3-wr {
    padding: var(--80px) 12px 2rem;
  }

  .h2-n3-inner {
    grid-column-gap: var(--40px);
    grid-row-gap: var(--40px);
  }

  .h2-n3-title {
    font-size: 32px;
    line-height: 34px;
  }

  .h2-n3-row {
    flex-flow: column;
  }

  .h2-n3-mglass {
    width: 60%;
  }

  .h2-n3-mnum, .h2-n3-num {
    font-size: 40px;
    line-height: 40px;
  }

  .h2-n3-proj {
    padding: 24px;
  }

  .h2-n3-proj-right {
    width: 100%;
  }

  .h2-bon-wr {
    padding: 2rem 12px;
  }

  .h2-bon-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h2-bon-title {
    font-size: 32px;
    line-height: 34px;
  }

  .h2-bon-row {
    grid-template-columns: 1fr 1fr;
  }

  .h2-bon-card {
    height: auto;
    min-height: 360px;
  }

  .h2-bon-big {
    font-size: 48px;
    line-height: 48px;
  }

  .h2-bon-note {
    padding-left: 0;
  }

  .footer_wr2 {
    flex-flow: row;
  }

  .padding-global.padding-vertical-default {
    padding-right: var(--16px);
    padding-left: var(--16px);
    padding-right: var(--16px);
    padding-left: var(--16px);
  }

  .audience__content--wrapper {
    grid-column-gap: var(--40px);
    grid-row-gap: var(--40px);
  }

  .audience__list {
    grid-template-columns: 1fr;
  }

  .structure__content--wrapper, .structure__results--component {
    grid-column-gap: var(--40px);
    grid-row-gap: var(--40px);
  }

  .structure__lesson--component {
    flex-flow: column-reverse wrap-reverse;
  }

  .results__list {
    grid-template-columns: 1fr;
  }

  .card__item--number {
    font-size: var(--84px);
  }

  .lesson__left {
    padding: var(--8px);
    grid-column-gap: var(--40px);
    grid-row-gap: var(--40px);
  }

  .lesson__right {
    height: 24.5rem;
    max-height: 100%;
  }

  .img__right--bage {
    left: var(--12px);
    top: auto;
    right: auto;
    bottom: var(--12px);
  }

  .course__description {
    border-radius: 24px;
  }

  .audience__video {
    height: 14.25rem;
  }

  .audience__video--wrapper {
    padding: 0rem var(--16px) var(--24px);
  }

  .h2 {
    font-size: var(--36px);
  }

  .h3 {
    font-size: var(--20px);
  }
}

@media screen and (max-width: 479px) {
  .container-80 {
    padding-left: 1.04rem;
    padding-right: 1.04rem;
    position: static;
  }

  .title-80-500 {
    font-size: 2.6rem;
  }

  .title-56-600.mob-36 {
    font-size: 2.25rem;
  }

  .title-20-500.lh-140.universal-hero__cols {
    text-align: left;
    text-align: left;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .text-16-600:lang(de) {
    word-break: break-all;
  }

  .main-hero__wr {
    min-height: 28.75rem;
    padding-bottom: 2.78rem;
  }

  .main-hero__wr.about-us {
    height: auto;
  }

  .h-10-hero {
    height: 0;
  }

  .logo-div {
    flex: none;
  }

  .head-div {
    width: 100%;
  }

  .nav-menu {
    max-height: none;
    overflow: visible;
  }

  .nav__container {
    padding-left: 1.39rem;
    padding-right: 1.39rem;
  }

  .menu-burger {
    justify-content: center;
    align-items: center;
    width: 1.39rem;
    height: 1.39rem;
    margin-left: 0;
    position: relative;
  }

  .contact-div {
    display: none;
  }

  .hero-bg__img {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 0;
  }

  .hero-bg__img.mobile--none {
    display: none;
  }

  .locale__wr.mobile {
    margin-left: auto;
    margin-right: 1.39rem;
    display: flex;
  }

  .title-56-600-sf-pro {
    font-size: 3.2rem;
  }

  .title-56-600-sf-pro:lang(de) {
    word-break: break-all;
  }

  .title-56-600-sf-pro.mob-24 {
    font-size: 1.67rem;
  }

  .title-56-600-sf-pro.mob-h2 {
    font-family: SF Pro Display;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.13rem;
  }

  .main-hero__cols {
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 1.04rem;
    padding-right: 1.04rem;
  }

  .main-hero__cols.h2 {
    padding-right: var(--16px);
    padding-left: var(--16px);
    padding-right: var(--16px);
    padding-left: var(--16px);
  }

  .mh-cont__col-1 {
    align-items: stretch;
  }

  .mh-h-90 {
    height: 16.53rem;
  }

  .mh-h-110 {
    height: 2.08rem;
  }

  .footer__wr {
    grid-template-columns: 1fr;
  }

  .menu-line {
    width: 1.39rem;
  }

  .mh-h-30 {
    height: 1.67rem;
  }

  .mh-butt__wr {
    display: flex;
  }

  .mh-bg__blur {
    background-image: none;
    border-radius: 0;
  }

  .space-section-h-120 {
    height: 5.56rem;
  }

  .h-80 {
    height: 2.78rem;
  }

  .why-nuber__wr {
    margin-bottom: 5.56rem;
  }

  .wh-bl-txt__div {
    display: none;
  }

  .hand-mobile__img {
    object-fit: contain;
    flex: none;
    width: 48rem;
    height: 26rem;
    bottom: 16.7rem;
    right: -.2rem;
  }

  .phone-blur-block__wr {
    flex-flow: column;
  }

  .hdiw__wr {
    grid-row-gap: 2.78rem;
  }

  .hdiw__item {
    grid-column-gap: 2.22rem;
    grid-row-gap: 2.22rem;
    border-left-style: none;
    padding-bottom: 2.78rem;
    padding-left: 0;
    display: flex;
  }

  .hdiw-it__icon {
    margin-bottom: 0;
  }

  .hdiw-banner__div {
    border-radius: 1.11rem;
  }

  .hdiw-banner__bg-img {
    transform: scale(2.2);
  }

  .space-section-h-60 {
    height: 2.78rem;
  }

  .fip__item-link {
    width: 100%;
    padding: 1.11rem 1.11rem 15.3rem;
  }

  .open-menu-trigger {
    inset: auto;
  }

  .fip-arrow__div {
    inset: auto 0% -14.2rem auto;
  }

  .ttai-cards__wr {
    grid-template-columns: 1fr;
  }

  .mountain__bg-img {
    object-fit: cover;
  }

  .space-section-h-180.mobile-16 {
    height: 1.11rem;
  }

  .mntn-blur-block__wr {
    flex-flow: column;
    margin-top: 11.81rem;
  }

  .mntn-txt-cont__div {
    align-items: stretch;
  }

  .oit__item {
    padding: 1.67rem;
  }

  .oit__item.is-slide {
    width: 26.4rem;
  }

  .oit__item.is-slide:lang(de) {
    width: 26.5rem;
  }

  .oit__lb-link {
    margin-bottom: 1.67rem;
  }

  .oit_txt__wr {
    grid-column-gap: 1.11rem;
    grid-row-gap: 1.11rem;
    margin-bottom: 1.67rem;
  }

  .last-blog-articles__wr {
    grid-template-columns: 1fr;
  }

  .blog-post-img__div {
    height: 18.5rem;
  }

  .faq-drop__col.margin-bottom__mobile {
    margin-bottom: var(--80px);
    margin-bottom: var(--80px);
  }

  .nav-mob-sep {
    width: 100%;
    height: 1px;
  }

  .container-10-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hdiw-mob-sep {
    opacity: 100;
  }

  .uni-hero__col-1 {
    align-items: stretch;
  }

  .universal-hero__cols {
    padding-bottom: 0;
    padding-left: 1.04rem;
    padding-right: 1.04rem;
  }

  .uni-hero__col-2 {
    align-items: stretch;
  }

  .h-40 {
    height: 2.78rem;
  }

  ._3-grid__col-3 {
    align-items: stretch;
  }

  .team__item {
    padding: 1.67rem;
  }

  .team-avatar__img {
    margin-bottom: 1.67rem;
  }

  .team-txt__wr {
    grid-column-gap: 1.11rem;
    grid-row-gap: 1.11rem;
    margin-bottom: 1.67rem;
  }

  .wcm__wr {
    grid-row-gap: 2.78rem;
  }

  .wcm__item {
    grid-column-gap: 2.22rem;
    grid-row-gap: 2.22rem;
    border-left-style: none;
    padding-bottom: 2.78rem;
    padding-left: 0;
    display: flex;
  }

  .wcm-it__icon {
    margin-bottom: 0;
  }

  .founder-hero__wr {
    height: 31.94rem;
    padding-bottom: 2.78rem;
  }

  .fouderi-hero__col-1 {
    align-items: stretch;
  }

  .profile-hero__cols {
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 1.04rem;
    padding-right: 1.04rem;
  }

  .founder-avatar__img {
    width: 4.17rem;
    height: 4.17rem;
  }

  .container-320 {
    padding-left: 1.04rem;
    padding-right: 1.04rem;
  }

  .policy__rich a:lang(it) {
    overflow-wrap: anywhere;
    overflow-wrap: anywhere;
  }

  .project-card__wr {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .proj-txt-cont__div {
    width: 100%;
    max-width: 22.6rem;
  }

  .in-numbers__wr._4-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .75fr 1fr;
  }

  .in-numbers__wr._4-col:lang(de) {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .75fr;
  }

  .fip-tabs__menu {
    margin-bottom: 2.78rem;
  }

  .fip-tabs__menu:lang(de), .fip-tabs__menu:lang(it), .fip-tabs__menu:lang(pt), .fip-tabs__menu:lang(es), .fip-tabs__menu:lang(fr) {
    flex-flow: wrap;
  }

  .fip-tabs__link {
    border-radius: 1.39rem;
    padding: .28rem;
    font-size: 1.45rem;
  }

  .fip-tabs__link.fip-tab-2:lang(it), .fip-tabs__link.fip-tab-2:lang(pt) {
    flex: 1;
  }

  .fip-tabs__link.fip-tab-2:lang(fr), .fip-tabs__link.fip-tab-2.w--current:lang(de), .fip-tabs__link.fip-tab-1:lang(de), .fip-tabs__link.fip-tab-1:lang(it) {
    flex: 1;
  }

  .fip-tabs__link.fip-tab-1.w--current:lang(de), .fip-tabs__link.fip-tab-1.w--current:lang(it), .fip-tabs__link.fip-tab-1.w--current:lang(pt), .fip-tabs__link.fip-tab-1.w--current:lang(es), .fip-tabs__link.fip-tab-1.w--current:lang(fr) {
    flex: 1;
  }

  .fip-tabs__link.fip-tab-2 {
    border-top-right-radius: 1.39rem;
    border-bottom-right-radius: 1.39rem;
  }

  .fip-tabs__link.fip-tab-2:lang(de) {
    margin-right: 0;
  }

  .fip-tabs__link.fip-tab-2:lang(it), .fip-tabs__link.fip-tab-2:lang(pt) {
    flex: 1;
  }

  .fip-tabs__link.fip-tab-2:lang(es) {
    flex: 1;
    margin-right: 0;
  }

  .fip-tabs__link.fip-tab-2:lang(fr), .fip-tabs__link.fip-tab-2.w--current:lang(de), .fip-tabs__link.fip-tab-1:lang(de), .fip-tabs__link.fip-tab-1:lang(it) {
    flex: 1;
  }

  .fip-tabs__link.fip-tab-1.w--current {
    border-top-left-radius: 1.39rem;
    border-bottom-left-radius: 1.39rem;
  }

  .fip-tabs__link.fip-tab-1.w--current:lang(de), .fip-tabs__link.fip-tab-1.w--current:lang(it), .fip-tabs__link.fip-tab-1.w--current:lang(pt), .fip-tabs__link.fip-tab-1.w--current:lang(es), .fip-tabs__link.fip-tab-1.w--current:lang(fr) {
    flex: 1;
  }

  .fip-tab-button {
    border-radius: 1.11rem;
    padding: 1.04rem .83rem;
  }

  .fip-tab-button:lang(es) {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-black__block {
    padding: 1.67rem;
  }

  .steps__img-div {
    height: 25rem;
  }

  .steps-info__wr {
    align-items: stretch;
    padding: 0;
  }

  .cont-70-universal-hero__cols {
    padding-bottom: 0;
    padding-left: 1.04rem;
    padding-right: 1.04rem;
  }

  .article-bg__wr {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-360 {
    padding-left: 1.04rem;
    padding-right: 1.04rem;
  }

  .filter-category-list {
    justify-content: center;
    align-items: center;
  }

  .project__card-item {
    max-width: 100%;
  }

  .lang__drop-list.w--open {
    width: 95.2vw;
    right: -4.2rem;
  }

  .steps-white__block {
    padding: 1.67rem;
  }

  .bw-post-open__div {
    width: 27rem;
    min-width: 27rem;
    padding-right: 2.5rem;
  }

  .bw__text {
    font-size: 1.05rem;
  }

  .form-title__col {
    justify-content: center;
    align-items: center;
  }

  .contact-form__div {
    align-items: stretch;
  }

  .cont-form-fields__wr {
    grid-template-columns: 1fr;
  }

  .clak-blue__plate.is--v2 {
    padding-top: var(--16px);
    padding-right: var(--16px);
    padding-bottom: var(--16px);
    padding-left: var(--16px);
    padding-top: var(--16px);
    padding-right: var(--16px);
    padding-bottom: var(--16px);
    padding-left: var(--16px);
    border-radius: 16px;
  }

  .calc-persent__item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .calc-row.h2 {
    justify-content: flex-start;
  }

  .bonus-calk__wr {
    border-radius: 1rem;
    padding: .94rem;
  }

  .bonus-calk__wr.is--v2 {
    padding-top: var(--16px);
    padding-right: var(--16px);
    padding-bottom: var(--16px);
    padding-left: var(--16px);
    padding-top: var(--16px);
    padding-right: var(--16px);
    padding-bottom: var(--16px);
    padding-left: var(--16px);
    border-radius: 16px;
    margin-left: auto;
  }

  .calc-persents__wr {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
    display: grid;
  }

  .calc-range__plate.is--v2 {
    align-items: stretch;
    display: flex;
  }

  .chart-card.mt-40 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .chart-card__inner {
    padding: 1.5rem;
  }

  .chart-card__header {
    justify-content: space-between;
    align-items: center;
  }

  .chart-card__tabs-menu {
    display: flex;
  }

  .chart-card__tab-link.w--current {
    padding-left: .63rem;
    padding-right: .63rem;
  }

  .geo-tabs__menu {
    flex-flow: column;
    width: auto;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }

  .geo-tabs__tab {
    width: 100%;
  }

  .steps-content {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-about-drop {
    flex-flow: column;
  }

  .nav-about-toggle.w--open {
    justify-content: flex-start;
    align-items: center;
    width: 21.88rem;
    min-width: 21.88rem;
  }

  .nav-about-list.w--open {
    width: 98%;
    min-width: 98%;
    top: 0;
    left: 0;
  }

  .whyb__card.first {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-height: 17.5rem;
  }

  .whyb__card-first-texts {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .hgts__btn-wrap {
    align-items: stretch;
  }

  .whyb-btn-top {
    display: none;
  }

  .whyb__item-title {
    font-size: 1.25rem;
  }

  .whyb-btn-bottom {
    display: block;
  }

  .chart__tab {
    text-align: center;
  }

  .h2-badges {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .h2-badge.mobile-display-none {
    display: none;
  }

  .h2-badge-finma {
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
  }

  .h2-cards {
    margin-right: var(--16px);
    margin-left: var(--16px);
    flex-flow: column;
  }

  .h2-card {
    background-color: var(--background-color-white-5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
  }

  .h2-card-icon {
    padding: var(--16px);
    background-color: var(--background-color-white-10);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }

  .h2-card-title {
    color: var(--text-color-white);
    font-size: var(--20px);
  }

  .h2-card-sub {
    color: var(--text-color-gray);
  }

  .h2-fip-wr {
    padding-top: var(--80px);
  }

  .h2-fip-sub {
    font-size: 1rem;
  }

  .h2-fip-track {
    width: 100%;
  }

  .h2-fip-slide {
    width: 100%;
    padding: var(--8px);
  }

  .h2-fip-card-right {
    grid-column-gap: var(--16px);
    grid-row-gap: var(--16px);
    flex-flow: column;
    padding: 0 0 0;
  }

  .h2-fip-photo {
    border-radius: 24px;
    position: relative;
  }

  .h2-fip-overlay {
    width: 100%;
    padding: var(--24px);
    border-radius: 24px;
  }

  .h2-fip-tabs {
    border-radius: 16px;
    flex-flow: row;
    height: auto;
    padding: 4px;
  }

  .h2-fip-tab {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
  }

  .h2-fip-tab.is--active {
    border-radius: 12px;
    font-size: .875rem;
  }

  .h2-steps-right {
    padding: var(--24px);
  }

  .h2-mountain-bg {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: cover;
    display: none;
    inset: 0%;
  }

  .h2-pf-sub {
    font-size: 1rem;
  }

  .h2-ot-wr {
    padding-top: var(--80px);
    padding-left: var(--16px);
  }

  .h2-ot-title {
    margin-bottom: 0;
  }

  .h2-ot-stats {
    flex-flow: column;
    margin-top: 3rem;
  }

  .h2-ot-stat {
    width: 100%;
    max-width: 100%;
  }

  .h2-n3-mglass, .h2-n3-box {
    width: 100%;
  }

  .h2-n3-callout.h2-n3-callout--bl {
    left: 2.65rem;
  }

  .h2-n3-callout.h2-n3-callout--tr {
    align-items: flex-start;
    width: 5rem;
    right: 96px;
  }

  .h2-n3-proj-left {
    width: 100%;
  }

  .h2-bon-sub {
    font-size: 1rem;
  }

  .h2-bon-row {
    grid-template-columns: 1fr;
  }

  .h2-bon-card {
    min-height: 21.25rem;
  }

  .h2-bon-note {
    padding-bottom: var(--16px);
  }

  .h2-bon-note-text {
    padding-left: 3px;
  }

  .h2-bon-note-text:lang(es) {
    padding-left: 4px;
  }

  .h-32.mob-16 {
    height: 1rem;
  }

  .main-hero__wr-2 {
    min-height: 28.75rem;
    padding-bottom: 2.78rem;
  }

  .footer_wr2 {
    flex-flow: column;
  }

  .footer_wr3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-bg-img__mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
  }

  .h2-mountain-bg-mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inline-flex;
    position: absolute;
    inset: 0%;
  }

  .faq-div-button__absolute {
    position: absolute;
    bottom: 0;
  }

  .structure__text {
    line-height: 120%;
  }

  .structure__authors--component {
    align-self: auto;
    align-items: center;
  }

  .card__item--text {
    margin-bottom: 0;
    line-height: 120%;
  }

  .left {
    height: 100%;
    padding: var(--16px);
  }

  .right {
    height: 100%;
  }

  .course__description {
    padding-right: var(--24px);
    padding-left: var(--24px);
  }

  .lessons__item {
    max-width: none;
  }

  .course__card {
    width: 100%;
    height: 100%;
  }

  .course__card--content--top {
    width: 100%;
    max-width: 100%;
    height: 16rem;
  }

  .h2.text-color-white {
    text-align: center;
    text-align: center;
  }

  .lesson__text-description {
    color: var(--text-color-black);
    font-size: var(--16px);
    margin-bottom: 0;
    font-weight: 500;
    line-height: 125%;
  }
}

#w-node-_55937362-007c-4955-f02e-85c9ebb5a155-ebb5a0fb, #w-node-_55937362-007c-4955-f02e-85c9ebb5a159-ebb5a0fb, #w-node-_55937362-007c-4955-f02e-85c9ebb5a15b-ebb5a0fb, #w-node-_55937362-007c-4955-f02e-85c9ebb5a162-ebb5a0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
