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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* dm-sans-regular - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans/dm-sans-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/dm-sans/dm-sans-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans/dm-sans-v10-latin-regular.woff2") format("woff2"), url("../fonts/dm-sans/dm-sans-v10-latin-regular.woff") format("woff"), url("../fonts/dm-sans/dm-sans-v10-latin-regular.ttf") format("truetype");
}
/* dm-sans-500 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans/dm-sans-v10-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/dm-sans/dm-sans-v10-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans/dm-sans-v10-latin-500.woff2") format("woff2"), url("../fonts/dm-sans/dm-sans-v10-latin-500.woff") format("woff"), url("../fonts/dm-sans/dm-sans-v10-latin-500.ttf") format("truetype");
}
/* dm-sans-700 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans/dm-sans-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/dm-sans/dm-sans-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-sans/dm-sans-v10-latin-700.woff2") format("woff2"), url("../fonts/dm-sans/dm-sans-v10-latin-700.woff") format("woff"), url("../fonts/dm-sans/dm-sans-v10-latin-700.ttf") format("truetype");
}
[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);
  }
}
/*  Tags  */
html {
  font-size: 17px;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

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

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 {
  color: #1B2328;
  font-family: "stolzl", sans-serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  text-align: center;
  letter-spacing: -0.04em;
  font-size: 4rem;
  line-height: 1.103em;
}
@media (max-width: 1679px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1439px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }
}
h1 i {
  color: #fff;
}

h2 {
  font-size: 3.355rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (max-width: 1439px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    line-height: 1.1em;
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.7rem;
  }
}

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

h4 {
  font-size: 1.294rem;
  line-height: 1em;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.059rem;
  }
}

h5 {
  font-size: 1.236rem;
  line-height: 1em;
  letter-spacing: -0.02em;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.588em;
  letter-spacing: 0em;
  color: #5C6263;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  p {
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
}

a {
  font-family: "stolzl", sans-serif;
  text-transform: capitalize;
  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: "stolzl", sans-serif;
  font-size: 1.059rem;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 400;
  color: #1B2328;
}
@media (max-width: 1279px) {
  li {
    font-size: 16px;
  }
}

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

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

.cont {
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cont {
    padding: 0 20px;
  }
}

.cont_lg {
  max-width: 1825px;
}

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

.cont_md {
  max-width: 1680px;
}

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

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

/*  General Classes */
/*Buttons*/
.btn {
  color: #fff;
  background-color: #3FB6E0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  padding: 1.5em 2.8em;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .btn {
    padding: 1.3em 2.4em;
  }
}
.btn:hover {
  background-color: #1FA4D2;
}
.btn.alt_btn {
  color: #fff;
  background-color: #A5C422;
}
.btn.alt_btn:hover {
  background-color: #96B803;
}
.btn.alt_btn2 {
  color: #fff;
  background-color: #A58787;
}
.btn.alt_btn2:hover {
  background-color: #987474;
}
.btn.border_btn {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000;
}
.btn.border_btn:hover {
  background-color: #000;
  color: #fff;
}

.sub {
  margin-top: 1.6em;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.sup {
  font-family: "stolzl", sans-serif;
  text-transform: uppercase;
  color: #1C160F;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sup {
    font-size: 13px;
  }
}
.center .sup {
  margin-bottom: 1.4em;
}
@media (max-width: 767px) {
  .center .sup {
    margin-bottom: 0.8em;
  }
}

.center {
  text-align: center;
}

.blob {
  position: absolute;
  z-index: 0;
}

.section_title span {
  position: relative;
  white-space: nowrap;
}
.section_title span svg {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: -6%;
  width: 100%;
}
@media (max-width: 1279px) {
  .section_title span svg {
    bottom: -15%;
  }
}
.section_title.animated .title_underline {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
  animation: .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 #3FB6E0;
  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: 10;
  padding: 40px 0;
}
@media (max-width: 767px) {
  header {
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  header {
    padding: 20px 0;
  }
}
header .btn {
  font-size: 13px;
  padding: 1.3em 2.35em;
}
@media (max-width: 1023px) {
  header .btn {
    display: none;
  }
}
header .item {
  flex: 0 1 225px;
}
@media (max-width: 1023px) {
  header .item {
    flex-basis: auto;
  }
}
header .item:nth-of-type(2) {
  flex-basis: auto;
  flex: 0 1 453px;
  text-align: right;
}
@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: 201px;
  vertical-align: middle;
  position: relative;
  z-index: 99;
}
@media (max-width: 479px) {
  header .logo {
    max-width: 180px;
  }
}
header .logo.logo_mobile {
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 2;
  animation-delay: 0.4s;
}
@media (min-width: 1024px) {
  header .logo.logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  header .logo.logo_mobile {
    left: 20px;
    top: 5px;
  }
}

