@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

nav,
footer,
header,
aside {
  display: block; }

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input,
button,
textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

svg {
  width: 100%;
  height: 100%;
  object-fit: cover; }

ol,
ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

body {
  background: #F4F7FF;
  color: #FFF; }

h1 {
  color: rgba(0, 0, 0, 0.9); }

h2 {
  color: #ffffff; }

h3 {
  color: #ffffff; }

h4 {
  color: #ffffff; }

h5 {
  color: #ffffff; }

h6 {
  color: #ffffff; }

a {
  color: #FFF; }

body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px; }

h1 {
  font-family: 'Inter';
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  /* 125.926% */
  letter-spacing: -1.08px; }
  @media only screen and (max-width: 768px) {
    h1 {
      align-self: center;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: 54px;
      /* 112.5% */
      letter-spacing: -0.96px; } }
h2 {
  font-family: 'Inter';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 116.667% */
  letter-spacing: -0.648px; }

.container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px; }

body {
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }

.search {
  display: flex; }
  @media only screen and (max-width: 576px) {
    .search {
      flex-direction: column; } }
  .search__unluck {
    display: none;
    margin-top: 8px;
    color: var(--red-400, #FF5E55);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: -0.12px; }
  .search__wrapper {
    position: relative;
    z-index: 1; }
    .search__wrapper:before {
      content: '';
      position: absolute;
      left: 16px;
      top: 50%;
      width: 20px;
      height: 20px;
      background: url("/img/mail.svg") no-repeat;
      background-size: cover;
      z-index: 2;
      transform: translateY(-50%); }
    .search__wrapper input {
      height: 54px;
      border-radius: 12px;
      border: 1px solid var(--blue-400, #497AF9);
      background: var(--white-100, #FFF);
      box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.05) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
      transition: 0.3s linear;
      position: relative;
      padding-left: 48px;
      width: 100%;
      font-size: 14px; }
      .search__wrapper input::placeholder {
        color: var(--dark-20, rgba(0, 0, 0, 0.2));
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.14px; }
      .search__wrapper input:active, .search__wrapper input:focus {
        border: 1px solid var(--blue-400, #497AF9);
        transition: 0.3s linear; }
        .search__wrapper input:active::placeholder, .search__wrapper input:focus::placeholder {
          opacity: 1; }
    .search__wrapper--intro {
      width: 354px; }
      @media only screen and (max-width: 576px) {
        .search__wrapper--intro {
          width: 100%; } }
    .search__wrapper--form {
      width: 354px; }
      @media only screen and (max-width: 576px) {
        .search__wrapper--form {
          width: 100%; } }
      .search__wrapper--form input {
        border: 1px solid var(--blue-400, #497AF9); }
    .search__wrapper--popup {
      width: 100%; }
    .search__wrapper--error input {
      border: 1px solid var(--red-400, #FF5E55) !important;
      background: var(--red-50, #FFECEB) !important; }
      .search__wrapper--error input:hover {
        border: 1px solid var(--red-400, #FF5E55) !important;
        background: var(--red-50, #FFECEB) !important; }
  .search button {
    margin-left: 6px; }
    @media only screen and (max-width: 576px) {
      .search button {
        margin-left: 0;
        margin-top: 16px; } }
.overlay,
.overlay-contact {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  z-index: 9999999; }

.popup {
  position: absolute;
  width: 544px;
  height: 478px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: var(--blue-100, #e8eefe);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 576px) {
    .popup {
      width: 350px;
      height: 504px; } }
  .popup__upline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: transparent;
    padding: 21px 24px 21px 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.464286px;
    text-transform: uppercase;
    color: #000000; }
  .popup__logo {
    width: 66px;
    height: 66px;
    margin-top: 30px; }
  .popup__title {
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; }
  .popup__subtitle {
    margin-top: 24px;
    color: var(--dark-70, rgba(0, 0, 0, 0.7));
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.216px; }
  .popup__search {
    margin-top: 36px;
    width: 472px; }
    @media only screen and (max-width: 576px) {
      .popup__search {
        width: 302px; } }
  .popup .search {
    display: flex;
    gap: 24px;
    align-items: center; }
    .popup .search * {
      width: 100%; }
    .popup .search button {
      margin: 0; }

.close-popup {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 16px;
  height: 16px;
  cursor: pointer; }
  .close-popup:hover:before, .close-popup:hover:after {
    background-color: #fff;
    opacity: 0.5; }

.close-popup:before {
  content: "";
  background-color: #696969;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg); }

.close-popup:after {
  content: "";
  background-color: #696969;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px; }

form {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  form .error {
    display: none;
    color: red;
    position: absolute;
    top: 55px;
    left: 18px;
    font-size: 12px; }
    @media only screen and (max-width: 576px) {
      form .error {
        top: -22px; } }
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #1B59F8;
  background: #1B59F8;
  box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
  cursor: pointer;
  transition: 0.3s linear;
  height: 54px;
  color: var(--white-100, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px; }
  .btn:hover {
    background: #1647c6; }
  .btn:active, .btn:focus {
    background: var(--blue-600, #1647c6);
    box-shadow: 0px 0px 0px 3px rgba(27, 89, 248, 0.3); }
  .btn--blue {
    background: #1B59F8; }
  .btn--narrow {
    width: 198px; }
    @media only screen and (max-width: 576px) {
      .btn--narrow {
        width: 100%; } }
  .btn--header {
    width: 177px;
    height: 44px; }
    @media only screen and (max-width: 768px) {
      .btn--header {
        width: 100%; } }
  .btn--intro {
    width: 198px; }
    @media only screen and (max-width: 576px) {
      .btn--intro {
        width: 100%; } }
  .btn--media {
    background: #fff;
    color: #1b59f8;
    width: 116px;
    height: 44px; }
    .btn--media:hover {
      border: 1px solid var(--blue-300, #8dacfc);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    .btn--media:active, .btn--media:focus {
      border: 0px solid var(--blue-200, #d1defe);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px 0px 0px 3px rgba(27, 89, 248, 0.3); }
  .btn--beta {
    width: 192px;
    background: #fff;
    color: #1b59f8;
    border: 1px solid var(--blue-300, #8dacfc);
    box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    .btn--beta:hover {
      border: 1px solid var(--blue-300, #8dacfc);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    .btn--beta:active, .btn--beta:focus {
      border: 0px solid var(--blue-200, #d1defe);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px 0px 0px 3px rgba(27, 89, 248, 0.3); }
  .btn--crucial {
    width: 238px;
    background: #fff;
    color: var(--primary, #1b59f8);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid var(--blue-300, #8dacfc);
    box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    .btn--crucial:hover {
      border: 1px solid var(--blue-300, #8dacfc);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    .btn--crucial:active, .btn--crucial:focus {
      border: 0px solid var(--blue-200, #d1defe);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px 0px 0px 3px rgba(27, 89, 248, 0.3); }
    @media only screen and (max-width: 768px) {
      .btn--crucial {
        width: 100%; } }
  .btn--form {
    width: 108px;
    background: #fff;
    color: #1b59f8; }
    .btn--form:hover {
      border: 1px solid var(--blue-300, #8dacfc);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    .btn--form:active, .btn--form:focus {
      border: 0px solid var(--blue-200, #d1defe);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px 0px 0px 3px rgba(27, 89, 248, 0.3); }
    @media only screen and (max-width: 576px) {
      .btn--form {
        width: 100%; } }
  .btn--locked {
    border: none;
    color: var(--dark-30, rgba(0, 0, 0, 0.3));
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    box-shadow: none;
    cursor: wait;
    height: 30px; }
    .btn--locked:hover {
      background: transparent;
      color: rgba(0, 0, 0, 0.3); }
    .btn--locked:active, .btn--locked:focus {
      background: none;
      box-shadow: none; }
  .btn--popup {
    margin-top: 24px;
    margin-left: 0 !important; }
  .btn--blog {
    width: 150px;
    margin-top: 18px; }

@media only screen and (min-width: 768px) {
  body.blue .btn:not(.btn--blue) {
    background: #fff;
    color: #1b59f8; }
    body.blue .btn:not(.btn--blue):hover {
      border: 1px solid var(--blue-300, #8dacfc);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    body.blue .btn:not(.btn--blue):active, body.blue .btn:not(.btn--blue):focus {
      border: 0px solid var(--blue-200, #d1defe);
      background: var(--blue-50, #f4f7ff);
      box-shadow: 0px 0px 0px 3px rgba(27, 89, 248, 0.3); } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header.active::before {
    background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .header .container {
      padding: 0; } }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f7ff;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .header::before {
        background-color: #fff; } }
  .header__logo {
    z-index: 3;
    width: 134px;
    height: 38px; }
    @media only screen and (max-width: 768px) {
      .header__logo {
        margin-left: 20px; } }
    .header__logo .for-blue {
      display: none; }
    .header__logo .for-white {
      display: block; }
  .header__body {
    height: 96px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .header__body {
        height: 71px; } }
  .header__burger {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header__burger {
        display: block;
        position: relative;
        width: 24px;
        height: 18px;
        z-index: 5;
        right: 25px; }
        .header__burger span {
          position: absolute;
          background-color: #00000080;
          left: 0;
          width: 100%;
          top: 8px;
          height: 2.5px;
          transition: all 0.3s ease 0s; }
        .header__burger::before, .header__burger::after {
          content: "";
          background-color: #00000080;
          position: absolute;
          width: 100%;
          height: 2.5px;
          left: 0;
          transition: all 0.3s ease 0s; }
        .header__burger::before {
          top: 0; }
        .header__burger::after {
          bottom: 0; }
        .header__burger.active span {
          transform: scale(0); }
        .header__burger.active::before {
          transform: rotate(45deg);
          top: 7px; }
        .header__burger.active::after {
          transform: rotate(-45deg);
          bottom: 8px; } }
  .header__menu {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .header__menu {
        flex-direction: column;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease 0s;
        background-color: #d1defe;
        overflow: auto;
        padding-left: 36px;
        padding-right: 36px; }
        .header__menu.active {
          top: 0;
          overflow-x: hidden; } }
  .header__list {
    display: flex;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    margin-right: 50px; }
    @media only screen and (max-width: 992px) {
      .header__list {
        margin-right: 30px;
        margin-left: 20px; } }
    @media only screen and (max-width: 768px) {
      .header__list {
        width: 100%;
        margin-right: 0;
        margin-top: 108px;
        flex-direction: column; } }
    @media (max-width: 320px) {
      .header__list {
        margin-bottom: 40px; } }
  .header__item {
    margin-right: 50px; }
    .header__item:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .header__item {
        margin-right: 0;
        margin-top: 40px; } }
  .header__link {
    color: var(--dark-80, rgba(0, 0, 0, 0.8));
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    transition: 0.2s linear; }
    .header__link:hover {
      color: #1B59F8;
      transition: 0.2s linear;
      opacity: 1; }
    @media only screen and (max-width: 768px) {
      .header__link {
        margin-left: 0;
        font-size: 18px;
        line-height: 29px;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 2px;
        text-transform: uppercase;
        opacity: 1; } }
  .header__contacts {
    margin-left: 65px;
    font-weight: 450;
    font-size: 20px;
    line-height: 26px;
    white-space: nowrap;
    display: flex;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .header__contacts {
        font-size: 30px;
        margin-left: 0;
        align-self: center;
        margin-bottom: 30px; } }
  .header__social,
  .header .footer__social {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header__social,
      .header .footer__social {
        display: flex; }
        .header__social .footer__icon svg,
        .header .footer__social .footer__icon svg {
          width: 20px;
          height: 20px;
          margin-top: 40px; } }
  .header__downline,
  .header .footer__downline {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header__downline,
      .header .footer__downline {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px; } }
  .header__btn {
    z-index: 5;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px; }
    @media only screen and (max-width: 768px) {
      .header__btn {
        width: 100%;
        margin-top: 36px;
        margin-left: 20px; } }
  .header__twitter {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header__twitter {
        margin-top: 36px;
        display: flex;
        align-items: center;
        z-index: 3; }
        .header__twitter img {
          width: 20px;
          height: 20px; } }
  .header__ex {
    color: var(--dark-60, rgba(0, 0, 0, 0.6));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px; }

.lock {
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  body.blue .header {
    background-color: #1B59F8; }
    body.blue .header::before, body.blue .header::after {
      background-color: #1B59F8; }
    body.blue .header .header__burger span, body.blue .header .header__burger::before, body.blue .header .header__burger::after {
      background-color: #fff; }
    body.blue .header .header__link {
      color: #fff; }
    body.blue .header .for-blue {
      display: block; }
    body.blue .header .for-white {
      display: none; } }

@media only screen and (min-width: 768px) {
  body.white .header::before {
    background-color: unset; } }

body.white.scrolled .header::before {
  background-color: #fff; }

.intro {
  padding-top: 190px; }
  .intro--commod {
    padding-top: 0; }
  @media only screen and (max-width: 992px) {
    .intro {
      padding-top: 95px; } }
  .intro__wrapper {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 992px) {
      .intro__wrapper {
        flex-direction: column; } }
    .intro__wrapper--commod {
      align-items: center;
      padding-top: 30px; }
  .intro__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 592px; }
    @media only screen and (max-width: 768px) {
      .intro__content {
        max-width: 100%; } }
  .intro h1 {
    max-width: 490px; }
    .intro h1 span {
      color: #1B59F8; }
  .intro__subtitle {
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.28px; }
    @media only screen and (max-width: 768px) {
      .intro__subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 144.444% */
        letter-spacing: -0.216px;
        align-self: center;
        text-align: center; } }
  .intro__search {
    margin-top: 36px; }
    .intro__search form {
      flex-wrap: nowrap; }
    @media only screen and (max-width: 768px) {
      .intro__search {
        align-self: center; } }
    @media only screen and (max-width: 576px) {
      .intro__search {
        width: 100%; } }
  .intro__img {
    width: 563px;
    height: 312px; }
    @media only screen and (max-width: 1332px) {
      .intro__img {
        margin-right: 40px;
        width: 383px;
        height: 218px; } }
    @media only screen and (max-width: 992px) {
      .intro__img {
        margin-right: 0;
        align-self: center;
        margin-top: 30px;
        width: 563px;
        height: 312px; } }
    @media only screen and (max-width: 576px) {
      .intro__img {
        width: 345.806px;
        height: 191.059px;
        margin-top: 47px; } }
    .intro__img--commod {
      width: 655px;
      height: 650px;
      margin-right: 0; }
      @media only screen and (max-width: 992px) {
        .intro__img--commod {
          width: 500px;
          height: 500px;
          margin-top: -20px; } }
      @media only screen and (max-width: 576px) {
        .intro__img--commod {
          width: 350px;
          height: 350px;
          margin-top: -20px; } }
      .intro__img--commod img {
        object-fit: contain; }
  .intro__networks {
    margin-top: 72px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 768px) {
      .intro__networks {
        margin-top: 47px; } }
  .intro__remark {
    color: var(--dark-40, rgba(0, 0, 0, 0.4));
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 3.6px;
    text-transform: uppercase; }
  .intro__cards {
    margin-top: 34px;
    display: flex;
    align-self: center; }
    @media only screen and (max-width: 992px) {
      .intro__cards {
        flex-wrap: wrap;
        justify-content: space-around; } }
  .intro__box {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 10px;
    width: 167px;
    height: 168px;
    border-radius: 6px;
    border: 1px solid var(--dark-5, rgba(0, 0, 0, 0.05));
    background: var(--white-100, #fff);
    box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.05) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
    margin-right: 10px; }
    .intro__box:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 992px) {
      .intro__box {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 768px) {
      .intro__box {
        width: 165px;
        height: 165px;
        margin-right: 0; } }
  .intro__check {
    position: relative;
    color: var(--dark-20, rgba(0, 0, 0, 0.2));
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    padding-left: 34px;
    height: 24px;
    display: flex;
    align-items: center;
    z-index: 1; }
    .intro__check::before {
      content: "";
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%; }
    .intro__check--unlocked:before {
      background: url("/img/checkbox-circle-fill.svg") no-repeat;
      background-size: cover; }
    .intro__check--locked:before {
      background: url("/img/checkbox-blank-circle-line.svg") no-repeat;
      background-size: cover; }
  .intro__icon {
    width: 36px;
    height: 36px;
    align-self: center;
    margin-top: 22px; }
  .intro__platform {
    margin-top: 10px;
    align-self: center;
    color: var(--dark-50, rgba(0, 0, 0, 0.5));
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; }

.intro-blue {
  padding-top: 180px;
  background-color: #1B59F8; }
  .intro-blue--commod {
    padding-top: 0; }
  @media only screen and (max-width: 992px) {
    .intro-blue {
      padding-top: 95px; } }
  .intro-blue__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    .intro-blue__wrapper--commod {
      align-items: center;
      padding-top: 30px; }
  .intro-blue__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .intro-blue__content {
        max-width: 100%; } }
  .intro-blue h1 {
    color: #fff; }
    .intro-blue h1 span {
      color: #1B59F8; }
  .intro-blue__subtitle {
    margin-top: 16px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.28px; }
    @media only screen and (max-width: 768px) {
      .intro-blue__subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 144.444% */
        letter-spacing: -0.216px;
        align-self: center;
        text-align: center; } }
  .intro-blue__search {
    margin-top: 36px; }
    .intro-blue__search form {
      flex-wrap: nowrap; }
    @media only screen and (max-width: 768px) {
      .intro-blue__search {
        align-self: center; } }
    @media only screen and (max-width: 576px) {
      .intro-blue__search {
        width: 100%; } }
  .intro-blue__img {
    width: 1415px;
    max-width: 100%;
    margin: 0 auto; }
    .intro-blue__img img {
      max-width: 100%;
      height: 518px; }
      @media only screen and (max-width: 576px) {
        .intro-blue__img img {
          height: 215px; } }
  .intro-blue .btn {
    background-color: #fff;
    color: #1B59F8; }

.intro-white {
  padding-top: 190px;
  background: linear-gradient(0deg, #F4F7FF 0%, #C1DDFF 100%); }
  .intro-white--commod {
    padding-top: 0; }
  @media only screen and (max-width: 992px) {
    .intro-white {
      padding-top: 95px; } }
  .intro-white__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .intro-white__wrapper--commod {
      align-items: center;
      padding-top: 30px; }
  .intro-white__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px; }
    @media only screen and (max-width: 768px) {
      .intro-white__content {
        max-width: 100%; } }
  .intro-white h1 {
    text-align: center;
    max-width: 100%; }
    .intro-white h1 span {
      color: #1B59F8;
      display: block; }
  .intro-white__subtitle {
    margin-top: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.28px; }
    @media only screen and (max-width: 768px) {
      .intro-white__subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 144.444% */
        letter-spacing: -0.216px;
        align-self: center;
        text-align: center; } }
  .intro-white__search {
    margin-top: 36px; }
    .intro-white__search form {
      flex-wrap: nowrap; }
    @media only screen and (max-width: 768px) {
      .intro-white__search {
        align-self: center; } }
    @media only screen and (max-width: 576px) {
      .intro-white__search {
        width: 100%; } }
  .intro-white__img {
    width: 1332;
    max-width: 100%;
    margin-top: -47px; }
    @media only screen and (max-width: 1332px) {
      .intro-white__img {
        margin-right: 40px;
        width: 383px;
        height: 218px; } }
    @media only screen and (max-width: 992px) {
      .intro-white__img {
        margin-right: 0;
        align-self: center;
        margin-top: 30px;
        width: 563px;
        height: 312px; } }
    @media only screen and (max-width: 576px) {
      .intro-white__img {
        width: 345.806px;
        height: 191.059px;
        margin-top: 47px; } }
    .intro-white__img--commod {
      width: 655px;
      height: 650px;
      margin-right: 0; }
      @media only screen and (max-width: 992px) {
        .intro-white__img--commod {
          width: 500px;
          height: 500px;
          margin-top: -20px; } }
      @media only screen and (max-width: 576px) {
        .intro-white__img--commod {
          width: 350px;
          height: 350px;
          margin-top: -20px; } }
      .intro-white__img--commod img {
        object-fit: contain; }
  .intro-white__networks {
    margin-top: 72px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 768px) {
      .intro-white__networks {
        margin-top: 47px; } }
  .intro-white__remark {
    color: var(--dark-40, rgba(0, 0, 0, 0.4));
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 3.6px;
    text-transform: uppercase; }
  .intro-white__cards {
    margin-top: 34px;
    display: flex;
    align-self: center; }
    @media only screen and (max-width: 992px) {
      .intro-white__cards {
        flex-wrap: wrap;
        justify-content: space-around; } }
  .intro-white__box {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 10px;
    width: 167px;
    height: 168px;
    border-radius: 6px;
    border: 1px solid var(--dark-5, rgba(0, 0, 0, 0.05));
    background: var(--white-100, #fff);
    box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.05) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
    margin-right: 10px; }
    .intro-white__box:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 992px) {
      .intro-white__box {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 768px) {
      .intro-white__box {
        width: 165px;
        height: 165px;
        margin-right: 0; } }
  .intro-white__check {
    position: relative;
    color: var(--dark-20, rgba(0, 0, 0, 0.2));
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    padding-left: 34px;
    height: 24px;
    display: flex;
    align-items: center;
    z-index: 1; }
    .intro-white__check::before {
      content: "";
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%; }
    .intro-white__check--unlocked:before {
      background: url("/img/checkbox-circle-fill.svg") no-repeat;
      background-size: cover; }
    .intro-white__check--locked:before {
      background: url("/img/checkbox-blank-circle-line.svg") no-repeat;
      background-size: cover; }
  .intro-white__icon {
    width: 36px;
    height: 36px;
    align-self: center;
    margin-top: 22px; }
  .intro-white__platform {
    margin-top: 10px;
    align-self: center;
    color: var(--dark-50, rgba(0, 0, 0, 0.5));
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; }

.helper {
  padding-top: 90px;
  padding-bottom: 40px;
  background-image: url("/img/meetbg.webp");
  background-repeat: no-repeat;
  background-size: 100% 75%;
  background-position: bottom; }
  @media only screen and (max-width: 1332px) {
    .helper {
      padding-top: 48px;
      background-size: 100% 60%;
      padding-bottom: 24px; } }
  @media only screen and (max-width: 768px) {
    .helper {
      padding-top: 48px;
      background-size: 100% 31%; } }
  .helper__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column; }
  .helper h2 {
    color: var(--dark-90, rgba(0, 0, 0, 0.9)); }
  .helper__subtitle {
    margin-top: 24px;
    max-width: 882px;
    align-self: center;
    color: var(--dark-50, rgba(0, 0, 0, 0.5));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px; }
    @media only screen and (max-width: 768px) {
      .helper__subtitle {
        font-size: 16px; } }
  .helper__img {
    margin-top: 36px;
    align-self: center;
    max-width: 882.926px;
    max-height: 520.754px; }
    @media only screen and (max-width: 768px) {
      .helper__img {
        margin-top: 48px; } }
.slider {
  padding-top: 36px;
  padding-bottom: 58px;
  background: #1A5FF9; }
  @media only screen and (max-width: 768px) {
    .slider {
      padding-bottom: 48px; } }
  .slider h2 {
    text-align: center; }
  .slider .container {
    display: flex;
    justify-content: flex-end;
    position: relative; }

.swiper {
  margin-top: 48px;
  background: transparent;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  /* button style */ }
  .swiper .swiper-wrapper {
    width: 600px !important; }
    @media only screen and (max-width: 992px) {
      .swiper .swiper-wrapper {
        height: 450px; } }
    @media only screen and (max-width: 576px) {
      .swiper .swiper-wrapper {
        height: 315px; } }
  .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 326px;
    font-size: 10vw;
    text-align: center;
    color: #fff;
    background: #1A5FF9;
    transition: 0.5s all; }
    .swiper .swiper-slide img {
      width: 600px !important;
      border-radius: 12px; }
      @media only screen and (max-width: 576px) {
        .swiper .swiper-slide img {
          width: 350px !important; } }
    @media only screen and (max-width: 992px) {
      .swiper .swiper-slide {
        justify-content: center; } }
    @media only screen and (max-width: 576px) {
      .swiper .swiper-slide {
        height: 190px; } }
  .swiper .swiper-pagination {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media only screen and (max-width: 992px) {
      .swiper .swiper-pagination {
        height: 100px;
        left: 50%; } }
  .swiper .swiper-pagination-bullet {
    margin-bottom: 36px !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s; }
    .swiper .swiper-pagination-bullet::before {
      position: absolute;
      content: '';
      top: 6px;
      left: 0;
      width: 401px;
      padding-left: 60px;
      text-align: left;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 26px;
      /* 144.444% */
      letter-spacing: -0.216px;
      color: #fff; }
      @media only screen and (max-width: 992px) {
        .swiper .swiper-pagination-bullet::before {
          padding-left: 0;
          left: 50%;
          transform: translateX(-50%);
          text-align: center;
          top: 40px;
          width: 100vw; } }
    .swiper .swiper-pagination-bullet:nth-child(1)::before {
      content: 'Enter your brand/competitor/topic'; }
    .swiper .swiper-pagination-bullet:nth-child(2)::before {
      content: 'Choose media/ channel'; }
    .swiper .swiper-pagination-bullet:nth-child(3)::before {
      content: 'Click to analyse'; }
    .swiper .swiper-pagination-bullet:nth-child(4)::before {
      top: -6px;
      content: 'Get brief report with marketing data and customer demand'; }
      @media only screen and (max-width: 992px) {
        .swiper .swiper-pagination-bullet:nth-child(4)::before {
          top: 45px; } }
    .swiper .swiper-pagination-bullet:last-child {
      margin-bottom: 0 !important; }
    @media only screen and (max-width: 992px) {
      .swiper .swiper-pagination-bullet {
        display: none; } }
  @media only screen and (max-width: 992px) {
    .swiper .swiper-pagination-bullet-active {
      display: block;
      left: 50%;
      top: -20px;
      transform: translateX(-50%);
      margin-bottom: 0px !important; } }
  .swiper .swiper-pagination-bullet span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 992px) {
      .swiper .swiper-pagination-bullet span {
        top: 54%;
        left: 47%; } }
    @media only screen and (max-width: 576px) {
      .swiper .swiper-pagination-bullet span {
        top: 52%;
        left: 47%; } }
  .swiper .progress {
    transform: rotate(-90deg); }
  .swiper .circle-origin {
    border: 1px #fff;
    fill: transparent;
    stroke: #8DACFC;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 125.664px;
    stroke-dashoffset: 125.664px; }
  .swiper .swiper-pagination-bullet-active .circle-origin {
    animation: progress 10s; }

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px; }
  90% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -125.664px; } }

.users {
  background: #1A5FF9;
  padding-top: 40px;
  padding-bottom: 58px; }
  @media only screen and (max-width: 768px) {
    .users {
      padding-top: 0; } }
  .users h2 {
    text-align: center; }
  .users__img {
    margin-top: 24px; }

.tools {
  background: #1a5ff9;
  padding-top: 76px;
  padding-bottom: 48px; }
  .tools.white {
    background: #f4f7ff; }
    .tools.white .tools__box {
      background: #ffffff; }
    .tools.white .tools__text,
    .tools.white .tools__subtitle,
    .tools.white h2 {
      color: #000; }
  .tools h2 {
    text-align: center; }
  .tools__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
    gap: 10px; }
  .tools__box {
    width: 599px;
    border-radius: 12px;
    background: var(--blue-400, #497af9);
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(22px);
    height: 350px;
    padding: 30px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1332px) {
      .tools__box {
        width: 480px; } }
    @media only screen and (max-width: 768px) {
      .tools__box {
        width: 100%;
        height: auto; } }
  .tools__icon {
    width: 100px;
    height: 100px; }
  .tools__subtitle {
    margin-top: 41px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.384px; }
  .tools__text {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px; }

.cutting {
  padding-top: 74px;
  padding-bottom: 72px;
  background: #1A5FF9; }
  .cutting h2 {
    text-align: center; }
  .cutting__wrapper {
    margin-top: 48px; }
  .cutting__box {
    display: flex;
    height: 440px;
    justify-content: space-around;
    margin-bottom: 48px; }
    .cutting__box:last-child {
      margin-bottom: 0; }
    .cutting__box:nth-child(even) {
      flex-direction: row-reverse; }
      @media only screen and (max-width: 768px) {
        .cutting__box:nth-child(even) {
          flex-direction: column-reverse;
          height: auto; } }
    @media only screen and (max-width: 768px) {
      .cutting__box {
        flex-direction: column-reverse;
        height: auto;
        margin-bottom: 51px; } }
  .cutting__content {
    max-width: 607px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 992px) {
      .cutting__content {
        max-width: 350px; } }
    @media only screen and (max-width: 768px) {
      .cutting__content {
        max-width: 100%;
        margin-top: 36px; } }
  .cutting__subtitle {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.54px; }
  .cutting__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.216px;
    margin-top: 12px; }
  .cutting__btn {
    position: relative;
    width: 126px;
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
    z-index: 1;
    transition: 0.3s linear; }
    .cutting__btn::after {
      content: '';
      transform: translateY(-50%);
      transition: 0.3s linear;
      z-index: 2;
      position: absolute;
      right: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      background-image: url("/img/arrow.svg"); }
    .cutting__btn:hover {
      transition: 0.3s linear; }
      .cutting__btn:hover::after {
        content: '';
        right: -20px;
        transition: 0.3s linear; }
  .cutting__img {
    width: 427px;
    height: 440px; }
    .cutting__img img {
      object-fit: contain; }
    @media only screen and (max-width: 768px) {
      .cutting__img {
        align-self: center; } }
    @media only screen and (max-width: 576px) {
      .cutting__img {
        width: 350px;
        height: 360px; } }
.media {
  padding-top: 48px;
  padding-bottom: 36px; }
  .media h2 {
    text-align: center;
    color: #000; }
  .media__wrapper {
    margin-top: 48px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .media__wrapper {
        flex-wrap: wrap;
        justify-content: space-around; } }
  .media__box {
    width: 130px;
    height: 188px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 100px; }
    .media__box:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 992px) {
      .media__box {
        margin-right: 50px; } }
    @media only screen and (max-width: 768px) {
      .media__box {
        margin-right: 0px;
        margin-bottom: 36px; }
        .media__box:last-child {
          margin-bottom: 0; } }
    .media__box:nth-child(3) .media__img--unlocked svg path {
      fill: #FF4500; }
    .media__box:nth-child(4) .media__img--unlocked svg path {
      fill: #fff; }
    .media__box:nth-child(4) .media__img--unlocked svg rect {
      fill: #FF4500;
      fill-opacity: 1; }
    .media__box:nth-child(5) .media__img--unlocked svg path {
      fill: #FF4500;
      fill-opacity: 1; }
      .media__box:nth-child(5) .media__img--unlocked svg path:last-child {
        fill: #fff; }
  .media__img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px; }
    .media__img svg {
      width: 46px;
      height: 46px; }
    .media__img--unlocked {
      background: var(--blue-100, #E8EEFE); }
    .media__img--locked {
      background: #F2F2F2; }
  .media__name {
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    margin-top: 10px; }
  .media__btn {
    margin-top: 10px; }

.beta {
  padding-top: 36px;
  padding-bottom: 36px; }
  .beta--commod {
    padding-top: 72px;
    padding-bottom: 72px; }
  .beta__wrapper {
    height: 346px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 90px;
    border-radius: 12px;
    background: var(--gradient-blue, linear-gradient(217deg, #1B59F8 14.86%, #00B3FF 94.58%));
    box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.05) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1); }
    @media only screen and (max-width: 992px) {
      .beta__wrapper {
        height: auto;
        padding-top: 36px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 390px; } }
  .beta__img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
    @media only screen and (max-width: 992px) {
      .beta__img {
        left: 50%;
        transform: translateX(-50%); } }
    .beta__img--commod {
      margin-bottom: 25px;
      margin-left: 16px; }
      @media only screen and (max-width: 768px) {
        .beta__img--commod {
          margin-bottom: 60px;
          margin-left: 0;
          width: 400px; } }
      @media only screen and (max-width: 576px) {
        .beta__img--commod {
          width: 370px; } }
    @media only screen and (max-width: 992px) {
      .beta__img--desc {
        display: none; } }
    .beta__img--mob {
      display: none; }
      @media only screen and (max-width: 992px) {
        .beta__img--mob {
          display: block;
          width: 415px;
          height: 413px; } }
  .beta__content {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
    max-width: 648px; }
    @media only screen and (max-width: 1332px) {
      .beta__content {
        max-width: 500px; } }
    @media only screen and (max-width: 992px) {
      .beta__content {
        max-width: 100%; } }
  .beta__upline {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .beta__upline {
        justify-content: center; } }
    @media only screen and (max-width: 768px) {
      .beta__upline {
        flex-direction: column; } }
  .beta__remark {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-60, rgba(255, 255, 255, 0.6));
    width: 273px;
    height: 42px;
    margin-left: 24px;
    color: var(--white-60, rgba(255, 255, 255, 0.6));
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.12px; }
    @media only screen and (max-width: 768px) {
      .beta__remark {
        margin-left: 0;
        margin-top: 10px; } }
  .beta__text {
    margin-top: 24px;
    color: var(--white-80, rgba(255, 255, 255, 0.8));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px; }
    @media only screen and (max-width: 992px) {
      .beta__text {
        text-align: center; } }
  .beta__btn {
    margin-top: 24px; }
    @media only screen and (max-width: 992px) {
      .beta__btn {
        align-self: center; } }
.form {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media only screen and (max-width: 768px) {
    .form {
      padding-top: 24px;
      padding-bottom: 36px; } }
  .form__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .form h2 {
    max-width: 611px;
    color: #000;
    text-align: center; }
  .form__subtitle {
    margin-top: 24px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px; }
  .form form {
    margin-top: 24px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 576px) {
      .form form {
        width: 100%;
        margin-bottom: 0; } }
.rule {
  padding-top: 36px;
  padding-bottom: 78px; }
  @media only screen and (max-width: 768px) {
    .rule {
      padding-top: 20px;
      padding-bottom: 24px; } }
  .rule h2 {
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; }
  .rule__content {
    margin-top: 48px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1332px) {
      .rule__content {
        flex-wrap: wrap;
        justify-content: space-around; } }
  .rule__box {
    padding: 24px;
    border-radius: 12px;
    background: var(--White-100, #FFF);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(22px);
    width: 396px;
    height: 281px; }
    @media only screen and (max-width: 1332px) {
      .rule__box {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 768px) {
      .rule__box {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 576px) {
      .rule__box {
        width: 100%; } }
  .rule__icon {
    width: 60px;
    height: 60px; }
  .rule__subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    margin-top: 41px; }
  .rule__text {
    color: var(--Dark-70, rgba(0, 0, 0, 0.7));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px; }

.explan {
  background: var(--primary, #1B59F8);
  padding-top: 72px;
  padding-bottom: 110px; }
  @media only screen and (max-width: 768px) {
    .explan {
      padding-top: 36px;
      padding-bottom: 58px; } }
  .explan h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-align: center; }
  .explan__wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1332px) {
      .explan__wrapper {
        flex-wrap: wrap;
        justify-content: space-around; } }
    @media only screen and (max-width: 768px) {
      .explan__wrapper {
        margin-top: 48px; } }
  .explan__box {
    width: 386px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 1332px) {
      .explan__box {
        margin-bottom: 30px; }
        .explan__box:last-child {
          margin-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .explan__box {
        margin-bottom: 24px; } }
  .explan__img {
    border-radius: 10px;
    background: var(--Blue-200, #D1DEFE); }
  .explan__count {
    margin-top: 21px;
    color: var(--White-100, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%; }
  .explan__text {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; }

.crucial {
  background: var(--primary, #1B59F8);
  padding-top: 22px;
  padding-bottom: 134px; }
  @media only screen and (max-width: 768px) {
    .crucial {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .crucial__uptitle {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; }
  .crucial h2 {
    margin-top: 10px;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; }
    @media only screen and (max-width: 992px) {
      .crucial h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        margin-top: 36px; } }
  .crucial__wrapper {
    position: relative;
    display: flex;
    flex-direction: column; }
  .crucial__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media only screen and (max-width: 992px) {
      .crucial__img {
        width: 556px;
        position: relative; } }
    @media only screen and (max-width: 768px) {
      .crucial__img {
        width: 350px; } }
  .crucial__upper {
    margin-top: 167px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 992px) {
      .crucial__upper {
        margin-top: -120px; } }
    @media only screen and (max-width: 768px) {
      .crucial__upper {
        flex-direction: column;
        align-items: center;
        margin-top: -50px; } }
  .crucial__box {
    width: 350px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 576px) {
      .crucial__box {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .crucial__box {
        margin-bottom: 48px; } }
    .crucial__box--last {
      margin-bottom: 0; }
  .crucial__title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; }
    @media only screen and (max-width: 768px) {
      .crucial__title {
        text-align: left; } }
  .crucial__text {
    color: var(--White-80, rgba(255, 255, 255, 0.8));
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; }
    @media only screen and (max-width: 768px) {
      .crucial__text {
        text-align: left; } }
  .crucial__lover {
    margin-top: 90px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .crucial__lover {
        margin-top: 0px; } }
  .crucial__btn {
    display: flex;
    justify-content: center;
    margin-top: 92px; }
    @media only screen and (max-width: 768px) {
      .crucial__btn {
        margin-top: 36px; } }
.privacy {
  padding-top: 120px;
  padding-bottom: 100px; }
  .privacy__wrapper {
    width: 766px; }
    @media only screen and (max-width: 768px) {
      .privacy__wrapper {
        width: 100%; } }
  .privacy h1 {
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 36px; }
    @media only screen and (max-width: 768px) {
      .privacy h1 {
        text-align: left; } }
  .privacy a {
    color: var(--primary, #1B59F8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline; }
  .privacy h2 {
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 36px; }
  .privacy h3 {
    margin-top: 18px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; }
  .privacy p {
    color: var(--Dark-60, rgba(0, 0, 0, 0.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 18px; }
  .privacy ul {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
    margin-top: 15px;
    color: var(--Dark-60, rgba(0, 0, 0, 0.6)); }
    .privacy ul li {
      margin-bottom: 0.5rem;
      list-style-type: disc;
      color: var(--Dark-60, rgba(0, 0, 0, 0.6)); }
      .privacy ul li b {
        color: var(--Dark-60, rgba(0, 0, 0, 0.9)); }
  .privacy__date {
    color: var(--Dark-30, rgba(0, 0, 0, 0.3));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px; }
  .privacy__upline {
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px; }
  .privacy a {
    color: #1B59F8; }

.footer {
  background: var(--blue-100, #E8EEFE);
  padding-top: 48px; }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-top: 36px; } }
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px; }
    @media only screen and (max-width: 768px) {
      .footer__wrapper {
        flex-direction: column-reverse;
        padding-bottom: 24px; } }
  .footer__logo {
    width: 134px;
    height: 38px; }
    @media only screen and (max-width: 768px) {
      .footer__logo {
        margin-top: 36px; } }
  .footer__content {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .footer__content {
        flex-direction: column; } }
  .footer__column {
    margin-right: 100px; }
    .footer__column:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .footer__column {
        margin-right: 0;
        margin-top: 36px; }
        .footer__column:first-child {
          margin-top: 0; } }
  .footer__subtitle {
    color: var(--dark-80, rgba(0, 0, 0, 0.8));
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.14px; }
  .footer__nav {
    display: flex;
    flex-direction: column; }
  .footer__link {
    color: var(--dark-60, rgba(0, 0, 0, 0.6));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    margin-top: 16px;
    transition: 0.3s linear; }
    .footer__link:hover {
      color: #1B59F8;
      transition: 0.3s linear; }
  .footer__twitter {
    margin-top: 16px;
    display: flex;
    align-items: center; }
    .footer__twitter a {
      margin-top: 0;
      margin-left: 10px; }
    .footer__twitter img {
      width: 20px;
      height: 20px; }
  .footer__downline {
    background: var(--blue-200, #D1DEFE);
    padding-top: 24px;
    padding-bottom: 24px; }
  .footer__end {
    color: var(--dark-30, rgba(0, 0, 0, 0.3));
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.12px; }
    @media only screen and (max-width: 768px) {
      .footer__end {
        text-align: center; } }
.automate {
  padding-top: 36px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .automate {
      padding-bottom: 36px; } }
  .automate__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background-color: #f5f7fa; }
    @media only screen and (max-width: 768px) {
      .automate__container {
        flex-direction: column; } }
  .automate h2 {
    color: #000;
    text-align: center;
    padding-bottom: 36px; }
  .automate__text {
    flex: 1;
    padding-right: 2rem;
    color: #000; }
    @media only screen and (max-width: 768px) {
      .automate__text {
        order: 2; } }
    .automate__text ul {
      list-style: none;
      padding: 0; }
      .automate__text ul li {
        display: flex;
        align-items: center;
        padding-bottom: 36px;
        font-size: 18px;
        font-weight: 500; }
        .automate__text ul li:before {
          content: "→";
          color: #007bff;
          margin-right: 0.5rem; }
  .automate__image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 445px; }
    @media only screen and (max-width: 768px) {
      .automate__image {
        order: 1;
        padding-bottom: 48px; } }
    .automate__image img {
      max-width: 100%;
      height: auto; }

.laverage {
  padding-top: 36px;
  padding-bottom: 48px; }
  .laverage__subtitle {
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    max-width: 888px;
    margin: 0 auto;
    padding-bottom: 36px; }
  .laverage__image-wrapper {
    background-image: url("../img/laverage-bg.png");
    background-size: cover;
    position: relative;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 36px; }
  .laverage__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f7fa;
    padding: 60px 60px 36px;
    border-radius: 6px; }
    @media only screen and (max-width: 768px) {
      .laverage__container {
        flex-direction: column;
        gap: 50px; } }
  .laverage h2 {
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding-bottom: 36px; }
  .laverage p {
    padding-top: 24px;
    max-width: 364px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 16px; }
  .laverage__column {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .laverage img {
    max-width: 220px;
    height: auto;
    margin: 0 auto; }
  .laverage__button {
    margin: 0 auto; }

.use-cases {
  padding-top: 36px;
  padding-bottom: 48px; }
  .use-cases__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f7fa;
    gap: 10px;
    padding-bottom: 48px; }
    @media only screen and (max-width: 768px) {
      .use-cases__container {
        flex-direction: column; } }
  .use-cases h2 {
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding-bottom: 36px;
    font-weight: 700; }
  .use-cases__text {
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 600; }
  .use-cases__link {
    color: #1B59F8;
    position: relative;
    width: 105px;
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
    z-index: 1;
    transition: 0.3s linear; }
    .use-cases__link::after {
      content: '';
      transform: translateY(-50%);
      transition: 0.3s linear;
      z-index: 2;
      position: absolute;
      right: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      background-image: url("/img/arrow-blue.svg"); }
    .use-cases__link:hover {
      transition: 0.3s linear; }
      .use-cases__link:hover::after {
        right: -10px; }
  .use-cases__column {
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: row;
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    height: 410px;
    border-radius: 12px;
    width: 50%; }
    @media only screen and (max-width: 576px) {
      .use-cases__column {
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        gap: 25px;
        height: auto;
        padding-bottom: 40px; } }
    .use-cases__column--inner {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-left: 19px;
      padding-right: 30px; }
  .use-cases img {
    max-width: 220px;
    height: auto;
    margin: 0 auto; }
  .use-cases__button {
    margin: 0 auto; }
  .use-cases__blue-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-basis: 50%;
    clip-path: ellipse(99% 100% at 0% 50%);
    background-color: #D1DEFE;
    border-radius: 12px; }
    @media only screen and (max-width: 768px) {
      .use-cases__blue-section {
        clip-path: ellipse(88% 99% at 50% 0%); } }
.blog-list {
  padding-top: 150px; }
  .blog-list h1 {
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px; }
  .blog-list__wrapper {
    margin-top: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 8px; }
    @media only screen and (max-width: 1332px) {
      .blog-list__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (max-width: 768px) {
      .blog-list__wrapper {
        grid-template-columns: 1fr; } }
  .blog-list__box {
    width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 90px; }
  .blog-list__upline {
    display: flex;
    flex-direction: column; }
  .blog-list__img {
    border-radius: 12px;
    height: 234px; }
    .blog-list__img img {
      border-radius: 12px; }
  .blog-list__date {
    margin-top: 24px;
    color: var(--Dark-30, rgba(0, 0, 0, 0.3));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; }
  .blog-list__title {
    margin-top: 12px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; }
  .blog-list__text {
    margin-top: 12px;
    color: var(--Dark-40, rgba(0, 0, 0, 0.4));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  .blog-list__downline {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; }
  .blog-list__tag {
    height: 24px;
    padding: 2px 10px;
    margin-bottom: 10px;
    border-radius: 16px;
    background: var(--Blue-100, #e8eefe);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary, #1b59f8);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-right: 8px;
    white-space: nowrap; }
    .blog-list__tag:last-child {
      margin-right: 0; }

.blog-single {
  padding-top: 120px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .blog-single {
      padding-top: 95px; } }
  .blog-single h1 {
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-top: 12px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-top: 36px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-top: 16px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single h6 {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single ul {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
    margin-top: 5px;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
    .blog-single ul li {
      margin-bottom: 0.5rem;
      list-style-type: disc;
      color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single a {
    color: var(--primary, #1B59F8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline; }
  .blog-single ol {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 1.5em;
    color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
    .blog-single ol li {
      margin-bottom: 0.5rem;
      list-style-type: decimal;
      color: var(--Dark-90, rgba(0, 0, 0, 0.9)); }
  .blog-single__wrapper {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 992px) {
      .blog-single__wrapper {
        flex-direction: column; } }
  .blog-single__left {
    width: 780px; }
    @media only screen and (max-width: 1332px) {
      .blog-single__left {
        width: 650px; } }
    @media only screen and (max-width: 768px) {
      .blog-single__left {
        width: 100%; } }
  .blog-single__bread {
    display: flex; }
    .blog-single__bread a {
      color: var(--Dark-30, rgba(0, 0, 0, 0.3));
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      text-decoration-line: none; }
      .blog-single__bread a:last-child {
        color: var(--primary, #1B59F8); }
    .blog-single__bread svg {
      width: 20px;
      height: 20px; }
  .blog-single__img {
    margin-top: 36px;
    max-height: 394px;
    border-radius: 12px;
    background: url(<path-to-image>) lightgray 50%/cover no-repeat; }
    .blog-single__img img {
      width: 100%;
      max-height: 394px;
      object-fit: cover;
      border-radius: 12px; }
    @media only screen and (max-width: 768px) {
      .blog-single__img {
        margin-top: 24px;
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0px;
        max-height: 320px; }
        .blog-single__img img {
          border-radius: 0px;
          max-height: 320px; } }
  .blog-single__date {
    margin-top: 24px;
    color: var(--Dark-30, rgba(0, 0, 0, 0.3));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; }
  .blog-single__btn {
    color: white !important;
    text-decoration-line: none !important;
    margin-bottom: 20px; }
  .blog-single__right {
    width: 298px; }
    .blog-single__right a {
      text-decoration-line: none; }
    @media only screen and (max-width: 992px) {
      .blog-single__right {
        width: 100%; } }
  .blog-single__content {
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 992px) {
      .blog-single__content {
        flex-direction: row; } }
    @media only screen and (max-width: 768px) {
      .blog-single__content {
        flex-direction: column;
        align-items: center;
        width: 500px;
        margin: 0 auto; } }
    @media only screen and (max-width: 576px) {
      .blog-single__content {
        width: 100%; } }
  .blog-single__title {
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; }
    .blog-single__title--content {
      margin-top: 50px; }
  .blog-single__tags {
    margin-top: 24px; }
  .blog-single__box {
    margin-top: 24px; }
    @media only screen and (max-width: 992px) {
      .blog-single__box {
        margin-right: 12px; }
        .blog-single__box:last-child {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .blog-single__box {
        margin-right: 0; } }
    @media only screen and (max-width: 576px) {
      .blog-single__box {
        width: 100%; } }
  .blog-single__box-img {
    border-radius: 12px;
    background: #CCC;
    height: 133px; }
    .blog-single__box-img img {
      border-radius: 12px;
      height: 133px; }
  .blog-single__box-text {
    color: var(--Dark-90, rgba(0, 0, 0, 0.9));
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 13px; }

.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1B59F8;
  color: #fff;
  text-align: center;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  display: none; }
  .cookie-consent__message {
    flex: 1;
    margin-right: 1rem; }
    .cookie-consent__message a {
      text-decoration: underline; }
  .cookie-consent .btn {
    background-color: #fff;
    color: #1B59F8;
    width: 90px; }

.popup-survey {
  position: fixed;
  width: 315px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  bottom: 46px;
  right: 46px;
  z-index: 1000;
  display: none; }
  .popup-survey__container {
    position: relative;
    text-align: center; }
  .popup-survey__close-btn {
    position: absolute;
    top: -20px;
    right: 0px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5); }
  .popup-survey__icon {
    text-align: left; }
    .popup-survey__icon svg {
      width: 30px;
      height: 30px; }
  .popup-survey__title {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
    text-align: left; }
  .popup-survey__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.9);
    text-align: left; }
  .popup-survey__button {
    width: 100%; }
