/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #272737;
  background: #FBFBFB;
  overflow-x: hidden;
}

a {
  all: unset;
  cursor: pointer;
}

a p, a h1, a h2, a h3, a h4, a h5, a h6 {
  cursor: pointer;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  cursor: default;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }
}
.header {
  padding: 37.5px 0;
  background: #FFFFFF;
}
.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo img {
  height: 32px;
}
.header__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.header__btn {
  padding: 10px 16px;
  border-radius: 20px;
  border: 1px solid #E93F2E;
  box-sizing: border-box;
  color: #E93F2E;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.header__btn:hover {
  color: #FFFFFF;
  background: #E93F2E;
}
.header__language {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin-left: auto;
  margin-right: 8px;
}
.header__language-item {
  padding: 0 8px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  color: #CCCBD8;
}
.header__language-item--active {
  color: #E93F2E;
}
.header__language-item:last-child {
  border-left: 1px solid #A2A2AA;
}
.header__signup {
  padding: 11px 17px;
  color: #FFF;
  border-radius: 20px;
  border: none;
  background: radial-gradient(92.39% 92.39% at 22.06% 19.23%, #F9D1CD 0%, #EC5B4D 43%, #DB2525 69%, #E93F2E 85%, #F5B0A9 100%);
}
.header__burger-wrapper {
  display: contents;
}
.header__burger-btn {
  display: none;
}
.header__burger-exit {
  display: none;
}
.header__burger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.25);
  z-index: 998;
  display: none;
}
.header__burger-overlay-active {
  display: block;
}
.header__dropdown {
  flex-direction: column;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 49px;
  right: -12px;
  padding: 12px 8px;
  border-radius: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background: #FFFFFF;
  z-index: 999;
}
.header__dropdown-active {
  display: flex;
}
.header .dropdown-login {
  right: 78px;
}
.header__dropdown-item {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.header__dropdown-item:hover {
  color: #E93F2E;
}
@media (max-width: 1260px) {
  .header__dropdown {
    right: 38px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
  .header__logo img {
    height: 32px;
  }
  .header__burger-btn {
    display: block;
    cursor: pointer;
  }
  .header__burger-wrapper {
    display: none;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -112px);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    z-index: 999;
  }
  .header__burger-exit {
    display: block;
  }
  .header__burger-exit {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
  }
  .header__burger-wrapper-active {
    display: flex;
  }
  .header__language {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .header__language-item {
    padding: 0 8px;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
  }
  .header__language-item--active {
    color: #E93F2E;
  }
  .header__language-item:last-child {
    border-left: 1px solid #A2A2AA;
  }
  .header__dropdown {
    border-radius: 0;
    box-shadow: none;
    position: static;
    padding: 0;
    margin-top: 16px;
    gap: 8px;
    width: 100%;
    align-items: center;
    display: none;
  }
  .header__dropdown-active {
    display: flex;
  }
  .header__dropdown-item {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #CCCBD8;
  }
}

.footer {
  padding-top: 100px;
  background: linear-gradient(180deg, #F5F4F9 0%, #EDECF6 20.67%, #FCFCFC 100%);
}

.footer__smm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 56px;
}

.smm-element {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 70px;
  background: #BEBDC7;
  transition: background 300ms ease;
}

.smm-element:hover {
  background: #919099;
}

.footer__map {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 142px;
}

.footer__map-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.footer__map-element {
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer__map-element:hover {
  color: #E93F2E;
}

.footer__map-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #BEBDC7;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 56px;
}

.footer__info-img {
  height: 32px;
  margin-right: 40px;
}

.footer__info-copyright {
  margin-right: auto;
}

.sd {
  background: #EDECF6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 40px 0;
}

.sd__text {
  color: #A2A2AA;
  text-align: center;
  font-size: 14px;
}

.sd__img {
  height: 32px;
}

@media (max-width: 860px) {
  .footer {
    padding-top: 40px;
  }
  .footer__smm {
    margin-bottom: 32px;
  }
  .footer__info {
    margin-bottom: 32px;
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__info-img {
    margin-right: 0;
  }
  .footer__info-copyright {
    margin-right: 0;
  }
  .footer__map {
    margin-bottom: 34px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
  }
  .footer__map-ad-formats {
    grid-area: 2/1;
  }
  .footer__map-about-us {
    grid-area: 1/2;
  }
}
.btn {
  border-radius: 50px;
  padding: 24px 40px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.btn--red {
  background: radial-gradient(92.39% 92.39% at 22.06% 19.23%, #F9D1CD 0%, #EC5B4D 43%, #DB2525 69%, #E93F2E 85%, #F5B0A9 100%);
  box-shadow: 0px 59px 17px 0px rgba(230, 72, 63, 0), 0px 38px 15px 0px rgba(230, 72, 63, 0.03), 0px 21px 13px 0px rgba(230, 72, 63, 0.1), 0px 9px 9px 0px rgba(230, 72, 63, 0.17), 0px 2px 5px 0px rgba(230, 72, 63, 0.2);
}
.btn--red:hover {
  background: #E93F2E;
}
.btn--blue {
  background: radial-gradient(350.59% 350.59% at -57.95% -77.82%, #D6D5F9 20%, #BFC9F6 27%, #B1C2F5 34%, #A3B7F5 36%, #819BF7 40%, #496EFA 46%, #03F 53%, #3D6CF4 67%, #3D6CF4 84%);
  box-shadow: 0px 42px 12px 0px rgba(3, 53, 255, 0), 0px 27px 11px 0px rgba(3, 53, 255, 0.03), 0px 15px 9px 0px rgba(3, 53, 255, 0.1), 0px 7px 7px 0px rgba(3, 53, 255, 0.17), 0px 2px 4px 0px rgba(3, 53, 255, 0.2);
}
.btn--blue:hover {
  background: #03F;
}

.deposit__btn {
  padding: 24px 64px;
}

@media (max-width: 768px) {
  .btn,
  .deposit__btn {
    padding: 16px 24px;
    font-size: 16px;
  }
  .bait__btn {
    width: 100%;
    box-sizing: border-box;
    max-width: 300px;
    text-align: center;
  }
}
.deposit {
  padding: 97px 0 54px;
  position: relative;
}
@media (max-width: 768px) {
  .deposit {
    padding: 40px 0 20px;
  }
}
.deposit__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.deposit__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 43px;
  text-align: center;
}
@media (max-width: 390px) {
  .deposit__title-igaming-subcontainer {
    display: contents;
  }
  .deposit__title-igaming {
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .deposit__title {
    font-size: 30px;
    line-height: 35.694px;
    margin-bottom: 17px;
  }
}
.deposit__title img {
  position: relative;
  top: 12px;
}
@media (max-width: 768px) {
  .deposit__title img {
    top: 5px;
    height: 33px;
  }
}
.deposit__title-highlight {
  color: #E93F2E;
  position: relative;
  display: inline-block;
}
.deposit__title-highlight::before {
  content: "";
  display: block;
  bottom: -30px;
  width: 479px;
  aspect-ratio: 396/18.677;
  height: auto;
  position: absolute;
  background-image: url("../img/deposit-shapes/deposit-underline.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .deposit__title-highlight::before {
    left: -10px;
    bottom: -13px;
    width: 220px;
  }
}
.deposit__text {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .deposit__text {
    font-size: 14px;
  }
}

.deposit::before {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  left: 0;
  width: 627px;
  aspect-ratio: 627/918;
  height: auto;
  z-index: -1;
  background-image: url("../img/deposit-shapes/deposit-back-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.deposit::after {
  content: "";
  display: block;
  position: absolute;
  top: -18%;
  right: 0;
  width: auto;
  height: 196%;
  aspect-ratio: 685/952;
  z-index: -1;
  background-image: url("../img/deposit-shapes/deposit-back-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .deposit::before {
    content: "";
    display: block;
    position: absolute;
    top: -15%;
    left: 0;
    width: 197px;
    aspect-ratio: 197/495;
    height: auto;
    z-index: -1;
    background-image: url("../img/deposit-shapes/deposit-back-left-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .deposit::after {
    content: "";
    display: block;
    position: absolute;
    top: -25%;
    right: 0;
    width: auto;
    height: 80%;
    aspect-ratio: 163/254;
    z-index: -1;
    background-image: url("../img/deposit-shapes/deposit-back-right-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.funnel {
  position: relative;
  padding: 50px 0 50px;
}
@media (max-width: 768px) {
  .funnel {
    padding: 20px 0 20px;
  }
}
.funnel__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .funnel__container {
    flex-direction: column;
    gap: 24px;
  }
}
.funnel__img {
  width: 45%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .funnel__img {
    width: 100%;
    max-width: 522px;
  }
}
.funnel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.funnel__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .funnel__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.funnel__title span {
  font-size: 64px;
  font-weight: 700;
  color: #E93F2E;
}
@media (max-width: 768px) {
  .funnel__title span {
    font-size: 32px;
  }
}
.funnel__text {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .funnel__text {
    font-size: 14px;
  }
}

.funnel::before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  width: 432px;
  aspect-ratio: 432/1234;
  height: auto;
  z-index: -1;
  background-image: url("../img/funnel-shapes/funnel-back-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.funnel::after {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  right: 0;
  width: auto;
  height: 802px;
  aspect-ratio: 802/1200;
  z-index: -1;
  background-image: url("../img/funnel-shapes/funnel-back-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .funnel::before {
    content: "";
    display: block;
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    aspect-ratio: 360/744;
    height: auto;
    z-index: -1;
    background-image: url("../img/funnel-shapes/funnel-back-left-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .funnel::after {
    content: "";
    display: block;
    position: absolute;
    top: -25%;
    right: -19%;
    width: auto;
    width: 85%;
    aspect-ratio: 307/480;
    z-index: -1;
    background-image: url("../img/funnel-shapes/funnel-back-right-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 600px) {
  .funnel::after {
    content: "";
    display: block;
    position: absolute;
    top: -25%;
    right: 0;
    width: auto;
    width: 85%;
    aspect-ratio: 307/480;
    z-index: -1;
    background-image: url("../img/funnel-shapes/funnel-back-right-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.costs {
  padding: 50px 0 50px;
  position: relative;
}
@media (max-width: 768px) {
  .costs {
    padding: 20px 0 20px;
  }
}
.costs__wrapper {
  padding: 40px 60px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 60px 17px 0px rgba(214, 223, 253, 0), 0px 39px 15px 0px rgba(214, 223, 253, 0.01), 0px 22px 13px 0px rgba(214, 223, 253, 0.05), 0px 10px 10px 0px rgba(214, 223, 253, 0.08), 0px 2px 5px 0px rgba(214, 223, 253, 0.09);
  backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.costs__wrapper-blue-shape {
  position: absolute;
  bottom: 26%;
  right: -2%;
  width: 60px;
  height: 56px;
}
.costs__wrapper-grey-shape {
  position: absolute;
  left: 6%;
  bottom: -25px;
  width: 34px;
  height: 34px;
}
@media (max-width: 768px) {
  .costs__wrapper {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 16.138px 4.572px 0px rgba(214, 223, 253, 0), 0px 10.49px 4.034px 0px rgba(214, 223, 253, 0.01), 0px 5.917px 3.497px 0px rgba(214, 223, 253, 0.05), 0px 2.69px 2.69px 0px rgba(214, 223, 253, 0.08), 0px 0.538px 1.345px 0px rgba(214, 223, 253, 0.09);
    backdrop-filter: blur(50px);
  }
  .costs__wrapper-blue-shape, .costs__wrapper-grey-shape {
    display: none;
  }
}
.costs__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .costs__title {
    font-size: 22px;
  }
}
.costs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  padding: 0 37px;
}
@media (max-width: 768px) {
  .costs__list {
    padding: 0;
  }
}
.costs__item {
  padding: 24px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 60px 17px 0px rgba(214, 223, 253, 0), 0px 39px 15px 0px rgba(214, 223, 253, 0.01), 0px 22px 13px 0px rgba(214, 223, 253, 0.05), 0px 10px 10px 0px rgba(214, 223, 253, 0.08), 0px 2px 5px 0px rgba(214, 223, 253, 0.09);
  font-size: 32px;
  font-weight: 500;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .costs__item {
    padding: 10px;
    gap: 8px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 auto;
    width: 100%;
  }
}
.costs__item:nth-child(1), .costs__item:nth-child(2) {
  flex: 1 1 calc(50% - 12px);
}
.costs__item:nth-child(3) {
  flex: 2 1 calc(65% - 12px);
}
.costs__item:nth-child(4) {
  flex: 1 1 calc(35% - 12px);
}
.costs__item-img {
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .costs__item-img {
    width: 24px;
    height: 24px;
  }
}

.costs::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 41%;
  aspect-ratio: 604/1004;
  height: auto;
  z-index: -1;
  background-image: url("../img/costs-shapes/costs-back-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .costs::before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    width: 48%;
    max-width: 200px;
    aspect-ratio: 172/437;
    height: auto;
    z-index: -1;
    background-image: url("../img/costs-shapes/costs-back-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.steps {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 768px) {
  .steps {
    padding: 20px 0 20px;
  }
}
.steps__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.steps__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.steps__title::before {
  content: "";
  background-image: url("../img/steps-shapes/header-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: -1;
  width: 38.649px;
  height: 41.265px;
}
@media (max-width: 768px) {
  .steps__title::before {
    width: 20px;
    height: 22px;
    top: -13px;
    left: -13px;
  }
}
.steps__title::after {
  content: "";
  background-image: url("../img/steps-shapes/header-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: -30px;
  z-index: -1;
  width: 38.649px;
  height: 41.265px;
}
@media (max-width: 768px) {
  .steps__title::after {
    width: 20px;
    height: 22px;
    top: -13px;
    right: -13px;
  }
}
@media (max-width: 768px) {
  .steps__title {
    font-size: 24px;
  }
}
.steps__text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .steps__text {
    font-size: 14px;
  }
}
.steps__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}
.steps__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 20%;
}
@media (max-width: 768px) {
  .steps__element {
    gap: 9px;
  }
}
.steps__element-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  background-color: #FFF;
  box-shadow: 0px 2px 2.5px rgba(214, 223, 253, 0.09), 0px 10px 5px rgba(214, 223, 253, 0.08), 0px 22px 6.5px rgba(214, 223, 253, 0.05), 0px 39px 7.5px rgba(214, 223, 253, 0.01);
  position: relative;
}
@media (max-width: 768px) {
  .steps__element-img {
    width: 56px;
    height: 56px;
  }
}
.steps__element-img img {
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .steps__element-img img {
    width: 40px;
    height: 40px;
  }
}
.steps__element-text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .steps__element-text {
    font-size: 12px;
  }
}

@media (min-width: 1100px) {
  .steps__element:not(:last-child) .steps__element-img::before {
    content: "";
    background-image: url("../img/steps-shapes/steps-line.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    z-index: -1;
    width: 180%;
    height: 1.5px;
  }
}
@media (max-width: 1099px) {
  .steps__list {
    position: relative;
    width: 100%;
    height: 745px;
    max-width: 570px;
    display: block;
  }
}
@media (max-width: 1099px) and (max-width: 768px) {
  .steps__list {
    height: 395px;
    max-width: 312px;
  }
}
@media (max-width: 1099px) {
  .steps__list::before {
    content: "";
    background-image: url("../img/steps-shapes/lines.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 20%;
    z-index: -1;
    width: 62%;
    height: 87%;
  }
  .steps__element {
    position: absolute;
    max-width: 200px;
  }
}
@media (max-width: 1099px) and (max-width: 768px) {
  .steps__element {
    max-width: 140px;
  }
}
@media (max-width: 1099px) {
  .steps__element--1 {
    top: 0;
    left: 0;
  }
  .steps__element--2 {
    top: 3%;
    right: 4%;
  }
}
@media (max-width: 1099px) and (max-width: 768px) {
  .steps__element--2 {
    top: 6%;
    right: 0%;
  }
}
@media (max-width: 1099px) {
  .steps__element--3 {
    top: 30%;
    left: 3%;
  }
}
@media (max-width: 1099px) and (max-width: 768px) {
  .steps__element--3 {
    top: 32%;
    left: 0;
  }
}
@media (max-width: 1099px) {
  .steps__element--4 {
    top: 42%;
    right: 3%;
  }
}
@media (max-width: 1099px) and (max-width: 768px) {
  .steps__element--4 {
    top: 43%;
    right: 0%;
  }
}
@media (max-width: 1099px) {
  .steps__element--5 {
    left: 12%;
    bottom: 0;
  }
}
@media (max-width: 1099px) and (max-width: 768px) {
  .steps__element--5 {
    left: 7%;
    bottom: 0;
  }
}
.steps::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: auto;
  height: 107%;
  aspect-ratio: 243/776;
  z-index: -1;
  background-image: url("../img/steps-shapes/steps-back-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .steps::before {
    top: -10%;
  }
}
.steps::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: -30%;
  right: 0;
  width: auto;
  max-width: 110%;
  height: 135%;
  aspect-ratio: 774/980;
  z-index: -1;
  background-image: url("../img/steps-shapes/steps-back-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .steps::before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0;
    width: 23%;
    aspect-ratio: 86/299;
    height: auto;
    z-index: -1;
    background-image: url("../img/steps-shapes/steps-back-left-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .steps::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 316/558;
    z-index: -1;
    background-image: url("../img/steps-shapes/steps-back-right-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.platform {
  padding: 50px 0 50px;
}
@media (max-width: 768px) {
  .platform {
    padding: 20px 0 20px;
  }
}
.platform__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.platform__title-span {
  color: #E93F2E;
  position: relative;
}
.platform__title-span::before {
  content: "";
  display: block;
  left: -10px;
  top: 45px;
  width: 200px;
  aspect-ratio: 146/12;
  height: auto;
  position: absolute;
  background-image: url("../img/platform-shapes/platform-underline.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .platform__title-span::before {
    left: -5px;
    top: 28px;
    width: 120px;
  }
}
@media (max-width: 768px) {
  .platform__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.platform__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 768px) {
  .platform__list {
    flex-direction: column;
  }
}
.platform__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 60px 17px 0px rgba(214, 223, 253, 0), 0px 39px 15px 0px rgba(214, 223, 253, 0.01), 0px 22px 13px 0px rgba(214, 223, 253, 0.05), 0px 10px 10px 0px rgba(214, 223, 253, 0.08), 0px 2px 5px 0px rgba(214, 223, 253, 0.09);
  backdrop-filter: blur(50px);
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .platform__element {
    width: 100%;
  }
}
.platform__element-img {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  background: radial-gradient(350.59% 350.59% at -57.95% -77.82%, #D6D5F9 20%, #BFC9F6 27%, #B1C2F5 34%, #A3B7F5 36%, #819BF7 40%, #496EFA 46%, #03F 53%, #3D6CF4 67%, #3D6CF4 84%);
  margin-bottom: 16px;
}
.platform__element-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .platform__element-title {
    font-size: 20px;
  }
}
.platform__element-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .platform__element-text {
    font-size: 14px;
  }
}

.strategy {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .strategy {
    padding: 20px 0 20px;
  }
}
.strategy__container {
  max-width: 963px;
}
.strategy__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .strategy__title {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.strategy__text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .strategy__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.strategy__menu {
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .strategy__menu {
    gap: 4px;
    margin-bottom: 8px;
  }
}
.strategy__menu-element {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 12px 24px;
  text-align: center;
  width: 33.3333333333%;
  border-radius: 20px;
  color: #B1C2F5;
  border-radius: 20px;
  border: 1px solid #B1C2F5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .strategy__menu-element {
    font-size: 14px;
    padding: 8px;
  }
}
.strategy__menu-element--active {
  border: 1px solid #EAEEFC;
  background: #EAEEFC;
  color: #03F;
}
.strategy__display {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  border-radius: 28px;
  background: linear-gradient(81deg, #EAEEFC -3.68%, #FFF 86.02%);
}
@media (max-width: 768px) {
  .strategy__display {
    padding: 16px;
    gap: 12px;
    border-radius: 16px;
    background: linear-gradient(81deg, #EAEEFC -3.68%, #FFF 86.02%);
  }
}
.strategy__display-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #03F;
}
@media (max-width: 768px) {
  .strategy__display-text {
    font-size: 12px;
  }
}
.strategy__display-content {
  width: 100%;
}
.strategy__display-goals {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .strategy__display-goals {
    font-size: 14px;
  }
}
.strategy__display-goals ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.strategy__display-goals li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .strategy__display-goals li {
    font-size: 14px;
  }
}
.strategy__display-goals li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #0033FF;
  border-radius: 50%;
}
.strategy__display-goals li:last-child {
  margin-bottom: 0;
}
.strategy__display-types {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .strategy__display-types {
    flex-direction: column;
    gap: 8px;
  }
}
.strategy__display-types-element {
  width: 50%;
  border-radius: 28px;
  background: #FFF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .strategy__display-types-element {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
}
.strategy__display-types-element h4 {
  color: #03F;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .strategy__display-types-element h4 {
    font-size: 16px;
  }
}
.strategy__display-types-element p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .strategy__display-types-element p {
    font-size: 14px;
  }
}
.strategy__display-types-element ul {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 20px;
}
.strategy__display-types-element li {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .strategy__display-types-element li {
    font-size: 14px;
  }
}
.strategy__display-types-element li:last-child {
  margin-bottom: 0;
}

.strategy::before {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  left: 0;
  width: 62%;
  aspect-ratio: 904/1020;
  height: auto;
  z-index: -1;
  background-image: url("../img/strategy-shapes/strategy-back-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.strategy::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  top: 19%;
  width: auto;
  height: 128%;
  aspect-ratio: 724/1039;
  z-index: -1;
  background-image: url("../img/strategy-shapes/strategy-back-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .strategy::before {
    content: "";
    display: block;
    position: absolute;
    top: -15%;
    left: 0;
    width: auto;
    height: 176%;
    aspect-ratio: 356/774;
    z-index: -1;
    background-image: url("../img/strategy-shapes/strategy-back-left-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .strategy::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -15%;
    right: 0;
    width: auto;
    height: 58%;
    aspect-ratio: 148/282;
    z-index: -1;
    background-image: url("../img/strategy-shapes/strategy-back-right-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.cases {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .cases {
    padding: 20px 0 20px;
  }
}
.cases__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .cases__container {
    gap: 20px;
  }
}
.cases__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .cases__title {
    font-size: 24px;
  }
}
.cases__subcontainer {
  padding: 24px 40px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(27px);
  width: 100%;
  max-width: 963px;
  position: relative;
}
@media (max-width: 768px) {
  .cases__subcontainer {
    padding: 14px;
    border-radius: 9.537px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(9.1962614059px);
  }
}
.cases__text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .cases__text {
    font-size: 12px;
    margin: 0;
  }
}
.cases__list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  gap: 70px;
}
@media (max-width: 815px) {
  .cases__list {
    gap: 24px;
    padding: 8px 0;
  }
}
.cases__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .cases__element {
    gap: 8px;
  }
}
.cases__element-title {
  font-size: 64px;
  font-weight: 600;
  text-align: center;
  color: #E93F2E;
}
@media (max-width: 768px) {
  .cases__element-title {
    font-size: 24px;
  }
}
.cases__element-text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .cases__element-text {
    font-size: 12px;
  }
}
.cases__logo {
  position: absolute;
  height: 24px;
  bottom: 22px;
  right: 32px;
}
@media (max-width: 768px) {
  .cases__logo {
    height: 8px;
    bottom: 8px;
    right: 10px;
  }
}

.cases::before {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  left: 2%;
  width: 42%;
  aspect-ratio: 618/719;
  height: auto;
  z-index: -1;
  background-image: url("../img/cases-shapes/cases-back-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cases::after {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  right: 0%;
  height: 114%;
  width: auto;
  aspect-ratio: 786/774;
  z-index: -1;
  background-image: url("../img/cases-shapes/cases-back-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cases::before {
    content: "";
    display: block;
    position: absolute;
    top: -55%;
    left: 0;
    width: auto;
    height: 220%;
    aspect-ratio: 360/748;
    z-index: -1;
    background-image: url("../img/cases-shapes/cases-back-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cases::after {
    display: none;
  }
}

.bait {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .bait {
    padding: 20px 0 20px;
  }
}
.bait__wrapper {
  position: relative;
  border-radius: 16px;
  background: #FFF;
  backdrop-filter: blur(75px);
  overflow: hidden;
  padding: 40px;
}
@media (max-width: 768px) {
  .bait__wrapper {
    padding: 32px 24px;
  }
}
.bait__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  width: 60%;
}
@media (max-width: 768px) {
  .bait__content {
    gap: 24px;
    width: 100%;
  }
}
.bait__logo {
  height: 32px;
}
@media (max-width: 768px) {
  .bait__logo {
    height: 24px;
  }
}
.bait__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 768px) {
  .bait__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    max-width: 90%;
  }
}
.bait__back-desktop {
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 562/449;
  width: 48%;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .bait__back-desktop {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 980px) {
  .bait__back-desktop {
    display: none;
  }
}
.bait__back-mobile {
  display: none;
}
@media (max-width: 980px) {
  .bait__back-mobile {
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
    aspect-ratio: 190/143;
    height: 56%;
    object-fit: contain;
  }
}

.bait::before {
  content: "";
  display: block;
  position: absolute;
  top: -25%;
  left: 35%;
  transform: translateX(-50%);
  width: 1046px;
  aspect-ratio: 1046/656;
  height: auto;
  z-index: -1;
  background-image: url("../img/bait-shapes/bait-back-desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bait::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    aspect-ratio: 360/814;
    height: auto;
    z-index: -1;
    background-image: url("../img/bait-shapes/bait-back-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.main {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
}
.main section {
  width: 100%;
}
@media (max-width: 768px) {
  .main {
    gap: 0;
  }
}

/*# sourceMappingURL=main.css.map */