@media (max-width: 1023px) {
  nav {
    display: none;
  }
}
nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 1.3em;
}
@media (max-width: 1279px) {
  nav li + li {
    margin-left: 1em;
  }
}
nav a {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 400;
  color: #1B2328;
  position: relative;
  padding: .7em 0 .8em;
}
@media (max-width: 1279px) {
  nav a {
    font-size: 16px;
  }
}
nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #A5C422;
  transition: width 0.2s ease;
}
nav a:hover {
  color: #A5C422;
}
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: #1B2328;
    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: 16px;
    padding: 0.3em;
    color: #fff;
  }
  .nav-mobile li a:hover {
    color: #A5C422;
  }
  .nav-mobile li a:after {
    display: none;
  }
  .nav-mobile li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .nav-mobile .btn_mob {
    display: inline-block;
    margin-top: 20px;
  }
  .nav-mobile .btn_mob a {
    display: inline-block;
    font-size: 14px;
    padding: 1.2em 1.8em;
  }
  .nav-mobile .btn_mob a:hover {
    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: 3px;
  width: 100%;
  background-color: #1B2328;
  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: #fff;
}
#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 {
  height: 920px;
  background-color: #050F26;
  background: url("../img/hero/bg.jpg") center no-repeat;
  background-size: cover;
  border-radius: 0 0 72px 72px;
}
@media (max-width: 1679px) {
  .hero {
    height: 840px;
  }
}
@media (max-width: 1279px) {
  .hero {
    height: 700px;
  }
}
@media (max-width: 1023px) {
  .hero {
    height: 650px;
  }
}
@media (max-width: 850px) {
  .hero {
    max-height: 550px;
    min-height: 500px;
  }
}
@media (max-width: 667px) {
  .hero {
    max-height: 450px;
    min-height: 400px;
  }
}
.hero .content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.5em;
  height: 100%;
}
.hero .sup {
  margin-bottom: 1.9em;
  letter-spacing: 0.12em;
  font-size: 14px;
}
@media (max-width: 479px) {
  .hero .sup {
    font-size: 13px;
    line-height: 1.2em;
  }
}
.hero .btn {
  margin-top: 3.2em;
}
@media (max-width: 479px) {
  .hero .btn {
    margin-top: 1.6em;
  }
}
.hero h1 {
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .hero h1 {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    max-width: 600px;
  }
}
.hero h1 img {
  max-width: 100%;
}
.hero h1 i:before {
  margin: 0;
  font-size: inherit;
}
.hero .blob:nth-of-type(1) {
  left: -25%;
  bottom: -44%;
  width: 63%;
  max-width: 1186px;
}
.hero .blob:nth-of-type(2) {
  right: -24%;
  top: -49%;
  width: 54%;
  max-width: 984px;
}
.hero .scroll_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  max-width: 170px;
}
.hero .scroll_btn i {
  font-family: "fontello";
  display: block;
  text-align: center;
  font-size: 53px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .hero .scroll_btn i {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero .scroll_btn i {
    margin-top: 20px;
  }
}
.hero .icon-down-arrow:before {
  content: '\E819';
}
.hero .scroll_wrap {
  position: absolute;
  bottom: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 7;
}
@media (max-width: 1680px) {
  .hero .scroll_wrap {
    bottom: 56px;
  }
}
@media (max-width: 767px) {
  .hero .scroll_wrap {
    bottom: 25px;
  }
}

.hero .btn {
  border-color: #A58787;
  background-color: #A58787;
}
.hero .btn:hover {
  border-color: #987474;
  background-color: #987474;
}

.hero_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  touch-action: none;
  z-index: 1;
}
.hero_back div {
  position: absolute;
}
.hero_back div:nth-of-type(1) {
  top: 24.6%;
  left: -9%;
  max-width: 532px;
  width: 25%;
}
@media (max-width: 1800px) {
  .hero_back div:nth-of-type(1) {
    width: 22%;
  }
}
@media (max-width: 1679px) {
  .hero_back div:nth-of-type(1) {
    width: 18%;
  }
}
@media (max-width: 1023px) {
  .hero_back div:nth-of-type(1) {
    top: 21.6%;
  }
}
@media (max-width: 767px) {
  .hero_back div:nth-of-type(1) {
    display: none;
  }
}
.hero_back div:nth-of-type(2) {
  bottom: 0;
  left: 29.3%;
  max-width: 200px;
  width: 17%;
}
@media (max-width: 1679px) {
  .hero_back div:nth-of-type(2) {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .hero_back div:nth-of-type(2) {
    display: none;
  }
}
.hero_back div:nth-of-type(3) {
  bottom: 0;
  right: 24.9%;
  max-width: 386px;
  width: 26%;
}
@media (max-width: 1679px) {
  .hero_back div:nth-of-type(3) {
    width: 19%;
  }
}
@media (max-width: 767px) {
  .hero_back div:nth-of-type(3) {
    display: none;
  }
}
.hero_back div:nth-of-type(4) {
  top: 26.1%;
  right: -4.5%;
  max-width: 415px;
  width: 25%;
}
@media (max-width: 1800px) {
  .hero_back div:nth-of-type(4) {
    width: 18%;
  }
}
@media (max-width: 1023px) {
  .hero_back div:nth-of-type(4) {
    top: 21.6%;
  }
}
@media (max-width: 767px) {
  .hero_back div:nth-of-type(4) {
    display: none;
  }
}
.hero_back div:nth-of-type(5) {
  bottom: 0;
  right: 0;
  max-width: 144px;
  width: 25%;
}
@media (max-width: 1679px) {
  .hero_back div:nth-of-type(5) {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .hero_back div:nth-of-type(5) {
    display: none;
  }
}
.hero_back div:nth-of-type(6) {
  bottom: 10.5%;
  right: 14.6%;
  max-width: 138px;
  width: 25%;
}
@media (max-width: 1679px) {
  .hero_back div:nth-of-type(6) {
    width: 18%;
    bottom: 17.5%;
    right: 10.6%;
  }
}
@media (max-width: 1279px) {
  .hero_back div:nth-of-type(6) {
    width: 10%;
    bottom: 25.5%;
    right: 13.6%;
  }
}
@media (max-width: 767px) {
  .hero_back div:nth-of-type(6) {
    display: none;
  }
}
.hero_back div:nth-of-type(7) {
  bottom: 0;
  left: 0;
  max-width: 145px;
  width: 25%;
}
@media (max-width: 1679px) {
  .hero_back div:nth-of-type(7) {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .hero_back div:nth-of-type(7) {
    display: none;
  }
}

/* Aimation On Load */
.heroFadeUp {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.heroFadeTopLeft {
  -webkit-transform: translate3d(-40px, -40px, 0);
  transform: translate3d(-40px, -40px, 0);
}

.heroFadeTopRight {
  -webkit-transform: translate3d(40px, 40px, 0);
  transform: translate3d(40px, 40px, 0);
}

.heroFadeBottomLeft {
  -webkit-transform: translate3d(-40px, 40px, 0);
  transform: translate3d(-40px, 40px, 0);
}

.heroFadeBottomRight {
  -webkit-transform: translate3d(40px, -40px, 0);
  transform: translate3d(40px, -40px, 0);
}

.hero_back .img_wrap {
  opacity: 0;
  transition: all 0.6s ease-in;
}
.loaded-content .hero_back .img_wrap {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hero_back .img_wrap:nth-of-type(1) {
  transition-delay: 0.1s;
}
.hero_back .img_wrap:nth-of-type(2) {
  transition-delay: 0.2s;
}
.hero_back .img_wrap:nth-of-type(3) {
  transition-delay: 0.3s;
}
.hero_back .img_wrap:nth-of-type(4) {
  transition-delay: 0.4s;
}
.hero_back .img_wrap:nth-of-type(5) {
  transition-delay: 0.5s;
}
.hero_back .img_wrap:nth-of-type(6) {
  transition-delay: 0.6s;
}
.hero_back .img_wrap:nth-of-type(7) {
  transition-delay: 0.7s;
}

.demo {
  padding: 8.72em 0;
  z-index: 2;
}
@media (max-width: 1279px) {
  .demo {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .demo {
    padding: 5em 0;
  }
}
.demo .grid {
  margin-top: 2.85em;
  text-align: left;
}
@media (max-width: 1279px) {
  .demo .grid {
    margin-top: 2.5em;
  }
}
@media (max-width: 600px) {
  .demo .grid {
    margin-top: 2em;
  }
}
.demo .grid .item p,
.demo .grid .item .demo_img {
  display: block;
}
.demo .grid .item .demo_img img {
  border-radius: 10px;
  border: 5px solid #fff;
}
.demo .grid .item:hover .demo_img {
  transform: translateY(-2%);
}
.demo .grid .item:hover h4 a::after {
  width: 100%;
}
@media (max-width: 479px) {
  .demo .grid .coming-soon {
    display: none;
  }
}
.demo h4 a {
  color: #1B2328;
  margin-top: 1.65em;
  position: relative;
  padding-bottom: .2em;
}
@media (max-width: 1279px) {
  .demo h4 a {
    margin-top: 1.3em;
  }
}
@media (max-width: 600px) {
  .demo h4 a {
    margin-top: 1.1em;
  }
}
.demo .btn_wrap {
  margin-top: 3px;
}
.demo .btn_alt {
  border-color: #A5C422;
  background-color: #A5C422;
}
.demo .btn_alt:hover {
  border-color: #96B803;
  background-color: #96B803;
}

.benefits {
  overflow: visible;
  --gap: 30px;
  padding-bottom: calc(var(--grid-mt) + 2.2em);
}
@media (max-width: 767px) {
  .benefits {
    --gap: 20px;
  }
}
.benefits .grid {
  margin-top: 3em;
  display: flex;
  gap: var(--gap);
}
@media (max-width: 1023px) {
  .benefits .grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .benefits .grid {
    margin-top: 1.5em;
  }
}
.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 .item {
  border-radius: 10px;
}
.benefits .column:nth-of-type(1) .item {
  height: 245px;
}
@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: 165px;
  min-width: 100px;
  padding-bottom: 24px;
}
@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: 184px;
  padding-bottom: 6px;
}
@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: 66px;
  margin-bottom: -2px;
}
@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: 13px;
}
@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: 308px;
}
@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: 3px;
}
@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: #fff;
  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: 26px;
  margin-bottom: 7px;
}
@media (max-width: 1279px) {
  .benefits .item_title {
    margin-top: 18px;
  }
}
.benefits .item_descr {
  letter-spacing: -0.01em;
}

