/*!***************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/fast-sass-loader/lib/index.js!./landings/core/styles/main/index.scss ***!
  \***************************************************************************************************************************************/
@font-face {
  font-family: "NunitoSans Black";
  src: url(../fonts/nunitosans-black.woff2) format("woff2"),
    url(../fonts/nunitosans-black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "NunitoSans Bold";
  src: url(../fonts/nunitosans-bold.woff2) format("woff2"),
    url(../fonts/nunitosans-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NunitoSans Regular";
  src: url(../fonts/nunitosans-regular.woff2) format("woff2"),
    url(../fonts/nunitosans-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.lui-link:hover {
  text-decoration: underline;
  transition: var(--transition-medium);
  cursor: pointer;
}
.lui-link.blue-lui-link {
  color: RGB(var(--color-blue));
}
.lui-link.blue-lui-link:hover {
  color: RGB(var(--color-main-100));
}
.lui-link.blue-lui-link:active {
  color: RGB(var(--color-blue));
}
.lui-link.dark-lui-link {
  color: RGB(var(--color-main-100));
}
.lui-link.dark-lui-link:hover {
  color: RGB(var(--color-main-80));
}
.lui-link.dark-lui-link:active {
  color: RGB(var(--color-main-100));
}
.lui-link.white-lui-link {
  color: RGB(var(--color-white));
}
.lui-link.white-lui-link:hover {
  color: RGB(var(--color-yellow));
}
.lui-link.white-lui-link:active {
  color: RGB(var(--color-white));
}
.lui-link.yellow-lui-link {
  color: RGB(var(--color-yellow));
}
.lui-link.yellow-lui-link:hover {
  color: RGB(var(--color-white));
}
.lui-link.yellow-lui-link:active {
  color: RGB(var(--color-yellow));
}

body {
  font-family: "NunitoSans Regular", serif;
}

html,
body,
header,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea,
fieldset {
  margin: 0;
  border: 0;
  outline: 0;
}

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

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/* Change autocomplete styles in WebKit */
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid transparent;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 9999999s ease-in-out 0s;
}

*[scroll-to] {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:first-line {
  position: relative;
  z-index: 0;
  max-height: 52px;
  -webkit-text-fill-color: var(--color-text-primary) !important;
  box-shadow: inset 0 0 0 40px var(--color-background-secondary-surface) !important;
}

.lazy {
  background-image: none !important;
}
.lazy:before,
.lazy:after {
  background-image: none !important;
}

/* stylelint-disable */
.offset-row-sm-3xs {
  margin-bottom: 2px;
}
.offset-row-sm-2xs {
  margin-bottom: 4px;
}
.offset-row-sm-xs {
  margin-bottom: 6px;
}
.offset-row-sm-s {
  margin-bottom: 8px;
}
.offset-row-sm-sm {
  margin-bottom: 10px;
}
.offset-row-sm-m {
  margin-bottom: 12px;
}
.offset-row-sm-ml {
  margin-bottom: 14px;
}
.offset-row-sm-l {
  margin-bottom: 16px;
}
.offset-row-sm-xl {
  margin-bottom: 18px;
}
.offset-row-sm-xxl {
  margin-bottom: 20px;
}
.offset-row-md-2xs {
  margin-bottom: 24px;
}
.offset-row-md-xs {
  margin-bottom: 28px;
}
.offset-row-md-s {
  margin-bottom: 32px;
}
.offset-row-md-m {
  margin-bottom: 36px;
}
.offset-row-md-l {
  margin-bottom: 40px;
}
.offset-row-md-xl {
  margin-bottom: 44px;
}
.offset-row-md-2xl {
  margin-bottom: 48px;
}
.offset-row-lg-xs {
  margin-bottom: 52px;
}
.offset-row-lg-s {
  margin-bottom: 56px;
}
.offset-row-lg-m {
  margin-bottom: 60px;
}
.offset-row-lg-l {
  margin-bottom: 64px;
}
.offset-row-lg-xl {
  margin-bottom: 68px;
}
.offset-row-lg-2xl {
  margin-bottom: 72px;
}
.offset-row-lg-3xl {
  margin-bottom: 76px;
}

.offset-top-sm-3xs {
  margin-top: 2px;
}
.offset-top-sm-2xs {
  margin-top: 4px;
}
.offset-top-sm-xs {
  margin-top: 6px;
}
.offset-top-sm-s {
  margin-top: 8px;
}
.offset-top-sm-sm {
  margin-top: 10px;
}
.offset-top-sm-m {
  margin-top: 12px;
}
.offset-top-sm-ml {
  margin-top: 14px;
}
.offset-top-sm-l {
  margin-top: 16px;
}
.offset-top-sm-xl {
  margin-top: 18px;
}
.offset-top-sm-xxl {
  margin-top: 20px;
}
.offset-top-md-2xs {
  margin-top: 24px;
}
.offset-top-md-xs {
  margin-top: 28px;
}
.offset-top-md-s {
  margin-top: 32px;
}
.offset-top-md-m {
  margin-top: 36px;
}
.offset-top-md-l {
  margin-top: 40px;
}
.offset-top-md-xl {
  margin-top: 44px;
}
.offset-top-md-2xl {
  margin-top: 48px;
}
.offset-top-lg-xs {
  margin-top: 52px;
}
.offset-top-lg-s {
  margin-top: 56px;
}
.offset-top-lg-m {
  margin-top: 60px;
}
.offset-top-lg-l {
  margin-top: 64px;
}
.offset-top-lg-xl {
  margin-top: 68px;
}
.offset-top-lg-2xl {
  margin-top: 72px;
}
.offset-top-lg-3xl {
  margin-top: 76px;
}

.y-offset-sm-3xs {
  padding-top: 2px;
  padding-bottom: 2px;
}
.y-offset-sm-2xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.y-offset-sm-xs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.y-offset-sm-s {
  padding-top: 8px;
  padding-bottom: 8px;
}
.y-offset-sm-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.y-offset-sm-m {
  padding-top: 12px;
  padding-bottom: 12px;
}
.y-offset-sm-ml {
  padding-top: 14px;
  padding-bottom: 14px;
}
.y-offset-sm-l {
  padding-top: 16px;
  padding-bottom: 16px;
}
.y-offset-sm-xl {
  padding-top: 18px;
  padding-bottom: 18px;
}
.y-offset-sm-xxl {
  padding-top: 20px;
  padding-bottom: 20px;
}
.y-offset-md-2xs {
  padding-top: 24px;
  padding-bottom: 24px;
}
.y-offset-md-xs {
  padding-top: 28px;
  padding-bottom: 28px;
}
.y-offset-md-s {
  padding-top: 32px;
  padding-bottom: 32px;
}
.y-offset-md-m {
  padding-top: 36px;
  padding-bottom: 36px;
}
.y-offset-md-l {
  padding-top: 40px;
  padding-bottom: 40px;
}
.y-offset-md-xl {
  padding-top: 44px;
  padding-bottom: 44px;
}
.y-offset-md-2xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.y-offset-lg-xs {
  padding-top: 52px;
  padding-bottom: 52px;
}
.y-offset-lg-s {
  padding-top: 56px;
  padding-bottom: 56px;
}
.y-offset-lg-m {
  padding-top: 60px;
  padding-bottom: 60px;
}
.y-offset-lg-l {
  padding-top: 64px;
  padding-bottom: 64px;
}
.y-offset-lg-xl {
  padding-top: 68px;
  padding-bottom: 68px;
}
.y-offset-lg-2xl {
  padding-top: 72px;
  padding-bottom: 72px;
}
.y-offset-lg-3xl {
  padding-top: 76px;
  padding-bottom: 76px;
}

.x-offset-sm-3xs {
  padding-right: 2px;
  padding-left: 2px;
}
.x-offset-sm-2xs {
  padding-right: 4px;
  padding-left: 4px;
}
.x-offset-sm-xs {
  padding-right: 6px;
  padding-left: 6px;
}
.x-offset-sm-s {
  padding-right: 8px;
  padding-left: 8px;
}
.x-offset-sm-sm {
  padding-right: 10px;
  padding-left: 10px;
}
.x-offset-sm-m {
  padding-right: 12px;
  padding-left: 12px;
}
.x-offset-sm-ml {
  padding-right: 14px;
  padding-left: 14px;
}
.x-offset-sm-l {
  padding-right: 16px;
  padding-left: 16px;
}
.x-offset-sm-xl {
  padding-right: 18px;
  padding-left: 18px;
}
.x-offset-sm-xxl {
  padding-right: 20px;
  padding-left: 20px;
}
.x-offset-md-2xs {
  padding-right: 24px;
  padding-left: 24px;
}
.x-offset-md-xs {
  padding-right: 28px;
  padding-left: 28px;
}
.x-offset-md-s {
  padding-right: 32px;
  padding-left: 32px;
}
.x-offset-md-m {
  padding-right: 36px;
  padding-left: 36px;
}
.x-offset-md-l {
  padding-right: 40px;
  padding-left: 40px;
}
.x-offset-md-xl {
  padding-right: 44px;
  padding-left: 44px;
}
.x-offset-md-2xl {
  padding-right: 48px;
  padding-left: 48px;
}
.x-offset-lg-xs {
  padding-right: 52px;
  padding-left: 52px;
}
.x-offset-lg-s {
  padding-right: 56px;
  padding-left: 56px;
}
.x-offset-lg-m {
  padding-right: 60px;
  padding-left: 60px;
}
.x-offset-lg-l {
  padding-right: 64px;
  padding-left: 64px;
}
.x-offset-lg-xl {
  padding-right: 68px;
  padding-left: 68px;
}
.x-offset-lg-2xl {
  padding-right: 72px;
  padding-left: 72px;
}
.x-offset-lg-3xl {
  padding-right: 76px;
  padding-left: 76px;
}

.offset-right-sm-3xs {
  padding-right: 2px;
}
.offset-right-sm-2xs {
  padding-right: 4px;
}
.offset-right-sm-xs {
  padding-right: 6px;
}
.offset-right-sm-s {
  padding-right: 8px;
}
.offset-right-sm-sm {
  padding-right: 10px;
}
.offset-right-sm-m {
  padding-right: 12px;
}
.offset-right-sm-ml {
  padding-right: 14px;
}
.offset-right-sm-l {
  padding-right: 16px;
}
.offset-right-sm-xl {
  padding-right: 18px;
}
.offset-right-sm-xxl {
  padding-right: 20px;
}
.offset-right-md-2xs {
  padding-right: 24px;
}
.offset-right-md-xs {
  padding-right: 28px;
}
.offset-right-md-s {
  padding-right: 32px;
}
.offset-right-md-m {
  padding-right: 36px;
}
.offset-right-md-l {
  padding-right: 40px;
}
.offset-right-md-xl {
  padding-right: 44px;
}
.offset-right-md-2xl {
  padding-right: 48px;
}
.offset-right-lg-xs {
  padding-right: 52px;
}
.offset-right-lg-s {
  padding-right: 56px;
}
.offset-right-lg-m {
  padding-right: 60px;
}
.offset-right-lg-l {
  padding-right: 64px;
}
.offset-right-lg-xl {
  padding-right: 68px;
}
.offset-right-lg-2xl {
  padding-right: 72px;
}
.offset-right-lg-3xl {
  padding-right: 76px;
}

.offset-left-sm-3xs {
  padding-left: 2px;
}
.offset-left-sm-2xs {
  padding-left: 4px;
}
.offset-left-sm-xs {
  padding-left: 6px;
}
.offset-left-sm-s {
  padding-left: 8px;
}
.offset-left-sm-sm {
  padding-left: 10px;
}
.offset-left-sm-m {
  padding-left: 12px;
}
.offset-left-sm-ml {
  padding-left: 14px;
}
.offset-left-sm-l {
  padding-left: 16px;
}
.offset-left-sm-xl {
  padding-left: 18px;
}
.offset-left-sm-xxl {
  padding-left: 20px;
}
.offset-left-md-2xs {
  padding-left: 24px;
}
.offset-left-md-xs {
  padding-left: 28px;
}
.offset-left-md-s {
  padding-left: 32px;
}
.offset-left-md-m {
  padding-left: 36px;
}
.offset-left-md-l {
  padding-left: 40px;
}
.offset-left-md-xl {
  padding-left: 44px;
}
.offset-left-md-2xl {
  padding-left: 48px;
}
.offset-left-lg-xs {
  padding-left: 52px;
}
.offset-left-lg-s {
  padding-left: 56px;
}
.offset-left-lg-m {
  padding-left: 60px;
}
.offset-left-lg-l {
  padding-left: 64px;
}
.offset-left-lg-xl {
  padding-left: 68px;
}
.offset-left-lg-2xl {
  padding-left: 72px;
}
.offset-left-lg-3xl {
  padding-left: 76px;
}

:root {
  --title-h1: max(36px, min(6.4vw, 72px)) / 1.2 "NunitoSans Black", sans-serif;
  --title-h2: max(30px, min(5.4vw, 64px)) / 1.2 "NunitoSans Black", sans-serif;
  --title-h3: max(24px, min(4.1vw, 48px)) / 1.3 "NunitoSans Black", sans-serif;
  --title-h4: max(20px, min(3vw, 36px)) / 1.2 "NunitoSans Black", sans-serif;
  --subtitle-lg-bold: max(16px, min(2.3vw, 20px)) / 1.5 "NunitoSans Bold",
    sans-serif;
  --subtitle-lg-medium: max(16px, min(2.3vw, 20px)) / 1.5 "NunitoSans Bold",
    sans-serif;
  --subtitle-sm-bold: max(14px, min(2vw, 18px)) / 1.7 "NunitoSans Bold",
    sans-serif;
  --subtitle-sm-medium: max(14px, min(2vw, 18px)) / 1.7 "NunitoSans Bold",
    sans-serif;
  --body-text-semibold: max(14px, min(1.7vw, 16px)) / 1.5 "NunitoSans Bold",
    sans-serif;
  --body-text-medium: max(14px, min(1.7vw, 16px)) / 1.5 "NunitoSans Bold",
    sans-serif;
  --caption-text: max(12px, min(1.5vw, 14px)) / 1.5 "NunitoSans Regular",
    sans-serif;
  --caption-text-semibold: max(12px, min(1.5vw, 14px)) / 1.5 "NunitoSans Bold",
    sans-serif;
  --btn-text: max(16px, min(2.3vw, 20px)) / 1.3 "NunitoSans Bold", sans-serif;
  --btn-text-semibold: max(16px, min(1.5vw, 20px)) / 1.5 "NunitoSans Bold",
    sans-serif;
  --link-lg-text: max(18px, min(2.6vw, 24px)) / 1.25 "NunitoSans Bold",
    sans-serif;
  --link-sm-text: max(12px, min(1.5vw, 14px)) / 1.4 "NunitoSans Bold",
    sans-serif;
}

.title-h1 {
  font: var(--title-h1);
}

.title-h2 {
  font: var(--title-h2);
}

.title-h3 {
  font: var(--title-h3);
}

.title-h4 {
  font: var(--title-h4);
}

.subtitle-lg-bold {
  font: var(--subtitle-lg-bold);
}

.subtitle-lg-medium {
  font: var(--subtitle-lg-medium);
}

.subtitle-sm-bold {
  font: var(--subtitle-sm-bold);
}

.subtitle-sm-medium {
  font: var(--subtitle-sm-medium);
}

.body-text-semibold {
  font: var(--body-text-semibold);
}

.body-text-medium {
  font: var(--body-text-medium);
}

.caption-text {
  font: var(--caption-text);
}

.caption-text-semibold {
  font: var(--caption-text-semibold);
}

.btn-text {
  font: var(--btn-text);
}

.btn-text-semibold {
  font: var(--btn-text-semibold);
}

.link-lg-text {
  font: var(--link-lg-text);
}

.link-sm-text {
  font: var(--link-sm-text);
}

:root {
  --color-yellow-main: 255, 221, 60;
  --color-yellow-second: 231, 192, 8;
  --l-color-green: 74, 205, 135;
  --l-color-red: 242, 102, 102;
  --l-color-black: 0, 0, 0;
  --l-color-white: 255, 255, 255;
  --l-color-blue: 72, 123, 254;
  --color-base-darkest: 42, 43, 48;
  --color-base-darken: 63, 64, 68;
  --color-base-dark: 97, 99, 104;
  --color-base-lightest: 247, 247, 249;
  --color-base-lighten: 232, 232, 233;
  --color-base-light: 209, 212, 215;
  --color-base-medium: 180, 181, 183;
  --color-base-medium-darken: 141, 142, 142;
}

:root {
  --background: RGB(var(--color-white));
  --text-color: RGB(var(--color-main-100));
  --text-color-second: RGB(var(--color-main-80));
  --border-color: RGB(var(--color-main-100));
  --swiper-btn: RGB(var(--color-blue));
  --swiper-btn-hover: RGB(var(--color-black));
  --swiper-btn-disabled: RGB(var(--color-main-40));
  --swiper-bullet-bg: RGB(var(--color-main-15));
  --swiper-bullet-active: RGB(var(--color-blue));
}

.theme-dark {
  --background: RGB(var(--color-main-100));
  --text-color: RGB(var(--color-white));
  --text-color-second: RGB(var(--color-main-4));
  --border-color: RGB(var(--color-white));
  --swiper-btn: RGB(var(--color-yellow));
  --swiper-btn-hover: RGB(var(--color-white));
  --swiper-btn-disabled: RGB(var(--color-main-40));
  --swiper-bullet-bg: RGB(var(--color-main-40));
  --swiper-bullet-active: RGB(var(--color-yellow));
}

.lp-font-black-xxl {
  font: 36px/44px "NunitoSans Black", sans-serif;
}
.lp-font-black-xl {
  font: 30px/36px "NunitoSans Black", sans-serif;
}
.lp-font-black-l {
  font: 24px/32px "NunitoSans Black", sans-serif;
}
.lp-font-black-m {
  font: 20px/28px "NunitoSans Black", sans-serif;
}
.lp-font-black-s {
  font: 16px/24px "NunitoSans Black", sans-serif;
}
.lp-font-black-s-compact {
  font: 16px/20px "NunitoSans Black", sans-serif;
}
.lp-font-black-xs {
  font: 14px/20px "NunitoSans Black", sans-serif;
}
.lp-font-bold-xxl-compact {
  font: 18px/20px "NunitoSans Bold", sans-serif;
}
.lp-font-bold-xl {
  font: 14px/20px "NunitoSans Bold", sans-serif;
}
.lp-font-bold-l {
  font: 12px/20px "NunitoSans Bold", sans-serif;
}
.lp-font-bold-m {
  font: 12px/20px "NunitoSans Bold", sans-serif;
}
.lp-font-bold-s-compact {
  font: 12px/16px "NunitoSans Bold", sans-serif;
}
.lp-font-regular-xl {
  font: 16px/24px "NunitoSans Regular", sans-serif;
}
.lp-font-regular-l {
  font: 14px/20px "NunitoSans Regular", sans-serif;
}
.lp-font-regular-m {
  font: 14px/20px "NunitoSans Regular", sans-serif;
}
.lp-font-regular-s {
  font: 12px/20px "NunitoSans Regular", sans-serif;
}
@media (min-width: 768px) {
  .lp-font-black-xxl {
    font: 50px/56px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-xl {
    font: 40px/48px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-l {
    font: 32px/40px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-m {
    font: 24px/32px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-s {
    font: 18px/24px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-s-compact {
    font: 18px/20px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-xs {
    font: 16px/24px "NunitoSans Black", sans-serif;
  }
  .lp-font-bold-xxl-compact {
    font: 20px/24px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-xl {
    font: 14px/20px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-l {
    font: 12px/20px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-m {
    font: 12px/20px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-s-compact {
    font: 12px/16px "NunitoSans Bold", sans-serif;
  }
  .lp-font-regular-xl {
    font: 18px/24px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-l {
    font: 16px/24px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-m {
    font: 14px/24px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-s {
    font: 12px/20px "NunitoSans Regular", sans-serif;
  }
}
@media (min-width: 1024px) {
  .lp-font-black-xxl {
    font: 64px/72px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-xl {
    font: 56px/64px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-l {
    font: 42px/48px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-m {
    font: 30px/36px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-s {
    font: 20px/28px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-s-compact {
    font: 20px/24px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-xs {
    font: 18px/24px "NunitoSans Black", sans-serif;
  }
  .lp-font-bold-xxl-compact {
    font: 22px/24px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-xl {
    font: 16px/24px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-l {
    font: 14px/20px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-m {
    font: 14px/24px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-s-compact {
    font: 14px/20px "NunitoSans Bold", sans-serif;
  }
  .lp-font-regular-xl {
    font: 20px/28px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-l {
    font: 18px/24px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-m {
    font: 16px/24px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-s {
    font: 14px/20px "NunitoSans Regular", sans-serif;
  }
}
@media (min-width: 1280px) {
  .lp-font-black-xxl {
    font: 72px/80px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-xl {
    font: 64px/72px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-l {
    font: 48px/56px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-m {
    font: 36px/44px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-s {
    font: 20px/28px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-s-compact {
    font: 20px/24px "NunitoSans Black", sans-serif;
  }
  .lp-font-black-xs {
    font: 18px/24px "NunitoSans Black", sans-serif;
  }
  .lp-font-bold-xxl-compact {
    font: 24px/28px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-xl {
    font: 16px/24px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-l {
    font: 14px/20px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-m {
    font: 14px/24px "NunitoSans Bold", sans-serif;
  }
  .lp-font-bold-s-compact {
    font: 14px/20px "NunitoSans Bold", sans-serif;
  }
  .lp-font-regular-xl {
    font: 20px/28px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-l {
    font: 18px/24px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-m {
    font: 16px/24px "NunitoSans Regular", sans-serif;
  }
  .lp-font-regular-s {
    font: 14px/20px "NunitoSans Regular", sans-serif;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-family: "NunitoSans Regular", sans-serif;
}

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

body {
  margin: 0;
  -webkit-text-rendering: geometricPrecision;
  -moz-text-rendering: geometricPrecision;
  -o-text-rendering: geometricPrecision;
  -ms-text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -o-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  -webkit-appearance: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
  -webkit-appearance: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button {
  border: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-decoration: none;
}

button[disabled] {
  cursor: default;
}

p {
  margin: 0;
}

ui-reset {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 999999s ease-in-out 0s;
  transition: background-color 999999s ease-in-out 0s;
  -webkit-text-fill-color: var(--color-text-primary) !important;
}

*:focus,
*:hover,
*:active {
  outline: 0;
  outline-offset: 0;
}

:root {
  --border-radius-main: 4px;
  --border-radius-round: 50%;
}

:root {
  --color-black: 30, 31, 34;
  --color-main-100: 42, 43, 48;
  --color-main-90: 62, 63, 69;
  --color-main-80: 84, 86, 95;
  --color-main-70: 106, 108, 119;
  --color-main-60: 134, 136, 147;
  --color-main-50: 155, 156, 166;
  --color-main-40: 174, 175, 183;
  --color-main-25: 204, 204, 209;
  --color-main-15: 224, 224, 227;
  --color-main-10: 240, 240, 242;
  --color-main-5: 246, 247, 247;
  --color-white: 255, 255, 255;
  --color-red-soft: 252, 206, 209;
  --color-red-light: 250, 158, 163;
  --color-red: 255, 100, 108;
  --color-red-bright: 255, 0, 0;
  --color-red-faint: 204, 51, 59;
  --color-red-dark: 124, 3, 9;
  --color-orange: 255, 143, 0;
  --color-orange-dark: 153, 86, 0;
  --color-orange-faint: 209, 148, 71;
  --color-orange-bright: 255, 119, 0;
  --color-orange-light: 255, 188, 102;
  --color-orange-soft: 255, 233, 204;
  --color-yellow: 255, 221, 60;
  --color-yellow-dark: 147, 123, 16;
  --color-yellow-faint: 250, 200, 26;
  --color-yellow-bright: 255, 245, 51;
  --color-yellow-light: 255, 239, 163;
  --color-yellow-soft: 255, 248, 214;
  --color-green: 20, 198, 121;
  --color-green-dark: 11, 107, 65;
  --color-green-faint: 64, 156, 116;
  --color-green-bright: 1, 255, 0;
  --color-green-light: 102, 219, 168;
  --color-green-soft: 185, 238, 215;
  --color-cyan: 72, 230, 230;
  --color-cyan-dark: 25, 138, 148;
  --color-cyan-faint: 79, 173, 181;
  --color-cyan-bright: 0, 255, 255;
  --color-cyan-light: 161, 242, 242;
  --color-cyan-soft: 210, 249, 249;
  --color-blue: 12, 121, 248;
  --color-blue-dark: 4, 73, 154;
  --color-blue-faint: 93, 139, 192;
  --color-blue-bright: 0, 0, 255;
  --color-blue-light: 111, 176, 251;
  --color-blue-soft: 210, 230, 254;
  --color-violet: 128, 52, 194;
  --color-violet-dark: 74, 30, 113;
  --color-violet-faint: 119, 88, 147;
  --color-violet-bright: 136, 0, 255;
  --color-violet-light: 177, 126, 220;
  --color-violet-soft: 226, 207, 242;
  --color-pink: 247, 110, 242;
  --color-pink-dark: 115, 38, 112;
  --color-pink-faint: 153, 51, 149;
  --color-pink-bright: 255, 0, 245;
  --color-pink-light: 255, 173, 252;
  --color-pink-soft: 249, 231, 248;
  --color-main-8: 240, 240, 242;
  --color-main-4: 246, 247, 247;
}

:root {
  --height-xs-xl: 1px;
  --height-sm-3xs: 2px;
  --height-sm-2xs: 4px;
  --height-sm-xs: 6px;
  --height-sm-s: 8px;
  --height-sm-sm: 10px;
  --height-sm-m: 12px;
  --height-sm-ml: 14px;
  --height-sm-l: 16px;
  --height-sm-xl: 18px;
  --height-sm-2xl: 20px;
  --height-md-2xs: 24px;
  --height-md-xs: 28px;
  --height-md-s: 32px;
  --height-md-m: 36px;
  --height-md-l: 40px;
  --height-md-xl: 44px;
  --height-md-2xl: 48px;
  --height-lg-xs: 52px;
  --height-lg-s: 56px;
  --height-lg-m: 60px;
  --height-lg-l: 64px;
  --height-lg-xl: 68px;
  --height-lg-2xl: 72px;
  --height-lg-3xl: 76px;
  --height-xl-2xs: 80px;
  --height-xl-xs: 84px;
  --height-xl-s: 88px;
  --height-xl-m: 92px;
  --height-xl-l: 96px;
  --height-xl-xl: 100px;
  --height-xl-2xl: 104px;
  --height-xl-3xl: 200px;
}

:root {
  --offset-sm-xxxs: 2px;
  --offset-sm-xxs: 4px;
  --offset-sm-xxxl: 24px;
  --offset-md-xxl: 48px;
  --offset-lg-xxl: 72px;
  --offset-lg-xxxl: 76px;
  --offset-sm-3xs: 2px;
  --offset-sm-2xs: 4px;
  --offset-sm-xs: 6px;
  --offset-sm-s: 8px;
  --offset-sm-sm: 10px;
  --offset-sm-m: 12px;
  --offset-sm-ml: 14px;
  --offset-sm-l: 16px;
  --offset-sm-xl: 18px;
  --offset-sm-xxl: 20px;
  --offset-md-2xs: 24px;
  --offset-md-xs: 28px;
  --offset-md-s: 32px;
  --offset-md-m: 36px;
  --offset-md-l: 40px;
  --offset-md-xl: 44px;
  --offset-md-2xl: 48px;
  --offset-lg-xs: 52px;
  --offset-lg-s: 56px;
  --offset-lg-m: 60px;
  --offset-lg-l: 64px;
  --offset-lg-xl: 68px;
  --offset-lg-2xl: 72px;
  --offset-lg-3xl: 76px;
}

:root {
  --cubic-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --cubic-ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --cubic-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --transition-slowest: 1s;
  --transition-slower: 0.7s;
  --transition-slow: 0.5s;
  --transition-standart: 0.35s;
  --transition-medium: 0.3s;
  --transition-fast: 0.25s;
  --transition-faster: 0.2s;
  --transition-fastest: 0.15s;
}

:root {
  --width-sm-4xs: 1px;
  --width-sm-3xs: 2px;
  --width-sm-2xs: 4px;
  --width-sm-xs: 6px;
  --width-sm-s: 8px;
  --width-sm-sm: 10px;
  --width-sm-m: 12px;
  --width-sm-ml: 14px;
  --width-sm-l: 16px;
  --width-sm-xl: 18px;
  --width-sm-2xl: 20px;
  --width-md-2xs: 24px;
  --width-md-xs: 28px;
  --width-md-s: 32px;
  --width-md-m: 36px;
  --width-md-l: 40px;
  --width-md-xl: 44px;
  --width-md-2xl: 48px;
  --width-lg-xs: 52px;
  --width-lg-s: 56px;
  --width-lg-m: 60px;
  --width-lg-l: 64px;
  --width-lg-xl: 68px;
  --width-lg-2xl: 72px;
  --width-lg-3xl: 76px;
  --width-xl-2xs: 80px;
  --width-xl-xs: 84px;
  --width-xl-s: 88px;
  --width-xl-m: 92px;
  --width-xl-l: 96px;
  --width-xl-xl: 100px;
  --width-xl-2xl: 104px;
  --width-xl-3xl: 200px;
  --width-mobile-xs: 288px;
  --width-mobile-s: 512px;
  --width-tablet-s: 688px;
  --width-tablet-m: 944px;
  --width-laptop-l: 1104px;
  --width-desktop-xl: 1264px;
  --width-full: 100%;
}

:root {
  --zindex-bottom: -1000;
  --zindex-minus-50: -50;
  --zindex-0: 0;
  --zindex-1: 1;
  --zindex-2: 2;
  --zindex-3: 3;
  --zindex-4: 4;
  --zindex-5: 5;
  --zindex-6: 6;
  --zindex-7: 7;
  --zindex-8: 8;
  --zindex-9: 9;
  --zindex-10: 10;
  --zindex-50: 50;
  --zindex-100: 100;
  --zindex-150: 150;
  --zindex-200: 200;
  --zindex-250: 250;
  --zindex-300: 300;
  --zindex-350: 350;
  --zindex-400: 400;
  --zindex-450: 450;
  --zindex-500: 500;
  --zindex-1000: 1000;
  --zindex-1050: 1050;
  --zindex-top: 9999;
}

:root {
  --opacity-0: 0;
  --opacity-01: 0.01;
  --opacity-1: 0.1;
  --opacity-2: 0.2;
  --opacity-3: 0.3;
  --opacity-4: 0.4;
  --opacity-5: 0.5;
  --opacity-6: 0.6;
  --opacity-7: 0.7;
  --opacity-8: 0.8;
  --opacity-9: 0.8;
  --opacity-10: 1;
  --bg-blur-25: blur(2.5px);
  --bg-blur-50: blur(5px);
  --bg-blur-100: blur(10px);
}

:root {
  --border-width-xs: 1px;
  --border-width-s: 2px;
  --border-width-m: 3px;
  --border-width-l: 4px;
  --border-radius-xxs: 2px;
  --border-radius-xs: 4px;
  --border-radius-s: 6px;
  --border-radius-m: 8px;
  --border-radius-ml: 10px;
  --border-radius-l: 12px;
  --border-radius-xl: 14px;
  --border-radius-2xl: 16px;
  --border-radius-3xl: 18px;
  --border-radius-4xl: 20px;
  --border-radius-round: 50%;
}

:root {
  --black-xxl: 80px/88px "NunitoSans Black", sans-serif;
  --black-xl: 40px/48px "NunitoSans Black", sans-serif;
  --black-l: 32px/40px "NunitoSans Black", sans-serif;
  --black-m: 24px/32px "NunitoSans Black", sans-serif;
  --black-s: 20px/28px "NunitoSans Black", sans-serif;
  --black-xs: 16px/24px "NunitoSans Black", sans-serif;
  --black-xs-compact: 16px/20px "NunitoSans Black", sans-serif;
  --bold-xxl: 20px/28px "NunitoSans Bold", sans-serif;
  --bold-xxl-compact: 20px/24px "NunitoSans Bold", sans-serif;
  --bold-xl: 16px/24px "NunitoSans Bold", sans-serif;
  --bold-xl-compact: 16px/20px "NunitoSans Bold", sans-serif;
  --bold-l: 14px/20px "NunitoSans Bold", sans-serif;
  --bold-m: 12px/16px "NunitoSans Bold", sans-serif;
  --bold-s: 10px/12px "NunitoSans Bold", sans-serif;
  --regular-xl: 20px/28px "NunitoSans Regular", sans-serif;
  --regular-l: 16px/24px "NunitoSans Regular", sans-serif;
  --regular-m: 14px/20px "NunitoSans Regular", sans-serif;
  --regular-s: 12px/16px "NunitoSans Regular", sans-serif;
  --regular-xs: 10px/12px "NunitoSans Regular", sans-serif;
}

.font-black-xxl {
  font: var(--black-xxl);
}

.font-black-xl {
  font: var(--black-xl);
}

.font-black-l {
  font: var(--black-l);
}

.font-black-m {
  font: var(--black-m);
}

.font-black-s {
  font: var(--black-s);
}

.font-black-xs {
  font: var(--black-xs);
}

.font-black-xs-compact {
  font: var(--black-xs-compact);
}

.font-bold-xxl {
  font: var(--bold-xxl);
}

.font-bold-xl {
  font: var(--bold-xl);
}

.font-bold-xl-compact {
  font: var(--bold-xl-compact);
}

.font-bold-l {
  font: var(--bold-l);
}

.font-bold-m {
  font: var(--bold-m);
}

.font-bold-s {
  font: var(--bold-s);
}

.font-regular-xl {
  font: var(--regular-xl);
}

.font-regular-l {
  font: var(--regular-l);
}

.font-regular-m {
  font: var(--regular-m);
}

.font-regular-s {
  font: var(--regular-s);
}

.font-regular-xs {
  font: var(--regular-xs);
}

[align-self-start] {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

[align-self-end] {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

[align-self-center] {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

[align-self-stretch] {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

[align-self-baseline] {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

[align-self-auto] {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

[wrap] {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

[nowrap] {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

[wrap-reverse] {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

[justify-content-start] {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

[justify-content-center] {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

[justify-content-end] {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

[justify-content-around] {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

[justify-content-between] {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

[justify-content-evenly] {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

[align-items-start] {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

[align-items-center] {
  -ms-flex-align: center !important;
  align-items: center !important;
}

[align-items-end] {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

[align-items-stretch] {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

[align-items-baseline] {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

vui-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
}

lui-footer .lui-text-wrap {
  margin-bottom: var(--offset-md-s);
}
@media (min-width: 768px) {
  lui-footer .lui-text-wrap {
    margin-bottom: var(--offset-md-2xs);
    display: flex;
  }
}
lui-footer .footer-extra-info .logo-wrap {
  margin-bottom: var(--offset-md-s);
  width: 108px;
}
@media (min-width: 768px) {
  lui-footer .footer-extra-info .logo-wrap {
    margin-bottom: var(--offset-md-2xs);
  }
}
@media (min-width: 1024px) {
  lui-footer .footer-extra-info .logo-wrap {
    width: 125px;
    margin-bottom: var(--offset-md-s);
  }
}
@media (min-width: 1024px) {
  lui-footer .footer-extra-info .social {
    margin-bottom: var(--offset-lg-3xl);
  }
}
lui-footer .footer-extra-info .caption-text {
  color: #ffffff;
}
lui-footer .footer-extra-info lui-copyright {
  display: none;
}
@media (min-width: 1024px) {
  lui-footer .footer-extra-info lui-copyright {
    display: block;
  }
}
lui-footer .footer-main-info .lui-text-wrap p:first-child {
  margin-bottom: var(--offset-sm-l);
}
@media (min-width: 768px) {
  lui-footer .footer-main-info .lui-text-wrap p:first-child {
    margin-bottom: 0;
    margin-inline-end: var(--offset-sm-l);
    max-width: 56%;
  }
}
@media (min-width: 1024px) {
  lui-footer .footer-main-info .lui-text-wrap p:first-child {
    max-width: 61%;
  }
}
@media (min-width: 1360px) {
  lui-footer .footer-main-info .lui-text-wrap p:first-child {
    max-width: 67%;
  }
}
lui-footer .footer-main-info .lui-text-risk {
  margin-bottom: var(--offset-md-s);
}
@media (min-width: 768px) {
  lui-footer .footer-main-info .lui-text-risk {
    margin-bottom: var(--offset-md-2xs);
    display: flex;
  }
}
@media (min-width: 1024px) {
  lui-footer .footer-main-info lui-copyright {
    display: none;
  }
}
/*!*****************************************************************************************************************************************!*\
    !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/fast-sass-loader/lib/index.js!./landings/whitelabel/src/l10/index.scss ***!
    \*****************************************************************************************************************************************/
.block-box {
  background: url(../landings/whitelabel/src/l10/images/welcome/bg-print-plus.png),
    linear-gradient(
      180deg,
      var(--color-black-light) 4.65%,
      var(--color-black-base) 100%
    );
  position: relative;
}
.block-box .bg-dots {
  display: none;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-box .bg-dots {
    display: block;
  }
  .block-box .bg-dots__left {
    top: 43px;
    left: 69px;
  }
  .block-box .bg-dots__right {
    top: 91px;
    right: 83px;
  }
}
@media (min-width: 1280px) {
  .block-box .bg-dots__left {
    top: 33px;
    left: 65px;
  }
  .block-box .bg-dots__right {
    top: 101px;
    right: 165px;
  }
}
@media (min-width: 1440px) {
  .block-box .bg-dots__left {
    top: 28px;
    left: 46px;
  }
  .block-box .bg-dots__right {
    top: 108px;
    right: 154px;
  }
}
@media (min-width: 2000px) {
  .block-box .bg-dots__left {
    top: 80px;
    left: 450px;
  }
  .block-box .bg-dots__right {
    top: 150px;
    right: 450px;
  }
}

.welcome {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .welcome {
    padding-bottom: 103px;
  }
}
@media (min-width: 1280px) {
  .welcome {
    padding-bottom: 134px;
  }
}
@media (min-width: 1440px) {
  .welcome {
    padding-bottom: 148px;
  }
}
@media (min-width: 2000px) {
  .welcome {
    padding-top: 100px;
    padding-bottom: 300px;
  }
}
.welcome:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../landings/whitelabel/src/l10/images/welcome/bg_mobile.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 500px) {
  .welcome:before {
    background-image: url(../landings/whitelabel/src/l10/images/welcome/bg.png);
  }
}
@media (min-width: 1280px) {
  .welcome:before {
    background-size: 105%;
  }
}
@media (min-width: 768px) {
  .welcome:before {
    background-size: 110%;
  }
}
.welcome:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #030303 88.46%);
  z-index: 1;
}
@media (min-width: 1280px) {
  .welcome:after {
    height: 118px;
  }
}
@media (min-width: 1440px) {
  .welcome:after {
    height: 156px;
  }
}
.welcome__title {
  z-index: 10;
  margin-top: 16px;
  margin-bottom: 49px;
}
.welcome__title .highlighted_text {
  display: inline-block;
  border-radius: 40px;
  background: var(--color-violet-base);
  padding: 0 20px;
}
@media (min-width: 768px) {
  .welcome__title .highlighted_text {
    padding: 0 14px;
  }
}
@media (min-width: 768px) {
  .welcome__title .highlighted_text {
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .welcome__title {
    margin-top: 60px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1280px) {
  .welcome__title {
    margin-top: 44px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .welcome__title {
    margin-top: 36px;
    margin-bottom: 84px;
  }
}
.welcome__hint-1 {
  z-index: 10;
  margin-bottom: 14px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .welcome__hint-1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .welcome__hint-1 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .welcome__hint-1 {
    margin-bottom: 18px;
  }
}
.welcome__hint-2 {
  z-index: 10;
  margin-bottom: 60px;
  color: var(--color-green-base);
}
@media (min-width: 768px) {
  .welcome__hint-2 {
    margin-bottom: 76px;
  }
}
@media (min-width: 1280px) {
  .welcome__hint-2 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .welcome__hint-2 {
    margin-bottom: 56px;
  }
}
.welcome__width-limited {
  width: 80%;
}
@media (min-width: 768px) {
  .welcome__width-limited {
    width: 60%;
  }
}
@media (min-width: 2000px) {
  .welcome__width-limited {
    width: 30%;
  }
}
.welcome__button-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welcome__button-box .welcome__button {
  z-index: 1;
  position: relative;
}

.video_container {
  position: relative;
  z-index: 10;
  margin-bottom: 32px;
  width: 305px;
  height: 175px;
  background: linear-gradient(
    195deg,
    #000000,
    #846dff,
    rgba(255, 255, 255, 0.9882352941),
    #816bfa,
    rgba(0, 0, 0, 0)
  );
  display: grid;
  place-items: center;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .video_container {
    width: 353px;
    height: 202px;
  }
}
@media (min-width: 1024px) {
  .video_container {
    width: 382px;
    height: 219px;
  }
}
@media (min-width: 1940px) {
  .video_container {
    width: 890px;
    height: 500px;
  }
}

video {
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  display: block;
  border-radius: 5px;
}

.play-btn {
  position: absolute;
  top: 40%;
  left: 45%;
  border: none;
  cursor: pointer;
  width: 43px;
  height: 43px;
  background-image: url(../landings/whitelabel/src/l10/video/play.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}
@media (min-width: 1940px) {
  .play-btn {
    width: 64px;
    height: 64px;
  }
}

.preview {
  border-radius: 5px;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  background-color: #1e1f22;
}

.box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  box-shadow: 0 0 30px 3px var(--color-violet-base);
  z-index: -1;
}

.audience {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--offset-sm-sm) var(--offset-md-xs) 0;
  background-color: var(--color-black-base);
}
@media (min-width: 768px) {
  .audience {
    padding: var(--offset-lg-l) 86px 0;
  }
}
@media (min-width: 1280px) {
  .audience {
    padding: var(--offset-lg-l) var(--offset-md-s);
  }
}
@media (min-width: 1440px) {
  .audience {
    padding: var(--offset-lg-l) 100px 0;
  }
}

.section-header {
  margin-bottom: var(--offset-md-xl);
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: var(--offset-lg-m);
  }
}
@media (min-width: 1280px) {
  .section-header {
    margin-bottom: var(--offset-lg-xs);
  }
}
@media (min-width: 1440px) {
  .section-header {
    margin-bottom: 80px;
  }
}
.section-header__title {
  color: var(--color-green-base);
}
.section-header__subtitle {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
}
.section-header__subtitle .highlighted_text {
  display: inline-block;
  padding: var(--offset-sm-xxxs) var(--offset-sm-s);
  margin-bottom: var(--offset-sm-xxxs);
  border-radius: 20px;
  background-color: var(--color-green-base);
  color: var(--color-black-base);
}
.section-header__subtitle .affiliate-work {
  margin-bottom: var(--offset-sm-s);
}

.audience-list {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.audience-item-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 var(--offset-md-m) var(--offset-sm-xxxl);
  width: 100%;
}
@media (min-width: 768px) {
  .audience-item-wrapper {
    width: 50%;
    padding: 0 var(--offset-md-m) var(--offset-md-xxl);
  }
}
@media (min-width: 1280px) {
  .audience-item-wrapper {
    width: 25%;
    padding: 0 var(--offset-md-m);
  }
}

.audience-item {
  width: 229px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .audience-item {
    width: 253px;
  }
}
.audience-item__image {
  border-radius: var(--border-radius-main);
  margin-bottom: var(--offset-sm-m);
}
@media (min-width: 768px) {
  .audience-item__image {
    margin-bottom: var(--offset-sm-xxxl);
  }
}
@media (min-width: 1280px) {
  .audience-item__image {
    margin-bottom: var(--offset-lg-m);
  }
}
.audience-item__caption {
  font-weight: 900;
  color: var(--color-pink-base);
  margin-bottom: var(--offset-sm-m);
}
@media (min-width: 1280px) {
  .audience-item__caption {
    margin-bottom: var(--offset-md-m);
  }
}
.audience-item__description {
  letter-spacing: 0;
  color: var(--color-white);
}

.dots {
  width: 100%;
  height: 84px;
  background-image: url(../landings/whitelabel/src/l10/images/welcome/bg-print-dot.png);
  background-size: 30px;
  background-repeat: repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .dots {
    height: 100px;
    background-size: 33px;
  }
}
@media (min-width: 1024px) {
  .dots {
    height: 190px;
    background-size: 45px;
  }
}
@media (min-width: 1280px) {
  .dots {
    background-size: 50px;
  }
}

.border-wrap {
  position: relative;
  z-index: 1;
  padding: 4px;
  border-radius: 40px;
  background: linear-gradient(
    80deg,
    var(--color-black-base) 5%,
    var(--color-green-base) 35%,
    var(--color-white) 40%,
    var(--color-green-base) 45%,
    var(--color-black-base) 100%
  );
}
@media (min-width: 768px) {
  .border-wrap {
    border-radius: 80px;
  }
}
.border-wrap:before {
  top: 10px;
  content: "";
  z-index: -1;
  position: absolute;
  height: 100px;
  border-radius: 50%;
  left: 2%;
  width: 95%;
  box-shadow: 0 0 47px 30px var(--color-green-base);
}
@media (min-width: 1280px) {
  .border-wrap:before {
    box-shadow: 0 0 74px 59px var(--color-green-base);
  }
}
.border-wrap:after {
  bottom: 10px;
  content: "";
  z-index: -1;
  position: absolute;
  left: 2%;
  width: 95%;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 47px 30px var(--color-green-base);
}
@media (min-width: 1280px) {
  .border-wrap:after {
    box-shadow: 0 0 74px 59px var(--color-green-base);
  }
}

.right-paw {
  position: absolute;
  top: -91px;
  right: -141px;
  height: 279px;
  width: 349px;
}
@media (min-width: 768px) {
  .right-paw {
    top: -105px;
    right: -203px;
    height: 400px;
    width: 500px;
    transform: rotate(11deg);
  }
}
@media (min-width: 1280px) {
  .right-paw {
    top: -166px;
    right: -300px;
    height: 620px;
    width: 700px;
    transform: rotate(1deg);
  }
}

.left-paw {
  position: absolute;
  bottom: -137px;
  left: -126px;
  height: 320px;
  width: 483px;
  transform: rotate(10deg);
}
@media (min-width: 768px) {
  .left-paw {
    bottom: -238px;
    left: -238px;
    height: 528px;
    width: 619px;
  }
}
@media (min-width: 1280px) {
  .left-paw {
    bottom: -262px;
    left: -416px;
    height: 736px;
    width: 900px;
  }
}

.faq-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: var(--offset-md-l) var(--offset-sm-xxxl) 100px;
  border-radius: 38px;
  background-color: var(--color-black-base);
}
@media (min-width: 768px) {
  .faq-block {
    padding: 108px var(--offset-sm-xxxl) 150px;
    border-radius: 78px;
  }
}
@media (min-width: 1280px) {
  .faq-block {
    padding: 80px 90px 180px;
  }
}
@media (min-width: 1440px) {
  .faq-block {
    padding: 80px 168px 180px;
  }
}
.faq-block .faq-block__header .faq-block__title {
  color: var(--color-violet-base);
  margin-top: 0;
  margin-bottom: 8px;
}
.faq-block .faq-block__header .faq-block__subtitle {
  margin-bottom: 21px;
}
.faq-block .faq-block__header .faq-block__subtitle .highlighted_text {
  padding: 2px 8px;
  border-radius: 49px;
  white-space: nowrap;
  background: var(--color-green-base);
  color: var(--color-black-base);
}
@media (max-width: 767px) {
  .faq-block .faq-block__header .faq-block__subtitle {
    max-width: 224px;
    font: 16px/24px "NunitoSans Black", sans-serif;
  }
}
@media (min-width: 768px) {
  .faq-block .faq-block__header .faq-block__subtitle {
    margin-bottom: 78px;
  }
}
@media (min-width: 1280px) {
  .faq-block .faq-block__header .faq-block__subtitle {
    margin-bottom: 72px;
  }
}
.faq-block .faq-block__list {
  width: 100%;
  max-width: 944px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .faq-block .faq-block__list {
    margin-bottom: 64px;
  }
}
.faq-block .faq-block__list .faq-block__question {
  border-radius: 8px;
  background: var(--color-dark-background-secondary-surface);
  width: 100%;
  text-align: left;
  overflow: hidden;
  border: 1px solid var(--color-dark-background-secondary-surface);
  transition: all ease-out 250ms;
  margin-bottom: 8px;
}
.faq-block .faq-block__list .faq-block__question:last-child {
  margin-bottom: 0;
}
.faq-block .faq-block__list .faq-block__question .faq-block__question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-block .faq-block__list .faq-block__question .faq-block__question-header {
    padding: 14px 24px;
  }
}
@media (min-width: 1280px) {
  .faq-block .faq-block__list .faq-block__question .faq-block__question-header {
    padding: 20px 24px;
  }
}
.faq-block
  .faq-block__list
  .faq-block__question
  .faq-block__question-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: rotate(360deg);
  transition: all ease-out 250ms;
  margin-left: 10px;
}
.faq-block .faq-block__list .faq-block__question .faq-block__question-body {
  overflow: hidden;
  transition: all ease-out 250ms;
  padding: 6px 50px 14px 16px;
}
@media (min-width: 768px) {
  .faq-block .faq-block__list .faq-block__question .faq-block__question-body {
    padding: 6px 58px 16px 24px;
  }
}
@media (min-width: 1280px) {
  .faq-block .faq-block__list .faq-block__question .faq-block__question-body {
    padding: 0px 58px 20px 24px;
  }
}
.faq-block .faq-block__list .faq-block__question.opened {
  border-color: var(--color-dark-background-accent-negative);
  background: var(--color-dark-background-base);
}
.faq-block
  .faq-block__list
  .faq-block__question.opened
  .faq-block__question-header__icon {
  transform: rotate(180deg);
}
.faq-block .faq-block__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  width: 100%;
  max-width: 944px;
}
@media (min-width: 768px) {
  .faq-block .faq-block__footer {
    flex-direction: row;
    justify-content: space-between;
  }
  .faq-block .faq-block__footer__text {
    max-width: 383px;
  }
  .faq-block .faq-block__footer__button {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .faq-block .faq-block__footer__text {
    max-width: 425px;
  }
}

.affiliate-marketing {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--offset-md-l) var(--offset-md-l) 116px;
  background-image: url(../landings/whitelabel/src/l10/images/welcome/bg-print-plus.png);
  background-size: 40px;
  margin-bottom: -56px;
}
@media (min-width: 768px) {
  .affiliate-marketing {
    padding: 172px 120px 122px;
    background-size: 80px;
  }
}
@media (min-width: 1280px) {
  .affiliate-marketing {
    padding: 145px 120px 130px;
    background-size: 80px;
  }
}
.affiliate-marketing:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(360deg, #030303 0%, rgba(0, 0, 0, 0) 45%);
  z-index: 1;
}
.affiliate-marketing .title {
  margin-bottom: var(--offset-sm-xxxl);
}
@media (min-width: 768px) {
  .affiliate-marketing .title {
    margin-bottom: var(--offset-sm-m);
  }
}
@media (min-width: 1280px) {
  .affiliate-marketing .title {
    margin-bottom: var(--offset-sm-xxxl);
  }
}
.affiliate-marketing .title .highlighted_text {
  color: var(--color-violet-base);
}
.affiliate-marketing .subtitle {
  width: 173px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .affiliate-marketing .subtitle {
    width: 320px;
  }
}
@media (min-width: 1280px) {
  .affiliate-marketing .subtitle {
    width: 100%;
  }
}
.affiliate-marketing .subtitle .highlighted_text {
  display: inline-block;
  padding: var(--offset-sm-xxxs) var(--offset-sm-s);
  margin-bottom: var(--offset-sm-xxxs);
  border-radius: 20px;
  background-color: var(--color-green-base);
  color: var(--color-black-base);
}
.affiliate-marketing .button-common {
  z-index: 2;
}

.header {
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 var(--offset-sm-xxl) 0 var(--offset-md-xs);
  position: sticky;
  top: 0;
  background: var(--color-black-light);
  z-index: var(--zindex-50);
}
.header .right {
  margin-left: auto;
}
.header .buttons {
  display: flex;
  align-items: center;
}
.header .buttons #signInBtn {
  color: var(--color-white);
  letter-spacing: 0.04rem;
  font-weight: 700;
  margin-right: var(--offset-md-xs);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .buttons #signInBtn {
    margin-right: var(--offset-md-s);
  }
}
.header .buttons #signUpBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  height: 32px;
  border: 2px solid var(--color-white);
  padding: 0 var(--offset-sm-l);
  border-radius: 8px;
  background-color: transparent;
  vertical-align: top;
  letter-spacing: 0.04rem;
  color: var(--color-white);
  cursor: pointer;
  font-weight: 700;
  transition: color var(--transition-fastest) var(--cubic-ease-out),
    background-color var(--transition-fastest) var(--cubic-ease-out);
}
.header .buttons #signUpBtn:hover,
.header .buttons #signUpBtn:focus {
  background-color: var(--color-white);
  color: var(--color-black-light);
}
@media (min-width: 1024px) {
  .header .buttons #signUpBtn {
    height: 48px;
    padding: 0 var(--offset-md-s);
    letter-spacing: 0.02rem;
  }
}
.header .country-box {
  margin-left: var(--offset-md-xs);
  cursor: pointer;
}
.header .country-box .button-box {
  display: flex;
  align-items: center;
  position: relative;
}
.header .country-box .button-box .country-flag {
  margin: 0 -2.5px;
}
.header .country-box .button-box .country-short-name {
  display: none;
  margin: 0 var(--offset-sm-s);
  color: var(--color-white);
}
.header .country-box .button-box .arrow {
  color: var(--color-white);
  display: none;
  transition: transform 200ms ease-in-out;
}
.header .country-box .button-box .dropdown-lang-menu {
  display: none;
  transition: transform 200ms ease-in-out;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  cursor: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-black-light);
  overflow: auto;
}
@media (min-width: 768px) {
  .header .country-box .button-box .dropdown-lang-menu {
    padding: 7px 0;
    position: absolute;
    top: 120%;
    bottom: initial;
    left: initial;
    right: 0;
    width: max-content;
  }
}
.header .country-box .button-box .dropdown-lang-menu .close-button {
  height: var(--height-md-l);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--offset-sm-xxxl);
}
.header .country-box .button-box .dropdown-lang-menu .close-button .close-flag {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header .country-box .button-box .dropdown-lang-menu .close-button {
    display: none;
  }
}
.header .country-box .button-box .dropdown-lang-menu .dropdown-lang-item {
  width: 100%;
  display: flex;
  align-items: center;
  height: var(--height-md-s);
  padding: 0 var(--offset-sm-l);
  border-bottom: 1px solid var(--color-gray-dark);
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .country-box .button-box .dropdown-lang-menu .dropdown-lang-item {
    width: auto;
  }
}
.header
  .country-box
  .button-box
  .dropdown-lang-menu
  .dropdown-lang-item
  .country-name {
  margin-left: var(--offset-sm-l);
  white-space: nowrap;
  color: var(--color-white);
}
.header .country-box .button-box:not(.menu-hided) .country-short-name {
  display: block;
}
.header .country-box .button-box:not(.menu-hided) .arrow {
  transform: rotate(180deg);
}
.header .country-box .button-box:not(.menu-hided) .dropdown-lang-menu {
  display: block;
}
@media (min-width: 1024px) {
  .header .country-box {
    margin-left: var(--offset-md-s);
  }
  .header .country-box .button-box .arrow {
    display: block;
  }
}
@media (min-width: 768px) {
  .header .country-box .button-box .country-short-name {
    display: block;
  }
}
.header .logo-desktop,
.header .logo-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .logo {
    display: none;
  }
  .header .logo-tablet {
    display: block;
  }
}
@media (min-width: 768px) {
  .header {
    height: 72px;
    padding: 0 var(--offset-md-xs) 0 var(--offset-md-l);
  }
}
@media (min-width: 1024px) {
  .header {
    height: 144px;
    padding: 0 var(--offset-md-xxl) 0 var(--offset-lg-xl);
  }
  .header .logo {
    display: none;
  }
  .header .logo-desktop {
    display: block;
  }
}

.scroll-disabled {
  overflow: hidden;
}

.footer {
  display: flex;
  flex-direction: column;
  padding: 140px var(--offset-md-l) var(--offset-md-l);
  background-color: var(--color-black-base);
  color: var(--color-white);
}
@media (min-width: 768px) {
  .footer {
    padding: 206px var(--offset-md-l) var(--offset-md-l);
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 206px 120px 80px;
  }
}
.footer .footer-hint {
  text-align: center;
  margin-bottom: var(--offset-md-l);
}
.footer .footer-hint .support_mail {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer .footer-hint {
    text-align: left;
  }
}
.footer .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .body {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .footer .body {
    align-items: flex-start;
  }
}
.footer .body-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--offset-md-l);
}
@media (min-width: 768px) {
  .footer .body-head {
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .footer .body-head {
    width: 244px;
    margin-right: var(--offset-lg-xl);
    margin-bottom: 0;
  }
}
.footer .body-head__logo {
  margin-bottom: var(--offset-sm-l);
}
@media (min-width: 768px) {
  .footer .body-head__logo {
    margin-bottom: var(--offset-md-xs);
  }
}
.footer .body-head__caption {
  display: flex;
  text-align: center;
  height: 36px;
}
@media (min-width: 768px) {
  .footer .body-head__caption {
    text-align: left;
  }
}
.footer .body-links-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer .body-links-block {
    flex-direction: row;
  }
}
@media (max-width: 1279px) {
  .footer .body-links-block {
    width: 100%;
  }
}
.footer .body-links-block .body-links {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .body-links-block .body-links {
    width: 50%;
  }
}
.footer .body-links__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--offset-sm-l);
}
@media (min-width: 768px) {
  .footer .body-links__link {
    align-items: flex-start;
    width: 100%;
    margin-bottom: var(--offset-sm-xxl);
  }
  .footer .body-links__link:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .footer .body-links__link {
    width: 270px;
  }
}
.footer .body-social {
  width: 176px;
  display: flex;
  justify-content: space-evenly;
  margin-top: var(--offset-md-l);
  flex-grow: 1;
}
@media (min-width: 768px) {
  .footer .body-social {
    justify-content: flex-start;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .footer .body-social {
    width: fit-content;
    justify-content: flex-end;
    flex-grow: 1;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer .body-social__img {
    margin-right: var(--offset-sm-l);
  }
  .footer .body-social__img:last-child {
    margin-right: 0;
  }
}

:root {
  --color-green-light: #aff8c5;
  --color-green-base: #c7ff53;
  --color-grenn-dark: #69a47b;
  --color-violet-light: #ae87f9;
  --color-violet-base: #846dff;
  --color-violet-dark: #6849a5;
  --color-pink-light: #fbb598;
  --color-pink-base: #ff27a9;
  --color-pink-dark: #aa6f57;
  --color-blue-light: #a4c4fd;
  --color-blue-base: #4cc5ff;
  --color-blue-dark: #526ea2;
  --color-white: #ffffff;
  --color-gray-base: #adb1b6;
  --color-gray-dark: #5d646d;
  --color-black-light: #262c32;
  --color-black-base: #040404;
  --color-dark-background-base: #1e1f22;
  --color-dark-background-accent-negative: #3e3f45;
  --color-dark-background-secondary-surface: #3e3f45;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--color-black-base);
  color: var(--color-white);
}

.accent-text {
  color: rgb(var(--l-color-blue));
}

.button-common {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  height: 44px;
  padding: var(--offset-sm-m) var(--offset-md-l);
  border-radius: 4px;
  vertical-align: top;
  letter-spacing: 0.04rem;
  background-color: var(--color-green-base);
  color: var(--color-dark-background-base);
  cursor: pointer;
  transition: color var(--transition-fastest) var(--cubic-ease-out),
    background-color var(--transition-fastest) var(--cubic-ease-out);
  font-weight: 900;
  max-width: 280px;
  width: 100%;
}
@media (min-width: 768px) {
  .button-common {
    max-width: 160px;
    border-radius: 8px;
    height: 52px;
  }
}
@media (min-width: 1128px) {
  .button-common {
    height: 56px;
  }
}
.button-common:hover,
.button-common:focus {
  background-color: var(--color-green-light);
}
.button-common--pink {
  background-color: var(--color-pink-base);
  color: var(--color-white);
}
.button-common--pink:hover,
.button-common--pink:focus {
  background-color: var(--color-pink-light);
  color: var(--color-black-light);
}
.button-common--violet {
  background-color: var(--color-violet-base);
  color: var(--color-white);
}
.button-common--violet:hover,
.button-common--violet:focus {
  background-color: var(--color-violet-light);
}

.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--offset-md-l);
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: var(--offset-lg-l);
  }
}
@media (min-width: 1440px) {
  .section-header {
    margin-bottom: 80px;
  }
}
.section-header__title {
  margin: 0;
  font-weight: 900;
}
.section-header__subtitle {
  margin-top: var(--offset-sm-xxl);
}
@media (min-width: 768px) {
  .section-header__subtitle {
    margin-top: var(--offset-sm-xxxl);
  }
}

.hiden {
  opacity: 0;
}

.cuted {
  display: none;
}
