/* Additional Breakpoints */
/* Fonts */
/* Colors */
/* Animations */
/* Grid */
/* Global styles */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after, blockquote::before {
  content: "";
  content: none;
}

q::after, q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  overflow: visible;
  position: relative;
}

body,
html {
  background-color: #F7F7FC;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 100%;
  font-family: "Inter", "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
}

body:not(.loaded) {
  overflow: hidden;
}

.container {
  width: 1464px;
  margin: 0 auto;
}
@media (max-width: 1728px) {
  .container {
    width: 84.7222222222vw;
  }
}
@media (max-width: 1439.98px) {
  .container {
    width: 1146px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 906px;
  }
}
@media (max-width: 1024px) {
  .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 59px;
    width: 100%;
  }
}
@media (max-width: 896px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 428px) {
  .container {
    padding: 0 24px;
  }
}

.container-narrow {
  width: 943px;
  margin: 0 auto;
}
@media (max-width: 1728px) {
  .container-narrow {
    width: 54.5833333333vw;
  }
}
@media (max-width: 1439.98px) {
  .container-narrow {
    width: 786px;
  }
}
@media (max-width: 1024px) {
  .container-narrow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 59px;
    width: 100%;
  }
}
@media (max-width: 896px) {
  .container-narrow {
    padding: 0 48px;
  }
}
@media (max-width: 767.98px) {
  .container-narrow {
    padding: 0 32px;
  }
}
@media (max-width: 428px) {
  .container-narrow {
    padding: 0 24px;
  }
}

.row-flex {
  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;
}

.col-3 {
  width: calc(78px * 3 + 48px * 2);
}

.col-4 {
  width: calc(78px * 4 + 48px * 3);
}

.col-5 {
  width: calc(78px * 5 + 48px * 4);
}

.col-6 {
  width: calc(78px * 6 + 48px * 5);
}

.col-7 {
  width: calc(78px * 7 + 48px * 6);
}

.col-8 {
  width: calc(78px * 8 + 48px * 7);
}

.col-9 {
  width: calc(78px * 9 + 48px * 8);
}

@media (max-width: 1728px) {
  .col-3 {
    width: 19.0972222222vw;
  }
  .col-4 {
    width: 26.3888888889vw;
  }
  .col-5 {
    width: 33.6805555556vw;
  }
  .col-6 {
    width: 40.9722222222vw;
  }
  .col-7 {
    width: 48.2638888889vw;
  }
  .col-7 {
    width: 48.2638888889vw;
  }
  .col-8 {
    width: 55.5555555556vw;
  }
  .col-9 {
    width: 62.8472222222vw;
  }
}
@media (max-width: 1439.98px) {
  .col-3 {
    width: calc(68px * 3 + 30px * 2);
  }
  .col-4 {
    width: calc(68px * 4 + 30px * 3);
  }
  .col-5 {
    width: calc(68px * 5 + 30px * 4);
  }
  .col-6 {
    width: calc(68px * 6 + 30px * 5);
  }
  .col-7 {
    width: calc(68px * 7 + 30px * 6);
  }
  .col-8 {
    width: calc(68px * 8 + 30px * 7);
  }
  .col-9 {
    width: calc(68px * 9 + 30px * 8);
  }
}
@media (max-width: 1280px) {
  .col-3 {
    width: calc(48px * 3 + 30px * 2);
  }
  .col-4 {
    width: calc(48px * 4 + 30px * 3);
  }
  .col-5 {
    width: calc(48px * 5 + 30px * 4);
  }
  .col-6 {
    width: calc(48px * 6 + 30px * 5);
  }
  .col-7 {
    width: calc(48px * 7 + 30px * 6);
  }
  .col-8 {
    width: calc(48px * 8 + 30px * 7);
  }
  .col-9 {
    width: calc(48px * 9 + 30px * 8);
  }
}
@media (max-width: 1024px) {
  .row-flex {
    margin: 0 calc(-30px / 2);
  }
  .col {
    margin: 0 calc(30px / 2);
  }
  .col-3 {
    width: calc(25% - 30px);
  }
  .col-4 {
    width: calc(33.34% - 30px);
  }
  .col-5 {
    width: calc(41.67% - 30px);
  }
  .col-6 {
    width: calc(50% - 30px);
  }
  .col-7 {
    width: calc(58.33% - 30px);
  }
  .col-8 {
    width: calc(66.67% - 30px);
  }
  .col-9 {
    width: calc(75% - 30px);
  }
  .col-lg-6 {
    width: calc(50% - 30px);
  }
  .col-lg-12 {
    width: calc(100% - 30px);
  }
  .col-lg-auto {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .row-flex {
    margin: 0 calc(-20px / 2);
  }
  .col {
    margin: 0 calc(20px / 2);
  }
  .col-3 {
    width: calc(25% - 20px);
  }
  .col-4 {
    width: calc(33.34% - 20px);
  }
  .col-5 {
    width: calc(41.67% - 20px);
  }
  .col-6 {
    width: calc(50% - 20px);
  }
  .col-7 {
    width: calc(58.33% - 20px);
  }
  .col-8 {
    width: calc(66.67% - 20px);
  }
  .col-9 {
    width: calc(75% - 20px);
  }
  .col-lg-6 {
    width: calc(50% - 20px);
  }
  .col-lg-12 {
    width: calc(100% - 20px);
  }
  .col-sm-6 {
    width: calc(50% - 20px);
  }
  .col-lg-auto,
  .col-sm-auto {
    width: auto;
  }
}
@media (max-width: 428px) {
  .row-flex {
    margin: 0 calc(-12px / 2);
  }
  .col {
    margin: 0 calc(12px / 2);
  }
  .col-lg-6,
  .col-lg-12,
  .col-sm-12 {
    width: calc(100% - 12px);
  }
}
section,
.section-container,
.section-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}
@media (max-width: 1023px) {
  section,
  .section-container,
  .section-content {
    min-height: 0;
  }
}
.device section,
.device .section-container,
.device .section-content {
  min-height: 0;
}

