/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Outfit:wght@500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --grid-mt: 3.1em;
  --block-pd: 8.2em;
  --block-pd-md: 7.3em;
  --btn-fz: 16px;
  --cont-pd: 50px;
  --item-border-rad: 10px;
  --footer-height: 800px;
}
@media (max-width: 1679px) {
  :root {
    --footer-height: 700px;
  }
}
@media (max-width: 1439px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 6em;
    --block-pd-md: 6em;
    --cont-pd: 30px;
  }
}
@media (max-width: 1279px) {
  :root {
    --footer-height: 600px;
  }
}
@media (max-width: 1023px) {
  :root {
    --item-border-rad: 6px;
    --footer-height: 350px;
  }
}
@media (max-width: 767px) {
  :root {
    --cont-pd: 20px;
    --btn-fz: 15px;
  }
}
@media (max-width: 600px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 5em;
    --block-pd-md: 5em;
  }
}
@media (max-width: 479px) {
  :root {
    --footer-height: 400px;
  }
}

[data-animation^="animated"],
[data-animation^="innerAnimated"] {
  visibility: hidden;
}

.animated,
.innerAnimated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

/* fadeInUpScreen */
.fadeInUpScreen {
  -webkit-animation-name: fadeInUpScreen;
  animation-name: fadeInUpScreen;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
}

@-webkit-keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeInUpDemos */
.fadeInUpDemos {
  -webkit-animation-name: fadeInUpDemos;
  animation-name: fadeInUpDemos;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeInUp */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeIn */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* FadeInRight */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* SlideInRight */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
/* FadeInLeft */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* FadeInDown */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Clipping */
.clipping {
  -webkit-animation-name: clipping;
  animation-name: clipping;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }
  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }
  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