/* 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: 35px;
  }
}
.block h2 {
  margin: 0.35em 0 0.4em;
}
@media (max-width: 1279px) {
  .block h2 {
    margin-bottom: .5em;
  }
}
.block .btn {
  margin-top: 2.1em;
}
@media (max-width: 1023px) {
  .block .btn {
    margin-top: 1.5em;
  }
}
.block .list-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 590px;
  margin-top: 2.2em;
}
@media (max-width: 1023px) {
  .block .list-wrap {
    max-width: 450px;
    margin-top: 1.5em;
  }
}
@media (max-width: 379px) {
  .block .list-wrap {
    flex: 0 0 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 379px) {
  .block ul + ul {
    margin-top: 5px;
  }
}
.block ul {
  flex: 0 0 49%;
}
@media (max-width: 1279px) {
  .block ul {
    flex: 0 0 50%;
  }
}
@media (max-width: 379px) {
  .block ul {
    flex: 0 0 100%;
  }
}
.block li + li {
  margin-top: 16px;
}
@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: 50%;
  transform: translateY(-59%);
  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 {
  padding: 8.9em 0 8.5em;
}
@media (max-width: 1279px) {
  .elm {
    padding: 6em 0;
  }
}
@media (max-width: 600px) {
  .elm {
    padding: 5em 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elm .grid {
    grid-template-columns: 1.4fr 1fr;
  }
}
@media (max-width: 1439px) {
  .elm .item:nth-of-type(2) {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .elm .item:nth-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .elm .item:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .elm .content-wrap {
    padding-bottom: 1%;
  }
}
@media (max-width: 1679px) {
  .elm .content-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    padding-left: 0;
    max-width: 600px;
  }
}
.elm .img-wrap {
  padding: 0 0 10.1% 0;
}
.elm .img-wrap > img {
  border-radius: 10px;
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 79%;
  max-width: 520px;
  -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 6px;
  left: 0;
  width: 63%;
  max-width: 426px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  margin-left: auto;
  top: 16.9%;
  left: 18.3%;
  width: 15%;
  max-width: 65px;
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  margin-left: auto;
  top: 34%;
  left: 0;
  width: 35%;
  max-width: 226px;
}
@media (min-width: 1280px) {
  .elm .img-wrap > img:nth-of-type(4) {
    left: 0%;
  }
}

/* Plugins */
.plugins {
  padding: 0 0 8.8em;
}
@media (max-width: 1279px) {
  .plugins {
    padding: 0 0 6em;
  }
}
@media (max-width: 600px) {
  .plugins {
    padding: 0 0 5em;
  }
}
.plugins .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 590px;
  z-index: 5;
}
@media (min-width: 1679px) {
  .plugins .content-wrap {
    max-width: 615px;
    padding-right: 30px;
  }
}
@media (max-width: 1279px) {
  .plugins .content-wrap {
    max-width: 535px;
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .plugins .content-wrap {
    padding-left: 0;
    margin-left: 0;
  }
}
.plugins .content-wrap h2 {
  max-width: 530px;
}
@media (max-width: 1279px) {
  .plugins .content-wrap h2 {
    max-width: 430px;
  }
}
@media (max-width: 1023px) {
  .plugins .content-wrap h2 {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .plugins .content-wrap h2 {
    max-width: 340px;
  }
}
.plugins .inner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  text-align: center;
  padding-right: 35px;
}
@media (max-width: 1279px) {
  .plugins .inner_grid {
    padding-right: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .plugins .inner_grid {
    grid-template-columns: 1fr;
  }
}
.plugins .inner_item {
  height: 200px;
  box-sizing: border-box;
  padding: 1em 15px 2.6em;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
}
@media (max-width: 1279px) {
  .plugins .inner_item {
    padding: 1em 15px 1.7em;
    height: 170px;
  }
}
.plugins .inner_item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.plugins .inner_item h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  margin: 1em 0 0.47em;
  font-weight: 700;
  color: #161921;
}
@media (max-width: 1023px) {
  .plugins .inner_item h5 {
    font-size: 17px;
  }
}
.plugins .inner_item p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1em;
  color: #5C6263;
}
.plugins img.blob {
  position: absolute;
  max-width: 700px;
  width: 36%;
  bottom: -38%;
  left: -21%;
  z-index: -1;
}
.plugins .btn {
  border-color: #3FB6E0;
  background-color: #3FB6E0;
}
.plugins .btn:hover {
  border-color: #1FA4D2;
  background-color: #1FA4D2;
}