.section-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 38px;
  position: relative;
  text-transform: uppercase;
}
.section-title:after {
  background: #00FFCC;
  border-radius: 3px;
  content: "";
  height: 6px;
  left: 100%;
  margin-left: 20px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 64px;
}
@media (max-width: 1728px) {
  .section-title {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 1439.98px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 1024px) {
  .section-title {
    margin-bottom: 24px;
  }
}

h1 {
  font-size: 115px;
  font-weight: 900;
  line-height: 1.21;
  text-transform: uppercase;
}
@media (max-width: 1728px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 1439.98px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 72px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 896px) {
  h1 {
    font-size: 51px;
  }
}
@media (max-width: 428px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 91px;
  font-weight: 900;
  line-height: 1.21;
  margin-bottom: 38px;
  text-transform: uppercase;
}
@media (max-width: 1728px) {
  h2 {
    font-size: 5.2777777778vw;
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 1439.98px) {
  h2 {
    font-size: 72px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1280px) {
  h2 {
    font-size: 57px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
@media (max-width: 896px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 428px) {
  h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

h3 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}
@media (max-width: 1728px) {
  h3 {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 1439.98px) {
  h3 {
    font-size: 56px;
  }
}
@media (max-width: 1280px) {
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 38px;
  }
}
@media (max-width: 896px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 428px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.21;
}
@media (max-width: 1728px) {
  h4 {
    font-size: 3.1944444444vw;
  }
}
@media (max-width: 1439.98px) {
  h4 {
    font-size: 43px;
  }
}
@media (max-width: 1280px) {
  h4 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 29px;
  }
}
@media (max-width: 896px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 7px;
}
@media (max-width: 1728px) {
  h5 {
    font-size: 1.9444444444vw;
    margin-bottom: 0.4166666667vw;
  }
}
@media (max-width: 1439.98px) {
  h5 {
    font-size: 26px;
    margin-bottom: 6px;
  }
}
@media (max-width: 1280px) {
  h5 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 19px;
}
@media (max-width: 1728px) {
  h6 {
    font-size: 1.5277777778vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1439.98px) {
  h6 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 18px;
  }
}

.lead {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 1728px) {
  .lead {
    font-size: 2.6388888889vw;
  }
}
@media (max-width: 1439.98px) {
  .lead {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .lead {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .lead {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 24px;
  }
}

p.big {
  font-size: 26px;
}
@media (max-width: 1728px) {
  p.big {
    font-size: 1.5277777778vw;
  }
}
@media (max-width: 1439.98px) {
  p.big {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  p.big {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  p.big {
    font-size: 18px;
  }
}

/* Blocks Includes */
.preload {
  background-color: #F7F7FC;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-clip-path 1s ease-in-out 0.25s;
  transition: -webkit-clip-path 1s ease-in-out 0.25s;
  -o-transition: clip-path 1s ease-in-out 0.25s;
  transition: clip-path 1s ease-in-out 0.25s;
  transition: clip-path 1s ease-in-out 0.25s, -webkit-clip-path 1s ease-in-out 0.25s;
  will-change: clip-path;
  z-index: 1000;
}
.preload-logo {
  height: 100px;
  left: 50%;
  margin: -49px 0 0 -50px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s;
  width: 98px;
  will-change: opacity;
}
.preload-logo svg {
  left: 0;
  position: absolute;
  top: 0;
}
.preload-logo-full {
  opacity: 0.3;
}
.preload-logo-fill {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.25s ease-in-out;
  transition: -webkit-clip-path 0.25s ease-in-out;
  -o-transition: clip-path 0.25s ease-in-out;
  transition: clip-path 0.25s ease-in-out;
  transition: clip-path 0.25s ease-in-out, -webkit-clip-path 0.25s ease-in-out;
  will-change: clip-path;
}
.loaded .preload {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  pointer-events: none;
}
.loaded .preload-logo {
  opacity: 0;
}

.header {
  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;
  height: 88px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out 1s;
  transition: -webkit-transform 0.5s ease-out 1s;
  -o-transition: transform 0.5s ease-out 1s;
  transition: transform 0.5s ease-out 1s;
  transition: transform 0.5s ease-out 1s, -webkit-transform 0.5s ease-out 1s;
  width: 100%;
  z-index: 100;
}
.header:before {
  background: #fcfcfc;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header-logo {
  display: block;
  height: 28px;
  left: 32px;
  position: absolute;
  width: 85px;
  z-index: 1;
}
.header-logo-white {
  fill: #fcfcfc;
  -webkit-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
  will-change: fill;
}
.header-logo-green {
  fill: #00FFCC;
}
.header-logo-pink {
  fill: #6600FF;
}
.header-right {
  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;
}
.header-menu {
  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;
  position: relative;
}
.header-menu__item {
  color: #fcfcfc;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.21;
  margin-right: 40px;
  overflow: hidden;
  padding: 9.5px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  will-change: color;
}
.header-menu__item:before {
  background: #00FFCC;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  width: 0%;
  will-change: width;
}
.header-menu__item:last-child {
  margin-right: 0;
}
.desktop .header-menu__item:hover:before {
  width: 100%;
}
.header-lang {
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 500;
  height: 49px;
  line-height: 1.21;
  position: absolute;
  right: 32px;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  will-change: color;
}
.header-lang-dropdown {
  border: 1px solid rgba(217, 219, 233, 0.3);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.header-lang-current {
  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;
  padding: 13px 22px;
}
.header-lang-current svg {
  display: block;
  height: 7px;
  margin: 2px 0 0 12px;
  width: 12px;
}
.header-lang-current svg path {
  fill: transparent;
  stroke: #fcfcfc;
  stroke-width: 2;
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
  will-change: stroke;
}
.header-lang-list {
  display: none;
}
.header-lang-list__item {
  color: #000;
  display: block;
  padding: 0 22px 13px;
  text-decoration: none;
}
.desktop .header-lang-list__item {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}
.desktop .header-lang-list__item:hover {
  opacity: 1;
}
.desktop .header-lang:not(.open) .header-lang-dropdown:hover {
  border-color: #00FFCC;
}
.header-lang.open {
  color: #000;
}
.header-lang.open .header-lang-current svg path {
  stroke: #000;
}
.header-lang.open .header-lang-dropdown {
  background: #fcfcfc;
  border-color: #fcfcfc;
}
.header-lang.open .header-lang-list {
  display: block;
}
.header-hamburger {
  display: none;
  height: 37px;
  margin-right: -5px;
  position: absolute;
  right: 32px;
  width: 37px;
}
.header-hamburger:before {
  background: #fcfcfc;
  border-radius: 3px;
  content: "";
  height: 3px;
  position: absolute;
  right: 5px;
  top: 12px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
          transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform-origin: 7px 3px;
      -ms-transform-origin: 7px 3px;
          transform-origin: 7px 3px;
  width: 27px;
}
.header-hamburger:after {
  background: #fcfcfc;
  border-radius: 3px;
  bottom: 12px;
  content: "";
  height: 3px;
  position: absolute;
  right: 5px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
          transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform-origin: 7px 0;
      -ms-transform-origin: 7px 0;
          transform-origin: 7px 0;
  width: 18px;
}
.header.header-dark .header-logo-white {
  fill: #000;
}
.header.header-dark .header-menu__item {
  color: #000;
}
.header.header-dark .header-lang {
  color: #000;
}
.header.header-dark .header-lang-dropdown {
  background: #fcfcfc;
  border: 1px solid rgba(217, 219, 233, 0.7);
}
.header.header-dark .header-lang-current svg path {
  stroke: #000;
}
.header.header-dark .header-lang.open .header-lang-dropdown {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.header.header-dark .header-hamburger:before, .header.header-dark .header-hamburger:after {
  background: #000;
}
.header.fixed:before {
  -webkit-box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
          box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header.fixed .header-logo-white {
  fill: #000;
}
.header.fixed .header-menu__item {
  color: #000;
}
.header.fixed .header-lang {
  color: #000;
}
.header.fixed .header-lang-dropdown {
  background: #fcfcfc;
  border: 1px solid rgba(217, 219, 233, 0.7);
}
.header.fixed .header-lang-current svg path {
  stroke: #000;
}
.header.fixed .header-lang.open .header-lang-dropdown {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.header.fixed .header-hamburger:before, .header.fixed .header-hamburger:after {
  background: #000;
}
.loaded .header {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1280px) {
  .header {
    height: 70px;
  }
  .header-menu__item {
    margin-right: 32px;
  }
}
@media (max-width: 1024px) {
  .header-right {
    background-color: #000;
    background-image: url("../img/menu-bg.png");
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 49px;
  }
  .header-menu__item {
    font-size: 20px;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .header-menu__item:last-child {
    margin-bottom: 0;
  }
  .header-lang {
    bottom: 88px;
    right: auto;
  }
  .header-hamburger {
    display: block;
  }
  .header.open .header-logo-white {
    fill: #fcfcfc;
  }
  .header.open .header-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header.open .header-menu__item {
    color: #fcfcfc;
  }
  .header.open .header-lang {
    color: #fcfcfc;
  }
  .header.open .header-lang-dropdown {
    background: transparent;
    border: 1px solid rgba(217, 219, 233, 0.3);
  }
  .header.open .header-lang-current svg path {
    stroke: #fcfcfc;
  }
  .header.open .header-lang.open {
    color: #000;
  }
  .header.open .header-lang.open .header-lang-current svg path {
    stroke: #000;
  }
  .header.open .header-lang.open .header-lang-dropdown {
    background: #fcfcfc;
    border-color: #fcfcfc;
  }
  .header.open .header-hamburger:before, .header.open .header-hamburger:after {
    background: #fcfcfc;
  }
  .header.open .header-hamburger:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.open .header-hamburger:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 27px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .header-menu__item {
    margin-bottom: 20px;
  }
  .header-lang {
    bottom: 70px;
  }
}
@media (max-width: 896px) and (orientation: landscape) {
  .header-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-menu__item {
    margin: 6.5px 16px;
    white-space: nowrap;
  }
  .header-menu__item:last-child {
    margin-right: 16px;
  }
  .header-lang {
    bottom: 64px;
  }
}
@media (max-width: 428px) {
  .header-logo {
    left: 24px;
  }
  .header-menu__item {
    margin-bottom: 20px;
  }
  .header-lang {
    bottom: 70px;
  }
  .header-hamburger {
    right: 24px;
  }
}

.footer {
  background-color: #000;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 48px;
  text-align: center;
}
.footer-logo {
  display: block;
  max-height: 45px;
  margin: 0 auto 48px;
}
.footer-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  padding: 0 24px;
}
.footer-groups__item {
  border: 2px solid rgba(252, 252, 252, 0.15);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 44px;
  margin: 0 8px;
  width: 44px;
}
.footer-groups__item img {
  display: block;
  max-height: 21px;
  margin: 0 auto;
  max-width: 20px;
}
.footer-groups__item.linkedin img {
  margin-top: -4px;
}
.desktop .footer-groups__item {
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
.desktop .footer-groups__item:hover {
  border-color: #00FFCC;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 17px;
  padding: 0 18px;
}
.footer-menu__item {
  color: #fcfcfc;
  font-size: 12px;
  line-height: 1.21;
  font-weight: 500;
  margin: 7px 14px;
  text-decoration: none;
}
.desktop .footer-menu__item:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #fcfcfc;
  font-size: 12px;
  line-height: 1.21;
  font-weight: 500;
  padding: 24px 32px 26px;
}
@media (max-width: 428px) {
  .footer-groups {
    padding: 0 16px;
  }
  .footer-menu {
    padding: 0 10px;
  }
  .footer-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.contact {
  overflow: hidden;
  margin-top: -40px;
  padding-bottom: 118px;
  padding-top: 40px;
  position: relative;
}
.contact-after {
  background: #6600FF;
  border-radius: 50%;
  bottom: -864px;
  height: 1728px;
  left: 50%;
  margin-left: -864px;
  position: absolute;
  width: 1728px;
}
.contact-form {
  background: #fcfcfc;
  border-radius: 36px;
  -webkit-box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
          box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
  padding: 58px 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 1;
}
.contact-form h3 {
  margin-bottom: 29px;
  text-align: center;
}
.contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-menu__item {
  border: 2px solid rgba(35, 35, 38, 0.1);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  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;
  font-size: 14px;
  height: 40px;
  margin-right: 24px;
  padding: 0 24px 1px;
  text-decoration: none;
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  min-width: 140px;
}
.contact-menu__item.selected {
  background: #00FFCC;
  border-color: #00FFCC;
  font-weight: 700;
  pointer-events: none;
}
.desktop .contact-menu__item:hover {
  border-color: #00FFCC;
}
.contact-menu__item:last-child {
  margin-right: 0;
}
.contact-content {
  overflow: hidden;
  position: relative;
}
.contact h3 + .contact-content {
  margin-top: -29px;
}
.contact-state {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 58px 61px 61px;
}
.contact-fill {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.contact-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 29px;
}
.contact-line:last-child {
  margin-bottom: 0;
}
.contact-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 14.5px);
          flex: 0 0 calc(50% - 14.5px);
  margin-right: 29px;
}
.contact-half:last-child {
  margin-right: 0;
}
.contact-file {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.contact-file input {
  left: -9999px;
  position: absolute;
}
.contact-file .input-error {
  left: 54px;
}
.contact-file.error .input-error {
  opacity: 1;
  pointer-events: auto;
}
.contact-file-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 42px;
  position: relative;
  width: 100%;
}
.contact-file-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  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;
  height: 42px;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
}
.contact-file-icon img {
  display: block;
  width: 16px;
}
.contact-file-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.contact-file-label {
  font-weight: 700;
  line-height: 1.25;
}
.contact-file-tip {
  font-size: 12px;
  line-height: 1.66;
}
.contact-file-state {
  cursor: default;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-file-state__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  margin-left: 16px;
  overflow: visible;
  position: relative;
}
.contact-file-state__item:first-child {
  margin-left: 0;
}
.contact-file-state__item .loading {
  height: 24px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 8px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 24px;
}
.contact-file-state__item span {
  color: rgba(78, 75, 102, 0.5);
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  text-transform: uppercase;
}
.contact-file-state__item .delete {
  background: #8D839B;
  border-radius: 50%;
  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;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: -6px;
  top: -6px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 16px;
}
.contact-file-state__item .delete svg {
  width: 6px;
}
.contact-file-state__item .delete svg path {
  fill: transparent;
  stroke: #fcfcfc;
  stroke-width: 2;
}
.desktop .contact-file-state__item .delete {
  -webkit-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
}
.desktop .contact-file-state__item .delete svg path {
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}
.desktop .contact-file-state__item .delete:hover {
  background: #00FFCC;
}
.desktop .contact-file-state__item .delete:hover svg path {
  stroke: #000;
}
.contact-file-state__item.loaded .loading {
  opacity: 0;
}
.contact-file-state__item.loaded span,
.contact-file-state__item.loaded .delete {
  opacity: 1;
}
.contact-sent {
  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;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.contact-icon {
  background: #6600FF;
  border-radius: 50%;
  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;
  height: 180px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 29px;
  width: 180px;
}
.contact-icon svg {
  width: 77px;
}
.contact-icon svg path {
  fill: transparent;
  stroke: #fcfcfc;
  stroke-width: 6;
}
.contact-title {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 29px;
  text-align: center;
  max-width: 60%;
}
.contact .big {
  text-align: center;
  max-width: 60%;
}
.contact-button {
  padding: 0 61px;
  text-align: center;
}
.contact-error {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: red;
  font-size: 12px;
  line-height: 1.66;
  left: 0;
  opacity: 0;
  padding: 0 61px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.contact-error.visible {
  opacity: 1;
}
.contact.sent .contact-fill {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.contact.sent .contact-sent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1920px) {
  .contact-after {
    bottom: -744px;
    height: 1488px;
    margin-left: -744px;
    width: 1488px;
  }
}
@media (max-width: 1728px) {
  .contact {
    padding-bottom: 6.9444444444vw;
  }
  .contact-after {
    bottom: -43.0555555556vw;
    height: 86.1111111111vw;
    margin-left: -43.0555555556vw;
    width: 86.1111111111vw;
  }
  .contact-form {
    border-radius: 2.0833333333vw;
    padding: 3.3333333333vw 0;
  }
  .contact-form h3 {
    margin-bottom: 1.6666666667vw;
  }
  .contact-form h3 + .contact-content {
    margin-top: -1.6666666667vw;
  }
  .contact-state {
    padding: 3.3333333333vw 3.5416666667vw 3.5416666667vw;
  }
  .contact-line {
    margin-bottom: 1.6666666667vw;
  }
  .contact-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.8333333333vw);
            flex: 0 0 calc(50% - 0.8333333333vw);
    margin-right: 1.6666666667vw;
  }
  .contact-icon {
    height: 10.4166666667vw;
    margin-bottom: 1.6666666667vw;
    width: 10.4166666667vw;
  }
  .contact-icon svg {
    width: 4.4444444444vw;
  }
  .contact-title {
    font-size: 2.5vw;
    margin-bottom: 1.6666666667vw;
  }
  .contact-button {
    padding: 0 3.5416666667vw;
  }
  .contact-error {
    padding: 0 3.5416666667vw;
  }
}
@media (max-width: 1439.98px) {
  .contact {
    padding-bottom: 64px;
  }
  .contact-form {
    border-radius: 30px;
    padding: 48px 0;
  }
  .contact-form h3 {
    margin-bottom: 24px;
  }
  .contact-form h3 + .contact-content {
    margin-top: -24px;
  }
  .contact-state {
    padding: 48px 51px;
  }
  .contact-line {
    margin-bottom: 24px;
  }
  .contact-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
    margin-right: 24px;
  }
  .contact-icon {
    height: 150px;
    margin-bottom: 24px;
    width: 150px;
  }
  .contact-icon svg {
    width: 64px;
  }
  .contact-title {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .contact-button, .contact-error {
    padding: 0 51px;
  }
}
@media (max-width: 1280px) {
  .contact-form {
    border-radius: 20px;
  }
  .contact-icon {
    height: 140px;
    width: 140px;
  }
  .contact-icon svg {
    width: 60px;
  }
  .contact-title {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .contact-after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 30px 0;
  }
  .contact-menu {
    padding: 0 32px;
  }
  .contact-menu__item {
    margin-right: 10px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    min-width: 0;
  }
  .contact-state {
    padding: 30px 32px;
  }
  .contact-line {
    display: block;
  }
  .contact-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .contact-half:last-child {
    margin-bottom: 0;
  }
  .contact-file-block {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-file-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 54px);
            flex: 0 0 calc(100% - 54px);
  }
  .contact-file-state {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
  .contact-icon {
    height: 120px;
    width: 120px;
  }
  .contact-title {
    font-size: 22px;
    max-width: 360px;
  }
  .contact .big {
    max-width: 360px;
  }
  .contact-button, .contact-error {
    padding: 0 32px;
  }
}

.textarea {
  background: none;
  border: 1px solid #d7d7d7;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #000;
  display: block;
  height: 118px;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  padding: 16px 24px 0;
  resize: none;
  width: 100%;
}
.textarea + label {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 18px;
  left: 24px;
  opacity: 0;
  position: absolute;
  top: 8px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.textarea::-webkit-input-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.textarea::-moz-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.textarea:-ms-input-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.textarea::-ms-input-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.textarea::placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.textarea.has-value {
  padding-top: 24px;
}
.textarea.has-value::-webkit-input-placeholder {
  color: transparent;
}
.textarea.has-value::-moz-placeholder {
  color: transparent;
}
.textarea.has-value:-ms-input-placeholder {
  color: transparent;
}
.textarea.has-value::-ms-input-placeholder {
  color: transparent;
}
.textarea.has-value::placeholder {
  color: transparent;
}
.textarea.has-value + label {
  opacity: 1;
}

.global-scroll {
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.2);
          box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 32px;
  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;
  height: 48px;
  position: fixed;
  right: 32px;
  -webkit-transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 48px;
  z-index: 10;
}
.global-scroll svg {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 31.25%;
}
.global-scroll svg path {
  stroke: #8D839B;
  stroke-width: 2;
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}
.global-scroll.hidden {
  opacity: 0;
  pointer-events: none;
}
.global-scroll.up {
  -webkit-transform: translate3d(0, -72px, 0);
          transform: translate3d(0, -72px, 0);
}
.global-scroll.up svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.desktop .global-scroll:hover {
  background: #00FFCC;
}
.desktop .global-scroll:hover svg path {
  stroke: white;
}
@media (max-width: 1024px) {
  .global-scroll {
    display: none;
  }
}

.device .global-scroll {
  display: none;
}

/* Blocks */
.btn {
  background: #6600FF;
  -webkit-box-shadow: 0px 10px 20px rgba(102, 0, 255, 0.1);
          box-shadow: 0px 10px 20px rgba(102, 0, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fcfcfc;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  line-height: 1.3;
  padding: 0 32px;
  text-decoration: none;
}
.btn-icon svg {
  height: 14px;
}
.btn-icon svg path {
  fill: transparent;
  stroke: #fcfcfc;
  stroke-width: 2;
}
.btn-icon + .btn-label {
  margin-left: 24px;
}
.btn-label {
  margin-top: -1px;
}
.btn-label + .btn-icon {
  margin-left: 24px;
}
.btn-withicon {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn.btn-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}
.btn.btn-middle {
  font-size: 20px;
  height: 58px;
  min-width: 300px;
}
.btn.btn-border {
  background: transparent;
  border: 2px solid #D9DBE9;
  color: #A0A3BD;
}
.btn.btn-border .btn-icon svg path {
  stroke: #A0A3BD;
}
.btn.btn-small {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  color: #fcfcfc;
  font-size: 14px;
  height: 40px;
  line-height: 1.4;
  padding: 0 20px;
  min-width: 140px;
}
.btn.btn-small .btn-icon svg path {
  stroke: #fcfcfc;
}
.btn.btn-small .btn-icon + .btn-label {
  margin-left: 18px;
}
.btn.btn-small .btn-label + .btn-icon {
  margin-left: 18px;
}
.btn.btn-black {
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.btn.btn-black .btn-icon svg path {
  stroke: #000;
}
.btn.btn-responsive {
  min-width: 0;
}
.btn.btn-disabled {
  background: #BDB0D0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 14px;
    height: 40px;
  }
  .btn-icon svg {
    height: 12px;
  }
  .btn.btn-big {
    font-size: 14px;
  }
  .btn.btn-middle {
    font-size: 14px;
    height: 40px;
    min-width: 200px;
  }
  .btn.btn-small {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  .btn.btn-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.desktop .btn {
  -webkit-transition: 0.25s ease-in-out, max-width 0.5s ease-out 1.8s, -webkit-transform 0.5s ease-in 1.3s;
  transition: 0.25s ease-in-out, max-width 0.5s ease-out 1.8s, -webkit-transform 0.5s ease-in 1.3s;
  -o-transition: 0.25s ease-in-out, transform 0.5s ease-in 1.3s, max-width 0.5s ease-out 1.8s;
  transition: 0.25s ease-in-out, transform 0.5s ease-in 1.3s, max-width 0.5s ease-out 1.8s;
  transition: 0.25s ease-in-out, transform 0.5s ease-in 1.3s, max-width 0.5s ease-out 1.8s, -webkit-transform 0.5s ease-in 1.3s;
}
.desktop .btn-icon svg path {
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}
.desktop .btn:hover {
  background: #00FFCC;
  color: #000;
}
.desktop .btn:hover .btn-icon svg path {
  stroke: #000;
}
.desktop .btn-big:hover,
.desktop .btn-middle:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 255, 204, 0.4);
          box-shadow: 0px 5px 20px rgba(0, 255, 204, 0.4);
}
.desktop .btn-border:hover {
  background: transparent;
  border-color: #00FFCC;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.desktop .btn-small.btn-border:not(.btn-black) {
  -webkit-transition: 0.25s ease-in-out, opacity 0.5s ease-out 3s;
  -o-transition: 0.25s ease-in-out, opacity 0.5s ease-out 3s;
  transition: 0.25s ease-in-out, opacity 0.5s ease-out 3s;
}
.desktop .btn-small.btn-border:not(.btn-black) .btn-label,
.desktop .btn-small.btn-border:not(.btn-black) .btn-icon {
  -webkit-transition: opacity 0.5s ease-out 3.1s;
  -o-transition: opacity 0.5s ease-out 3.1s;
  transition: opacity 0.5s ease-out 3.1s;
}
.desktop .btn-small.btn-border:not(.btn-black):hover {
  color: #fcfcfc;
}
.desktop .btn-small.btn-border:not(.btn-black):hover .btn-icon svg path {
  stroke: #fcfcfc;
}

.input-wrapper {
  position: relative;
  width: 100%;
}
.input-wrapper.error .input + label {
  color: red;
}
.input-wrapper.error .input-error {
  opacity: 1;
  pointer-events: auto;
}

.input-error {
  color: red;
  opacity: 0;
  pointer-events: none;
  font-size: 12px;
  left: 24px;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.input {
  background: none;
  border: 1px solid #d7d7d7;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #000;
  height: 58px;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 0 24px 0;
  -webkit-transition: padding 0.25s ease-in-out;
  -o-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  width: 100%;
}
.input + label {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 18px;
  left: 24px;
  opacity: 0;
  position: absolute;
  top: 8px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.input::-webkit-input-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.input::-moz-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.input:-ms-input-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.input::-ms-input-placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.input::placeholder {
  color: #000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.input.has-value {
  padding-top: 16px;
}
.input.has-value::-webkit-input-placeholder {
  color: transparent;
}
.input.has-value::-moz-placeholder {
  color: transparent;
}
.input.has-value:-ms-input-placeholder {
  color: transparent;
}
.input.has-value::-ms-input-placeholder {
  color: transparent;
}
.input.has-value::placeholder {
  color: transparent;
}
.input.has-value + label {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .input {
    height: 50px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
  -webkit-transition: 5000s ease 5000s;
  transition: 5000s ease 5000s;
}

input:required,
input:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.checkbox-wrapper {
  position: relative;
  width: 100%;
}
.checkbox-wrapper input {
  left: -99999px;
  position: absolute;
}
.checkbox-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 42px;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.checkbox-wrapper label .icon {
  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;
  height: 42px;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  position: relative;
}
.checkbox-wrapper label .icon:before {
  background: rgba(0, 255, 204, 0.1);
  content: "";
  border-radius: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.checkbox-wrapper label .icon:after {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  width: 24px;
}
.checkbox-wrapper label .icon img {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 12px;
  z-index: 1;
}
.checkbox-wrapper label .label {
  color: #585868;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.checkbox-wrapper label .label a {
  color: #000;
  text-decoration: underline;
}
.desktop .checkbox-wrapper label .label a:hover {
  text-decoration: none;
}
.desktop .checkbox-wrapper label:hover .icon:after {
  border-color: rgba(0, 255, 204, 0.5);
}
.checkbox-wrapper input:checked + label .icon:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.checkbox-wrapper input:checked + label .icon:after {
  background: #00FFCC;
  border-color: #00FFCC;
}
.checkbox-wrapper input:checked + label .icon img {
  opacity: 1;
}
.checkbox-wrapper .input-error {
  left: 54px;
}
.checkbox-wrapper.error .input-error {
  opacity: 1;
  pointer-events: auto;
}

/* Page styles */
.intro {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fcfcfc;
  overflow: hidden;
  position: relative;
}
.intro-content {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
  padding-bottom: 100px;
  padding-top: 133px;
  position: relative;
}
.intro-content-center {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.intro-content h1 span {
  display: inline-block !important;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  padding-right: 0.05em;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s;
  -o-transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s, -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.3s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s;
  width: auto !important;
}
.intro-content h1 span:nth-child(2) {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.intro-content h1 span:nth-child(3) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.intro-content h1 span:nth-child(4) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.intro-content h1 span:nth-child(5) {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.intro-back {
  -ms-flex-item-align: start;
      align-self: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 3s;
  -o-transition: opacity 0.5s ease-out 3s;
  transition: opacity 0.5s ease-out 3s;
}
.intro-back .btn-label,
.intro-back .btn-icon {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 3.1s;
  -o-transition: opacity 0.5s ease-out 3.1s;
  transition: opacity 0.5s ease-out 3.1s;
}
.intro-images {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.intro-images-left {
  left: 0;
  margin-top: -192px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(50vw, 0, 0);
          transform: translate3d(50vw, 0, 0);
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  -o-transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  width: 622px;
}
.intro-images-right {
  margin-top: -384px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(50vw, 0, 0);
          transform: translate3d(50vw, 0, 0);
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.65s;
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.65s;
  -o-transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.65s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.65s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.65s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.65s;
  width: 532px;
}
.intro-bottom {
  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;
}
.intro-button {
  -webkit-transform: translate3d(-24.15vw, 0, 0);
          transform: translate3d(-24.15vw, 0, 0);
  -webkit-transition: max-width 0.5s ease-out 1.8s, -webkit-transform 0.5s ease-in 1.3s;
  transition: max-width 0.5s ease-out 1.8s, -webkit-transform 0.5s ease-in 1.3s;
  -o-transition: transform 0.5s ease-in 1.3s, max-width 0.5s ease-out 1.8s;
  transition: transform 0.5s ease-in 1.3s, max-width 0.5s ease-out 1.8s;
  transition: transform 0.5s ease-in 1.3s, max-width 0.5s ease-out 1.8s, -webkit-transform 0.5s ease-in 1.3s;
  max-width: 70px;
}
.intro-button .btn-label,
.intro-button .btn-icon {
  opacity: 0;
  -webkit-transition: opacity ease-in 0.25s 2.05s;
  -o-transition: opacity ease-in 0.25s 2.05s;
  transition: opacity ease-in 0.25s 2.05s;
}
.intro-hr {
  font-weight: 500;
  margin-right: 140px;
  -webkit-transform: translate3d(50vw, 0, 0);
          transform: translate3d(50vw, 0, 0);
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  -o-transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 2.4s;
}
.intro-hr-title {
  color: rgba(252, 252, 252, 0.7);
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 24px;
}
.intro-hr-card {
  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;
}
.intro-hr-card-img {
  border-radius: 50%;
  display: block;
  height: 70px;
  margin-right: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 70px;
}
.intro-hr-card-name {
  font-size: 18px;
  line-height: 1.21;
  margin-bottom: 8px;
}
.intro-hr-card-link {
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  height: 30px;
  text-decoration: none;
}
.intro-hr-card-link-icon {
  border: 1px solid rgba(252, 252, 252, 0.4);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.intro-hr-card-link-icon svg {
  margin-top: -2px;
  width: 12px;
}
.intro-hr-card-link-icon svg path {
  fill: #fcfcfc;
}
.desktop .intro-hr-card-link .intro-hr-card-link-icon {
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.desktop .intro-hr-card-link .intro-hr-card-link-icon svg path {
  -webkit-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
}
.desktop .intro-hr-card-link:hover .intro-hr-card-link-icon {
  background: #00FFCC;
  border-color: #00FFCC;
}
.desktop .intro-hr-card-link:hover .intro-hr-card-link-icon svg path {
  fill: #000;
}
.intro-scroll {
  bottom: 154px;
  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;
  height: 228px;
  pointer-events: none;
  position: absolute;
  right: 77px;
  width: 228px;
}
.intro-scroll-bottom {
  bottom: 64px;
}
.intro-scroll-bg {
  -webkit-animation: rotate 12s linear infinite;
          animation: rotate 12s linear infinite;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out 3.4s;
  -o-transition: opacity 0.2s ease-out 3.4s;
  transition: opacity 0.2s ease-out 3.4s;
  width: 100%;
}
.intro-scroll-link {
  background: rgba(102, 0, 255, 0.3);
  border-radius: 50%;
  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;
  height: 58px;
  opacity: 0;
  pointer-events: auto;
  position: relative;
  -webkit-transition: opacity 0.4s ease-out 3.5s;
  -o-transition: opacity 0.4s ease-out 3.5s;
  transition: opacity 0.4s ease-out 3.5s;
  width: 58px;
  z-index: 1;
}
.intro-scroll-link svg {
  width: 18px;
}
.intro-scroll-link svg path {
  stroke: #fcfcfc;
  stroke-width: 2;
}
.desktop .intro-scroll .intro-scroll-link {
  -webkit-transition: background 0.25s ease-in-out, opacity 0.4s ease-out 3.5s;
  -o-transition: background 0.25s ease-in-out, opacity 0.4s ease-out 3.5s;
  transition: background 0.25s ease-in-out, opacity 0.4s ease-out 3.5s;
}
.desktop .intro-scroll:hover .intro-scroll-link {
  background: #6600FF;
}
.loaded .intro .intro-button {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  max-width: 240px;
}
.loaded .intro .intro-button .btn-label,
.loaded .intro .intro-button .btn-icon {
  opacity: 1;
}
.loaded .intro .intro-content h1 span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.loaded .intro .intro-images-left, .loaded .intro .intro-images-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.loaded .intro .intro-hr {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.loaded .intro .intro-scroll-bg, .loaded .intro .intro-scroll-link {
  opacity: 1;
}
.loaded .intro .intro-back {
  opacity: 1;
}
.loaded .intro .intro-back .btn-label,
.loaded .intro .intro-back .btn-icon {
  opacity: 1;
}
@media (max-width: 1920px) {
  .intro-button {
    -webkit-transform: translate3d(-18.0555555556vw, 0, 0);
            transform: translate3d(-18.0555555556vw, 0, 0);
  }
  .intro-hr {
    margin-right: 228px;
  }
}
@media (max-width: 1728px) {
  .intro-images-left {
    margin-top: -11.1111111111vw;
    width: 35.9722222222vw;
  }
  .intro-images-right {
    margin-top: -22.2222222222vw;
    width: 30.7638888889vw;
  }
  .intro-scroll {
    bottom: 8.8888888889vw;
    height: 13.1944444444vw;
    right: 4.4444444444vw;
    width: 13.1944444444vw;
  }
  .intro-scroll-bottom {
    bottom: 4.4444444444vw;
  }
  .intro-scroll-link {
    height: 3.3333333333vw;
    width: 3.3333333333vw;
  }
  .intro-scroll-link svg {
    width: 1.0416666667vw;
  }
}
@media (max-width: 1439.98px) {
  .intro-content {
    padding-bottom: 80px;
    padding-top: 106px;
  }
  .intro-images-left {
    margin-top: -151px;
    width: 490px;
  }
  .intro-images-right {
    margin-top: -302px;
    width: 419px;
  }
  .intro-scroll {
    bottom: 80px;
    height: 180px;
    right: 64px;
    width: 180px;
  }
  .intro-scroll-bottom {
    bottom: 48px;
  }
  .intro-scroll-link {
    height: 48px;
    width: 48px;
  }
  .intro-scroll-link svg {
    width: 15px;
  }
}
@media (max-width: 1280px) {
  .intro-content {
    padding-bottom: 72px;
    padding-top: 97px;
  }
  .intro-images-left {
    margin-top: -120px;
    width: 388px;
  }
  .intro-images-right {
    margin-top: -240px;
    width: 332px;
  }
  .intro-scroll {
    bottom: 72px;
    height: 142px;
    right: 64px;
    width: 142px;
  }
  .intro-scroll-bottom {
    bottom: 48px;
  }
  .intro-hr {
    margin-right: 180px;
  }
}
@media (max-width: 1024px) {
  .intro-images-left {
    margin-top: -11.23046875vw;
    width: 36.328125vw;
  }
  .intro-images-right {
    margin-top: -22.4609375vw;
    width: 31.0546875vw;
  }
  .intro-scroll {
    bottom: 72px;
    height: 13.3191661964vw;
    right: 59px;
    width: 13.3191661964vw;
  }
  .intro-hr {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .intro-content {
    display: block;
  }
  .intro-content h1 {
    margin-bottom: 18px;
  }
  .intro-content-center {
    padding-top: 140px;
  }
  .intro-content-center h1 {
    margin-bottom: 48px;
  }
  .intro-back {
    margin-bottom: 48px;
  }
  .intro-scroll {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .intro {
    background-position: 0% 50%;
  }
  .intro-content {
    padding-bottom: 32px;
    padding-top: 100px;
  }
  .intro-content h1 {
    margin-bottom: 56px;
  }
  .intro-content h1 span {
    display: block !important;
  }
  .intro-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 586px;
  }
  .intro-content-center h1 {
    margin-bottom: 56px;
  }
  .intro-back {
    margin-bottom: 24px;
  }
  .intro-images {
    display: none;
  }
  .intro-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro-button {
    -webkit-transform: translate3d(-96px, 0, 0);
            transform: translate3d(-96px, 0, 0);
    max-width: 64px;
  }
  .intro-hr {
    margin-top: 64px;
    -webkit-transform: translate3d(100vw, 0, 0);
            transform: translate3d(100vw, 0, 0);
  }
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.device .intro-content {
  display: block;
}
.device .intro-content h1 {
  margin-bottom: 18px;
}
.device .intro-content-center {
  padding-top: 140px;
}
.device .intro-content-center h1 {
  margin-bottom: 48px;
}
.device .intro-back {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .device .intro-scroll {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .device .intro-content h1 {
    margin-bottom: 56px;
  }
  .device .intro-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    min-height: 586px;
  }
  .device .intro-content-center h1 {
    margin-bottom: 56px;
  }
  .device .intro-back {
    margin-bottom: 24px;
  }
}

.wysiwyg {
  padding-bottom: 77px;
  padding-top: 166px;
}
.wysiwyg .lead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 77px;
}
.wysiwyg-block {
  margin-bottom: 77px;
  margin-top: 77px;
}
.wysiwyg-block:last-child {
  margin-bottom: 0;
}
.wysiwyg ul {
  display: block;
}
.wysiwyg ul li {
  font-size: 19px;
  margin-bottom: 14px;
  padding-left: 14px;
  position: relative;
}
.wysiwyg ul li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 4px;
}
.wysiwyg ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1728px) {
  .wysiwyg {
    padding-bottom: 4.4444444444vw;
    padding-top: 9.5833333333vw;
  }
  .wysiwyg .lead {
    padding-bottom: 4.4444444444vw;
  }
  .wysiwyg-block {
    margin-bottom: 4.4444444444vw;
    margin-top: 4.4444444444vw;
  }
  .wysiwyg ul li {
    font-size: 1.1111111111vw;
    margin-bottom: 0.8333333333vw;
    padding-left: 0.8333333333vw;
  }
  .wysiwyg ul li:before {
    top: 0.7vw;
  }
}
@media (max-width: 1439.98px) {
  .wysiwyg {
    padding-bottom: 60px;
    padding-top: 130px;
  }
  .wysiwyg .lead {
    padding-bottom: 60px;
  }
  .wysiwyg-block {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .wysiwyg ul li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 12px;
  }
  .wysiwyg ul li:before {
    top: 10px;
  }
}
@media (max-width: 1280px) {
  .wysiwyg {
    padding-bottom: 48px;
    padding-top: 104px;
  }
  .wysiwyg .lead {
    padding-bottom: 48px;
  }
  .wysiwyg-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}
@media (max-width: 1024px) {
  .wysiwyg {
    padding-top: 86px;
  }
}
@media (max-width: 896px) {
  .wysiwyg {
    padding-top: 74px;
  }
}
@media (max-width: 767.98px) {
  .wysiwyg {
    padding-top: 64px;
  }
}
@media (max-width: 428px) {
  .wysiwyg {
    padding-top: 48px;
  }
}

.about {
  overflow: visible;
  position: relative;
}
.about-bg {
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 120.0694444444vw;
  position: absolute;
  right: 0;
  top: 4.5833333333vw;
  -webkit-transform: translate3d(77.9166666667vw, 120.0694444444vw, 0);
          transform: translate3d(77.9166666667vw, 120.0694444444vw, 0);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  width: 77.9166666667vw;
}
.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.about-content h2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.25s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.25s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s;
  -o-transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.25s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.25s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.25s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s, -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.25s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.15s;
}
.about-content .about-lead {
  font-size: 38px;
  opacity: 0;
  margin-right: 77px;
  -webkit-transform: translate3d(0, 77px, 0);
          transform: translate3d(0, 77px, 0);
  -webkit-transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  -o-transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  transition: opacity 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
}
.about-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 667.2px;
  overflow: visible;
  margin-left: auto;
  padding: 60px 60px 0;
  position: relative;
  width: 727.2px;
}
.about-img-circle {
  fill: none;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
  -o-transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
  width: 83.498349835%;
}
.about-img-logo {
  background: #fcfcfc;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
          box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 300px;
  left: 50%;
  margin: -120px 0 0 -150px;
  padding: 76.8px 78.6px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: -webkit-transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  -o-transition: transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s, -webkit-transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  width: 300px;
  z-index: 1;
}
.about-img-logo svg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s;
  transition: opacity 0.5s ease-out 1s;
}
.about-img-icon {
  border-radius: 24px;
  display: block;
  height: 120px;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s, opacity 0s ease-out 1.05s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s, opacity 0s ease-out 1.05s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s, opacity 0s ease-out 1.05s;
  width: 120px;
}
.about-img-icon-top {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.about-img-icon-topleft {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.about-img-icon-topright {
  right: 50%;
  top: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}
.about-img-icon-bottomleft {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
}
.about-img-icon-bottomright {
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
}
.about.visible .about-bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about.visible .about-content h2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about.visible .about-content .about-lead {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about.visible .about-img-circle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about.visible .about-img-logo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about.visible .about-img-logo svg {
  opacity: 1;
}
.about.visible .about-img-icon {
  opacity: 1;
}
.about.visible .about-img-icon-top {
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.about.visible .about-img-icon-topleft {
  left: 0;
  top: 32.552734375%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about.visible .about-img-icon-topright {
  right: 0;
  top: 32.552734375%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about.visible .about-img-icon-bottomleft {
  bottom: 0;
  left: 18.1003584229%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about.visible .about-img-icon-bottomright {
  bottom: 0;
  right: 18.1003584229%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1728px) {
  .about-content .about-lead {
    font-size: 2.2222222222vw;
    margin-right: 4.5138888889vw;
    -webkit-transform: translate3d(0, 4.5138888889vw, 0);
            transform: translate3d(0, 4.5138888889vw, 0);
  }
  .about-img {
    height: 38.6111111111vw;
    padding: 3.4722222222vw 3.4722222222vw 0;
    width: 42.0833333333vw;
  }
  .about-img-logo {
    height: 17.3611111111vw;
    margin: -6.9444444444vw 0 0 -8.6805555556vw;
    padding: 4.4444444444vw 4.5486111111vw;
    width: 17.3611111111vw;
  }
  .about-img-icon {
    border-radius: 1.3888888889vw;
    height: 6.9444444444vw;
    width: 6.9444444444vw;
  }
}
@media (max-width: 1439.98px) {
  .about-content .about-lead {
    font-size: 30px;
  }
  .about-img {
    height: 512px;
    padding: 8.2437275986% 8.2437275986% 0;
    width: 558px;
  }
  .about-img-logo {
    height: 44.921875%;
    margin: -16.4874551971% 0 0 -20.6093189964%;
    padding: 10.5734767025% 10.8064516129%;
    width: 41.2186379928%;
  }
  .about-img-icon {
    border-radius: 18.5px;
    height: 17.96875%;
    width: 16.4874551971%;
  }
}
@media (max-width: 1280px) {
  .about-content .about-lead {
    font-size: 24px;
  }
  .about-img {
    height: 402px;
    width: 438px;
  }
  .about-img-icon {
    border-radius: 15px;
  }
}
@media (max-width: 1024px) {
  .about-img {
    height: 330px;
    width: 360px;
  }
}
@media (max-width: 1023px) {
  .about-content {
    padding-bottom: 112.5px;
    padding-top: 112.5px;
  }
}
@media (max-width: 896px) {
  .about-content {
    padding-bottom: 96px;
    padding-top: 96px;
  }
  .about-img {
    height: 281px;
    width: 306px;
  }
}
@media (max-width: 767.98px) {
  .about-bg {
    height: 864.5px;
    left: 50%;
    margin-left: -486px;
    right: auto;
    width: 636px;
  }
  .about-content {
    display: block;
    padding-bottom: 48px;
    padding-top: 64px;
  }
  .about-content .about-lead {
    margin-right: 0;
  }
  .about-img {
    height: 330px;
    margin-right: auto;
    margin-top: 32px;
    padding: 29.7px 29.7px 0;
    width: 360px;
  }
}
@media (max-width: 428px) {
  .about-img {
    height: 286px;
    margin-top: 32px;
    padding: 25.7px 25.7px 0;
    width: 312px;
  }
}

.device .about-bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .about-content {
  padding-bottom: 130px;
  padding-top: 130px;
}
.device .about-content h2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .about-content .about-lead {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .about-img-circle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.device .about-img-logo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.device .about-img-logo svg {
  opacity: 1;
}
.device .about-img-icon {
  opacity: 1;
}
.device .about-img-icon-top {
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.device .about-img-icon-topleft {
  left: 0;
  top: 32.552734375%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .about-img-icon-topright {
  right: 0;
  top: 32.552734375%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .about-img-icon-bottomleft {
  bottom: 0;
  left: 18.1003584229%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .about-img-icon-bottomright {
  bottom: 0;
  right: 18.1003584229%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1023px) {
  .device .about-content {
    padding-bottom: 112.5px;
    padding-top: 112.5px;
  }
}
@media (max-width: 896px) {
  .device .about-content {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media (max-width: 767.98px) {
  .device .about-content {
    padding-bottom: 48px;
    padding-top: 64px;
  }
}

.trends {
  overflow: hidden;
  position: relative;
}
.trends-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.trends-content h2 {
  pointer-events: auto;
}
.trends-content h2 span {
  display: inline-block !important;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
  -o-transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s, -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
  width: auto !important;
}
.trends-content h2 span:nth-child(2) {
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.trends-content h2 span:nth-child(3) {
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.trends-content h2 span:nth-child(4) {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.trends-content h2 span:nth-child(5) {
  -webkit-transition-delay: 1.15s;
       -o-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.trends-content .big {
  margin-right: 77px;
  opacity: 0;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
}
.trends-arrow {
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.2);
          box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.2);
  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;
  height: 90px;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  width: 90px;
  z-index: 2;
}
.trends-arrow svg {
  width: 10px;
}
.trends-arrow svg path {
  fill: none;
  stroke: #000;
  stroke-width: 3;
}
.trends-arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.desktop .trends-arrow:not(.disabled):hover {
  background: #00FFCC;
}
.trends-prev {
  left: calc((100vw - 1464px) / 4 - 45px);
}
.trends-prev svg {
  margin-left: -3px;
}
.trends-next {
  right: calc((100vw - 1464px) / 4 - 45px);
}
.trends-next svg {
  margin-right: -3px;
}
.trends-list {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.trends-list__item {
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  padding-bottom: 91px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0s linear 1s;
  -o-transition: opacity 0s linear 1s;
  transition: opacity 0s linear 1s;
  width: 100%;
}
.trends-list__item-img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-clip-path 0s ease-in-out 1s;
  transition: -webkit-clip-path 0s ease-in-out 1s;
  -o-transition: clip-path 0s ease-in-out 1s;
  transition: clip-path 0s ease-in-out 1s;
  transition: clip-path 0s ease-in-out 1s, -webkit-clip-path 0s ease-in-out 1s;
  max-width: 70.1388888889vw;
}
.trends-list__item-content {
  color: #fcfcfc;
  margin-left: auto;
  opacity: 0;
  position: relative;
  -webkit-transform: translate3d(-192px, 0, 0);
          transform: translate3d(-192px, 0, 0);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  z-index: 3;
}
.trends-list__item-content h3 {
  margin-bottom: 4px;
  margin-left: -126px;
  padding-left: 126px;
  margin-right: -70px;
  overflow: visible;
  position: relative;
  text-shadow: 0px 3px 5px rgba(17, 17, 17, 0.1);
}
.trends-list__item-content h3 span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  display: block;
  -webkit-transform: translate3d(0, 78px, 0);
          transform: translate3d(0, 78px, 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.95s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.95s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s;
  -o-transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.95s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.95s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.95s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s, -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.95s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.85s;
}
.trends-list__item-content .big {
  opacity: 0;
  text-shadow: 0px 5px 20px rgba(17, 17, 17, 0.2);
  -webkit-transform: translate3d(0, 48px, 0);
          transform: translate3d(0, 48px, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
}
.trends-list__item.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0s linear 0s;
  -o-transition: opacity 0s linear 0s;
  transition: opacity 0s linear 0s;
  z-index: 1;
}
.trends-list__item.active .trends-list__item-img {
  -webkit-transition: -webkit-clip-path 0.75s ease-in-out;
  transition: -webkit-clip-path 0.75s ease-in-out;
  -o-transition: clip-path 0.75s ease-in-out;
  transition: clip-path 0.75s ease-in-out;
  transition: clip-path 0.75s ease-in-out, -webkit-clip-path 0.75s ease-in-out;
}
.trends-list__item.active .trends-list__item-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0s ease-in-out 0s, -webkit-transform 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s, -webkit-transform 0s ease-in-out 0s;
  -o-transition: opacity 0s ease-in-out 0s, transform 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s, transform 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s, transform 0s ease-in-out 0s, -webkit-transform 0s ease-in-out 0s;
}
.trends-dots {
  bottom: 38px;
  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;
  left: 50%;
  opacity: 0;
  position: absolute;
  right: auto;
  top: auto;
  -webkit-transform: translate3d(-50%, 47px, 0);
          transform: translate3d(-50%, 47px, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out 0.5s;
  transition: -webkit-transform 0.5s ease-out 0.5s;
  -o-transition: transform 0.5s ease-out 0.5s;
  transition: transform 0.5s ease-out 0.5s;
  transition: transform 0.5s ease-out 0.5s, -webkit-transform 0.5s ease-out 0.5s;
  z-index: 2;
}
.trends-dots__item {
  border: 2px solid #6600FF;
  border-radius: 7.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 15px;
  margin-right: 24px;
  -webkit-transition: background 0.15s ease-in-out 0.25s, border-color 0.15s ease-in-out 0.25s, width 0.25s ease-in-out;
  -o-transition: background 0.15s ease-in-out 0.25s, border-color 0.15s ease-in-out 0.25s, width 0.25s ease-in-out;
  transition: background 0.15s ease-in-out 0.25s, border-color 0.15s ease-in-out 0.25s, width 0.25s ease-in-out;
  width: 15px;
}
.trends-dots__item:last-child {
  margin-bottom: 0;
}
.trends-dots__item.active {
  background: #00FFCC;
  border-color: #00FFCC;
  cursor: default;
  width: 62px;
  -webkit-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
  -o-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
}
.desktop .trends-dots__item:hover {
  background: #00FFCC;
  border-color: #00FFCC;
  -webkit-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
  -o-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
}
.trends.visible .trends-content h2 span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.trends.visible .trends-content .big {
  opacity: 1;
}
.trends.visible .trends-list .trends-list__item.active .trends-list__item-img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.trends.visible .trends-list .trends-list__item.active .trends-list__item-content h3 span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.trends.visible .trends-list .trends-list__item.active .trends-list__item-content .big {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.trends.visible .trends-dots {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1728px) {
  .trends-content .big {
    margin-right: 4.4444444444vw;
  }
  .trends-arrow {
    height: 74px;
    margin-top: -37px;
    width: 74px;
  }
  .trends-prev {
    left: calc(3.8194444444vw - 37px);
  }
  .trends-next {
    right: calc(3.8194444444vw - 37px);
  }
  .trends-list__item {
    padding-bottom: 5.2777777778vw;
  }
  .trends-list__item-content {
    -webkit-transform: translate3d(-11.11111vw, 0, 0);
            transform: translate3d(-11.11111vw, 0, 0);
  }
  .trends-list__item-content h3 span {
    -webkit-transform: translate3d(0, 4.5138888889vw, 0);
            transform: translate3d(0, 4.5138888889vw, 0);
  }
  .trends-list__item-content .big {
    -webkit-transform: translate3d(0, 2.7777777778vw, 0);
            transform: translate3d(0, 2.7777777778vw, 0);
  }
  .trends-dots {
    bottom: 2.2222222222vw;
  }
}
@media (max-width: 1439.98px) {
  .trends-content {
    padding-left: 47px;
  }
  .trends-arrow svg {
    width: 9px;
  }
  .trends-prev {
    left: 32px;
  }
  .trends-next {
    right: 32px;
  }
  .trends-list__item {
    padding-bottom: 71px;
  }
  .trends-list__item-content h3 {
    margin-left: -118px;
    padding-left: 118px;
  }
  .trends-dots {
    bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .trends-arrow {
    height: 68px;
    margin-top: -34px;
    width: 68px;
  }
  .trends-arrow svg {
    width: 7.5px;
  }
  .trends-list__item-content h3 {
    margin-left: -99px;
    padding-left: 99px;
  }
  .trends-list__item-content .big {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .trends-arrow {
    height: 56px;
    margin-top: -28px;
    width: 56px;
  }
  .trends-next {
    right: 32px;
  }
  .trends-list__item {
    padding-bottom: 57px;
  }
  .trends-list__item-content h3 {
    margin-left: -80px;
    padding-left: 80px;
  }
  .trends-list__item-content .big {
    font-size: 16px;
  }
  .trends-dots {
    bottom: 24px;
  }
  .trends-dots__item {
    border-radius: 5px;
    height: 10px;
    margin-right: 16px;
    -webkit-transition: background 0.15s ease-in-out 0.25s, border-color 0.15s ease-in-out 0.25s, width 0.25s ease-in-out;
    -o-transition: background 0.15s ease-in-out 0.25s, border-color 0.15s ease-in-out 0.25s, width 0.25s ease-in-out;
    transition: background 0.15s ease-in-out 0.25s, border-color 0.15s ease-in-out 0.25s, width 0.25s ease-in-out;
    width: 10px;
  }
  .trends-dots__item.active {
    height: 10px;
    width: 43px;
    -webkit-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
    -o-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
    transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
  }
  .desktop .trends-dots__item:hover {
    -webkit-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
    -o-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
    transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, width 0.25s ease-in-out;
  }
}
@media (max-width: 1023px) {
  .trends {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media (max-width: 896px) {
  .trends {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .trends-arrow {
    height: 48px;
    margin-top: -24px;
    width: 48px;
  }
  .trends-list__item-content {
    width: calc(45% - 30px);
  }
}
@media (min-width: 768px) {
  .trends-list {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .trends {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .trends-content {
    padding-left: 0;
  }
  .trends-list-wrapper {
    position: relative;
  }
  .trends-arrow {
    height: 40px;
    margin-top: -20px;
    top: 115px;
    width: 40px;
  }
  .trends-arrow svg {
    width: 6px;
  }
  .trends-prev {
    left: 24px;
  }
  .trends-prev svg {
    margin-left: -2px;
  }
  .trends-next {
    right: 24px;
  }
  .trends-next svg {
    margin-right: -2px;
  }
  .trends-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 16px;
    margin-top: 32px;
    padding: 0 32px 16px;
    overflow: auto;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .trends-list::-webkit-scrollbar {
    display: none;
  }
  .trends-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    display: block;
    margin-right: 10px;
    opacity: 1;
    padding-bottom: 0;
    pointer-events: auto;
    position: relative;
  }
  .trends-list__item-img {
    border-radius: 20px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    max-width: none;
    width: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .trends-list__item .container {
    padding: 0;
  }
  .trends-list__item-content {
    color: #000;
    margin-left: 0;
    margin-top: 16px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: auto;
  }
  .trends-list__item-content h3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    text-shadow: none;
  }
  .trends-list__item-content h3 span {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .trends-list__item-content .big {
    opacity: 1;
    text-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .trends-list__item:last-child {
    margin-right: 0;
  }
  .trends-list__item:last-child:after {
    content: "";
    display: table;
    height: 1px;
    left: 100%;
    position: absolute;
    width: 32px;
  }
  .trends-dots {
    bottom: auto;
    position: relative;
    top: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 428px) {
  .trends {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .trends-arrow {
    display: none;
  }
  .trends-list {
    margin-top: 24px;
    padding: 0 24px 16px;
  }
}

.device .trends {
  padding-bottom: 130px;
  padding-top: 130px;
}
.device .trends-content h2 span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .trends-content .big {
  opacity: 1;
}
.device .trends-list__item.active .trends-list__item-img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.device .trends-list__item.active .trends-list__item-content h3 span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .trends-list__item.active .trends-list__item-content .big {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.device .trends-dots {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1024px) {
  .device .trends {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media (max-width: 896px) {
  .device .trends {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .device .trends {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .device .trends-dots {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 428px) {
  .device .trends {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .device .trends-list__item:last-child:after {
    width: 24px;
  }
}

.apps {
  background-color: #F7F7FC;
  overflow: hidden;
  position: relative;
}
.apps-after {
  background-image: url(../img/about-bg.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 120.0694444444vw;
  position: absolute;
  right: -18vw;
  top: -109vw;
  width: 77.9166666667vw;
}
.apps-stroke {
  height: 275px;
  left: 660px;
  position: absolute;
  top: 108px;
}
.apps-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 180px;
  padding-top: 288px;
  position: relative;
}
.apps-slider {
  position: relative;
  width: 100%;
}
.apps-slider-arrow {
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.2);
          box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.2);
  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;
  height: 90px;
  margin-top: -45px;
  position: absolute;
  top: 243.5px;
  -webkit-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  width: 90px;
  z-index: 1;
}
.apps-slider-arrow svg {
  width: 10px;
}
.apps-slider-arrow svg path {
  fill: none;
  stroke: #000;
  stroke-width: 3;
}
.apps-slider-arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.desktop .apps-slider-arrow:not(.disabled):hover {
  background: #00FFCC;
}
.apps-slider-prev {
  left: calc(-45px + (1464px - 100vw) / 4);
}
.apps-slider-prev svg {
  margin-left: -3px;
}
.apps-slider-next {
  right: calc(-45px + (1464px - 100vw) / 4);
}
.apps-slider-next svg {
  margin-right: -3px;
}
.apps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 calc((1464px - 100vw) / 2) -28px;
  overflow: auto;
  padding: 0 calc((100vw - 1464px) / 2) 28px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.apps-list::-webkit-scrollbar {
  display: none;
}
.apps-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 708px;
          flex: 0 0 708px;
  margin-right: 48px;
  position: relative;
}
.apps-list__item-img {
  border-radius: 36px;
  display: block;
  height: 487px;
  margin-bottom: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.apps-list__item-card {
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  padding: 8% 0;
  position: absolute;
  right: 0;
  top: 0;
}
.apps-list__item-logo {
  background: #fcfcfc;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
          box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
  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;
  height: 0;
  padding-top: 18%;
  position: relative;
  width: 18%;
}
.apps-list__item-logo svg {
  display: block;
  left: 50%;
  margin: -25% 0 0 -24%;
  position: absolute;
  top: 50%;
  width: 48%;
}
.apps-list__item-title {
  color: #fcfcfc;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.apps-list__item-over {
  color: #fcfcfc;
  font-size: 30px;
  text-align: center;
  width: 55%;
  z-index: 1;
}
.apps-list__item-data {
  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;
}
.apps-list__item:last-child {
  margin-right: 0;
}
.apps-list__item-icon {
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  height: 132px;
  margin-right: 38px;
}
.apps-list__item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.apps-list__item-description {
  font-size: 22px;
  margin-bottom: 14px;
}
.apps-list__item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.apps-list__item-rating-stars {
  margin-right: 18px;
  position: relative;
  width: 118px;
}
.apps-list__item-rating-stars img {
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
}
.apps-list__item-rating-text {
  color: #8D839B;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: -1px;
}
.apps-list__item-platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.apps-list__item-platforms__item {
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 58px;
  margin-right: 14px;
  width: 58px;
}
.apps-list__item-platforms__item img {
  display: block;
  height: 24px;
}
.apps-list__item-platforms__item img.appstore {
  margin-top: -3px;
}
.apps-list__item-platforms__item img.googleplay {
  margin-left: 5px;
}
.apps-list__item-platforms__item:last-child {
  margin-right: 0;
}
.desktop .apps-list__item-platforms__item {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.desktop .apps-list__item-platforms__item:hover {
  background: #00FFCC;
  border-color: #00FFCC;
}
.apps-list__item.apps-list__item-soon .apps-list__item-img {
  margin-bottom: 0;
}
@media (max-width: 1728px) {
  .apps-stroke {
    height: 15.9027777778vw;
    left: 38.1944444444vw;
    top: 6.5972222222vw;
  }
  .apps-content {
    padding-bottom: 10.4166666667vw;
    padding-top: 16.6666666667vw;
  }
  .apps-slider-arrow {
    height: 74px;
    margin-top: -37px;
    top: 14.0959480122vw;
    width: 74px;
  }
  .apps-slider-prev {
    left: calc(-37px - 3.8194444444vw);
  }
  .apps-slider-next {
    right: calc(-37px - 3.8194444444vw);
  }
  .apps-list {
    margin-left: -7.6388888889vw;
    margin-right: -7.6388888889vw;
    padding-left: 7.6388888889vw;
    padding-right: 7.6388888889vw;
  }
  .apps-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.9722222222vw;
            flex: 0 0 40.9722222222vw;
    margin-right: 2.7777777778vw;
  }
  .apps-list__item-img {
    border-radius: 2.0833333333vw;
    height: 28.1918960245vw;
    margin-bottom: 2.2222222222vw;
  }
  .apps-list__item-title {
    font-size: 3.2vw;
  }
  .apps-list__item-over {
    font-size: 1.6vw;
  }
  .apps-list__item-icon {
    border-radius: 1.3888888889vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.6388888889vw;
            flex: 0 0 7.6388888889vw;
    height: 7.6388888889vw;
    margin-right: 2.2222222222vw;
  }
  .apps-list__item-description {
    font-size: 1.25vw;
    margin-bottom: 0.8333333333vw;
  }
  .apps-list__item-rating-stars {
    margin-right: 1.1111111111vw;
    width: 6.8055555556vw;
  }
  .apps-list__item-rating-text {
    font-size: 0.8333333333vw;
  }
  .apps-list__item-platforms__item {
    height: 3.3333333333vw;
    margin-right: 0.8333333333vw;
    width: 3.3333333333vw;
  }
  .apps-list__item-platforms__item img {
    height: 1.3888888889vw;
  }
  .apps-list__item-platforms__item img.appstore {
    margin-top: -0.1388888889vw;
  }
  .apps-list__item-platforms__item img.googleplay {
    margin-left: 0.1736111111vw;
  }
}
@media (max-width: 1439.98px) {
  .apps-slider-arrow {
    top: 192.5px;
  }
  .apps-slider-arrow svg {
    width: 9px;
  }
  .apps-slider-prev {
    left: calc(32px - (100vw - 1146px) / 2);
  }
  .apps-slider-next {
    right: calc(32px - (100vw - 1146px) / 2);
  }
  .apps-list {
    margin-left: calc((1146px - 100vw) / 2);
    margin-right: calc((1146px - 100vw) / 2);
    padding-left: calc((100vw - 1146px) / 2);
    padding-right: calc((100vw - 1146px) / 2);
  }
  .apps-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(68px * 6 + 30px * 5);
            flex: 0 0 calc(68px * 6 + 30px * 5);
    margin-right: 30px;
  }
  .apps-list__item-img {
    border-radius: 28px;
    height: 385px;
    margin-bottom: 30px;
  }
  .apps-list__item-title {
    font-size: 44px;
  }
  .apps-list__item-over {
    font-size: 24px;
  }
  .apps-list__item-icon {
    border-radius: 19px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 103px;
            flex: 0 0 103px;
    height: 103px;
    margin-right: 30px;
  }
  .apps-list__item-description {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .apps-list__item-rating-stars {
    margin-right: 15px;
    width: 98px;
  }
  .apps-list__item-rating-text {
    font-size: 12px;
    margin-top: -1px;
  }
  .apps-list__item-platforms__item {
    height: 45px;
    margin-right: 11px;
    width: 45px;
  }
  .apps-list__item-platforms__item img {
    height: 19px;
  }
  .apps-list__item-platforms__item img.appstore {
    margin-top: -2.5px;
  }
  .apps-list__item-platforms__item img.googleplay {
    margin-left: 3px;
  }
}
@media (max-width: 1280px) {
  .apps-slider-arrow {
    height: 68px;
    margin-top: -34px;
    top: 150.5px;
    width: 68px;
  }
  .apps-slider-arrow svg {
    width: 7.5px;
  }
  .apps-slider-prev {
    left: calc(32px - (100vw - 906px) / 2);
  }
  .apps-slider-next {
    right: calc(32px - (100vw - 906px) / 2);
  }
  .apps-list {
    margin-left: calc((906px - 100vw) / 2);
    margin-right: calc((906px - 100vw) / 2);
    padding-left: calc((100vw - 906px) / 2);
    padding-right: calc((100vw - 906px) / 2);
  }
  .apps-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48px * 6 + 30px * 5);
            flex: 0 0 calc(48px * 6 + 30px * 5);
    margin-right: 30px;
  }
  .apps-list__item-img {
    border-radius: 23px;
    height: 301px;
    margin-bottom: 24px;
  }
  .apps-list__item-title {
    font-size: 34px;
  }
  .apps-list__item-over {
    font-size: 18px;
  }
  .apps-list__item-icon {
    border-radius: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    height: 88px;
    margin-right: 24px;
  }
  .apps-list__item-description {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .apps-list__item-platforms__item {
    height: 36px;
    width: 36px;
  }
  .apps-list__item-platforms__item img {
    height: 14px;
  }
  .apps-list__item-platforms__item img.appstore {
    margin-top: -2.5px;
  }
  .apps-list__item-platforms__item img.googleplay {
    margin-left: 3px;
  }
}
@media (max-width: 1024px) {
  .apps-slider-arrow {
    height: 56px;
    margin-top: -28px;
    top: calc((50vw - 20px - 59px) * 0.6880733945 / 2);
    width: 56px;
  }
  .apps-slider-prev {
    left: -27px;
  }
  .apps-slider-next {
    right: -27px;
  }
  .apps-list {
    margin-left: -59px;
    margin-right: -59px;
    padding-left: 59px;
    padding-right: 59px;
  }
  .apps-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
  .apps-list__item-img {
    border-radius: 20px;
    height: auto;
  }
  .apps-list__item-data {
    position: relative;
  }
  .apps-list__item-icon {
    border-radius: 13px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
  }
  .apps-list__item-platforms {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 896px) {
  .apps-slider-arrow {
    height: 48px;
    margin-top: -24px;
    top: calc((50vw - 20px - 48px) * 0.6880733945 / 2);
    width: 48px;
  }
  .apps-slider-prev {
    left: -16px;
  }
  .apps-slider-next {
    right: -16px;
  }
  .apps-list {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .apps-list__item-title {
    font-size: 30px;
  }
  .apps-list__item-over {
    font-size: 16px;
  }
  .apps-list__item-icon {
    border-radius: 11px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74px;
            flex: 0 0 74px;
    height: 74px;
    margin-right: 18px;
  }
}
@media (max-width: 767.98px) {
  .apps-content {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .apps-after, .apps-stroke {
    display: none;
  }
  .apps-slider-arrow {
    height: 40px;
    margin-top: -20px;
    top: 110px;
    width: 40px;
  }
  .apps-slider-arrow svg {
    width: 6px;
  }
  .apps-slider-prev {
    left: -8px;
  }
  .apps-slider-prev svg {
    margin-left: -2px;
  }
  .apps-slider-next {
    right: -8px;
  }
  .apps-slider-next svg {
    margin-right: -2px;
  }
  .apps-list {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .apps-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin-right: 10px;
  }
  .apps-list__item-title {
    font-size: 28px;
  }
  .apps-list__item-over {
    font-size: 14px;
  }
  .apps-list__item-icon {
    border-radius: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
    height: 77px;
    margin-right: 16px;
  }
  .apps-list__item-description {
    margin-bottom: 12px;
  }
}
@media (max-width: 428px) {
  .apps-slider-arrow {
    display: none;
  }
  .apps-list {
    display: block;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .apps-list__item {
    margin-bottom: 64px;
    margin-right: 0;
    width: 100%;
  }
  .apps-list__item:last-child {
    margin-bottom: 0;
  }
}

.downloads {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fcfcfc;
}
.downloads-content {
  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;
}
.downloads-top {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.downloads-counter {
  font-size: 216px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.downloads-h3 {
  text-align: center;
  max-width: 480px;
}
.downloads-rating {
  margin-bottom: 29px;
  margin-top: 67px;
}
.downloads-rating-stars {
  position: relative;
  width: 235.2px;
}
.downloads-rating-stars img {
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
}
.downloads-rating-stars img:first-child {
  position: relative;
  top: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.downloads-rating-stars img.js-downloads-stars {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 1s ease-in-out 0.25s;
  transition: -webkit-clip-path 1s ease-in-out 0.25s;
  -o-transition: clip-path 1s ease-in-out 0.25s;
  transition: clip-path 1s ease-in-out 0.25s;
  transition: clip-path 1s ease-in-out 0.25s, -webkit-clip-path 1s ease-in-out 0.25s;
}
.downloads .big {
  text-align: center;
}
@media (max-width: 1728px) {
  .downloads-top {
    font-size: 2.2222222222vw;
  }
  .downloads-counter {
    font-size: 12.5vw;
  }
  .downloads-h3 {
    max-width: 27.7777777778vw;
  }
  .downloads-rating {
    margin-bottom: 1.6666666667vw;
    margin-top: 4.1666666667vw;
  }
  .downloads-rating-stars {
    width: 13.6111111111vw;
  }
}
@media (max-width: 1439.98px) {
  .downloads-top {
    font-size: 30px;
  }
  .downloads-counter {
    font-size: 167px;
  }
  .downloads-h3 {
    max-width: 380px;
  }
  .downloads-rating {
    margin-bottom: 24px;
    margin-top: 56px;
  }
  .downloads-rating-stars {
    width: 184px;
  }
}
@media (max-width: 1280px) {
  .downloads-top {
    font-size: 24px;
  }
  .downloads-counter {
    font-size: 140px;
  }
  .downloads-h3 {
    max-width: 300px;
  }
  .downloads-rating-stars {
    width: 147px;
  }
}
@media (max-width: 1023px) {
  .downloads-content {
    padding-bottom: 84px;
    padding-top: 76px;
  }
}
@media (max-width: 896px) {
  .downloads-h3 {
    font-size: 36px;
  }
}

.device .downloads-content {
  padding-bottom: 110px;
  padding-top: 100px;
}
@media (max-width: 1023px) {
  .device .downloads-content {
    padding-bottom: 84px;
    padding-top: 76px;
  }
}

.careers {
  overflow: hidden;
  position: relative;
}
.careers-before {
  background: #6600FF;
  border-radius: 50%;
  height: 41.6666666667vw;
  left: -20.8333333333vw;
  position: absolute;
  top: 48vw;
  width: 41.6666666667vw;
}
.careers-after {
  background-image: url(../img/about-bg.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 120.0694444444vw;
  position: absolute;
  right: -7.5vw;
  top: 19.4444444444vw;
  width: 77.9166666667vw;
}
.careers-content {
  padding-bottom: 216px;
  padding-top: 180px;
  position: relative;
}
.careers-menu {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.careers-menu__item {
  border: 2px solid rgba(35, 35, 38, 0.1);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-bottom: 12px;
  padding: 0 24px 1px;
  text-decoration: none;
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.careers-menu__item.selected {
  background: #00FFCC;
  border-color: #00FFCC;
  pointer-events: none;
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out 0.1s;
  -o-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out 0.1s;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out 0.1s;
}
.desktop .careers-menu__item:hover {
  border-color: #00FFCC;
}
.careers-menu__item:last-child {
  margin-bottom: 0;
}
.careers-right {
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.careers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px;
}
.careers-list__item {
  background: white;
  -webkit-box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
          box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 36px;
  margin: 24px;
  padding: 38px 48px 78px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 1;
}
.careers-list__item-group {
  border-bottom: 1px solid rgba(217, 219, 233, 0.5);
  padding-bottom: 29px;
}
.careers-list__item-excerpt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 38px;
  margin-top: 29px;
}
.careers-list__item .btn {
  bottom: 38px;
  left: 48px;
  position: absolute;
}
@media (max-width: 1728px) {
  .careers-content {
    padding-bottom: 12.5vw;
    padding-top: 10.4166666667vw;
  }
  .careers-list {
    margin: -1.3888888889vw;
  }
  .careers-list__item {
    border-radius: 2.0833333333vw;
    margin: 1.3888888889vw;
    padding: 2.2222222222vw 2.7777777778vw calc(40px + 2.2222222222vw);
  }
  .careers-list__item-group {
    padding-bottom: 1.6666666667vw;
  }
  .careers-list__item-excerpt {
    margin-bottom: 2.2222222222vw;
    margin-top: 1.6666666667vw;
  }
  .careers-list__item .btn {
    bottom: 2.2222222222vw;
    left: 2.7777777778vw;
  }
}
@media (max-width: 1439.98px) {
  .careers-list {
    margin: -15px;
  }
  .careers-list__item {
    border-radius: 28px;
    margin: 15px;
    padding: 30px 37.5px 77.5px;
  }
  .careers-list__item-group {
    padding-bottom: 24px;
  }
  .careers-list__item-excerpt {
    margin-bottom: 30px;
    margin-top: 24px;
  }
  .careers-list__item .btn {
    bottom: 30px;
    left: 37.5px;
  }
}
@media (max-width: 1280px) {
  .careers-list__item {
    border-radius: 22.5px;
    padding: 24px 32px 64px;
  }
  .careers-list__item-excerpt {
    margin-bottom: 24px;
  }
  .careers-list__item .btn {
    bottom: 24px;
    left: 32px;
  }
}
@media (max-width: 1024px) {
  .careers-list__item {
    border-radius: 20px;
  }
}
@media (max-width: 896px) {
  .careers-left {
    width: calc(30% - 30px / 2);
  }
  .careers-right {
    width: calc(70% - 30px / 2);
  }
}
@media (max-width: 767.98px) {
  .careers-before, .careers-after {
    display: none;
  }
  .careers-content {
    display: block;
    padding-bottom: 64px;
    padding-top: 64px;
    margin: 0;
  }
  .careers-left, .careers-right {
    width: auto;
  }
  .careers-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -32px;
    overflow: auto;
    padding: 0 32px 36px;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .careers-menu::-webkit-scrollbar {
    display: none;
  }
  .careers-menu__item {
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
  }
  .careers-menu__item:last-child {
    margin-right: 0;
  }
  .careers-menu__item:last-child:after {
    content: "";
    display: table;
    height: 1px;
    left: 100%;
    position: absolute;
    width: 32px;
  }
  .careers-list {
    margin: -12px -5px;
  }
  .careers-list__item {
    margin: 12px 5px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 599px) {
  .careers-list__item {
    margin: 12px 5px;
    width: calc(100% - 10px);
  }
}
@media (max-width: 428px) {
  .careers-menu {
    margin: 0 -24px;
    padding: 0 24px 36px;
  }
  .careers-menu__item:last-child:after {
    width: 24px;
  }
}

.benefits {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fcfcfc;
}
.benefits-content {
  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;
}
.benefits-content h2 {
  text-align: center;
  max-width: 1000px;
}
.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.benefits-list__item {
  background: white;
  -webkit-box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
          box-shadow: 0px 20px 24px rgba(17, 17, 17, 0.06);
  border-radius: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 43px 55px;
}
.benefits-list__item-img {
  display: block;
  height: 84px;
  margin-bottom: 29px;
}
.benefits-list__item-label {
  text-align: center;
}
@media (max-width: 1728px) {
  .benefits-content h2 {
    max-width: 58.0555555556vw;
  }
  .benefits-list__item {
    border-radius: 2.0833333333vw;
    font-size: 1.3888888889vw;
    padding: 2.5vw 3.1944444444vw;
  }
  .benefits-list__item-img {
    height: 4.8611111111vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 1439.98px) {
  .benefits-content h2 {
    max-width: 784px;
  }
  .benefits-list__item {
    border-radius: 28px;
    font-size: 19px;
    padding: 34px 43px;
  }
  .benefits-list__item-img {
    height: 66px;
    margin-bottom: 22.5px;
  }
}
@media (max-width: 1280px) {
  .benefits-content h2 {
    max-width: 627px;
  }
  .benefits-list__item {
    border-radius: 22.5px;
    font-size: 16px;
    padding: 32px 34px;
  }
  .benefits-list__item-img {
    height: 53px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .benefits-content h2 {
    max-width: 523px;
  }
  .benefits-list {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .benefits-list__item {
    border-radius: 20px;
    font-size: 14px;
    margin: 0 15px;
    padding-left: 29px;
    padding-right: 29px;
  }
  .benefits-list__item-img {
    height: 48px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .benefits-content {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media (max-width: 896px) {
  .benefits-content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .benefits-list__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 804px) {
  .benefits-list__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .benefits-content {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .benefits-content h2 {
    max-width: none;
  }
  .benefits-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -8px -5px;
  }
  .benefits-list__item {
    margin: 8px 5px;
    width: calc(50% - 10px);
  }
  .benefits-list__item-label {
    max-width: 130px;
  }
}

.device .benefits-content {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .device-content {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media (max-width: 1023px) {
  .device-content {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media (max-width: 896px) {
  .device-content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .device-content {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

.partners {
  background-color: #F7F7FC;
  overflow: hidden;
  position: relative;
}
.partners-after {
  background-image: url(../img/about-bg.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 120.0694444444vw;
  position: absolute;
  right: -18vw;
  top: -109vw;
  width: 77.9166666667vw;
}
.partners-stroke {
  height: 275px;
  left: 380px;
  position: absolute;
  top: 108px;
}
.partners-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 142px;
  padding-top: 320px;
  position: relative;
}
.partners-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  color: #fcfcfc;
  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;
  padding: 142px 96px;
}
.partners-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(55% - 45px);
          flex: 0 0 calc(55% - 45px);
  font-size: 38px;
  font-weight: 700;
}
.partners-right {
  border-top: 1px solid rgba(252, 252, 252, 0.3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45% - 45px);
          flex: 0 0 calc(45% - 45px);
  font-size: 22px;
  line-height: 1.5;
  padding-top: 38px;
}
.partners-right p {
  margin-bottom: 38px;
}
@media (max-width: 1728px) {
  .partners-stroke {
    height: 15.9027777778vw;
    left: 22.0138888889vw;
    top: 6.5972222222vw;
  }
  .partners-content {
    padding-bottom: 8.1944444444vw;
    padding-top: 18.5185185185vw;
  }
  .partners-block {
    border-radius: 2.0833333333vw;
    padding: 8.1944444444vw 5.5555555556vw;
  }
  .partners-left {
    font-size: 2.2222222222vw;
  }
  .partners-right {
    font-size: 1.25vw;
    padding-top: 2.2222222222vw;
  }
  .partners-right p {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 1439.98px) {
  .partners-block {
    border-radius: 28px;
    padding: 110px 75px;
  }
  .partners-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 42px);
            flex: 0 0 calc(55% - 42px);
    font-size: 30px;
  }
  .partners-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 42px);
            flex: 0 0 calc(45% - 42px);
    font-size: 17px;
    padding-top: 32px;
  }
  .partners-right p {
    margin-bottom: 32px;
  }
}
@media (max-width: 1280px) {
  .partners-block {
    border-radius: 22.5px;
    padding: 80px 60px;
  }
  .partners-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 34px);
            flex: 0 0 calc(55% - 34px);
    font-size: 28px;
  }
  .partners-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 34px);
            flex: 0 0 calc(45% - 34px);
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .partners-block {
    border-radius: 20px;
    padding: 60px 50px;
  }
  .partners-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 28px);
            flex: 0 0 calc(55% - 28px);
    font-size: 26px;
  }
  .partners-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 28px);
            flex: 0 0 calc(45% - 28px);
    font-size: 15px;
  }
}
@media (max-width: 896px) {
  .partners-block {
    padding: 50px 42px;
  }
  .partners-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 24px);
            flex: 0 0 calc(55% - 24px);
    font-size: 24px;
  }
  .partners-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 24px);
            flex: 0 0 calc(45% - 24px);
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .partners-content {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .partners-after, .partners-stroke {
    display: none;
  }
  .partners-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 36px;
  }
  .partners-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 20px;
    margin-bottom: 32px;
  }
  .partners-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  .partners-block {
    padding: 32px;
  }
  .partners .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.text {
  padding: 192px 0 240px;
  position: relative;
}
.text:before {
  background: #6600FF;
  border-radius: 50%;
  content: "";
  height: 27.7777777778vw;
  left: -13.8888888889vw;
  opacity: 0.1;
  position: absolute;
  top: 42.0833333333vw;
  width: 27.7777777778vw;
}
.text:after {
  background-image: url(../img/about-bg.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 120.0694444444vw;
  opacity: 0.1;
  position: absolute;
  right: -7.5vw;
  top: -20vw;
  width: 77.9166666667vw;
}
.text-header {
  margin-bottom: 115px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
}
.text-header:after {
  background: #000;
  bottom: 0;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 50% 0%);
          clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 50% 0%);
  display: block;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  -o-transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s, -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
}
.text-header h1 {
  font-size: 77px;
  margin-bottom: 30px;
}
.text-header h1 span {
  display: inline-block !important;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  padding-right: 0.05em;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  -o-transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s, -webkit-clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  width: auto !important;
}
.text-header h1 span:nth-child(2) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.text-header h1 span:nth-child(3) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.text-header h1 span:nth-child(4) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.text-header h1 span:nth-child(5) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.text-date {
  color: #8D839B;
  opacity: 0;
  -webkit-transform: translate3d(32px, 0, 0);
          transform: translate3d(32px, 0, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  -o-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s;
}
.text-image {
  position: relative;
  z-index: 1;
}
.text-image img {
  display: block;
  height: auto;
  width: 100%;
}
.text-image + .text-content {
  margin-top: 96px;
}
.text-image-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 96px;
}
.text-image__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  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;
  min-height: 160px;
  margin: 0 24px;
  padding: 58px;
  min-width: 300px;
}
.text-image__item.dark {
  background: #000000;
}
.text-image__item img {
  height: 77px;
  width: auto;
}
.text-content {
  position: relative;
  z-index: 1;
}
.text-content .lead,
.text-content p {
  margin-bottom: 29px;
}
.text-content .lead:last-child,
.text-content p:last-child {
  margin-bottom: 0;
}
.text-content hr {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  display: block;
  height: 1px;
  margin: 77px 0;
}
.text-content h4, .text-content h5, .text-content h6 {
  margin-bottom: 20px;
  margin-top: 58px;
}
.text-content h4:last-child, .text-content h5:last-child, .text-content h6:last-child {
  margin-bottom: 0;
}
.text-content h4 {
  font-size: 46px;
}
.text-content h5 {
  font-size: 36px;
}
.text-content ul {
  margin-bottom: 29px;
}
.text-content ul:last-child {
  margin-bottom: 0;
}
.text-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}
.text-content ul li:before {
  border: 3px solid #6600FF;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 10px;
}
.text-content ul li:last-child {
  margin-bottom: 0;
}
.text-content .wp-block-table {
  margin: 48px 0;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.text-content .wp-block-table::-webkit-scrollbar {
  display: none;
}
.text-content .wp-block-table table {
  background: #FFFFFF;
  border: 1px solid #F2F2F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 943px;
}
.text-content .wp-block-table table thead tr th {
  background: #EFF0F7;
  color: #4E4B66;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  text-align: left;
  text-transform: uppercase;
}
.text-content .wp-block-table table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.text-content .wp-block-table table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.text-content .wp-block-table table tbody tr td {
  border-top: 1px solid #E5E7EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 16px;
  min-width: 140px;
}
.text-content a {
  color: #6600FF;
  text-decoration: underline;
}
.desktop .text-content a:hover {
  text-decoration: none;
}
.loaded .text .text-header:after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.loaded .text .text-header h1 span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.loaded .text .text-date {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1728px) {
  .text {
    padding: 11.1111111111vw 0 13.8888888889vw;
  }
  .text-header {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .text-header h1 {
    font-size: 4.4444444444vw;
    margin-bottom: 1.7361111111vw;
  }
  .text-image + .text-content {
    margin-top: 5.5555555556vw;
  }
  .text-image-top {
    margin-bottom: 5.5555555556vw;
  }
  .text-image__item {
    min-height: 11.1111111111vw;
    margin: 0 1.3888888889vw;
    padding: 3.3333333333vw;
    min-width: 20.8333333333vw;
  }
  .text-image__item img {
    height: 4.4444444444vw;
  }
  .text-content .lead,
  .text-content p {
    margin-bottom: 1.6666666667vw;
  }
  .text-content hr {
    margin: 4.4444444444vw 0;
  }
  .text-content h4, .text-content h5, .text-content h6 {
    margin-bottom: 1.1111111111vw;
    margin-top: 3.3333333333vw;
  }
  .text-content h4 {
    font-size: 2.6388888889vw;
  }
  .text-content h5 {
    font-size: 2.0888888889vw;
  }
  .text-content ul {
    margin-bottom: 1.6666666667vw;
  }
  .text-content ul li {
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 1439.98px) {
  .text {
    padding: 150px 0 187.5px;
  }
  .text-header {
    margin-bottom: 90px;
    padding-bottom: 90px;
  }
  .text-header h1 {
    font-size: 60px;
    margin-bottom: 24px;
  }
  .text-image + .text-content {
    margin-top: 75px;
  }
  .text-image-top {
    margin-bottom: 75px;
  }
  .text-image__item {
    min-height: 150px;
    margin: 0 20px;
    padding: 45px;
    min-width: 280px;
  }
  .text-image__item img {
    height: 60px;
  }
  .text-content .lead,
  .text-content p {
    margin-bottom: 24px;
  }
  .text-content hr {
    margin: 64px 0;
  }
  .text-content h4, .text-content h5, .text-content h6 {
    margin-bottom: 16px;
    margin-top: 48px;
  }
  .text-content h4 {
    font-size: 36px;
  }
  .text-content h5 {
    font-size: 28px;
  }
  .text-content ul {
    margin-bottom: 24px;
  }
  .text-content ul li {
    margin-bottom: 8px;
  }
  .text-content .wp-block-table {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
@media (max-width: 1280px) {
  .text {
    padding: 150px 0;
  }
  .text-header {
    margin-bottom: 72px;
    padding-bottom: 72px;
  }
  .text-header h1 {
    font-size: 48px;
  }
  .text-image + .text-content {
    margin-top: 60px;
  }
  .text-image-top {
    margin-bottom: 60px;
  }
  .text-image__item {
    min-height: 120px;
    margin: 0 15px;
    padding: 36px;
    min-width: 225px;
  }
  .text-image__item img {
    height: 48px;
  }
  .text-content hr {
    margin: 48px 0;
  }
  .text-content h4 {
    font-size: 32px;
  }
  .text-content h5 {
    font-size: 24px;
  }
  .text-content .wp-block-table {
    margin-bottom: 29px;
    margin-top: 29px;
  }
}
@media (max-width: 1024px) {
  .text {
    padding: 120px 0 80px;
  }
  .text-header {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
  .text-header h1 {
    font-size: 40px;
  }
}
@media (max-width: 896px) {
  .text-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .text {
    padding-bottom: 64px;
  }
  .text:before, .text:after {
    display: none;
  }
  .text-header {
    margin-bottom: 56px;
    padding-bottom: 56px;
  }
  .text-header h1 {
    font-size: 28px;
  }
  .text-image + .text-content {
    margin-top: 48px;
  }
  .text-image-top {
    margin-bottom: 56px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .text-image__item {
    min-height: 80px;
    margin: 0 8px;
    padding: 27px;
    min-width: 160px;
  }
  .text-image__item img {
    height: 36px;
  }
  .text-content h4 {
    font-size: 28px;
  }
  .text-content h5 {
    font-size: 22px;
  }
}
@media (max-width: 428px) {
  .text-header h1 {
    font-size: 22px;
  }
  .text-image__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    padding: 24px 0;
    min-width: 0;
  }
}