/* outfit-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/outfit-v6-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/outfit-v6-latin-regular.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/outfit-v6-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/outfit-v6-latin-500.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/outfit-v6-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/outfit-v6-latin-700.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* outfit-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/outfit-v6-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/outfit-v6-latin-800.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
h1,
h2 {
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  font-size: 36px;
}
h1 strong,
h2 strong {
  font-weight: 800;
}
p {
  margin: 0 0 20px;
}
a:not(.button) {
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  outline: none !important;
  color: #0088FF;
}
a:not(.button):hover {
  text-decoration: underline;
}
ul:not(.nav):not(.slick-dots) {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
}
ul:not(.nav):not(.slick-dots) li {
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 40px;
  background: url(../img/check.svg) left top no-repeat;
}
@media (min-width: 769px) {
  h1 {
    font-size: 60px;
    text-align: left;
  }
  h2 {
    font-size: 48px;
    text-align: left;
  }
}
* {
  box-sizing: border-box;
}
body {
  background: url(../img/header-bg.svg) 100% 0 no-repeat, url(../img/footer-bg.svg) 0 calc(100% - 100px) no-repeat;
}
@media (max-width: 768px) {
  body {
    background: url(../img/header-bg-sm.svg) 100% 0 no-repeat, url(../img/footer-bg-sm.svg) 0 calc(100% - 206px) no-repeat;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col {
  padding-left: 0;
  padding-right: 0;
}
.line {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.line::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #00CCFF 0%, #0088FF 100%);
}
@media (min-width: 769px) {
  .line {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .line::after {
    left: 0;
  }
}
.button {
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 30px;
  border: 1px solid !important;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
  background: #0088FF;
  color: #fff;
  font-weight: 700;
}
.button:hover {
  color: #0088FF;
  background: #fff;
}
hr {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
/**********************************************************************************************************************/
.slick-slider .slick-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.slick-slider .slick-arrow {
  background: url(../img/arr.svg) 0 0 no-repeat;
  background-size: cover;
  height: 18px;
  width: 9px;
  z-index: 1;
}
.slick-slider .slick-arrow::before {
  content: '';
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  top: calc(50% - 9px);
  right: 0;
}
.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.slick-slider .slick-dots li {
  background: rgba(112, 128, 144, 0.5);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-slider .slick-dots li.slick-active {
  background: #0088FF;
}
.slick-slider .slick-dots li button {
  font-size: 0;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.apps {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 600px;
}
.apps .app {
  display: flex;
  justify-content: flex-start;
  flex-basis: 100%;
  margin-bottom: 20px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .apps .app {
    flex-basis: 50%;
  }
}
.apps .app .thumb img {
  border-radius: 10px;
}
.apps .app .text {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.apps .app .text h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.apps .app .text a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle .btn {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: cover;
  padding: 0;
  border: none;
  background: url(../img/close.svg) center no-repeat;
}
.nav-toggle .btn.collapsed {
  background-image: url(../img/menu.svg);
}
.collapse {
  padding: 30px 0 22px;
  position: relative;
}
@media (min-width: 768px) {
  .collapse {
    padding: 0;
    display: block !important;
  }
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .nav.nav-main {
    align-items: center;
    flex-direction: column;
  }
}
.nav.nav-main .nav-item {
  padding: 15px 0;
  font-size: 16px;
  color: #232A33;
}
.nav.nav-main .nav-item:hover {
  color: #0088FF;
}
@media (min-width: 768px) {
  .nav.nav-main .nav-item {
    padding: 0 20px;
  }
}
.nav.nav-main .nav-link {
  color: inherit;
  text-decoration: none;
}
.header {
  padding: 17px 0;
}
@media (min-width: 769px) {
  .header {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .header .col {
    flex-basis: 100%;
  }
}
.header .col.left {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 140px;
}
@media (min-width: 769px) {
  .header .logo {
    width: 160px;
  }
}
.section-1 {
  margin: 80px 0 0;
}
@media (min-width: 769px) {
  .section-1 {
    margin: 120px 0 0;
  }
}
.section-1 .container {
  max-width: 1000px;
}
.section-1 .left {
  max-width: 560px;
}
@media (max-width: 768px) {
  .section-1 .left {
    max-width: 100%;
    text-align: center;
  }
}
.section-2 {
  margin: 60px 0 0;
}
@media (min-width: 769px) {
  .section-2 {
    margin: 210px 0 0;
  }
}
.section-2 .container {
  max-width: 1000px;
}
.section-2 img {
  max-width: 360px;
}
.section-2 .col {
  flex-basis: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-2 .col.left {
    margin-left: -20px;
    margin-right: -20px;
    flex-basis: calc(100% + 40px);
  }
}
@media (max-width: 768px) {
  .section-2 .col.right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .section-2 .col.left {
    flex-basis: 37.8%;
    min-width: 378px;
  }
  .section-2 .col.right {
    flex-basis: 46%;
    max-width: 460px;
  }
}
.section-3 {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .section-3 {
    margin-top: 100px;
  }
}
.section-3 .container {
  max-width: 1140px;
  background: linear-gradient(277.81deg, rgba(0, 255, 133, 0.1) 50.26%, rgba(0, 204, 255, 0.1) 92.16%);
  border-radius: 40px;
  padding: 80px 20px;
}
@media (min-width: 769px) {
  .section-3 .container {
    border-radius: 80px;
    padding: 100px;
  }
}
.section-3 .row {
  align-items: flex-end;
}
.section-3 .col {
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .section-3 .col {
    flex-basis: 47.5%;
    text-align: left;
  }
}
.section-3 table {
  margin-top: 60px;
  width: 100%;
  border-spacing: 2px;
}
.section-3 table thead tr th {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
}
.section-3 table thead tr th:first-child {
  text-align: left;
}
.section-3 table tbody tr {
  font-size: 16px;
  border-radius: 8px;
}
.section-3 table tbody tr td,
.section-3 table tbody tr th {
  position: relative;
  padding: 12px 0;
  text-align: center;
}
.section-3 table tbody tr td::before,
.section-3 table tbody tr th::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -2px;
  background: inherit;
}
.section-3 table tbody tr td:first-child,
.section-3 table tbody tr th:first-child {
  border-radius: 8px 0 0 8px;
  padding-left: 16px;
  padding-right: 6px;
  text-align: left;
}
.section-3 table tbody tr td:first-child::before,
.section-3 table tbody tr th:first-child::before {
  display: none;
}
.section-3 table tbody tr td:last-child,
.section-3 table tbody tr th:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 16px;
  padding-left: 6px;
}
.section-3 table.green tbody td {
  background: #E4FFB7;
}
.section-3 table.green tbody th {
  background: #B5F199;
}
.section-3 table.yellow tbody td {
  background: #FFF5BD;
}
.section-3 table.yellow tbody th {
  background: #FFE5A1;
}
.section-4 {
  margin-top: 80px;
}
@media (min-width: 769px) {
  .section-4 {
    margin-top: 120px;
  }
}
.section-4 .container {
  max-width: 1000px;
}
.section-4 .col {
  flex-basis: 100%;
}
.section-4 .col.left {
  display: flex;
  justify-content: center;
}
.section-4 .col.left img {
  border-radius: 24px;
  margin-bottom: 20px;
}
.section-4 .col.right {
  text-align: center;
}
.section-4 .col.right .button {
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 769px) {
  .section-4 .col.left {
    display: block;
    flex-basis: 240px;
  }
  .section-4 .col.right {
    flex-basis: 56%;
    text-align: left;
  }
}
.section-5 {
  margin-top: 95px;
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .section-5 {
    margin-top: 240px;
    padding-bottom: 100px;
  }
}
.footer {
  padding: 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: -7px;
  margin-left: -7px;
  margin-right: -7px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer .logo {
  width: 160px;
}
@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .footer .col {
    margin-bottom: 30px;
    flex-basis: 100%;
    justify-content: center;
  }
  .footer .col.center {
    order: 1;
  }
}

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