/*    Woo    */
.wooc {
  padding: 0 0 8.05em;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1279px) {
  .wooc {
    padding: 0 0 6em;
  }
}
@media (max-width: 600px) {
  .wooc {
    padding: 0 0 5em;
  }
}
@media (max-width: 767px) {
  .wooc .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .wooc .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
.wooc .section_title {
  color: #FDFDFD;
}
@media (max-width: 767px) {
  .wooc .section_title {
    max-width: 500px;
  }
}
.wooc .sup {
  color: #FDFDFD;
}
.wooc p {
  max-width: 540px;
  color: #BACDF8;
}
.wooc .content-wrap {
  margin-top: 3%;
  position: relative;
  margin-left: auto;
  max-width: 600px;
  z-index: 5;
}
@media (max-width: 767px) {
  .wooc .content-wrap {
    padding-right: 0;
    margin-left: 0;
    margin-top: 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: 5.5% 6.5% 7% 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;
  left: -0.2%;
  bottom: 3%;
  width: 45%;
  max-width: 280px;
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.1);
  border-radius: 10px;
}
@media (max-width: 1439px) {
  .wooc .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.wooc .img-wrap img:nth-of-type(3) {
  z-index: 3;
  right: 12.8%;
  bottom: 26.6%;
  width: 27%;
  max-width: 65px;
  border-radius: 10px;
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 4;
  left: 3%;
  top: -0.2%;
  width: 21%;
  max-width: 98px;
}

/*    payment    */
.payments {
  padding: 8.8em 0 8.1em;
}
@media (max-width: 1279px) {
  .payments {
    padding: 6em 0;
  }
}
@media (max-width: 600px) {
  .payments {
    padding: 5em 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .grid {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (min-width: 768px) {
  .payments .item:nth-of-type(1) {
    padding-right: 1.5em;
  }
}
.payments .content-wrap {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .payments .content-wrap {
    padding-left: 0;
    padding-bottom: 2%;
    max-width: 660px;
  }
}
.payments .sup {
  max-width: 109px;
}
.payments p {
  max-width: 550px;
}
.payments .inner_grid {
  --size: 194px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1439px) {
  .payments .inner_grid {
    --size: 180px;
  }
}
@media (max-width: 1279px) {
  .payments .inner_grid {
    --size: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .inner_grid {
    --size: 90px;
    max-width: 360px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .payments .inner_grid {
    justify-content: flex-start;
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .payments .inner_grid {
    --size: 140px;
  }
}
@media (max-width: 479px) {
  .payments .inner_grid {
    --size: 110px;
  }
}
@media (max-width: 400px) {
  .payments .inner_grid {
    --size: 85px;
  }
}
.payments .inner_grid .inner_item {
  width: var(--size);
  height: var(--size);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.payments .inner_grid .inner_item img {
  max-width: 100%;
  width: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1279px) {
  .payments .inner_grid .inner_item img {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .inner_grid .inner_item img {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .payments .inner_grid .inner_item img {
    max-width: 65%;
  }
}
@media (max-width: 400px) {
  .payments .inner_grid .inner_item img {
    max-width: 55%;
  }
}
.payments .inner_grid .inner_item .curve {
  position: absolute;
  max-width: 396px;
  width: 205.5%;
  top: 0;
  left: 0;
  z-index: 0;
  transform: rotate(90deg);
}
@media (max-width: 479px) {
  .payments .inner_grid .inner_item .curve {
    width: 209.5%;
  }
}
.payments .inner_grid .inner_item .curve.curve2 {
  transform: rotate(0);
  right: 0;
  left: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .inner_grid .inner_item:nth-of-type(2) img {
    max-width: 38%;
  }
}
@media (max-width: 400px) {
  .payments .inner_grid .inner_item:nth-of-type(2) img {
    max-width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .inner_grid .inner_item:nth-of-type(5) img {
    max-width: 70%;
  }
}
@media (max-width: 400px) {
  .payments .inner_grid .inner_item:nth-of-type(5) img {
    max-width: 70%;
  }
}

/*  Base */
.base {
  padding: 8.8em 0;
}
@media (max-width: 1279px) {
  .base {
    padding: 6em 0;
  }
}
@media (max-width: 600px) {
  .base {
    padding: 5em 0;
  }
}
@media (min-width: 1024px) {
  .base .grid {
    grid-template-columns: 48% 52%;
  }
}
.base .item:nth-of-type(1) {
  padding-right: 1em;
}
@media (max-width: 1439px) {
  .base .item:nth-of-type(1) {
    padding: 0;
  }
}
.base .item ul {
  flex: 0 0 100%;
}
.base .img-wrap {
  padding: 3% 0 3%;
}
.base img:nth-of-type(1) {
  z-index: 2;
  width: 96%;
  max-width: 672px;
  margin-left: auto;
}
.base img:nth-of-type(2) {
  bottom: 5.1%;
  left: 0;
  width: 43%;
  max-width: 300px;
  z-index: 3;
  -webkit-box-shadow: 5px 15px 55px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 5px 15px 55px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 15px 55px rgba(0, 0, 0, 0.04);
}
@media (min-width: 1680px) {
  .base img:nth-of-type(2) {
    left: -2.7%;
  }
}
.base img:nth-of-type(3) {
  bottom: 0;
  left: 21.4%;
  width: 30%;
  max-width: 208px;
  z-index: 3;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}
.base img:nth-of-type(4) {
  top: 0%;
  right: 4%;
  width: 25%;
  max-width: 171px;
  z-index: 4;
  box-shadow: 0 13px 25px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1680px) {
  .base .content-wrap {
    padding-bottom: 1.4em;
  }
}
@media (max-width: 1439px) {
  .base .content-wrap {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .base .content-wrap {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .base h2 {
    max-width: 450px;
  }
}
@media (max-width: 374px) {
  .base h2 {
    max-width: 240px;
  }
}
.base img.blob {
  position: absolute;
  max-width: 700px;
  width: 36%;
  top: -38%;
  left: -21%;
  z-index: -1;
}

/*    responsive section    */
.responsive {
  height: 806px;
}
@media (max-width: 1439px) {
  .responsive {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .responsive {
    height: 550px;
  }
}
@media (max-width: 1023px) {
  .responsive {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .responsive {
    height: auto;
  }
}
@media (max-width: 767px) {
  .responsive {
    padding-top: 6em;
  }
}
@media (max-width: 600px) {
  .responsive {
    padding-top: 5em;
  }
}
.responsive .responsive_text {
  height: 100%;
}
.responsive .responsive_text .grid {
  grid-gap: 40px;
}
.responsive .grid {
  height: 100%;
}
@media (max-width: 767px) {
  .responsive .grid {
    grid-gap: 0;
  }
}
.responsive .content-wrap {
  position: relative;
  max-width: 500px;
  z-index: 5;
}
@media (max-width: 767px) {
  .responsive .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}

.responsive_devices {
  --gap: 31px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .responsive_devices {
    --gap: 20px;
  }
}
@media (max-width: 767px) {
  .responsive_devices {
    position: relative;
    height: 320px;
  }
}
@media (max-width: 479px) {
  .responsive_devices {
    --gap: 15px;
  }
}
.responsive_devices .responsive_devices_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.responsive_devices .responsive_devices_column {
  display: flex;
  flex-direction: column;
}
.responsive_devices .responsive_devices_column:nth-child(1) .responsive_devices_list {
  animation-duration: 55s;
}
.responsive_devices .responsive_devices_column:nth-child(2) .responsive_devices_list {
  animation-duration: 60s;
}
.responsive_devices .responsive_devices_column:nth-child(3) .responsive_devices_list {
  animation-duration: 65s;
}
.responsive_devices .responsive_devices_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--gap);
  animation: scrollDevices 60s linear infinite;
}
.responsive_devices .responsive_devices_list:hover {
  animation-play-state: paused;
}

@keyframes scrollDevices {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.slider-woo_wrapper {
  background: url(../img/slider-woo-bg.jpg) center no-repeat;
  background-size: cover;
  background-position: center;
}

/*    Book    */
.book {
  padding: 8.85em 0 8.85em;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1279px) {
  .book {
    padding: 6em 0 6em;
  }
}
@media (max-width: 600px) {
  .book {
    padding: 5em 0 5em;
  }
}
@media (max-width: 767px) {
  .book .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .book .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .book .section_title {
    max-width: 500px;
  }
}
.book .btn {
  border-color: #A5C422;
  background-color: #A5C422;
}
.book .btn:hover {
  border-color: #96B803;
  background-color: #96B803;
}
.book p {
  max-width: 540px;
}
.book .content-wrap {
  position: relative;
  margin-left: auto;
  padding-bottom: 2%;
  max-width: 600px;
  z-index: 5;
}
@media (max-width: 767px) {
  .book .content-wrap {
    padding-bottom: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
@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.3%;
}
@media (min-width: 768px) {
  .book .img-wrap {
    max-width: 640px;
  }
}
.book .img-wrap img:nth-of-type(1) {
  width: 88%;
  max-width: 560px;
  z-index: 2;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.book .img-wrap img:nth-of-type(2) {
  z-index: 3;
  right: 0%;
  bottom: 0;
  width: 51%;
  max-width: 325px;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

/* marquee text */
.marquee {
  background-color: #fff;
  padding: 5.2em 0 4.65em;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .marquee {
    padding: 4rem 0 3.7em;
  }
}
@media (max-width: 767px) {
  .marquee {
    padding: 1.7rem 0;
  }
}
.marquee .marquee_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee p {
  font-family: "stolzl", sans-serif;
  font-size: 77px;
  letter-spacing: -.02em;
  line-height: 1em;
  font-weight: 400;
  color: #1B2328;
  position: relative;
  animation: marquee 8s 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: #909090;
  font-weight: 100;
  font-size: 0.644em;
  letter-spacing: -.02em;
  position: relative;
  top: 4px;
}
@media (max-width: 1279px) {
  .marquee p span {
    margin-left: 20px;
    margin-right: 20px;
    top: 2px;
  }
}
@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);
  }
}
/*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);
  }
}
.slider-wrap {
  padding: 8.8em 0;
}
@media (max-width: 1279px) {
  .slider-wrap {
    padding: 6em 0;
  }
}
@media (max-width: 600px) {
  .slider-wrap {
    padding: 5em 0;
  }
}
.slider-wrap .section_title {
  color: #FDFDFD;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .slider-wrap .section_title {
    margin-right: 0;
  }
}
.slider-wrap .sup {
  color: #FDFDFD;
}
.slider-wrap p {
  color: #BACDF8;
}
.slider-wrap .content_wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.slider-wrap .content_wrap .item:nth-of-type(2) {
  max-width: 570px;
  margin: 27px 0 0 34px;
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin: 5px 0 0 34px;
  }
}
@media (max-width: 767px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin: 0;
  }
}
.slider-wrap .slider_draggable_wrap {
  margin-top: 4.35em;
}
@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 {
  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: 342px !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: 220px !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 .slider_content {
  width: 427px;
  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: 250px;
  }
}
@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: #222224;
  padding-top: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_content a {
    padding-top: 20px;
  }
}
.slider-wrap .slider_content a img {
  border-radius: 0 0 10px 10px;
}
.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;
}

.cust-benefits {
  padding: 8.7em 0 8.85em;
  background-color: #07152C;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1279px) {
  .cust-benefits {
    padding: 6em 0;
  }
}
@media (max-width: 600px) {
  .cust-benefits {
    padding: 5em 0;
  }
}
.cust-benefits h2 {
  color: #FDFDFD;
}
.cust-benefits h3 {
  color: #F8F2F1;
}
.cust-benefits h2 {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .cust-benefits h2 {
    margin-right: 0;
  }
}
.cust-benefits .sup {
  color: #FDFDFD;
  margin-bottom: 1.4em;
}
@media (max-width: 767px) {
  .cust-benefits .sup {
    margin-bottom: 1.3em;
  }
}
.cust-benefits p {
  color: #ABACB7;
}
.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: 9px;
  max-width: 602px;
  margin-left: auto;
}
.cust-benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-top: 3.2em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .cust-benefits .grid {
    margin-top: 2.8em;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid {
    margin-top: 2.5em;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
  }
}
@media (max-width: 479px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.cust-benefits .grid .item {
  background-color: #101F36;
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
@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 h3 {
  margin-top: 1.9em;
  white-space: pre-line;
  letter-spacing: 0.01em;
}
@media (max-width: 1023px) {
  .cust-benefits .grid .item h3 {
    margin-top: 1.3em;
  }
}
.cust-benefits .grid .item:nth-of-type(1) .img_wrap {
  max-width: 240px;
  width: 57%;
  padding-bottom: 9.1%;
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(1) {
  max-width: 130px;
  width: 54%;
  border-radius: 10px;
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(2) {
  max-width: 99px;
  width: 44%;
  right: -16px;
  bottom: 3px;
  border-radius: 10px;
}
.cust-benefits .grid .item:nth-of-type(2) .img_wrap {
  max-width: 306px;
  width: 80%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 6%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(1) {
  max-width: 284px;
  width: 100%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 94px;
  width: 37%;
  right: 14%;
  top: 0;
}
.cust-benefits .grid .item:nth-of-type(3) .img_wrap {
  max-width: 307px;
  width: 72%;
  padding-top: 1.7%;
  padding-bottom: 0.8%;
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(1) {
  max-width: 276px;
  width: 99%;
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(2) {
  max-width: 66px;
  width: 23%;
  right: -7px;
  top: -8%;
}

.feature {
  --gap: 30px;
  position: relative;
  padding: 8.7em 0 8.85em;
  background-color: #fff;
}
@media (max-width: 1279px) {
  .feature {
    padding: 6em 0;
  }
}
@media (max-width: 600px) {
  .feature {
    padding: 5em 0;
    --gap: 20px;
  }
}
.feature .grid {
  margin-top: 3em;
  margin-right: calc(0px - var(--gap));
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .feature .grid {
    margin-top: 1.5em;
  }
}
@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: #EDF4FA;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
}
@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: 270px;
  padding-bottom: 49px;
}
.feature .item_first .img_wrap {
  width: 74px;
  margin-bottom: 20px;
}
.feature .item_second {
  background-color: #D8EBFA;
  height: 293px;
  padding-bottom: 36px;
}
.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: 63px;
}
.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: 1.4em;
}
.feature .item_third .btn {
  font-size: 14px;
  padding: 1.2em 2.2em;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #A5C422;
  border-color: #A5C422;
}
.feature .item_third .btn:hover {
  background-color: #96B803;
  border-color: #96B803;
}
.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: 32px;
}
@media (max-width: 1023px) {
  .feature .item_fifth {
    height: 280px;
  }
}
.feature .item_fifth .img_wrap {
  width: 76px;
  margin-bottom: 18px;
}
.feature .item_title {
  letter-spacing: -0.01em;
  margin-bottom: 0.48em;
}
.feature .item_descr {
  font-size: 15px;
  line-height: 1.467;
}

.footer {
  background-color: #04071b;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/footer/bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 1;
}
.footer .cont_md {
  max-width: 1530px;
  position: relative;
  z-index: 2;
}
.footer .top {
  padding: 12.65em 0 10.05em;
}
@media (max-width: 1279px) {
  .footer .top {
    padding: 6em 0 5em;
  }
}
@media (max-width: 600px) {
  .footer .top {
    padding: 5em 0 4em;
  }
}
.footer .top .inner {
  margin: 0 auto;
  max-width: 870px;
}
.footer h2 {
  color: #fff;
  line-height: 1.15em;
  margin: 0.34em 0 0;
}
@media (max-width: 1023px) {
  .footer h2 {
    margin-bottom: 0.7em;
  }
}
@media (max-width: 379px) {
  .footer h2 {
    font-size: 1.8em;
  }
}
.footer .btn_wrap {
  margin-top: 1.55em;
}
.footer .btn {
  padding: 1.6em 2.8em 1.5em;
  letter-spacing: 0em;
}
.footer .bottom {
  border-top: 1px solid rgba(253, 252, 251, 0.15);
  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: #fff;
}

/* ScrollTop */
.scrollTop {
  width: 45px;
  height: 45px;
  bottom: 60px;
  right: 30px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  background: #1B2328;
  -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: 357px) {
  .scrollTop {
    bottom: 20px;
  }
}
.scrollTop:hover {
  background: #3FB6E0;
}
.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: 10px;
}
.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: 1100px;
}
@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: "stolzl", 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 {
  padding: 8.72em 0;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1279px) {
  .ai-images {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .ai-images {
    padding: 5em 0;
  }
}
.ai-images .section_title {
  margin: 0 auto;
  max-width: 630px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 565px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 480px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 385px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 320px;
  }
}
@media (max-width: 479px) {
  .ai-images .section_title {
    max-width: 300px;
  }
}
.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;
  }
}

/*    FAQ    */
.faq {
  padding: 0 0 8.8em;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1279px) {
  .faq {
    padding: 0 0 6em;
  }
}
@media (max-width: 600px) {
  .faq {
    padding: 0 0 5em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 767px) {
  .faq .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 30px;
    align-items: start;
  }
}
.faq .sup {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .faq .sup {
    margin-bottom: 0.8em;
  }
}
.faq .content-wrap {
  position: relative;
  padding-top: 2.3%;
  max-width: 600px;
  z-index: 5;
}
@media (max-width: 1439px) {
  .faq .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .faq .content-wrap {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1439px) {
  .faq .item:nth-of-type(2) {
    padding-top: 0;
    margin-left: 0;
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .faq .item:nth-of-type(2) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .faq .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}
.faq .img-wrap {
  padding: 1.2% 1.8% 5.3% 9.8%;
}
.faq .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
}
.faq .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 1.4%;
  bottom: 0;
  width: 44%;
  max-width: 297px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .faq .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.faq .img-wrap img:nth-of-type(3) {
  z-index: 4;
  right: 0;
  bottom: 0;
  width: 35%;
  max-width: 214px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
  border-radius: 10px;
}
.faq .img-wrap img:nth-of-type(4) {
  z-index: 5;
  right: 0;
  top: 19.8%;
  width: 21%;
  max-width: 134px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
  border-radius: 10px;
}

/* AI Assistant */
.ai-assistant {
  padding: 0 0 8.72em;
}
@media (max-width: 1279px) {
  .ai-assistant {
    padding: 0 0 7em;
  }
}
@media (max-width: 600px) {
  .ai-assistant {
    padding: 0 0 5em;
  }
}
.ai-assistant .ai-assistant__header {
  text-align: center;
}
.ai-assistant .ai-assistant__header .title {
  margin-bottom: 11px;
}
.ai-assistant .ai-assistant__header .description {
  font-weight: 400;
}
.ai-assistant .ai-assistant__content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content {
    flex-direction: column;
  }
}
.ai-assistant .ai-assistant__content .column.left {
  position: relative;
  padding-left: 7vw;
}
.ai-assistant .ai-assistant__content .column.left img {
  margin-top: -22px;
  position: relative;
  max-width: 557px;
  width: 100%;
  z-index: -1;
}
.ai-assistant .ai-assistant__content .column.left .ai-assistant {
  position: absolute;
  padding-top: 0;
  z-index: 1;
  top: 50%;
  left: 23%;
  max-width: 253px;
  background-color: transparent;
}
@media (max-width: 1679px) {
  .ai-assistant .ai-assistant__content .column.left {
    padding-left: 4vw;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    left: 19%;
  }
}
@media (max-width: 1279px) {
  .ai-assistant .ai-assistant__content .column.left {
    padding-left: 0;
    max-width: 50%;
  }
  .ai-assistant .ai-assistant__content .column.left img {
    margin-top: 0;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    left: 15%;
  }
}
@media (max-width: 1024px) {
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    left: 5%;
    width: 24vw;
    max-width: 253px;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.left {
    max-width: 100%;
    margin-left: -20px;
    margin-right: -20px;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    width: 50vw;
    left: 4%;
  }
}
@media (max-width: 479px) {
  .ai-assistant .ai-assistant__content .column.left img {
    margin-left: -10px;
  }
  .ai-assistant .ai-assistant__content .column.left .ai-assistant {
    display: none;
  }
}
.ai-assistant .ai-assistant__content .column.right {
  margin-left: -24px;
  margin-right: -22px;
  padding-bottom: 18px;
}
@media (max-width: 1279px) {
  .ai-assistant .ai-assistant__content .column.right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .ai-assistant .ai-assistant__content .column.right {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right {
    padding: 0 0 40px 0;
  }
}
.ai-assistant .ai-assistant__content .column.right ul li + li {
  margin-top: 15px;
}
.ai-assistant .ai-assistant__content .column.right ul li > span {
  position: relative;
  display: inline-block;
  padding: 11px 31px 13px 39px;
  font-family: "stolzl", sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
  background-image: linear-gradient(125deg, #8569d0 30%, #7578e6 70%);
  background-size: 100% 200%;
  background-position: left bottom;
  border-radius: 16px;
}
@media (max-width: 1279px) {
  .ai-assistant .ai-assistant__content .column.right ul li > span {
    font-size: 18px;
  }
}
.ai-assistant .ai-assistant__content .column.right ul li > span::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 25px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline {
  position: relative;
  white-space: nowrap;
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -4px;
  height: 9px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline--short::before {
  height: 7px;
  background-image: url("../img/ai-assistant/underline-short.svg");
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline--middle::before {
  height: 9px;
  background-image: url("../img/ai-assistant/underline-middle.svg");
}
.ai-assistant .ai-assistant__content .column.right ul li > span .underline--long::before {
  height: 9px;
  background-image: url("../img/ai-assistant/underline-long.svg");
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right ul li > span {
    font-size: 18px;
  }
}
.ai-assistant .ai-assistant__content .column.right .footnote {
  position: relative;
  margin-top: 23px;
  max-width: 380px;
  padding-left: 16px;
  font-size: 18px;
  letter-spacing: 0;
}
.ai-assistant .ai-assistant__content .column.right .footnote::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right .footnote::before {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__content .column.right .footnote {
    font-size: 17px;
    max-width: 100%;
  }
}
.ai-assistant .ai-assistant__video {
  position: relative;
  margin-top: -5px;
  padding: 0 6.3em;
  z-index: 1;
}
@media (max-width: 1023px) {
  .ai-assistant .ai-assistant__video {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ai-assistant .ai-assistant__video {
    padding: 0;
  }
}
.ai-assistant .ai-assistant__video .video {
  max-width: 100%;
  overflow: visible;
}
.ai-assistant .ai-assistant__video .video .video-header {
  padding: 14px;
  font-size: 0;
  background-color: #1e1f31;
  border-radius: 0 0 0 0;
}
@media (max-width: 1024px) {
  .ai-assistant .ai-assistant__video .video .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .ai-assistant .ai-assistant__video .video .video-header {
    padding: 10px;
  }
}
.ai-assistant .ai-assistant__video .video .video-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.ai-assistant .ai-assistant__video .video .video-header .control:not(:first-child) {
  margin-left: 3px;
}
.ai-assistant .ai-assistant__video .video .video-header .control:nth-child(1) {
  background-color: #ff625a;
}
.ai-assistant .ai-assistant__video .video .video-header .control:nth-child(2) {
  background-color: #ffbe2f;
}
.ai-assistant .ai-assistant__video .video .video-header .control:nth-child(3) {
  background-color: #29ce42;
}
.ai-assistant .ai-assistant__video .video .video-content {
  position: relative;
  padding: 30px;
  background-color: #dde4eb;
  border-radius: 0 0 0 0;
}
@media (max-width: 1024px) {
  .ai-assistant .ai-assistant__video .video .video-content {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .ai-assistant .ai-assistant__video .video .video-content {
    padding: 10px;
  }
}
.ai-assistant .ai-assistant__video .video .video-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 5;
  border-radius: 6px;
}

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