/* ClippingCircle */
.clippingCircle {
  -webkit-animation-name: clippingCircle;
  animation-name: clippingCircle;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

@-webkit-keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
/* FadeInUpText */
.fadeInUpText {
  -webkit-animation-name: fadeInUpText;
  animation-name: fadeInUpText;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*animations for payments block*/
@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes imageMove1 {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes imageMove2 {
  from {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@keyframes imageMove3 {
  from {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@keyframes imageMove4 {
  from {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@keyframes imageMove5 {
  from {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@keyframes imageMove6 {
  from {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
.title_slide .char {
  display: inline-flex;
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1), transform 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(18ms * var(--char-index) + 0ms);
}

.title_slide.innerAnimated .char {
  opacity: 1;
  transform: translateX(0%);
}

.text--folding .char {
  display: inline-flex;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1), transform 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(18ms * var(--char-index) + 0ms);
}

.text--folding.innerAnimated .char {
  opacity: 1;
  transform: translateX(0%);
}

.text--fading .char {
  display: inline-flex;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(40ms * var(--char-index) + 0ms);
}

.text--fading.innerAnimated .char {
  opacity: 1;
}

/*  Tags  */
html {
  font-size: 17px;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  background-color: #FFFFFF;
}
body > .content-wrap {
  overflow: hidden;
  background-color: #FFFFFF;
}

main {
  position: relative;
  z-index: 1;
}

section,
footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

img {
  width: 100%;
  display: block;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101218;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: 3.353rem;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-left: -3px;
}
@media (max-width: 1439px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-left: -2px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.6rem;
  }
}
h2 span {
  color: #eeaa2b;
}

h3 {
  font-size: 1.412rem;
  line-height: 1.208em;
  letter-spacing: -0.02em;
}
@media (max-width: 1439px) {
  h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 19px;
  }
}

h4 {
  font-size: 19px;
  line-height: 1.474;
  letter-spacing: -0.03em;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.647;
  letter-spacing: 0;
  color: #797C7F;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  p {
    line-height: 1.5;
  }
}
.section_inverse p:not(.sup) {
  color: #E4E5E6;
}

a {
  font-family: "Outfit", sans-serif;
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease-in;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  margin: 0;
  list-style-type: none;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: -.03em;
  font-weight: 500;
  color: #101218;
}
@media (max-width: 1023px) {
  li {
    font-size: 17px;
  }
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/*  Containers  */
.content-wrap {
  margin: 0;
  padding: 0;
  position: relative;
}

.cont {
  padding: 0 var(--cont-pd);
  margin: 0 auto;
}

.cont_lg {
  max-width: 1880px;
}

.cont_ft {
  max-width: 1570px;
  position: relative;
  z-index: 2;
}

.cont_md {
  max-width: 1720px;
}

.cont_sm {
  max-width: 1450px;
}
@media (max-width: 767px) {
  .cont_sm {
    max-width: 600px;
  }
}

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

/*  General Classes */
.section_inverse h1,
.section_inverse h2,
.section_inverse h3,
.section_inverse h4,
.section_inverse h5,
.section_inverse h6,
.section_inverse .sub,
.section_inverse .sup {
  color: #F6F4F2;
}

/*Buttons*/
.btn {
  color: #fff;
  background-color: #FA3044;
  font-weight: 500;
  font-size: var(--btn-fz);
  line-height: 1em;
  letter-spacing: 0;
  padding: 1.25em 3.6em;
}
@media (max-width: 1023px) {
  .btn {
    padding: 1.1em 2.7em;
  }
}
.btn:hover {
  background-color: #E22134;
}
.btn.btn_sm {
  font-size: calc(var(--btn-fz) - 2px);
  padding: 1.6em 2.7em;
}
@media (max-width: 1023px) {
  .btn.btn_sm {
    padding: 1.4em 2.4em;
  }
}
.btn.btn_header {
  padding: 1em 2.5em 1.1em;
  background-color: #FA3044;
}
.btn.btn_header:hover {
  background-color: #E22134;
}
.btn.btn_alt {
  color: #fff;
  background-color: #A2A094;
}
.btn.btn_alt:hover {
  background-color: #8B866B;
}
.btn.btn_alt2 {
  color: #fff;
  background-color: #EEAA2B;
}
.btn.btn_alt2:hover {
  background-color: #DE9712;
}
.btn.btn_border {
  color: #F7F2F0;
  background-color: transparent;
  border: 1px solid #F7F2F0;
  padding: 1.3em 2.7em;
}
@media (max-width: 1023px) {
  .btn.btn_border {
    padding: 1.1em 2.4em;
  }
}
.btn.btn_border:hover {
  background-color: #F7F2F0;
  color: #101218;
}

.sup {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #101218;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 1.3em;
}
@media (max-width: 1279px) {
  .sup {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .sup {
    margin-bottom: 0.8em;
    font-size: 13px;
  }
}

.center {
  text-align: center;
}

.section_title span {
  position: relative;
  white-space: nowrap;
}
.section_title span svg {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
}
@media (max-width: 1279px) {
  .section_title span svg {
    bottom: -5%;
  }
}
.section_title.animated .title_underline {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
  animation: 0.6s assinatura 0s forwards;
}

@-webkit-keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #FA3044;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  header .btn {
    display: none;
  }
}
header .item {
  flex: 0 1 226px;
}
@media (max-width: 1023px) {
  header .item {
    flex-basis: auto;
  }
}
header .item:nth-of-type(2) {
  flex: 1 1 auto;
}
@media (max-width: 1023px) {
  header .item:nth-of-type(2) {
    order: 1;
    flex-basis: auto;
  }
}
header .item:nth-of-type(3) {
  text-align: end;
}
@media (max-width: 1023px) {
  header .item:nth-of-type(3) {
    order: 3;
    flex-basis: auto;
  }
}
header .logo {
  display: inline-block;
  max-width: 41px;
  vertical-align: middle;
  position: relative;
  z-index: 99;
}
header .logo.logo_mobile {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  animation-delay: 0.4s;
  padding: 0;
}
header .logo.logo_mobile:after {
  display: none;
}
@media (min-width: 1024px) {
  header .logo.logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  header .logo.logo_mobile {
    left: var(--cont-pd);
    top: 20px;
  }
}

nav {
  text-align: center;
}
@media (max-width: 1023px) {
  nav {
    display: none;
  }
}
nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 1em;
}
nav a {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 500;
  color: #F6F4F2;
  position: relative;
  padding: 0.4em 0 .5em;
}
nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F6F4F2;
  transition: width 0.2s ease;
}
nav a:hover {
  color: #F6F4F2;
}
nav a:hover:after {
  width: 100%;
}
nav .btn_mob {
  display: none;
}

/* MOBILE_MENU */
.scroll-hidden {
  overflow: hidden;
}

.nav-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .nav-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 370px;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background-color: #0f1114;
    border-radius: 0;
    overflow: hidden;
    z-index: 1000;
    will-change: width, transform, transition, border-radius;
    transform: translateX(-100%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.5s ease;
  }
  .nav-mobile.is-active {
    border-radius: 0;
    transform: translateX(0);
    overflow: visible;
    overflow-y: auto;
  }
  .nav-mobile.is-active .menu {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .nav-mobile.is-active .menu a:after {
    background: #fff;
  }
  .nav-mobile li {
    display: block;
  }
  .nav-mobile li a {
    font-size: 22px;
    padding: 0.3em;
    color: #ffffff;
  }
  .nav-mobile li a:hover {
    color: #C0C2C7;
  }
  .nav-mobile li a:after {
    display: none;
  }
  .nav-mobile li + li {
    margin-top: 5px;
    margin-left: 0;
  }
  .nav-mobile .btn_mob {
    display: inline-block;
    margin-top: 30px;
  }
  .nav-mobile .btn_mob a {
    display: inline-block;
    font-size: 16px;
    padding: 1.2em 1.8em;
    color: #fff;
  }
}

/*  Hamburger   */
.hamburger {
  display: none;
}
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 1001;
    line-height: 0.5em;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: 0;
    padding-right: 0;
  }
}
.hamburger .hamburger-box {
  width: 35px;
}

#nav-icon {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 52%;
  right: 30px;
  will-change: transform;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  #nav-icon {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 479px) {
  #nav-icon {
    right: 20px;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #F6F4F2;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2) {
  top: 7px;
}
#nav-icon span:nth-child(3) {
  top: 14px;
}
#nav-icon.open span {
  background-color: #F6F4F2;
}
#nav-icon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fff;
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  right: 60px;
}
#nav-icon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #fff;
}

