@font-face {
  font-family: "Roboto";
  src: url("Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("Inter18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("Inter18pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("Inter18pt-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("Inter18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(1.5, 1.5);
            transform: translate(0%, 0%) scale(1.5, 1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.7);
            transform: translate(0%, 0%) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.7);
            transform: translate(0%, 0%) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.typing.animated b::before {
  -webkit-animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
          animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
  color: #2c2c2c;
}

.typing.animated b::after {
  -webkit-animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
          animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
  color: #191919;
}

@-webkit-keyframes max-width {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

@keyframes max-width {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}
@-webkit-keyframes max-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
@keyframes max-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #777777;
  line-height: 150%;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #777777;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.editor-block h2,
.editor-block h3,
.editor-block h4 {
  font-weight: 500;
  margin-bottom: 24px;
  color: #080808;
}
.editor-block p {
  font-weight: 400;
  margin-bottom: 24px;
}
.editor-block p:last-child {
  margin: 0;
}
.editor-block p a {
  color: #1b76d3;
  text-decoration: underline;
}
.editor-block ul {
  padding-left: 22px;
}
.editor-block ul li {
  font-weight: 300;
  list-style: disc;
}
.editor-block ul li::marker {
  color: #080808;
}
.editor-block ol {
  padding-left: 22px;
}
.editor-block ol li {
  font-weight: 300;
  list-style: decimal;
  list-style-type: decimal-leading-zero;
}
.editor-block table td {
  vertical-align: top;
}

h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  color: #3486d4;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #080808;
}
h2 span {
  color: #3486d4;
}

h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
}
h3.big {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
}
h3 span {
  color: #3486d4;
}

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
h4 span {
  color: #3486d4;
}

h5 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}

p.big {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.highlight span {
  color: #2d2d2d !important;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
}

.highlight.is-active span {
  color: #3486d4 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hero-highlight {
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3486d4), to(#3486d4));
  background-image: linear-gradient(#3486d4, #3486d4);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.hero-highlight2 {
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3486d4), to(#3486d4));
  background-image: linear-gradient(#3486d4, #3486d4);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.hero-highlight.is-active {
  color: #fff;
  background-size: 100% 100%;
}

.hero-highlight2.is-active {
  color: #fff;
  background-size: 100% 100%;
}

.main {
  position: relative;
  padding-top: 72px;
}
.main.sm {
  padding: 0;
}

.wrapper {
  overflow: hidden;
}

.anchor {
  position: relative;
  top: -130px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  border-radius: 12px;
}
.button.primary {
  background: #1b76d3;
  color: #fff;
  border: 1px solid #1b76d3;
}
.button.primary:hover {
  opacity: 1;
  background: #165ea9;
  color: #fff;
}
.button.solid {
  background: transparent;
  border: 1px solid #080808;
  color: #080808;
}
.button.solid:hover {
  opacity: 1;
  background: #080808;
  color: #fff;
}
.button.sm {
  padding: 11px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 62%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #1b76d3;
}
.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  content: "";
  z-index: 1;
}
.video.active::before {
  display: none;
}
.video video,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.video video [poster],
.video iframe [poster] {
  width: 100%;
  height: 100%;
}
.video video:hover ~ .video__play.active,
.video iframe:hover ~ .video__play.active {
  opacity: 1;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background: #1b76d3;
  -webkit-box-shadow: 0px -3.68623px 34.4048px rgba(27, 118, 211, 0.5);
          box-shadow: 0px -3.68623px 34.4048px rgba(27, 118, 211, 0.5);
  border-radius: 50%;
}
.video__play:hover {
  background: #3486d4;
  -webkit-box-shadow: 0px 10.68623px 50.4048px rgba(27, 118, 211, 0.8);
          box-shadow: 0px 10.68623px 50.4048px rgba(27, 118, 211, 0.8);
}
.video__play.active {
  opacity: 0;
}
.video__play.active span img {
  opacity: 0;
}
.video__play.active span::after {
  display: block;
}
.video__play.active span::before {
  display: block;
}
.video__play.active:hover {
  opacity: 1;
}
.video__play.active:hover span::after {
  background: #fff;
}
.video__play.active:hover span::before {
  background: #fff;
}
.video__play span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.video__play span::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 6px;
  height: 46%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 35%;
  width: 6px;
  height: 46%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span img {
  width: 70%;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.input__outer {
  display: block;
}
.input__outer p {
  margin-bottom: 6px;
  color: #525252;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.input input,
.input textarea {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  resize: unset;
  padding: 15px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.input input:focus,
.input textarea:focus {
  border-color: #1b76d3;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #9c9c9c;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #9c9c9c;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: #9c9c9c;
}
.input input::placeholder,
.input textarea::placeholder {
  color: #9c9c9c;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.check__box {
  width: 28px;
  height: 28px;
  position: relative;
  margin-right: 10px;
}
.check__box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.check__box input:checked ~ span {
  background: #1b76d3;
  border-color: #1b76d3;
}
.check__box input:checked ~ span::before {
  opacity: 1;
}
.check__box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.check__box span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 30%;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -70%) rotate(135deg);
          transform: translate(-50%, -70%) rotate(135deg);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.check__box span img {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.check p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  font-family: "Inter", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  display: none;
  z-index: 9999;
  backdrop-filter: blur(8px);
}
.modall.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}
.modall__inner {
  background: #fff;
  padding: 24px 24px 32px;
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
  border-radius: 12px;
}
.modall__inner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.modall__inner-close {
  width: 32px;
  height: 32px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modall__inner-close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modall__inner-close:hover {
  color: #1b76d3;
}
.modall__inner .input__outer {
  margin-bottom: 24px;
}
.modall__inner .input__outer:last-child {
  margin: 0;
}
.modall__inner .check {
  margin-bottom: 32px;
}
.modall__inner .button {
  width: 100%;
}
.modall__inner h3 {
  color: #080808;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1380px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }
  .main {
    padding-top: 64px;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .button {
    font-size: 16px;
    padding: 11px 30px;
  }
}
@media (max-width: 1024px) {
  .anchor {
    top: -110px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 32px;
  }
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 24px;
  }
  .video {
    border-radius: 8px;
  }
  .video__play {
    width: 64px;
    height: 64px;
  }
  .video__play span::before {
    width: 4px;
  }
  .video__play span::after {
    width: 4px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-weight: 500;
    font-size: 44px;
    line-height: 115%;
    letter-spacing: -0.02em;
  }
  .main {
    padding-top: 56px;
  }
  .modall {
    padding: 0;
  }
  .modall__inner {
    height: 100%;
    border-radius: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header.sticky {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.sticky .header__inner {
  padding: 24px 0;
}
.header__inner {
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  width: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__inner-logo img {
  width: 100%;
}

@media (max-width: 1180px) {
  .header.sticky .header__inner {
    padding: 16px 0;
  }
  .header__inner {
    padding: 16px 0 0;
  }
  .header__inner-logo {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .header.active {
    background: #fff;
  }
  .header.active .header__inner {
    padding: 16px 0;
  }
  .header__inner-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 540px) {
  .header.sticky .header__inner {
    padding: 24px 0;
  }
  .header.active .header__inner {
    padding: 24px 0;
  }
  .header__inner {
    padding: 24px 0 0;
  }
  .header__inner-logo {
    width: 121px;
  }
  .header__inner-buttons .button {
    display: none;
  }
}
@-webkit-keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 30px;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 30px;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links li {
  margin-right: 32px;
}
.nav__inner-links li:last-child {
  margin: 0;
}
.nav__inner-links li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
.nav__inner-links li a:hover {
  opacity: 1;
  color: #1b76d3;
}
.nav__inner .button {
  display: none;
}

.burger {
  display: none;
}

@media (max-width: 1180px) {
  .nav__inner-links li {
    margin-right: 24px;
  }
}
@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }
  .nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    padding: 50px 20px 20px 20px;
    height: calc(100% - 20px);
    overflow-y: auto;
    background: #fff;
  }
  .nav__inner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 40px 0;
  }
  .nav__inner-links li {
    margin: 0 0 24px 0;
  }
  .nav__inner-links li:last-child {
    margin: 0;
  }
  .nav__inner-links li a {
    font-size: 20px;
  }
  .nav__inner .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 32px;
    height: 32px;
    z-index: 10;
    margin-left: 24px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger:hover::before {
    background: #1b76d3;
  }
  .burger:hover::after {
    background: #1b76d3;
  }
  .burger:hover span {
    background: #1b76d3;
  }
  .burger::before {
    top: 18%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #525252;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #525252;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 18%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #525252;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .burger.active::before {
    width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    width: 100%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
  }
}
@media (max-width: 540px) {
  .burger {
    margin: 0;
  }
}
.footer {
  padding: 48px 0 24px;
  background: #05182a;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.footer__inner-logo {
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner-social a {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #1b76d3;
  color: #fff;
  margin-right: 12px;
}
.footer__inner-social a:last-child {
  margin: 0;
}
.footer__inner-social a:hover {
  opacity: 1;
  background: #165ea9;
}
.footer__inner-social a svg {
  width: 22px;
  height: 22px;
}
.footer__inner-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__inner-copy a,
.footer__inner-copy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9c9c9c;
}
.footer__inner-copy a:hover {
  opacity: 1;
  color: #3486d4;
}

@media (max-width: 750px) {
  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__inner-logo {
    margin-bottom: 48px;
  }
  .footer__inner-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__inner-copy a {
    margin-bottom: 24px;
  }
}
.hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8))), #3486d4;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.8) 100%), #3486d4;
  padding: 80px 0 0;
  overflow: hidden;
}
.hero__inner-title {
  margin-bottom: 24px;
  text-align: center;
}
.hero__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 882px;
  margin: 0 auto 60px;
}
.hero__inner-row p {
  width: calc(45% - 15px);
  max-width: 347px;
}
.hero__inner-buttons {
  width: calc(55% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero__inner-buttons .button {
  margin-right: 16px;
}
.hero__inner-buttons .button:last-child {
  margin: 0;
}
.hero__inner h1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #080808), to(rgba(8, 8, 8, 0.8)));
  background: linear-gradient(180deg, #080808 50%, rgba(8, 8, 8, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.heroBanner {
  width: 85%;
  max-width: 696px;
  margin: 0 auto;
  position: relative;
}
.heroBanner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  content: "";
  background: #3486d4;
  opacity: 0.75;
  -webkit-filter: blur(65px);
          filter: blur(65px);
  pointer-events: none;
}
.heroBanner__image {
  width: 100%;
  padding-bottom: 60%;
  background: #fff;
  position: relative;
  border-radius: 16px 16px 0 0;
  border: 0.5px solid #000;
  overflow: hidden;
}
.heroBanner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.heroBanner__image img:first-child {
  opacity: 1;
}
.heroBanner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 112px;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #1b76d3;
  -webkit-box-shadow: 0px -6.2515px 58.3473px rgba(27, 118, 211, 0.5);
          box-shadow: 0px -6.2515px 58.3473px rgba(27, 118, 211, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.heroBanner__play:hover {
  opacity: 1;
  background: #3486d4;
  -webkit-box-shadow: 0px 10.68623px 50.4048px rgba(27, 118, 211, 0.8);
          box-shadow: 0px 10.68623px 50.4048px rgba(27, 118, 211, 0.8);
}
.heroBanner__play img {
  width: 70%;
  pointer-events: none;
}
.heroPhone {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  width: 23.5%;
  max-width: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
}
.heroPhone__inner {
  width: 100%;
  padding-bottom: 202%;
  position: relative;
  border-radius: 16px 16px 0 0;
  border: 0.5px solid #000;
  overflow: hidden;
  background: #fff;
}
.heroPhone__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.heroPhone__inner img:first-child {
  opacity: 1;
}

@media (max-width: 1180px) {
  .hero {
    padding: 64px 0 0;
  }
  .hero__inner-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 930px) {
  .heroBanner__play {
    width: 80px;
    height: 80px;
  }
}
@media (max-height: 750px) {
  .hero {
    padding: 40px 0 0;
  }
  .hero__inner-row {
    margin-bottom: 30px;
  }
  .hero__inner-row p {
    margin-bottom: 24px !important;
  }
  .heroBanner {
    max-width: 600px;
  }
}
@media (max-width: 750px) {
  .hero__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__inner-row p {
    text-align: center;
    padding: 0 14px;
    margin-bottom: 48px;
    width: 100%;
    max-width: unset;
  }
  .hero__inner-buttons {
    width: 100%;
    max-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heroBanner__play {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 540px) {
  .hero__inner {
    min-height: unset;
  }
  .hero__inner-row {
    margin-bottom: 48px;
  }
  .hero__inner-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__inner-buttons .button {
    width: calc(50% - 8px);
    padding: 11px 10px;
    margin: 0;
  }
  .heroBanner {
    width: 100%;
  }
  .heroBanner::before {
    opacity: 0.75;
    -webkit-filter: blur(32px);
            filter: blur(32px);
  }
  .heroBanner__image {
    border-radius: 10px 10px 0 0;
    border-bottom: unset;
  }
  .heroBanner__play {
    width: 56px;
    height: 56px;
  }
  .heroPhone {
    display: none;
  }
}
.partners {
  margin: 80px 0 160px;
  overflow: hidden;
}
.partners__inner-title {
  text-align: center;
}
.partners__inner-foot {
  text-align: center;
}
.partners__inner-row {
  padding: 40px 0;
}
.partners__inner h3 span {
  color: #3486d4;
}
.partners__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.partnersItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #080808;
  margin: 0 4px;
}
.partnersItem span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.partnersItem span img {
  width: 100%;
}

@media (max-width: 1180px) {
  .partners {
    margin: 64px 0 128px;
  }
}
@media (max-width: 930px) {
  .partners__inner-row {
    padding: 32px 0;
  }
}
@media (max-width: 750px) {
  .partners__inner-title {
    padding: 0 24px;
  }
  .partners__inner-foot {
    padding: 0 24px;
  }
}
@media (max-width: 540px) {
  .partnersItem {
    padding: 8px 16px;
  }
  .partnersItem span {
    margin-right: 8px;
  }
}
.work {
  margin: 160px 0;
}
.work__inner-title {
  text-align: center;
}
.work__inner-title h2 {
  color: #080808;
}
.work__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px -32px;
}
.work__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workItem {
  width: 25%;
  padding: 0 32px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.workItem:last-child {
  border: unset;
}
.workItem__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.workItem h4:first-child {
  color: #2d2d2d;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.workItem h4:last-child {
  margin-left: 14px;
  color: #777777;
  width: 30px;
}

@media (max-width: 1180px) {
  .work {
    margin: 128px 0;
  }
  .work__inner-row {
    margin: 48px -24px;
  }
  .workItem {
    padding: 0 24px;
  }
  .workItem__top {
    margin-bottom: 32px;
  }
}
@media (max-width: 930px) {
  .work__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 48px -24px;
  }
  .workItem {
    width: 50%;
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .workItem:nth-child(even) {
    border-right: unset;
  }
  .workItem:nth-child(n+3) {
    border-bottom: unset;
  }
}
@media (max-width: 750px) {
  .work__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 48px 0;
  }
  .workItem {
    width: 100%;
    padding: 0 0 32px 0;
    margin-bottom: 32px;
    border-right: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .workItem:last-child {
    margin: 0;
    padding: 0;
    border-bottom: unset !important;
  }
}
@media (max-width: 540px) {
  .workItem__top {
    margin-bottom: 24px;
  }
}
.features {
  margin: 0;
  position: relative;
}
.features__title {
  margin-bottom: 64px;
  z-index: 3;
  text-align: center;
}
.features__nav {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  width: calc(38% - 16px);
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -40vh 0;
  padding-left: 30px;
}
.features__inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features__inner-col {
  display: none;
}
.features__items {
  width: calc(62% - 20px);
  max-width: 687px;
}
.features__item {
  margin-bottom: 126px;
  position: relative;
}
.features__item-content {
  display: none;
}
.features__item-content.active {
  display: block;
}
.features__item-content h3 {
  margin-bottom: 16px;
  color: #2d2d2d;
}
.features__item:last-child {
  margin-bottom: 0;
}
.features__item-image {
  width: 100%;
  max-width: 687px;
  border: 2px solid #080808;
  border-radius: 16px;
  -webkit-box-shadow: 0px -3.07186px 28.6707px #3486d4;
          box-shadow: 0px -3.07186px 28.6707px #3486d4;
  overflow: hidden;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.features__item-content {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.features__item-content.active {
  opacity: 1;
}

.features__item-image {
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.features__item-image.active {
  opacity: 1;
}

@media (max-width: 1180px) {
  .features__nav {
    padding: 0;
  }
  .features__item {
    margin-bottom: 96px;
  }
}
@media (max-width: 750px) {
  .features__title {
    margin-bottom: 48px;
  }
  .features__inner {
    min-height: unset;
  }
  .features__inner-col {
    display: block;
  }
  .features__nav {
    display: none;
  }
  .features__items {
    display: none;
  }
  .featuresItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 64px 0;
  }
  .featuresItem:last-child {
    margin: 0;
  }
  .featuresItem__content {
    width: 100%;
    text-align: center;
  }
  .featuresItem__content h3 {
    margin-bottom: 16px;
    color: #2d2d2d;
  }
  .featuresItem__banner {
    border: 1px solid #080808;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-shadow: 0px -3.07186px 28.6707px rgba(52, 134, 212, 0.5);
            box-shadow: 0px -3.07186px 28.6707px rgba(52, 134, 212, 0.5);
  }
  .featuresItem__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
}
.order {
  margin: 160px 0;
}
.order__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.order__inner-title {
  width: calc(55% - 15px);
  max-width: 480px;
}
.order__inner-text {
  width: calc(45% - 15px);
  max-width: 380px;
}
.order__inner-banner {
  max-width: 994px;
  margin: 0 auto 48px;
}
.order__inner-foot {
  text-align: center;
  color: #2d2d2d;
}
.order__inner h2 {
  color: #080808;
}

@media (max-width: 1180px) {
  .order {
    margin: 128px 0;
  }
}
@media (max-width: 930px) {
  .order__inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    text-align: center;
  }
  .order__inner-title {
    width: 100%;
    max-width: unset;
    margin-bottom: 24px;
  }
  .order__inner-text {
    width: 100%;
    max-width: unset;
  }
  .order__inner-banner {
    margin-bottom: 32px;
  }
}
.pricing {
  margin: 160px 0 80px;
  overflow: hidden;
}
.pricing__inner-title {
  text-align: center;
  margin-bottom: 72px;
}
.pricing__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -8px 32px;
}
.pricing__inner-foot {
  text-align: center;
}
.pricing__inner h2 {
  color: #080808;
}
.pricing__inner .swiper-slide {
  height: unset !important;
  padding: 0 8px;
}
.pricingItem {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
  display: block;
  height: 100%;
}
.pricingItem:hover {
  opacity: 1;
  border-color: #1b76d3;
}
.pricingItem.uniq {
  border-color: #080808;
  border-radius: 0 0 12px 12px;
}
.pricingItem.uniq:hover {
  opacity: 1;
  border-color: #1b76d3;
}
.pricingItem.uniq:hover .pricingItem__tag {
  background: #1b76d3;
}
.pricingItem__tag {
  position: absolute;
  bottom: calc(100% + 1px);
  left: -1px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 2px);
  padding: 8px 16px;
  background: #080808;
  text-align: center;
  border-radius: 12px 12px 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pricingItem__top {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricingItem__top .button {
  width: 100%;
}
.pricingItem__top h5 {
  margin-bottom: 8px;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pricingItem__top > p {
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.pricingItem__number {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.pricingItem__number h3 {
  color: #2d2d2d;
  margin-right: 8px;
}
.pricingItem__number p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.pricingItem__body > p {
  margin-bottom: 24px;
}
.pricingItem ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.pricingItem ul li:last-child {
  margin: 0;
}
.pricingItem ul li span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.pricingItem ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1180px) {
  .pricing {
    margin: 128px 0 64px;
  }
}
@media (max-height: 930px) {
  .pricing__inner-title {
    margin-bottom: 64px;
  }
  .pricingItem__top {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .pricingItem__top > p {
    margin-bottom: 16px;
  }
  .pricingItem__top h5 {
    margin: 0;
  }
  .pricingItem__number {
    margin: 0;
  }
  .pricingItem__body > p {
    margin-bottom: 16px;
  }
  .pricingItem ul li {
    margin-bottom: 8px;
  }
}
@-webkit-keyframes itemAnime {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
@keyframes itemAnime {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
.intro {
  background: rgba(52, 134, 212, 0.2);
  padding: 152px 0 64px;
  text-align: center;
}
.intro h1 {
  margin-bottom: 24px;
  color: #080808;
}
.intro h1 span {
  color: #3486d4;
}

.privacy {
  margin: 64px 0;
}
.privacy__inner {
  max-width: 584px;
  margin: 0 auto;
}
.privacyContent {
  margin-bottom: 48px;
}
.privacyContent:last-child {
  margin: 0;
}

@media (max-width: 1180px) {
  .intro {
    padding: 120px 0 48px;
  }
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}