@font-face {
  font-family: "N 27";
  src: url('../fonts/n27-regular-webfont.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #65ecec;
  --white: white;
  --brand: #f26353;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

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

p {
  margin-bottom: 10px;
}

a {
  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;
}

.page_wrapper {
  z-index: 3;
  position: relative;
}

.load_grid {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_grid.hide {
  display: none;
}

.load_grid-item {
  background-color: #65ecec;
  width: 100%;
  height: 100%;
}

.hero__section {
  color: #fff;
  background-image: url('../images/Img.png');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  min-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.on__nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.container.hero__c {
  z-index: 9;
  position: relative;
}

.hero__content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h1__number {
  color: #fff;
  letter-spacing: -4px;
  margin: 70px 0 10px;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
}

.text__24px {
  font-size: 24px;
}

.main__wrapper {
  z-index: 5;
  color: #fff;
  background-color: #0f3151;
  border-radius: 20px;
  margin-top: -44px;
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.navbar {
  z-index: 999;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 700px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.v__dark {
  z-index: 9999;
}

.nav-link {
  color: #131e28;
  border-radius: 12px;
  margin: 0;
  padding: 8px 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.nav-link.w--current {
  color: #fff;
  background-color: #0f315100;
}

.nav-link.color--white {
  color: #fff;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #21536e00;
  border: 1px solid #82b2cc;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.primary__button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #f26353;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.primary__button:hover {
  background-color: #e75a4a;
}

.primary__button.v__submit {
  background-image: url('../images/arrow_forward-1.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100px;
  font-family: "N 27", sans-serif;
}

.primary__button.h--100 {
  height: 100px;
}

.text-block {
  text-decoration: none;
}

.section {
  padding-top: 120px;
}

.section.no__over {
  overflow: hidden;
}

.content__gid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.content__wrap {
  width: 100%;
  max-width: 660px;
}

.title__wrap {
  width: 100%;
  max-width: 500px;
}

.h2 {
  color: #fff;
  letter-spacing: -2px;
  -webkit-text-stroke-color: var(--primary);
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.11;
}

.h2.align__text_center {
  text-align: center;
}

.h3 {
  letter-spacing: -1.1px;
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.text__26px {
  color: #badee4;
  font-size: 26px;
  line-height: 1.2;
}

.text__26px.steps_link {
  color: var(--primary);
  text-decoration: none;
}

.space__20 {
  width: 20px;
  height: 20px;
}

.space__40 {
  width: 40px;
  height: 40px;
}

.full__img {
  width: 100%;
}

.benefit_item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #21536e;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

.usecase__icon {
  width: 160px;
  height: 160px;
}

.count {
  color: #fff;
  background-color: #ff6542;
  border-radius: 8px;
  margin-bottom: 28px;
  padding: 4px 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.more__content {
  overflow: hidden;
}

.benefit__title {
  letter-spacing: -1.14px;
  font-size: 38px;
  line-height: 1.2;
}

.benefit__title.all-caps {
  margin-bottom: 16px;
}

.flow__box {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #abb7b7;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  min-height: 290px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.flow_box__linkless {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 22px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.short__content {
  overflow: hidden;
}

.links__wrap {
  margin-top: auto;
}

.flow_box__link-more {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 22px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.step__text {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.35;
}

.step__wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 3px solid #21536e;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.step__wrap.is__last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.step__count {
  color: var(--primary);
  flex: none;
  width: 60px;
  font-size: 100px;
  line-height: .8;
}

.space__30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  height: 30px;
  display: block;
  overflow: visible;
}

.link_24 {
  color: var(--primary);
  word-break: normal;
  font-size: 24px;
  text-decoration: none;
  display: block;
}

.faq-item {
  cursor: pointer;
  border-bottom: 1px solid #00000024;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 0 0 16px;
  display: flex;
}

.faq-item.v2 {
  border-bottom-width: 3px;
  border-bottom-color: #21536e;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.faq-item.v2.is__last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.faq-item.v__sm {
  border-bottom-width: 1.2px;
  border-bottom-color: #fff3;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.faq-item.v__sm.is__last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-icon {
  z-index: 200;
  color: #111827;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-title {
  color: #111827;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.accordion-item-title.text-color-white {
  color: #fff;
  letter-spacing: -1.4px;
  font-size: 38px;
  font-weight: 500;
}

.accordion-item-title.text-color-white.sm__25 {
  letter-spacing: -1px;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.accordion-paragraph {
  color: #badee4;
  letter-spacing: -.5px;
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.accordion-paragraph p {
  margin-bottom: 18px;
}

.accordion-paragraph a {
  color: #badee4;
  text-decoration: underline;
}

.accordion-paragraph img {
  margin-bottom: 16px;
}

.accordion-paragraph strong {
  color: var(--primary);
}

.accordion-paragraph ol {
  padding-left: 30px;
}

.arrow-line {
  background-color: #111827;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line._1 {
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line._2 {
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-arrow-wrap-2 {
  box-shadow: none;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  min-height: 40px;
  margin-left: auto;
  display: flex;
}

.accordion-arrow-wrap-2.invert {
  filter: invert();
  background-color: #cdcdcd;
  border-radius: 555px;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.accordion-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-trigger-v2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.acc__icon {
  width: 100%;
  max-width: 22px;
}

.acc__icon.icon__30 {
  width: 30px;
}

.form-label--small {
  font-weight: 600;
}

.radio-button-field {
  color: #57b3c4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  max-height: 68px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.checkbox {
  background-color: #ffc6c700;
  background-image: url('../images/Ellipse-35.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  border-width: 2px;
  border-color: #ffffff4d;
  border-radius: 20px;
  width: 68px;
  height: 40px;
  margin-top: 2px;
}

.checkbox.w--redirected-checked {
  background-color: #0c0c0c00;
  background-image: url('../images/black-circle.svg');
  background-position: 33px;
  background-size: 28px;
  border-width: 2px;
  border-color: #fff;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.space-20px {
  width: 20px;
  height: 20px;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 100%;
  display: block;
  position: relative;
}

.form-label {
  opacity: .7;
  color: #fff;
  margin-bottom: 0;
  margin-left: 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: none;
  position: absolute;
  top: 32px;
}

.select-input {
  z-index: 2;
  color: #ffffffb3;
  background-color: #0000000a;
  border: 2px solid #ffffff4d;
  border-radius: 30px;
  height: 80px;
  margin-bottom: 0;
  padding: 24px 0 24px 34px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.select-input:focus {
  color: #fff;
  border-width: 4px;
  border-color: #fff;
}

.select-input::placeholder {
  color: #2c4d5100;
}

.recaptcha {
  margin-top: 24px;
}

.select-element {
  z-index: 5;
  position: relative;
}

.form-text {
  color: #c2c8cc;
  font-size: 14px;
}

.checkbox-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.h2-2 {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
}

.space-16px {
  width: 16px;
  height: 16px;
}

.space-24px {
  width: 24px;
  height: 24px;
}

.radio-button-label {
  z-index: 1;
  margin: 0;
  font-weight: 600;
  position: relative;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.button {
  color: #000;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 20px;
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  transition: background-color .32s, color .32s;
}

.button:hover {
  color: #fff;
  background-color: #0000;
}

.radio-button {
  z-index: 2;
  border-width: 3px;
  border-color: #57b3c4;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  border-color: #65ecec;
}

.radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: #65ecec;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.grid-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.space-40px {
  width: 40px;
  height: 40px;
}

.input {
  z-index: 2;
  color: #57b3c4;
  background-color: #0000000a;
  border: 3px solid #57b3c4;
  border-radius: 10px;
  height: 68px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  position: relative;
}

.input:hover {
  border-color: #65ecec;
}

.input:focus {
  color: #65ecec;
  border-color: #65ecec;
}

.input::placeholder {
  color: #57b3c4;
}

.input.area {
  height: auto;
  min-height: 190px;
  padding-top: 24px;
}

.checkbox-label {
  display: none;
}

.success-message {
  text-align: left;
  background-color: #ddd0;
  padding: 0;
}

.form {
  background-color: #21536e;
  border-radius: 20px;
  padding: 30px;
  font-family: Inter, sans-serif;
}

.field-label {
  font-size: 16px;
}

.label {
  font-size: 16px;
  font-weight: 600;
}

.space__16 {
  width: 16px;
  height: 16px;
}

.space__28 {
  width: 28px;
  height: 28px;
}

.footer {
  z-index: 2;
  background-color: #21536e;
  background-image: url('../images/Union-5.svg'), url('../images/Union-6.svg');
  background-position: 100% 40px, 0 40px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 270px, auto 180px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 440px;
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer__img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 220px;
  padding-top: 0;
}

.footer__content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__logo {
  height: 46px;
}

.footer__links {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #65ecec;
}

.popup {
  z-index: 99;
  background-color: #00133199;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.poup__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0f3151;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1120px;
  padding: 40px;
  display: grid;
  position: relative;
}

.form-block {
  color: #fff;
}

.form__heading {
  color: #65ecec;
  letter-spacing: -1.14px;
  -webkit-text-stroke-color: var(--primary);
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.11;
}

.close__btn {
  filter: invert();
  cursor: pointer;
  margin-top: 16px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.success-message-2 {
  text-align: left;
  background-color: #ddd0;
  padding: 0;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.before_launch {
  text-align: center;
  display: none;
}

.hero__grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.body {
  padding-bottom: 400px;
}

.caps {
  text-transform: uppercase;
}

.seprator {
  border-bottom: 3px solid #21536e;
}

.cookies-wrapper {
  z-index: 9999;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #21536e80;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  max-width: 345px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 20px;
  font-weight: 500;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.link-7 {
  color: #fff;
}

.div-block-23 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.reject-cookie {
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.accept-cookie {
  color: #000;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.accept-cookie.v__yes {
  background-color: var(--primary);
  color: #081c2f;
  font-size: 18px;
  font-weight: 500;
}

.div-block-24 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.legal-text h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.legal-text h3 {
  letter-spacing: -.01em;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.3;
}

.legal-text p {
  color: #badee4;
  margin-bottom: 20px;
  font-size: 26px;
}

.legal-text a {
  color: #badee4;
}

.legal-text ul {
  padding-left: 20px;
}

.legal-text li {
  color: #badee4;
  font-size: 26px;
}

.legal-text h4 {
  margin: 0 0 16px;
}

.legal-text h1 {
  color: #65ecec;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.heading {
  font-weight: 500;
}

.link-8 {
  color: #badee4;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.image {
  max-width: none;
  min-height: 1px;
  max-height: 60px;
}

.contract_address {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  background-color: #f26353;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  display: grid;
}

.text-block-2 {
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--white);
  text-transform: uppercase;
  outline: 3px #fff;
  text-decoration: none;
}

.hero-section__v2 {
  background-color: #cae7eb;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  top: 0;
}

.hero__grid__2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: center stretch;
}

.div-block-25 {
  max-width: 730px;
}

.hero__actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero__stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #f26353;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  font-size: 16px;
  display: flex;
}

.stat__bumber {
  font-family: Space Grotesk, sans-serif;
  font-size: 80px;
  line-height: 1.1;
}

.hero__link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fac1ba;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hero__link:hover {
  filter: invert();
  background-color: #000;
  border-color: #000;
}

.h1 {
  color: #131e28;
  letter-spacing: -.05em;
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

.hero__sub_text {
  color: #3e5461;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 20px;
}

.brand__button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--brand);
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.brand__button:hover {
  background-color: #ff6b5b;
}

.white__button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  background-color: #e3f2f4;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.white__button:hover {
  opacity: .85;
  background-color: #fff;
}

.logo__wrap {
  z-index: 11;
  margin-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link-drop {
  background-color: var(--brand);
  color: var(--white);
  border-radius: 12px;
  padding: 8px 40px 8px 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.nav-link-drop:hover {
  color: var(--white);
  background-color: #0f3151;
}

.nav-link-drop.w--current {
  background-color: var(--primary);
  color: #081c2f;
}

.icon-2 {
  margin-right: 16px;
}

.dropdown-list {
  background-color: #dddddd36;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  min-width: 234px;
  margin-left: -50px;
  padding-top: 20px;
}

.drop__list_wrap {
  background-color: #185678;
  border-radius: 16px;
  padding: 8px;
}

.nav-drop-link {
  color: #fff;
  border-radius: 12px;
  padding: 8px 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.nav-drop-link:hover {
  color: var(--white);
  background-color: #0f3151;
}

.nav-drop-link.w--current {
  color: #fff;
}

.nav-drop-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-decoration: none;
}

._2cols {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

._2cols.m__16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.space__16px {
  width: 16px;
  height: 16px;
}

.text_color__f_cyan {
  color: #c9e9ef;
  font-size: 20px;
}

.text_color__f_cyan.v__part {
  min-height: 76px;
}

.div-block-26 {
  border: 1px solid #185678;
}

.div-block-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #185678;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-27.is__last {
  border-bottom-style: none;
}

.div-block-28 {
  background-color: var(--primary);
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 10px;
}

.h--25px {
  letter-spacing: -.03em;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-bg {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.diagram__img {
  width: 100%;
  margin-top: 60px;
  display: none;
}

.section__seprator {
  border: 2px solid #185678;
  border-bottom-style: none;
  width: 100%;
  height: 40px;
  margin-bottom: 60px;
}

.start__grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.start__block {
  color: #fff;
  letter-spacing: -.03em;
  background-color: #185678;
  border: 1px solid #185678;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 360px;
  padding: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.start__block:hover {
  background-color: #18567800;
}

.start__icon {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-left: auto;
}

.sb__img {
  margin-top: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sb__img.sb__2 {
  inset: 0% 0% auto auto;
}

.sb__img.sb__3 {
  inset: auto auto 25% 0%;
}

.sb__img.sb__4 {
  padding-left: 20px;
  inset: auto auto 0% 0%;
}

.h--32px {
  letter-spacing: -.03em;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.space__40px {
  width: 40px;
  height: 40px;
}

.div-block-30 {
  background-color: #185678;
  padding: 30px;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.rt__18px {
  margin-top: 18px;
}

.rt__18px p {
  color: #c9e9ef;
  font-size: 20px;
}

.rt__18px ul {
  color: #c9e9ef;
  padding-left: 20px;
}

.rt__18px li {
  margin-bottom: 8px;
  font-size: 20px;
}

.rt__18px a {
  color: #c9e9ef;
  text-decoration: underline;
}

.start__iarrow__icon {
  width: 100%;
  max-width: 80px;
  height: auto;
  margin-left: auto;
  display: none;
}

.timeline__wrap {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.timeline__grid {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.timeline__itme {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Space Grotesk, sans-serif;
  font-size: 19px;
  display: flex;
  position: relative;
}

.time__dot {
  background-color: #185678;
  border-radius: 99px;
  width: 11px;
  height: 11px;
}

.timeline__year {
  color: var(--primary);
  background-color: #185678;
  border-radius: 6px;
  margin-top: 22px;
  margin-bottom: 28px;
  padding: 6px 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.t__line {
  background-color: #185678;
  width: 140%;
  height: 1px;
  margin-top: 5px;
  position: absolute;
  inset: 0% 100% auto auto;
}

.t__line.v__1st {
  width: 40vw;
}

.t__line.v__last {
  width: 40vw;
  left: 0;
  right: auto;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: -60px;
  padding-top: 100px;
  overflow: hidden;
}

.slide {
  width: 100%;
  padding-left: 0;
}

.slide-nav {
  display: none;
}

.p__wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.p__image {
  width: 100%;
}

.link-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #28ffff;
  justify-content: flex-start;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: 0% 0% auto auto;
}

.hide {
  display: none;
}

.slider__arrow:hover {
  background-color: #185678;
  border-radius: 999px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 60px;
  display: flex;
  inset: 0% 0% auto auto;
  transform: rotate(180deg);
}

.faq__wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  border-color: #82b2cc;
}

.nav-menu-2.v__dark {
  background-color: #185678;
  border-color: #185678;
}

.link-block-3, .fs-cc-banner_trigger {
  display: none;
}

.div-put {
  width: 100%;
  display: flex;
}

.mask {
  width: 33.3%;
  overflow: visible;
}

.text-block-4, .text-block-5 {
  font-size: 19px;
}

.esim__banner {
  z-index: 999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-image: url('../images/Banner-esim-voucher.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 132px;
  height: 104px;
  margin-right: 5%;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.banner__inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  position: absolute;
}

.text-block-6 {
  z-index: 4;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.link-block-4 {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #131e28;
  letter-spacing: -.6px;
  background-color: #28ffff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner__img {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta__text {
  white-space: nowrap;
  margin-right: 8px;
  position: relative;
  overflow: hidden;
}

.cta__txt-wrap {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .container.on__nav {
    border: 1px solid #82b2cc;
    border-radius: 16px;
    justify-content: flex-end;
    align-items: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    display: flex;
  }

  .container.on__nav.v__dark {
    background-color: #185678;
    border-color: #185678;
  }

  .main__logo {
    height: 28px;
  }

  .h1__number {
    margin-top: 40px;
    margin-bottom: 4px;
    font-size: 80px;
  }

  .text__24px {
    font-size: 20px;
  }

  .navbar {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    margin-top: 28px;
  }

  .nav-link {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link:hover {
    background-color: #0f315100;
  }

  .nav-menu {
    background-color: #185678;
    border-color: #185678;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section {
    padding-top: 80px;
  }

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

  .content__wrap {
    max-width: 100%;
  }

  .h2 {
    font-size: 40px;
  }

  .benefit__title {
    font-size: 26px;
  }

  .flow__box {
    max-width: 380px;
    min-height: 290px;
  }

  .flow_box__linkless {
    font-size: 17px;
  }

  .flow_box__link-more {
    font-size: 18px;
  }

  .step__text {
    font-size: 16px;
  }

  .accordion-item-title {
    max-width: 88%;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .form-label {
    margin-left: 24px;
    font-size: 16px;
    top: 28px;
  }

  .select-input {
    border-radius: 16px;
    height: 70px;
    padding: 22px 24px 22px 20px;
    font-size: 16px;
  }

  .select-input:focus {
    border-width: 2px;
  }

  .h2-2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .button {
    border-radius: 16px;
    padding: 16px 24px;
    font-size: 16px;
  }

  .space-40px {
    width: 30px;
    height: 30px;
  }

  .input {
    border-radius: 16px;
    font-size: 16px;
  }

  .input:focus {
    border-width: 2px;
  }

  .footer__content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer__logo {
    height: 40px;
  }

  .footer__links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-button {
    color: #000;
    background-color: #21536e00;
    background-image: url('../images/Button-icons.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 10px;
    flex: none;
    order: 1;
    width: 28px;
    height: 28px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #21536e00;
  }

  .menu-button.v__dark {
    background-image: url('../images/Button-icons-1.svg');
  }

  .nav__action {
    margin-left: auto;
    margin-right: -20px;
  }

  .hero__grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon {
    display: none;
  }

  .image {
    height: 50px;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1fr .25fr;
  }

  .hero__grid__2 {
    grid-template-columns: 1.5fr;
  }

  .logo__wrap {
    display: none;
  }

  .nav-link-drop {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .timeline__grid {
    grid-column-gap: 20px;
  }

  .start__drop {
    width: 100%;
  }

  .start__drop_wrap {
    flex-flow: column;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #185678;
    margin-top: 10px;
    display: block;
  }

  .link-block-3 {
    display: block;
    position: relative;
  }

  .mask {
    width: 50%;
  }

  .main__logo__dark {
    opacity: 0;
    height: 28px;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .esim__banner {
    background-image: url('../images/Banner-esim-voucher-1.svg');
    background-position: 0%;
    border-radius: 12px;
    margin-bottom: 18px;
    margin-right: 18px;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .h1__number {
    margin-bottom: 4px;
    font-size: 70px;
  }

  .text__24px {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
  }

  .usecase__icon {
    width: 100px;
    height: 100px;
  }

  .flow__box {
    max-width: 280px;
  }

  .accordion-item-title {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-arrow-wrap-2 {
    width: 40px;
    min-height: 40px;
  }

  .footer {
    background-position: 100% 100%, 0 40px;
    background-size: auto 140px, auto 96px;
  }

  .footer__content {
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 0;
  }

  .footer-link {
    font-size: 16px;
  }

  .x__logo {
    height: 40px;
  }

  .popup {
    align-items: flex-start;
    overflow: auto;
  }

  .poup__content {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .hero__grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
  }

  .body {
    font-size: 16px;
  }

  .legal-text h2 {
    font-size: 24px;
  }

  .hero__actions {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero__stats {
    max-width: 100%;
  }

  .stat__bumber {
    font-size: 48px;
  }

  .h1 {
    font-size: 38px;
  }

  .hero__sub_text {
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .div-block-26 {
    width: 100vw;
    margin-left: -20px;
  }

  .h--25px {
    font-size: 22px;
  }

  .section__seprator {
    height: 30px;
    margin-bottom: 40px;
  }

  .start__grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
    width: 100vw;
    margin-left: -20px;
  }

  .start__block {
    min-height: 200px;
  }

  .sb__img.sb__2 {
    margin-top: 0;
    inset: 0% 0% auto auto;
  }

  .h--32px {
    font-size: 28px;
  }

  .div-block-30 {
    padding: 20px;
  }

  .timeline__grid {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .timeline__itme {
    flex: none;
    width: 216px;
  }

  .slider {
    padding-bottom: 70px;
  }

  .slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

  .mask {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero__section {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .container.on__nav {
    justify-content: space-between;
    align-items: center;
    width: 92%;
    padding: 12px 12px 12px 10px;
  }

  .h1__number {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .text__24px {
    font-size: 14px;
  }

  .main__wrapper {
    border-radius: 20px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .navbar {
    margin-top: 20px;
  }

  .primary__button {
    padding: 16px;
  }

  .primary__button.v__submit, .primary__button.h--100 {
    height: 60px;
  }

  .section {
    padding-top: 60px;
  }

  .h2 {
    font-size: 36px;
  }

  .h3 {
    font-size: 28px;
  }

  .text__26px {
    font-size: 18px;
  }

  .space__20 {
    height: 16px;
  }

  .full__img.mobile__hide {
    display: none;
  }

  .benefit_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .usecase__icon {
    width: 100px;
  }

  .flow__box {
    max-width: 270px;
  }

  .flow_box__linkless, .flow_box__link-more {
    font-size: 16px;
  }

  .step__count {
    width: 40px;
    font-size: 60px;
  }

  .link_24 {
    font-size: 16px;
  }

  .accordion-item-title {
    max-width: 90%;
    font-size: 20px;
    line-height: 1.2;
  }

  .accordion-item-title.text-color-white {
    font-size: 28px;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .accordion-paragraph ol {
    padding-left: 20px;
  }

  .accordion-arrow-wrap-2 {
    width: 24px;
  }

  .accordion-trigger-v2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .acc__icon {
    height: 16px;
  }

  .radio-button-field {
    min-height: 72px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 16px;
  }

  .grid-4 {
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    display: flex;
  }

  .radio-button {
    border-radius: 16px;
    font-size: 16px;
  }

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

  .input {
    margin-bottom: 0;
  }

  .input.area {
    min-height: 170px;
  }

  .form {
    width: 100vw;
    margin-left: -20px;
    padding: 24px;
  }

  .label {
    margin-bottom: 0;
  }

  .footer {
    background-position: 100% 100%, 0 20px;
    height: 460px;
    padding-bottom: 40px;
  }

  .footer__img {
    object-fit: cover;
    height: 180px;
    margin-bottom: 60px;
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
  }

  .footer__logo {
    border: 1px #000;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .footer__links {
    flex-flow: column;
  }

  .footer__links.ss {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    font-size: 16px;
  }

  .x__logo {
    height: 40px;
  }

  .popup {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .poup__content {
    padding-top: 60px;
  }

  .form__heading {
    font-size: 30px;
  }

  .hero__grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body {
    padding-bottom: 440px;
  }

  .cookies-wrapper {
    max-width: 310px;
  }

  .legal-text h3, .legal-text p {
    font-size: 18px;
  }

  .legal-text a {
    word-break: break-all;
  }

  .legal-text li {
    font-size: 18px;
  }

  .legal-text h1 {
    font-size: 42px;
  }

  .flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 17px;
  }

  .hero-section__v2 {
    background-image: url('../images/Pattern-mobile-2.svg'), url('../images/Pattern-mobile-1.svg');
    background-position: 100%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 102px;
    padding-bottom: 100px;
  }

  .hero__actions {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    max-width: 100%;
  }

  .brand__button, .white__button {
    padding-left: 26px;
    padding-right: 26px;
  }

  .dropdown-list.w--open {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: static;
  }

  .drop__list_wrap {
    padding: 0;
  }

  .nav-drop-link {
    background-color: #0f3151;
    margin-bottom: 8px;
  }

  ._2cols.m__title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._2cols.m__30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-26 {
    border-left-style: none;
    border-right-style: none;
  }

  .lottie-animation-bg {
    display: none;
  }

  .diagram__img {
    object-fit: contain;
    background-color: #0b1f32;
    width: 100vw;
    max-width: none;
    min-height: 480px;
    margin-left: -20px;
  }

  .start__block {
    min-height: 220px;
  }

  .start__block:hover {
    background-color: #185678;
  }

  .h--32px._0__m {
    margin-top: 0;
    margin-bottom: 0;
  }

  .space__40px {
    height: 30px;
  }

  .t__line.v__1st {
    width: 140%;
  }

  .t__line.v__1st.m {
    width: 100%;
    left: 0;
    right: auto;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .link-block-3 {
    margin-right: auto;
  }

  .op {
    z-index: 4;
    position: relative;
  }
}

#w-node-_59bd9804-9345-5ba9-f7ff-45e04cc8c988-77fdd788 {
  justify-self: end;
}

#w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f57-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f58-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f59-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5a-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5b-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5c-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5d-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5e-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5f-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f60-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f61-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f62-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f63-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f64-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f65-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f66-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f67-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f68-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f69-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6a-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6b-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6c-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6d-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6e-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6f-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f70-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f71-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f72-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f73-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f74-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f75-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f76-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f77-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f78-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f79-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7a-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7b-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7c-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7d-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7e-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7f-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f80-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f81-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f82-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f83-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f84-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f85-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f86-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f87-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f88-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f89-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8a-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8b-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8c-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8d-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8e-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8f-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f90-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f91-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f92-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f93-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f94-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f95-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f96-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f97-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f98-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f99-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9a-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9b-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9c-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9d-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9e-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9f-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa0-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa1-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa2-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa3-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa4-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa5-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa6-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa7-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa8-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa9-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9faa-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fab-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fac-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fad-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fae-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9faf-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb0-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb1-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb2-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb3-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb4-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb5-77fdd788, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb6-77fdd788, #w-node-fdfb0ecc-d04f-6ca5-5ad4-597267d8bfdf-77fdd788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdfb0ecc-d04f-6ca5-5ad4-597267d8bfe2-77fdd788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2563109a-8137-bca1-debf-711f4d4b4de2-77fdd788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42bf12be-a18f-2601-74e6-061b5d88ed37-77fdd788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_706af2d0-d191-35a5-c586-3837c6ec8374-77fdd788, #w-node-_55eebe1b-2a33-157e-acc5-cd2bf3b40579-77fdd788, #w-node-_706eb94f-c9cb-1e0d-540a-41865e32d84c-77fdd788, #w-node-e20117c7-e43c-d4ba-4679-fd16ea931ee6-77fdd788, #w-node-_706af2d0-d191-35a5-c586-3837c6ec8374-3fd58bfb, #w-node-_55eebe1b-2a33-157e-acc5-cd2bf3b40579-3fd58bfb, #w-node-_706eb94f-c9cb-1e0d-540a-41865e32d84c-3fd58bfb, #w-node-e20117c7-e43c-d4ba-4679-fd16ea931ee6-3fd58bfb, #w-node-_706af2d0-d191-35a5-c586-3837c6ec8374-4f8d6cd5, #w-node-_55eebe1b-2a33-157e-acc5-cd2bf3b40579-4f8d6cd5, #w-node-_706eb94f-c9cb-1e0d-540a-41865e32d84c-4f8d6cd5, #w-node-e20117c7-e43c-d4ba-4679-fd16ea931ee6-4f8d6cd5, #w-node-_706af2d0-d191-35a5-c586-3837c6ec8374-055d45e1, #w-node-_55eebe1b-2a33-157e-acc5-cd2bf3b40579-055d45e1, #w-node-_706eb94f-c9cb-1e0d-540a-41865e32d84c-055d45e1, #w-node-e20117c7-e43c-d4ba-4679-fd16ea931ee6-055d45e1, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f57-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f58-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f59-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5a-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5b-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5c-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5d-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5e-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f5f-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f60-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f61-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f62-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f63-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f64-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f65-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f66-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f67-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f68-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f69-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6a-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6b-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6c-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6d-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6e-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f6f-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f70-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f71-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f72-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f73-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f74-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f75-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f76-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f77-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f78-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f79-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7a-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7b-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7c-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7d-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7e-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f7f-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f80-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f81-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f82-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f83-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f84-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f85-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f86-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f87-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f88-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f89-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8a-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8b-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8c-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8d-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8e-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f8f-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f90-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f91-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f92-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f93-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f94-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f95-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f96-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f97-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f98-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f99-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9a-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9b-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9c-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9d-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9e-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9f9f-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa0-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa1-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa2-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa3-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa4-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa5-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa6-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa7-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa8-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fa9-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9faa-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fab-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fac-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fad-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fae-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9faf-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb0-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb1-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb2-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb3-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb4-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb5-2f6b0695, #w-node-_6b0e106e-9d4e-64ac-3af8-7c24e01e9fb6-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2464d1cf-83ce-45ea-b6fa-fbbea769a292-2f6b0695 {
  justify-self: end;
}

#w-node-_3e52ead0-3bc2-5487-5a41-75e2f17571c9-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b08319d-dbc2-b8a2-ce70-af41a9aaf137-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8476c522-f63b-16c7-20d3-028aa665e515-2f6b0695 {
  order: 0;
  justify-self: start;
}

#w-node-_1aa29229-8f42-807a-e852-4e05803c8f70-2f6b0695 {
  justify-self: start;
}

#w-node-_66a8fd99-62d9-8644-01bc-5cb4fef2ad38-2f6b0695 {
  justify-self: end;
}

#w-node-_3411235a-eb29-bc01-bebc-c0d93ef4dbab-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3411235a-eb29-bc01-bebc-c0d93ef4dbae-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4285f50d-4027-90f1-1d37-28b439bf3320-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4285f50d-4027-90f1-1d37-28b439bf3323-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c2eeaf92-832a-3a5f-bb40-677b57d39db7-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2eeaf92-832a-3a5f-bb40-677b57d39dba-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c32342d5-a0e8-aefb-de56-6fbe15ab626c-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c32342d5-a0e8-aefb-de56-6fbe15ab626f-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_42bf12be-a18f-2601-74e6-061b5d88ed34-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42bf12be-a18f-2601-74e6-061b5d88ed37-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_78c5923e-0067-31f3-99c3-87da324a73b7-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78c5923e-0067-31f3-99c3-87da324a73ba-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8d1fea4d-8445-ee3e-85ad-86b004d6d25c-2f6b0695 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1fea4d-8445-ee3e-85ad-86b004d6d27e-2f6b0695, #w-node-_8d1fea4d-8445-ee3e-85ad-86b004d6d282-2f6b0695, #w-node-_8d1fea4d-8445-ee3e-85ad-86b004d6d286-2f6b0695, #w-node-_8d1fea4d-8445-ee3e-85ad-86b004d6d28a-2f6b0695, #w-node-_706af2d0-d191-35a5-c586-3837c6ec8374-2f6b0695, #w-node-_55eebe1b-2a33-157e-acc5-cd2bf3b40579-2f6b0695, #w-node-_706eb94f-c9cb-1e0d-540a-41865e32d84c-2f6b0695, #w-node-e20117c7-e43c-d4ba-4679-fd16ea931ee6-2f6b0695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_59bd9804-9345-5ba9-f7ff-45e04cc8c988-77fdd788 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e1ec9c9-86ed-3d55-6cd2-9f780b52a8a3-77fdd788 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d1fea4d-8445-ee3e-85ad-86b004d6d25c-2f6b0695 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'N 27';
  src: url('../fonts/n27-regular-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}