.hero {
  overflow: visible;
  background-color: #08090c;
  padding-top: 126px;
  padding-bottom: 70px;
}
@media (max-width: 1023px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/hero/bg.jpg");
  opacity: 0.06;
  z-index: 0;
}
.hero .hero_video_wrap {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1780/854;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .hero .hero_video_wrap {
    aspect-ratio: auto;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .hero .hero_video_wrap {
    height: 225px;
  }
}
.hero .hero_video_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #08090c;
  opacity: 0.1;
}
.hero .hero_video {
  width: 100%;
}
@media (max-width: 479px) {
  .hero .hero_video {
    width: auto;
    height: 100%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
}
.hero .hero_frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 47px 67px 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .hero .hero_frame {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hero .hero_frame {
    padding: 20px;
  }
}
.hero .hero_frame .angle {
  position: absolute;
  width: 20%;
  max-width: 323px;
}
@media (max-width: 1439px) {
  .hero .hero_frame .angle {
    width: 17%;
  }
}
.hero .hero_frame .angle:nth-of-type(1) {
  top: 0;
  left: 0;
}
.hero .hero_frame .angle:nth-of-type(2) {
  top: 0;
  right: 0;
}
.hero .hero_frame .angle:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.hero .hero_frame .angle:nth-of-type(4) {
  bottom: 0;
  right: 0;
}
.hero .hero_frame_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .rec {
  display: grid;
  grid-gap: 9px;
  grid-template-columns: auto auto;
  align-items: center;
}
@media (max-width: 479px) {
  .hero .rec {
    width: 90px;
  }
}
.hero .rec_point {
  animation: recording 0.6s alternate infinite;
}
@media (max-width: 479px) {
  .hero .rec_point {
    width: 20px;
  }
}
@keyframes recording {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .hero .hd {
    width: 150px;
  }
}
@media (max-width: 479px) {
  .hero .hd {
    width: 90px;
  }
}
.hero .hero_frame_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .hero .hero_frame_text .main_title {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .hero .hero_frame_text .main_title {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .hero .hero_frame_text .main_title {
    width: 170px;
  }
}
@media (max-width: 479px) {
  .hero .hero_frame_text .main_title {
    width: 150px;
  }
}
.hero .hero_frame_text .hero_scroll_wrap {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 65px;
  align-items: center;
}
@media (max-width: 1279px) {
  .hero .hero_frame_text .hero_scroll_wrap {
    grid-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .hero .hero_frame_text .hero_scroll_wrap {
    grid-gap: 20px;
  }
}
@media (max-width: 479px) {
  .hero .hero_frame_text .hero_scroll_wrap {
    grid-gap: 0px;
    width: 20px;
  }
}
.hero .hero_frame_text .sub {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f6f4f2;
  max-width: 280px;
  text-align: right;
}
@media (max-width: 1023px) {
  .hero .hero_frame_text .sub {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .hero .hero_frame_text .sub {
    display: none;
  }
}
.hero .hero_frame_center {
  position: absolute;
  max-width: 1021px;
  width: 58%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1679px) {
  .hero .hero_frame_center {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .hero .hero_frame_center {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .hero .hero_frame_center {
    width: 160px;
  }
}
.hero .hero_frame_center .item:nth-of-type(1), .hero .hero_frame_center .item:nth-of-type(3) {
  flex: 0 1 31.4%;
}
.hero .hero_frame_center .item:nth-of-type(2) {
  flex: 0 1 69px;
}
@media (max-width: 1439px) {
  .hero .hero_frame_center .item:nth-of-type(2) {
    flex-basis: 50px;
  }
}
@media (max-width: 767px) {
  .hero .hero_frame_center .item:nth-of-type(2) {
    flex-basis: 30px;
  }
}

.demo_bg_wrap {
  position: relative;
  background-color: #f4f2ee;
}
.demo_bg_wrap:after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/demo/bg.jpg");
  mix-blend-mode: lighten;
  opacity: 0.4;
  z-index: 1;
}

.demo {
  padding-top: var(--block-pd-md);
  padding-bottom: 4.1em;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1439px) {
  .demo {
    padding-bottom: 3em;
  }
}
@media (max-width: 767px) {
  .demo {
    padding-bottom: 2em;
  }
}
.demo .grid {
  margin-top: var(--grid-mt);
  position: relative;
  text-align: left;
}
.demo .grid .item:not(.coming-soon):hover {
  cursor: pointer;
}
.demo .grid .item:not(.coming-soon):hover .demo_img {
  transform: translateY(-7px);
}
.demo .grid .item:not(.coming-soon):hover .item_title a::after {
  width: 100%;
}
.demo .grid .demo_img {
  transition: transform 0.3s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media (max-width: 767px) {
  .demo .grid .item:last-child {
    left: auto !important;
  }
}
.demo .item_title {
  display: inline-block;
  color: #101218;
}
.demo .item_title a {
  all: inherit;
  position: relative;
  padding-top: 0.6em;
}
.demo .btn_wrap {
  margin-top: 3em;
}
@media (max-width: 1279px) {
  .demo .btn_wrap {
    margin-top: 2.5em;
  }
}
@media (max-width: 600px) {
  .demo .btn_wrap {
    margin-top: 2em;
  }
}

.benefits {
  z-index: 2;
  padding-bottom: var(--block-pd);
  --gap: 30px;
}
@media (max-width: 767px) {
  .benefits {
    --gap: 20px;
  }
}
.benefits .grid {
  margin-top: var(--grid-mt);
  display: flex;
  gap: var(--gap);
}
@media (max-width: 1023px) {
  .benefits .grid {
    flex-wrap: wrap;
  }
}
.benefits .column {
  flex: 0 1 33.3333%;
  height: 648px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .benefits .column {
    height: 600px;
  }
}
@media (max-width: 1279px) {
  .benefits .column {
    height: 520px;
  }
}
@media (max-width: 1023px) {
  .benefits .column {
    height: auto;
    flex-basis: 100%;
    flex-direction: row;
    gap: var(--gap);
  }
}
@media (max-width: 600px) {
  .benefits .column {
    flex-wrap: wrap;
  }
}
.benefits .column:nth-of-type(1) .item {
  height: 244px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item {
    height: 220px;
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
  max-width: 74px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
    width: 27%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
    width: 74px;
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: -14%;
  right: -21%;
  max-width: 32px;
  width: 47%;
}
.benefits .column:nth-of-type(1) .item:nth-of-type(2) {
  height: calc(100% - 274px);
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) {
    height: calc(100% - 250px);
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
  max-width: 171px;
  min-width: 110px;
  padding-bottom: 20px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    width: 41%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    width: 110px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(1) {
  height: calc(100% - 291px);
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) {
    height: calc(100% - 230px);
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
  max-width: 185px;
  padding-bottom: 11px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    width: 51%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    width: 100px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(2) {
  height: 261px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) {
    height: 210px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
  max-width: 65px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
    width: 65px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) {
  height: calc(100% - 337px);
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) {
    height: calc(100% - 280px);
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
  max-width: 95px;
  padding-bottom: 18px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    width: 27%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    width: 83px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: -14%;
  right: -6%;
  max-width: 51px;
  width: 54%;
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) {
  height: 307px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) {
    height: 250px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
  max-width: 92px;
  padding-bottom: 8px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    width: 72px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: -14%;
  left: -36%;
  max-width: 67px;
  width: 74%;
  filter: drop-shadow(0 13px 16px rgba(0, 0, 0, 0.1));
}
.benefits .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 32px;
}
@media (max-width: 1023px) {
  .benefits .item {
    height: auto !important;
    flex: 0 1 calc(50% - var(--gap) / 2);
    padding: 35px 10px 25px;
  }
}
@media (max-width: 600px) {
  .benefits .item {
    height: auto !important;
    flex-basis: 100%;
  }
}
.benefits .item + .item {
  margin-top: var(--gap);
}
@media (max-width: 1023px) {
  .benefits .item + .item {
    margin-top: 0;
  }
}
.benefits .img_wrap {
  margin: 0 auto;
  position: relative;
}
.benefits .item_title {
  margin-top: 22px;
  margin-bottom: 2px;
}
@media (max-width: 1279px) {
  .benefits .item_title {
    margin-top: 18px;
  }
}

.gifts-article {
  background-color: #EEAA2B;
  padding: 1.8rem 0 1.7rem;
  text-align: center;
}
.gifts-article img {
  max-width: 43px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .gifts-article img {
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
  }
}
.gifts-article p {
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.03em;
  color: #fff;
}
@media (max-width: 600px) {
  .gifts-article p {
    font-size: 17px;
  }
}
.gifts-article i {
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 500;
}

.gifts-container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .gifts-container {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .gifts-container {
    max-width: 600px;
  }
}

/* Basic */
.block .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .block .grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
.block h2 {
  margin-bottom: 0.45em;
}
@media (max-width: 1279px) {
  .block h2 {
    margin-bottom: 0.5em;
  }
}
.block .btn {
  margin-top: 2.1em;
}
@media (max-width: 1023px) {
  .block .btn {
    margin-top: 1.5em;
  }
}
.block .list_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 580px;
  margin-top: 1.5em;
}
@media (max-width: 1023px) {
  .block .list_wrap {
    max-width: 450px;
    margin-top: 1.3em;
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 430px) {
  .block .list_wrap {
    margin-top: 1.2em;
    grid-gap: 5px;
    grid-template-columns: 1fr;
  }
}
.block li + li {
  margin-top: 15px;
}
@media (max-width: 1439px) {
  .block li + li {
    margin-top: 12px;
  }
}
@media (max-width: 600px) {
  .block li + li {
    margin-top: 5px;
  }
}
.block li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 33px;
}
@media (max-width: 1023px) {
  .block li {
    padding-left: 25px;
  }
}
.block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  background: url(../img/elm/check.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .block li::before {
    width: 18px;
    height: 18px;
  }
}
.block li span {
  flex: 0 0 auto;
}
.block li .text {
  margin-top: 4px;
}
.block .img-wrap {
  position: relative;
}
.block .content-wrap {
  max-width: 580px;
}
@media (max-width: 1023px) {
  .block .content-wrap {
    max-width: 100%;
  }
}
.block img:not(:first-of-type) {
  position: absolute;
}
.block img:first-of-type {
  position: relative;
}

/*    Elementor    */
.elm {
  background-color: #fff;
}
.elm .elm_grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media (max-width: 767px) {
  .elm .elm_grid {
    grid-template-columns: 1fr;
  }
}
.elm .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 170px;
}
@media (max-width: 1679px) {
  .elm .item {
    padding-top: var(--block-pd);
    padding-bottom: var(--block-pd);
  }
}
.elm .item:nth-of-type(2) {
  background-color: #edece7;
  position: relative;
}
.elm .item:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/elm/bg.jpg");
  opacity: 0.39;
  mix-blend-mode: lighten;
}
.elm .item_half_cont {
  width: 100%;
  max-width: calc(1720px / 2);
  padding-left: var(--cont-pd);
  padding-right: var(--cont-pd);
}
@media (max-width: 767px) {
  .elm .item_half_cont {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .elm .item_half_cont_left {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .elm .item_half_cont_right {
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elm .list_wrap {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
@media (min-width: 1680px) {
  .elm .content-wrap {
    padding-bottom: 2%;
  }
}
@media (max-width: 1679px) {
  .elm .content-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    padding-left: 0;
    max-width: 620px;
  }
}
.elm p {
  max-width: 580px;
}
.elm .img-wrap {
  padding: 0 0 9.7% 0;
}
@media (min-width: 768px) {
  .elm .img-wrap {
    margin-left: auto;
    max-width: 619px;
  }
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 84%;
  max-width: 520px;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 57.2%;
  max-width: 354px;
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.07);
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  margin-left: auto;
  top: 27%;
  left: 57.2%;
  width: 12.9%;
  max-width: 80px;
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  margin-left: auto;
  top: 29.5%;
  left: 0;
  width: 37%;
  max-width: 226px;
}

/*    WOOC    */
.wooc {
  padding-top: var(--block-pd-md);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 767px) {
  .wooc .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
    align-items: start;
  }
  .wooc .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wooc .section_title {
    max-width: 500px;
  }
}
.wooc p {
  max-width: 540px;
}
.wooc .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 595px;
  z-index: 5;
}
@media (max-width: 767px) {
  .wooc .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1439px) {
  .wooc .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .wooc .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .wooc .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.wooc .img-wrap {
  padding: 12.2% 6.5% 0% 1.3%;
}
.wooc .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
}
.wooc .img-wrap img:nth-of-type(2) {
  z-index: 3;
  right: 5%;
  top: 0;
  width: 31%;
  max-width: 203px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1439px) {
  .wooc .img-wrap img:nth-of-type(2) {
    right: 0;
  }
}
.wooc .img-wrap img:nth-of-type(3) {
  z-index: 3;
  left: 0%;
  bottom: 0;
  width: 27%;
  max-width: 181px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 4;
  right: 12.9%;
  bottom: 21.9%;
  width: 12%;
  max-width: 65px;
}
.wooc .img-wrap img:nth-of-type(5) {
  z-index: 4;
  left: 3.1%;
  top: 9%;
  width: 17%;
  max-width: 97px;
}

/* Plugins */
.plugins {
  background-color: #0F1114;
  padding-top: var(--block-pd-md);
  padding-bottom: var(--block-pd-md);
}
.plugins .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: flex-end;
}
@media (max-width: 1279px) {
  .plugins .content_wrap {
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .plugins .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.plugins .content_wrap .section_title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .plugins .content_wrap .section_title {
    max-width: 450px;
  }
}
.plugins .content_wrap p {
  padding-bottom: 4px;
}
.plugins .plugins_slider {
  text-align: center;
  margin-top: 3.5em;
}
@media (max-width: 1279px) {
  .plugins .plugins_slider {
    margin-top: 2.9em;
  }
}
@media (max-width: 767px) {
  .plugins .plugins_slider {
    margin-top: 2.5em;
  }
}
.plugins .plugins_slider:focus, .plugins .plugins_slider *:focus {
  outline: none !important;
}
.plugins .flickity-viewport {
  transform: translateZ(0);
  outline: none !important;
}
.plugins .slider-content {
  margin: 0 15px;
  width: 270px;
}
@media (max-width: 767px) {
  .plugins .slider-content {
    margin-left: 10px;
    margin-right: 10px;
    width: 250px;
  }
}
.plugins .plugins_slider_item {
  height: 195px;
  box-sizing: border-box;
  padding: 1em 15px 2.6em;
  background-color: #1D1E24;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .plugins .plugins_slider_item {
    height: 175px;
    padding-bottom: 2em;
  }
}
.plugins .plugins_slider_item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  transform: translateZ(0) rotate(0.05deg);
}
.plugins .plugins_slider_item .item_title {
  margin: 0.6em 0 0.2em;
  transform: translateZ(0) rotate(0.05deg);
}
.plugins .plugins_slider_item p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1em;
  color: #E4E5E6;
  transform: translateZ(0) rotate(0.05deg);
}
.plugins .plugins_slider_item-wooc .img_wrap {
  padding-bottom: 5px;
}

/*    payment    */
.payments {
  background-color: #fff;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .grid {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 1439px) {
  .payments .item:nth-of-type(2) {
    padding-left: 60px;
  }
}
@media (max-width: 1279px) {
  .payments .item:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .payments .content-wrap {
    padding-left: 0;
    max-width: 560px;
  }
}
.payments .circles_wrap {
  margin: auto;
  width: 582px;
  height: 582px;
  position: relative;
}
@media (max-width: 1439px) {
  .payments .circles_wrap {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1279px) {
  .payments .circles_wrap {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .payments .circles_wrap {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .payments .circles_wrap {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 600px) {
  .payments .circles_wrap {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 479px) {
  .payments .circles_wrap {
    width: 260px;
    height: 260px;
  }
}
.payments .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1000' ry='1000' stroke='%23E6E6E2FF' stroke-width='1' stroke-dasharray='11%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 50%;
}
.payments .circle.circle1 {
  width: 100%;
  height: 100%;
}
.payments .circle.circle2 {
  width: 82.4%;
  height: 82.4%;
}
.payments .circle.circle3 {
  width: 63.7%;
  height: 63.7%;
}
.payments .circle.circle3 .coin_wrap {
  animation: circleMove 20s infinite linear;
}
.payments .circle.circle3 img {
  width: 19% !important;
  max-width: 70px !important;
  animation-duration: 20s;
}
.payments .circle.circle4 {
  width: 45.1%;
  height: 45.1%;
}
.payments .circle.circle4 .coin_wrap {
  animation: circleMove 18s infinite linear;
}
.payments .circle.circle4 img {
  width: 24% !important;
  max-width: 60px !important;
  animation-duration: 18s;
}
.payments .circle_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27%;
  max-width: 156px;
}
.payments .coin_wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: circleMove 15s infinite linear;
}
.payments .coin {
  width: 100%;
  height: auto;
  transform-origin: center;
  transform: rotate(0deg);
  position: absolute;
}
.payments .coin img {
  width: 95px;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.payments .coin:nth-of-type(1) {
  transform: rotate(0deg);
}
.payments .coin:nth-of-type(1) img {
  width: 17%;
  max-width: 95px;
  animation-name: imageMove1;
}
.payments .coin:nth-of-type(2) {
  transform: rotate(60deg);
}
.payments .coin:nth-of-type(2) img {
  width: 17%;
  max-width: 94px;
  animation-name: imageMove2;
}
.payments .coin:nth-of-type(3) {
  transform: rotate(120deg);
}
.payments .coin:nth-of-type(3) img {
  width: 15%;
  max-width: 87px;
  animation-name: imageMove3;
}
.payments .coin:nth-of-type(4) {
  transform: rotate(180deg);
}
.payments .coin:nth-of-type(4) img {
  width: 20%;
  max-width: 109px;
  animation-name: imageMove4;
}
@media (max-width: 767px) {
  .payments .coin:nth-of-type(4) img {
    width: 18%;
  }
}
.payments .coin:nth-of-type(5) {
  transform: rotate(240deg);
}
.payments .coin:nth-of-type(5) img {
  width: 15%;
  max-width: 87px;
  animation-name: imageMove5;
}
.payments .coin:nth-of-type(6) {
  transform: rotate(300deg);
}
.payments .coin:nth-of-type(6) img {
  width: 12%;
  max-width: 70px;
  animation-name: imageMove6;
}

/*    Book    */
.book {
  padding-top: var(--block-pd-md);
  padding-bottom: var(--block-pd-md);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 767px) {
  .book .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
    align-items: inherit;
  }
  .book .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .book .section_title {
    max-width: 500px;
  }
}
.book p {
  max-width: 540px;
}
.book .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 530px;
  z-index: 5;
}
@media (max-width: 767px) {
  .book .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
.book .list_wrap {
  grid-template-columns: auto;
}
@media (max-width: 1439px) {
  .book .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .book .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .book .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.book .img-wrap {
  padding-bottom: 8.2%;
}
@media (min-width: 768px) {
  .book .img-wrap {
    max-width: 675px;
  }
}
.book .img-wrap img:nth-of-type(1) {
  width: 78%;
  max-width: 520px;
  z-index: 2;
  margin-left: auto;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1);
}
.book .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 51%;
  max-width: 339px;
  box-shadow: 5px 15px 90px rgba(0, 0, 0, 0.05);
}
.book .img-wrap img:nth-of-type(3) {
  z-index: 3;
  left: 2.6%;
  top: 16.8%;
  width: 16%;
  max-width: 108px;
  box-shadow: 5px 15px 90px rgba(0, 0, 0, 0.05);
}
.book .img-wrap img:nth-of-type(4) {
  z-index: 3;
  left: 42.6%;
  top: 25.6%;
  width: 16%;
  max-width: 95px;
  border-radius: 50%;
}

/*    Responsive   */
.responsive {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1023px) {
  .responsive .grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 767px) {
  .responsive .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
    align-items: inherit;
  }
  .responsive .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .responsive .section_title {
    max-width: 500px;
  }
}
.responsive p {
  max-width: 540px;
}
.responsive .content-wrap {
  position: relative;
  max-width: 490px;
  z-index: 5;
}
@media (max-width: 767px) {
  .responsive .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1439px) {
  .responsive .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .responsive .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .responsive .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.responsive .img-wrap {
  padding-bottom: 0;
  padding-right: 8.3%;
}
@media (max-width: 1439px) {
  .responsive .img-wrap {
    padding-right: 0;
  }
}
.responsive .img-wrap img:nth-of-type(1) {
  width: 80%;
  z-index: 2;
  max-width: 462px;
  margin-left: auto;
}
.responsive .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 1%;
  bottom: 8%;
  width: 37%;
  max-width: 234px;
}
@media (max-width: 1439px) {
  .responsive .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}

.slider-wrap {
  padding-top: var(--block-pd-md);
  padding-bottom: var(--block-pd-md);
  background-color: #0F1114;
}
.slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/slider/bg.jpg");
  opacity: .4;
  z-index: -1;
}
.slider-wrap .sup {
  color: #F6F4F2;
}
.slider-wrap .section_title {
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .slider-wrap .section_title {
    margin-right: 0;
  }
}
.slider-wrap p {
  color: #E4E5E6;
}
.slider-wrap .content_wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 0;
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .slider-wrap .content_wrap {
    grid-row-gap: 17px;
  }
}
.slider-wrap .content_wrap .item:nth-of-type(2) {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin-top: 0;
  }
}
.slider-wrap .slider_draggable_wrap {
  outline: none !important;
  margin-top: 4.3em;
}
@media screen and (max-width: 1279px) {
  .slider-wrap .slider_draggable_wrap {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .slider-wrap .slider_draggable_wrap {
    margin-top: 2em;
  }
}
.slider-wrap .slider_draggable_wrap .flickity-viewport {
  outline: none !important;
  overflow: visible;
}
@media screen and (min-width: 1921px) {
  .slider-wrap .slider_draggable_wrap .flickity-viewport {
    height: 470px !important;
  }
}
@media (max-width: 1920px) {
  .slider-wrap .slider_draggable_wrap .flickity-viewport {
    height: 430px !important;
  }
}
@media screen and (max-width: 1279px) {
  .slider-wrap .slider_draggable_wrap .flickity-viewport {
    height: 290px !important;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slider_draggable_wrap .flickity-viewport {
    height: 239px !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider_draggable_wrap .flickity-viewport {
    height: 210px !important;
  }
}
@media screen and (max-width: 601px) {
  .slider-wrap .slider_draggable_wrap .flickity-viewport {
    height: 215px !important;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_draggable_wrap .flickity-viewport {
    height: 155px !important;
  }
}
.slider-wrap .flickity-viewport * {
  outline: none !important;
}
.slider-wrap .slider_content {
  width: 550px;
  display: inline-block;
  margin-right: 30px;
  transform: translateZ(-1px);
}
@media screen and (min-width: 1921px) {
  .slider-wrap .slider_content {
    width: 600px;
  }
}
@media screen and (max-width: 1279px) {
  .slider-wrap .slider_content {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slider_content {
    width: 280px;
  }
}
@media screen and (max-width: 600px) {
  .slider-wrap .slider_content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_content {
    width: 180px;
  }
}
.slider-wrap .slider_content a {
  background-color: #fff;
  padding-top: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_content a {
    padding-top: 20px;
  }
}
.slider-wrap .slider_screen_dots {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 21px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_screen_dots {
    top: 8px;
    left: 8px;
  }
}
.slider-wrap .slider_screen_dots span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.slider-wrap .slider_screen_dots span:nth-of-type(1) {
  background-color: #ff625a;
}
.slider-wrap .slider_screen_dots span:nth-of-type(2) {
  background-color: #febd2e;
}
.slider-wrap .slider_screen_dots span:nth-of-type(3) {
  background-color: #29ce42;
}

.marquee {
  overflow: hidden;
  background-color: #F4F2EE;
}
.marquee .marquee_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 3.8em;
  padding-bottom: 3.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 1279px) {
  .marquee .marquee_text {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.marquee p {
  font-family: "Outfit", sans-serif;
  font-size: 87px;
  letter-spacing: -.02em;
  line-height: 1em;
  font-weight: 400;
  color: #101218;
  position: relative;
  animation: marquee 16s linear infinite;
}
@media (max-width: 1279px) {
  .marquee p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .marquee p {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .marquee p {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .marquee p {
    font-size: 28px;
  }
}
.marquee p span {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  color: #101218;
  font-weight: 500;
  font-size: 0.644em;
  letter-spacing: -.02em;
  position: relative;
  top: 5px;
}
@media (max-width: 1279px) {
  .marquee p span {
    margin-left: 20px;
    margin-right: 20px;
    top: 3px;
  }
}
@media (max-width: 479px) {
  .marquee p span {
    margin-left: 15px;
    margin-right: 15px;
    top: 0;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.cust-benefits {
  padding-top: var(--block-pd-md);
  padding-bottom: var(--block-pd-md);
  background-color: #0F1114;
}
.cust-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/cust-benefits/bg.jpg");
  opacity: 0.6;
  z-index: -1;
}
.cust-benefits .section_title {
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cust-benefits .section_title {
    margin-right: 0;
  }
}
.cust-benefits .sup {
  margin-bottom: 1.8em;
  color: #2abadd;
}
@media (max-width: 767px) {
  .cust-benefits .sup {
    margin-bottom: 1.3em;
  }
}
.cust-benefits .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 767px) {
  .cust-benefits .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.cust-benefits .content_wrap .item:nth-of-type(2) {
  margin-top: 8px;
}
.cust-benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-top: 2.7em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid {
    grid-gap: 20px;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr;
  }
}
.cust-benefits .grid .item {
  background-color: #0F1114;
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item {
    height: 360px;
  }
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item {
    height: 270px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid .item {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid .item {
    height: auto;
    padding-top: 35px;
  }
}
.cust-benefits .grid .item .img_wrap {
  margin: 0 auto;
  position: relative;
}
.cust-benefits .grid .item img {
  position: absolute;
}
.cust-benefits .grid .item img:nth-of-type(1) {
  position: relative;
}
.cust-benefits .grid .item .item_title {
  margin-top: 1.8em;
  white-space: pre-line;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item .item_title {
    margin-top: 1.2em;
  }
}
.cust-benefits .grid .item:nth-of-type(1) .img_wrap {
  max-width: 240px;
  width: 62.5%;
  padding-bottom: 10.3%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(1) .img_wrap {
    width: 160px;
  }
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(1) {
  max-width: 121px;
  width: 50%;
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(2) {
  max-width: 99px;
  width: 41%;
  right: 0;
  bottom: 0;
}
.cust-benefits .grid .item:nth-of-type(2) .img_wrap {
  max-width: 245px;
  width: 63.4%;
  padding-top: 3%;
  left: -1%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(2) .img_wrap {
    width: 165px;
  }
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(1) {
  width: 100%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 94px;
  width: 40%;
  right: 0%;
  top: 0;
}
.cust-benefits .grid .item:nth-of-type(2) .item_title {
  padding-top: 0.6%;
}
.cust-benefits .grid .item:nth-of-type(3) .img_wrap {
  max-width: 307px;
  width: 80.2%;
  padding-top: 2%;
  padding-bottom: 0.8%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(3) .img_wrap {
    width: 210px;
  }
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(1) {
  max-width: 275px;
  width: 90%;
  left: 5%;
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(2) {
  max-width: 66px;
  width: 23%;
  right: 0;
  top: -8%;
}

.feature {
  --gap: 30px;
  position: relative;
  padding-top: var(--block-pd-md);
  padding-bottom: var(--block-pd-md);
  background-color: #F4F2EE;
}
@media (max-width: 600px) {
  .feature {
    --gap: 20px;
  }
}
.feature .grid {
  margin-top: var(--grid-mt);
  margin-right: calc(0px - var(--gap));
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .feature .column + .column {
    margin-top: var(--gap);
  }
}
.feature .column {
  padding-right: var(--gap);
  width: calc(100% / 3);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--gap);
}
@media (max-width: 1023px) {
  .feature .column {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .feature .column {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .feature .column_third {
    margin-top: var(--gap);
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  .feature .column_third {
    grid-template-columns: 1fr;
  }
}

.feature .item {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.02);
}
@media (max-width: 1439px) {
  .feature .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .feature .item {
    height: auto !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.feature .item .img_wrap {
  margin-left: auto;
  margin-right: auto;
}
.feature .item_first {
  height: 271px;
  padding-bottom: 46px;
}
.feature .item_first .img_wrap {
  width: 61px;
  margin-bottom: 20px;
}
.feature .item_second {
  background-color: #EDECE7;
  height: 292px;
  padding-bottom: 33px;
}
.feature .item_second .img_wrap {
  width: 168px;
  margin-bottom: 9px;
}
@media (max-width: 1279px) {
  .feature .item_second .img_wrap {
    width: 130px;
  }
}
.feature .item_third {
  height: 100%;
  padding-bottom: 66px;
}
.feature .item_third .img_wrap {
  width: 227px;
  margin-bottom: 2.4em;
}
@media (max-width: 1279px) {
  .feature .item_third .img_wrap {
    width: 225px;
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .feature .item_third .img_wrap {
    width: 200px;
  }
}
.feature .item_third .item_title {
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 0.35em;
}
@media (max-width: 1279px) {
  .feature .item_third .item_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .feature .item_third .item_title {
    font-size: 24px;
  }
}
.feature .item_third .item_descr {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.feature .item_third .btn_wrap {
  margin-top: .8em;
}
.feature .item_third .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 1.1em 1.9em;
  letter-spacing: 0;
}
.feature .item_fourth {
  position: relative;
  overflow: hidden;
  background-color: #0a1417;
  height: 301px;
  justify-content: flex-start;
  padding-top: 42px;
}
@media (max-width: 1023px) {
  .feature .item_fourth {
    height: 280px !important;
  }
}
.feature .item_fourth .item_title {
  color: #f8f2f1;
}
.feature .item_fourth .item_descr {
  color: #c0c1ca;
}
.feature .item_fourth .img_wrap {
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: -28%;
  z-index: 0;
  width: 78%;
  max-width: 247px;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .feature .item_fourth .img_wrap {
    width: 205px;
  }
}
.feature .item_fourth .img_wrap img:nth-of-type(2) {
  position: absolute;
  right: 3.3%;
  top: 0;
  width: 58px;
}
.feature .item_fourth::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 110px;
  background: linear-gradient(to bottom, rgba(8, 31, 37, 0), #081f25);
}
.feature .item_fifth {
  height: 262px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .feature .item_fifth {
    height: 280px;
  }
}
.feature .item_fifth .img_wrap {
  width: 76px;
  margin-bottom: 18px;
}
.feature .item_title {
  margin-bottom: 0.5em;
}
.feature .item_descr {
  font-size: 15px;
  line-height: 1.6;
}

.footer {
  background-color: #0d1213;
  width: 100%;
  z-index: 0;
}
.footer .cont_md {
  max-width: 1530px;
  position: relative;
  z-index: 2;
}
.footer .top {
  padding: 15.9em 0 13.2em;
}
@media (max-width: 1439px) {
  .footer .top {
    padding: 7em 0 6em;
  }
}
@media (max-width: 600px) {
  .footer .top {
    padding: 6em 0 5em;
  }
}
.footer .top .footer_inner {
  margin: 0 auto;
  max-width: 680px;
}
@media (max-width: 1023px) {
  .footer .top .footer_inner {
    max-width: 430px;
  }
}
.footer .section_title {
  color: #F6F4F2;
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer .section_title {
    font-size: 2.1rem;
  }
}
@media (max-width: 479px) {
  .footer .section_title {
    font-size: 1.4rem;
  }
}
.footer .btn_wrap {
  margin-top: 2.3em;
}
@media (max-width: 767px) {
  .footer .btn_wrap {
    margin-top: 1.6em;
  }
}
.footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.49);
  padding: 2em 0;
}
@media (max-width: 1023px) {
  .footer .bottom {
    padding: 1.5em 0;
  }
}
.footer .bottom .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .bottom .item {
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .footer .bottom .item {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer .bottom p {
  color: #fff;
  font-size: 15px;
}
.footer .bottom p a {
  font: inherit;
  color: inherit;
  text-transform: none;
}
.footer .bottom p a:hover {
  color: #E22134;
}

.footer_video_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.35;
}
.footer_video_wrap .footer_video {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
  min-width: 100%;
}

/* ScrollTop */
.scrollTop {
  width: 45px;
  height: 45px;
  bottom: 60px;
  right: 30px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  font-weight: 400;
  color: transparent;
  border-radius: 0;
  background: #FA3044;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 1679px) {
  .scrollTop {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .scrollTop {
    right: 20px;
  }
}
@media (max-width: 479px) {
  .scrollTop {
    bottom: 70px;
  }
}
@media (max-width: 338px) {
  .scrollTop {
    bottom: 20px;
  }
}
.scrollTop:hover {
  background: #E22134;
}
.scrollTop:after {
  color: #fff;
  content: "\e807";
  font-size: 10px;
  font-family: "fontello";
  text-align: center;
  display: block;
  position: absolute;
  line-height: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(270deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.scrollTop.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* this gets mozilla */
@-moz-document url-prefix() {
  .scrollTop:after {
    left: 49%;
  }
}
/* ChatGPT */
.chatgpt {
  --rad: 0;
  position: relative;
  z-index: 2;
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header {
    margin: 0 auto 25px;
  }
}
.chatgpt .chatgpt__header .ai-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}
.chatgpt .chatgpt__header .ai-logos > img {
  max-height: 47px;
  width: auto;
  border-radius: var(--rad);
}
.chatgpt .chatgpt__header .title {
  margin: 36px auto 0;
  max-width: 960px;
}
@media (max-width: 1439px) {
  .chatgpt .chatgpt__header .title {
    max-width: 875px;
  }
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .title {
    max-width: 820px;
  }
}
@media (max-width: 1023px) {
  .chatgpt .chatgpt__header .title {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .title {
    max-width: 100%;
  }
}
.chatgpt .chatgpt__header .description {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .description {
    margin-top: 1em;
  }
}
.chatgpt .chatgpt__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chatgpt .chatgpt__content p {
  margin-top: 34px;
  max-width: 450px;
  text-align: center;
  letter-spacing: 0;
  color: #626672;
}
.chatgpt .chatgpt__content p span {
  color: #191919;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__content p {
    margin-top: 20px;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(19, 7, 1, 0.05);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) {
    max-width: 88%;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
  padding: 14px 14px 13px;
  border-radius: var(--rad) var(--rad) 0 0;
  font-size: 0;
  background-color: #07121A;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:not(:first-child) {
  margin-left: 3px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(1) {
  background-color: #FF625A;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(2) {
  background-color: #FFBE2F;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(3) {
  background-color: #29CE42;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .content-descr {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  display: block;
  min-width: 100%;
  margin-top: 0;
  padding: 9px 0 4px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background-color: #4CA667;
  border-radius: 0 0 var(--rad) var(--rad);
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .content-descr {
    font-size: 0.9em;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(2) {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
  position: absolute;
  bottom: 15.6%;
  left: 1.1%;
  max-width: 394px;
  height: auto;
  box-shadow: 0 13px 46px rgba(19, 7, 1, 0.08);
  border-radius: var(--rad);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
    left: 0;
    max-width: 30%;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
    bottom: 22%;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 154px;
  height: auto;
  position: absolute;
  top: 12.9%;
  right: 4.4%;
  box-shadow: 0 13px 46px rgba(19, 7, 1, 0.08);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(2) {
    right: 0.4%;
    max-width: 13%;
  }
}

/*    AI - images    */
.ai-images {
  position: relative;
  padding-top: calc(var(--block-pd) - 36px);
  padding-bottom: var(--block-pd);
  overflow: visible;
  z-index: 2;
}
.ai-images .section_title {
  margin: 26px auto 0;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  max-width: 540px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 513px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 435px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 340px;
  }
}
@media (max-width: 479px) {
  .ai-images .section_title {
    max-width: 260px;
  }
}
.ai-images .img-wrap {
  max-width: 878px;
  margin: 3.4em auto 2.5em;
}
@media (max-width: 767px) {
  .ai-images .img-wrap {
    margin-top: 1.5em;
  }
}
.ai-images .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
}
.ai-images .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: -0.5%;
  bottom: -9%;
  width: 42%;
  max-width: 288px;
}
@media (max-width: 1439px) {
  .ai-images .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.ai-images .img-wrap img:nth-of-type(3) {
  z-index: 3;
  right: 9%;
  top: -8.7%;
  width: 23%;
  max-width: 128px;
}
@media (max-width: 900px) {
  .ai-images .img-wrap img:nth-of-type(3) {
    right: 0;
  }
}

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