@charset "UTF-8";
/*! 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;
}

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

/* 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;
}

/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display/playfair-display-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display/playfair-display-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display/playfair-display-v25-latin-regular.woff2") format("woff2"), url("../fonts/playfair-display/playfair-display-v25-latin-regular.woff") format("woff"), url("../fonts/playfair-display/playfair-display-v25-latin-regular.ttf") format("truetype");
}
/* playfair-display-700 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display/playfair-display-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/playfair-display/playfair-display-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display/playfair-display-v25-latin-700.woff2") format("woff2"), url("../fonts/playfair-display/playfair-display-v25-latin-700.woff") format("woff"), url("../fonts/playfair-display/playfair-display-v25-latin-700.ttf") format("truetype");
}
/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/karla/karla-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/karla/karla-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/karla/karla-v15-latin-regular.woff2") format("woff2"), url("../fonts/karla/karla-v15-latin-regular.woff") format("woff"), url("../fonts/karla/karla-v15-latin-regular.ttf") format("truetype");
}
/* karla-700 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/karla/karla-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/karla/karla-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/karla/karla-v15-latin-700.woff2") format("woff2"), url("../fonts/karla/karla-v15-latin-700.woff") format("woff"), url("../fonts/karla/karla-v15-latin-700.ttf") format("truetype");
}
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora/lora-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora/lora-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora/lora-v20-latin-regular.woff2") format("woff2"), url("../fonts/lora/lora-v20-latin-regular.woff") format("woff"), url("../fonts/lora/lora-v20-latin-regular.ttf") format("truetype");
}
/*  Tags  */
html {
  font-size: 16px;
}
@media (max-width: 1439px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  html {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

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

main {
  position: relative;
}

section,
footer {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

img {
  width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

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

h1 {
  font-size: 4.375rem;
  line-height: 1.214em;
  letter-spacing: -0.02em;
}
@media (max-width: 1679px) {
  h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 2.3rem;
  }
}

h2 {
  font-size: 3.563rem;
  line-height: 0.982em;
  letter-spacing: 0em;
}
@media (max-width: 1279px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0em;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1em;
}
@media (max-width: 1439px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1.063rem;
  line-height: 1.706em;
  letter-spacing: 0em;
  font-weight: 400;
  color: #868A94;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  p {
    font-size: 15px;
  }
}

a {
  font-family: "halyard-display", sans-serif;
  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: "DM Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  color: #011954;
}

/*  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: 1760px;
}

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

.cont_md {
  max-width: 1410px;
}
@media (max-width: 767px) {
  .cont_md {
    max-width: 640px;
  }
}

.cont_sm {
  max-width: 1360px;
}

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

/*  General Classes */
/*Buttons*/
.btn {
  color: #fff;
  background-color: #00BFC8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: .12em;
  padding: 1.5em 2.8em 1.6em;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 13px;
    padding: 1.3em 2.4em 1.35em;
  }
}
.btn:hover {
  background-color: #32B4B4;
}
.btn.alt_btn {
  background-color: #fd7959;
}
.btn.alt_btn:hover {
  background-color: #D76A55;
}

.sub {
  color: #868A94;
  margin-top: 1em;
}

.sup {
  font-family: "halyard-display", sans-serif;
  text-transform: uppercase;
  color: #FD7959;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.13em;
}
@media (max-width: 1023px) {
  .sup {
    font-size: 12px;
  }
}

.center {
  text-align: center;
}

/*  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 #00BFC8;
  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;
  text-align: center;
  padding: 34px 0;
}
@media (max-width: 767px) {
  header {
    padding: 25px 0;
  }
}
@media (max-width: 479px) {
  header {
    padding: 20px 0;
  }
}
header .item {
  flex: 0 1 100%;
}

nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 2.5em;
}
@media (max-width: 479px) {
  nav li + li {
    margin-left: 1.4em;
  }
}
nav a {
  text-transform: capitalize;
  font-family: "halyard-display", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 500;
  color: #011954;
  position: relative;
  padding: .5em 0;
}
nav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 0;
  background-color: #011954;
  transition: width .2s ease-in;
}
nav a:hover:after {
  width: 100%;
}

.hero {
  height: 980px;
  background-color: #ECF4FA;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .hero {
    height: 800px;
  }
}
@media (max-width: 1439px) {
  .hero {
    height: 750px;
  }
}
@media (max-width: 1279px) {
  .hero {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 100vh;
    min-height: 540px;
    max-height: 700px;
  }
}
.hero .content {
  height: 100%;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 3.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) {
  .hero .content {
    padding-top: 1em;
  }
}
.hero h1 {
  margin-top: 0.9em;
}
@media (max-width: 1279px) {
  .hero h1 {
    margin-top: 0.4em;
  }
}
@media (max-width: 1279px) {
  .hero .logo_wrap {
    max-width: 130px;
  }
}
@media (max-width: 1023px) {
  .hero .logo_wrap {
    max-width: 100px;
  }
}
.hero .sub {
  margin-top: 1.4em;
}
@media (max-width: 1023px) {
  .hero .sub {
    margin-top: 0.6em;
  }
}
.hero .btn_wrap {
  margin-top: 2.4em;
}
@media (max-width: 767px) {
  .hero .btn_wrap {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    margin-top: 1.5em;
  }
}
.hero .btn {
  margin: 0 5px;
}

/* Back */
.back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2188px;
  z-index: 0;
}
@media (max-width: 1439px) {
  .back {
    width: 1820px;
  }
}
@media (max-width: 1023px) {
  .back {
    width: 1570px;
  }
}
@media (max-width: 601px) {
  .back {
    display: none;
  }
}
.back .back_inner {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 49% 45.4%;
}
.back img {
  border-radius: 6px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.04);
}
.back img.back_phone {
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.14));
}
.back .back_left {
  transform: rotate(-14deg) translate(-20.9%, 37.5%);
}
.back .back_left .row {
  display: grid;
  align-items: end;
}
.back .back_left .row:nth-of-type(1) {
  justify-content: end;
  transform: translateX(-15.3%);
  grid-gap: 5.5%;
  grid-template-columns: 15.4% 30.4%;
}
.back .back_left .row:nth-of-type(1) .img_wrap:nth-of-type(1) {
  max-width: 165px;
}
.back .back_left .row:nth-of-type(1) .img_wrap:nth-of-type(2) {
  max-width: 325px;
}
.back .back_left .row:nth-of-type(2) {
  justify-content: start;
  grid-gap: 5.5%;
  grid-template-columns: 18% 32%;
  transform: translateX(19.1%);
}
.back .back_left .row:nth-of-type(2) .img_wrap:nth-of-type(1) {
  max-width: 192px;
}
.back .back_left .row:nth-of-type(2) .img_wrap:nth-of-type(2) {
  max-width: 337px;
}
.back .back_left .row:nth-of-type(3) {
  align-items: start;
  justify-content: space-between;
  grid-template-columns: 27.6% 36.9% 24.7%;
}
.back .back_left .row:nth-of-type(3) .img_wrap:nth-of-type(1) {
  max-width: 299px;
}
.back .back_left .row:nth-of-type(3) .img_wrap:nth-of-type(2) {
  max-width: 390px;
}
.back .back_left .row:nth-of-type(3) .img_wrap:nth-of-type(3) {
  max-width: 264px;
  transform: translateY(110%);
}
.back .back_right {
  transform: rotate(-14deg) translate(-17.9%, 35.3%);
}
.back .back_right .row {
  display: grid;
  align-items: end;
}
.back .back_right .row:nth-of-type(1) {
  justify-content: end;
  transform: translateX(6.7%);
  grid-gap: 5%;
  grid-template-columns: 30.4% 32.7%;
}
.back .back_right .row:nth-of-type(1) .img_wrap:nth-of-type(1) {
  max-width: 303px;
}
.back .back_right .row:nth-of-type(1) .img_wrap:nth-of-type(2) {
  max-width: 325px;
}
.back .back_right .row:nth-of-type(2) {
  justify-content: end;
  grid-gap: 5.3%;
  grid-template-columns: 16.5% 38.83%;
  transform: translateX(8.3%);
  transform: translateX(0%);
}
.back .back_right .row:nth-of-type(2) .img_wrap:nth-of-type(1) {
  max-width: 165px;
  transform: translateY(-2%);
}
.back .back_right .row:nth-of-type(2) .img_wrap:nth-of-type(2) {
  max-width: 337px;
}
.back .back_right .row:nth-of-type(3) {
  justify-content: start;
  grid-gap: 5.5%;
  grid-template-columns: 53.1% 39.2%;
  transform: translateX(-8%);
}
.back .back_right .row:nth-of-type(3) .img_wrap:nth-of-type(1) {
  max-width: 528px;
  transform: translateY(15%);
}
.back .back_right .row:nth-of-type(3) .img_wrap:nth-of-type(2) {
  max-width: 390px;
}
.back .row + .row {
  margin-top: 40px;
}

