:root {
  --8: #fcfcfd;
  --0: #161616;
  --4: #6e737b;
  --10: #009d92;
  --shadow_button: #28ada3;
  --2: #23262f;
  --3: #353945;
  --12: rgba(27, 27, 27, .4);
  --5: #b1b5c3;
  --transperent: transparent;
  --11: rgba(252, 252, 253, .2);
  --1: #1b1b1b;
  --fff: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.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-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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--8);
  text-align: left;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Exo 2", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  color: var(--8);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: var(--8);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  color: var(--8);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  color: var(--8);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

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

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  color: #6e737b;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-left: 20px;
}

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

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

strong {
  color: #d8d8d8;
  font-weight: 700;
}

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

figure {
  margin-bottom: 10px;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.main-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-home {
  background-color: var(--0);
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 872px;
  padding-top: 5.5rem;
  padding-bottom: 0;
  display: flex;
}

.page-padding {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  overflow: visible;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav_component {
  display: block;
}

.nav {
  z-index: 100;
  background-color: var(--0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_link {
  color: var(--4);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.nav_link:hover {
  color: var(--10);
}

.nav_logo {
  width: auto;
  height: 1.5rem;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav_link-list {
  display: none;
  position: static;
}

.nav_button-wrapper {
  z-index: 110;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.nav_button-wrapper.hidden {
  display: none;
}

.button {
  z-index: 110;
  border: 2px solid var(--4);
  color: var(--8);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding: 10px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.button.mobile {
  text-align: center;
}

.button.tablet {
  display: none;
}

.button_small {
  z-index: 110;
  border: 1px none var(--0);
  box-shadow: 0 0 10px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#009d92 50%, rgba(115, 215, 220, .9));
  border-radius: 16px;
  padding: 12px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.button_small.is--margin {
  background-image: linear-gradient(#009d92 50%, rgba(115, 215, 220, .9));
  margin-right: -16px;
  position: static;
}

.button_small.tablet, .button_small.display_none {
  display: none;
}

.icon {
  color: var(--4);
  align-items: center;
  margin-right: 14px;
  display: block;
}

.dropdown_toggle_country {
  border-radius: 8px;
  padding: 8px 28px 8px 8px;
  display: inline-block;
}

.dropdown_toggle_country:hover {
  background-color: var(--2);
}

.line_1px {
  background-color: var(--3);
  width: 1px;
  height: 40px;
}

.line_1px.is--margins {
  margin-left: 36px;
  margin-right: 31px;
  display: none;
}

.nav_logolinks-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.burger-menu {
  z-index: 110;
  cursor: pointer;
  margin-left: 24px;
  padding: 8px;
  display: block;
  position: relative;
}

.dropdown_country {
  z-index: 80;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.home-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container-card {
  z-index: 10;
  justify-content: center;
  align-items: center;
  position: relative;
}

.title-description-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: static;
}

.headline {
  justify-content: center;
  align-items: flex-start;
}

.headline.fixed {
  max-width: 928px;
}

.headline.fixed-min {
  max-width: 748px;
}

.headline.quiz {
  text-align: center;
  margin-top: 130px;
  margin-bottom: 50px;
}

.heading-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.heading-h1.is--align_left {
  text-align: left;
}

.heading-h1.gradient {
  background-image: linear-gradient(#4fd1c5, #243a38 83%);
}

.description {
  justify-content: center;
  align-items: flex-start;
}

.description.fixed {
  max-width: 723px;
}

.description.fixed--small {
  max-width: 423px;
}

.body_6 {
  color: var(--4);
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body_6.is--align_left {
  text-align: left;
  min-width: auto;
  max-width: 100%;
  overflow: visible;
}

.body_6.is--align_left.is--10 {
  color: var(--10);
}

.body_6.is--white {
  color: var(--8);
}

.body_6.is--10 {
  color: var(--10);
  text-align: left;
}

.button-component {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.button-component.big {
  margin-top: 64px;
}

.button-component.big.mobile._1 {
  display: block;
}

.button-component.mobile {
  display: none;
}

.button-component.fix.gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.card {
  opacity: 1;
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/Classic.png'), url('../images/light.png'), url('../images/Noise_1Noise.png');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 400px, auto, 50px;
  background-clip: border-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 252px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ard-content {
  position: absolute;
  left: 33px;
}

.cat-_eyes-component {
  z-index: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -70px;
  bottom: auto;
  left: 0%;
  right: 10px;
}

.lottie-animation {
  width: 90%;
  position: static;
}

.card-image.mobi {
  display: none;
}

.card-highlight {
  z-index: 1;
  opacity: .1;
  filter: blur(20px);
  background-color: rgba(5, 255, 237, .1);
  background-image: url('../images/light.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0%;
  width: 400px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.button_cta_medium {
  border: 1px none var(--0);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  padding: 16px 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.button_cta_medium.is--no_desirable_button {
  background-image: linear-gradient(to bottom, var(--3), var(--3));
  box-shadow: 0 0 15px 0 var(--12);
  color: var(--5);
}

.button_cta_medium.small {
  background-image: linear-gradient(#00a79d, #73d7dd);
  font-size: 14px;
  line-height: 14px;
}

.button_cta_medium.black {
  border: 2px solid var(--4);
  color: var(--8);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.features-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 72px;
  display: grid;
  position: relative;
}

.features-content {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.features-content.is--index1, .features-content.is--index2 {
  position: relative;
}

.button_1 {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.features-title {
  margin-top: 24px;
}

.features-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.features-block.is--display-none {
  display: none;
}

.icon--100 {
  width: 100px;
}

.line-3px {
  z-index: 1;
  background-color: var(--5);
  opacity: .1;
  border: 1px #000;
  border-radius: 10px;
  width: 3px;
  display: flex;
  position: relative;
}

.line-3px.is--display-none {
  display: none;
}

.features-component-mobile {
  margin-top: 48px;
  display: none;
  overflow: visible;
}

.slider-list-opportunity {
  cursor: grab;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-list-opportunity.center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.container-slider {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.slider-item {
  background-color: var(--2);
  color: #fff;
  border: 1px solid #353945;
  border-radius: 12px;
  flex: none;
  width: 320px;
  height: 314px;
  margin-right: 24px;
  padding: 38px;
  position: relative;
  overflow: hidden;
}

.slider-item:last-child {
  margin-right: 0;
}

.link-block-slider {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper-text {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.item_img {
  z-index: 1;
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.description-slider-block {
  margin-top: 12px;
}

.button_4 {
  color: var(--4);
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.button_4.is--align_center {
  text-align: center;
}

.button_4.is--height_minimal {
  line-height: 12px;
}

.button_4.is--decoration {
  cursor: pointer;
  text-decoration: underline;
}

.button_4.is--decoration:hover {
  color: var(--10);
}

.button_4.is--decoration.none_display {
  display: none;
}

.button_links_14 {
  color: var(--10);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 14px;
}

.button-slider-block {
  margin-top: 12px;
}

.body {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.body.big {
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.body.big.space {
  line-height: 50px;
}

.body.big.individuals {
  text-align: center;
  margin-bottom: 40px;
}

.heading {
  text-align: center;
  letter-spacing: normal;
}

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

.section-block.overflow-hidden {
  overflow: hidden;
}

.section-block.swift-h {
  display: none;
}

.margin-normal {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-normal.no_down {
  margin-bottom: 0;
}

.opportunities_component {
  position: relative;
}

.opportunities_content {
  z-index: 2;
  background-color: var(--2);
  border-radius: 24px;
  align-items: center;
  position: relative;
}

.frame-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding: 48px 64px;
  display: flex;
  position: relative;
}

.frame-block.mc-frame {
  flex-direction: column;
}

.description-block {
  z-index: 3;
  width: 50%;
  position: relative;
}

.description-block.mc-des {
  width: 43%;
}

.image-2 {
  z-index: 1;
  position: absolute;
}

.image-2.cb-abs {
  width: 630px;
  margin-left: 149px;
}

.body_2 {
  color: var(--4);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body_2.align--left.is--8 {
  color: var(--8);
}

.body_2.is--align_center {
  text-align: center;
}

.body_2.is--align_center.is--medium {
  font-weight: 500;
}

.body_2.is-medium {
  color: var(--8);
  font-weight: 700;
}

.body_2.is-medium.is--center {
  text-align: center;
}

.body_2.is-medium.is--10 {
  color: var(--10);
}

.body_2.is--special_case {
  color: var(--8);
  font-weight: 700;
}

.body_2.is-8 {
  color: var(--8);
}

.body_2 img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.body_2._14 {
  font-size: 14px;
}

.body_2.quiz {
  text-align: center;
}

.hairline {
  color: var(--shadow_button);
  text-align: left;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.hairline.is--8 {
  color: var(--8);
}

.hairline.is--capitalize_none {
  text-transform: none;
  font-weight: 400;
}

.hairline.is--capitalize_none.is--4 {
  color: var(--4);
}

.hairline.is--align_center {
  text-align: center;
}

.hairline.small {
  color: var(--0);
  font-size: 10px;
  line-height: 12px;
}

.marker {
  margin-bottom: 16px;
}

.button_line_arrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid var(--shadow_button);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--8);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 14px 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.button_line_arrow.mobile {
  display: none;
}

.button_line_arrow.gam {
  background-color: rgba(56, 152, 236, 0);
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 17px rgba(0, 157, 146, .2);
}

.button_line_arrow.gam.none {
  display: none;
}

.button_text-16px {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.button_text-16px.black {
  color: var(--0);
}

.icon_button {
  margin-left: 12px;
}

.heading-2.is--align_center {
  text-align: center;
}

.heading-2.is--align_center.fix {
  max-width: 928px;
}

.image-2-table, .image-2-mobile {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.margin-small {
  margin-top: 64px;
  margin-bottom: 64px;
}

.slider-item-opportunity {
  background-color: var(--2);
  color: #fff;
  border: 1px solid rgba(252, 252, 253, .2);
  border-radius: 18px;
  flex: none;
  width: 348px;
  height: auto;
  margin-right: 38px;
  padding: 43px 43px 31px;
  position: relative;
  overflow: hidden;
}

.slider-item-opportunity:last-child {
  margin-right: 0;
}

.slider-item-opportunity.swift-h {
  display: none;
}

.item_img_bulet {
  z-index: 1;
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.line-4px {
  background-color: var(--5);
  opacity: .15;
  border-radius: 16px;
  width: 80px;
  height: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.description-slider-block-bullet {
  margin-top: 0;
}

.margin-big {
  margin-top: 160px;
  margin-bottom: 160px;
}

.margin-big.position {
  position: relative;
}

.body_1 {
  color: var(--8);
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.body_1.is--bold {
  font-weight: 700;
}

.body_1.is--bold.gradient {
  background-image: linear-gradient(to bottom, var(--10) 50%, #73d7dc);
}

.body_1.is--bold.gradient.clipped.is--menu {
  font-size: 18px;
  line-height: 24px;
}

.body_1.is--bold.is--align_left {
  text-align: left;
}

.body_1.is--bold.is--menu {
  font-size: 18px;
  line-height: 24px;
}

.body_1.is--bold.is--4 {
  color: var(--4);
}

.body_1.is--align_left {
  text-align: left;
}

.body_1.black {
  color: var(--0);
}

.heading-h0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: "Exo 2", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
}

.heading-h0.gradient {
  background-image: linear-gradient(#161616, #353945 50%);
}

.heading-h0.gradient.clipped {
  background-image: linear-gradient(rgba(22, 22, 22, .95) 12%, #353945);
}

.button_line_arrow_gradient {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px none var(--10);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  cursor: pointer;
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.content-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-block.is--revers {
  flex-direction: row-reverse;
}

.content-block.margin {
  margin-top: 72px;
}

.content-block.margin.inversion {
  flex-direction: row-reverse;
}

.image_block {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 500px;
  display: flex;
  position: relative;
}

.image_block.mobi {
  display: none;
}

.image_block.image_block_cards {
  height: 507px;
  margin-right: -38px;
  display: flex;
}

.image_block.width-50 {
  width: 50%;
}

.image_block.cb-abs {
  flex: 1;
  margin-right: -80px;
}

.image_block.height_ig {
  height: auto;
}

.image_block_absolut {
  z-index: 1;
  display: block;
  position: absolute;
}

.image_block_absolut.z-index-two {
  z-index: 2;
}

.image_block_absolut.cards-width {
  z-index: 0;
}

.text_block {
  width: 40%;
}

.text_block.wb {
  width: 50%;
}

.text_block.wb.full {
  width: auto;
}

.text_block.wb.full.s20 {
  flex-direction: column;
  display: flex;
}

.text_block.text-block__half {
  width: 60%;
  height: 100%;
}

.safe-block {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-manage-money_component {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 8rem;
}

.manage-money_component {
  position: relative;
}

.manage-money_content {
  z-index: 2;
  background-color: var(--2);
  border-radius: 24px;
  position: relative;
  overflow: visible;
}

.manage-money_block {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: relative;
}

.manage-money_description {
  z-index: 3;
  width: 48%;
  margin-top: 0;
  margin-bottom: 62px;
  position: relative;
}

.manage-money_image {
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  display: block;
  position: relative;
  bottom: auto;
}

.image_frame {
  margin-top: -152px;
  padding-top: 0;
}

.image_frame.mobi {
  display: none;
}

.manage-money_bullet {
  z-index: 3;
  flex-direction: column;
  flex: 0 auto;
  width: 38%;
  margin-top: 62px;
  margin-bottom: 62px;
  display: block;
  position: relative;
}

.bullet-block {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.bulet-block-ontent {
  margin-left: 24px;
}

.description-bullet-component {
  margin-top: 16px;
}

.line-3px_bullet {
  background-color: var(--5);
  opacity: .1;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: row;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.caption {
  color: var(--4);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.caption.is--color {
  color: var(--8);
  text-align: center;
}

.caption.is--center {
  text-align: center;
}

.footer_component {
  background-color: var(--0);
  font-style: normal;
}

.footer_container {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.footer_content-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footer_content-right {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.footer_content-section {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer_content-section.is--one {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer_content-section.is--two {
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 84px;
}

.footer_content-section.is--tree {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer_content-section.is--four {
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.button_chapter {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.emblema_bcc.is--menu {
  height: 24px;
}

.one {
  margin-left: 24px;
}

.one.is--menu {
  margin-left: 10px;
}

.two {
  margin-left: 0;
  margin-right: 10px;
}

.button_chapter-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.social_country-wrapper {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.social_icon-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.social_icon-wrapper {
  cursor: pointer;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.social_icon-wrapper:hover {
  background-color: var(--2);
}

.social_icon-wrapper.facebook {
  background-image: url('../images/facebookfacebook_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.social_icon-wrapper.facebook:hover {
  background-image: url('../images/facebookfacebook_hover.svg');
}

.social_icon-wrapper.facebook:active {
  background-color: rgba(35, 38, 47, .01);
  background-image: url('../images/facebookfacebook_default.svg');
}

.social_icon-wrapper.instagram {
  background-image: url('../images/instagraminstagram_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper.instagram:hover {
  background-image: url('../images/instagraminstagram_hover.svg');
}

.social_icon-wrapper.instagram:active {
  background-color: rgba(35, 38, 47, .01);
  background-image: url('../images/instagraminstagram_default.svg');
}

.social_icon-wrapper.twitter {
  background-image: url('../images/twittertwitter_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper.twitter:hover {
  background-image: url('../images/twittertwitter_hover.svg');
}

.social_icon-wrapper.twitter:active {
  background-color: rgba(35, 38, 47, 0);
  background-image: url('../images/twittertwitter_default.svg');
}

.social_icon-wrapper.telegram {
  background-image: url('../images/telegram_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper.telegram:hover {
  background-image: url('../images/telegram_hover.svg');
}

.social_icon-wrapper.telegram:active {
  background-color: rgba(35, 38, 47, 0);
  background-image: url('../images/telegram_default.svg');
}

.social_icon-wrapper.reddit {
  background-image: url('../images/reddit_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper.reddit:hover {
  background-image: url('../images/reddit_hover.svg');
}

.social_icon-wrapper.reddit:active {
  background-color: rgba(35, 38, 47, 0);
  background-image: url('../images/reddit_default.svg');
}

.social_icon-wrapper.medium {
  background-image: url('../images/medium_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper.medium:hover {
  background-image: url('../images/medium_hover.svg');
}

.social_icon-wrapper.linkedin {
  background-image: url('../images/linkedin_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper.linkedin:hover {
  background-image: url('../images/linkedin_hover.svg');
}

.social_icon-wrapper.linkedin:active {
  background-color: rgba(35, 38, 47, 0);
  background-image: url('../images/linkedin_default.svg');
}

.line_1px-footer {
  background-color: var(--3);
  width: 1px;
  height: 24px;
}

.line_1px-footer.is--margin {
  margin-left: 40px;
  margin-right: 40px;
}

.line_1px-footer.is--margin.mobile_none {
  margin-left: auto;
  margin-right: auto;
}

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

.button_choice {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.button_choice:hover {
  background-color: var(--2);
}

.text-choice {
  margin-left: 12px;
}

.button_2 {
  color: var(--4);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 16px;
}

.button_2.is--capitalize {
  text-transform: capitalize;
}

.button_2.lansel {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.mobile_app-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 290px;
  display: flex;
}

.caption_2 {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.caption_2.is--color {
  color: var(--4);
}

.caption_2.is--color.cb {
  font-size: 14px;
}

.caption_2.is--color_10 {
  color: var(--10);
}

.caption_2.is--color_2 {
  color: var(--2);
}

.mobile_app-download {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin-top: 24px;
  display: grid;
}

.menu_links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1.5fr;
  grid-auto-flow: column;
  justify-content: end;
  align-items: start;
  justify-items: start;
  display: grid;
}

.menu_links-category {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu_link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--4);
  flex: 0 auto;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.menu_link:hover {
  color: var(--10);
}

.menu_link.w--current {
  color: var(--4);
}

.menu_link.is--8 {
  color: var(--8);
}

.menu_link.display_none {
  display: none;
}

.menu_links-list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template: "."
  / auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: flex;
}

.legal_links-wrapper {
  margin-bottom: 20px;
}

.legal_links-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.link_button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon_arrow_button {
  width: 14px;
  height: 14px;
}

.link_button-text {
  margin-right: 6px;
}

.line_1px_width-footer {
  background-color: var(--3);
  width: 100%;
  height: 1px;
}

.footer_content-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 48px;
  margin-bottom: 20px;
  display: flex;
}

.footer_content-description.cpa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer_content-description-text.is--margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link_button_4 {
  color: var(--10);
  cursor: pointer;
  text-decoration: none;
}

.footer_content-legal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer_content-legal.cpa {
  padding-top: 80px;
}

.footer_content-section-mobile {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.dropdown_footer_menu.is--border_down {
  z-index: 1;
  flex-direction: column;
  display: flex;
}

.dropdown_toggle_footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
}

.dropdown_list_footer.w--open {
  background-color: var(--transperent);
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.menu-bar-3 {
  background-color: var(--8);
  width: 30px;
  height: 2px;
}

.menu-bar-4 {
  background-color: var(--8);
  width: 30px;
  height: 2px;
  margin-top: 10px;
}

.link-block {
  cursor: pointer;
}

.slider-wrapper-opportunity {
  position: relative;
  overflow: hidden;
}

.slider-list {
  align-items: center;
  height: 100%;
  display: flex;
}

.circle {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-image: linear-gradient(#009d92, #73d7dc);
  border-radius: 50%;
  width: 390px;
  height: 390px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -10%;
  right: auto;
  overflow: visible;
}

.circle.is--two {
  top: auto;
  bottom: -10%;
  left: auto;
  right: -10%;
}

.circle.ukraine {
  background-image: linear-gradient(249deg, #0057b7 20%, #f5cf01);
}

.circle.is--three {
  z-index: 0;
  top: auto;
  bottom: -56%;
  left: auto;
  right: -19%;
}

.circle.small {
  width: 200px;
  height: 200px;
}

.circle.mc-1 {
  top: auto;
  bottom: 0%;
  left: 3%;
  right: auto;
}

.circle.mc-2 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 13%;
}

.circle-wrapper {
  z-index: 0;
  mix-blend-mode: overlay;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.section-card-header {
  background-color: var(--0);
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 872px;
  padding-top: 5.5rem;
  padding-bottom: 0;
  display: flex;
}

.component-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.component-wrapper.wb {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: column;
  align-items: center;
}

.component-wrapper.individuals {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.component-wrapper.vertical {
  flex-direction: column;
}

.component-wrapper.reverse {
  flex-direction: row-reverse;
}

.card-description-component {
  flex-direction: column;
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-component {
  margin-top: 36px;
}

.form-collecting_phone {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.collecting_phone-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.phone_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 112px 180px;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.form_input {
  border: 2px solid var(--3);
  color: var(--8);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.form_input:focus-visible {
  border-color: var(--4);
  color: var(--8);
}

.form_input[data-wf-focus-visible] {
  border-color: var(--4);
  color: var(--8);
}

.form_input::placeholder {
  color: var(--4);
}

.form_select {
  border: 2px solid var(--3);
  color: var(--8);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

.form_select:focus-visible {
  border-color: var(--4);
}

.form_select[data-wf-focus-visible] {
  border-color: var(--4);
}

.hint-component {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  margin-top: 24px;
  display: grid;
}

.hint-component.is--popup {
  margin-top: 16px;
}

.hint-component.align {
  align-items: start;
}

.image-block-big {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 600px;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.image-block-big.mobi {
  display: none;
}

.image-block-big.cpa, .image-block-big.cpa-copy {
  width: 50%;
}

.lightbox {
  z-index: 0;
  background-color: var(--10);
  filter: blur(100px);
  border-radius: 50px;
  width: 20%;
  height: 50%;
  position: absolute;
  top: 25%;
  bottom: 10%;
  left: auto;
  right: auto;
}

.image_header {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image_header.zi3, .image_header.zi4 {
  z-index: 3;
}

.home-button-component {
  align-items: center;
  margin-top: 36px;
  display: block;
}

.crypto-description-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.card-features_component {
  margin-top: 0;
}

.card-calculator_component {
  overflow: visible;
}

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

.card-mobile-app_component {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 8%;
}

.card-features-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-features-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c_icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c_header-wrapper {
  margin-top: 48px;
}

.description-wrapper {
  margin-top: 24px;
}

.body_3 {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.body_3.is-align_center {
  text-align: center;
  white-space: pre-wrap;
}

.body_3.is--4 {
  color: var(--4);
}

.body_3.is--4.is--capilalize {
  text-transform: uppercase;
}

.body_3.is--bold {
  font-weight: 700;
}

.slider-list-registration {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-item-features {
  color: #fff;
  flex: none;
  width: 216px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-features:last-child {
  margin-right: 0;
}

.card-features-slider.section-wrapper {
  display: none;
}

.card-section-name {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.card-section-name.is--align_left {
  align-items: flex-start;
}

.card-section-name.is--fixed_width {
  max-width: 704px;
}

.card-button-component {
  align-items: center;
  margin-top: 36px;
  display: none;
}

.image_mobile {
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: -24%;
  right: auto;
}

.image_mobile.center_position {
  bottom: 25%;
}

.image_mobile.mobi {
  display: none;
}

.image_mobile.individuals {
  margin-bottom: -117px;
}

.mobileapp_content {
  z-index: 2;
  background-color: var(--2);
  border-radius: 24px;
  align-items: center;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.mobileapp_block {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  margin-left: 0;
  margin-right: 64px;
  display: flex;
  position: relative;
}

.mobileapp_description {
  width: 72%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.mobileapp_description.individuals {
  z-index: 4;
  margin-top: 130px;
  margin-bottom: 130px;
  position: relative;
}

.mobileapp_image {
  align-items: flex-end;
  display: block;
}

.mobileapp_image_position {
  z-index: 3;
  width: 45%;
  position: relative;
}

.interesting-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.interesting-wrapper.add {
  grid-template-columns: auto;
}

.interesting-block {
  border: 2px solid var(--11);
  background-color: var(--2);
  border-radius: 16px;
  align-items: stretch;
  margin-top: 2rem;
  padding: 36px 24px;
  display: flex;
}

.interesting_image {
  flex: 0 0 20%;
  width: 40%;
  height: 100%;
  margin-left: 0;
  position: relative;
}

.interesting_description {
  margin-top: 16px;
}

.interesting_description.add {
  width: 78%;
}

.description_button {
  margin-top: 24px;
}

.interesting_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.interesting_flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 12px;
  display: flex;
}

.image_interesting {
  position: absolute;
  top: -71px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image_interesting.add {
  width: 250px;
}

.image_interesting.noabs {
  position: static;
}

.advantages-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 2px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 48px;
  padding: 35px;
  display: flex;
}

.line_4px {
  background-color: var(--3);
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 4px;
  display: flex;
}

.line_4px.is--vertical {
  background-color: rgba(252, 252, 253, .1);
  flex-direction: column;
  width: auto;
  height: 4px;
  margin-top: 24px;
  margin-bottom: 0;
}

.advantages-block {
  flex: 1;
}

.advantages-block.hidden {
  display: none;
}

.advantages_image {
  width: 120px;
  height: auto;
}

.advantages_header {
  margin-top: 48px;
}

.advantages_description {
  margin-top: 24px;
}

.body_0 {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.body_0.gradient.clipped {
  background-image: linear-gradient(#4fd1c5, #243a38);
}

.additional-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
  position: relative;
}

.add_sticky_block {
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 8.25rem;
}

.add_content {
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 700px;
  margin-top: 0;
  display: grid;
}

.add_sticky_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 36px;
  display: flex;
}

.add_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.additional_card {
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 16px;
  width: 80%;
  min-height: 21.5rem;
  padding: 48px 75px 48px 48px;
  position: relative;
  overflow: hidden;
}

.additional_card.new {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  padding-right: 48px;
  display: flex;
}

.add_card_header {
  z-index: 2;
  width: 80%;
  position: relative;
}

.add_card_header.is--width_small {
  width: 80%;
}

.add_card_description {
  z-index: 2;
  width: 70%;
  margin-top: 24px;
  margin-bottom: 0;
  position: relative;
}

.add_card_image {
  z-index: 1;
  width: 45%;
  max-width: 100%;
  padding-bottom: 48px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.add_card-wrapper {
  margin-bottom: 60px;
  position: relative;
}

.circle-wrapper-card {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: -26%;
  bottom: auto;
  left: -14%;
  right: auto;
  overflow: visible;
}

.image-7 {
  max-width: 100%;
}

.add_card_image_mobile {
  z-index: 1;
  width: 45%;
  max-width: 100%;
  padding-bottom: 48px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.steps-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
}

.step_block {
  width: 24%;
}

.step_block.third {
  width: 33.33%;
}

.part_image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.part_description {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.part_description.cb {
  margin-top: 41px;
}

.step_header {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step_header.cb {
  margin-top: 32px;
}

.step_description {
  justify-content: center;
  margin-top: 16px;
}

.icon_step {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.icon_step_line {
  width: 30%;
}

.image-8 {
  display: inline-block;
}

.step_button {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.card-steps-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-steps-slider.section-wrapper {
  display: none;
}

.slider-item-registration {
  color: #fff;
  flex: none;
  width: 216px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-registration:last-child {
  margin-right: 0;
}

.link-step-slider {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.slider-list-features {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.card-calculator-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.card-hint-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card_hint_header {
  margin-top: 24px;
}

.card_hint_description {
  max-width: 928px;
  margin-top: 16px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-calculator-conditions {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 38, 47, .5);
  border-radius: 14px;
  padding: 64px;
  position: relative;
  overflow: hidden;
}

.card-calculator-output {
  z-index: 4;
  border: 1px solid var(--11);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(38deg, var(--2) 44%, rgba(35, 38, 47, .7));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 14px;
  margin-left: 5%;
  padding: 64px 52px;
  position: relative;
  overflow: hidden;
}

.card-calculator-form {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.calculator_conditions_block, .calculator_conclusion_block {
  z-index: 2;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.conditions_block_header {
  margin-bottom: 48px;
}

.conditions_block_select {
  flex-direction: column;
  display: none;
  position: relative;
}

.conditions_block_input {
  z-index: 1;
  position: relative;
}

.conditions_block_buttom {
  align-items: center;
  display: flex;
}

.conditions_block_buttom.is--hidden_in_desktop {
  display: none;
}

.conclusion_block_header {
  width: 100%;
  max-width: 246px;
}

.conclusion_block_result {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-top: 24px;
  display: grid;
}

.conclusion_block_components {
  margin-top: 24px;
}

.conclusion_block_value {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-top: 6px;
  display: grid;
}

.calculator-form {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.form {
  grid-template-rows: auto;
  grid-template-columns: 55% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.calculator_output {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.calculator_part_output {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.calculator_annotation_output {
  color: var(--4);
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.calculator_title {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.calculate_input {
  background-color: var(--12);
  color: var(--8);
  cursor: text;
  border: 1px #000;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: static;
  overflow: visible;
}

.calculate_input:hover {
  background-color: rgba(27, 27, 27, .6);
}

.calculate_input::placeholder {
  color: var(--11);
}

.calculate_input.euro {
  cursor: text;
  padding-left: 32px;
}

.calculate_input.euro::placeholder {
  color: var(--11);
}

.requirement_block_grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 30rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.description_field {
  z-index: 5;
  padding-left: 16px;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.range_slider_input {
  z-index: 1;
  background-color: var(--10);
  border-radius: 10px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.slider_handle_input {
  z-index: 2;
  border: 2px solid var(--10);
  background-color: var(--3);
  cursor: pointer;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: 15%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.range_line_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.icon_field {
  align-items: center;
  width: 20px;
  margin-bottom: 8px;
  margin-right: 16px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon_field-image {
  width: 20px;
  height: 20px;
}

.select_input {
  background-color: var(--12);
  color: var(--8);
  border: 1px #000;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.circle-wrapper-calc-output {
  z-index: 1;
  border-radius: 16px;
  display: block;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.circle_calc {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(0, 157, 146, .24);
  border-radius: 50%;
  width: 390px;
  height: 390px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.circle-wrapper-calc-conditions {
  z-index: 1;
  mix-blend-mode: normal;
  border-radius: 16px;
  display: flex;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: -25%;
  right: auto;
  overflow: visible;
}

.circle_conditions {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 390px;
  height: 390px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.crypto-beyond_component {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 250vh;
  display: flex;
  position: static;
}

.crypto-assets_component {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.crypto-check_component {
  display: block;
}

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

.security-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.crypto-section-name {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.crypto_hold_description {
  width: 40%;
}

.light_ball {
  z-index: 0;
  background-color: var(--10);
  filter: blur(100px);
  border-radius: 50px;
  flex: 0 auto;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  top: 23%;
  bottom: 0%;
  left: 25%;
  right: 0%;
}

.light_ball.is--small {
  z-index: 1;
  opacity: .75;
  filter: blur(80px);
}

.bullet-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 36px;
  display: grid;
}

.bullet-component.column {
  flex-direction: column;
  display: flex;
}

.bullet-crypto-block {
  align-items: flex-start;
  display: flex;
}

.icon_check_block {
  flex: none;
  margin-right: 12px;
}

.description_check_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bullet_block_pair {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: start;
  display: grid;
}

.unlock-block {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.unlock_description {
  width: 36%;
}

.unlock_component {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 55%;
  display: grid;
}

.unlock_part {
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  align-items: flex-end;
  height: 17.5rem;
  padding: 40px;
  display: flex;
  position: relative;
}

.unlock_part_title {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.unlock_part_bubble {
  background-image: linear-gradient(to bottom, var(--10), #73d7dc);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  padding: 4px;
  display: flex;
}

.unlock_part_text {
  align-items: flex-end;
  width: 80%;
  display: flex;
  position: relative;
}

.unlock_text {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.unlock_part_image {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 50%;
  right: 5%;
}

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

.between_block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-top: 72px;
  display: grid;
}

.between_block.is--margin_big {
  margin-top: 144px;
}

.between_block_left {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.between_block_right {
  max-height: 400px;
}

.between_block_wrapper {
  z-index: 2;
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b_block_icon {
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.b_block_description {
  z-index: 4;
  width: 85%;
  margin-top: 24px;
  position: relative;
}

.b_block_title {
  z-index: 4;
  width: 90%;
  position: relative;
}

.circle-wrapper-between {
  z-index: 3;
  mix-blend-mode: normal;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.circle_between_1 {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 290px;
  height: 290px;
  position: absolute;
  top: auto;
  bottom: -59%;
  left: 43%;
  right: auto;
  overflow: visible;
}

.circle_between_2 {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 290px;
  height: 290px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.circle_between_3 {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 290px;
  height: 290px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 33%;
  right: 0%;
  overflow: visible;
}

.circle_between_4 {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 290px;
  height: 290px;
  position: absolute;
  top: -40%;
  bottom: 0%;
  left: 5%;
  right: 0%;
  overflow: visible;
}

.beetwen_block_image {
  position: relative;
}

.image_static {
  z-index: 10;
  position: relative;
}

.image_static.mobi {
  display: none;
}

.crypto-assets-wrapper {
  z-index: 3;
  grid-column-gap: 5vw;
  grid-row-gap: 36px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(auto, 264px));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: end;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
  top: 0;
}

.crypro_assets_block {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 38, 47, .4);
  border-radius: 18px;
  padding: 36px 24px 36px 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crypro_assets_block.is--fix {
  margin-bottom: 96px;
}

.assets_block {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.assets_name, .assets_cost {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.assets_button {
  margin-top: 16px;
}

.button_no_beyonf {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.arrow-button {
  margin-left: 12px;
}

.assets_cost_rate {
  margin-left: 6px;
}

.assets_name_crypto {
  flex: 0 auto;
}

.assets_name_crypto_reduction {
  flex: 0 auto;
  margin-left: 12px;
}

.crypto-assets-general-wrapper {
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.assets_block_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.circle-wrapper-assets {
  z-index: 0;
  mix-blend-mode: normal;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.circle_assets {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: auto;
  right: -50%;
  overflow: visible;
}

.circle_assets.is--position_2 {
  top: auto;
  bottom: -50%;
  left: auto;
  right: -50%;
}

.circle_assets.is--position_3 {
  top: -50%;
  bottom: auto;
  left: -50%;
  right: auto;
}

.crypto-assets-slider.section-wrapper {
  display: none;
}

.slider-list-assets {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.check-block {
  justify-content: center;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.tabs {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
}

.tab-pane-tab-1 {
  flex: 0 auto;
}

.tabs-content {
  flex-direction: row;
  align-items: center;
  margin-top: 64px;
  overflow: visible;
}

.crypto-check-form {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.conditions_block_dropdown {
  z-index: 2;
  background-color: var(--12);
  border-radius: 8px;
  align-items: center;
  width: 100%;
  position: relative;
}

.conditions_dropdown_toggle {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 30px 18px 12px 16px;
  display: flex;
}

.conditions_dropdown_toggle.w--open {
  background-color: rgba(27, 27, 27, .6);
}

.conditions_dropdown {
  z-index: 10;
  background-color: var(--12);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  display: block;
}

.conditions_dropdown:hover {
  background-color: rgba(27, 27, 27, .6);
}

.icon-2 {
  color: var(--4);
  margin-right: 20px;
}

.conditions_dropdown_list {
  z-index: 5;
  cursor: pointer;
  display: none;
}

.conditions_dropdown_list.w--open {
  background-color: #1c1c1e;
  border-radius: 8px;
  margin-top: 4px;
  overflow: hidden;
  box-shadow: 1px 1px 15px 4px #1b1b1b;
}

.conditions_dropdown_link {
  border-bottom: 1px solid rgba(252, 252, 253, .1);
  padding: 12px 16px;
}

.conditions_dropdown_link:hover {
  background-color: var(--2);
}

.conditions_dropdown_link.is-no_borders {
  border-bottom-style: none;
}

.c_dropdown_hint_selection {
  opacity: 1;
  margin-top: 6px;
}

.crypro_assets_slide {
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 18px;
  width: 100%;
  height: 100%;
  padding: 36px 24px 36px 36px;
  display: flex;
}

.circle-wrapper-check {
  opacity: .5;
  background-image: url('../images/Ellipse-773.png');
  background-position: -60% 200px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.circle_check {
  filter: blur(100px);
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: none;
  position: absolute;
  top: 79%;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

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

.check_input {
  background-color: var(--12);
  color: var(--8);
  cursor: text;
  border: 1px #000;
  border-radius: 8px 0 0 8px;
  height: auto;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 12px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.check_input:hover {
  background-color: rgba(27, 27, 27, .6);
}

.check_input::placeholder {
  color: var(--11);
}

.check_input.is--radius {
  cursor: text;
  border-radius: 8px;
}

.check_input.is--radius.euro {
  padding-left: 32px;
}

.check_input.is--radius.euro::placeholder {
  color: var(--11);
}

.conversion_block {
  background-color: var(--12);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
}

.check_block_dropdown {
  z-index: 2;
  background-color: var(--12);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  align-items: center;
}

.check_dropdown {
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  align-items: center;
  width: 140px;
  display: block;
}

.check_dropdown:hover {
  background-color: rgba(27, 27, 27, .6);
}

.check_dropdown_toggle {
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  align-items: center;
  padding: 21px 18px 21px 0;
  display: flex;
}

.check_dropdown_toggle.w--open {
  background-color: rgba(27, 27, 27, .6);
}

.check_dropdown_list {
  z-index: 5;
  cursor: pointer;
}

.check_dropdown_list.w--open {
  background-color: #1c1c1e;
  border-radius: 8px;
  margin-top: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 1px 1px 15px 4px #1b1b1b;
}

.icon_crypto {
  width: 24px;
  height: 24px;
}

.icon_crypro-wrapper {
  margin-right: 6px;
}

.check_crypto_wrapper {
  align-items: center;
  margin-right: 34px;
  padding-right: 0;
  display: flex;
}

.check_block_output {
  justify-content: flex-end;
  display: flex;
}

.line_1px_width {
  background-color: var(--11);
  align-items: center;
  width: 1px;
  height: 24px;
  margin-right: 16px;
  display: flex;
}

.check-form-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 66px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.check_dropdown_link {
  border-bottom: 1px solid rgba(252, 252, 253, .1);
  height: 66px;
  padding: 21px 16px;
}

.check_dropdown_link:hover {
  background-color: var(--2);
}

.check_crypto_wrapper_list {
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.crypto-check-button {
  z-index: 2;
  justify-content: center;
  margin-top: 36px;
  display: flex;
  position: relative;
}

.tab_check_wrapper {
  z-index: 3;
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 64px;
  display: flex;
  position: relative;
}

.tab__crypto_check_wrapper {
  justify-content: center;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.check_tab_text {
  margin-right: 24px;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0;
  display: flex;
}

.tab-link-tab-1.w--current {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0;
  display: flex;
}

.tab_icon_button {
  margin-right: 6px;
}

.tab_button {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-right: 0;
  padding: 8px;
  display: flex;
}

.tab_button:hover {
  background-color: var(--1);
}

.line_1px_tab {
  background-color: var(--11);
  align-items: center;
  width: 1px;
  height: 24px;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 24px;
  padding: 0;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
}

.tab_image_2, .tab_image_3 {
  display: none;
}

.crypto-explore-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  max-width: 924px;
  margin-top: 72px;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front {
  z-index: 9;
  border: 1px solid var(--11);
  background-color: var(--2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 18px;
  flex-direction: column;
  padding: 42px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.explore-block-front.is--block_1 {
  cursor: pointer;
  height: 33rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.explore-block-front.is--block_2 {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front.is--block_3 {
  cursor: pointer;
  height: 30rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front.is--block_4 {
  cursor: pointer;
  justify-content: center;
  height: 46.1rem;
}

.explore-block-front.is--block_5 {
  cursor: pointer;
  justify-content: center;
  height: 49.1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front.is--block_1_1 {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  height: 32rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.explore-block-front.is--block_2_1 {
  cursor: pointer;
  height: 26rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front.is--block_5_1 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 43.1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front.is--block_4_1 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 43.1rem;
  display: flex;
}

.explore-block-front.is--block_3_1 {
  cursor: pointer;
  height: 26rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front.is--block_5_2 {
  cursor: pointer;
  height: 30rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-block-front.is--block_4_1 {
  cursor: pointer;
  justify-content: flex-start;
  height: 30rem;
}

.explore-block-front.is--block_1_1 {
  cursor: pointer;
  height: 46.1rem;
  padding-right: 42px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore_block_title {
  z-index: 2;
  margin-top: 12px;
  position: relative;
}

.explore_block_description {
  z-index: 2;
  margin-top: 12px;
  position: relative;
  overflow: auto;
}

.explore_block_icon {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.explore_text {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.body_4 {
  color: var(--4);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  text-decoration: none;
}

.body_4.is--8_navlink {
  color: var(--8);
}

.body_4.is--medium {
  font-weight: 400;
}

.body_4.is--align_center {
  text-align: center;
}

.body_4.is--10 {
  color: var(--10);
}

.circle-wrapper-explore {
  z-index: 1;
  cursor: pointer;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle_explore {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.explore-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.explore-wrapper-left.orig-hidden {
  display: none;
}

.explore-wrapper-right {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.beyound_borders_wrapper {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.beyound_border {
  border: 1px solid var(--10);
  border-radius: 24px;
  width: 100%;
}

.beyound_border.is--1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: none;
  position: relative;
}

.beyound_border.is--2 {
  opacity: .8;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 88%;
  display: flex;
  position: absolute;
}

.beyound_border.is--3 {
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 86%;
  display: flex;
  position: absolute;
}

.beyound_border.is--4 {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 84%;
  display: flex;
  position: absolute;
}

.beyound_border.is--5 {
  opacity: .3;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 82%;
  display: flex;
  position: absolute;
}

.beyound_border.is--6 {
  opacity: .15;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 80%;
  display: flex;
  position: absolute;
}

.beyond_borders {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-left: 3em;
  margin-right: 3em;
  display: flex;
  overflow: visible;
}

.beyound_borders_title {
  background-image: none;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.explore-block-wrapper {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1000px;
  width: 444px;
  position: relative;
}

.explore-block-wrapper.is--block_1 {
  height: 33rem;
}

.explore-block-wrapper.is--block_2 {
  height: 30rem;
}

.explore-block-wrapper.is--block_2.half {
  height: 46.1rem;
}

.explore-block-wrapper.is--block_3 {
  height: 30rem;
}

.explore-block-wrapper.is--block_4 {
  height: 46.1rem;
}

.explore-block-wrapper.is--block_5 {
  height: 49.1rem;
}

.explore-block-wrapper.is--block_5_1, .explore-block-wrapper.is--block_4_1 {
  height: 43.1rem;
}

.explore-block-wrapper.is--block_3_1, .explore-block-wrapper.is--block_2_1 {
  height: 26rem;
}

.explore-block-wrapper.is--block_1_1 {
  height: 32rem;
}

.explore-block-wrapper.is--block_5_2, .explore-block-wrapper.is--block_4_2, .explore-block-wrapper.is--block_1_2 {
  height: 30rem;
}

.explore-block-wrapper.is--block_1_2.half {
  height: 46.1rem;
}

.explore-block-back {
  z-index: 10;
  border: 1px solid var(--11);
  background-color: var(--2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 18px;
  flex-direction: column;
  padding: 42px 42px 75px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_1 {
  transform-style: preserve-3d;
  height: 33rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_3 {
  transform-style: preserve-3d;
  height: 30rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_4 {
  cursor: pointer;
  transform-style: preserve-3d;
  height: 46.1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_5 {
  transform-style: preserve-3d;
  height: 49.1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_1_1 {
  transform-style: preserve-3d;
  height: 32rem;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_2_1 {
  transform-style: preserve-3d;
  height: 26rem;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_5_1 {
  transform-style: preserve-3d;
  height: 43.1rem;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_4_1 {
  transform-style: preserve-3d;
  height: 43.1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_3_1 {
  transform-style: preserve-3d;
  height: 26rem;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_5_2 {
  transform-style: preserve-3d;
  height: 30rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_4_1 {
  cursor: pointer;
  transform-style: preserve-3d;
  height: 30rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_1_2 {
  transform-style: preserve-3d;
  height: 46.1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_4_1_1 {
  transform-style: preserve-3d;
  height: 30rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore-block-back.is--block_2_2, .explore-block-back.is--block_2_5 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explore_block_description_back {
  margin-top: 12px;
  position: relative;
  overflow: auto;
}

.explore_block_description_back.height {
  height: 230px;
}

.features-block-card {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-description {
  max-width: 220px;
  margin-top: 12px;
  display: none;
}

.features-button {
  margin-top: 12px;
  display: none;
}

.features-block-card-back {
  z-index: 3;
  border: 2px solid var(--11);
  background-color: var(--2);
  opacity: 1;
  border-radius: 24px;
  width: 300px;
  height: 300px;
  display: none;
  position: absolute;
}

.explore-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-129-card-front {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #1a1a1a;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.icon_arrow_button_hover {
  width: 14px;
  height: 14px;
  display: none;
}

.section-document-title {
  border-bottom: 1px solid var(--3);
  background-color: var(--0);
  padding-top: 5.5rem;
  display: block;
}

.document-title_component {
  justify-content: space-between;
  align-items: center;
  margin-top: 62px;
  margin-bottom: 62px;
}

.bread_crumbs {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.arrow_icon {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.breadcrumb_link {
  text-decoration: none;
}

.legal_document_title {
  max-width: 748px;
  margin-bottom: 32px;
}

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

.line_1px_document {
  background-color: var(--3);
  width: 100%;
  height: 1px;
}

.line_1px_document.is--3 {
  z-index: 110;
  background-color: var(--11);
  height: 1px;
  position: relative;
}

.line_1px_document.is--3.mobile {
  display: none;
}

.section-document-description {
  background-color: var(--0);
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.document-description_component {
  position: relative;
  top: auto;
}

.document-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.document-wrapper.is--center {
  justify-content: center;
}

.menu_document_sticky_block {
  background-color: var(--2);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  max-width: 320px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 8.25rem;
}

.document_content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 66%;
  max-width: 736px;
  position: -webkit-sticky;
  position: sticky;
  top: 8.25rem;
}

.document_content.hidden {
  display: none;
}

.document_content_block.is--margin {
  margin-top: -5.5rem;
  padding-top: 10rem;
}

.document_content_block.is--margin.is--margin2 {
  margin-bottom: 5.5rem;
}

.headline_3 {
  color: var(--8);
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.headline_3.is-center-and-bottom {
  text-align: center;
  margin-bottom: 80px;
}

.headline_3.capitalize {
  text-transform: uppercase;
}

.title_document_block {
  margin-bottom: 36px;
}

.title_document_block.is--center {
  justify-content: center;
  display: flex;
}

.title_document_block.capitalize {
  text-transform: uppercase;
}

.description_document_block {
  position: relative;
}

.description_document_block.is--margin {
  margin-top: 36px;
}

.link_document {
  color: var(--10);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

.link_document.cursor {
  cursor: pointer;
}

.link_document.white {
  color: var(--fff);
}

.document_navigation {
  padding: 0 16px 24px;
  position: relative;
}

.navigation_name {
  margin-top: 22px;
  margin-bottom: 22px;
}

.navigation_title {
  margin-left: 16px;
}

.content_title {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.doc_nav_block1 {
  margin-bottom: 24px;
}

.doc_nav_list_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.doc_nav_list {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 384px;
  padding-right: 6px;
  display: flex;
  overflow: auto;
}

.doc_nav_list.adaptive_height {
  height: auto;
  overflow: visible;
}

.doc_nav_link {
  border-radius: 8px;
  padding: 14px 10px 14px 16px;
  text-decoration: none;
}

.doc_nav_link:hover {
  background-color: var(--3);
}

.doc_nav_link.capitalize {
  text-transform: uppercase;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.heading-3.is--center {
  text-align: center;
}

.description_field_euro {
  z-index: 5;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 18px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.euro_text {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.check_field_euro {
  z-index: 5;
  align-items: center;
  margin-bottom: 0;
  padding-top: 18px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.stub_circle {
  background-color: var(--3);
  border-radius: 50px;
  width: 24px;
  height: 24px;
}

.m-nav-toggle-description {
  color: var(--1);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.m-nav-toggle-open {
  z-index: 2;
  text-decoration: none;
  display: block;
  position: fixed;
  bottom: 32px;
}

.mobile-nav {
  display: none;
  position: relative;
}

.m-nav-toggle {
  z-index: 80;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-list {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
  position: relative;
}

.nav-overlay-gradient-top {
  z-index: 4;
  background-image: linear-gradient(to bottom, var(--1) 15%, rgba(36, 36, 35, 0));
  height: 65px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-bg {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--0) 98%);
  height: 74px;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-close {
  z-index: 2;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 32px;
}

.m-nav-content {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.nav-overlay-gradient-bottom {
  z-index: 4;
  background-image: linear-gradient(to top, var(--1) 15%, rgba(36, 36, 35, 0));
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-overlay {
  z-index: 95;
  background-color: var(--1);
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-text {
  color: var(--8);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.doc_nav_link_mob {
  border-radius: 8px;
  padding: 14px 16px;
  text-decoration: none;
}

.doc_nav_link_mob:hover {
  background-color: var(--3);
}

.bold-text {
  color: var(--5);
}

.pop-up-wrapper {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(22, 22, 22, .95);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop_up_modal_sms {
  border: 2px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 60px;
  display: none;
  position: relative;
}

.dropdown_list_wrapper {
  height: 198px;
  overflow: auto;
}

.close_pop-up {
  cursor: pointer;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close_icon_hover {
  display: none;
}

.pop_up_block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 2px auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success_message_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2px_in_height {
  background-color: var(--3);
  border-radius: 8px;
  width: 2px;
  height: 100%;
}

.offer_block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.offer_title_buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 36px;
  display: grid;
}

.right_floating_cookie {
  z-index: 100;
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: column;
  max-width: 320px;
  max-height: 80vh;
  padding: 24px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 48px;
  overflow: hidden;
}

.cookie_content {
  flex-direction: column;
  align-items: stretch;
  padding-right: 10px;
  display: flex;
  overflow: auto;
}

.button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.cookie_icon {
  margin-right: 12px;
}

.cookie_title {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.dropdown_country_language {
  flex-direction: row;
}

.dropdown_country_language.w--open {
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  margin-top: 50px;
  padding: 32px 24px;
  right: auto;
}

.div-block-3 {
  width: 100%;
}

.select_country_title {
  margin-bottom: 16px;
}

.country-item {
  color: var(--8);
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  display: flex;
}

.country-item:hover {
  background-color: var(--3);
}

.country-item.active {
  background-color: var(--3);
  outline-color: var(--4);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.country-item.display_none {
  display: none;
}

.country_icon {
  margin-right: 12px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.select_language_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 148px 148px;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  justify-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.select_language_wrapper.pop-up {
  grid-template-columns: 148px 148px;
}

.dropdown_nav_link {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown_list_nav_link {
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 32px;
}

.dropdown_list_nav_link.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 24px;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 28px 28px 25px rgba(40, 51, 56, .04);
}

.nav-card {
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar_flex {
  z-index: 110;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: block;
  position: relative;
}

.sidebar_icons {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sidebar_inner {
  background-color: var(--2);
  width: 426px;
  height: 100%;
  margin-left: auto;
  padding: 88px 0 24px;
  position: relative;
  overflow: hidden;
}

.sidebar_content {
  z-index: 100;
  background-color: rgba(0, 0, 0, .6);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-menu.ambassador {
  display: none;
}

.sidebar_links {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  overflow: auto;
}

.body_menu {
  color: var(--4);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.button_chapter-menu {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.sidebar_text {
  max-width: 100px;
  margin-right: 24px;
}

.dropdown_menu_sidebar {
  z-index: 110;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown_menu_sidebar.is--display-none {
  display: block;
}

.toggle_menu_sidebar {
  color: var(--8);
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  padding: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.list_menu_sidebar.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  line-height: 16px;
  position: relative;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-7 {
  z-index: 111;
  background-color: var(--2);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.menu_link_sidebar {
  color: var(--4);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.menu_link_sidebar:hover {
  color: var(--10);
}

.menu_link_sidebar.w--current {
  color: var(--4);
}

.menu_link_sidebar.display_none {
  display: none;
}

.link_menu_sidebar {
  color: var(--8);
  text-align: left;
  align-items: center;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.sidebar_button {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
}

.link_menu_sidebar_box {
  color: var(--8);
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tooltip {
  white-space: nowrap;
  cursor: pointer;
  background-image: url('../images/Info-Circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.tooltip.is--small {
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.tooltip.ukraine {
  margin-left: -10px;
  display: inline;
}

.tooltip.fix {
  margin-left: 0;
  display: inline;
}

.tooltip_image {
  margin-bottom: 6px;
  margin-left: 6px;
  position: static;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.tooltip_image.display_none {
  display: none;
}

.tooltips_messages {
  z-index: 1000;
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: row;
  max-width: 320px;
  padding: 24px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 48px;
}

.tooltip_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.button_slider_left {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.button_slider_right {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.left_arrow_image {
  transform: rotate(-180deg);
}

.m_button_slider_right {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.m_button_slider_left, .m_features_button_slider_left {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.m_features_button_slider_right {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.crypto-hint-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.crypto_hint_icon {
  width: 20px;
}

.crypto_hint_icon._24 {
  width: 24px;
}

.crypto_hint_description {
  margin-left: 15px;
}

.home-trustpilot_component {
  margin-bottom: 80px;
}

.trustpilot_content_block {
  border: 1px solid var(--11);
  border-radius: 24px;
  justify-content: space-around;
  align-items: center;
  padding: 36px 2.5rem;
  display: flex;
}

.trustpilot_content_block1 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: flex;
}

.headline_4 {
  color: var(--8);
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.headline_4.is--exception._5w-h {
  display: none;
}

.headline_4.is--center {
  text-align: center;
}

.trustpilot_content_block3 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: flex;
}

.section-header {
  background-color: var(--0);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-header.overflow-hidden {
  overflow: hidden;
}

.section-header.cpa {
  height: 100%;
  padding-top: 88px;
  overflow: hidden;
}

.section-header.wb {
  height: auto;
  padding-top: 232px;
  padding-bottom: 144px;
}

.section-header.mc {
  min-height: 86vh;
}

.teens-description-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.teens-section-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teens-surprise_component {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 7.7rem;
}

.surprise_component {
  position: relative;
}

.surprise_content {
  z-index: 2;
  background-color: var(--2);
  border-radius: 24px;
  align-items: center;
  position: relative;
}

.surprise_back {
  z-index: 1;
  background-color: var(--8);
  opacity: .1;
  border-radius: 24px;
  margin-bottom: -16px;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 12px;
  right: 12px;
}

.surprise_block {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-left: 0;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.surprise_description {
  z-index: 3;
  width: 40%;
  margin-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.surprise_image {
  z-index: 3;
  align-items: center;
  width: 60%;
  position: relative;
}

.image_2_absolut {
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -3%;
}

.gradient {
  background-image: linear-gradient(#009d92, #73d7dc);
}

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

.teens-transfer_component {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.teens-transfer_text {
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.teens-transfer_slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.teens-section-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 96px;
  display: grid;
}

.teens-block-card {
  border: 1px solid var(--11);
  background-color: rgba(35, 38, 47, .4);
  border-radius: 18px;
  flex-direction: column;
  padding: 64px 36px 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teens-section-block-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.teens-section-block-card.position2 {
  grid-template-rows: auto auto;
}

.t_b-image {
  width: 238px;
}

.t_b-number {
  z-index: 10;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: 36px;
  right: auto;
}

.t_b-description {
  margin-top: 36px;
}

.t_b-block {
  z-index: 4;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-wrapper-teens {
  z-index: 3;
  mix-blend-mode: normal;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.circle_assets_teens {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
  overflow: visible;
}

.circle_assets_teens2 {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -5%;
  right: auto;
  overflow: visible;
}

.cat-_eyes-teens {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: -30px;
}

.lottie-animation-teens {
  position: static;
}

.teens-freedom-slider.section-wrapper {
  display: none;
}

.slider-item-freedom {
  color: #fff;
  flex: none;
  width: 224px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-freedom:last-child {
  margin-right: 0;
}

.headline_5 {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.blur_image {
  z-index: 0;
  filter: blur(80px);
  background-color: #5ea49b;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  position: absolute;
}

.blur_image.top_left {
  z-index: 0;
  filter: blur(60px);
  background-color: rgba(94, 164, 155, .8);
  width: 200px;
  height: 200px;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
  overflow: visible;
}

.blur_image.ukraine {
  background-image: linear-gradient(#0057b7 40%, #f5cf01);
}

.clue {
  color: var(--4);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.clue_block {
  margin-top: 12px;
}

.cat-_eyes-component_calculate {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -160px;
  bottom: auto;
  left: 0%;
  right: 10px;
}

.image-component {
  margin-bottom: 24px;
  display: none;
}

.heading2_support {
  text-align: center;
}

.image-21 {
  z-index: 5;
  position: relative;
}

.image-21.is--big {
  width: 250px;
}

.crypto-explore-slider.section-wrapper {
  display: none;
}

.slider-item-explore {
  color: #fff;
  flex: none;
  width: 224px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-explore:last-child {
  margin-right: 0;
}

.slider-list-explore {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-23 {
  width: 48px;
}

.crypto-more-slider.section-wrapper {
  display: none;
}

.slider-list-more {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-item-more {
  color: #fff;
  flex: none;
  width: 224px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-more:last-child {
  margin-right: 0;
}

.crypto-more-two-slider.section-wrapper {
  display: none;
}

.slider-list-more-two {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-item-more-two {
  color: #fff;
  flex: none;
  width: 224px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-more-two:last-child {
  margin-right: 0;
}

.m_button_slider_left_more_two {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.m_button_slider_right_more, .m_button_slider_right_more_two {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.m_button_slider_left_more, .m_button_slider_left_assets {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.m_button_slider_right_assets {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.slider-list-freedom {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.additional_cards_image {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  display: flex;
  position: relative;
}

.ad_c_image {
  z-index: 1;
  display: block;
  position: absolute;
}

.additional_cards_description {
  z-index: 3;
  width: 40%;
  margin: 80px 48px 80px 80px;
  position: relative;
}

.security-section-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.protection_block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 72px;
  display: grid;
}

.protection_block.is--margin_big {
  margin-top: 144px;
}

.p_block_description {
  z-index: 4;
  width: 90%;
  margin-top: 24px;
  position: relative;
}

.security-operations-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.security_operations_description {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.security_operation_block {
  align-items: center;
  display: flex;
}

.security_operation_description {
  width: 80%;
  margin-left: 0;
}

.image_operation {
  width: 100px;
  margin-right: 24px;
}

.image_explore_cashback {
  z-index: 5;
  position: relative;
}

.image_explore_cashback.fix {
  width: 150px;
}

.cashback-explore-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  max-width: 924px;
  margin-top: 0;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  max-width: 386px;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a_block-phone {
  width: 232px;
  position: relative;
}

.account_benefit_block {
  z-index: 1;
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(35, 38, 47, .95);
  border-radius: 18px;
  width: 406px;
  padding: 24px 96px 24px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.account_benefit_block:hover {
  background-color: rgba(53, 57, 69, .95);
}

.account_benefit_block.fix {
  margin-left: 15%;
}

.account_benefit_block.no_hover:hover {
  background-color: rgba(35, 38, 47, .95);
}

.account_benefit_block.mb36px {
  margin-bottom: 36px;
}

.account_block {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.account_block_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account_name {
  text-align: left;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.headline_6 {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.headline_6.center {
  text-align: center;
  align-self: center;
}

.account_description {
  align-items: center;
  max-width: 272px;
  margin-top: 12px;
  display: flex;
}

.a_block-benefi_icon {
  z-index: 1;
  width: 72px;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.a_block-benefit {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-right: 7%;
  display: flex;
}

.account-benefit_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.account-block-back {
  z-index: 0;
  position: absolute;
}

.cat-_eyes-account {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 8%;
  right: 10%;
}

.lottie-animation-account {
  position: static;
}

.account-section-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.account-block-front_mob {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.cat-_eyes-account-_horizontal {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 8%;
  right: 10%;
}

.teens-freedom-slider-table.section-wrapper, .account-benefit-slider.section-wrapper {
  display: none;
}

.slider-item-benefit {
  color: #fff;
  flex: none;
  width: 224px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-benefit:last-child {
  margin-right: 0;
}

.slider-list-benefit {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.account_benefit_block_mob {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 38, 47, .95);
  border-radius: 18px;
  margin-left: 72px;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.account_block_mob {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.account_block_flex_mob {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account_description_mob {
  align-items: center;
  max-width: 272px;
  margin-top: 12px;
  display: flex;
}

.account_name_mob {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.account-check_component {
  flex-direction: column;
}

.account-check-block {
  border: 1px solid var(--11);
  background-color: var(--2);
  outline-offset: 0px;
  border-radius: 24px;
  outline: 3px #333;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 966px;
  margin-top: 72px;
  padding: 64px 68px;
  display: flex;
  position: relative;
}

.account-tabs {
  z-index: 3;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
}

.account-tabs_menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 148px) minmax(min-content, 148px) minmax(min-content, 148px) minmax(min-content, 148px) minmax(min-content, 148px);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.account-tab-link-tab-2 {
  background-color: var(--12);
  border-radius: 8px;
  padding: 0;
}

.account-tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#009d92, #73d7dc);
  flex: 0 auto;
}

.account-tab-link-tab-1 {
  background-color: var(--12);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.account-tab-link-tab-1.w--current {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#009d92, #73d7dc);
  border-radius: 8px;
  align-items: center;
  padding: 0;
  display: flex;
}

.account-tabs-content {
  flex-direction: row;
  align-items: center;
  margin-top: 36px;
  overflow: visible;
}

.account-tab-pane-tab-1 {
  flex: 0 auto;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  margin-top: 16px;
  display: flex;
}

.headline_1 {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-16 {
  z-index: 4;
  justify-content: center;
  display: flex;
  position: relative;
}

.line_2px {
  background-color: var(--11);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  height: 2px;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  display: flex;
}

.div-block-18 {
  z-index: 10;
  background-color: var(--12);
  border-radius: 24px;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px 48px;
  position: relative;
}

.tab_button_account {
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  display: flex;
}

.account-section {
  margin-top: 72px;
}

.transfers-cost_component {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 3.2rem;
}

.t-cost_component {
  position: relative;
}

.t-cost_content {
  z-index: 2;
  background-color: var(--2);
  border-radius: 24px;
  position: relative;
  overflow: visible;
}

.t-cost_block {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: relative;
}

.t-cost_description {
  z-index: 3;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 62px;
  display: flex;
  position: relative;
}

.t-cost_bullet {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 62px;
  display: grid;
  position: relative;
}

.t-cost_bullet.add {
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1fr;
}

.t-cost_image {
  align-items: flex-end;
  width: 90%;
  margin-bottom: 60px;
  display: block;
  position: relative;
  bottom: auto;
}

.line-3px_bullet_cost {
  background-color: var(--5);
  opacity: .1;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: row;
  width: 100%;
  height: 3px;
  margin-top: 72px;
  margin-bottom: 72px;
  display: block;
}

.transfers-card_component {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.color_linear_h0 {
  background-image: linear-gradient(#009d92, #73d7dc);
  font-size: 96px;
  line-height: 96px;
}

.color_linear_h2 {
  background-image: linear-gradient(#009d92, #73d7dc);
}

.transfers_col-left {
  flex: 0 auto;
  align-self: stretch;
  width: 40%;
  position: relative;
}

.transfers_col-right {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.t_description-component {
  justify-content: center;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
}

.t_block {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #23262f;
  border-radius: 18px;
  min-height: 282px;
  margin-bottom: 64px;
  padding: 48px 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t_block._1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.t_block._2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 32%;
}

.t_block._2.swift-h {
  display: none;
}

.t_block._3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 49%;
}

.t_block._4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 66%;
}

.t_block._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 83%;
}

.t_block._5.swift-h {
  display: none;
}

.t_b_block {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tb-name {
  flex: 0 auto;
  margin-left: 24px;
}

.tb_image.min {
  min-width: 100px;
}

.tb_desk {
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.circle-wrapper-transfers {
  z-index: 3;
  mix-blend-mode: normal;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.circle_transfers {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: auto;
  right: -50%;
  overflow: visible;
}

.transfers-payment_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 952px;
  position: relative;
}

.transfers-section-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.trandfers-section-block {
  justify-content: center;
  align-items: center;
  height: 660px;
  margin-top: 48px;
  display: flex;
}

.transfers-block-front {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.t_block-phone {
  margin-left: 48px;
  margin-right: 48px;
  position: relative;
}

.transfers-block-back {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.transfers_benefit_block {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 38, 47, .25);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-20 {
  z-index: 1;
  position: relative;
}

.image-25.mobile {
  display: none;
}

.blur_image-copy {
  z-index: 0;
  filter: blur(80px);
  background-color: rgba(0, 157, 146, .6);
  border-radius: 200px;
  width: 200px;
  height: 400px;
  position: absolute;
}

.t_block_icon {
  z-index: 1;
  position: relative;
}

.t_button-component {
  z-index: 1;
  margin-top: 24px;
  position: relative;
}

.cat-_eyes-transfers {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 8%;
  right: 10%;
}

.t_block-phone_mob {
  margin-left: 48px;
  margin-right: 48px;
  display: none;
  position: relative;
}

.transfers-block-back_mob {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.div-block-20_mob {
  z-index: 1;
  margin-top: 144px;
  display: none;
  position: relative;
}

.teens-using_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
  position: relative;
}

.button-component_phone {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
  position: absolute;
  top: 60%;
  left: 10%;
  right: 10%;
}

.teens-transfer_component-mobile {
  margin-top: 64px;
  margin-bottom: 64px;
  display: none;
  overflow: visible;
}

.slider-item-teens {
  flex: none;
  width: 348px;
  height: auto;
  margin-right: 38px;
  position: relative;
  overflow: hidden;
}

.slider-item-teens:last-child {
  margin-right: 0;
}

.contact_us_component {
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  justify-content: space-between;
  position: relative;
}

.contact_us-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.contact_us-description {
  flex-direction: column;
  align-items: flex-start;
  max-width: 448px;
  margin-left: 5%;
  display: flex;
}

.div-block-24 {
  margin-top: 24px;
}

.div-block-25 {
  margin-top: 12px;
}

.contact_us-image {
  position: absolute;
  top: -18%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-help_centre {
  background-color: var(--0);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.help-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.search-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-form {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
}

.search-wrap {
  flex: 1;
  justify-content: center;
  max-width: 736px;
  display: flex;
  position: relative;
}

.search-icon {
  width: 24px;
  position: absolute;
  top: 21px;
  bottom: 0%;
  left: 24px;
  right: auto;
}

.search-input {
  background-color: var(--2);
  color: var(--8);
  border-style: none;
  border-width: 1px;
  border-radius: 16px;
  max-width: 736px;
  height: auto;
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 72px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.search-input:active, .search-input:focus {
  color: var(--8);
}

.search-input:focus-visible {
  color: var(--8);
}

.search-input[data-wf-focus-visible] {
  color: var(--8);
}

.headline_2 {
  color: var(--8);
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.headline_2.is--align_left {
  text-align: left;
}

.headline_2.gradient {
  background-image: linear-gradient(#009d92, #73d7dc);
}

.search-title {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-2 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.search_image-wrapper {
  margin-bottom: 72px;
}

.search_image-wrapper.mobile {
  display: none;
}

.line_1px-width {
  background-color: var(--3);
  width: 100%;
  height: 1px;
}

.line_1px-width.is--mobile {
  display: none;
}

.line_1px-width.is--fix_width {
  width: 80%;
}

.line_1px-width.is--fix_width.margin36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.line_1px-width.is--mobile_teens {
  display: none;
}

.line_1px-width.is-padding {
  margin-top: 48px;
  margin-bottom: 48px;
}

.line_1px-width.mobi {
  display: none;
}

.faq-wrapper {
  margin-top: 128px;
  margin-bottom: 128px;
}

.faq-questions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 72px;
  display: grid;
}

.accordion-item {
  z-index: 0;
  width: 100%;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.accordion-icon {
  color: var(--4);
}

.dropdown-list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.topic-wrapper {
  margin-top: 72px;
  margin-bottom: 72px;
}

.all_topics {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.topic_block {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 38, 47, .4);
  border-radius: 18px;
  align-items: stretch;
  padding: 64px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item_block {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.item_block_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.item_description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item_small_description {
  margin-top: 4px;
}

.support_question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
}

.support_question-wrapper.is--margin {
  margin-bottom: 0;
}

.support_question-title {
  width: 75%;
}

.section-registration {
  background-color: var(--0);
  padding-top: 48px;
  padding-bottom: 80px;
  position: relative;
}

.help_description-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 736px;
  display: flex;
}

.help_crumbs-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 144px;
  display: flex;
}

.help_crumbs-wrapper.search {
  margin-bottom: 72px;
}

.help_document-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h_description-description {
  margin-top: 24px;
}

.h_d-questions {
  margin-top: 72px;
}

.h_d-question_topic {
  margin-bottom: 36px;
  padding-top: 24px;
  text-decoration: none;
  display: block;
}

.h_d-question-description {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.q_d-question {
  width: 80%;
}

.document_title_help {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h_d-answer {
  margin-top: 72px;
  margin-bottom: 72px;
}

.h_d-helpful {
  margin-top: 48px;
  margin-bottom: 48px;
}

.h_d-related_articles {
  margin-top: 72px;
  margin-bottom: 72px;
}

.support_answer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.support_answer-title {
  width: auto;
}

.support_answer-button {
  margin-top: 36px;
}

.list_questions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 48px;
  display: flex;
}

.link_question {
  color: var(--10);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.icon_helpful {
  margin-right: 6px;
}

.helpful-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 24px;
  display: flex;
}

.success-message {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  margin-bottom: 0;
}

.button_text-16px-2 {
  color: #fcfcfd;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.button_text-16px-2.black {
  color: #161616;
}

.button_helpful-2 {
  border: 2px solid var(--shadow_button);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  border-radius: 8px;
  align-items: center;
  width: 106px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.body_4-2 {
  color: #6e737b;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.section-price {
  background-color: var(--0);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.menu_price-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.menu_price-link {
  color: var(--10);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.menu_price-link.is--notactive {
  color: var(--4);
}

.menu_price-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.price-wrapper {
  margin-bottom: 160px;
}

.price_menu-description {
  margin-top: 112px;
}

.price_menu-description.hidden {
  display: none;
}

.p_m-title {
  justify-content: center;
  display: flex;
}

.p_m-title.align {
  justify-content: flex-start;
}

.p_m-items_list {
  margin-top: 72px;
}

.p_m-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.div-block-29 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.div-block-31.is--margin {
  margin-top: 12px;
}

.price-button-component {
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.menu_links-drop_list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template: "."
  / auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: flex;
}

.icon_sidebar {
  margin-top: 8px;
  margin-left: 12px;
}

.assets_block_flex_2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.assets_block_flex_2.column {
  align-items: center;
}

.pop_up_modal_card {
  border: 2px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: auto;
}

.pop_up_block_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 2px auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.country-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.country_block {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(35, 38, 47, .4);
  border-radius: 18px;
  justify-content: center;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.country_block:hover {
  background-color: rgba(53, 57, 69, .6);
}

.circle-wrapper-country {
  z-index: 0;
  mix-blend-mode: normal;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.circle_country {
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: auto;
  right: -25%;
  overflow: visible;
}

.country_zone_name-wrapper {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.country_zone_name {
  margin-right: 12px;
}

.button_modal {
  color: var(--8);
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.close_pop-up_mobile {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.pop_up_select_country {
  width: 100%;
  display: none;
  position: relative;
}

.pop_up_block_card_2 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 2px auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-33 {
  margin-bottom: 24px;
}

.button_back {
  border: 2px solid var(--shadow_button);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.icon_back {
  transform: rotate(180deg);
}

.line_2px-height {
  background-color: var(--11);
  border-radius: 16px;
  width: 2px;
  height: 100%;
}

.line_2px-height.is--refers.magin {
  margin-left: 24px;
  margin-right: 24px;
}

.content_block-pop_up_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
}

.pop_up_block_card_3 {
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 2px auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.pop_up_block_card_4 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 2px auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.transfers-slider_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.transfers-slider_2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.t_block-phone_2 {
  position: relative;
}

.t_block-phone_2.mobile {
  display: none;
}

.t_block-content {
  flex: 1;
}

.t_block-content._1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.t_block-content._1-1, .t_block-content._1-2, .t_block-content._1-1-2, .t_block-content._1-1-3, .t_block-content._1-2-1, .t_block-content._1-2-2, .t_block-content._1-2-3 {
  display: none;
}

.t_block-content._2 {
  display: block;
}

.t_block-content._2-1, .t_block-content._2-2, .t_block-content._2-1-2, .t_block-content._2-1-3, .t_block-content._2-2-1, .t_block-content._2-2-2, .t_block-content._2-2-3, .t_block-content._1-1-2-dynamic, .t_block-content._2-1-2-dynamic {
  display: none;
}

.button_back_transfers-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.button_back_transfers {
  border: 2px solid var(--shadow_button);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.icon_button_transfers {
  margin-right: 12px;
  transform: rotate(180deg);
}

.t_block-main_content {
  margin-top: 48px;
}

.t_block-main_content.yes, .t_block-main_content.no {
  display: block;
}

.div-block-34 {
  margin-bottom: 48px;
}

.button_transfers_black {
  border: 1px solid var(--3);
  background-color: var(--2);
  cursor: pointer;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

.button_transfers_black:hover {
  background-color: var(--3);
}

.div-block-35 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  width: auto;
  display: grid;
}

.icon_button_transfers_b {
  margin-right: 12px;
}

.t_block_content-wrapper {
  width: 70%;
  display: block;
}

.div-block-36 {
  margin-bottom: 16px;
}

.transfers_answer-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 36px;
  display: flex;
}

.transfers-slider_3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: none;
}

._404-section {
  background-color: var(--0);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.bold-text-2 {
  text-decoration: none;
}

._404-block {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image_block_404 {
  z-index: 1;
  flex: 0 auto;
}

._404_description {
  width: 40%;
}

.teenss-section-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 57px;
  padding-bottom: 57px;
  display: flex;
}

.t_block-slider_1 {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.teens-section-block-back {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.t_block_teens-phone {
  z-index: 1;
  margin-left: 48px;
  margin-right: 48px;
  position: relative;
}

.a_teens_description {
  align-items: center;
  width: 260px;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.icon_button_teens {
  width: 24px;
  height: 18px;
  transform: rotate(180deg);
}

.button_back_teens {
  border: 2px solid var(--10);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  cursor: pointer;
  border-radius: 16px;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button_back_teens-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.t_block-slider_2 {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 72px 1fr 72px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.a_teens-block-front {
  z-index: 2;
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.teens_phone_button {
  border: 2px none var(--10);
  cursor: pointer;
  background-image: linear-gradient(#009d92 50%, rgba(115, 215, 220, .9));
  border-radius: 16px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.teens_text_button {
  color: var(--0);
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.div-block-37 {
  z-index: 2;
  flex: 1;
  position: relative;
}

.button_teens_a {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.a_teens-image_phone {
  width: 233px;
}

.a_teens-image_phone.mobile {
  display: none;
}

.t_block-slider_3 {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 72px 1fr 72px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.teens-section-block-back_2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.div-block-38 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.a_block_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-39 {
  flex: none;
}

.at_description {
  align-items: center;
  width: 240px;
  margin-top: 16px;
  display: flex;
  overflow: hidden;
}

.at_image {
  width: 160px;
}

.at_block {
  border: 1px solid var(--11);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 38, 47, .95);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: 118px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.at_block.fix {
  width: 252px;
  margin-right: 100%;
}

.at_block.fix.mb36px {
  margin-bottom: 36px;
}

.at_block.is--slide2 {
  width: 300px;
}

.at_block.is--slide2.fix2 {
  margin-right: 50%;
}

.at_block.is--slide3 {
  width: 300px;
}

.at_block.is--slide3.fix2 {
  margin-right: 50%;
}

.at_block.mb36px {
  margin-bottom: 36px;
}

.at_block.mb36px.hidden {
  display: none;
}

.at_block-benefit {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  justify-items: start;
  display: flex;
}

.att_description {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

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

.a_at_block {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.a_tt_teens-block {
  z-index: 2;
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.t_block-slider_4 {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 72px 1fr 72px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.a_at_block_2 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.t_block-slider_5 {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 72px 1fr 72px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.cat-_eyes-teens_2_1, .cat-_eyes-teens_2_2 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 8%;
  right: 8%;
}

.div-block-40 {
  margin-left: 12px;
  display: none;
}

.account-block-front2 {
  z-index: 2;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 72px;
  display: flex;
  position: relative;
}

.account-section-block2 {
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.a_block-phone2 {
  width: 100%;
  position: relative;
}

.account-block-front_mob2 {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.button_close {
  background-color: var(--3);
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.button_close:hover {
  border: 1px solid var(--3);
  background-color: var(--2);
}

.q_d-answer {
  margin-top: 16px;
}

.h_d-results_search {
  margin-top: 72px;
}

.q_d-result_answer {
  width: 90%;
}

.sb-answer_found {
  justify-content: center;
  width: 100%;
  max-width: 736px;
  margin-bottom: 25vh;
  display: none;
}

.answer_found-wrapper {
  width: 100%;
  max-width: 662.398px;
}

.body_3-2 {
  color: #fcfcfd;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.body_3-2.is-align_center {
  text-align: center;
}

.select_country-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: stretch;
  display: flex;
}

.country_block_dropdown {
  z-index: 2;
  background-color: var(--12);
  border-radius: 8px;
  align-items: center;
  width: 420px;
  position: relative;
}

.country_dropdown_toggle {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 16px 18px 16px 16px;
  display: flex;
}

.country_dropdown_toggle.w--open {
  background-color: rgba(27, 27, 27, .6);
}

.country_dropdown_list {
  z-index: 5;
  cursor: pointer;
  max-height: 232px;
  display: none;
  overflow: scroll;
}

.country_dropdown_list.w--open {
  background-color: #1c1c1e;
  border-radius: 8px;
  margin-top: 4px;
  display: block;
  overflow: auto;
  box-shadow: 1px 1px 15px 4px #1b1b1b;
}

.country_dropdown {
  z-index: 1;
  background-color: var(--2);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  display: block;
}

.country_dropdown_link {
  border-bottom: 1px solid rgba(252, 252, 253, .1);
  padding: 16px;
}

.country_dropdown_link:hover {
  background-color: var(--2);
}

.country_dropdown_link.is-no_borders {
  border-bottom-style: none;
}

.question-answer-wrapper {
  padding-top: 36px;
}

.div-block-41 {
  margin-top: 72px;
}

.mobile_action-wrapper {
  z-index: 50;
  justify-content: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button_component {
  z-index: 2;
  margin-bottom: 32px;
  position: relative;
}

.language {
  width: 24px;
  height: 24px;
}

.language.is--margin {
  margin-right: 8px;
}

.pop_up_modal_country {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.pop_up_modal_language {
  border: 2px solid var(--11);
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
}

.text-language {
  margin-left: 12px;
}

.accent-text {
  color: var(--8);
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.accent-text.is--align {
  text-align: left;
}

.heading-5 {
  color: var(--8);
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.headingh1 {
  text-align: center;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: "Exo 2", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.headingh1.gradient {
  background-image: linear-gradient(to bottom, var(--0), #353945 50%);
}

.headingh1.gradient.clipped {
  background-image: linear-gradient(rgba(22, 22, 22, .95) 12%, #353945);
}

.cookie_setting-wrapper {
  display: none;
  overflow: visible;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid var(--11);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_option.no-border {
  border-bottom-style: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
  display: flex;
}

.button_save {
  border: 1px none var(--0);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.button_save.small {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 14px;
}

.menu_price-lwrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.circle_ukraine_1 {
  opacity: .6;
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  background-image: linear-gradient(275deg, #0057b7, #f5cf01);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: -59%;
  left: 65%;
  right: auto;
  overflow: visible;
}

.circle_ukraine_2 {
  opacity: .6;
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-color: rgba(7, 117, 110, .39);
  background-image: linear-gradient(114deg, #0057b7 50%, #f5cf01);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.circle_ukraine {
  opacity: .5;
  filter: blur(65px);
  mix-blend-mode: overlay;
  background-image: linear-gradient(124deg, #0057b7 28%, #f5cf01);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.m_button_slider_left2 {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.m_button_slider_right2 {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.img_mfsa {
  width: 192px;
}

.error_message {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  padding: 0;
}

.error_text {
  color: #ff3d3d;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.heading-4 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.heading-4.aling_left {
  text-align: left;
}

.download_price-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.download_price {
  grid-column-gap: 8px;
  color: var(--4);
  flex: 0 auto;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.download_price:hover {
  color: var(--10);
}

.icon_download_price {
  width: 48px;
}

.download-description {
  margin-top: 80px;
  margin-bottom: 80px;
}

.breadcrumbs-wrapper {
  z-index: 10;
  background-color: var(--0);
  margin-top: 88px;
  display: flex;
  position: relative;
}

.breadcrumbs-component {
  border-bottom: 1px solid rgba(252, 252, 253, .1);
  padding: 12px;
}

.body_8 {
  color: var(--4);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  line-height: 14px;
}

.body_8.is--10 {
  color: var(--10);
}

.tooltip-fix {
  width: 20px;
}

.body_9 {
  color: var(--4);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  line-height: 14px;
}

.body_9.is--8 {
  color: var(--8);
  font-size: 12px;
}

.crypto-assets-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.cai-wrapper {
  z-index: 2;
  position: relative;
}

.cai-wrapper.is--1 {
  z-index: 1;
  position: absolute;
}

.cai_image.mobi {
  display: none;
}

.slider-item-assets_2 {
  color: #fff;
  flex: none;
  width: 224px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-assets_2:last-child {
  margin-right: 0;
}

.social_icon-wrapper-2 {
  cursor: pointer;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.social_icon-wrapper-2:hover {
  background-color: #23262f;
}

.social_icon-wrapper-2.instagram {
  background-image: url('../images/instagraminstagram_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper-2.instagram:hover {
  background-image: url('../images/instagraminstagram_hover.svg');
}

.social_icon-wrapper-2.facebook {
  background-image: url('../images/facebookfacebook_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.social_icon-wrapper-2.facebook:hover {
  background-image: url('../images/facebookfacebook_hover.svg');
}

.social_icon-wrapper-2.twitter {
  background-image: url('../images/twittertwitter_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper-2.twitter:hover {
  background-image: url('../images/twittertwitter_hover.svg');
}

.social_icon-wrapper-2.telegram {
  background-image: url('../images/telegram_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper-2.telegram:hover {
  background-image: url('../images/telegram_hover.svg');
}

.social_icon-wrapper-2.reddit {
  background-image: url('../images/reddit_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper-2.reddit:hover {
  background-image: url('../images/reddit_hover.svg');
}

.social_icon-wrapper-2.medium {
  background-image: url('../images/medium_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper-2.medium:hover {
  background-image: url('../images/medium_hover.svg');
}

.social_icon-wrapper-2.linkedin {
  background-image: url('../images/linkedin_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social_icon-wrapper-2.linkedin:hover {
  background-image: url('../images/linkedin_hover.svg');
}

.margin_top {
  margin-top: 24px;
}

.button_cpa {
  z-index: 110;
  border: 1px none var(--0);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.cpa-description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cpa-button {
  align-items: center;
  margin-top: 36px;
  display: block;
}

.text_block_cpa {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.text_block_cpa.line {
  border-bottom: 1px solid var(--11);
  padding-bottom: 24px;
}

.text_block_cpa.line.non {
  padding-top: 0;
}

.text_block_cpa.line-de {
  border-top: 1px solid rgba(252, 252, 253, .2);
  margin-top: 24px;
}

.text_block_cpa.line-de.hidden {
  display: none;
}

.cpa_header {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.cat-_eyes_cpa {
  z-index: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.cat_eyas-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-trigger {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.track {
  height: 5152px;
  margin-top: 72px;
}

.camera {
  align-items: center;
  width: 100%;
  height: 544px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  overflow: hidden;
}

.frame {
  grid-column-gap: 32px;
  flex-direction: row;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: visible;
}

.item {
  display: flex;
}

.item.de.hidden {
  display: none;
}

.feature-block {
  grid-row-gap: 48px;
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 554px;
  padding: 64px 48px;
  display: flex;
}

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

.image-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 544px;
  display: flex;
  position: relative;
}

.image-block.mobile {
  display: none;
}

.image_absolut {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.horizontal-scroll_page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
}

.horizontal-scroll {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
  display: grid;
}

.horizontal-scroll_item-padding {
  flex: none;
}

.card_2 {
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.card_2:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.card_image_2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card_image_2:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.text_block_c {
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.image_block_c {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 500px;
  display: flex;
  position: relative;
}

.cpa_card_frame {
  grid-column-gap: 24px;
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 24px;
  display: flex;
}

.cpa_card_frame.grid {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.c_c_point {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.frame-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.content-block-cpa {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-block-cpa.is--revers {
  flex-direction: row-reverse;
}

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

.coming-wrapper {
  background-image: linear-gradient(#009d92, #73d7dc);
  border-radius: 8px;
  padding: 2px 12px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.c_c_point-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.nav_component_sticky {
  z-index: 1001;
  background-color: var(--0);
  justify-content: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}

.menu_s {
  grid-column-gap: 4%;
  border-bottom: 1px solid var(--11);
  border-left-width: 1px;
  border-left-color: #000;
  border-right-color: #000;
  flex: 1;
  justify-content: center;
  max-width: 1120px;
  padding-bottom: 14px;
  display: flex;
}

.link_menu {
  color: var(--4);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  text-decoration: none;
}

.link_menu:active, .link_menu:focus, .link_menu:visited {
  color: var(--10);
}

.feedback-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading_feedback {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

.feedback-field {
  color: var(--8);
  text-align: center;
  margin-bottom: 24px;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.feedback-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.feedback-textarea {
  border: 1px solid var(--3);
  background-color: var(--2);
  color: var(--4);
  border-radius: 8px;
  max-width: 544px;
  min-height: 180px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-left: 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.feedback-textarea::placeholder {
  color: var(--4);
}

.feedback-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.feedback-headlne {
  margin-bottom: 80px;
}

.line-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}

.raiting-wrap {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.form-feedback {
  width: 544px;
  margin-bottom: 0;
}

.success-feedback {
  background-color: rgba(0, 0, 0, 0);
  padding: 64px 0;
}

.success-text {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-block {
  grid-column-gap: 48px;
  align-items: center;
  display: flex;
}

.image-32 {
  width: 250px;
}

.blog-wrapper {
  background-image: linear-gradient(to bottom, var(--0) 29%, var(--2));
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 96px 4rem 80px;
  display: flex;
}

.blog_top-wrapper {
  border: 1px solid var(--11);
  background-color: var(--1);
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
  padding: 48px 64px;
  text-decoration: none;
  display: flex;
}

.b_topic-conteiner {
  grid-column-gap: 96px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-time {
  background-color: var(--4);
  border-radius: 100px;
  width: 4px;
  height: 4px;
}

.b_topic-time {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.b_topic-image {
  width: 280px;
  height: 280px;
}

.image-blog.mobile {
  display: none;
}

.margin-blog-title {
  border-bottom: 1px solid var(--3);
  justify-content: center;
  margin-top: 144px;
  padding-bottom: 36px;
  display: flex;
}

.b_post-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 928px;
  display: flex;
}

.b_post-content {
  width: 100%;
  max-width: 736px;
}

.margin-blog-post {
  justify-content: center;
  margin-top: 72px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hometopromo {
  display: none;
}

.blog__rich-text h2 {
  color: #fcfcfd;
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 32px;
  line-height: 40px;
}

.blog__rich-text p {
  color: #6e737b;
  padding-bottom: 15px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.blog__rich-text ul {
  color: #6e737b;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.blog__rich-text li {
  color: #6e737b;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.blog__rich-text img {
  padding-top: 64px;
  padding-bottom: 64px;
}

.blog__rich-text figure {
  margin-bottom: 0;
}

.blog__rich-text h4 {
  border-bottom: 1px solid #353945;
  padding-bottom: 16px;
}

.blog__rich-text h6 {
  color: #fcfcfd;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: "Exo 2", sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.blog__rich-text h3 {
  color: #fcfcfd;
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 56px;
  line-height: 64px;
}

.blog__rich-text h5 {
  color: #474b52;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.blog__rich-text a {
  color: #009d92;
}

.blog__rich-text blockquote {
  color: #fcfcfd;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 26px;
}

.container-small {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.form__name {
  color: #fcfcfd;
  margin-bottom: 16px;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.form__name.is--paddingbot {
  margin-bottom: 48px;
}

.form__name.radio {
  color: #fff;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.forms__section {
  margin-bottom: 48px;
}

.forms__descriptions {
  color: #6e737b;
  text-align: left;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 24px;
}

.forms__btn-wrapper {
  justify-content: center;
  display: flex;
}

.form--new {
  color: var(--8);
  background-color: #23262f;
  border: 1px solid #353945;
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.form--new:focus-visible {
  border-color: var(--4);
  color: var(--8);
}

.form--new[data-wf-focus-visible] {
  border-color: var(--4);
  color: var(--8);
}

.form--new::placeholder {
  color: var(--4);
}

._w-form-done {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.forms__promo-code {
  color: #009d92;
  margin-bottom: 80px;
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

._w-form-fail {
  background-color: rgba(0, 0, 0, 0);
}

.forms__error-msg {
  color: #fcfcfd;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.button__awards {
  border: 1px none var(--0);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#009d92 50%, rgba(115, 215, 220, .9));
  border-radius: 16px;
  padding: 16px 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.forms__title {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.text_block_wb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.text_block_wb.line {
  border-bottom: 1px solid var(--11);
  padding-bottom: 24px;
}

.text_block_wb.line.non {
  padding-top: 0;
}

.wb-description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-block-wb {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
}

.image-block-wb.mobi {
  display: none;
}

.div-block-43 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.poin_block-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 80px;
  display: grid;
}

.poin_block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 36px;
  display: flex;
  position: relative;
}

.div-block-44 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.important_features-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.important_features {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border: 1px solid var(--3);
  background-color: var(--2);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 64px;
  display: grid;
}

.important_desc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-45, .div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-50 {
  background-color: var(--2);
  border-radius: 24px;
  justify-content: center;
  padding: 96px 36px 48px;
  display: flex;
  position: relative;
}

.div-block-51 {
  background-image: linear-gradient(#009d92, #73d7dc);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-52 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: 72px;
  display: grid;
}

.div-block-53 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-55 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wb_bonus {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-57 {
  background-color: var(--2);
  border-radius: 24px;
  padding: 48px 36px;
  position: relative;
}

.div-block-58 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-59 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-60 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-61 {
  align-items: center;
  width: 45%;
  display: flex;
}

.arrow_link {
  display: flex;
}

.link_button_footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--4);
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.link_button_footer:hover, .link_button_footer.w--current:hover {
  color: var(--10);
}

.link_button_footer.none {
  display: none;
}

.icon_teens {
  align-items: center;
  display: flex;
}

.im_block {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.im_block.mobi, .card-steps-slider2.section-wrapper, .card-steps-slider2.margin {
  display: none;
}

.slider-list-registration2 {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-item-registration2 {
  color: #fff;
  flex: none;
  width: 216px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-registration2:last-child {
  margin-right: 0;
}

.slider-list-registration3 {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slider-item-registration3 {
  color: #fff;
  flex: none;
  width: 216px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.slider-item-registration3:last-child {
  margin-right: 0;
}

.m_button_slider_left3 {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.m_button_slider_right3 {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.button_instraction {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.card-container, .card-3d {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.front, .back {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.card-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.button__card, .button__card-mobile {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.button__card-mobile.fix {
  display: none;
}

.wrapper_ba {
  margin-top: 36px;
}

.row_ba {
  align-items: center;
  display: flex;
}

.image_ba {
  margin-right: 16px;
}

.row_ba__after {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 33px;
  display: flex;
  position: relative;
}

.text-block {
  z-index: 1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: flex;
}

.bullet__wrapper {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-direction: column;
  margin-bottom: 120px;
  display: flex;
}

.image-block-absolute {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: absolute;
  right: 0;
}

.body_2-2 {
  z-index: 1;
  color: #6e737b;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.body_2-2.align--left {
  color: #6e737b;
  text-align: left;
}

.line-4px-2 {
  opacity: .15;
  background-color: #b1b5c3;
  border-radius: 16px;
  width: 80px;
  height: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.body-2 {
  color: #fcfcfd;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.body-2.big {
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.body-2.big.slide_ba {
  height: 68px;
}

.block-long {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: var(--2);
  border: 1px solid rgba(252, 252, 253, .2);
  border-radius: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding: 48px 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-35 {
  min-width: 763px;
}

.section_component {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  display: flex;
}

.div-block-63 {
  z-index: 1;
  width: 65%;
  position: relative;
}

.image-36 {
  width: 130px;
  min-width: 130px;
}

.div-block-64 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". Area-3"
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.circle-2 {
  z-index: 0;
  filter: blur(100px);
  mix-blend-mode: overlay;
  background-image: linear-gradient(#009d92, #73d7dc);
  border-radius: 50%;
  width: 390px;
  height: 390px;
  position: absolute;
  top: -56%;
  bottom: auto;
  left: -10%;
  right: auto;
  overflow: visible;
}

.headline_3-2 {
  color: #fcfcfd;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.headline_3-2.is-center-and-bottom {
  text-align: center;
  margin-bottom: 80px;
}

.headline_3-2.is-center-and-bottom.margin {
  margin-bottom: 0;
}

.form__box {
  background-color: var(--2);
  border: 1px solid rgba(252, 252, 253, .2);
  border-radius: 12px;
  padding: 75px 80px;
}

.forms__section-grey {
  margin-bottom: 26px;
}

.form--grey {
  color: var(--8);
  background-color: rgba(27, 27, 27, .6);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 25px 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.form--grey:focus-visible {
  border-color: var(--4);
  color: var(--8);
}

.form--grey[data-wf-focus-visible] {
  border-color: var(--4);
  color: var(--8);
}

.form--grey::placeholder {
  color: var(--4);
}

.row_ba_text {
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
}

.row_ba_descrption {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.block_long__heading {
  margin-bottom: 0;
  font-weight: 700;
}

.image-37 {
  margin-bottom: -8px;
}

.form-fail {
  background-color: rgba(0, 0, 0, 0);
}

.image-39 {
  width: 96px;
  min-width: 96px;
}

.menu-link__wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-66 {
  width: 50%;
}

.textbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.hairline_16 {
  color: var(--10);
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
}

.div-block-68 {
  margin-bottom: 16px;
}

.heading_24 {
  margin-bottom: 0;
}

.heading_24.partner_heading {
  white-space: nowrap;
}

.partners-list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.partners-wrap {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: none;
}

.partners-item {
  background-color: #23262f;
  border-radius: 24px;
}

.image-40 {
  margin-bottom: auto;
}

.partners-title {
  color: var(--8);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 130%;
}

.partners-title.heading {
  color: #6a6a6a;
  text-align: left;
  margin-bottom: 25px;
  font-size: 24px;
}

.partners-link {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #23262f;
  background-image: url('../images/mc-arrow-gray.svg');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border: 1px solid rgba(252, 252, 253, .2);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 300px;
  padding: 47px 52px 37px;
  text-decoration: none;
  display: flex;
}

.partners-link:hover {
  background-image: url('../images/mc-arrow-green.svg');
}

.partners-category {
  color: var(--8);
  text-decoration: none;
  display: none;
}

.body_8-2 {
  color: #6e737b;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  line-height: 14px;
}

.body_8-2.is--10 {
  color: #009d92;
}

.partners_inner-title {
  color: var(--10);
  margin-bottom: 0;
  font-size: 34px;
  line-height: 130%;
}

.partners_inner-subtitle {
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.partners_logo-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.partners-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.partners-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.partners-rich-text {
  width: 50%;
}

.partners-rich-text ol {
  color: #6e737b;
  flex-flow: column wrap;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.partners-rich-text li {
  color: #a6a6a6;
  -webkit-text-stroke-color: #6e737b;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
}

.partners-rich-text p {
  color: #a6a6a6;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.partners-rich-text h6 {
  color: #a6a6a6;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.partners-rich-text h5 {
  color: #a6a6a6;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.partners-rich-text a {
  color: #009d92;
  word-break: break-all;
  text-decoration: none;
}

.image-41 {
  width: auto;
  height: auto;
  max-height: 100%;
}

.partners-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  display: none;
}

.partners-navigation {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.partners-navigation_wrapper {
  width: 100%;
}

.category-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1b1b1b;
  border-radius: 8px;
  padding: 6px 20px;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.hover-icon {
  display: none;
}

.partners-subtitle {
  color: #84889a;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 130%;
}

.partners_nav {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #161616;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
}

.section-block-2 {
  background-color: #161616;
}

.image_main, .form-component-wrapper {
  display: none;
}

.button_cta_medium-2 {
  box-shadow: none;
  color: #161616;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#009d92 50%, rgba(115, 215, 220, .9));
  border: 1px #161616;
  border-radius: 16px;
  padding: 16px 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-69 {
  width: 605px;
  height: 652px;
}

.image-43 {
  height: 500px;
}

.social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.social-head {
  text-align: center;
}

.social_icon-share {
  cursor: pointer;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  padding: 20px;
}

.social_icon-share:hover {
  background-color: var(--2);
}

.social_icon-share.facebook {
  background-image: url('../images/facebookfacebook_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 80px;
}

.social_icon-share.facebook:hover {
  background-image: url('../images/facebookfacebook_hover.svg');
}

.social_icon-share.facebook:active {
  background-color: rgba(35, 38, 47, .01);
  background-image: url('../images/facebookfacebook_default.svg');
}

.social_icon-share.twitter {
  background-image: url('../images/twittertwitter_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.social_icon-share.twitter:hover {
  background-image: url('../images/twittertwitter_hover.svg');
}

.social_icon-share.twitter:active {
  background-color: rgba(35, 38, 47, 0);
  background-image: url('../images/twittertwitter_default.svg');
}

.social_icon-share.linkedin {
  background-image: url('../images/linkedin_default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.social_icon-share.linkedin:hover {
  background-image: url('../images/linkedin_hover.svg');
}

.social_icon-share.linkedin:active {
  background-color: rgba(35, 38, 47, 0);
  background-image: url('../images/linkedin_default.svg');
}

.awards_p {
  color: #6e737b;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.awards-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.awards_box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.awards_h {
  color: #fcfcfd;
  text-align: left;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.awards_text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  width: 20rem;
  display: flex;
}

.awards_images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.awards_2024 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-74 {
  margin-right: 48px;
}

.empty-state, .empty-state-2 {
  display: none;
}

.partner-p_m {
  color: #c3c3c3;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: none;
}

.credit-grade-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #23262f;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 416px;
  padding: 2px 10px;
  display: none;
}

.partner-p_d {
  color: #c3c3c3;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.individual-description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 126px;
  display: flex;
}

.individuals-image {
  margin-top: 36px;
  margin-bottom: 40px;
}

.p-32 {
  color: var(--8);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.green {
  color: var(--10);
}

.individuals-text {
  width: 50%;
}

.component-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.individuals-component-image {
  margin-top: -112px;
  padding-top: 0;
}

.component-block-image {
  align-items: flex-end;
  width: 100%;
  margin-bottom: 25px;
  display: block;
  position: relative;
  bottom: auto;
}

.component-block-bullet {
  z-index: 3;
  flex-direction: column;
  width: 40%;
  margin-top: 62px;
  margin-bottom: 62px;
  display: block;
  position: relative;
}

.component-block__wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 8rem;
}

.component-block__description {
  z-index: 3;
  flex: 1;
  margin-top: 0;
  margin-bottom: 62px;
  position: relative;
}

.individuals-component-image_t, .individuals-component-image_m {
  margin-top: -152px;
  padding-top: 0;
  display: none;
}

.headline-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.partners-link__ep {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  cursor: pointer;
  background-color: #23262f;
  border: 1px solid rgba(252, 252, 253, .2);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 300px;
  padding: 47px 52px 37px;
  text-decoration: none;
  display: flex;
}

.teens-section-name__mc {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.forms__section-radio {
  margin-bottom: 46px;
}

.input-radio {
  margin-bottom: 16px;
}

.input-radio__label {
  color: #ccc;
  padding-left: 12px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.input-radio__button {
  background-color: #1e1f23;
  border: 1px solid #343539;
}

.input-radio__button.w--redirected-checked {
  background-color: #6ad3d7;
  border-color: #009d92;
}

.other-input {
  color: var(--8);
  background-color: rgba(27, 27, 27, .6);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 25px 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.other-input:focus-visible {
  border-color: var(--4);
  color: var(--8);
}

.other-input[data-wf-focus-visible] {
  border-color: var(--4);
  color: var(--8);
}

.other-input::placeholder {
  color: var(--4);
}

.other-input.hidden {
  display: none;
}

.other-radio {
  background-color: #1e1f23;
  border: 1px solid #343539;
}

.other-radio.w--redirected-checked {
  background-color: #6ad3d7;
  border-color: #009d92;
}

.slider-text {
  color: var(--4);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slider-text.align--left.is--8 {
  color: var(--8);
}

.slider-text.is--align_center {
  text-align: center;
}

.slider-text.is--align_center.is--medium {
  font-weight: 500;
}

.slider-text.is-medium {
  color: var(--8);
  font-weight: 700;
}

.slider-text.is-medium.is--center {
  text-align: center;
}

.slider-text.is-medium.is--10 {
  color: var(--10);
}

.slider-text.is--special_case {
  color: var(--8);
  font-weight: 700;
}

.slider-text.is-8 {
  color: var(--8);
}

.slider-text img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider-text._14 {
  font-size: 14px;
}

.m_button_slider_left_explore {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.m_button_slider_right_explore {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.p_little {
  color: #4d4d4d;
  margin-top: 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 11px;
}

.explore_back_a, .explore_block_back_a {
  margin-top: 36px;
  position: relative;
  overflow: auto;
}

.c_c_pont_split {
  color: var(--4);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.c_c_pont_split.align--left.is--8 {
  color: var(--8);
}

.c_c_pont_split.is--align_center {
  text-align: center;
}

.c_c_pont_split.is--align_center.is--medium {
  font-weight: 500;
}

.c_c_pont_split.is-medium {
  color: var(--8);
  font-weight: 700;
}

.c_c_pont_split.is-medium.is--center {
  text-align: center;
}

.c_c_pont_split.is-medium.is--10 {
  color: var(--10);
}

.c_c_pont_split.is--special_case {
  color: var(--8);
  font-weight: 700;
}

.c_c_pont_split.is-8 {
  color: var(--8);
}

.c_c_pont_split img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c_c_pont_split._14 {
  font-size: 14px;
}

.promo_niht {
  color: var(--8);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.promo_niht.align--left.is--8 {
  color: var(--8);
}

.promo_niht.is--align_center {
  text-align: center;
}

.promo_niht.is--align_center.is--medium {
  font-weight: 500;
}

.promo_niht.is-medium {
  color: var(--8);
  font-weight: 700;
}

.promo_niht.is-medium.is--center {
  text-align: center;
}

.promo_niht.is-medium.is--10 {
  color: var(--10);
}

.promo_niht.is--special_case {
  color: var(--8);
  font-weight: 700;
}

.promo_niht.is-8 {
  color: var(--8);
}

.promo_niht img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.promo_niht._14 {
  font-size: 14px;
}

.component-wrapper_new {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.component-wrapper_new.wb {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-direction: column;
  align-items: center;
}

.component-wrapper_new.individuals {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.component-wrapper_new.vertical {
  flex-direction: column;
}

.component-wrapper_new.reverse {
  flex-direction: row-reverse;
}

.component_descroption {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading_new {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

.heading_new.is--align_left {
  text-align: left;
}

.heading_new.gradient {
  background-image: linear-gradient(#4fd1c5, #243a38 83%);
}

.p_new {
  color: var(--4);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p_new.align--left.is--8 {
  color: var(--8);
}

.p_new.is--align_center {
  text-align: center;
}

.p_new.is--align_center.is--medium {
  font-weight: 500;
}

.p_new.is-medium {
  color: var(--8);
  font-weight: 700;
}

.p_new.is-medium.is--center {
  text-align: center;
}

.p_new.is-medium.is--10 {
  color: var(--10);
}

.p_new.is--special_case {
  color: var(--8);
  font-weight: 700;
}

.p_new.is-8 {
  color: var(--8);
}

.p_new img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p_new._14 {
  font-size: 14px;
}

.button_new {
  border: 1px none var(--0);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#009d92, rgba(115, 215, 220, .9));
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button_new.is--no_desirable_button {
  background-image: linear-gradient(to bottom, var(--3), var(--3));
  box-shadow: 0 0 15px 0 var(--12);
  color: var(--5);
}

.button_new.small {
  font-size: 14px;
  line-height: 14px;
}

.button_new.black {
  border: 2px solid var(--4);
  color: var(--8);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.button-component_new {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.button-component_new.big {
  margin-top: 64px;
}

.button-component_new.big.mobile._1 {
  display: block;
}

.button-component_new.mobile {
  display: none;
}

.green-line {
  background-color: #009d92;
  width: 50px;
  height: 2px;
}

.button-arrow_new {
  border: 2px solid var(--10);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  cursor: pointer;
  border-radius: 16px;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-arrow_new.mobile {
  display: none;
}

.button-arrow_new.gam {
  background-color: rgba(56, 152, 236, 0);
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 17px rgba(0, 157, 146, .2);
}

.button-arrow_new.gam.none {
  display: none;
}

.section-name {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 46px;
  display: flex;
  position: relative;
}

.section-name.is--align_left {
  align-items: flex-start;
}

.section-name.is--fixed_width {
  max-width: 704px;
}

.cashback_block-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.cashback_block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 40px;
  display: flex;
  position: relative;
}

.cashback-services_wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area Area-5 Area-6 Area-7"
                 / auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.services_item {
  color: #6e757c;
  text-align: center;
  background-color: #272727;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  padding: 32px 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.cashback-services_hint_icon {
  width: 32px;
  margin-right: 15px;
}

.cashback-services_text {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.div-block-75 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.cashback-services_hint-text {
  color: #6e757c;
  text-align: center;
  width: 25rem;
}

.cashback-hint_wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cashback_hint_description {
  text-align: center;
}

.tb-name-t {
  flex: 0 auto;
  margin-left: 24px;
}

.stars-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.star-item {
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.star-grey {
  display: block;
}

.star-green {
  display: none;
}

.frame-bot {
  justify-content: space-between;
  display: flex;
}

.frame-top {
  width: 100%;
}

.logos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mc-logo {
  height: 16px;
}

.mc-image-abs {
  flex: 1;
  display: flex;
}

.body-main {
  background-color: var(--0);
}

.m_button_slider_left_r {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.m_button_slider_right_r {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(110, 115, 123, .5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.test {
  color: #eee;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
}

.content {
  z-index: 1;
  position: relative;
}

.block-image {
  z-index: 1;
  flex: none;
  align-self: center;
  position: relative;
}

.add_card_description_2 {
  z-index: 2;
  margin-top: 24px;
  margin-bottom: 0;
  position: relative;
}

.add_card_header_2 {
  z-index: 2;
  position: relative;
}

.add_card_header_2.is--width_small {
  width: 80%;
}

.additional_card_2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--11);
  background-color: var(--2);
  border-radius: 16px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.additional_card_2.new {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  padding-right: 48px;
  display: flex;
}

.list {
  color: #6e737b;
  padding-left: 10px;
}

.list-2 {
  color: #6e737b;
}

.partners-rich-text-2 {
  width: 50%;
}

.partners-rich-text-2 ol {
  color: #6e737b;
  flex-flow: column wrap;
  margin-top: 25px;
  padding-left: 30px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.partners-rich-text-2 li {
  -webkit-text-stroke-color: #6e737b;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
}

.partners-rich-text-2 p {
  color: #6e737b;
  margin-top: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.partners-rich-text-2 h6 {
  color: #a6a6a6;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.partners-rich-text-2 h5 {
  color: #a6a6a6;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.partners-rich-text-2 a {
  color: #009d92;
  word-break: break-all;
  text-decoration: none;
}

.partners-rich-text-3 {
  width: 50%;
}

.partners-rich-text-3 ol {
  color: #6e737b;
  flex-flow: column wrap;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.partners-rich-text-3 li {
  -webkit-text-stroke-color: #6e737b;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
}

.partners-rich-text-3 p {
  color: #a6a6a6;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.partners-rich-text-3 h6 {
  color: #a6a6a6;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.partners-rich-text-3 h5 {
  color: #a6a6a6;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.partners-rich-text-3 a {
  color: #009d92;
  word-break: break-all;
  text-decoration: none;
}

.bold-text-3 {
  color: #a6a6a6;
}

.nav-2 {
  z-index: 100;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_logo-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.button_wrapper {
  z-index: 110;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_cpa-2 {
  z-index: 110;
  box-shadow: none;
  color: #161616;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#009d92 50%, rgba(115, 215, 220, .9));
  border: 1px #161616;
  border-radius: 16px;
  padding: 12px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.button_header {
  z-index: 110;
  background-color: var(--transperent);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  align-self: center;
  padding: 13px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.button_header.is--margin {
  margin-right: -16px;
}

.button_header.transperent {
  border: 2px solid var(--shadow_button);
  color: var(--8);
  background-image: none;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
}

.button_header.transperent.small, .button_header.transperent.tablet {
  display: none;
}

.component_wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.component_wrapper.half {
  width: 50%;
}

.component_wrapper.reverse {
  flex-direction: row;
  width: 100%;
}

.text_heading {
  color: var(--fff);
  text-align: center;
  line-height: 112.5%;
}

.text_heading.align-left {
  text-align: left;
}

.text_heading.align-left.no-margin {
  margin-bottom: 0;
}

.text_heading.align-left._56px {
  font-size: 56px;
}

.text_heading.no-margin {
  margin-bottom: 0;
}

.text_heading.no-margin.what2 {
  font-size: 24px;
}

.text_heading.wtf {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 36px;
  line-height: 123%;
}

.text_heading.sp {
  text-align: left;
  margin-bottom: 0;
}

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

.text_p {
  color: var(--4);
  text-align: left;
  margin-bottom: 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text_p.center {
  text-align: center;
}

.text_p.center.small-margin {
  margin-bottom: 16px;
}

.text_p.center.marker {
  color: var(--10);
}

.text_p.no-margin {
  margin-bottom: 0;
}

.text_p.no-margin.small_dt {
  font-size: 16px;
  line-height: 24px;
}

.text_p.m-24 {
  margin-bottom: 24px;
}

.text_p.black {
  color: var(--0);
  flex: 1;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.component_text {
  flex-direction: column;
  display: flex;
}

.component_text.sp {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.component_content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  display: flex;
}

.component_content.reverse {
  flex-direction: row-reverse;
}

.component_content.main {
  flex-direction: column;
}

.component_content.s20 {
  align-items: center;
}

.component_content.s20.reverse {
  flex-direction: row;
}

.component_content.s20.vertical {
  align-items: flex-end;
}

.component_content.sp_vertical {
  flex-direction: column;
}

.content_image {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.content_image.width, .content_image._40 {
  width: 40%;
}

.content_image.w_half {
  width: 448px;
}

.content_text {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.content_text.width {
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
}

.content_text._60 {
  width: 60%;
}

.content_text.w_half {
  width: 448px;
}

.content_text.sp_align {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.button_main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--transperent);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.button_main.transperent {
  color: var(--8);
  background-image: none;
  border: 2px solid #28ada3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button_main.transperent.gam {
  justify-content: center;
  width: 100%;
}

.button_main.transperent.m-width, .button_main.m-width {
  min-width: 312px;
}

.button_main.black {
  background-color: var(--0);
  color: var(--fff);
  background-image: none;
}

.text-32 {
  color: var(--8);
  margin-bottom: 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-77 {
  background-image: radial-gradient(circle, #000, #fff);
  position: absolute;
}

.html-embed {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-h2 {
  text-align: left;
  margin-bottom: 24px;
  line-height: 116%;
}

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

.div-block-78 {
  width: 10%;
}

.cards_wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.card_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(rgba(0, 167, 157, 0), rgba(0, 167, 157, .06) 52%, rgba(0, 167, 157, .16));
  border: 1px solid #353945;
  border-radius: 16px;
  justify-content: space-between;
  padding: 48px 23px;
  display: flex;
}

.card_wrapper.half {
  width: 50%;
}

.card_text {
  flex: 1;
}

.image-48 {
  width: 120px;
}

.text_h4 {
  line-height: 110%;
}

.text_h4.no-margin {
  margin-bottom: 0;
}

.text_h4.no-margin.small_dt {
  font-size: 20px;
}

.text_h4.no-margin.right {
  text-align: right;
}

.card_line {
  color: #353945;
  background-color: #353945;
  width: 96px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.cards_half {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.s_block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #23262f;
  border: 1px solid #353945;
  border-radius: 16px;
  min-height: 282px;
  margin-bottom: 64px;
  padding: 64px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s_block._1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.s_block._2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 31%;
}

.s_block._2.swift-h {
  display: none;
}

.s_block._3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 47%;
}

.s_block._4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  position: sticky;
  top: 63%;
}

.s_block._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 83%;
}

.s_block._5.swift-h {
  display: none;
}

.s_col-left {
  align-self: stretch;
  width: 36%;
  position: relative;
}

.s_col-left.fix.ig {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.s-card_component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.s-card_component.reverse {
  flex-direction: row-reverse;
}

.s_col-right {
  flex-direction: column;
  flex: 1;
  width: 50%;
  display: flex;
}

.color_linear_h1 {
  background-image: linear-gradient(#009d92, #73d7dc);
  font-size: 96px;
  line-height: 96px;
}

.color_linear_h1.gradient.clipped {
  font-size: 48px;
}

.color_linear_h1.gradient.clipped.big {
  font-size: 78px;
  line-height: 56px;
}

.color_linear_h1.gradient.clipped._56 {
  background-image: linear-gradient(#009d92, #73d7dc);
  line-height: 56px;
}

.s_description-component {
  justify-content: center;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.step_shield {
  background-image: linear-gradient(#73d7dd, #00a79d);
  border-radius: 4px;
  padding: 4px 8px;
}

.span_black {
  color: #161616;
  white-space: nowrap;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

.assets_block_flex_3 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.assets_block_flex_3.column {
  align-items: center;
}

.tb-name-s {
  flex: 0 auto;
  margin-left: 24px;
}

.div-block-79 {
  justify-content: center;
  margin-top: 72px;
  display: flex;
}

.heading_wrapper {
  margin-bottom: 36px;
}

.div-block-80 {
  justify-content: center;
  display: flex;
}

.faq_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq_title {
  color: #fff;
  white-space: pre-wrap;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dropdown_toggle_faq {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  transition: all .2s;
  display: flex;
}

.dropdown_faq_wrapper {
  z-index: 0;
  border-bottom: 1px solid #353945;
  width: 100%;
}

.dropdown_faq_wrapper.is--border_down {
  z-index: 1;
  border-bottom: 1px solid #353945;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.dropdown_list_faq.w--open {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transperent);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.button_faq {
  background-color: var(--transperent);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  align-self: flex-start;
  padding: 13px 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.help_header_image {
  width: 250px;
}

.section_help_header {
  background-color: var(--0);
  position: relative;
}

.help_crumbs-wrapper_new {
  border-top: 1px solid #353945;
  border-bottom: 1px solid #353945;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.help_crumbs-wrapper_new.search {
  margin-bottom: 72px;
}

.section-document-title_new {
  background-color: var(--0);
  padding-top: 5.5rem;
  display: block;
}

.document_title_wrapper_new {
  align-self: flex-end;
}

.switch_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.switch_text {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 28px;
  line-height: 125%;
}

.switch_text.gray {
  color: #6e737b;
}

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

.container-medium {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.step_shield_wrapper {
  margin-bottom: 6px;
}

.step_title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 36px;
  display: flex;
}

.step_point_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.step_num {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-82 {
  background-color: #353945;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.step_image {
  border: 1px solid #23262f;
  border-radius: 20px;
  max-width: 929px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.step_image.mobile {
  max-width: 500px;
}

.image-49 {
  margin-left: auto;
  margin-right: auto;
}

.reg_tab {
  color: #6e737b;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.reg_tab.w--current {
  color: #28ada3;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.reg_tab.arrow {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.advice_block {
  background-color: #23262f;
  border: 1px solid #353945;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  padding: 24px 36px;
}

.advice_description {
  color: #a6a6a6;
  text-align: left;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.advice_description.center {
  text-align: center;
}

.advice_description.no-margin {
  margin-bottom: 0;
}

.advice_title {
  color: #00a79d;
  text-align: left;
  margin-bottom: 6px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.advice_title.center {
  text-align: center;
}

.advice_title.no-margin {
  margin-bottom: 0;
}

.image-50 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text_marker {
  color: var(--shadow_button);
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 112.5%;
}

.text_marker.align-left {
  text-align: left;
}

.text_marker.align-left.no-margin {
  margin-bottom: 0;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.reg_tab_arrow_right {
  min-width: 20px;
  min-height: 20px;
  margin-left: 6px;
  margin-right: 6px;
}

.step_header_wrap {
  flex: 0 auto;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content-2 {
  overflow: visible;
}

.tab-pane-mobile {
  font-style: normal;
}

.button_action {
  background-color: var(--transperent);
  box-shadow: 0 0 15px 0 var(--shadow_button);
  color: var(--0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  align-self: center;
  padding: 13px 24px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.div-block-83 {
  align-self: center;
}

.text_gradient {
  color: var(--4);
  text-align: left;
  background-image: linear-gradient(to top, #73d7dd, #00a79d);
  margin-bottom: 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text_gradient.center {
  text-align: center;
}

.text_gradient.center.small-margin {
  margin-bottom: 16px;
}

.text_gradient.center.marker {
  color: var(--10);
}

.text_gradient.no-margin {
  margin-bottom: 0;
}

.text_gradient.clipped.center.big {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.text_gradient.clipped.center.big.sp {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
}

.text_gradient.clipped.marker {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}

.text_gradient.clipped.marker.sp_text {
  text-align: center;
  text-transform: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}

.text_gradient.clipped.marker.sp_text.upper {
  text-transform: uppercase;
}

.text_gradient.clipped.marker.sp_text.no-margin {
  margin-bottom: 0;
}

.text_gradient.clipped.num {
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 112px;
}

.text_block_s20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text_block_s20.line {
  border-bottom: 1px solid var(--11);
  padding-bottom: 24px;
}

.text_block_s20.line.non {
  padding-top: 0;
}

.text_title_s20 {
  color: var(--8);
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.text_title_s20.is--bold {
  font-weight: 700;
}

.text_title_s20.is--bold.gradient {
  background-image: linear-gradient(to bottom, var(--10) 50%, #73d7dc);
}

.text_title_s20.is--bold.gradient.clipped.is--menu {
  font-size: 18px;
  line-height: 24px;
}

.text_title_s20.is--bold.is--align_left {
  text-align: left;
}

.text_title_s20.is--bold.is--menu {
  font-size: 18px;
  line-height: 24px;
}

.text_title_s20.is--bold.is--4 {
  color: var(--4);
}

.text_title_s20.is--align_left {
  text-align: left;
}

.text_title_s20.black {
  color: var(--0);
}

.text_title_s20._18 {
  font-size: 18px;
}

.image-51 {
  width: 388px;
}

.image-52 {
  width: 64px;
  height: 64px;
}

.text-h2_s20_titile {
  text-align: left;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 116%;
}

.text-h2_s20_titile.no_margin {
  margin-bottom: 0;
}

.div-block-84 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.div-block-83_s20 {
  align-self: center;
}

.image_mob {
  display: none;
}

.step_text {
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.s_b_block {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.s_desk {
  align-items: center;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.div-block-86 {
  flex-direction: column;
  display: flex;
}

.div-block-87 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 37px;
  display: flex;
}

.terms-table {
  justify-content: space-between;
  display: flex;
}

.terms-table_right {
  flex: 1;
  padding: 8px;
}

.terms-table_left {
  flex: none;
  width: 200px;
  padding: 8px;
}

.bm_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step_header_bm {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.part_description_bm {
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.cards_bm_head {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 120%;
}

.cards_bm_head.center {
  text-align: center;
}

.text_under {
  color: var(--4);
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.text_under.center {
  text-align: center;
}

.text_under.center.small-margin {
  margin-bottom: 16px;
}

.text_under.center.marker {
  color: var(--10);
}

.text_under.no-margin {
  margin-bottom: 0;
}

.text_under.m-24 {
  margin-bottom: 24px;
}

.button_main-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #161616;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 15px #28ada3;
}

.button_main-2.transperent {
  color: #fcfcfd;
  background-image: none;
  border: 2px solid #28ada3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.partners-modal {
  display: none;
}

.popup_partners {
  z-index: 1;
  background-color: var(--2);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-88 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line4px {
  background-color: #353945;
  width: 100%;
  height: 4px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.part_description_partners {
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.step_header_partners {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step_block_partners {
  width: 25%;
}

.step_block_partners.third {
  width: 33.33%;
}

.steps-wrapper_partners {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.pop_up_block_card_partners {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 2px auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_step_line_partners {
  width: 30%;
}

.icon_step_partners {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.bg-gradient {
  z-index: -1;
  filter: blur(80px);
  background-image: linear-gradient(#73d7dc, #009d92);
  border-radius: 400px;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -100px;
  right: -46px;
}

.text_h1 {
  margin-bottom: 0;
}

.div-block-89 {
  width: 243px;
}

.text_regular {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.text_regular._14gray {
  color: #6e737b;
  font-size: 14px;
  line-height: 20px;
}

.div-block-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.trusted_wrapper {
  grid-column-gap: 9.5rem;
  grid-row-gap: 9.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.trusted_block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted_text {
  color: #fff;
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.trusted_text.num {
  font-size: 16px;
  line-height: 24px;
}

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

.fpc_card.h {
  display: none;
}

.fpc_card.outside {
  margin-top: 96px;
}

.card_wrapper_fpc {
  background-color: #23262f;
  border: 1px solid #353945;
  border-radius: 16px;
  align-items: center;
  height: 100%;
  padding: 84px 36px 36px;
  display: flex;
  position: relative;
}

.card_wrapper_fpc.half {
  width: 50%;
}

.card_wrapper_fpc.outside {
  margin-top: 96px;
  padding: 64px 48px;
  overflow: hidden;
}

.fpc_card_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.fpc_card_text.adaptive {
  width: 420px;
}

.fpc_cards_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  padding-top: 60px;
  display: flex;
}

.image-55 {
  height: 120px;
  position: absolute;
  top: -60px;
  right: 36px;
}

.cards_horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.div-block-91 {
  margin-top: 36px;
  display: flex;
}

.image-56 {
  position: absolute;
  bottom: -114px;
  right: 48px;
}

.tc_wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.tc_wrapper.reverse {
  flex-direction: row-reverse;
}

.tc_half {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tc_card {
  background-color: #23262f;
  border: 1px solid #353945;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
}

.tc_card.half {
  width: 50%;
}

.tc_card.outside {
  margin-top: 96px;
  padding: 64px 48px;
  overflow: hidden;
}

.image-57 {
  width: 96px;
  margin-bottom: 16px;
}

.image-58 {
  width: 360px;
  margin-bottom: 48px;
}

.tc_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.tc_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line64 {
  background-color: #23262f;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.image-59 {
  width: 64px;
}

.text_bold {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-92 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.h-line {
  background-color: #353945;
  width: 1px;
  height: 36px;
}

.tc_wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.tc_block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tc_icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-93 {
  margin-top: 48px;
}

.gradient-oval {
  background-image: radial-gradient(circle, #00a79d 30%, #01928a 100%, #074b47 68%, #0a1e1e 90%, #0b0d0e);
  width: 648px;
  height: 300px;
  position: absolute;
}

.gradient-o {
  z-index: -1;
  max-width: 150%;
  position: absolute;
}

.gradient-o.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.explore-block-wrapper_2 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1000px;
  width: 444px;
  position: relative;
}

.explore-block-wrapper_2.is--block_1 {
  height: 33rem;
}

.explore-block-wrapper_2.is--block_2, .explore-block-wrapper_2.is--block_3 {
  height: 30rem;
}

.explore-block-wrapper_2.is--block_4 {
  height: 46.1rem;
}

.explore-block-wrapper_2.is--block_5 {
  height: 49.1rem;
}

.explore-block-wrapper_2.is--block_5_1, .explore-block-wrapper_2.is--block_4_1 {
  height: 43.1rem;
}

.explore-block-wrapper_2.is--block_3_1, .explore-block-wrapper_2.is--block_2_1 {
  height: 26rem;
}

.explore-block-wrapper_2.is--block_1_1 {
  height: 32rem;
}

.explore-block-wrapper_2.is--block_1_2 {
  height: 30rem;
}

.wrapper_button_top {
  align-self: center;
  margin-top: 36px;
}

.text_heading-copy {
  color: var(--fff);
  text-align: center;
  line-height: 112.5%;
}

.text_heading-copy.align-left {
  text-align: left;
}

.text_heading-copy.align-left.no-margin {
  margin-bottom: 0;
}

.text_heading-copy.align-left._56px {
  font-size: 56px;
}

.text_heading-copy.no-margin {
  margin-bottom: 0;
}

.text_heading-copy.no-margin.what2 {
  font-size: 24px;
}

.text_heading-copy.wtf {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 36px;
  line-height: 123%;
}

.text_brand {
  color: #00a79d;
  text-align: center;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 38px;
}

.text_brand.align-left {
  text-align: left;
}

.text_brand.align-left.no-margin {
  margin-bottom: 0;
}

.text_brand.align-left._56px {
  font-size: 56px;
}

.text_brand.no-margin {
  margin-bottom: 0;
}

.text_brand.no-margin.what2 {
  font-size: 24px;
}

.text_brand.wtf {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 36px;
  line-height: 123%;
}

.sp_wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sp_bar_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.sp_cards_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.sp_text_brand {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.sp_text_brand.gray {
  color: #6e737b;
}

.sp_card {
  background-image: linear-gradient(#000, #c6c6c6 0%, #0c524d);
  border-radius: 12px;
  flex: 1;
  padding: 2px;
  box-shadow: -5px -5px 17px #222, 5px 5px 35px #121212;
}

.sp_card_inner {
  background-image: linear-gradient(#173633, #11645d 71.5%, #0c524d);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 48px;
}

.sp_line {
  z-index: -1;
  background-color: rgba(255, 255, 255, .35);
  border-radius: 2px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.sp_circle {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#28ada3, #04837a);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  box-shadow: 3px -3px 5px rgba(255, 255, 255, .1), -4px 2px 10px rgba(0, 0, 0, .25), inset 22px 25px 50px rgba(255, 255, 255, .2);
}

.sp_circle.orange {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#ffcd00, #ffc446);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.sp_circle.red {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#ff002e, #d80027);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.text_block_sp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text_block_sp.line {
  border-bottom: 1px solid var(--11);
  padding-bottom: 24px;
}

.text_block_sp.line.non {
  padding-top: 0;
}

.text_block_sp._2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  position: relative;
}

.sp_card_2 {
  background-image: linear-gradient(rgba(22, 22, 22, 0), #616161 0%, #1a1a1a);
  border-radius: 16px;
  padding: 1px;
  box-shadow: -5px -5px 17px #222, 5px 5px 35px #121212;
}

.sp_card_2.light-brand {
  background-image: linear-gradient(rgba(22, 22, 22, 0), #616161 0%, #28ada3);
}

.div-block-94 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.sp_circle_2 {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#28ada3, #04837a);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  box-shadow: 3px -3px 5px rgba(255, 255, 255, .1), -4px 2px 10px rgba(0, 0, 0, .25), inset 22px 25px 50px rgba(255, 255, 255, .2);
}

.sp_circle_2.orange {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#ffcd00, #ffc446);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.sp_circle_2.red {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#ff002e, #d80027);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.sp_card_inner_2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #1a1a1a;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 242px;
  padding: 48px 36px;
  display: flex;
}

.sp_card_inner_2.ig_blur_card {
  z-index: 2;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: rgba(26, 26, 26, .8);
  background-image: none;
  position: relative;
}

.sp_card_inner_2.height_ig {
  min-height: auto;
}

.sp_card_inner_2.ig {
  background-color: rgba(26, 26, 26, 0);
  background-image: linear-gradient(#ff7c94, #c92b47 28%, #d80027 64.5%, #cb0025);
  justify-content: center;
  align-items: center;
  min-height: auto;
  box-shadow: -15px -25px 35px rgba(0, 0, 0, .5), 0 0 250px rgba(0, 0, 0, .2), 0 0 80px rgba(255, 86, 117, .31), inset -5px -5px 17px #222, inset 5px 5px 35px #121212;
}

.sp_check {
  background-image: linear-gradient(#28ada3, #04837a);
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: visible;
  box-shadow: 3px -3px 5px rgba(255, 255, 255, .1), -4px 2px 10px rgba(0, 0, 0, .25), inset 22px 25px 50px rgba(255, 255, 255, .2);
}

.sp_check.orange {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#ffcd00, #ffc446);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.sp_check.red {
  background-image: url('../images/arrow_sp.svg'), linear-gradient(#ff002e, #d80027);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.image-61 {
  margin-left: 5px;
}

.sp_gradient {
  color: var(--fff);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.sp_gradient.gradient.clipped {
  background-image: linear-gradient(#4fd1c5, #243a38);
}

.sp_gradient.center {
  text-align: center;
}

.sp_sticky_card {
  background-image: linear-gradient(rgba(22, 22, 22, 0), #616161 0%, #1a1a1a);
  border-radius: 16px;
  flex-direction: column;
  flex: 0 244px;
  justify-content: space-between;
  margin-bottom: 64px;
  padding: 1px;
  display: flex;
  box-shadow: -5px -5px 17px #222, 5px 5px 35px #121212;
}

.sp_sticky_card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.sp_sticky_card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.sp_sticky_card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 35%;
}

.sp_sticky_card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 45%;
}

.sp_sticky_card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 55%;
}

.sp_sticky_card._6 {
  position: -webkit-sticky;
  position: sticky;
  top: 65%;
}

.sp_sticky_card.ig {
  background-image: linear-gradient(rgba(198, 198, 198, 0), #c6c6c6 0%, #616161);
  width: 350px;
  height: 350px;
}

.sp_shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.card_text_sp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sp_card_inner_1 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #161616;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
}

.sp_card_inner_1.light-brand {
  background-color: #28ada3;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 119px;
  padding-right: 119px;
}

.sp_card_inner_1.light-brand.padding {
  flex-flow: row;
  padding: 40px 70px;
}

.sp_card_inner_1.black-gradient {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
}

.sp_card_inner_1.p {
  padding-left: 36px;
  padding-right: 36px;
}

.sp_card_vertical {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #1a1a1a;
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  display: flex;
  box-shadow: -5px -5px 17px #222, 5px 5px 35px #121212;
}

.sp_card_vertical.brand {
  background-color: #1a948b;
  border: 3px solid rgba(255, 255, 255, .8);
  padding: 48px 24px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2), 0 0 25px rgba(140, 250, 255, .5), -5px -5px 15px rgba(255, 255, 255, .05), 5px 5px 25px rgba(0, 0, 0, .5);
}

.sp_p {
  color: #fff;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.sp_p.small {
  color: #ababab;
  font-size: 22px;
  line-height: 40px;
}

.sp_p.bordered {
  border-bottom: 1px solid rgba(118, 118, 118, .5);
}

.sp_p.bold {
  font-weight: 700;
  line-height: 40px;
}

.sp_p.titiled {
  color: #afafaf;
  text-align: right;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.sp_border {
  border-bottom: 1px solid rgba(118, 118, 118, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
  min-height: 105px;
  padding-bottom: 24px;
  display: flex;
}

.sp_border.nb {
  border-bottom-style: none;
}

.sp_border.titiled {
  border-bottom-style: none;
  justify-content: flex-end;
}

.sp_border.light {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.div-block-95 {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  margin-top: 40px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.sp_logo.m {
  display: none;
}

.div-block-96 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #23262f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.sp_partners {
  width: 100%;
}

.sp-title {
  color: var(--8);
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 19px;
  line-height: 130%;
}

.sp-title.heading {
  color: #6a6a6a;
  text-align: left;
  margin-bottom: 36px;
  font-size: 32px;
}

.sp_cards_wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.sp_card_3 {
  background-image: linear-gradient(rgba(22, 22, 22, 0), #616161 0%, #1a1a1a);
  border-radius: 18px;
  min-width: 252px;
  min-height: 196px;
  padding: 1px;
  box-shadow: -5px -5px 17px #222, 5px 5px 35px #121212;
}

.div-block-100 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.div-block-102 {
  position: relative;
}

.div-block-103, .html-embed-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s_col-right_sp {
  flex-direction: column;
  flex: 1;
  width: 50%;
  display: flex;
}

.bold-text-5, .bold-text-6 {
  color: #fff;
}

.b_topic {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b_member {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b_member_image {
  width: 34px;
  height: 34px;
}

.b_member_name {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.b_member_job {
  color: #6e737b;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.b_member_link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-2 {
  min-width: auto;
  min-height: auto;
}

.a24_row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.awards_2023 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-66 {
  display: none;
}

.image-69 {
  width: 220px;
  position: absolute;
  top: -112px;
  left: 51px;
}

.section-block-3 {
  background-color: #161616;
}

.section-block-3.overflow-hidden {
  overflow: hidden;
}

.ig_image_tablet {
  display: none;
}

.text_button {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.text_button.padding {
  padding-top: 0;
  padding-bottom: 0;
}

.ig_content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.ig_image_2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sp_gradient-2 {
  color: #fff;
  flex: 0 auto;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.sp_gradient-2.full {
  flex: 1;
}

.sp_gradient-2.center {
  text-align: center;
}

.ig_column {
  grid-row-gap: 24px;
  display: flex;
}

.line_1px_width-footer-2 {
  background-color: #353945;
  width: 100%;
  height: 1px;
}

.ig_block_relative {
  padding-top: 200px;
  position: relative;
}

.body_2-3 {
  color: #6e737b;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body_2-3.is--align_center {
  text-align: center;
}

.dropdown_list_faq-2.w--open {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.headline-3 {
  justify-content: center;
  align-items: flex-start;
}

.dropdown_footer_menu-2.is--border_down {
  z-index: 1;
  flex-direction: column;
  display: flex;
}

.text_heading-2 {
  color: #fff;
  text-align: center;
  line-height: 112.5%;
}

.text_heading-2.align-left {
  text-align: left;
}

.ig_image_hand_mobile {
  z-index: 1;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.div-block-108 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text_h4_ig {
  text-align: center;
  font-size: 64px;
  line-height: 72px;
}

.component_text_ig {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-67 {
  width: 362px;
}

.div-block-110 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hairline-2 {
  color: #28ada3;
  text-align: left;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.hairline-2.is--8 {
  color: #fcfcfd;
}

.hairline-2.no-upper {
  text-transform: none;
}

.text_p-2 {
  color: #6e737b;
  text-align: left;
  margin-bottom: 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text_p-2.black {
  color: #161616;
  flex: 1;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text_p-2.black.big {
  font-size: 64px;
  line-height: 72px;
}

.text_p-2.black.ig {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text_p-2.no-margin {
  margin-bottom: 0;
}

.text_p-2.no-margin.ig {
  flex: 0 0 300px;
}

.text_p-2.no-margin.center {
  text-align: center;
}

.image-70 {
  mix-blend-mode: soft-light;
}

.ig_row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.ig_row.reverse {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-end;
}

.ig_body_2 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button_4-2 {
  color: #6e737b;
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.dropdown_list_footer-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.section-header-2 {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-header-2.cpa {
  height: 100%;
  padding-top: 88px;
  overflow: hidden;
}

.ig_block_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #23262f;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.footer_component-2 {
  background-color: #161616;
  font-style: normal;
}

.link_document-2 {
  color: #009d92;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

.ig_image_hand_desk {
  z-index: 1;
  height: 100%;
  position: absolute;
  bottom: 2px;
  right: 15px;
}

.div-block-111 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.div-block-107 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.nav-3 {
  z-index: 100;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ig_text_p {
  color: #6e737b;
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.ig_text_p.right {
  text-align: right;
}

.ig_image_mobile {
  display: none;
}

.bold-text-7 {
  color: #fff;
}

.div-block-112 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link_button_4-2 {
  color: #009d92;
  cursor: pointer;
  text-decoration: none;
}

.button_header-2 {
  z-index: 110;
  color: #161616;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  align-self: center;
  padding: 13px 16px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  box-shadow: 0 0 15px #28ada3;
}

.description-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.description-2.between_block_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text_block-2 {
  flex-flow: column;
  width: 40%;
  display: flex;
}

.link-block-3 {
  height: 350px;
  text-decoration: none;
}

.button_main-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #161616;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#00a79d, #73d7dd);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 15px #28ada3;
}

.button_main-3.black {
  color: #fff;
  background-color: #161616;
  background-image: none;
}

.div-block-113 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #23262f;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.image-71 {
  position: absolute;
}

.image-72 {
  position: absolute;
  bottom: -225px;
  right: -70px;
}

.div-block-115 {
  background-color: #353945;
  width: auto;
  height: 1px;
}

@media screen and (min-width: 1280px) {
  .section-home {
    justify-content: center;
  }

  .nav_link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    cursor: pointer;
    align-items: center;
    margin-left: 13px;
    margin-right: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .nav_link.play_s {
    padding-bottom: 6px;
  }

  .nav_link.play_s:hover {
    color: var(--10);
  }

  .nav_logo-link {
    width: 14.5rem;
    max-width: 240px;
  }

  .nav_link-list {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .button.mobile {
    text-align: center;
  }

  .line_1px.is--margins {
    margin-left: 24px;
    margin-right: 19px;
    display: flex;
  }

  .burger-menu {
    display: none;
  }

  .container-card {
    perspective: 1000px;
  }

  .lottie-animation {
    width: 67%;
  }

  .card-highlight {
    background-color: rgba(5, 255, 237, .2);
    border-radius: 50%;
  }

  .features-content.is--index1 {
    z-index: 3;
  }

  .features-block {
    cursor: pointer;
  }

  .line-3px {
    z-index: 1;
  }

  .slider-list-opportunity {
    overflow: visible;
  }

  .slider-item-opportunity {
    overflow: hidden;
  }

  .menu_links-wrapper {
    grid-auto-columns: 2fr;
    margin-left: 0%;
  }

  .menu_link {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
  }

  .menu_link.is--8:hover {
    color: var(--4);
  }

  .menu_links-list {
    width: 100%;
  }

  .slider-wrapper-opportunity {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .section-card-header {
    justify-content: center;
  }

  .form-collecting_phone {
    flex-direction: column;
  }

  .add_sticky_text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

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

  .crypto-beyond_component {
    padding-top: 160px;
  }

  .crypro_assets_block, .crypro_assets_slide {
    background-color: rgba(35, 38, 47, .25);
  }

  .check_crypto_wrapper {
    justify-content: flex-start;
  }

  .explore-block-front.is--block_1, .explore-block-front.is--block_1_1, .explore-block-front.is--block_1_1 {
    overflow: hidden;
  }

  .beyound_borders_title {
    width: 80%;
    max-width: 766px;
  }

  .section-document-description {
    justify-content: center;
  }

  .nav_text {
    margin-bottom: 4px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
  }

  .dropdown_nav_link {
    margin-left: 13px;
    margin-right: 13px;
    padding-bottom: 0;
    position: relative;
  }

  .dropdown_nav_link.is--display-none, .dropdown_nav_link.is--display-none.play_s, .dropdown_list_nav_link {
    display: none;
  }

  .dropdown_list_nav_link.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 236px;
    margin-top: 0;
    padding: 16px 0 0;
    top: 100%;
    left: 0;
    right: 0;
  }

  .dropdown_list_nav_link.is--costomers.w--open {
    width: 190px;
  }

  .dropdown_list_nav_link.is--company.w--open {
    width: 140px;
  }

  .dropdown_list_nav_link.is--features.w--open {
    width: 370px;
  }

  .dropdown-toggle {
    color: var(--4);
    margin-bottom: 0;
    padding: 2px 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 16px;
  }

  .dropdown-toggle:hover {
    color: var(--10);
  }

  .div-block-5 {
    border: 1px solid var(--11);
    background-color: var(--2);
    border-radius: 18px;
    padding: 24px 32px;
  }

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

  .button_slider_right, .m_button_slider_right {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

  .m_button_slider_left, .m_features_button_slider_left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .m_features_button_slider_right {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

  .section-header {
    justify-content: center;
  }

  .cat-_eyes-component_calculate {
    width: 100%;
  }

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

  .m_button_slider_right_more, .m_button_slider_right_more_two {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

  .m_button_slider_left_more, .m_button_slider_left_assets {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .m_button_slider_right_assets {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

  .account_benefit_block {
    background-color: rgba(35, 38, 47, .25);
  }

  .headline_6.center {
    text-align: center;
  }

  .account_benefit_block_mob, .t_block {
    background-color: rgba(35, 38, 47, .25);
  }

  .t_block._1, .t_block._2, .t_block._3, .t_block._4, .t_block._5 {
    background-color: #23262f;
  }

  .slider-item-teens {
    cursor: pointer;
    overflow: hidden;
  }

  .section-help_centre {
    justify-content: center;
  }

  .topic_block {
    background-color: rgba(35, 38, 47, .25);
  }

  .section-registration, .section-price {
    justify-content: center;
  }

  .menu_links-drop_list {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .country_block {
    background-color: rgba(35, 38, 47, .25);
  }

  .t_block-slider_1 {
    display: flex;
  }

  .t_block-slider_3 {
    display: none;
  }

  .at_block {
    background-color: rgba(35, 38, 47, .25);
  }

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

  .m_button_slider_right2 {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

  .error_message {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 16px;
    padding: 0;
  }

  .blog__rich-text h2 {
    margin-top: 24px;
  }

  .blog__rich-text li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .m_button_slider_right3 {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

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

  .m_button_slider_right_explore {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

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

  .m_button_slider_right_r {
    background-color: rgba(110, 115, 123, .5);
    border-radius: 100px;
  }

  .nav_logo-link-2, .nav_logo_wrapper {
    width: 14.5rem;
    max-width: 240px;
  }

  .s_block {
    background-color: rgba(35, 38, 47, .25);
  }

  .s_block._1, .s_block._2, .s_block._3, .s_block._4, .s_block._5 {
    background-color: #23262f;
  }

  .section_help_header, .section-header-2 {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .slider-list-opportunity {
    overflow: visible;
  }

  .container-slider {
    z-index: 1;
    position: relative;
  }

  .slider-wrapper-opportunity {
    z-index: 0;
    position: relative;
    overflow: hidden;
  }

  .button_slider_left, .button_slider_right, .m_button_slider_right, .m_button_slider_left, .m_features_button_slider_left, .m_features_button_slider_right, .m_button_slider_left_more_two, .m_button_slider_right_more, .m_button_slider_right_more_two, .m_button_slider_left_more, .m_button_slider_left_assets, .m_button_slider_right_assets, .m_button_slider_left2, .m_button_slider_right2, .m_button_slider_left3, .m_button_slider_right3, .m_button_slider_left_explore, .m_button_slider_right_explore, .m_button_slider_left_r, .m_button_slider_right_r {
    z-index: 1;
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_button-wrapper {
    display: flex;
  }

  .button.mobile {
    display: none;
  }

  .button.mobile.ambassador, .button.tablet {
    display: block;
  }

  .button_small {
    display: none;
  }

  .button_small.mobile {
    display: block;
  }

  .button_small.tablet, .line_1px.is--margins {
    display: none;
  }

  .burger-menu {
    margin-left: 8px;
    display: block;
  }

  .dropdown_country {
    display: none;
  }

  .dropdown_country.ambassador {
    z-index: 110;
    display: flex;
  }

  .heading-h1, .heading-h1.is--align_left {
    font-size: 48px;
    line-height: 56px;
  }

  .body_6 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-component {
    display: none;
  }

  .button-component.big {
    margin-top: 36px;
  }

  .button-component.mobile, .button-component.fix {
    display: flex;
  }

  .cat-_eyes-component {
    right: 5px;
  }

  .button_cta_medium {
    display: block;
  }

  .features-component {
    display: none;
  }

  .button_1.table {
    font-size: 14px;
  }

  .features-component-mobile {
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .slider-list-opportunity {
    justify-content: space-between;
  }

  .slider-list-opportunity.center {
    justify-content: center;
  }

  .container-slider {
    position: relative;
    overflow: visible;
  }

  .slider-wrapper {
    display: block;
    overflow: visible;
  }

  .slider-item {
    cursor: pointer;
    height: auto;
  }

  .link-block-slider {
    display: flex;
  }

  .wrapper-text {
    justify-content: space-between;
  }

  .description-slider-block {
    height: 54px;
  }

  .body {
    font-size: 16px;
    line-height: 24px;
  }

  .body.big {
    font-size: 18px;
    line-height: 22px;
  }

  .heading {
    letter-spacing: normal;
    justify-content: center;
    max-width: 704px;
  }

  .section {
    display: flex;
    overflow: visible;
  }

  .section.section-wrapper {
    object-fit: fill;
    overflow: visible;
  }

  .margin-normal {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .frame-block {
    padding-left: 48px;
    padding-right: 48px;
  }

  .description-block {
    width: 45%;
  }

  .description-block.mc-des {
    width: auto;
  }

  .body_2 {
    font-size: 14px;
    line-height: 20px;
  }

  .body_2.is-medium.is--center.is--srecial_case {
    font-size: 16px;
    line-height: 24px;
  }

  .body_2.is-medium.is--center.partner-fix {
    text-align: left;
  }

  .body_2.is--special_case {
    color: var(--8);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .body_2.quiz {
    text-align: left;
  }

  .button_line_arrow.desktop {
    display: none;
  }

  .button_line_arrow.mobile {
    display: flex;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .image-2-table {
    display: inline-block;
  }

  .image-2-mobile {
    margin-bottom: 0;
    display: none;
  }

  .margin-small {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .slider-item-opportunity {
    width: 320px;
    margin-right: 24px;
    padding: 38px;
  }

  .item_img_bulet {
    width: 64px;
    height: 64px;
  }

  .margin-big {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .margin-big.position.cpa {
    margin-bottom: 0;
  }

  .margin-big.wb {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .body_1 {
    font-size: 18px;
    line-height: 26px;
  }

  .body_1.is--bold {
    font-size: 20px;
  }

  .heading-h0 {
    font-size: 64px;
    line-height: 64px;
  }

  .image_block {
    flex: 0 auto;
    width: 45%;
    height: 400px;
    display: none;
  }

  .image_block.mobi {
    display: flex;
  }

  .image_block.mobi.mc-img {
    width: 100%;
    height: 500px;
  }

  .image_block.width-50.visible, .image_block.ua-fix {
    display: flex;
  }

  .image_block.height_ig {
    display: block;
  }

  .image_block.height_ig.ig {
    width: 100%;
  }

  .image_block_absolut.is--width100 {
    width: 400px;
  }

  .text_block {
    width: 53%;
  }

  .home-manage-money_component {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
  }

  .manage-money_content {
    overflow: visible;
  }

  .manage-money_block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .manage-money_description {
    width: 48%;
    margin-top: 48px;
    margin-bottom: 48px;
    overflow: visible;
  }

  .image_frame {
    margin-top: 0;
    display: none;
  }

  .image_frame.mobi {
    display: block;
  }

  .manage-money_bullet {
    width: 48%;
  }

  .bulet-block-ontent {
    margin-left: 12px;
  }

  .footer_container {
    flex-direction: column;
    display: block;
  }

  .footer_content-left {
    justify-content: space-between;
  }

  .footer_content-section.is--one {
    flex-direction: row-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer_content-section.is--two {
    flex-direction: column;
    align-items: stretch;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
  }

  .emblema_bcc {
    height: 36px;
  }

  .button_chapter-wrapper {
    grid-column-gap: 36px;
  }

  .social_country-wrapper {
    display: flex;
  }

  .line_1px-footer.is--margin.mobile_none, .country-content.mobile_none {
    display: none;
  }

  .button_2.is--capitalize, .button_2.lansel {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  }

  .mobile_app-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile_app-content {
    width: 45%;
  }

  .caption_2.is--color {
    font-size: 14px;
  }

  .mobile_app-download {
    margin-top: 0;
  }

  .menu_links-wrapper, .link_button, .line_1px_width-footer.none, .line_1px_width-footer.fix-m {
    display: none;
  }

  .footer_content-description {
    margin-top: 20px;
  }

  .footer_content-description.cpa {
    margin-top: 0;
  }

  .icon_download {
    width: auto;
    height: 48px;
  }

  .footer_content-legal {
    justify-content: space-between;
  }

  .footer_content-legal.cpa {
    display: none;
  }

  .footer_content-section-mobile {
    flex-direction: row;
    align-items: stretch;
    display: block;
  }

  .content_mobile-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .content_mobile-wrapper.cpa {
    padding-top: 64px;
  }

  .dropdown_footer_menu {
    z-index: 10;
    border-top: 1px solid var(--3);
    border-bottom: 1px none var(--3);
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .dropdown_footer_menu.is--border_down {
    border-bottom-style: solid;
  }

  .dropdown_toggle_footer {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    transition: all .2s;
    display: flex;
  }

  .dropdown_list_footer {
    perspective: 1000px;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .dropdown_list_footer.w--open {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown_link_footer {
    color: var(--4);
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
    line-height: 16px;
    transition: all .2s;
  }

  .dropdown_link_footer.w--current {
    color: var(--4);
  }

  .dropdown_link_footer.display_none {
    display: none;
  }

  .slider-list {
    flex-direction: row;
    align-items: stretch;
  }

  .circle {
    top: -15%;
    left: -15%;
  }

  .circle.is--two, .circle.is--three {
    bottom: -15%;
    right: -15%;
  }

  .section-card-header {
    min-height: auto;
    padding-bottom: 0;
  }

  .component-wrapper.wb {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .form-component, .hint-component {
    display: none;
  }

  .image-block-big {
    height: 360px;
    display: none;
  }

  .image-block-big.mobi, .image-block-big.ua-fix {
    display: flex;
  }

  .lightbox {
    height: 40%;
  }

  .home-button-component {
    display: block;
  }

  .card-steps_component {
    align-items: flex-start;
    display: block;
  }

  .card-mobile-app_component {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 10%;
  }

  .card-features-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 64px;
  }

  .c_header-wrapper {
    width: 90%;
  }

  .body_3 {
    font-size: 18px;
    line-height: 26px;
  }

  .body_3.is-align_center {
    white-space: pre-wrap;
  }

  .body_3.is--16px {
    font-size: 16px;
  }

  .slider-wrapper-features {
    overflow: visible;
  }

  .slider-list-registration {
    flex-direction: row;
  }

  .slider-item-features {
    margin-right: 0;
  }

  .card-features-slider {
    display: flex;
    overflow: visible;
  }

  .card-features-slider.section-wrapper {
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .card-section-name.is--align_left {
    align-items: flex-start;
  }

  .card-section-name.is--fixed_width {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .card-button-component {
    display: flex;
  }

  .image_mobile {
    display: none;
    position: static;
  }

  .image_mobile.center_position.mobi.individuals {
    margin-top: -27px;
    margin-bottom: 0;
  }

  .image_mobile.center_position.ua-fix, .image_mobile.mobi {
    display: block;
  }

  .mobileapp_content {
    margin-top: 3.5rem;
    padding-right: 48px;
  }

  .mobileapp_block {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 30% 70%;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .mobileapp_description {
    width: 63%;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .mobileapp_image {
    flex: 0 auto;
    align-items: center;
    width: 280px;
    margin-right: 32px;
    position: absolute;
    top: 20%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .mobileapp_image_position {
    align-items: center;
    width: 40%;
    display: flex;
  }

  .interesting-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: auto;
    grid-auto-flow: row;
    margin-top: 24px;
  }

  .interesting-block {
    margin-top: 2rem;
    padding-left: 36px;
    padding-right: 36px;
  }

  .interesting_image {
    width: 45%;
    margin-left: 0;
  }

  .interesting_description.add {
    width: auto;
  }

  .interesting_flex {
    width: 100%;
  }

  .image_interesting {
    width: 200px;
  }

  .image_interesting.noabs {
    width: 120px;
  }

  .advantages-wrapper {
    flex-direction: column;
    margin-top: 24px;
  }

  .line_4px.plus-vertical {
    width: 100%;
    height: 3px;
  }

  .body_0 {
    background-image: none;
    font-size: 24px;
    line-height: 32px;
  }

  .additional-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .add_sticky_block {
    width: auto;
    position: static;
  }

  .add_content {
    width: auto;
    margin-top: 64px;
  }

  .add_grid {
    display: flex;
  }

  .additional_card {
    min-height: 15.4rem;
  }

  .add_card_image {
    align-items: center;
    width: 40%;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .add_card-wrapper {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .add_card_image_mobile {
    align-items: center;
    width: 40%;
    padding-bottom: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .part_image {
    justify-content: space-between;
  }

  .step_header {
    align-items: center;
    width: 100%;
  }

  .icon_step_line {
    width: 5rem;
  }

  .step_button {
    margin-top: 64px;
    display: flex;
  }

  .card-steps-block {
    display: none;
  }

  .card-steps-slider {
    display: flex;
    overflow: visible;
  }

  .card-steps-slider.section-wrapper {
    object-fit: fill;
    margin-top: 24px;
    display: block;
    overflow: visible;
  }

  .slider-wrapper-registration {
    overflow: visible;
  }

  .slider-item-registration {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 45%;
    margin-right: 0;
  }

  .link-step-slider {
    align-items: stretch;
    display: flex;
  }

  .card-calculator-wrapper {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .card-hint-wrapper {
    margin-top: 48px;
  }

  .card_hint_description {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .card-calculator-output {
    margin-top: 36px;
    margin-left: 0;
  }

  .conditions_block_select, .conditions_block_input {
    margin-bottom: 36px;
  }

  .conditions_block_input.is--no_margin {
    margin-bottom: 0;
  }

  .conditions_block_buttom.is--hidden_in_mobile {
    display: none;
  }

  .conditions_block_buttom.is--hidden_in_desktop {
    margin-top: 48px;
    display: flex;
  }

  .conclusion_block_result {
    justify-content: end;
    justify-items: end;
    margin-top: 0;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .requirement_block_grid {
    grid-template-columns: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .circle_calc, .circle_conditions {
    top: -15%;
    left: -15%;
  }

  .conclusion_block_flex {
    grid-column-gap: 36px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .crypto-beyond_component {
    height: 160vh;
  }

  .crypto_hold_description {
    width: 53%;
    display: block;
  }

  .light_ball {
    height: 40%;
  }

  .description_check_block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .unlock_description {
    width: 45%;
  }

  .unlock_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 50%;
    max-width: 360px;
  }

  .unlock_part {
    border-radius: 18px;
    height: 10.5rem;
    padding: 24px;
  }

  .unlock_text {
    font-size: 24px;
    line-height: 32px;
  }

  .unlock_part_image {
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

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

  .image_part {
    width: 60px;
  }

  .between_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 64px;
  }

  .between_block.is--margin_big {
    margin-top: 64px;
  }

  .between_block_wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .b_block_icon {
    width: 48px;
    height: 48px;
  }

  .b_block_description {
    width: 95%;
  }

  .b_block_title {
    width: 100%;
  }

  .circle_between_1, .circle_between_2, .circle_between_3 {
    width: 200px;
    height: 200px;
    top: -15%;
    left: -15%;
  }

  .circle_between_4 {
    width: 200px;
    height: 200px;
    top: -15%;
    left: 63%;
  }

  .image_static {
    display: none;
  }

  .image_static.mobi {
    display: inline-block;
  }

  .image_static.ua-fix {
    display: block;
  }

  .crypto-assets-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 64px;
  }

  .crypro_assets_block {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 16px 30px 30px;
  }

  .arrow-button {
    margin-left: 8px;
  }

  .crypto-assets-general-wrapper {
    top: 25%;
  }

  .circle_assets {
    top: -50%;
    left: -50%;
  }

  .crypto-assets-slider {
    display: flex;
    overflow: visible;
  }

  .crypto-assets-slider.section-wrapper {
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .slider-wrapper-assets {
    overflow: visible;
  }

  .slider-list-assets {
    flex-direction: row;
    align-items: stretch;
  }

  .check-block {
    margin-top: 64px;
  }

  .tab-pane-tab-1 {
    position: relative;
  }

  .tabs-content {
    margin-top: 40px;
    position: relative;
  }

  .crypto-check-form {
    z-index: 10;
    position: static;
  }

  .conditions_block_dropdown {
    margin-bottom: 36px;
  }

  .crypro_assets_slide {
    padding: 30px 16px 30px 30px;
  }

  .circle_check {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .check_block_input {
    z-index: 0;
    flex: 1;
    margin-bottom: 0;
  }

  .conversion_block {
    transform: rotate(90deg);
  }

  .check_block_dropdown {
    margin-bottom: 0;
  }

  .check_dropdown_list {
    z-index: 50;
  }

  .check_block_output {
    align-items: flex-start;
  }

  .check-form-wrapper {
    z-index: 50;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(540px, 1fr);
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    justify-items: center;
    display: grid;
    position: static;
  }

  .tab_check_wrapper {
    z-index: 4;
    flex-direction: column;
    padding: 48px;
    position: static;
  }

  .tab__crypto_check_wrapper {
    z-index: 10;
    position: static;
  }

  .crypto-explore-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 48px;
  }

  .explore-block-front.is--block_1 {
    height: 30rem;
  }

  .explore-block-front.is--block_4 {
    height: 43.2rem;
  }

  .explore-block-front.is--block_1_1, .explore-block-front.is--block_2_1 {
    height: 24rem;
  }

  .explore-block-front.is--block_5_1, .explore-block-front.is--block_4_1 {
    height: 37.1rem;
  }

  .explore-block-front.is--block_3_1 {
    height: 24rem;
  }

  .explore-block-front.is--block_4_1 {
    height: 30rem;
  }

  .explore-block-front.is--block_1_1 {
    height: 46.1rem;
  }

  .explore_text {
    font-size: 24px;
    line-height: 32px;
  }

  .body_4.is--8_navlink {
    font-size: 12px;
    line-height: 18px;
  }

  .circle_explore {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .beyound_borders_wrapper {
    top: 0;
  }

  .beyound_border.is--1 {
    height: 480px;
  }

  .beyound_borders_title {
    max-width: 480px;
  }

  .explore-block-wrapper {
    width: 336px;
  }

  .explore-block-wrapper.is--block_1 {
    width: 100%;
    height: 30rem;
  }

  .explore-block-wrapper.is--block_4 {
    height: 43.2rem;
  }

  .explore-block-wrapper.is--block_5_1, .explore-block-wrapper.is--block_4_1 {
    height: 37.1rem;
  }

  .explore-block-wrapper.is--block_3_1, .explore-block-wrapper.is--block_2_1 {
    height: 24rem;
  }

  .explore-block-wrapper.is--block_1_1 {
    width: 40vh;
    height: 24rem;
  }

  .explore-block-back {
    height: 25rem;
  }

  .explore-block-back.is--block_1 {
    height: 30rem;
  }

  .explore-block-back.is--block_2 {
    height: auto;
  }

  .explore-block-back.is--block_4 {
    height: 43.2rem;
  }

  .explore-block-back.is--block_1_1, .explore-block-back.is--block_2_1 {
    height: 24rem;
  }

  .explore-block-back.is--block_5_1, .explore-block-back.is--block_4_1 {
    height: 37.1rem;
  }

  .explore-block-back.is--block_3_1 {
    height: 24rem;
  }

  .explore-block-back.is--block_4_1 {
    height: 30rem;
  }

  .explore-block-back.is--block_2_2, .explore-block-back.is--block_2_5 {
    height: auto;
  }

  .explore_block_description_back.back_card-1 {
    height: 280px;
    overflow: auto;
  }

  .explore_block_description_back.back_card-2 {
    height: 220px;
    overflow: auto;
  }

  .explore_block_description_back.back_card-3 {
    height: 290px;
    overflow: auto;
  }

  .explore_block_description_back.back_card-4 {
    height: 510px;
    overflow: auto;
  }

  .section-document-title {
    overflow: hidden;
  }

  .document-title_component {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .legal_document_title {
    max-width: 520px;
  }

  .line_1px_document.is--3 {
    display: block;
  }

  .line_1px_document.is--3.is--display_none {
    display: none;
  }

  .section-document-description {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .document-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .document-wrapper.is--center {
    grid-template-columns: auto;
  }

  .menu_document_sticky_block {
    width: auto;
    max-width: 248px;
    top: 5.5rem;
  }

  .document_content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .document_content_block.is--margin {
    margin-top: -3.5rem;
    padding-top: 7rem;
  }

  .headline_3 {
    font-size: 32px;
    line-height: 40px;
  }

  .navigation_name {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .doc_nav_list {
    height: 336px;
  }

  .doc_nav_link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-3.is--center {
    text-align: left;
  }

  .description_field_euro, .check_field_euro {
    margin-bottom: 0;
  }

  .m-nav-overlay {
    height: 100vh;
  }

  .doc_nav_link_mob {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pop-up-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: auto;
  }

  .select_language_wrapper.pop-up {
    grid-template-columns: 148px;
  }

  .sidebar_flex {
    align-items: stretch;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
  }

  .sidebar_icons {
    display: none;
  }

  .sidebar_inner {
    background-color: var(--0);
    flex-direction: column;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    padding-top: 77px;
    padding-bottom: 32px;
    right: 0;
  }

  .sidebar_content {
    overflow: hidden;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu.ambassador {
    display: block;
  }

  .sidebar_links {
    align-items: stretch;
    width: 284px;
    height: 70vh;
    padding-right: 8px;
  }

  .body_menu {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .button_chapter-menu {
    display: none;
  }

  .dropdown_menu_sidebar {
    width: 100%;
  }

  .toggle_menu_sidebar {
    width: 100%;
    margin-right: 0;
  }

  .div-block-6 {
    align-items: stretch;
  }

  .div-block-7 {
    background-color: rgba(0, 0, 0, 0);
  }

  .sidebar_button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: relative;
  }

  .div-block-8 {
    overflow: hidden;
  }

  .tooltip {
    background-size: 18px 18px;
    width: 16px;
    height: 16px;
  }

  .tooltip.ukraine {
    margin-left: -5px;
  }

  .tooltip.fix {
    margin-left: 0;
  }

  .tooltip_image {
    margin-bottom: 4px;
    margin-left: 4px;
  }

  .tooltips_messages {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    max-width: none;
    display: none;
    top: auto;
    bottom: 0%;
    left: 3rem;
    right: 3rem;
  }

  .tooltip_content {
    align-items: center;
  }

  .button_slider_left {
    width: 48px;
    height: 48px;
    left: -3%;
  }

  .button_slider_right {
    right: -3%;
  }

  .m_button_slider_right {
    z-index: 5;
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .m_button_slider_left {
    z-index: 5;
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_features_button_slider_left {
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_features_button_slider_right {
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .crypto_hint_icon {
    width: 20px;
  }

  .home-trustpilot_component {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .trustpilot_content_block {
    grid-column-gap: 36px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template: ". ."
                   "Area Area"
                   / auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: grid;
  }

  .headline_4 {
    font-size: 28px;
    line-height: 36px;
  }

  .headline_4.is--exception {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .headline_4.is--exception._5w-v {
    display: none;
  }

  .headline_4.is--exception._5w-h {
    display: flex;
  }

  .section-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-header.cpa {
    padding-top: 72px;
  }

  .section-header.wb {
    padding-top: 184px;
    padding-bottom: 96px;
  }

  .teens-surprise_component {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
  }

  .surprise_back {
    margin-bottom: -12px;
  }

  .surprise_block {
    margin-left: 0;
    padding-left: 44px;
  }

  .surprise_description {
    width: 45%;
    margin-top: 64px;
    padding-bottom: 64px;
  }

  .surprise_image {
    width: 55%;
  }

  .image_2_absolut {
    margin-bottom: 0;
    display: none;
  }

  .teens-transfer_component {
    align-items: stretch;
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .teens-transfer_slider {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

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

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

  .teens-section-block-card.position2 {
    grid-template-columns: 1fr;
  }

  .circle_assets_teens, .circle_assets_teens2 {
    top: -50%;
    left: -50%;
  }

  .cat-_eyes-teens {
    right: -30px;
  }

  .teens-freedom-slider {
    display: flex;
    overflow: visible;
  }

  .teens-freedom-slider.section-wrapper {
    object-fit: fill;
    margin-top: 72px;
    display: none;
    overflow: visible;
  }

  .slider-item-freedom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-right: 16px;
    display: grid;
  }

  .headline_5.table {
    font-size: 20px;
    line-height: 24px;
  }

  .image-18 {
    width: 36px;
  }

  .blur_image {
    width: 150px;
    height: 150px;
  }

  .blur_image.top_left {
    width: 150px;
    height: 150px;
    top: 25%;
  }

  .blur_image.cpa {
    width: 70px;
    height: 70px;
  }

  .clue_block {
    display: none;
  }

  .cat-_eyes-component_calculate {
    right: 0%;
  }

  .image-19 {
    width: auto;
    height: 80px;
  }

  .heading2_support {
    font-size: 32px;
    line-height: 40px;
  }

  .image-21 {
    width: 180px;
  }

  .crypto-explore-slider {
    display: flex;
    overflow: visible;
  }

  .crypto-explore-slider.section-wrapper {
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .slider-wrapper-explore {
    overflow: visible;
  }

  .slider-list-explore {
    flex-direction: row;
    align-items: stretch;
  }

  .crypto-more-slider {
    display: flex;
    overflow: visible;
  }

  .crypto-more-slider.section-wrapper {
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .slider-wrapper-more {
    overflow: visible;
  }

  .slider-list-more {
    flex-direction: row;
    align-items: stretch;
  }

  .crypto-more-two-slider {
    display: flex;
    overflow: visible;
  }

  .crypto-more-two-slider.section-wrapper {
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .slider-wrapper-more-two {
    overflow: visible;
  }

  .slider-list-more-two {
    flex-direction: row;
    align-items: stretch;
  }

  .m_button_slider_left_more_two {
    z-index: 5;
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_button_slider_right_more, .m_button_slider_right_more_two {
    z-index: 5;
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .m_button_slider_left_more, .m_button_slider_left_assets {
    z-index: 5;
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_button_slider_right_assets {
    z-index: 5;
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .slider-list-freedom {
    flex-direction: row;
    align-items: stretch;
  }

  .additional_cards_image {
    width: 55%;
    height: 360px;
  }

  .ad_c_image {
    margin-bottom: 0;
    display: none;
  }

  .ad_c_image.ua-fix {
    display: block;
  }

  .additional_cards_description {
    width: 50%;
    margin: 64px 36px 64px 24px;
  }

  .protection_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 64px;
  }

  .protection_block.is--margin_big {
    margin-top: 64px;
  }

  .p_block_description {
    width: 95%;
  }

  .security-operations-block {
    flex-direction: column;
    margin-top: 64px;
  }

  .security_operations_description {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-items: start;
    width: 75%;
  }

  .security_operation_description {
    width: 90%;
  }

  .cashback-explore-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 0;
  }

  .a_block-phone {
    width: 200px;
  }

  .account_benefit_block {
    width: 300px;
    padding: 24px;
  }

  .account_benefit_block.fix {
    margin-left: 0%;
  }

  .account_block {
    margin-right: 8px;
  }

  .a_block-benefi_icon {
    width: 64px;
  }

  .a_block-benefit {
    padding-right: 0;
  }

  .account-benefit_component {
    align-items: flex-start;
    display: block;
  }

  .account-block-back {
    height: 90%;
  }

  .cat-_eyes-account {
    right: -30px;
  }

  .account-block-front_mob {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .cat-_eyes-account-_horizontal {
    top: 20%;
    left: 30%;
    right: 30%;
  }

  .teens-freedom-slider-table {
    display: flex;
    overflow: visible;
  }

  .teens-freedom-slider-table.section-wrapper {
    object-fit: fill;
    margin-top: 72px;
    display: block;
    overflow: visible;
  }

  .account-benefit-slider {
    display: flex;
    overflow: visible;
  }

  .account-benefit-slider.section-wrapper {
    object-fit: fill;
    margin-top: 48px;
    display: block;
    overflow: visible;
  }

  .slider-item-benefit {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
  }

  .slider-list-benefit {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .slider-wrapper-benefit {
    overflow: visible;
  }

  .account_benefit_block_mob {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    padding: 36px;
  }

  .a_block-benefit_icon_mob {
    flex: none;
    align-items: center;
  }

  .account_description_mob {
    width: 90%;
    max-width: none;
  }

  .account-check-block {
    margin-top: 64px;
    padding: 48px 36px;
  }

  .account-tabs-content {
    margin-top: 36px;
    position: relative;
  }

  .account-tab-pane-tab-1 {
    position: relative;
  }

  .tab__account_check_wrapper {
    z-index: 10;
    position: static;
  }

  .account-section {
    margin-top: 64px;
    display: flex;
    overflow: visible;
  }

  .account-section.section-wrapper {
    object-fit: fill;
    overflow: visible;
  }

  .transfers-cost_component {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
  }

  .t-cost_content {
    overflow: visible;
  }

  .t-cost_block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .t-cost_description {
    grid-column-gap: 48px;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 0;
    overflow: visible;
  }

  .t-cost_bullet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 64px;
  }

  .t-cost_bullet.add {
    grid-column-gap: 48px;
  }

  .t-cost_image {
    width: 50%;
    margin-bottom: 0;
    position: static;
  }

  .line-3px_bullet_cost {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .image-24 {
    width: 48px;
  }

  .div-block-19 {
    width: 45%;
  }

  .transfers-card_component {
    flex-direction: column;
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

  .t_description-component {
    top: 15%;
  }

  .t_block {
    min-height: auto;
    margin-bottom: 36px;
    padding: 30px;
  }

  .t_block._2 {
    top: 26%;
  }

  .t_block._3 {
    top: 37%;
  }

  .t_block._4 {
    top: 48%;
  }

  .t_block._5 {
    top: 59%;
  }

  .t_b_block {
    justify-content: flex-start;
  }

  .tb-name {
    text-align: center;
    margin-left: 12px;
  }

  .tb_image {
    width: 64px;
  }

  .tb_image.min {
    min-width: 0;
  }

  .tb_desk {
    margin-top: 24px;
  }

  .circle_transfers {
    top: -50%;
    left: -50%;
  }

  .transfers-payment_component {
    align-items: flex-start;
    min-height: 753px;
    display: block;
  }

  .transfers-section-name {
    margin-bottom: 72px;
  }

  .trandfers-section-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 498.195px;
    margin-top: 48px;
  }

  .t_block-phone {
    width: 35%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .transfers-block-back {
    height: 80%;
  }

  .transfers_benefit_block {
    padding: 24px 20px;
  }

  .blur_image-copy {
    width: 150px;
    height: 150px;
  }

  .t_block_icon {
    width: 100px;
  }

  .image-27 {
    width: auto;
    height: 100%;
  }

  .t_block-phone_mob {
    margin-left: 24px;
    margin-right: 24px;
  }

  .transfers-block-back_mob {
    height: 80%;
  }

  .div-block-20_mob {
    margin-top: 72px;
  }

  .teens-using_component {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .button-component_phone {
    display: flex;
  }

  .teens-transfer_component-mobile {
    margin-top: 72px;
    margin-bottom: 0;
    display: block;
  }

  .slider-item-teens {
    flex: none;
    margin-right: 24px;
  }

  .div-block-21 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    padding-left: 48px;
    padding-right: 0;
    display: flex;
  }

  .contact_us_component {
    align-items: center;
  }

  .contact_us-wrapper {
    grid-row-gap: 36px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
  }

  .contact_us-description {
    width: 50%;
  }

  .contact_us-image {
    width: 100%;
    position: relative;
  }

  .contact_us_image {
    width: 100%;
  }

  .div-block-26 {
    align-items: center;
    width: 35%;
    display: flex;
  }

  .section-help_centre {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline_2 {
    font-size: 40px;
    line-height: 48px;
  }

  .line_1px-width.is--mobile {
    display: block;
  }

  .faq-wrapper {
    margin-top: 96px;
    margin-bottom: 96px;
  }

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

  .topic_block {
    padding: 36px 24px;
  }

  .item_image {
    width: 80px;
  }

  .item_description {
    width: 65%;
    margin-left: 24px;
  }

  .support_question-wrapper {
    margin-top: 72px;
  }

  .support_question-wrapper.is--margin {
    margin-bottom: 72px;
  }

  .support_question-title {
    width: 60%;
  }

  .section-registration {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .help_crumbs-wrapper {
    margin-bottom: 96px;
  }

  .help_crumbs-wrapper.search {
    margin-bottom: 0;
  }

  .h_d-questions {
    margin-top: 48px;
  }

  .support_answer-wrapper {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-price {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .menu_price-link {
    flex: 0 auto;
  }

  .menu_price-link.is--notactive {
    flex: none;
  }

  .menu_price-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    width: auto;
    display: grid;
  }

  .menu_price-name_page {
    flex: none;
  }

  .price-wrapper {
    margin-bottom: 80px;
  }

  .price_menu-description {
    margin-top: 72px;
  }

  .p_m-items_list {
    margin-top: 64px;
  }

  .text-span {
    background-image: url('../images/icon_16.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    margin-left: 6px;
    font-size: 17px;
  }

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

  .pop_up_modal_card {
    align-items: center;
  }

  .pop_up_block_card {
    justify-content: center;
  }

  .country-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .country_block {
    margin-bottom: 32px;
    padding: 30px;
  }

  .circle-wrapper-country {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .circle_country {
    position: absolute;
    top: auto;
    left: auto;
    right: 15%;
  }

  .button_modal {
    font-size: 16px;
    line-height: 24px;
  }

  .pop_up_block_card_2 {
    justify-content: center;
  }

  .content_block-pop_up_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pop_up_block_card_3 {
    justify-content: center;
    height: 100%;
  }

  .pop_up_block_card_4 {
    justify-content: center;
  }

  .transfers-slider_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  .t_block-phone_2 {
    width: 35%;
    margin-right: 36px;
  }

  .t_block-content._1-1-3 {
    display: none;
  }

  .div-block-35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .transfers-slider_3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  ._404-block {
    flex-direction: column-reverse;
  }

  .image_block_404 {
    width: 300px;
  }

  ._404_description {
    text-align: center;
    width: 80%;
  }

  .teenss-section-block {
    position: relative;
  }

  .t_block_teens-phone {
    justify-content: center;
    width: 35%;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
  }

  .a_teens_description {
    width: 190px;
  }

  .icon_button_teens {
    display: inline-block;
  }

  .button_back_teens.right {
    padding: 12px 16px;
    display: inline-block;
  }

  .t_block-slider_2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 56px 1fr 56px;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .a_teens-block-front {
    grid-column-gap: 24px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .teens_image_absolut {
    flex: none;
  }

  .teens_phone_button {
    border-radius: 12px;
    padding: 12px 16px;
  }

  .teens_text_button {
    font-size: 14px;
    line-height: 14px;
  }

  .a_teens-image_phone {
    width: 200px;
  }

  .t_block-slider_3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 56px 1fr 56px;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .div-block-38 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .at_description {
    width: 260px;
  }

  .at_image {
    width: 120px;
  }

  .at_block {
    padding: 24px;
  }

  .at_block.fix {
    width: 248px;
    margin-right: 50%;
  }

  .at_block.is--slide2 {
    width: 252px;
  }

  .at_block.is--slide2.fix2.mb36px.fix3 {
    margin-right: 0%;
  }

  .at_block.is--slide3 {
    width: 252px;
  }

  .at_block.is--slide3.fix2.fix3 {
    margin-right: 0%;
  }

  .att_description {
    width: 190px;
  }

  .a_at_block {
    margin-right: 8px;
  }

  .a_tt_teens-block {
    grid-column-gap: 115px;
    grid-row-gap: 115px;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .t_block-slider_4, .t_block-slider_5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 56px 1fr 56px;
    grid-auto-columns: 1fr;
  }

  .account-block-front2 {
    display: none;
  }

  .account-section-block2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .a_block-phone2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .account-block-front_mob2 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .h_d-results_search {
    margin-top: 64px;
  }

  .sb-answer_found, .answer_found-wrapper {
    max-width: 736px;
  }

  .body_3-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .select_country-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .country_block_dropdown {
    width: 100%;
  }

  .form-block-2 {
    width: 420px;
  }

  .mobile_action-wrapper {
    display: none;
  }

  .button_component {
    z-index: 2;
  }

  .pop_up_modal_language {
    align-items: center;
  }

  .headingh1 {
    font-size: 48px;
    line-height: 56px;
  }

  .button_save {
    display: block;
  }

  .image_benefit {
    display: inline-block;
  }

  .menu_price-lwrapper {
    flex: 1;
    align-items: center;
  }

  .circle_ukraine_1 {
    width: 200px;
    height: 200px;
    top: 22%;
    left: 57%;
  }

  .circle_ukraine_2 {
    width: 200px;
    height: 200px;
    top: -15%;
    left: -3%;
  }

  .circle_ukraine {
    top: -50%;
    left: -50%;
  }

  .m_button_slider_left2 {
    z-index: 5;
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_button_slider_right2 {
    z-index: 5;
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 46px;
  }

  .heading-4.aling_left {
    text-align: left;
  }

  .download_price-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    display: grid;
  }

  .icon_download_price {
    width: 36px;
  }

  .download-description {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .breadcrumbs-component {
    padding-left: 0;
    padding-right: 0;
  }

  .crypto-assets-image {
    align-items: center;
    height: 500px;
    display: flex;
  }

  .cai-wrapper {
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .cai-wrapper.is--1 {
    width: 105%;
    height: auto;
  }

  .cai_image {
    width: 100%;
    height: 500px;
    display: none;
  }

  .cai_image.mobi {
    width: 370px;
    display: block;
  }

  .button_cpa {
    display: none;
  }

  .button_cpa.ambassador {
    display: block;
  }

  .cpa-button {
    display: flex;
  }

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

  .cat-_eyes_cpa {
    position: static;
    right: 5px;
  }

  .track {
    display: none;
  }

  .image-block.gem {
    margin-left: -47px;
  }

  .horizontal-scroll_page-padding {
    background-color: var(--0);
    margin-top: -8px;
    padding: 3rem 0;
    display: block;
  }

  .horizontal-scroll {
    width: 95%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .row {
    grid-column-gap: 21px;
    grid-template-columns: 50%;
    grid-auto-columns: 400px;
    align-items: stretch;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .horizontal-scroll_item-padding.first {
    padding-right: 0;
  }

  .card_2 {
    grid-row-gap: 24px;
    border: 1px solid var(--11);
    background-color: var(--2);
    border-radius: 16px;
    flex-direction: column;
    flex: none;
    padding: 48px 36px;
  }

  .card_2:hover {
    border-color: var(--11);
  }

  .card_2.de.hidden {
    display: none;
  }

  .text_card {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .card_image_2 {
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
  }

  .image-31 {
    z-index: 2;
    display: block;
    position: absolute;
  }

  .text_block_c {
    width: auto;
  }

  .image_block_c {
    flex: 0 auto;
    width: 45%;
    height: 400px;
    display: none;
  }

  .content-block-cpa {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
  }

  .content-block-cpa.is--revers {
    flex-direction: column;
  }

  .heading_feedback {
    font-size: 40px;
    line-height: 48px;
  }

  .feedback-field {
    font-size: 20px;
    line-height: 28px;
  }

  .blog_top-wrapper {
    padding: 36px;
  }

  .b_topic-conteiner {
    grid-column-gap: 48px;
  }

  .b_topic-image {
    width: 240px;
    height: 240px;
  }

  .margin-blog-title, .margin-blog-post {
    margin-top: 64px;
  }

  .forms__title {
    text-align: left;
    font-size: 28px;
    line-height: 46px;
  }

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

  .image-block-wb {
    height: 360px;
    display: none;
  }

  .image-block-wb.mobi {
    display: flex;
  }

  .div-block-43 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .poin_block-wrapper {
    grid-template-columns: 1fr;
    display: none;
  }

  .poin_block {
    margin-right: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .important_features-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .important_features {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .div-block-50 {
    margin-right: 36px;
  }

  .div-block-53 {
    display: none;
  }

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

  .div-block-58 {
    grid-template-columns: 1fr;
  }

  .link_button_footer {
    display: none;
  }

  .im_block {
    flex: 0 auto;
    width: 45%;
    display: none;
  }

  .im_block.mobi {
    display: flex;
  }

  .card-steps-slider2 {
    display: flex;
    overflow: visible;
  }

  .card-steps-slider2.section-wrapper {
    object-fit: fill;
    margin-top: 102px;
    margin-bottom: 72px;
    display: block;
    overflow: visible;
  }

  .card-steps-slider2.margin {
    margin-bottom: 72px;
    display: block;
  }

  .slider-wrapper-registration2 {
    overflow: visible;
  }

  .slider-list-registration2 {
    flex-direction: row;
    align-items: stretch;
  }

  .slider-item-registration2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 45%;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .slider-wrapper-registration3 {
    overflow: visible;
  }

  .slider-list-registration3 {
    flex-direction: row;
    align-items: stretch;
  }

  .slider-item-registration3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 45%;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .m_button_slider_left3 {
    z-index: 5;
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_button_slider_right3 {
    z-index: 5;
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .card-overlay {
    align-items: center;
  }

  .button__card, .button__card-mobile {
    display: none;
  }

  .button__card-mobile.fix {
    display: flex;
  }

  .div-block-62 {
    overflow: hidden;
  }

  .image-block-absolute {
    bottom: 0;
  }

  .body_2-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .body-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-2.big {
    font-size: 18px;
    line-height: 22px;
  }

  .block-long {
    padding-left: 48px;
    padding-right: 48px;
  }

  .image-35 {
    min-width: 563px;
  }

  .circle-2 {
    top: -15%;
    left: -15%;
  }

  .headline_3-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .block_long__heading, .heading_24 {
    font-size: 40px;
    line-height: 48px;
  }

  .partners-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partners-link {
    width: 326px;
  }

  .partners-button {
    display: none;
  }

  .collection-list-wrapper {
    flex-wrap: wrap;
  }

  .button_cta_medium-2 {
    display: block;
  }

  .awards_box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .awards_images {
    flex-flow: column;
  }

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

  .individuals-image {
    margin-top: 0;
  }

  .individuals-image.fix {
    margin-top: 36px;
  }

  .component-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .individuals-component-image {
    margin-top: 0;
    display: none;
  }

  .component-block-bullet {
    width: 48%;
  }

  .component-block__wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
  }

  .component-block__description {
    width: 48%;
    margin-top: 48px;
    margin-bottom: 48px;
    overflow: visible;
  }

  .individuals-component-image_t {
    margin-top: 0;
    display: block;
  }

  .individuals-component-image_m {
    margin-top: 0;
    display: none;
  }

  .partners-link__ep {
    width: 326px;
  }

  .slider-text {
    font-size: 14px;
    line-height: 20px;
  }

  .slider-text.is-medium.is--center.is--srecial_case {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-text.is--special_case {
    color: var(--8);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .m_button_slider_left_explore {
    z-index: 5;
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_button_slider_right_explore {
    z-index: 5;
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .explore_back_a.back_card-1 {
    height: 280px;
    overflow: auto;
  }

  .explore_back_a.back_card-2, .explore_back_a.back_card-3, .explore_back_a.back_card-4 {
    overflow: auto;
  }

  .explore_block_back_a.back_card-1 {
    height: 280px;
    overflow: auto;
  }

  .explore_block_back_a.back_card-2 {
    height: 220px;
    overflow: auto;
  }

  .explore_block_back_a.back_card-3 {
    height: 290px;
    overflow: auto;
  }

  .explore_block_back_a.back_card-4 {
    height: 510px;
    overflow: auto;
  }

  .c_c_pont_split {
    font-size: 14px;
    line-height: 20px;
  }

  .c_c_pont_split.is-medium.is--center.is--srecial_case {
    font-size: 16px;
    line-height: 24px;
  }

  .c_c_pont_split.is--special_case {
    color: var(--8);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .promo_niht {
    font-size: 14px;
    line-height: 20px;
  }

  .promo_niht.is-medium.is--center.is--srecial_case {
    font-size: 16px;
    line-height: 24px;
  }

  .promo_niht.is--special_case {
    color: var(--8);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .component-wrapper_new {
    flex-direction: column-reverse;
  }

  .component-wrapper_new.wb {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .component_descroption {
    align-items: center;
    width: 100%;
  }

  .heading_new {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .heading_new.is--align_left {
    font-size: 48px;
    line-height: 56px;
  }

  .heading_new.is--align_left.t {
    text-align: center;
  }

  .p_new {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .p_new.is-medium.is--center.is--srecial_case {
    font-size: 16px;
    line-height: 24px;
  }

  .p_new.is--special_case {
    color: var(--8);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .button-component_new {
    display: flex;
  }

  .button-component_new.big {
    margin-top: 36px;
  }

  .button-component_new.mobile, .button-component_new.fix {
    display: flex;
  }

  .button-arrow_new.desktop {
    display: none;
  }

  .button-arrow_new.mobile {
    display: flex;
  }

  .section-name.is--align_left {
    align-items: flex-start;
  }

  .section-name.is--fixed_width {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .cashback_block-wrapper {
    grid-template-columns: 1fr;
  }

  .cashback-services_wrapper {
    grid-template: "Area Area-2 Area-2"
                   "Area-5 Area-3 Area-3"
                   "Area-4 Area-7 Area-6"
                   / auto auto auto;
  }

  .services_item {
    padding: 10px 21px;
  }

  .services_text {
    line-height: 110%;
  }

  .tb-name-t {
    text-align: center;
  }

  .frame-bot {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .logos {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .m_button_slider_left_r {
    z-index: 5;
    width: 44px;
    height: 44px;
    left: -3%;
  }

  .m_button_slider_right_r {
    z-index: 5;
    width: 44px;
    height: 44px;
    right: -2%;
  }

  .div-block-76 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .additional_card_2 {
    min-height: 15.4rem;
  }

  .nav-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button_wrapper {
    display: flex;
  }

  .button_cpa-2, .button_header {
    display: none;
  }

  .button_header.transperent.tablet, .button_header.inside {
    display: flex;
  }

  .component_wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .component_wrapper.reverse {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-around;
    align-items: stretch;
  }

  .text_heading {
    font-size: 40px;
    line-height: 120%;
  }

  .text_heading.align-left._56px {
    font-size: 48px;
  }

  .text_heading.sp {
    text-align: center;
  }

  .text_p {
    font-size: 16px;
  }

  .text_p.sp-align {
    text-align: center;
  }

  .component_text.sp {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: center;
  }

  .component_content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
  }

  .component_content.horizontal {
    flex-direction: row;
  }

  .component_content.horizontal.reverse, .component_content.main {
    flex-direction: column;
  }

  .component_content.s20.reverse {
    flex-direction: row-reverse;
  }

  .component_content.s20.vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .component_content.tablet_vertical {
    flex-direction: column;
  }

  .component_content.sp_vertical {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .component_content.sp_vertical_t {
    flex-direction: column;
  }

  .content_image {
    width: 100%;
  }

  .content_image.main {
    width: 504px;
  }

  .content_text {
    text-align: center;
    width: 100%;
  }

  .content_text.main {
    align-items: center;
  }

  .content_text._60 {
    width: 100%;
  }

  .content_text.sp_align {
    align-items: center;
  }

  .button_main {
    text-align: center;
    justify-content: center;
  }

  .text-32 {
    margin-bottom: 24px;
  }

  .text-h2 {
    font-size: 40px;
    line-height: 120%;
  }

  .cards_wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .card_wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 36px;
  }

  .card_wrapper.half {
    width: 100%;
  }

  .image-48 {
    width: 120px;
  }

  .text_h4, .text_h4.no-margin.small_dt {
    font-size: 24px;
  }

  .card_line {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cards_half {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
  }

  .s_block {
    min-height: auto;
    margin-bottom: 36px;
    padding: 64px 36px;
  }

  .s_block._2 {
    top: 26%;
  }

  .s_block._3 {
    top: 37%;
  }

  .s_block._4 {
    top: 48%;
  }

  .s_block._5 {
    top: 59%;
  }

  .s_col-left {
    width: 100%;
  }

  .s_col-left.fix.ig {
    align-self: center;
  }

  .s-card_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .s-card_component.reverse {
    flex-direction: column;
  }

  .s_col-right {
    width: 100%;
  }

  .s_description-component {
    top: 15%;
  }

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

  .tb-name-s {
    text-align: center;
  }

  .div-block-79, .div-block-80 {
    margin-top: 64px;
  }

  .div-block-80.no-margin {
    margin-top: 0;
  }

  .faq_title {
    font-size: 18px;
  }

  .dropdown_faq_wrapper {
    z-index: 10;
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .dropdown_list_faq {
    perspective: 1000px;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .help_header_image {
    width: 220px;
  }

  .section_help_header {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .help_crumbs-wrapper_new {
    margin-bottom: 96px;
  }

  .help_crumbs-wrapper_new.search {
    margin-bottom: 0;
  }

  .section-document-title_new {
    overflow: hidden;
  }

  .switch_block {
    align-items: center;
  }

  .switch_text {
    font-size: 18px;
  }

  .step_title {
    margin-bottom: 24px;
  }

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

  .step_num {
    font-size: 14px;
  }

  .div-block-82 {
    width: 40px;
    height: 40px;
  }

  .step_image.mobile {
    max-width: 400px;
  }

  .advice_description, .advice_title {
    font-size: 16px;
  }

  .text_marker {
    font-size: 20px;
  }

  .step_header_wrap {
    width: 100%;
  }

  .button_action {
    display: none;
  }

  .text_gradient {
    font-size: 16px;
  }

  .text_gradient.clipped.center.big {
    font-size: 24px;
  }

  .text_gradient.clipped.center.big.sp {
    font-size: 12px;
  }

  .text_gradient.clipped.marker.sp_text.upper {
    font-size: 18px;
  }

  .text_gradient.clipped.num {
    font-size: 48px;
  }

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

  .text_title_s20 {
    font-size: 16px;
    line-height: 26px;
  }

  .text_title_s20.is--bold {
    font-size: 20px;
  }

  .text_title_s20.sp_card_2 {
    font-size: 32px;
  }

  .text_title_s20.sp {
    font-size: 32px;
    line-height: 115%;
  }

  .image-52 {
    width: 48px;
    height: 48px;
  }

  .text-h2_s20_titile {
    font-size: 40px;
    line-height: 120%;
  }

  .step_text {
    width: 100%;
  }

  .s_b_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
  }

  .div-block-85 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .step_header_bm {
    align-items: center;
    width: 100%;
  }

  .cards_bm_head {
    font-size: 18px;
    line-height: 120%;
  }

  .text_under {
    font-size: 16px;
  }

  .button_main-2 {
    text-align: center;
    justify-content: center;
  }

  .popup_partners {
    align-items: center;
    padding-left: 48px;
    padding-right: 48px;
  }

  .part_description_partners {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .step_header_partners {
    width: 100%;
    margin-top: 0;
  }

  .step_block_partners {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .steps-wrapper_partners {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .pop_up_block_card_partners {
    justify-content: center;
  }

  .icon_step_line_partners {
    width: 5rem;
    display: none;
  }

  .icon_step_partners {
    width: 58px;
    margin-left: 0;
    margin-right: 0;
  }

  .bg-gradient {
    top: -114px;
    right: -133px;
  }

  .text_regular {
    text-align: left;
  }

  .trusted_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
  }

  .card_wrapper_fpc {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 36px;
  }

  .card_wrapper_fpc.half {
    width: 100%;
  }

  .card_wrapper_fpc.outside {
    margin-top: 32px;
    padding: 36px;
  }

  .fpc_card_text, .fpc_card_text.adaptive {
    width: 70%;
  }

  .fpc_cards_wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .image-55 {
    position: static;
  }

  .div-block-91 {
    margin-top: 20px;
  }

  .image-56 {
    z-index: 0;
    width: 300px;
    right: 20px;
  }

  .tc_wrapper {
    flex-direction: column;
  }

  .tc_wrapper.reverse {
    flex-direction: column-reverse;
  }

  .tc_half {
    width: 100%;
  }

  .tc_card {
    padding: 36px;
  }

  .tc_card.half {
    width: 100%;
  }

  .tc_card.outside {
    margin-top: 32px;
    padding: 36px;
  }

  .image-58 {
    width: 96px;
    margin-bottom: 16px;
  }

  .tc_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
  }

  .explore-block-wrapper_2 {
    width: 336px;
  }

  .explore-block-wrapper_2.is--block_1 {
    width: 100%;
    height: 30rem;
  }

  .explore-block-wrapper_2.is--block_2 {
    height: 24rem;
  }

  .explore-block-wrapper_2.is--block_3 {
    height: 28rem;
  }

  .explore-block-wrapper_2.is--block_4, .explore-block-wrapper_2.is--block_5 {
    height: 42.1rem;
  }

  .explore-block-wrapper_2.is--block_5_1, .explore-block-wrapper_2.is--block_4_1 {
    height: 37.1rem;
  }

  .explore-block-wrapper_2.is--block_3_1, .explore-block-wrapper_2.is--block_2_1 {
    height: 24rem;
  }

  .explore-block-wrapper_2.is--block_1_1 {
    width: 40vh;
    height: 24rem;
  }

  .explore-block-wrapper_2.is--block_1_2 {
    width: 100%;
    height: 30rem;
  }

  .text_heading-copy {
    font-size: 40px;
    line-height: 120%;
  }

  .text_heading-copy.align-left._56px {
    font-size: 48px;
  }

  .text_brand {
    font-size: 12px;
    line-height: 18px;
  }

  .text_brand.align-left._56px {
    font-size: 48px;
  }

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

  .sp_text_brand {
    font-size: 18px;
  }

  .sp_card_inner {
    padding: 24px 16px;
  }

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

  .text_block_sp.align {
    justify-content: center;
    align-items: center;
  }

  .sp_card_2 {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .sp_card_2.light-brand {
    margin-top: 24px;
  }

  .sp_card_inner_2 {
    justify-content: center;
    padding: 48px 36px;
  }

  .sp_gradient {
    background-image: none;
  }

  .card_text_sp {
    flex: 1;
  }

  .sp_card_inner_1 {
    padding: 48px 36px;
  }

  .sp_card_inner_1.light-brand {
    padding: 48px 24px;
  }

  .sp_card_inner_1.light-brand.padding {
    flex-flow: column;
  }

  .sp_card_inner_1.black-gradient {
    grid-row-gap: 36px;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sp_card_vertical {
    border: 1px solid #1a1a1a;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sp_card_vertical.brand {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sp_p {
    font-size: 20px;
  }

  .sp_p.small {
    font-size: 14px;
    line-height: 24px;
  }

  .sp_p.bold, .sp_p.titiled {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-95 {
    margin-top: 30px;
  }

  .sp-title.heading {
    font-size: 24px;
  }

  .sp_cards_wrap {
    justify-content: flex-start;
  }

  .sp_card_3 {
    min-width: 326px;
  }

  .s_col-right_sp {
    width: 100%;
  }

  .div-block-104 {
    min-width: 3px;
  }

  .b_topic {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .a24_row {
    flex-flow: row;
  }

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

  .image-69 {
    width: 180px;
    top: -77px;
    left: 21px;
  }

  .dropdown_link_footer-2 {
    color: #6e737b;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
    line-height: 16px;
    transition: all .2s;
  }

  .dropdown_link_footer-2.w--current {
    color: #6e737b;
  }

  .ig_image_tablet {
    display: block;
  }

  .text_button {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sp_gradient-2 {
    background-image: none;
  }

  .line_1px_width-footer-2.none {
    display: none;
  }

  .body_2-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown_list_faq-2 {
    perspective: 1000px;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .dropdown_footer_menu-2 {
    z-index: 10;
    border-top: 1px solid #353945;
    border-bottom: 1px #353945;
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .dropdown_footer_menu-2.is--border_down {
    border-bottom-style: solid;
  }

  .text_heading-2 {
    font-size: 40px;
    line-height: 120%;
  }

  .image-67 {
    width: 268px;
  }

  .text_p-2 {
    font-size: 16px;
  }

  .text_p-2.sp-align {
    text-align: center;
  }

  .ig_body_2 {
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown_list_footer-2 {
    perspective: 1000px;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
  }

  .dropdown_list_footer-2.w--open {
    margin-bottom: 20px;
    display: block;
  }

  .section-header-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-header-2.cpa {
    padding-top: 72px;
  }

  .ig_block_1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .ig_text_p {
    font-size: 16px;
  }

  .ig_image_mobile, .ig_image_desk, .button_header-2 {
    display: none;
  }

  .text_block-2 {
    width: 53%;
  }

  .button_main-3 {
    text-align: center;
    justify-content: center;
  }

  .image-72 {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-home {
    height: 100vh;
    min-height: 630px;
  }

  .nav {
    z-index: 100;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav_logo {
    height: 1.3rem;
  }

  .button.tablet, .line_1px {
    display: none;
  }

  .title-description-component {
    margin-top: 40px;
  }

  .headline {
    flex-direction: column;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-h1.is--align_left {
    font-size: 36px;
    line-height: 44px;
  }

  .description.fixed {
    max-width: 80%;
  }

  .body_6 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .button-component {
    margin-top: 32px;
  }

  .button-component.big {
    margin-top: 36px;
  }

  .button-component.support {
    margin-top: 24px;
  }

  .button-component.fix.gap {
    flex-direction: column;
  }

  .card {
    border-radius: 14px;
    width: 230px;
    height: 144px;
  }

  .ard-content {
    left: 20px;
  }

  .cat-_eyes-component {
    top: -40px;
    right: 6px;
  }

  .lottie-animation {
    width: 424px;
  }

  .lottie-animation.cpa {
    width: 320px;
  }

  .card-image {
    width: 190px;
    height: auto;
    display: none;
  }

  .card-image.mobi {
    display: block;
  }

  .button_cta_medium {
    display: flex;
  }

  .button_cta_medium.small {
    display: block;
  }

  .slider-list-opportunity.center {
    justify-content: flex-start;
  }

  .heading {
    letter-spacing: normal;
    font-size: 24px;
    line-height: 32px;
  }

  .frame-block {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .description-block {
    width: auto;
  }

  .body_2.is--align_center.is--align_left {
    text-align: left;
  }

  .body_2.is--special_case {
    font-size: 20px;
    line-height: 28px;
  }

  .hairline.small {
    font-size: 7px;
    line-height: 10px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.is--align_center.is--align_left {
    text-align: left;
  }

  .heading-2.center-mobile {
    text-align: center;
  }

  .image-2-table {
    display: none;
  }

  .image-2-mobile {
    display: block;
    position: absolute;
    top: -72px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .margin-small {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .slider-item-opportunity {
    width: 380px;
  }

  .margin-big {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .body_1, .body_1.is--bold {
    font-size: 16px;
    line-height: 24px;
  }

  .body_1.is--bold.is--align_left {
    line-height: 24px;
  }

  .heading-h0 {
    letter-spacing: normal;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 56px;
  }

  .content-block {
    flex-direction: column;
    justify-content: center;
  }

  .content-block.is--revers {
    flex-direction: column-reverse;
  }

  .content-block.margin.inversion {
    flex-direction: column;
  }

  .content-block.margin.inversion.wb {
    margin-top: 0;
  }

  .image_block {
    z-index: 1;
    width: 100%;
  }

  .image_block.mobi {
    display: flex;
  }

  .image_block.image_block_cards {
    width: 100%;
    margin-right: 0;
  }

  .image_block.width-50.visible {
    display: none;
  }

  .image_block.height_ig {
    display: block;
  }

  .image_block.height_ig.center {
    display: flex;
  }

  .image_block_absolut.z-index-two {
    width: 360px;
  }

  .text_block {
    width: auto;
    margin-bottom: 36px;
  }

  .text_block.cpa {
    margin-bottom: 0;
  }

  .text_block.wb {
    width: auto;
  }

  .text_block.wb.full.s20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text_block.text-block__half {
    width: auto;
  }

  .safe-block {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .home-manage-money_component {
    padding-top: 0;
  }

  .manage-money_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: visible;
  }

  .manage-money_description {
    flex-direction: column-reverse;
    align-items: stretch;
    width: auto;
    margin-top: 48px;
    margin-bottom: 0;
    display: flex;
  }

  .manage-money_image {
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 0;
    display: flex;
  }

  .manage-money_bullet {
    width: auto;
    margin-top: 64px;
    margin-bottom: 48px;
  }

  .caption {
    text-align: center;
  }

  .caption.is--align_left {
    text-align: left;
  }

  .footer_content-section {
    flex-direction: column;
  }

  .footer_content-section.is--two {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer_content-section.is--tree.cpa {
    padding-top: 48px;
  }

  .footer_content-section.is--four {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: start;
    padding-bottom: 100px;
    display: grid;
  }

  .mobile_app-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mobile_app-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
  }

  .mobile_app-download {
    margin-top: 24px;
  }

  .content_mobile-wrapper.cpa {
    padding-top: 48px;
  }

  .dropdown_link_footer {
    white-space: break-spaces;
    line-height: 20px;
  }

  .dropdown_link_footer.w--current {
    color: var(--4);
  }

  .slider-wrapper-opportunity {
    overflow: visible;
  }

  .circle {
    z-index: 0;
  }

  .circle.is--three {
    bottom: -69%;
    right: -33%;
  }

  .circle-wrapper {
    z-index: 0;
  }

  .card-header_component {
    margin-top: 24px;
  }

  .section-card-header {
    height: auto;
    padding-top: 4.5rem;
    padding-bottom: 48px;
    display: block;
  }

  .component-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .component-wrapper.wb {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .card-description-component {
    width: auto;
    margin-top: 0;
  }

  .image-block-big {
    width: 400px;
    height: 30rem;
    margin-top: 36px;
  }

  .image-block-big.cpa.mobi {
    width: 100%;
    margin-bottom: 36px;
    padding-bottom: 0;
  }

  .image_header {
    flex: 0 auto;
  }

  .home-button-component {
    margin-top: 32px;
  }

  .crypto-header_component {
    margin-top: 24px;
  }

  .crypto-description-component {
    width: auto;
    margin-top: 0;
  }

  .card-mobile-app_component {
    padding-left: 0;
  }

  .card-features-wrapper {
    display: none;
  }

  .body_3 {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-wrapper-features {
    overflow: visible;
  }

  .slider-item-features {
    width: 240px;
    margin-right: 24px;
    overflow: hidden;
  }

  .card-features-slider.section-wrapper {
    display: block;
  }

  .card-button-component {
    margin-top: 32px;
  }

  .mobileapp_content {
    margin-top: 4rem;
    padding-right: 0;
  }

  .mobileapp_block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: visible;
  }

  .mobileapp_description {
    width: auto;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .mobileapp_description.individuals {
    margin-top: 44px;
    margin-bottom: 89px;
  }

  .mobileapp_image {
    flex-direction: column;
    align-items: center;
    width: 296px;
    margin-top: -64px;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .mobileapp_image_position {
    width: auto;
  }

  .interesting-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .interesting-block {
    flex-direction: column;
    margin-top: 0;
    padding: 48px 3rem;
  }

  .interesting_image {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .interesting_image.is-left {
    justify-content: flex-start;
  }

  .interesting_flex {
    width: auto;
    margin-top: 36px;
    margin-left: 0;
  }

  .image_interesting {
    width: 236px;
    position: static;
  }

  .advantages-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: flex-start;
    align-items: start;
    display: grid;
  }

  .line_4px {
    width: auto;
    height: 4px;
  }

  .body_0 {
    font-size: 20px;
    line-height: 28px;
  }

  .add_content {
    justify-items: center;
  }

  .add_grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    align-items: center;
    justify-items: start;
    display: grid;
  }

  .additional_image {
    margin-bottom: 24px;
  }

  .additional_card {
    width: auto;
    min-height: auto;
    padding-left: 3rem;
    padding-right: 3em;
  }

  .add_card_header, .add_card_description {
    width: auto;
  }

  .add_card_image {
    display: none;
    position: static;
  }

  .add_card-wrapper {
    justify-content: center;
  }

  .add_card_image_mobile {
    z-index: 2;
    justify-content: center;
    width: auto;
    margin-top: 36px;
    display: flex;
    position: relative;
  }

  .part_description {
    margin-top: 48px;
  }

  .step_button {
    margin-top: 36px;
  }

  .card-steps-slider.section-wrapper {
    display: block;
  }

  .slider-wrapper-registration {
    overflow: visible;
  }

  .slider-item-registration {
    width: 60%;
    overflow: hidden;
  }

  .slider-list-features {
    flex-direction: row;
  }

  .card-calculator-wrapper {
    margin-top: 48px;
  }

  .card-hint-wrapper {
    margin-top: 36px;
  }

  .card_hint_description {
    padding-left: 0;
    padding-right: 0;
  }

  .card-calculator-conditions, .card-calculator-output {
    padding: 48px 2rem;
  }

  .calculator_conditions_block {
    display: block;
  }

  .conditions_block_header {
    margin-bottom: 36px;
  }

  .conditions_block_select {
    margin-bottom: 24px;
    display: none;
  }

  .conditions_block_input {
    margin-bottom: 24px;
  }

  .conditions_block_input.is--no_margin {
    margin-bottom: 0;
  }

  .conditions_block_buttom.is--hidden_in_desktop {
    margin-top: 36px;
  }

  .conclusion_block_header {
    max-width: 300px;
  }

  .calculator_title {
    font-size: 24px;
    line-height: 32px;
  }

  .calculate_input {
    font-size: 14px;
    line-height: 20px;
  }

  .requirement_block_grid {
    grid-template-columns: auto;
    justify-content: flex-start;
    display: block;
  }

  .icon_field {
    margin-bottom: 0;
  }

  .select_input {
    height: 64px;
    font-size: 14px;
    line-height: 20px;
  }

  .conclusion_block_flex {
    flex-direction: column;
    grid-template-columns: auto 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .crypto-beyond_component {
    height: 150vh;
  }

  .crypto-explore_component.is--slider {
    display: block;
  }

  .security-block {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .crypto_hold_description {
    width: auto;
    margin-bottom: 48px;
  }

  .unlock-block {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .unlock_description {
    width: auto;
    margin-bottom: 48px;
  }

  .unlock_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .unlock_part {
    border-radius: 12px;
    width: 80%;
    height: 9.4rem;
    margin-bottom: 24px;
    padding: 16px;
  }

  .unlock_text {
    font-size: 20px;
    line-height: 24px;
  }

  .unlock_component_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .between_block {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-end;
    align-items: flex-start;
    justify-items: center;
    display: block;
  }

  .between_block.is--margin_big {
    flex-direction: column-reverse;
  }

  .between_block_left {
    display: none;
  }

  .between_block_right {
    z-index: 2;
    max-height: none;
    margin-bottom: 24px;
    position: relative;
  }

  .between_block_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .b_block_description {
    margin-top: 0;
  }

  .circle_between_1 {
    width: 200px;
    height: 200px;
  }

  .circle_between_2 {
    height: 29px;
  }

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

  .crypto-assets-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .crypro_assets_block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    height: 100%;
  }

  .crypto-assets-general-wrapper {
    justify-content: flex-start;
    position: relative;
  }

  .circle-wrapper-assets {
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .circle_assets {
    width: 100px;
    height: 100px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .circle_assets.is--position_2 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .circle_assets.is--position_3 {
    width: 100px;
    height: 100px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .crypto-assets-slider.section-wrapper {
    z-index: 50;
    margin-top: 48px;
    display: block;
  }

  .crypto-assets-slider.section-wrapper.fix {
    margin-top: -15vh;
  }

  .slider-wrapper-assets {
    display: block;
  }

  .slider-list-assets {
    flex-direction: row;
  }

  .check-block {
    margin-top: 48px;
  }

  .conditions_block_dropdown {
    margin-bottom: 24px;
  }

  .conditions_dropdown_list.w--open {
    max-height: 190px;
    overflow: auto;
  }

  .circle-wrapper-check {
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .circle_check {
    width: 100px;
    height: 100px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .check_block_input {
    margin-bottom: 0;
  }

  .check_input {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .conversion_block {
    width: 62px;
    height: 62px;
  }

  .check_block_dropdown {
    margin-bottom: 0;
  }

  .check_dropdown {
    display: block;
  }

  .check_dropdown_toggle {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .check-form-wrapper {
    grid-template-columns: minmax(320px, 1fr);
  }

  .check_dropdown_link {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tab_check_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .check_tab_text {
    margin-right: 8px;
  }

  .line_1px_tab, .tab-link-tab-2 {
    margin-left: 8px;
  }

  .crypto-explore-wrapper {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    max-width: none;
    display: none;
  }

  .explore-block-front {
    flex-direction: column;
    display: flex;
  }

  .explore-block-front.is--block_1, .explore-block-front.is--block_2, .explore-block-front.is--block_3 {
    height: 22rem;
    padding: 32px;
  }

  .explore-block-front.is--block_4, .explore-block-front.is--block_5 {
    justify-content: flex-start;
    height: 22rem;
    padding: 32px;
  }

  .explore-block-front.is--block_1_1, .explore-block-front.is--block_2_1 {
    height: 22rem;
    padding: 32px;
  }

  .explore-block-front.is--block_5_1, .explore-block-front.is--block_4_1 {
    justify-content: flex-start;
    height: 22rem;
    padding: 32px;
  }

  .explore-block-front.is--block_3_1 {
    height: 22rem;
    padding: 32px;
  }

  .explore-block-front.is--block_5_2, .explore-block-front.is--block_4_1 {
    justify-content: flex-start;
    height: 22rem;
    padding: 32px;
  }

  .explore-block-front.is--block_1_1 {
    height: 22rem;
    padding: 32px;
  }

  .explore_block_description {
    overflow: auto;
  }

  .explore_text {
    font-size: 20px;
    line-height: 24px;
  }

  .body_4.mobile_align {
    text-align: center;
  }

  .circle-wrapper-explore {
    position: absolute;
  }

  .circle_explore {
    width: 200px;
    height: 200px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .explore-wrapper-left {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    align-content: center;
    justify-content: center;
    align-items: start;
  }

  .explore-wrapper-right {
    justify-items: center;
  }

  .beyound_borders_wrapper {
    top: 0;
  }

  .beyound_border.is--1 {
    border-radius: 16px;
    height: 320px;
  }

  .beyound_border.is--2 {
    border-radius: 16px;
    width: 92%;
    height: 86%;
  }

  .beyound_border.is--3 {
    border-radius: 16px;
    width: 92%;
    height: 84%;
  }

  .beyound_border.is--4 {
    border-radius: 16px;
    width: 92%;
    height: 82%;
  }

  .beyound_border.is--5 {
    border-radius: 16px;
    width: 92%;
    height: 80%;
  }

  .beyound_border.is--6 {
    border-radius: 16px;
    width: 92%;
    height: 78%;
  }

  .beyond_borders {
    height: 22rem;
  }

  .beyound_borders_title {
    max-width: 320px;
  }

  .explore-block-wrapper {
    width: 80vw;
  }

  .explore-block-wrapper.is--block_1, .explore-block-wrapper.is--block_2, .explore-block-wrapper.is--block_3, .explore-block-wrapper.is--block_4, .explore-block-wrapper.is--block_5, .explore-block-wrapper.is--block_5_1, .explore-block-wrapper.is--block_4_1, .explore-block-wrapper.is--block_3_1, .explore-block-wrapper.is--block_2_1, .explore-block-wrapper.is--block_1_1, .explore-block-wrapper.is--block_5_2, .explore-block-wrapper.is--block_4_2, .explore-block-wrapper.is--block_1_2 {
    width: 100%;
    height: 22rem;
  }

  .explore-block-back {
    padding: 32px 32px 75px;
  }

  .explore-block-back.is--block_1 {
    height: 22rem;
  }

  .explore-block-back.is--block_2, .explore-block-back.is--block_3, .explore-block-back.is--block_4, .explore-block-back.is--block_5, .explore-block-back.is--block_1_1, .explore-block-back.is--block_2_1, .explore-block-back.is--block_5_1, .explore-block-back.is--block_4_1, .explore-block-back.is--block_3_1, .explore-block-back.is--block_5_2, .explore-block-back.is--block_4_1 {
    height: 22rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .explore-block-back.is--block_1_2 {
    height: 22rem;
  }

  .explore-block-back.is--block_4_1_1, .explore-block-back.is--block_2_2, .explore-block-back.is--block_2_5 {
    height: 22rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .explore_block_description_back {
    margin-top: 24px;
  }

  .explore_block_description_back.back_card-m {
    height: 220px;
    overflow: auto;
  }

  .section-document-title {
    padding-top: 4.8rem;
  }

  .document-title_component {
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
  }

  .document_title_wrapper {
    width: 80%;
    position: relative;
  }

  .bread_crumbs {
    flex-wrap: wrap;
  }

  .legal_document_title {
    z-index: 10;
    width: 80%;
    max-width: none;
    margin-bottom: 24px;
    position: relative;
  }

  .document_title_image {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .document_title_flex {
    align-items: flex-start;
  }

  .section-document-description {
    padding-top: 0;
  }

  .document-wrapper {
    display: block;
  }

  .menu_document_sticky_block {
    display: none;
  }

  .document_content {
    justify-items: center;
    max-width: none;
  }

  .document_content_block.is--margin {
    margin-top: 0;
    padding-top: 72px;
  }

  .document_content_block.is--margin.is--margin2 {
    margin-bottom: 64px;
  }

  .headline_3 {
    font-size: 24px;
    line-height: 32px;
  }

  .title_document_block {
    margin-bottom: 24px;
  }

  .description_document_block {
    word-break: break-all;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-3.is--center {
    font-size: 32px;
    line-height: 39px;
  }

  .description_field_euro {
    margin-bottom: 0;
  }

  .euro_text {
    font-size: 14px;
    line-height: 20px;
  }

  .check_field_euro {
    margin-bottom: 0;
  }

  .m-nav-toggle-description {
    font-size: 16px;
  }

  .m-nav-toggle-open {
    position: fixed;
    bottom: 32px;
  }

  .mobile-nav {
    display: block;
  }

  .m-nav-toggle {
    z-index: 99;
    align-items: flex-end;
  }

  .m-nav-list {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 11rem;
    margin-bottom: 11rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .m-nav-list.big_menu {
    margin-bottom: 22rem;
  }

  .nav-overlay-gradient-top {
    border-bottom: 1px solid var(--3);
    background-color: var(--0);
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .m-nav-toggle-bg {
    background-image: linear-gradient(to bottom, rgba(22, 22, 22, 0), var(--0) 98%);
  }

  .m-nav-content {
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-overlay-gradient-bottom {
    background-image: linear-gradient(to top, var(--0) 15%, rgba(22, 22, 22, 0));
    height: 74px;
    position: fixed;
  }

  .m-nav-overlay {
    background-color: var(--0);
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .m-nav-text {
    text-align: center;
    max-width: 296px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .doc_nav_link_mob:hover {
    background-color: var(--0);
  }

  .doc_nav_link_mob.last_menu_item {
    height: 48px;
    margin-bottom: 0;
  }

  .doc_nav_link_mob.scrollenable.capitalize, .doc_nav_link_mob.scrollenable.capitalize.w--current {
    text-transform: uppercase;
  }

  .pop-up-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .close_pop-up {
    margin-bottom: 12px;
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .close_pop-up.visible {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .success_message_block {
    justify-content: flex-start;
  }

  .right_floating_cookie {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
  }

  .cookie_content {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .country-item.active {
    outline-color: var(--4);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: none;
  }

  .select_language_wrapper.pop-up {
    grid-template-columns: 148px;
  }

  .sidebar_flex {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    overflow: auto;
  }

  .sidebar_inner {
    z-index: 109;
    background-color: rgba(0, 0, 0, 0);
    width: 400px;
    margin-left: auto;
    overflow: auto;
  }

  .sidebar_content {
    overflow: auto;
  }

  .sidebar_links {
    width: 100%;
    max-height: none;
    padding-right: 0;
    display: flex;
    overflow: auto;
  }

  .toggle_menu_sidebar {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-6 {
    width: 100%;
  }

  .link_menu_sidebar {
    font-size: 24px;
    line-height: 32px;
  }

  .sidebar_button {
    z-index: 111;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-content: start;
    justify-content: start;
    align-items: center;
    justify-items: start;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .link_menu_sidebar_box {
    width: 80%;
    height: 48px;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .div-block-8 {
    background-color: var(--0);
    justify-content: flex-end;
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

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

  .tooltip.ukraine, .tooltip.fix {
    margin-left: 0;
  }

  .tooltip_image {
    margin-bottom: 0;
  }

  .tooltips_messages {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
  }

  .tooltip_content {
    align-items: center;
    margin-bottom: 0;
  }

  .button_slider_left {
    left: -4%;
  }

  .button_slider_right, .m_button_slider_right {
    right: -4%;
  }

  .m_button_slider_left, .m_features_button_slider_left {
    left: -4%;
  }

  .m_features_button_slider_right {
    right: -4%;
  }

  .crypto-hint-wrapper.s20 {
    justify-content: flex-start;
  }

  .crypto_hint_icon {
    margin-right: 0;
  }

  .crypto_hint_description {
    padding-left: 0;
    padding-right: 0;
  }

  .home-trustpilot_component {
    margin-bottom: 48px;
  }

  .trustpilot_content_block {
    grid-row-gap: 36px;
    grid-template: "."
    / auto;
    grid-auto-flow: row;
  }

  .headline_4.is--exception {
    font-size: 20px;
    line-height: 24px;
  }

  .headline_4.is--align_left {
    text-align: left;
  }

  .section-header {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .section-header.cpa {
    height: auto;
    overflow: visible;
  }

  .section-header.wb {
    padding-top: 128px;
    padding-bottom: 72px;
  }

  .teens-description-component {
    width: auto;
    margin-top: 0;
  }

  .teens-surprise_component {
    padding-top: 4.5rem;
  }

  .surprise_block {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: visible;
  }

  .surprise_description {
    width: auto;
    margin-top: 36px;
    margin-bottom: 48px;
    padding-bottom: 0;
  }

  .surprise_image {
    justify-content: center;
    width: 100%;
    height: 444px;
    margin-bottom: -72px;
    display: flex;
  }

  .teens-transfer_component {
    margin-top: 96px;
    margin-bottom: 96px;
  }

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

  .circle-wrapper-teens {
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .circle_assets_teens, .circle_assets_teens2 {
    width: 100px;
    height: 100px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cat-_eyes-teens {
    top: 0;
    right: -30px;
  }

  .lottie-animation-teens {
    width: 424px;
  }

  .teens-freedom-slider.section-wrapper {
    z-index: 50;
    display: block;
  }

  .slider-item-freedom {
    flex-direction: row;
    width: 70%;
    display: flex;
  }

  .image-18 {
    width: 36px;
  }

  .blur_image {
    filter: blur(80px);
    width: 100px;
    height: 100px;
  }

  .blur_image.top_left {
    width: 150px;
    height: 150px;
  }

  .blur_image.cpa {
    width: 60px;
    height: 60px;
  }

  .cat-_eyes-component_calculate {
    top: -90px;
    right: 6px;
  }

  .image-component {
    display: block;
  }

  .heading2_support {
    font-size: 24px;
    line-height: 32px;
  }

  .image-21, .image-21.is--big {
    width: 100px;
  }

  .crypto-explore-slider {
    padding-top: 24px;
  }

  .crypto-explore-slider.section-wrapper {
    z-index: 50;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-wrapper-explore {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .slider-item-explore {
    width: 80%;
    overflow: visible;
  }

  .slider-item-explore.hidden {
    display: none;
  }

  .slider-list-explore {
    flex-direction: row;
  }

  .crypto-more-slider.section-wrapper {
    z-index: 50;
    margin-top: 48px;
    display: block;
  }

  .slider-wrapper-more {
    align-items: stretch;
  }

  .slider-list-more {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .slider-item-more {
    flex: none;
    width: 90%;
    overflow: hidden;
  }

  .crypto-more-two-slider.section-wrapper {
    z-index: 1;
    margin-top: 48px;
    display: block;
    position: relative;
  }

  .slider-wrapper-more-two {
    align-items: stretch;
  }

  .slider-list-more-two {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .slider-item-more-two {
    flex: none;
    width: 90%;
    overflow: hidden;
  }

  .m_button_slider_left_more_two {
    left: -4%;
  }

  .m_button_slider_right_more, .m_button_slider_right_more_two {
    right: -4%;
  }

  .m_button_slider_left_more, .m_button_slider_left_assets {
    left: -4%;
  }

  .m_button_slider_right_assets {
    right: -4%;
  }

  .slider-list-freedom {
    flex-direction: row;
  }

  .additional_cards_image {
    width: 20rem;
    height: 20rem;
    margin-top: 48px;
    margin-bottom: 0;
  }

  .ad_c_image {
    max-width: 20rem;
  }

  .additional_cards_description {
    width: auto;
    margin: 36px 0 48px;
  }

  .protection_block {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-end;
    align-items: flex-start;
    justify-items: center;
    display: block;
  }

  .protection_block.is--margin_big {
    flex-direction: column-reverse;
  }

  .p_block_description {
    margin-top: 0;
  }

  .security-operations-block {
    flex-direction: column;
    justify-content: center;
    margin-top: 48px;
  }

  .security_operations_description {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 80%;
    margin-bottom: 0;
  }

  .image_operation {
    width: 64px;
  }

  .image_explore_cashback.fix {
    width: 100px;
  }

  .cashback-explore-wrapper {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    max-width: none;
    display: none;
  }

  .legal_image_2 {
    width: 180px;
    height: auto;
  }

  .a_block-phone {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .account_benefit_block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }

  .headline_6 {
    font-size: 16px;
    line-height: 24px;
  }

  .account_description {
    max-width: none;
  }

  .a_block-benefi_icon {
    flex: none;
    margin-right: 12px;
    position: static;
  }

  .a_block-benefit {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .account-block-back {
    height: 80%;
  }

  .cat-_eyes-account {
    top: 0;
    right: -30px;
  }

  .lottie-animation-account {
    width: 424px;
  }

  .account-section-name {
    margin-bottom: 64px;
  }

  .account-section-name.wb {
    margin-bottom: 0;
  }

  .account-block-front_mob {
    display: none;
  }

  .teens-freedom-slider-table.section-wrapper {
    z-index: 50;
    display: none;
  }

  .account-benefit-slider.section-wrapper {
    z-index: 50;
    margin-top: 36px;
    display: block;
  }

  .slider-item-benefit {
    flex-direction: row;
    width: 90%;
    display: flex;
  }

  .slider-list-benefit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .slider-wrapper-benefit {
    display: block;
  }

  .account_benefit_block_mob {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .account_block_mob {
    width: 100%;
  }

  .a_block-benefit_icon_mob {
    flex: 0 auto;
    width: 120px;
  }

  .account_description_mob {
    width: 100%;
    max-width: none;
  }

  .account-check-block {
    margin-top: 48px;
  }

  .account-tabs {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .account-tabs_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
    width: 100px;
    margin-right: 24px;
    display: flex;
  }

  .account-tab-link-tab-2, .account-tab-link-tab-2.w--current, .account-tab-link-tab-1 {
    margin-bottom: 24px;
  }

  .account-tabs-content {
    margin-top: 0;
  }

  .tab__account_check_wrapper {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .headline_1 {
    font-size: 40px;
    line-height: 48px;
  }

  .headline_1.is-special_size.fix-rem {
    font-size: 1rem;
  }

  .div-block-16 {
    margin-top: 36px;
  }

  .line_2px {
    width: 2px;
    height: 40vh;
    display: block;
  }

  .div-block-17 {
    width: 60%;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 24px;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .account-section {
    margin-top: 48px;
  }

  .t-cost_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: visible;
  }

  .t-cost_description {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    align-items: stretch;
    width: auto;
    margin-top: 48px;
    margin-bottom: 0;
    display: flex;
  }

  .t-cost_bullet {
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 0;
    margin-bottom: 48px;
  }

  .t-cost_bullet.add {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .t-cost_image {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 64px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-19 {
    width: auto;
  }

  .transfers-card_component {
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .transfers_col-left {
    width: auto;
    margin-bottom: 36px;
  }

  .transfers_col-right {
    width: auto;
    margin-bottom: 0;
  }

  .t_description-component {
    position: static;
  }

  .t_block {
    width: 100%;
    height: 100%;
  }

  .tb_desk {
    margin-top: 16px;
  }

  .circle-wrapper-transfers {
    position: absolute;
    overflow: hidden;
  }

  .circle_transfers {
    width: 100px;
    height: 100px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .transfers-payment_component {
    align-items: center;
    min-height: 768px;
    display: flex;
  }

  .transfers-section-name {
    margin-bottom: 64px;
  }

  .trandfers-section-block {
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .transfers-block-front {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: flex;
  }

  .t_block-phone {
    justify-content: center;
    align-items: center;
    width: auto;
    display: none;
  }

  .transfers-block-back {
    height: 80%;
    display: none;
  }

  .transfers_benefit_block {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-20, .image-25 {
    display: none;
  }

  .image-25.mobile {
    width: 100%;
    display: inline-block;
  }

  .blur_image-copy {
    filter: blur(80px);
    width: 100px;
    height: 100px;
  }

  .t_button-component {
    width: 100%;
  }

  .cat-_eyes-transfers {
    width: 50%;
    top: 10%;
    left: auto;
    right: auto;
  }

  .t_block-phone_mob {
    z-index: 1;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .transfers-block-back_mob {
    width: 500px;
    height: 500px;
  }

  .div-block-20_mob {
    margin-top: 48px;
    margin-bottom: 24px;
    display: block;
  }

  .teens-using_component {
    align-items: center;
    margin-top: 72px;
    display: flex;
  }

  .button-component_phone {
    margin-top: 0;
  }

  .teens-transfer_component-mobile {
    margin-top: 64px;
  }

  .slider-item-teens {
    width: 340px;
  }

  .div-block-21 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-start;
  }

  .contact_us-wrapper {
    flex-direction: column;
    display: flex;
  }

  .contact_us-description {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .div-block-26 {
    width: 50%;
  }

  .search-form {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .headline_2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .search_image-wrapper {
    margin-bottom: 64px;
    display: none;
  }

  .search_image-wrapper.mobile {
    display: block;
  }

  .line_1px-width.is--mobile_teens {
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .line_1px-width.mobi {
    display: block;
  }

  .faq-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .faq-questions {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 48px;
    display: grid;
  }

  .topic-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .all_topics {
    margin-top: 48px;
    display: flex;
  }

  .topic_block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    height: 100%;
  }

  .item_block_flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .item_image {
    width: 60px;
  }

  .item_description {
    width: auto;
    margin-left: 16px;
  }

  .support_question-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
  }

  .support_question-wrapper.is--margin {
    margin-bottom: 48px;
  }

  .support_question-title {
    width: auto;
  }

  .support_question-button {
    margin-top: 24px;
  }

  .section-registration {
    padding-top: 36px;
  }

  .help_crumbs-wrapper {
    align-items: flex-start;
    margin-bottom: 64px;
  }

  .h_description-description {
    margin-top: 16px;
  }

  .h_d-questions {
    margin-top: 36px;
  }

  .h_d-question_topic {
    margin-bottom: 24px;
  }

  .document_title_help {
    align-items: center;
  }

  .document_title_image_help {
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .h_d-answer {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .h_d-related_articles {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .support_answer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .support_answer-title {
    width: auto;
  }

  .support_answer-button {
    margin-top: 24px;
  }

  .list_questions {
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .section-price {
    padding-top: 48px;
  }

  .menu_price-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .menu_price-link {
    font-size: 14px;
    line-height: 14px;
  }

  .menu_price-links {
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
  }

  .menu_price-name_page {
    display: none;
  }

  .price-wrapper {
    margin-bottom: 64px;
  }

  .price_menu-description {
    margin-top: 64px;
  }

  .p_m-title {
    justify-content: flex-start;
  }

  .p_m-items_list {
    margin-top: 48px;
  }

  .price-button-component {
    margin-top: 32px;
  }

  .text-span {
    font-size: 16px;
  }

  .icon_sidebar {
    width: 24px;
    margin-top: 4px;
    margin-left: 8px;
  }

  .assets_block_flex_2 {
    align-items: center;
  }

  .pop_up_modal_card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 75vh;
    padding: 48px 24px;
    display: block;
    overflow: auto;
  }

  .pop_up_block_card {
    justify-content: flex-start;
  }

  .country_block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .circle_country {
    width: 100px;
    height: 100px;
    display: block;
  }

  .country_zone_name {
    margin-right: 6px;
  }

  .button_modal {
    font-size: 14px;
    line-height: 20px;
  }

  .image_country {
    width: 20px;
  }

  .close_pop-up_mobile {
    margin-bottom: 12px;
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }

  .pop_up_select_country {
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    max-height: 90vh;
    position: fixed;
    bottom: 0;
    left: 3rem;
    right: 3rem;
  }

  .pop_up_block_card_2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .line_2px-height {
    width: 2px;
    height: auto;
    display: block;
  }

  .line_2px-height.is--refers {
    width: auto;
    height: 2px;
  }

  .line_2px-height.is--refers.magin {
    width: 100%;
    margin: 24px 0;
  }

  .content_block-pop_up_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: auto;
    display: flex;
  }

  .pop_up_block_card_3, .pop_up_block_card_4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .transfers-slider_2 {
    flex-direction: column;
  }

  .t_block-phone_2 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: none;
  }

  .t_block-phone_2.mobile {
    margin-bottom: 36px;
    margin-right: 0;
    display: flex;
  }

  .t_block_content-wrapper {
    width: 100%;
  }

  .transfers-slider_3 {
    flex-direction: column;
  }

  ._404-block {
    flex-direction: column-reverse;
    justify-content: center;
  }

  ._404_description {
    width: auto;
    margin-bottom: 0;
  }

  .teenss-section-block {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 460px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .t_block-slider_1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .teens-section-block-back {
    width: 150%;
    height: auto;
    display: flex;
  }

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

  .a_teens_description {
    width: auto;
    max-width: none;
  }

  .button_back_teens.right {
    display: flex;
  }

  .t_block-slider_2 {
    grid-column-gap: 24px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: start;
  }

  .a_teens-block-front {
    grid-row-gap: 36px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-37 {
    align-items: flex-start;
    display: flex;
  }

  .a_teens-image_phone {
    display: none;
  }

  .a_teens-image_phone.mobile {
    width: 100%;
    margin-bottom: 24px;
    display: block;
  }

  .t_block-slider_3 {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: start;
  }

  .teens-section-block-back_2 {
    width: 100%;
    height: auto;
    display: none;
  }

  .a_block-element {
    margin-bottom: 24px;
  }

  .div-block-38, .a_block_flex {
    align-items: center;
  }

  .at_description {
    justify-content: center;
    width: 80%;
    max-width: none;
  }

  .at_block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }

  .at_block.fix {
    width: auto;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .at_block.is--slide2 {
    width: auto;
  }

  .at_block.is--slide2.fix2 {
    width: auto;
    margin-right: 0;
  }

  .at_block.is--slide3 {
    width: auto;
  }

  .at_block.is--slide3.fix2 {
    margin-right: 0;
  }

  .at_block-benefit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .att_description {
    max-width: none;
  }

  .a_tt_teens-block {
    grid-row-gap: 36px;
    flex-direction: column;
  }

  .t_block-slider_4, .t_block-slider_5 {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: start;
  }

  .cat-_eyes-teens_2_1 {
    width: 40%;
    top: 5%;
    left: auto;
    right: auto;
  }

  .cat-_eyes-teens_2_2 {
    width: 50%;
    top: 5%;
    left: auto;
    right: auto;
  }

  .div-block-40 {
    margin-left: 6px;
    display: block;
  }

  .account-section-block2 {
    align-items: center;
    margin-top: 0;
  }

  .a_block-phone2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .q_d-answer {
    margin-top: 8px;
  }

  .h_d-results_search {
    margin-top: 48px;
  }

  .sb-answer_found {
    margin-bottom: 10vh;
  }

  .answer_found-wrapper {
    max-width: none;
  }

  .body_3-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .select_country-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .country_block_dropdown {
    margin-bottom: 36px;
  }

  .image-30 {
    display: block;
  }

  .mobile_action-wrapper {
    display: none;
  }

  .button_component {
    z-index: 2;
    position: relative;
  }

  .pop_up_modal_country {
    z-index: 1;
    flex-direction: column-reverse;
    align-items: flex-end;
    width: auto;
    position: fixed;
    bottom: 0;
    left: 3rem;
    right: 3rem;
    overflow: hidden;
  }

  .pop_up_modal_language {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 48px 24px;
    overflow: auto;
  }

  .accent-text {
    font-size: 24px;
    line-height: 32px;
  }

  .headingh1 {
    letter-spacing: normal;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .form-3 {
    align-items: stretch;
  }

  .button_save {
    font-size: 14px;
    line-height: 14px;
  }

  .button_save.small {
    display: block;
  }

  .image_benefit {
    width: 72px;
  }

  .menu_price-lwrapper {
    align-items: center;
  }

  .circle_ukraine_1, .circle_ukraine_2 {
    width: 100px;
    height: 100px;
  }

  .circle_ukraine {
    width: 100px;
    height: 100px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m_button_slider_left2 {
    left: -4%;
  }

  .m_button_slider_right2 {
    right: -4%;
  }

  .img_mfsa {
    width: 144px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-4.no_margin {
    margin-bottom: 0;
  }

  .download_price-wrapper {
    grid-row-gap: 24px;
    grid-template-rows: auto;
    margin-top: 48px;
  }

  .download_price {
    grid-column-gap: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .download-description {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .breadcrumbs-wrapper {
    margin-top: 78px;
  }

  .breadcrumbs-component {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .body_8, .body_9 {
    font-size: 12px;
    line-height: 12px;
  }

  .crypto-assets-image {
    height: 380px;
    margin-top: 48px;
  }

  .cai-wrapper, .cai_image {
    height: 380px;
  }

  .cai_image.mobi {
    width: auto;
    max-width: none;
    height: auto;
    max-height: 380px;
  }

  .slider-item-assets_2 {
    width: 260px;
  }

  .cpa-description {
    width: auto;
    margin-top: 48px;
  }

  .cpa-button {
    margin-top: 32px;
  }

  .cpa_header {
    margin-top: 0;
  }

  .cat-_eyes_cpa {
    top: -20px;
    right: 6px;
  }

  .track {
    margin-top: 28px;
  }

  .image-block.mobile {
    width: 100%;
    display: flex;
  }

  .image-block.gem {
    width: 120%;
    margin-left: 0;
  }

  .image-block.individuals {
    width: 100%;
  }

  .horizontal-scroll_page-padding {
    background-color: var(--0);
    margin-top: -8px;
  }

  .row {
    grid-column-gap: 20px;
    grid-template-columns: 400px;
    grid-auto-columns: 400px;
  }

  .horizontal-scroll_item-padding {
    padding-right: 1.25rem;
  }

  .horizontal-scroll_item-padding.first {
    width: 100%;
    padding-left: 0;
  }

  .card_2, .card_image_2 {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .text_block_c {
    grid-row-gap: 24px;
    width: auto;
  }

  .image_block_c {
    z-index: 1;
    width: 100%;
  }

  .cpa_card_frame {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cpa_card_frame.grid {
    grid-column-gap: 12px;
  }

  .content-block-cpa {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
  }

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

  .heading_feedback {
    font-size: 36px;
    line-height: 44px;
  }

  .feedback-field {
    font-size: 18px;
    line-height: 26px;
  }

  .feedback-textarea {
    max-width: none;
  }

  .feedback-button {
    margin-top: 36px;
  }

  .feedback-headlne {
    margin-bottom: 64px;
  }

  .line-wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .image-star {
    height: 32px;
  }

  .form-feedback {
    width: auto;
  }

  .success-feedback {
    padding-top: 0;
    padding-bottom: 0;
  }

  .success-text {
    align-items: center;
  }

  .success-block {
    grid-row-gap: 48px;
    flex-direction: column-reverse;
  }

  .image-32 {
    width: 260px;
  }

  .blog-wrapper {
    padding: 64px 2rem;
  }

  .blog_top-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b_topic-conteiner {
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .b_topic-heading {
    overflow-wrap: anywhere;
  }

  .b_topic-image {
    margin-left: auto;
    margin-right: auto;
  }

  .b_post-title, .blog__rich-text {
    overflow-wrap: anywhere;
  }

  .blog__rich-text h2, .blog__rich-text h4 {
    font-size: 27px;
    line-height: 36px;
  }

  .blog__rich-text h3 {
    font-size: 42px;
    line-height: 51px;
  }

  .form__name {
    font-size: 20px;
    line-height: 28px;
  }

  .forms__promo-code {
    font-size: 34px;
  }

  .forms__error-msg {
    font-size: 20px;
    line-height: 28px;
  }

  .button__awards {
    font-size: 14px;
    line-height: 14px;
  }

  .forms__title {
    font-size: 24px;
    line-height: 32px;
  }

  .wb-description {
    width: auto;
  }

  .image-block-wb {
    width: 400px;
    height: 30rem;
    margin-top: 36px;
  }

  .image-block-wb.mobi {
    height: 15rem;
    margin-top: 0;
  }

  .div-block-43 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .poin_block {
    margin-right: 24px;
  }

  .important_features-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .important_features {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 36px;
  }

  .div-block-46 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-50 {
    margin-right: 24px;
  }

  .div-block-51 {
    width: 48px;
    height: 48px;
    margin-top: -18px;
  }

  .div-block-54 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .div-block-55 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-57 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .div-block-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .div-block-61 {
    width: auto;
  }

  .im_block {
    z-index: 1;
    width: 100%;
  }

  .im_block.mobi {
    display: flex;
  }

  .card-steps-slider2.section-wrapper {
    margin-top: 54px;
    margin-bottom: 48px;
    display: block;
  }

  .slider-wrapper-registration2 {
    overflow: visible;
  }

  .slider-item-registration2 {
    width: 60%;
  }

  .slider-wrapper-registration3 {
    overflow: visible;
  }

  .slider-item-registration3 {
    width: 60%;
  }

  .m_button_slider_left3 {
    left: -4%;
  }

  .m_button_slider_right3 {
    right: -4%;
  }

  .button__card, .button__card-mobile {
    margin-top: 32px;
  }

  .text-block {
    flex-direction: column;
    width: 100%;
  }

  .bullet__wrapper {
    margin-bottom: 0;
  }

  .image-block-absolute {
    display: none;
  }

  .block-long {
    flex-direction: column;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-35 {
    min-width: 100%;
  }

  .image-35.ba_img {
    min-width: 150%;
    margin-top: -48px;
    margin-bottom: -72px;
    margin-left: 11px;
  }

  .div-block-63 {
    width: 100%;
  }

  .image-36 {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }

  .div-block-64 {
    grid-template-columns: .25fr 1fr;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3";
  }

  .circle-2 {
    z-index: 0;
    top: -55%;
    left: -39%;
  }

  .headline_3-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .form__box {
    padding: 50px 20px;
  }

  .form--grey {
    padding: 18px 14px;
  }

  .block_long__heading {
    font-size: 16px;
    line-height: 23px;
  }

  .image-39 {
    width: 56px;
    min-width: 56px;
  }

  .div-block-66 {
    width: 100%;
  }

  .heading_24 {
    font-size: 32px;
    line-height: 40px;
  }

  .partners-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .partners-title {
    font-size: 16px;
  }

  .partners-title.heading {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .partners-link {
    width: 274px;
    height: 250px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body_8-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .partners_inner-title {
    font-size: 18px;
  }

  .partners_inner-subtitle {
    font-size: 32px;
  }

  .partners_logo-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .partners-grid {
    grid-column-gap: 9px;
    grid-template-columns: auto auto;
  }

  .partners-info {
    flex-direction: column-reverse;
  }

  .partners-rich-text {
    width: 100%;
    margin-bottom: 50px;
  }

  .partners-button {
    display: none;
  }

  .partners-navigation_wrapper {
    width: 100%;
  }

  .collection-list-wrapper, .default-icon {
    display: none;
  }

  .partners-subtitle {
    font-size: 16px;
  }

  .section-2 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    overflow: hidden;
  }

  .partners_nav {
    flex-direction: column;
    position: static;
  }

  .image_main {
    display: block;
  }

  .button_cta_medium-2 {
    font-size: 14px;
    line-height: 14px;
    display: flex;
  }

  .div-block-69 {
    width: 100%;
    height: 100%;
  }

  .image-43.mobile {
    display: none;
  }

  .awards_h {
    font-size: 24px;
    line-height: 32px;
  }

  .awards_images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .awards_2024 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .partner-p_m {
    display: flex;
  }

  .credit-grade-block {
    width: 232px;
  }

  .partner-p_d {
    display: none;
  }

  .individual-description {
    width: auto;
  }

  .individuals-text {
    width: 100%;
  }

  .component-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: visible;
  }

  .component-block-image {
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 0;
    display: flex;
  }

  .component-block-bullet {
    width: auto;
    margin-top: 0;
    margin-bottom: 48px;
  }

  .component-block__wrapper {
    padding-top: 0;
  }

  .component-block__description {
    flex-direction: column-reverse;
    align-items: stretch;
    width: auto;
    margin-top: 48px;
    margin-bottom: 0;
    display: flex;
  }

  .individuals-component-image_t {
    display: none;
  }

  .individuals-component-image_m {
    width: 100%;
    display: block;
  }

  .headline-2 {
    flex-direction: column;
  }

  .partners-link__ep {
    width: 274px;
    height: 250px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .other-input {
    padding: 18px 14px;
  }

  .slider-text.is--align_center.is--align_left {
    text-align: left;
  }

  .slider-text.is--special_case {
    font-size: 20px;
    line-height: 28px;
  }

  .m_button_slider_left_explore {
    left: -4%;
  }

  .m_button_slider_right_explore {
    right: -4%;
  }

  .explore_back_a {
    margin-top: 24px;
  }

  .explore_back_a.back_card-m {
    height: 220px;
    overflow: auto;
  }

  .explore_block_back_a {
    margin-top: 24px;
  }

  .explore_block_back_a.back_card-m {
    height: 220px;
    overflow: auto;
  }

  .c_c_pont_split.is--align_center.is--align_left {
    text-align: left;
  }

  .c_c_pont_split.is--special_case {
    font-size: 20px;
    line-height: 28px;
  }

  .promo_niht.is--align_center.is--align_left {
    text-align: left;
  }

  .promo_niht.is--special_case {
    font-size: 20px;
    line-height: 28px;
  }

  .component-wrapper_new.wb {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .component_descroption {
    width: auto;
    margin-top: 0;
  }

  .heading_new {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_new.is--align_left {
    font-size: 36px;
    line-height: 44px;
  }

  .heading_new.is--align_left.t, .p_new.is--align_center.is--align_left {
    text-align: left;
  }

  .p_new.is--special_case {
    font-size: 20px;
    line-height: 28px;
  }

  .button_new {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .button_new.small {
    display: block;
  }

  .button-component_new {
    justify-content: center;
    width: 100%;
    margin-top: 32px;
  }

  .button-component_new.big {
    margin-top: 36px;
  }

  .button-component_new.support {
    margin-top: 24px;
  }

  .button-arrow_new {
    justify-content: center;
    width: 100%;
  }

  .services_item {
    border-radius: 11px;
  }

  .services_text {
    font-size: 16px;
  }

  .cashback-services_hint_icon {
    margin-right: 0;
    display: none;
  }

  .cashback-services_text, .cashback-services_hint-text {
    font-size: 12px;
  }

  .cashback_hint_description {
    margin-left: 15px;
  }

  .m_button_slider_left_r {
    left: -4%;
  }

  .m_button_slider_right_r {
    right: -4%;
  }

  .add_card_description_2, .add_card_header_2 {
    width: auto;
  }

  .additional_card_2 {
    flex-direction: column;
    width: auto;
    min-height: auto;
    padding-left: 3rem;
    padding-right: 3em;
  }

  .partners-rich-text-2, .partners-rich-text-3 {
    width: 100%;
    margin-bottom: 50px;
  }

  .nav-2 {
    z-index: 100;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button_header.transperent.tablet {
    display: none;
  }

  .component_wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .component_wrapper.half {
    width: 100%;
  }

  .component_wrapper.m-reverse {
    flex-direction: column-reverse;
  }

  .text_heading {
    text-align: left;
    font-size: 32px;
    line-height: 125%;
  }

  .text_heading.align-left._56px {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .text_heading.no-margin.m_center {
    text-align: center;
  }

  .text_heading.no-margin.m_left {
    align-self: flex-start;
  }

  .text_heading.no-margin.wtf {
    font-size: 32px;
  }

  .text_heading.sp {
    text-align: left;
  }

  .text_p {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .text_p.center {
    text-align: left;
  }

  .text_p.no-margin.small_dt {
    font-size: 14px;
  }

  .text_p.sp-align {
    text-align: left;
  }

  .text_p.black {
    font-size: 18px;
    line-height: 26px;
  }

  .component_text.sp {
    align-items: flex-start;
  }

  .component_content {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column-reverse;
  }

  .component_content.reverse {
    flex-direction: column-reverse;
  }

  .component_content.s20 {
    flex-direction: column;
  }

  .component_content.s20.reverse {
    flex-direction: column-reverse;
  }

  .component_content.is--main {
    flex-direction: column;
  }

  .component_content.is--main.m-reverse {
    flex-direction: column-reverse;
  }

  .component_content.sp_vertical {
    align-items: flex-start;
  }

  .content_image.main, .content_image._40, .content_image.w_half {
    width: 100%;
  }

  .content_text.width {
    margin-bottom: 36px;
  }

  .content_text._60, .content_text.w_half {
    width: 100%;
  }

  .button_main {
    align-self: flex-start;
    font-size: 14px;
  }

  .button_main.transperent.m-width, .button_main.m-width {
    min-width: 100%;
  }

  .text-32 {
    text-align: left;
    font-size: 20px;
  }

  .text-h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 125%;
  }

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

  .card_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 24px;
  }

  .image-48 {
    width: 72px;
  }

  .text_h4, .text_h4.no-margin.small_dt {
    font-size: 20px;
  }

  .card_line {
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .s_block {
    width: 100%;
    height: 100%;
    padding: 36px 24px;
  }

  .s_col-left {
    width: auto;
    margin-bottom: 36px;
  }

  .s_col-left.fix {
    margin-bottom: 0;
  }

  .s-card_component {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .s_col-right {
    width: auto;
    margin-bottom: 0;
  }

  .s_description-component {
    position: static;
  }

  .assets_block_flex_3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tb-name-s {
    margin-left: 0;
  }

  .div-block-79, .div-block-80 {
    justify-content: flex-start;
    margin-top: 36px;
  }

  .div-block-80.no-margin.m_left {
    align-self: flex-start;
  }

  .faq_title {
    font-size: 16px;
  }

  .section_help_header {
    padding-top: 36px;
  }

  .help_crumbs-wrapper_new {
    align-items: flex-start;
    margin-bottom: 64px;
  }

  .section-document-title_new {
    padding-top: 4.8rem;
  }

  .document_title_wrapper_new {
    width: 80%;
    position: relative;
  }

  .switch_text {
    font-size: 14px;
  }

  .step_point {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
  }

  .step_num {
    font-size: 12px;
  }

  .div-block-82 {
    width: 36px;
    height: 36px;
  }

  .step_image, .step_image.mobile {
    max-width: 100%;
  }

  .advice_block {
    padding: 16px 24px;
  }

  .advice_description {
    text-align: left;
    font-size: 14px;
  }

  .advice_description.center {
    text-align: left;
  }

  .advice_title {
    text-align: left;
    font-size: 14px;
  }

  .advice_title.center {
    text-align: left;
  }

  .image-50 {
    width: 28px;
  }

  .text_marker {
    font-size: 16px;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .text_gradient {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .text_gradient.center {
    text-align: left;
  }

  .text_gradient.clipped.center.big {
    font-size: 20px;
  }

  .text_gradient.clipped.center.big.sp {
    margin-bottom: 16px;
  }

  .text_gradient.clipped.marker.sp_text {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }

  .text_gradient.clipped.marker.sp_text.upper {
    font-size: 12px;
  }

  .text_gradient.clipped.num {
    font-size: 40px;
    line-height: 120%;
  }

  .text_title_s20 {
    font-size: 14px;
    line-height: 24px;
  }

  .text_title_s20.is--bold {
    font-size: 16px;
    line-height: 24px;
  }

  .text_title_s20.is--bold.is--align_left {
    line-height: 24px;
  }

  .text_title_s20.sp {
    font-size: 20px;
  }

  .text-h2_s20_titile {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 125%;
  }

  .div-block-83_s20 {
    align-self: flex-start;
  }

  .image_desk {
    display: none;
  }

  .image_mob {
    display: block;
  }

  .s_b_block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .terms-table_right {
    word-break: break-all;
  }

  .terms-table_left {
    width: 130px;
  }

  .part_description_bm {
    width: 100%;
    margin-top: 48px;
  }

  .cards_bm_head {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 125%;
  }

  .text_under {
    text-align: left;
    margin-bottom: 24px;
    font-size: 12px;
  }

  .text_under.center {
    text-align: left;
  }

  .button_main-2 {
    align-self: flex-start;
    font-size: 14px;
  }

  .popup_partners {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 36px 24px;
    display: block;
  }

  .line4px {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .pop_up_block_card_partners {
    justify-content: flex-start;
  }

  .bg-gradient {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -25px;
  }

  .div-block-90 {
    margin-top: 16px;
  }

  .trusted_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
  }

  .trusted_icon {
    flex-direction: column;
  }

  .card_wrapper_fpc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 24px;
  }

  .fpc_card_text, .fpc_card_text.adaptive {
    width: 100%;
  }

  .image-55 {
    position: static;
  }

  .div-block-91 {
    margin-top: 4px;
  }

  .image-56 {
    width: auto;
    height: 120px;
    position: static;
  }

  .tc_card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .line64 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .h-line {
    display: none;
  }

  .tc_wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .tc_block {
    width: 100%;
  }

  .tc_icon {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .explore-block-wrapper_2 {
    width: 80vw;
  }

  .explore-block-wrapper_2.is--block_1, .explore-block-wrapper_2.is--block_2, .explore-block-wrapper_2.is--block_3, .explore-block-wrapper_2.is--block_4, .explore-block-wrapper_2.is--block_5, .explore-block-wrapper_2.is--block_5_1, .explore-block-wrapper_2.is--block_4_1, .explore-block-wrapper_2.is--block_3_1, .explore-block-wrapper_2.is--block_2_1, .explore-block-wrapper_2.is--block_1_1, .explore-block-wrapper_2.is--block_1_2 {
    width: 100%;
    height: 22rem;
  }

  .wrapper_button_top {
    align-self: flex-start;
  }

  .wrapper_button_top.ig {
    align-self: center;
  }

  .text_heading-copy {
    text-align: left;
    font-size: 32px;
    line-height: 125%;
  }

  .text_heading-copy.align-left._56px {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .text_heading-copy.no-margin.m_center {
    text-align: center;
  }

  .text_heading-copy.no-margin.m_left {
    align-self: flex-start;
  }

  .text_heading-copy.no-margin.wtf {
    font-size: 32px;
  }

  .text_brand {
    text-align: left;
    font-size: 32px;
    line-height: 125%;
  }

  .text_brand.align-left._56px {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .text_brand.no-margin.m_center {
    text-align: center;
  }

  .text_brand.no-margin.m_left {
    align-self: flex-start;
  }

  .text_brand.no-margin.wtf {
    font-size: 32px;
  }

  .sp_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }

  .sp_bar_wrapper {
    flex-direction: column;
    width: auto;
    height: 24rem;
  }

  .sp_cards_wrapper {
    flex-direction: column;
    flex: 1;
  }

  .sp_text_brand {
    font-size: 14px;
  }

  .sp_line {
    width: 2px;
    height: 100%;
    display: flex;
  }

  .sp_circle {
    transform: rotate(90deg);
  }

  .text_block_sp.align {
    align-items: flex-start;
  }

  .sp_card_2.light-brand {
    margin-top: 36px;
  }

  .sp_circle_2 {
    transform: rotate(90deg);
  }

  .sp_gradient {
    text-align: left;
  }

  .sp_sticky_card.ig {
    width: 250px;
    height: 250px;
  }

  .sp_card_inner_1._2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sp_card_inner_1.light-brand {
    flex-direction: column;
  }

  .sp_card_inner_1.light-brand.padding {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sp_card_inner_1.black-gradient {
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .sp_card_inner_1.p {
    padding: 24px 16px;
  }

  .sp_card_vertical {
    flex: 0 72%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sp_card_vertical.brand {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sp_p {
    font-size: 12px;
  }

  .sp_p.small, .sp_p.bold {
    font-size: 12px;
    line-height: 18px;
  }

  .sp_p.titiled {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .sp_border {
    height: 80px;
    min-height: 80px;
    padding-bottom: 16px;
  }

  .sp_border.titiled {
    justify-content: flex-start;
  }

  .div-block-95 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sp_logo {
    display: none;
  }

  .sp_logo.m {
    width: 100%;
    margin-bottom: -12px;
    display: block;
  }

  .sp-title {
    font-size: 16px;
  }

  .sp_card_3 {
    flex: 1;
    min-width: 158px;
    min-height: 148px;
  }

  .s_col-right_sp {
    width: auto;
    margin-bottom: 0;
  }

  .b_topic {
    flex-flow: column;
    align-items: flex-start;
  }

  .awards_2023 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-69 {
    width: 130px;
    top: -63px;
    bottom: 2px;
    left: 11px;
  }

  .dropdown_link_footer-2 {
    white-space: break-spaces;
    line-height: 20px;
  }

  .dropdown_link_footer-2.w--current {
    color: #6e737b;
  }

  .ig_image_tablet {
    display: none;
  }

  .text_button {
    flex-flow: column;
  }

  .sp_gradient-2 {
    text-align: left;
  }

  .ig_column {
    flex-flow: column;
  }

  .headline-3 {
    flex-direction: column;
  }

  .text_heading-2 {
    text-align: left;
    font-size: 32px;
    line-height: 125%;
  }

  .text_heading-2.center {
    text-align: center;
  }

  .ig_image_hand_mobile {
    width: auto;
    height: 100%;
    display: block;
    bottom: 2px;
  }

  .text_h4_ig {
    font-size: 32px;
  }

  .text_p-2 {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .text_p-2.black {
    font-size: 18px;
    line-height: 26px;
  }

  .text_p-2.black.big {
    font-size: 48px;
  }

  .text_p-2.no-margin.ig {
    flex-basis: 0;
  }

  .text_p-2.sp-align {
    text-align: left;
  }

  .ig_row {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ig_row.reverse {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-header-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .section-header-2.cpa {
    height: auto;
    overflow: visible;
  }

  .ig_image_hand_desk {
    display: none;
  }

  .div-block-107 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-3 {
    z-index: 100;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .ig_text_p {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .ig_text_p.right {
    text-align: left;
  }

  .ig_image_mobile {
    display: block;
  }

  .text_block-2 {
    width: auto;
    margin-bottom: 36px;
  }

  .button_main-3 {
    align-self: flex-start;
    font-size: 14px;
  }

  .image-73, .image-74 {
    width: 275px;
  }
}

@media screen and (max-width: 479px) {
  .section-home {
    height: 100vh;
    min-height: 698px;
    overflow: hidden;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_logo {
    height: 1.2rem;
  }

  .nav_logo.mobi {
    height: 1rem;
  }

  .nav_logo-link {
    z-index: 111;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav_logo-link.w--current {
    z-index: 111;
  }

  .button_small.tablet {
    display: none;
  }

  .home-header_component {
    overflow: visible;
  }

  .heading-h1 {
    text-align: center;
  }

  .description.fixed {
    max-width: none;
  }

  .body_6 {
    text-align: center;
  }

  .cat-_eyes-component {
    left: -3rem;
    right: -3rem;
    overflow: hidden;
  }

  .button_cta_medium {
    font-size: 14px;
  }

  .container-slider {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .slider-item {
    width: 272px;
    height: 337px;
    padding: 32px;
  }

  .description-slider-block {
    height: 84px;
  }

  .button_4, .button_4.hint {
    text-align: left;
  }

  .body.big.space {
    line-height: 35px;
  }

  .frame-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button_line_arrow.gam {
    background-position: 85%;
  }

  .button_text-16px {
    font-size: 14px;
  }

  .image-2-mobile {
    left: auto;
    right: auto;
  }

  .slider-item-opportunity {
    width: 272px;
    padding: 32px;
    display: block;
  }

  .header-slider-block-bullet {
    width: 145px;
  }

  .margin-big.wb {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .body_1.is--bold.is--4.is-special_size {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-h0 {
    text-align: center;
  }

  .heading-h0.gradient {
    background-image: linear-gradient(to bottom, var(--0), #353945 14%);
    background-image: linear-gradient(#161616, #353945 14%);
  }

  .content-block.margin {
    justify-content: flex-start;
    margin-top: 48px;
  }

  .image_block {
    height: 300px;
  }

  .image_block.mobi {
    height: 360px;
  }

  .image_block.mobi.mc-img {
    height: 300px;
  }

  .image_block.image_block_cards {
    height: 290px;
  }

  .manage-money_block {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .manage-money_image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_content-section.is--four {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .button_charter_arrow {
    height: 24px;
  }

  .social_icon-content {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .dropdown_link_footer.w--current {
    color: var(--4);
  }

  .circle {
    width: 290px;
    height: 290px;
    top: -10%;
    left: -25%;
  }

  .circle.is--two {
    bottom: -10%;
    right: -25%;
  }

  .component-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .component-wrapper.wb {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-block-big {
    width: 300px;
    height: 20rem;
    margin-top: 36px;
  }

  .image-block-big.cpa.mobi {
    align-items: center;
    width: 100%;
    height: 300px;
  }

  .c_header-wrapper.mobile {
    width: 75%;
  }

  .mobileapp_block {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobileapp_description {
    padding-left: 0;
    padding-right: 0;
  }

  .mobileapp_image {
    justify-content: center;
    width: 100%;
    display: block;
  }

  .mobileapp_image_position {
    justify-content: center;
  }

  .interesting-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .interesting_flex {
    width: 95%;
  }

  .image_interesting {
    width: 236px;
  }

  .add_grid {
    grid-auto-flow: row;
    justify-items: start;
  }

  .additional_image {
    max-width: 80%;
    margin-bottom: 0;
  }

  .additional_card {
    padding-left: 2rem;
    padding-right: 2em;
  }

  .slider-item-registration {
    width: 80%;
  }

  .card-calculator-conditions {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .calculator_conditions_block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .circle_calc {
    width: 290px;
    height: 290px;
    top: -10%;
    left: -25%;
  }

  .circle-wrapper-calc-conditions {
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .circle_conditions {
    width: 290px;
    height: 290px;
    top: -10%;
    left: -25%;
  }

  .light_ball.is--small {
    z-index: 0;
  }

  .light_ball.is--small._2 {
    width: 100px;
    height: 100px;
  }

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

  .unlock-block {
    align-items: stretch;
  }

  .unlock_component {
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    justify-items: center;
    width: auto;
    display: flex;
  }

  .unlock_part {
    flex: 1;
    padding: 1.5rem 1rem;
  }

  .unlock_part_text {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
  }

  .unlock_component_block {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: stretch;
  }

  .image_part {
    width: 60px;
  }

  .between_block_left {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: none;
  }

  .between_block_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }

  .circle_between_1, .circle_between_2 {
    width: 200px;
    height: 200px;
    top: -10%;
    left: -25%;
  }

  .circle_between_3, .circle_between_4 {
    width: 290px;
    height: 290px;
    top: -10%;
    left: -25%;
  }

  .beetwen_block_image {
    z-index: 2;
  }

  .crypro_assets_block {
    display: flex;
  }

  .assets_name {
    overflow: visible;
  }

  .circle_assets {
    width: 150px;
    height: 150px;
  }

  .crypto-assets-slider.section-wrapper.fix {
    margin-top: -20vh;
  }

  .circle_check {
    width: 150px;
    height: 150px;
  }

  .check_dropdown {
    width: 125px;
  }

  .check_crypto_wrapper {
    margin-right: 24px;
  }

  .check_block_output {
    align-items: stretch;
  }

  .check-form-wrapper {
    grid-template-columns: minmax(236px, 320px);
  }

  .tab_check_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .check_tab_text {
    margin-right: 8px;
  }

  .line_1px_tab, .tab-link-tab-2 {
    margin-left: 8px;
  }

  .explore-block-front.is--block_1, .explore-block-front.is--block_2, .explore-block-front.is--block_3, .explore-block-front.is--block_4, .explore-block-front.is--block_5 {
    height: 22rem;
  }

  .explore-block-front.is--block_1_1, .explore-block-front.is--block_1_1.fix, .explore-block-front.is--block_2_1, .explore-block-front.is--block_5_1, .explore-block-front.is--block_4_1, .explore-block-front.is--block_4_1.fix, .explore-block-front.is--block_3_1 {
    height: 26rem;
  }

  .explore-block-front.is--block_5_2, .explore-block-front.is--block_4_1, .explore-block-front.is--block_1_1 {
    height: 22rem;
  }

  .body_4 {
    font-size: 12px;
    line-height: 18px;
  }

  .circle_explore {
    width: 150px;
    height: 150px;
  }

  .beyound_borders_wrapper {
    flex: 1;
    top: 13rem;
  }

  .beyound_border.is--1 {
    height: 220px;
  }

  .beyond_borders {
    height: 14rem;
  }

  .beyound_borders_title {
    max-width: 180px;
  }

  .explore-block-wrapper.is--block_1, .explore-block-wrapper.is--block_2, .explore-block-wrapper.is--block_3, .explore-block-wrapper.is--block_4 {
    height: 22rem;
  }

  .explore-block-wrapper.is--block_5 {
    cursor: pointer;
    height: 22rem;
  }

  .explore-block-wrapper.is--block_5_1 {
    cursor: pointer;
    height: 26rem;
  }

  .explore-block-wrapper.is--block_4_1, .explore-block-wrapper.is--block_3_1, .explore-block-wrapper.is--block_2_1, .explore-block-wrapper.is--block_1_1 {
    height: 26rem;
  }

  .explore-block-wrapper.is--block_5_2 {
    cursor: pointer;
    height: 22rem;
  }

  .explore-block-wrapper.is--block_4_2 {
    height: 22rem;
  }

  .explore-block-wrapper.is--block_1_2 {
    height: 26rem;
  }

  .explore-block-back.is--block_1, .explore-block-back.is--block_2, .explore-block-back.is--block_3, .explore-block-back.is--block_4 {
    height: 22rem;
  }

  .explore-block-back.is--block_5 {
    height: 22rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .explore-block-back.is--block_1_1, .explore-block-back.is--block_2_1 {
    height: 26rem;
  }

  .explore-block-back.is--block_5_1 {
    height: 26rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .explore-block-back.is--block_4_1, .explore-block-back.is--block_4_1.fix, .explore-block-back.is--block_3_1 {
    height: 26rem;
  }

  .explore-block-back.is--block_5_2 {
    height: 22rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .explore-block-back.is--block_4_1, .explore-block-back.is--block_1_2 {
    height: 22rem;
  }

  .explore-block-back.is--block_4_1_1, .explore-block-back.is--block_4_1_1.fix {
    height: 26rem;
  }

  .explore-block-back.is--block_2_2, .explore-block-back.is--block_2_5 {
    height: 22rem;
  }

  .section-document-title {
    padding-top: 8.25rem;
  }

  .document_title_wrapper {
    width: 100%;
  }

  .bread_crumbs {
    grid-column-gap: 2px;
    grid-row-gap: 6px;
    flex-wrap: wrap;
    display: flex;
  }

  .legal_document_title {
    width: auto;
  }

  .legal_document_title.small_title {
    width: 80%;
  }

  .document_title_image {
    top: -70%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .document_title_image.is--doc {
    top: -8vh;
  }

  .document_title_flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
  }

  .m-nav-overlay {
    z-index: 95;
    overflow: hidden;
  }

  .pop-up-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .right_floating_cookie {
    max-width: 100%;
    bottom: 0;
    right: 1.5rem;
  }

  .button-wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .select_language_wrapper.pop-up {
    grid-template-columns: 148px;
  }

  .sidebar_flex {
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .sidebar_inner {
    width: 100%;
    margin-left: 0;
    padding-top: 78px;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .sidebar_content {
    overflow: hidden;
  }

  .sidebar_links {
    width: auto;
    height: 60vh;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .button_charter_arrow_menu {
    height: 24px;
  }

  .div-block-7 {
    display: none;
  }

  .sidebar_button {
    z-index: 112;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .link_menu_sidebar_box {
    height: 56px;
  }

  .div-block-8 {
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

  .border_image {
    max-width: 296px;
  }

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

  .tooltip.ukraine {
    display: inline;
  }

  .tooltip_image {
    margin-top: 4px;
    margin-left: 4px;
  }

  .tooltips_messages {
    bottom: 0;
  }

  .button_slider_left {
    left: -6%;
  }

  .button_slider_right, .m_button_slider_right {
    right: -6%;
  }

  .m_button_slider_left, .m_features_button_slider_left {
    left: -6%;
  }

  .m_features_button_slider_right {
    right: -6%;
  }

  .crypto-hint-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .crypto_hint_icon {
    width: 20px;
  }

  .crypto_hint_description {
    max-width: 80%;
    margin-top: 8px;
  }

  .trustpilot_content_block {
    grid-row-gap: 24px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .trustpilot_content_block1 {
    flex-direction: column;
  }

  .headline_4 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .headline_4.is--exception {
    text-align: center;
  }

  .section-header.cpa {
    height: auto;
  }

  .section-header.wb {
    padding-top: 128px;
    padding-bottom: 48px;
  }

  .surprise_block {
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .surprise_description {
    margin-top: 0;
  }

  .surprise_image {
    justify-content: center;
    width: 296px;
    height: auto;
    min-height: 360px;
    margin-bottom: 36px;
    display: block;
    position: relative;
  }

  .teens-transfer_image {
    align-items: center;
  }

  .t_b-image {
    width: 200px;
  }

  .circle_assets_teens, .circle_assets_teens2 {
    width: 150px;
    height: 150px;
  }

  .cat-_eyes-teens {
    top: -5px;
    left: -3rem;
    right: -3rem;
    overflow: hidden;
  }

  .lottie-animation-teens {
    width: 320px;
  }

  .slider-item-freedom {
    width: 90%;
  }

  .blur_image.top_left {
    width: 100px;
    height: 100px;
  }

  .cat-_eyes-component_calculate {
    left: -3rem;
    right: -3rem;
    overflow: hidden;
  }

  .image-21 {
    width: 120px;
  }

  .slider-wrapper-explore {
    perspective: none;
    transform: perspective(1000px);
  }

  .slider-item-explore {
    width: 90%;
  }

  .slider-list-explore {
    flex-direction: row;
    display: flex;
  }

  .slider-list-more-two {
    flex-direction: row;
  }

  .m_button_slider_left_more_two {
    left: -6%;
  }

  .m_button_slider_right_more, .m_button_slider_right_more_two {
    right: -6%;
  }

  .m_button_slider_left_more, .m_button_slider_left_assets {
    left: -6%;
  }

  .m_button_slider_right_assets {
    right: -6%;
  }

  .slider-list-freedom {
    flex-direction: row;
  }

  .additional_cards_image {
    justify-content: center;
    width: 15rem;
    height: 15rem;
    display: flex;
  }

  .ad_c_image {
    min-width: 10rem;
    max-width: 15rem;
  }

  .security_operations_description {
    width: 90%;
  }

  .image_explore_cashback, .legal_image_2 {
    width: 120px;
  }

  .account_benefit_block {
    display: flex;
  }

  .account_block {
    justify-content: flex-start;
  }

  .account_block_flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .account_name {
    overflow: visible;
  }

  .headline_6.is-special_size {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }

  .account_description {
    overflow: visible;
  }

  .account-block-back {
    width: 150%;
    height: auto;
  }

  .cat-_eyes-account {
    top: -5px;
    left: -3rem;
    right: -4rem;
    overflow: hidden;
  }

  .lottie-animation-account {
    width: 320px;
  }

  .cat-_eyes-account-_horizontal {
    overflow: hidden;
  }

  .account_benefit_block_mob {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 24px;
    display: flex;
  }

  .account_block_mob {
    justify-content: flex-start;
    margin-right: 0;
  }

  .a_block-benefit_icon_mob {
    width: 64px;
    margin-bottom: 16px;
  }

  .account_block_flex_mob {
    flex-direction: column;
    align-items: flex-start;
  }

  .account_description_mob {
    width: 100%;
    overflow: visible;
  }

  .account_name_mob {
    overflow: visible;
  }

  .account-check-block {
    padding: 36px 1rem;
  }

  .account-tabs_menu {
    width: 100px;
    margin-right: 12px;
  }

  .account-tab-link-tab-2 {
    margin-left: 0;
  }

  .div-block-15 {
    margin-top: 12px;
  }

  .headline_1.is-special_size {
    font-size: 32px;
    line-height: 40px;
  }

  .line_2px {
    height: 35vh;
  }

  .div-block-17 {
    width: 75%;
  }

  .div-block-18 {
    width: 100%;
    margin-left: 12px;
  }

  .tab_button_account {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .t-cost_block {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .t-cost_image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .t_block {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .circle_transfers {
    width: 150px;
    height: 150px;
  }

  .transfers-payment_component, .trandfers-section-block {
    align-items: stretch;
  }

  .transfers-block-front {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: stretch;
    display: flex;
  }

  .transfers-block-back {
    width: 150%;
    height: auto;
  }

  .transfers_benefit_block {
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .cat-_eyes-transfers {
    top: 10px;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .transfers-block-back_mob {
    width: 150%;
    height: auto;
    display: none;
  }

  .teens-using_component {
    margin-top: 64px;
  }

  .slider-item-teens {
    width: 272px;
    display: block;
  }

  .div-block-21 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 0;
  }

  .contact_us-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .div-block-26 {
    width: 60%;
  }

  .search-icon {
    left: 14px;
  }

  .search-input {
    padding-left: 48px;
  }

  .topic_block {
    display: flex;
  }

  .item_block_flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .item_name {
    overflow: visible;
  }

  .document_title_help {
    align-items: flex-start;
  }

  .document_title_image_help {
    position: absolute;
    top: -120%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .button_text-16px-2 {
    font-size: 14px;
  }

  .body_4-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .menu_price-wrapper {
    align-content: flex-start;
  }

  .menu_price-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .p_m-items_list {
    margin-top: 36px;
  }

  .pop_up_modal_card {
    max-height: 75vh;
    overflow: auto;
  }

  .country_block {
    padding: 24px;
    display: flex;
  }

  .circle_country {
    width: 150px;
    height: 150px;
  }

  .pop_up_select_country {
    max-height: 80vh;
    left: 1.5rem;
    right: 1.5rem;
  }

  .pop_up_block_card_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .line_2px-height {
    height: 35vh;
  }

  .pop_up_block_card_3, .pop_up_block_card_4 {
    flex-direction: column;
  }

  .teenss-section-block {
    min-height: 380px;
  }

  .t_block-slider_1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: stretch;
  }

  .t_block_teens-phone {
    width: 100%;
    display: flex;
  }

  .a_teens_description {
    overflow: visible;
  }

  .t_block-slider_2 {
    align-items: start;
  }

  .teens_text_button {
    font-size: 12px;
    line-height: 12px;
  }

  .teens-section-block-back_2 {
    width: 150%;
    height: auto;
  }

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

  .at_description {
    overflow: visible;
  }

  .at_block {
    display: flex;
  }

  .att_description {
    overflow: visible;
  }

  .at_block_flex {
    flex-direction: column;
  }

  .a_at_block, .a_at_block_2 {
    justify-content: flex-start;
  }

  .cat-_eyes-teens_2_1, .cat-_eyes-teens_2_2 {
    justify-content: center;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .button_close {
    width: 24px;
    height: 24px;
    top: 21px;
    right: 14px;
  }

  .image-28 {
    width: 18px;
    height: 18px;
  }

  .form-block-2 {
    width: 100%;
  }

  .pop_up_modal_country {
    left: 1.5rem;
    right: 1.5rem;
  }

  .pop_up_modal_language {
    width: 100%;
  }

  .headingh1 {
    text-align: center;
  }

  .headingh1.gradient {
    background-image: linear-gradient(to bottom, var(--0), #353945 14%);
  }

  .button_save {
    font-size: 14px;
  }

  .circle_ukraine_1 {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .circle_ukraine_2 {
    width: 100px;
    height: 100px;
    top: 0%;
    left: 0%;
  }

  .circle_ukraine {
    width: 150px;
    height: 150px;
  }

  .m_button_slider_left2 {
    left: -6%;
  }

  .m_button_slider_right2 {
    right: -6%;
  }

  .download_price-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .body_8, .body_9 {
    font-size: 12px;
    line-height: 18px;
  }

  .crypto-assets-image {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
    position: static;
  }

  .cai-wrapper {
    align-self: center;
    width: auto;
  }

  .cai_image {
    width: auto;
  }

  .cai_image.mobi {
    height: auto;
    max-height: 380px;
  }

  .cpa-description {
    margin-top: 24px;
  }

  .cat-_eyes_cpa {
    top: -24px;
    left: -3rem;
    right: -3rem;
    overflow: hidden;
  }

  .cat_eyas-block {
    overflow: hidden;
  }

  .row {
    grid-row-gap: 10px;
    grid-template-columns: 300px;
    grid-auto-columns: 330px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .card_2 {
    width: 100%;
    min-width: 250px;
    padding: 36px 24px;
  }

  .card_image_2 {
    width: 100%;
  }

  .image_block_c {
    height: 300px;
  }

  .cpa_card_frame {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cpa_card_frame.grid {
    grid-row-gap: 12px;
    align-items: flex-start;
  }

  .content-block-cpa {
    justify-content: flex-start;
  }

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

  .link_menu {
    font-size: 12px;
    line-height: 18px;
  }

  .raiting-wrap {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .image-star {
    flex: 0 auto;
    width: 70%;
    height: auto;
  }

  .blog-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-blog {
    display: none;
  }

  .image-blog.mobile {
    display: block;
  }

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

  .button__awards {
    font-size: 14px;
  }

  .image-block-wb {
    width: 300px;
    height: 20rem;
    margin-top: 36px;
  }

  .image-33, .image-34 {
    height: 1rem;
  }

  .poin_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .div-block-50 {
    padding: 48px 24px 36px;
  }

  .div-block-55 {
    align-items: flex-start;
    display: flex;
  }

  .wb_bonus {
    flex-direction: column;
  }

  .div-block-57 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .div-block-59 {
    align-items: flex-start;
  }

  .div-block-60 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slider-item-registration2, .slider-item-registration3 {
    width: 90%;
  }

  .m_button_slider_left3 {
    left: -6%;
  }

  .m_button_slider_right3 {
    right: -6%;
  }

  .button_instraction {
    justify-content: flex-start;
  }

  .card-overlay {
    width: 100%;
  }

  .body-2.big.slide_ba {
    height: 95px;
  }

  .block-long {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .circle-2 {
    width: 290px;
    height: 290px;
    top: -10%;
    left: -25%;
  }

  .image-39 {
    width: 56px;
    min-width: 56px;
  }

  .partners-title.heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .body_8-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .partners_inner-title {
    font-size: 18px;
  }

  .partners-grid {
    grid-template-columns: minmax(auto, 1fr) auto;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3";
  }

  .partners-navigation {
    flex-wrap: wrap;
  }

  .section-2 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .button_cta_medium-2 {
    font-size: 14px;
  }

  .awards_text {
    width: 100%;
  }

  .awards_2024 {
    flex-wrap: wrap;
  }

  .component-block {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .component-block-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .m_button_slider_left_explore {
    left: -6%;
  }

  .m_button_slider_right_explore {
    right: -6%;
  }

  .component-wrapper_new.wb {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .heading_new {
    text-align: center;
  }

  .button-arrow_new.gam {
    background-position: 85%;
  }

  .cashback_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cashback_hint_description, .tb-name-t {
    margin-top: 8px;
  }

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

  .m_button_slider_left_r {
    left: -6%;
  }

  .m_button_slider_right_r {
    right: -6%;
  }

  .additional_card_2 {
    padding-left: 2rem;
    padding-right: 2em;
  }

  .nav_logo-link-2 {
    z-index: 111;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav_logo-link-2.w--current {
    z-index: 111;
  }

  .image-45, .image-46 {
    height: 1rem;
  }

  .nav_logo_wrapper {
    z-index: 111;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav_logo_wrapper.w--current {
    z-index: 111;
  }

  .text_h4.no-margin {
    line-height: 140%;
  }

  .s_block {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .tb-name-s {
    margin-top: 8px;
  }

  .div-block-81 {
    flex: none;
  }

  .section-document-title_new {
    padding-top: 8.25rem;
  }

  .document_title_wrapper_new {
    width: 100%;
  }

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

  .text_title_s20.is--bold.is--4.is-special_size {
    font-size: 14px;
    line-height: 14px;
  }

  .terms-table_left {
    width: 110px;
  }

  .explore-block-wrapper_2.is--block_1, .explore-block-wrapper_2.is--block_2, .explore-block-wrapper_2.is--block_3, .explore-block-wrapper_2.is--block_4 {
    height: 22rem;
  }

  .explore-block-wrapper_2.is--block_5 {
    cursor: pointer;
    height: 22rem;
  }

  .explore-block-wrapper_2.is--block_5_1 {
    cursor: pointer;
    height: 26rem;
  }

  .explore-block-wrapper_2.is--block_4_1, .explore-block-wrapper_2.is--block_3_1, .explore-block-wrapper_2.is--block_2_1, .explore-block-wrapper_2.is--block_1_1 {
    height: 26rem;
  }

  .explore-block-wrapper_2.is--block_1_2 {
    height: 22rem;
  }

  .sp_card_inner_2 {
    padding: 24px;
  }

  .sp_sticky_card {
    flex-basis: 250px;
  }

  .sp_card_vertical {
    flex-basis: 106px;
  }

  .sp_p.titiled {
    text-align: left;
  }

  .div-block-95 {
    text-align: left;
    flex: 1;
  }

  .a24_row {
    flex-flow: wrap;
  }

  .awards_2023 {
    flex-wrap: wrap;
  }

  .dropdown_link_footer-2.w--current {
    color: #6e737b;
  }

  .ig_image_hand_mobile {
    height: 80%;
    right: 1px;
  }

  .div-block-109 {
    flex: none;
  }

  .ig_row.reverse {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button_4-2 {
    text-align: left;
  }

  .section-header-2.cpa {
    height: auto;
  }
}

#w-node-_1cfda96f-2c6f-e406-98b8-818f1f2e730c-52138245 {
  justify-self: auto;
}

#w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db5-5213833b, #phone.w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db7-5213833b {
  align-self: auto;
}

#w-node-_4387b91a-f470-1b68-5c71-2a8cc85c5e65-52138370 {
  justify-self: auto;
}

#w-node-e3cddfd9-a59c-8138-6a5d-5cc218d0c4a8-52138389, #w-node-e3cddfd9-a59c-8138-6a5d-5cc218d0c4c2-52138389, #w-node-e3cddfd9-a59c-8138-6a5d-5cc218d0c543-52138389, #w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db5-521383ab, #phone.w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db7-521383ab, #w-node-_3a880c00-ef73-a55d-ac95-8098c9e27779-521383ab, #w-node-a8127606-f8c5-6beb-ec27-8e1543920d15-521383ab, #w-node-_4c18d81b-e10c-5e53-3373-4c23a3dcd232-521383ab, #w-node-_87d58931-6c0c-5f5f-be9a-b12422591309-521383ac, #w-node-_87d58931-6c0c-5f5f-be9a-b12422591323-521383ac, #w-node-_87d58931-6c0c-5f5f-be9a-b1242259139f-521383ac, #w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db5-521383f2, #phone.w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db7-521383f2, #w-node-a71aea43-b064-f800-f1f2-8b3c475dcff4-521383f2, #w-node-_6a22c690-7c92-479f-c286-ff6d3768646b-521383f2, #w-node-_9aa36d21-2559-fff7-5874-8396f767d581-521383f2 {
  align-self: auto;
}

#w-node-_70896533-3d74-d9cf-a605-7984de00c7ee-52138412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a21e3371-c167-63e7-dd77-24dc50d9ee1b-52138412 {
  grid-area: Area;
  align-self: center;
}

#w-node-deba7c6b-0817-991d-d7fd-231d894a77f3-52138412 {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-_1f2690ef-3f52-b134-db48-07c216089c39-52138412 {
  grid-area: Area-3;
}

#w-node-d4098854-1f4d-0ff8-d966-bd3e5f7f1706-52138436 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_36cc5a35-daf6-5afd-3064-32e458f2e229-52138436 {
  grid-area: Area-3;
}

#w-node-b075bb25-64eb-6484-f025-1507d0afa1cf-52138436 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-b075bb25-64eb-6484-f025-1507d0afa1d1-52138436 {
  grid-area: Area-3;
}

#w-node-a897fe6e-4aed-4585-bf82-47809749bffa-52138436 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-a897fe6e-4aed-4585-bf82-47809749bffc-52138436 {
  grid-area: Area-3;
}

#w-node-_1cfda96f-2c6f-e406-98b8-818f1f2e730c-5213843a {
  justify-self: auto;
}

#w-node-_140a8f05-844b-7aa3-ca4a-df183108c633-521384c9, #phone.w-node-adfdcd6e-4e1d-9925-6f53-d6e9968149c2-521384c9 {
  align-self: auto;
}

#tmp_phone.w-node-e6429fae-d045-490f-af87-6d24dd5a30a1-521384c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_40eb82e7-9429-ba39-b6c2-4aff56408e2d-521384c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db5-5213853b, #phone.w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db7-5213853b {
  align-self: auto;
}

#w-node-dc240e68-0ea6-04aa-8e1c-a947af3cfefe-52138541 {
  grid-area: Area;
}

#w-node-daef78b9-6fac-d831-aa4a-838649f4ff0e-52138541 {
  grid-area: Area-2;
}

#w-node-_75295898-4956-2601-a6a9-32bc3a5140b9-52138541 {
  grid-area: Area-3;
}

#w-node-a273ec7a-ad19-3dc4-5ff0-e612310dda51-52138541 {
  grid-area: Area-4;
}

#w-node-_232c2a51-4033-bfbb-13f6-57e71ffb5263-52138541 {
  grid-area: Area-5;
}

#w-node-ca66f5b9-cbb5-4dea-dbfe-00ecd126577c-52138541 {
  grid-area: Area-6;
}

#w-node-f3e70340-2435-8471-f948-6c747ca259ef-52138541 {
  grid-area: Area-7;
}

#w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db5-52138556, #phone.w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db7-52138556 {
  align-self: auto;
}

#w-node-e0b347ab-5b54-65e8-948e-cc91d0195f6c-52138556, #w-node-_5172ee83-7b34-e279-5008-7ac83bb9f527-52138556, #w-node-d08ab7e3-50f2-b1e1-62f9-961c52a6bf78-52138556, #w-node-b039acae-93a9-23b5-0343-988647da0823-52138556, #w-node-_56942df4-af2b-9faa-d232-a2b16936fb0b-52138556, #w-node-_7f481afe-0d2b-6e92-011e-81c230b3d2ea-52138556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_000575f8-2a7c-0e80-a58a-259e1ea8b1db-52138556 {
  justify-self: stretch;
}

#w-node-fdd58f1d-f40a-ea33-cc5c-834bc074f107-52138556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_90f77858-dc51-7bf5-b20a-ddc112bc91e1-52138556, #w-node-cb2e8c0b-f854-1c95-4f53-b72ae35676eb-52138556 {
  justify-self: stretch;
}

#w-node-_2e90e46a-69e2-2d73-7f3c-3495feac620a-52138556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1656fceb-0de2-65ee-c9d7-96ae10dd58d8-52138556 {
  justify-self: stretch;
}

#w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db5-52138574, #phone.w-node-_429e051b-d0ac-df57-9fe8-f4b18f450db7-52138574 {
  align-self: auto;
}

#w-node-_967e0600-febe-116c-45d8-f20697873316-521385df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45db60ca-ed94-1651-5929-9ebc61af0ee7-2bd13809 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e7ab1caa-2755-fb58-c8ca-34f1eaede1d3-2bd13809 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c42cf43-e353-cfc6-203a-2489b2caa044-2bd13809 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_20843102-bc9d-df01-4a7b-c0b1111c3aeb-2bd13809 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3050-d86f00df {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3051-d86f00df {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3057-d86f00df {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3058-d86f00df {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_401b96f2-c81b-b2c7-8ff0-8083f17ab664-52138245, #w-node-_5d11984d-084b-7cb3-0371-041b5550667f-c38bb89c, #w-node-_6eceee8d-6945-d6b2-67f5-4684b3a62fbf-b3a62f17, #w-node-_4d33547e-337d-e795-0277-ed017f5fd36a-52138358, #w-node-_1b230c08-8d07-5e0c-c4c4-2b46deee223a-52138389 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3cddfd9-a59c-8138-6a5d-5cc218d0c4a8-52138389 {
    align-self: auto;
  }

  #w-node-_3797d8b5-c14a-7a76-3648-34b556260d24-521383a8 {
    grid-area: Area;
  }

  #w-node-fb2799ae-faf3-8d39-a712-5d5c7f730848-521383a8 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_87d58931-6c0c-5f5f-be9a-b12422591309-521383ac, #w-node-a71aea43-b064-f800-f1f2-8b3c475dcff4-521383f2 {
    align-self: auto;
  }

  #w-node-_6ed7048d-2b32-153b-442f-bee6964c4a6a-521383f2, #w-node-fbc7f37e-c491-3bb5-aac7-42ebd301d9d5-521383f2, #w-node-_2feb1cfe-ce68-3393-05d6-3bb99081321a-521383f2, #w-node-_2feb1cfe-ce68-3393-05d6-3bb990813213-521383f2 {
    justify-self: stretch;
  }

  #w-node-d4098854-1f4d-0ff8-d966-bd3e5f7f1706-52138436, #w-node-b075bb25-64eb-6484-f025-1507d0afa1cf-52138436, #w-node-a897fe6e-4aed-4585-bf82-47809749bffa-52138436 {
    align-self: center;
  }

  #w-node-_064e2a6a-fe04-a585-b878-83beade4057b-5213848d, #w-node-_5c97a9d7-cc01-49d7-3020-29cc47a8abce-5213848e, #w-node-_5c97a9d7-cc01-49d7-3020-29cc47a8abce-5213848f, #w-node-_5c97a9d7-cc01-49d7-3020-29cc47a8abce-52138490 {
    align-self: stretch;
  }

  #w-node-_3797d8b5-c14a-7a76-3648-34b556260d24-521384c9 {
    grid-area: Area;
  }

  #w-node-fb2799ae-faf3-8d39-a712-5d5c7f730848-521384c9, #w-node-df5660e8-2cd0-8098-60d0-b0f9ff39f4f2-521384c9, #w-node-_6a9bea80-0204-ca55-bc71-2f948221db10-521384c9 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9f1b69c4-0d70-f37c-96c0-480107a4e793-52138516, #w-node-_9c731b53-4490-f7a7-9a40-f86cb97af74f-52138517 {
    grid-area: Area;
  }

  #w-node-_07e3510b-2692-411f-a2f1-5c3da7e05474-52138518 {
    grid-area: Area;
    align-self: auto;
  }

  #w-node-_45db60ca-ed94-1651-5929-9ebc61af0ee7-2bd13809 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e7ab1caa-2755-fb58-c8ca-34f1eaede1d3-2bd13809 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6c42cf43-e353-cfc6-203a-2489b2caa044-2bd13809 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_20843102-bc9d-df01-4a7b-c0b1111c3aeb-2bd13809 {
    grid-area: 3 / 1 / 4 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3050-d86f00df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3051-d86f00df {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3057-d86f00df {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3058-d86f00df {
    grid-area: 3 / 1 / 4 / 5;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3797d8b5-c14a-7a76-3648-34b556260d24-521383a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26510681-79c9-cc5f-dcbd-f4e63f902a4f-521383a8, #w-node-_52732b0a-eae8-0b8e-b9e9-ae55d6d062c4-521383ab, #w-node-_52732b0a-eae8-0b8e-b9e9-ae55d6d062c4-521383ac {
    justify-self: auto;
  }

  #w-node-_3797d8b5-c14a-7a76-3648-34b556260d24-521384c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26510681-79c9-cc5f-dcbd-f4e63f902a4f-521384c9 {
    justify-self: auto;
  }

  #w-node-fdd58f1d-f40a-ea33-cc5c-834bc074f107-52138556, #w-node-_2e90e46a-69e2-2d73-7f3c-3495feac620a-52138556 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_45db60ca-ed94-1651-5929-9ebc61af0ee7-2bd13809 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7ab1caa-2755-fb58-c8ca-34f1eaede1d3-2bd13809 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c42cf43-e353-cfc6-203a-2489b2caa044-2bd13809 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_20843102-bc9d-df01-4a7b-c0b1111c3aeb-2bd13809 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3050-d86f00df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3051-d86f00df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3057-d86f00df {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6f4085ae-deca-63f7-3637-2eec5e3f3058-d86f00df {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1bce76c-6033-8592-087a-d3c0ab6ec535-521383f2 {
    justify-self: auto;
  }

  #w-node-_9f1b69c4-0d70-f37c-96c0-480107a4e793-52138516, #w-node-_07e3510b-2692-411f-a2f1-5c3da7e05474-52138518 {
    grid-area: Area;
  }

  #w-node-_872a1e91-8d21-ae7c-b35e-f62b04c08b37-52138574, #w-node-_642155bc-1a2d-6765-469c-0b55021ed1ee-52138576 {
    justify-self: stretch;
  }
}