.demo {
  padding: 8.3rem 0 7.7rem;
}
@media (max-width: 1279px) {
  .demo {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .demo {
    padding: 5em 0;
  }
}
.demo .grid {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 53px 80px;
  justify-items: stretch;
}
@media (max-width: 1679px) {
  .demo .grid {
    grid-gap: 30px 30px;
  }
}
@media (max-width: 1279px) {
  .demo .grid {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .demo .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
  }
}
@media (max-width: 479px) {
  .demo .grid {
    grid-template-columns: 1fr;
  }
}
.demo .grid .item a {
  display: block;
}
.demo .grid .item img {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.07);
}
.demo .grid .item:hover a {
  transform: translateY(-2%);
}
.demo h3 {
  margin-top: .6em;
}
@media (max-width: 479px) {
  .demo h3 {
    margin-top: .8em;
  }
}

/* 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.3em 0 0.4em;
}
.block .btn {
  margin-top: 2.3em;
}
@media (max-width: 1279px) {
  .block .btn {
    margin-top: 1.8em;
  }
}
@media (max-width: 600px) {
  .block .btn {
    margin-top: 1.2em;
  }
}
.block .list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .block .list-wrap {
    justify-content: space-between;
    max-width: 430px;
  }
}
@media (max-width: 479px) {
  .block .list-wrap {
    max-width: 340px;
  }
}
@media (max-width: 379px) {
  .block .list-wrap {
    margin-top: 10px;
  }
}
.block ul {
  flex: 0 0 50%;
}
@media (max-width: 479px) {
  .block ul {
    flex: 0 0 auto;
  }
}
@media (max-width: 379px) {
  .block ul {
    flex: 0 0 100%;
  }
}
@media (max-width: 379px) {
  .block ul:nth-of-type(2) {
    margin-top: 5px;
  }
}
.block li + li {
  margin-top: 17px;
}
@media (max-width: 1439px) {
  .block li + li {
    margin-top: 12px;
  }
}
@media (max-width: 379px) {
  .block li + li {
    margin-top: 5px;
  }
}
.block li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 32px;
  font-size: 1.063rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .block li {
    font-size: 14px;
    padding-left: 23px;
  }
}
.block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(../img/elm/check.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .block li::before {
    width: 16px;
    height: 16px;
  }
}
.block li span {
  flex: 0 0 auto;
}
.block .img-wrap {
  position: relative;
}
.block .img-wrap img:not(:first-of-type) {
  position: absolute;
}
.block .img-wrap img:first-of-type {
  position: relative;
}
.block .content-wrap {
  max-width: 600px;
}
@media (max-width: 1023px) {
  .block .content-wrap {
    max-width: 100%;
  }
}

/*    Elementor    */
.elm {
  padding: 7.6em 0 7.5em;
  background-color: #ECF4FA;
}
@media (max-width: 1279px) {
  .elm {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .elm {
    padding: 5em 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elm .grid {
    grid-gap: 0;
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 1279px) {
  .elm .item:nth-of-type(2) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .elm .item:nth-of-type(2) {
    padding-left: 0px;
  }
}
@media (min-width: 1680px) {
  .elm .content-wrap {
    padding-bottom: 5.8%;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    max-width: 580px;
  }
}
.elm .img-wrap {
  padding: 5.3% 7.6% 10.3% 0;
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 92%;
  max-width: 520px;
  border-radius: 14px 14px 0 0;
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.04);
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 58%;
  max-width: 354px;
  border-radius: 9px 9px 0 0;
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.04);
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  top: 38.6%;
  right: 41%;
  width: 14%;
  max-width: 95px;
  border-radius: 50%;
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  margin-left: auto;
  top: 34%;
  left: 0;
  width: 38%;
  max-width: 226px;
}
.elm .img-wrap > img:nth-of-type(5) {
  top: 1%;
  left: 13%;
  width: 20%;
  max-width: 88px;
}
.elm .img-wrap .elm-grid {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  max-width: 240px;
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 1680px) {
  .elm .img-wrap .elm-grid {
    right: -0.5%;
  }
}
.elm .img-wrap .elm-grid .col {
  flex: 0 0 47%;
}
.elm .img-wrap .elm-grid img {
  border-radius: 9px;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.06);
  margin-bottom: 14% !important;
  position: relative;
}
@media (max-width: 1023px) {
  .elm .img-wrap .elm-grid img {
    border-radius: 4px;
  }
}

/*    WOOC    */
.wooc {
  padding: 7.4em 0 7.5em;
  position: relative;
}
@media (max-width: 1023px) {
  .wooc {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .wooc {
    padding: 5em 0;
  }
}
@media (max-width: 767px) {
  .wooc .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .wooc .grid .item + .item {
    margin-bottom: 35px;
  }
}
.wooc .content-wrap {
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media (min-width: 1440px) {
  .wooc .content-wrap {
    padding-bottom: 6%;
    max-width: 522px;
  }
}
@media (max-width: 1439px) {
  .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: 0 6% 6.6% 0;
}
.wooc .img-wrap img:nth-of-type(1) {
  margin-left: auto;
  width: 82%;
  max-width: 520px;
  z-index: 2;
  border-radius: 14px;
  -webkit-box-shadow: 0 3px 70px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 70px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 70px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1023px) {
  .wooc .img-wrap img:nth-of-type(1) {
    border-radius: 8px;
  }
}
.wooc .img-wrap img:nth-of-type(2) {
  z-index: 3;
  right: -7.5%;
  bottom: 0;
  width: 36%;
  max-width: 231px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1679px) {
  .wooc .img-wrap img:nth-of-type(2) {
    right: 0;
  }
}
.wooc .img-wrap img:nth-of-type(3) {
  border-radius: 0;
  z-index: 3;
  left: 5%;
  bottom: 0;
  width: 26%;
  max-width: 169px;
  filter: drop-shadow(0 3px 26px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1679px) {
  .wooc .img-wrap img:nth-of-type(3) {
    left: 3%;
  }
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 3;
  left: -2%;
  top: 19%;
  width: 15%;
  max-width: 100px;
  border-radius: 50%;
}
@media (max-width: 1679px) {
  .wooc .img-wrap img:nth-of-type(4) {
    left: 0;
  }
}

.slider-wrap {
  background-color: #ECF4FA;
  padding: 8.4em 0 8.7em;
}
@media (max-width: 1279px) {
  .slider-wrap {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .slider-wrap {
    padding: 5em 0;
  }
}
.slider-wrap .content-wrap {
  padding: 0 20px;
  margin: 0 auto;
}
.slider-wrap .slider-container {
  padding-top: 3.2em;
}
@media (max-width: 1279px) {
  .slider-wrap .slider-container {
    padding-top: 2em;
  }
}
.slider-wrap .slider {
  z-index: 1;
  margin-bottom: 0;
}
.slider-wrap .slick-slide {
  margin: 0 15px;
  outline: none;
}
@media (max-width: 1279px) {
  .slider-wrap .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 479px) {
  .slider-wrap .slick-slide {
    margin: 0 5px;
  }
}
.slider-wrap .slick-slide img {
  width: auto;
  max-height: 400px;
}
@media screen and (max-width: 1679px) {
  .slider-wrap .slick-slide img {
    max-height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slick-slide img {
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .slick-slide img {
    max-height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap .slick-slide img {
    max-height: 200px;
  }
}
@media screen and (max-width: 374px) {
  .slider-wrap .slick-slide img {
    max-height: 170px;
  }
}

.progress {
  max-width: 720px;
  margin: 4.8em auto 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 6em;
  overflow: hidden;
  background-color: #FFFFFF;
  background-image: linear-gradient(to right, #FD7959, #FD7959);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
@media (max-width: 1479px) {
  .progress {
    margin-top: 2.5em;
  }
}
@media (max-width: 1023px) {
  .progress {
    max-width: 80%;
    margin-top: 2em;
  }
}
@media (max-width: 600px) {
  .progress {
    max-width: 90%;
    margin-top: 1ю5em;
  }
}
.progress .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.feature {
  background-color: inherit;
  padding: 7.9em 0 7.8em;
}
@media (max-width: 1279px) {
  .feature {
    padding: 7em 0;
  }
}
@media (max-width: 600px) {
  .feature {
    padding: 5em 0;
  }
}
.feature .sub {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.feature .grid {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 43px 30px;
  justify-content: space-around;
}
@media (max-width: 1279px) {
  .feature .grid {
    margin-top: 2em;
    grid-gap: 30px 30px;
  }
}
@media (max-width: 1023px) {
  .feature .grid {
    grid-template-columns: repeat(2, 340px);
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .feature .grid {
    grid-template-columns: repeat(2, 270px);
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .feature .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
  }
}
@media (max-width: 479px) {
  .feature .grid {
    grid-template-columns: repeat(1, 260px);
  }
}
.feature .grid .item {
  padding: 0 5px;
}
@media (max-width: 1279px) {
  .feature .grid .item {
    padding: 0;
  }
}
.feature .grid .item .img-wrap {
  box-sizing: border-box;
  height: 76px;
  width: 76px;
  border-radius: 10px;
  background-color: #ecf4fa;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  grid-gap: 0;
}
.feature .grid img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .feature .grid img {
    max-width: 53%;
  }
}
.feature .grid h4 {
  margin: 2.1em 0 .9em;
}
@media (max-width: 1279px) {
  .feature .grid h4 {
    margin: 1.2em 0 .7em;
  }
}
.feature .grid p {
  color: #868A94;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .feature .grid p {
    font-size: 14px;
    line-height: 1.4em;
  }
}

.footer {
  position: relative;
  background-image: url("../img/footer/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8.1em 0 8.3em;
  position: relative;
  z-index: 2;
}
@media (max-width: 1279px) {
  .footer {
    padding: 7rem 0 6rem;
  }
}
@media (max-width: 600px) {
  .footer {
    padding: 5rem 0 4rem;
  }
}
.footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #26160E;
  opacity: .4;
  z-index: 0;
}
.footer .grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .footer .grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.footer h2 {
  color: #fff;
  max-width: 560px;
  font-size: 2.938rem;
  line-height: 1.043em;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .footer h2 {
    font-size: 2.7em;
    max-width: 450px;
  }
}
@media (max-width: 600px) {
  .footer h2 {
    font-size: 2.6em;
  }
}
@media (max-width: 479px) {
  .footer h2 {
    font-size: 2.2em;
  }
}
.footer .btn {
  margin-top: 1.7em;
}
@media (max-width: 767px) {
  .footer .btn {
    margin-top: 0;
  }
}

/* ScrollTop */
.scrollTop {
  width: 43px;
  height: 43px;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background: #011954;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 1679px) {
  .scrollTop {
    right: 30px;
    bottom: 60px;
  }
}
@media (max-width: 1279px) {
  .scrollTop {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .scrollTop {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 479px) {
  .scrollTop {
    bottom: 60px;
  }
}
.scrollTop:hover {
  background: #fd7959;
}
.scrollTop:after {
  color: #fff;
  content: '\f005';
  font-size: 16px;
  font-family: 'fontello';
  text-align: center;
  display: block;
  position: absolute;
  line-height: 42px;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.scrollTop.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* ChatGPT */
.chatgpt {
  padding: 0 0 7.5em;
}
@media (max-width: 1279px) {
  .chatgpt {
    padding: 0 0 7em;
  }
}
@media (max-width: 600px) {
  .chatgpt {
    padding: 0 0 5em;
  }
}
.chatgpt .content {
  max-width: 1237px;
}
@media (max-width: 1024px) {
  .chatgpt .content {
    max-width: 960px;
  }
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header {
    margin: 0 auto 25px;
  }
}
.chatgpt .chatgpt__header .title {
  margin: 26px auto 0;
  max-width: 645px;
}
@media (max-width: 1439px) {
  .chatgpt .chatgpt__header .title {
    max-width: 640px;
  }
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .title {
    max-width: 505px;
  }
}
@media (max-width: 1023px) {
  .chatgpt .chatgpt__header .title {
    max-width: 510px;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .title {
    max-width: 460px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__header .title {
    max-width: 375px;
  }
}
.chatgpt .chatgpt__header .description {
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .description {
    margin-top: 1em;
  }
}
.chatgpt .chatgpt__header .chatgpt_logo {
  max-width: 160px;
  margin: 0 auto;
}
.chatgpt .chatgpt__content {
  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 .video {
  max-width: 100%;
  overflow: hidden;
}
.chatgpt .chatgpt__content .video .video-header {
  padding: 14px 14px 13px;
  font-size: 0;
  background-color: #07121A;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .video .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .video .video-header {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .video .video-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.chatgpt .chatgpt__content .video .video-header .control:not(:first-child) {
  margin-left: 3px;
}
.chatgpt .chatgpt__content .video .video-header .control:nth-child(1) {
  background-color: #FF625A;
}
.chatgpt .chatgpt__content .video .video-header .control:nth-child(2) {
  background-color: #FFBE2F;
}
.chatgpt .chatgpt__content .video .video-header .control:nth-child(3) {
  background-color: #29CE42;
}
.chatgpt .chatgpt__content .video .video-content {
  padding: 30px;
  background-color: #00BFC8;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .video .video-content {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .video .video-content {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .video .video-content video {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .chatgpt .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .chatgpt .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*    AI - images    */
.ai-images {
  overflow: visible;
  z-index: 2;
  padding: 0 0 7.5em;
}
@media (max-width: 1279px) {
  .ai-images {
    padding: 0 0 7em;
  }
}
@media (max-width: 600px) {
  .ai-images {
    padding: 0 0 5em;
  }
}
.ai-images .section_title {
  margin: 26px auto 0;
  max-width: 540px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 513px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 410px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 385px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 400px;
  }
}
@media (max-width: 479px) {
  .ai-images .section_title {
    max-width: 325px;
  }
}
.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 */
