@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: italic;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-cyrillic-wght-italic.woff2)
    format("woff2-variations");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: italic;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-cyrillic-ext-wght-italic.woff2)
    format("woff2-variations");
  unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f,
    u+fe2e-fe2f;
}

@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: italic;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-latin-ext-wght-italic.woff2)
    format("woff2-variations");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: italic;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-vietnamese-wght-italic.woff2)
    format("woff2-variations");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
    u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
    u+1ea0-1ef9, u+20ab;
}
@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: normal;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-cyrillic-wght-normal.woff2)
    format("woff2-variations");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: normal;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-cyrillic-ext-wght-normal.woff2)
    format("woff2-variations");
  unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f,
    u+fe2e-fe2f;
}

@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: normal;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-latin-ext-wght-normal.woff2)
    format("woff2-variations");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-display: swap;
  font-family: Montserrat Variable;
  font-style: normal;
  font-weight: 100 900;
  src: url(../fonts/montserrat-var/montserrat-vietnamese-wght-normal.woff2)
    format("woff2-variations");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
    u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
    u+1ea0-1ef9, u+20ab;
}

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 {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: initial;
}
body,
html {
  height: fit-content;
}
a img,
fieldset,
img {
  border: none;
}
a {
  color: #1b9eff;
  text-decoration: none;
  transition: color;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: none;
}
textarea {
  overflow: auto;
}
button,
input {
  border: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
ol,
ul {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
picture {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.section {
  padding: 0 16px;
}
.section .container {
  padding: 0;
}
.section-gray {
  background: #f7f7f8;
}
.container {
  margin: 0 auto;
  max-width: 1120px;
}
.container.-small {
  max-width: 768px;
}
.container.-width-s {
  margin: 0 auto;
  max-width: 540px;
}
@media only screen and (max-width: 1279px) {
  .container {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    padding: 0 18px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .row.-tablet-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .row.-mobile-reverse {
    flex-direction: column-reverse;
  }
  .row.-mobile-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .row.-xs-mobile-reverse {
    flex-direction: column-reverse;
  }
}
.row.-vcenter {
  align-items: center;
}
.row.-vbottom {
  align-items: flex-end;
}
.row.-row-center {
  justify-content: center;
}
.row.-row-right {
  justify-content: flex-end;
}
.row.-row-justify {
  justify-content: space-between;
}
.row.-row-justify-around {
  justify-content: space-around;
}
@media only screen and (min-width: 3840px) {
  .row {
    max-width: 1600px;
  }
}
.row.-grid-height [class^="col-"] {
  display: flex;
}
.row.-grid-height [class^="col-"] > * {
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
[class^="col-"] {
  min-height: 1px;
  padding: 0 16px;
}
@media only screen and (max-width: 1279px) {
  .col-l {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .col-m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: auto;
  }
}
.col-0 {
  width: 0;
}
.offset-left-0 {
  margin-left: 0;
}
.offset-right-0 {
  margin-right: 0;
}
.col-1 {
  width: 8.33333%;
}
.offset-left-1 {
  margin-left: 8.33333%;
}
.offset-right-1 {
  margin-right: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.offset-left-2 {
  margin-left: 16.66667%;
}
.offset-right-2 {
  margin-right: 16.66667%;
}
.col-3 {
  width: 25%;
}
.offset-left-3 {
  margin-left: 25%;
}
.offset-right-3 {
  margin-right: 25%;
}
.col-4 {
  width: 33.33333%;
}
.offset-left-4 {
  margin-left: 33.33333%;
}
.offset-right-4 {
  margin-right: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.offset-left-5 {
  margin-left: 41.66667%;
}
.offset-right-5 {
  margin-right: 41.66667%;
}
.col-6 {
  width: 50%;
}
.offset-left-6 {
  margin-left: 50%;
}
.offset-right-6 {
  margin-right: 50%;
}
.col-7 {
  width: 58.33333%;
}
.offset-left-7 {
  margin-left: 58.33333%;
}
.offset-right-7 {
  margin-right: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.offset-left-8 {
  margin-left: 66.66667%;
}
.offset-right-8 {
  margin-right: 66.66667%;
}
.col-9 {
  width: 75%;
}
.offset-left-9 {
  margin-left: 75%;
}
.offset-right-9 {
  margin-right: 75%;
}
.col-10 {
  width: 83.33333%;
}
.offset-left-10 {
  margin-left: 83.33333%;
}
.offset-right-10 {
  margin-right: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.offset-left-11 {
  margin-left: 91.66667%;
}
.offset-right-11 {
  margin-right: 91.66667%;
}
.col-12 {
  width: 100%;
}
.offset-left-12 {
  margin-left: 100%;
}
.offset-right-12 {
  margin-right: 100%;
}
@media only screen and (min-width: 3840px) {
  .col-xxxl-0 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 0;
  }
  .offset-left-xxxl-0 {
    margin-left: 0;
  }
  .offset-right-xxxl-0 {
    margin-right: 0;
  }
  .col-xxxl-1 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 8.33333%;
  }
  .offset-left-xxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-right-xxxl-1 {
    margin-right: 8.33333%;
  }
  .col-xxxl-2 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 16.66667%;
  }
  .offset-left-xxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-right-xxxl-2 {
    margin-right: 16.66667%;
  }
  .col-xxxl-3 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 25%;
  }
  .offset-left-xxxl-3 {
    margin-left: 25%;
  }
  .offset-right-xxxl-3 {
    margin-right: 25%;
  }
  .col-xxxl-4 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 33.33333%;
  }
  .offset-left-xxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-right-xxxl-4 {
    margin-right: 33.33333%;
  }
  .col-xxxl-5 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 41.66667%;
  }
  .offset-left-xxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-right-xxxl-5 {
    margin-right: 41.66667%;
  }
  .col-xxxl-6 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
  }
  .offset-left-xxxl-6 {
    margin-left: 50%;
  }
  .offset-right-xxxl-6 {
    margin-right: 50%;
  }
  .col-xxxl-7 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 58.33333%;
  }
  .offset-left-xxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-right-xxxl-7 {
    margin-right: 58.33333%;
  }
  .col-xxxl-8 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 66.66667%;
  }
  .offset-left-xxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-right-xxxl-8 {
    margin-right: 66.66667%;
  }
  .col-xxxl-9 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 75%;
  }
  .offset-left-xxxl-9 {
    margin-left: 75%;
  }
  .offset-right-xxxl-9 {
    margin-right: 75%;
  }
  .col-xxxl-10 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 83.33333%;
  }
  .offset-left-xxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-right-xxxl-10 {
    margin-right: 83.33333%;
  }
  .col-xxxl-11 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 91.66667%;
  }
  .offset-left-xxxl-11 {
    margin-left: 91.66667%;
  }
  .offset-right-xxxl-11 {
    margin-right: 91.66667%;
  }
  .col-xxxl-12 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 100%;
  }
  .offset-left-xxxl-12 {
    margin-left: 100%;
  }
  .offset-right-xxxl-12 {
    margin-right: 100%;
  }
}
@media only screen and (min-width: 2560px) {
  .col-xxl-0 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 0;
  }
  .offset-left-xxl-0 {
    margin-left: 0;
  }
  .offset-right-xxl-0 {
    margin-right: 0;
  }
  .col-xxl-1 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 8.33333%;
  }
  .offset-left-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-right-xxl-1 {
    margin-right: 8.33333%;
  }
  .col-xxl-2 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 16.66667%;
  }
  .offset-left-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-right-xxl-2 {
    margin-right: 16.66667%;
  }
  .col-xxl-3 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 25%;
  }
  .offset-left-xxl-3 {
    margin-left: 25%;
  }
  .offset-right-xxl-3 {
    margin-right: 25%;
  }
  .col-xxl-4 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 33.33333%;
  }
  .offset-left-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-right-xxl-4 {
    margin-right: 33.33333%;
  }
  .col-xxl-5 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 41.66667%;
  }
  .offset-left-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-right-xxl-5 {
    margin-right: 41.66667%;
  }
  .col-xxl-6 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
  }
  .offset-left-xxl-6 {
    margin-left: 50%;
  }
  .offset-right-xxl-6 {
    margin-right: 50%;
  }
  .col-xxl-7 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 58.33333%;
  }
  .offset-left-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-right-xxl-7 {
    margin-right: 58.33333%;
  }
  .col-xxl-8 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 66.66667%;
  }
  .offset-left-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-right-xxl-8 {
    margin-right: 66.66667%;
  }
  .col-xxl-9 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 75%;
  }
  .offset-left-xxl-9 {
    margin-left: 75%;
  }
  .offset-right-xxl-9 {
    margin-right: 75%;
  }
  .col-xxl-10 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 83.33333%;
  }
  .offset-left-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-right-xxl-10 {
    margin-right: 83.33333%;
  }
  .col-xxl-11 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 91.66667%;
  }
  .offset-left-xxl-11 {
    margin-left: 91.66667%;
  }
  .offset-right-xxl-11 {
    margin-right: 91.66667%;
  }
  .col-xxl-12 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 100%;
  }
  .offset-left-xxl-12 {
    margin-left: 100%;
  }
  .offset-right-xxl-12 {
    margin-right: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .col-xl-0 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 0;
  }
  .offset-left-xl-0 {
    margin-left: 0;
  }
  .offset-right-xl-0 {
    margin-right: 0;
  }
  .col-xl-1 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 8.33333%;
  }
  .offset-left-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-right-xl-1 {
    margin-right: 8.33333%;
  }
  .col-xl-2 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 16.66667%;
  }
  .offset-left-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-right-xl-2 {
    margin-right: 16.66667%;
  }
  .col-xl-3 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 25%;
  }
  .offset-left-xl-3 {
    margin-left: 25%;
  }
  .offset-right-xl-3 {
    margin-right: 25%;
  }
  .col-xl-4 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 33.33333%;
  }
  .offset-left-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-right-xl-4 {
    margin-right: 33.33333%;
  }
  .col-xl-5 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 41.66667%;
  }
  .offset-left-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-right-xl-5 {
    margin-right: 41.66667%;
  }
  .col-xl-6 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
  }
  .offset-left-xl-6 {
    margin-left: 50%;
  }
  .offset-right-xl-6 {
    margin-right: 50%;
  }
  .col-xl-7 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 58.33333%;
  }
  .offset-left-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-right-xl-7 {
    margin-right: 58.33333%;
  }
  .col-xl-8 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 66.66667%;
  }
  .offset-left-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-right-xl-8 {
    margin-right: 66.66667%;
  }
  .col-xl-9 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 75%;
  }
  .offset-left-xl-9 {
    margin-left: 75%;
  }
  .offset-right-xl-9 {
    margin-right: 75%;
  }
  .col-xl-10 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 83.33333%;
  }
  .offset-left-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-right-xl-10 {
    margin-right: 83.33333%;
  }
  .col-xl-11 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 91.66667%;
  }
  .offset-left-xl-11 {
    margin-left: 91.66667%;
  }
  .offset-right-xl-11 {
    margin-right: 91.66667%;
  }
  .col-xl-12 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 100%;
  }
  .offset-left-xl-12 {
    margin-left: 100%;
  }
  .offset-right-xl-12 {
    margin-right: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .col-l-0 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 0;
  }
  .offset-left-l-0 {
    margin-left: 0;
  }
  .offset-right-l-0 {
    margin-right: 0;
  }
  .col-l-1 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 8.33333%;
  }
  .offset-left-l-1 {
    margin-left: 8.33333%;
  }
  .offset-right-l-1 {
    margin-right: 8.33333%;
  }
  .col-l-2 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 16.66667%;
  }
  .offset-left-l-2 {
    margin-left: 16.66667%;
  }
  .offset-right-l-2 {
    margin-right: 16.66667%;
  }
  .col-l-3 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 25%;
  }
  .offset-left-l-3 {
    margin-left: 25%;
  }
  .offset-right-l-3 {
    margin-right: 25%;
  }
  .col-l-4 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 33.33333%;
  }
  .offset-left-l-4 {
    margin-left: 33.33333%;
  }
  .offset-right-l-4 {
    margin-right: 33.33333%;
  }
  .col-l-5 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 41.66667%;
  }
  .offset-left-l-5 {
    margin-left: 41.66667%;
  }
  .offset-right-l-5 {
    margin-right: 41.66667%;
  }
  .col-l-6 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
  }
  .offset-left-l-6 {
    margin-left: 50%;
  }
  .offset-right-l-6 {
    margin-right: 50%;
  }
  .col-l-7 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 58.33333%;
  }
  .offset-left-l-7 {
    margin-left: 58.33333%;
  }
  .offset-right-l-7 {
    margin-right: 58.33333%;
  }
  .col-l-8 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 66.66667%;
  }
  .offset-left-l-8 {
    margin-left: 66.66667%;
  }
  .offset-right-l-8 {
    margin-right: 66.66667%;
  }
  .col-l-9 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 75%;
  }
  .offset-left-l-9 {
    margin-left: 75%;
  }
  .offset-right-l-9 {
    margin-right: 75%;
  }
  .col-l-10 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 83.33333%;
  }
  .offset-left-l-10 {
    margin-left: 83.33333%;
  }
  .offset-right-l-10 {
    margin-right: 83.33333%;
  }
  .col-l-11 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 91.66667%;
  }
  .offset-left-l-11 {
    margin-left: 91.66667%;
  }
  .offset-right-l-11 {
    margin-right: 91.66667%;
  }
  .col-l-12 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 100%;
  }
  .offset-left-l-12 {
    margin-left: 100%;
  }
  .offset-right-l-12 {
    margin-right: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .col-m-0 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 0;
  }
  .offset-left-m-0 {
    margin-left: 0;
  }
  .offset-right-m-0 {
    margin-right: 0;
  }
  .col-m-1 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 8.33333%;
  }
  .offset-left-m-1 {
    margin-left: 8.33333%;
  }
  .offset-right-m-1 {
    margin-right: 8.33333%;
  }
  .col-m-2 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 16.66667%;
  }
  .offset-left-m-2 {
    margin-left: 16.66667%;
  }
  .offset-right-m-2 {
    margin-right: 16.66667%;
  }
  .col-m-3 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 25%;
  }
  .offset-left-m-3 {
    margin-left: 25%;
  }
  .offset-right-m-3 {
    margin-right: 25%;
  }
  .col-m-4 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 33.33333%;
  }
  .offset-left-m-4 {
    margin-left: 33.33333%;
  }
  .offset-right-m-4 {
    margin-right: 33.33333%;
  }
  .col-m-5 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 41.66667%;
  }
  .offset-left-m-5 {
    margin-left: 41.66667%;
  }
  .offset-right-m-5 {
    margin-right: 41.66667%;
  }
  .col-m-6 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
  }
  .offset-left-m-6 {
    margin-left: 50%;
  }
  .offset-right-m-6 {
    margin-right: 50%;
  }
  .col-m-7 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 58.33333%;
  }
  .offset-left-m-7 {
    margin-left: 58.33333%;
  }
  .offset-right-m-7 {
    margin-right: 58.33333%;
  }
  .col-m-8 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 66.66667%;
  }
  .offset-left-m-8 {
    margin-left: 66.66667%;
  }
  .offset-right-m-8 {
    margin-right: 66.66667%;
  }
  .col-m-9 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 75%;
  }
  .offset-left-m-9 {
    margin-left: 75%;
  }
  .offset-right-m-9 {
    margin-right: 75%;
  }
  .col-m-10 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 83.33333%;
  }
  .offset-left-m-10 {
    margin-left: 83.33333%;
  }
  .offset-right-m-10 {
    margin-right: 83.33333%;
  }
  .col-m-11 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 91.66667%;
  }
  .offset-left-m-11 {
    margin-left: 91.66667%;
  }
  .offset-right-m-11 {
    margin-right: 91.66667%;
  }
  .col-m-12 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 100%;
  }
  .offset-left-m-12 {
    margin-left: 100%;
  }
  .offset-right-m-12 {
    margin-right: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .col-s-0 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 0;
  }
  .offset-left-s-0 {
    margin-left: 0;
  }
  .offset-right-s-0 {
    margin-right: 0;
  }
  .col-s-1 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 8.33333%;
  }
  .offset-left-s-1 {
    margin-left: 8.33333%;
  }
  .offset-right-s-1 {
    margin-right: 8.33333%;
  }
  .col-s-2 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 16.66667%;
  }
  .offset-left-s-2 {
    margin-left: 16.66667%;
  }
  .offset-right-s-2 {
    margin-right: 16.66667%;
  }
  .col-s-3 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 25%;
  }
  .offset-left-s-3 {
    margin-left: 25%;
  }
  .offset-right-s-3 {
    margin-right: 25%;
  }
  .col-s-4 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 33.33333%;
  }
  .offset-left-s-4 {
    margin-left: 33.33333%;
  }
  .offset-right-s-4 {
    margin-right: 33.33333%;
  }
  .col-s-5 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 41.66667%;
  }
  .offset-left-s-5 {
    margin-left: 41.66667%;
  }
  .offset-right-s-5 {
    margin-right: 41.66667%;
  }
  .col-s-6 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
  }
  .offset-left-s-6 {
    margin-left: 50%;
  }
  .offset-right-s-6 {
    margin-right: 50%;
  }
  .col-s-7 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 58.33333%;
  }
  .offset-left-s-7 {
    margin-left: 58.33333%;
  }
  .offset-right-s-7 {
    margin-right: 58.33333%;
  }
  .col-s-8 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 66.66667%;
  }
  .offset-left-s-8 {
    margin-left: 66.66667%;
  }
  .offset-right-s-8 {
    margin-right: 66.66667%;
  }
  .col-s-9 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 75%;
  }
  .offset-left-s-9 {
    margin-left: 75%;
  }
  .offset-right-s-9 {
    margin-right: 75%;
  }
  .col-s-10 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 83.33333%;
  }
  .offset-left-s-10 {
    margin-left: 83.33333%;
  }
  .offset-right-s-10 {
    margin-right: 83.33333%;
  }
  .col-s-11 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 91.66667%;
  }
  .offset-left-s-11 {
    margin-left: 91.66667%;
  }
  .offset-right-s-11 {
    margin-right: 91.66667%;
  }
  .col-s-12 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 100%;
  }
  .offset-left-s-12 {
    margin-left: 100%;
  }
  .offset-right-s-12 {
    margin-right: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .col-xs-0 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 0;
  }
  .offset-left-xs-0 {
    margin-left: 0;
  }
  .offset-right-xs-0 {
    margin-right: 0;
  }
  .col-xs-1 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 8.33333%;
  }
  .offset-left-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-right-xs-1 {
    margin-right: 8.33333%;
  }
  .col-xs-2 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 16.66667%;
  }
  .offset-left-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-right-xs-2 {
    margin-right: 16.66667%;
  }
  .col-xs-3 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 25%;
  }
  .offset-left-xs-3 {
    margin-left: 25%;
  }
  .offset-right-xs-3 {
    margin-right: 25%;
  }
  .col-xs-4 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 33.33333%;
  }
  .offset-left-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-right-xs-4 {
    margin-right: 33.33333%;
  }
  .col-xs-5 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 41.66667%;
  }
  .offset-left-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-right-xs-5 {
    margin-right: 41.66667%;
  }
  .col-xs-6 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
  }
  .offset-left-xs-6 {
    margin-left: 50%;
  }
  .offset-right-xs-6 {
    margin-right: 50%;
  }
  .col-xs-7 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 58.33333%;
  }
  .offset-left-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-right-xs-7 {
    margin-right: 58.33333%;
  }
  .col-xs-8 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 66.66667%;
  }
  .offset-left-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-right-xs-8 {
    margin-right: 66.66667%;
  }
  .col-xs-9 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 75%;
  }
  .offset-left-xs-9 {
    margin-left: 75%;
  }
  .offset-right-xs-9 {
    margin-right: 75%;
  }
  .col-xs-10 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 83.33333%;
  }
  .offset-left-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-right-xs-10 {
    margin-right: 83.33333%;
  }
  .col-xs-11 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 91.66667%;
  }
  .offset-left-xs-11 {
    margin-left: 91.66667%;
  }
  .offset-right-xs-11 {
    margin-right: 91.66667%;
  }
  .col-xs-12 {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 100%;
  }
  .offset-left-xs-12 {
    margin-left: 100%;
  }
  .offset-right-xs-12 {
    margin-right: 100%;
  }
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-96 {
  margin-bottom: 96px;
}
@media only screen and (min-width: 3840px) {
  .mb-xxxl-4 {
    margin-bottom: 4px;
  }
  .mb-xxxl-8 {
    margin-bottom: 8px;
  }
  .mb-xxxl-16 {
    margin-bottom: 16px;
  }
  .mb-xxxl-24 {
    margin-bottom: 24px;
  }
  .mb-xxxl-32 {
    margin-bottom: 32px;
  }
  .mb-xxxl-40 {
    margin-bottom: 40px;
  }
  .mb-xxxl-48 {
    margin-bottom: 48px;
  }
  .mb-xxxl-56 {
    margin-bottom: 56px;
  }
  .mb-xxxl-64 {
    margin-bottom: 64px;
  }
  .mb-xxxl-72 {
    margin-bottom: 72px;
  }
  .mb-xxxl-80 {
    margin-bottom: 80px;
  }
  .mb-xxxl-96 {
    margin-bottom: 96px;
  }
}
@media only screen and (min-width: 2560px) {
  .mb-xxl-4 {
    margin-bottom: 4px;
  }
  .mb-xxl-8 {
    margin-bottom: 8px;
  }
  .mb-xxl-16 {
    margin-bottom: 16px;
  }
  .mb-xxl-24 {
    margin-bottom: 24px;
  }
  .mb-xxl-32 {
    margin-bottom: 32px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .mb-xxl-48 {
    margin-bottom: 48px;
  }
  .mb-xxl-56 {
    margin-bottom: 56px;
  }
  .mb-xxl-64 {
    margin-bottom: 64px;
  }
  .mb-xxl-72 {
    margin-bottom: 72px;
  }
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
  .mb-xxl-96 {
    margin-bottom: 96px;
  }
}
@media only screen and (min-width: 1921px) {
  .mb-xl-4 {
    margin-bottom: 4px;
  }
  .mb-xl-8 {
    margin-bottom: 8px;
  }
  .mb-xl-16 {
    margin-bottom: 16px;
  }
  .mb-xl-24 {
    margin-bottom: 24px;
  }
  .mb-xl-32 {
    margin-bottom: 32px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mb-xl-48 {
    margin-bottom: 48px;
  }
  .mb-xl-56 {
    margin-bottom: 56px;
  }
  .mb-xl-64 {
    margin-bottom: 64px;
  }
  .mb-xl-72 {
    margin-bottom: 72px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mb-xl-96 {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 1279px) {
  .mb-l-4 {
    margin-bottom: 4px;
  }
  .mb-l-8 {
    margin-bottom: 8px;
  }
  .mb-l-16 {
    margin-bottom: 16px;
  }
  .mb-l-24 {
    margin-bottom: 24px;
  }
  .mb-l-32 {
    margin-bottom: 32px;
  }
  .mb-l-40 {
    margin-bottom: 40px;
  }
  .mb-l-48 {
    margin-bottom: 48px;
  }
  .mb-l-56 {
    margin-bottom: 56px;
  }
  .mb-l-64 {
    margin-bottom: 64px;
  }
  .mb-l-72 {
    margin-bottom: 72px;
  }
  .mb-l-80 {
    margin-bottom: 80px;
  }
  .mb-l-96 {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 1023px) {
  .mb-m-4 {
    margin-bottom: 4px;
  }
  .mb-m-8 {
    margin-bottom: 8px;
  }
  .mb-m-16 {
    margin-bottom: 16px;
  }
  .mb-m-24 {
    margin-bottom: 24px;
  }
  .mb-m-32 {
    margin-bottom: 32px;
  }
  .mb-m-40 {
    margin-bottom: 40px;
  }
  .mb-m-48 {
    margin-bottom: 48px;
  }
  .mb-m-56 {
    margin-bottom: 56px;
  }
  .mb-m-64 {
    margin-bottom: 64px;
  }
  .mb-m-72 {
    margin-bottom: 72px;
  }
  .mb-m-80 {
    margin-bottom: 80px;
  }
  .mb-m-96 {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-s-4 {
    margin-bottom: 4px;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mb-s-56 {
    margin-bottom: 56px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-4 {
    margin-bottom: 4px;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-56 {
    margin-bottom: 56px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 360px) {
  .mb-xxs-4 {
    margin-bottom: 4px;
  }
  .mb-xxs-8 {
    margin-bottom: 8px;
  }
  .mb-xxs-16 {
    margin-bottom: 16px;
  }
  .mb-xxs-24 {
    margin-bottom: 24px;
  }
  .mb-xxs-32 {
    margin-bottom: 32px;
  }
  .mb-xxs-40 {
    margin-bottom: 40px;
  }
  .mb-xxs-48 {
    margin-bottom: 48px;
  }
  .mb-xxs-56 {
    margin-bottom: 56px;
  }
  .mb-xxs-64 {
    margin-bottom: 64px;
  }
  .mb-xxs-72 {
    margin-bottom: 72px;
  }
  .mb-xxs-80 {
    margin-bottom: 80px;
  }
  .mb-xxs-96 {
    margin-bottom: 96px;
  }
}
.h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5em;
}
.h1.-normal {
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .h1 {
    font-size: 34px;
    line-height: 130%;
  }
}
.h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.h2.-normal {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .h2 {
    font-size: 34px;
  }
}
.h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 575px) {
  .h3 {
    font-size: 20px;
  }
}
.h3.-normal {
  font-weight: 400;
}
.h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.h4.-normal {
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .h4 {
    font-size: 18px;
  }
}
.h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.h5.-normal {
  font-weight: 400;
}
.h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.h6.-normal {
  font-weight: 400;
}
.content-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.text {
  color: #6f7279b8;
  font-size: 16px;
  line-height: 1.4;
}
.text.-white {
  color: #fff;
}
p {
  margin: 0 0 24px;
}
.text-add {
  font-size: 14px;
}
.text-opt {
  font-size: 12px;
}
.text-nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.list,
.list li {
  position: relative;
}
.list li {
  margin-bottom: 16px;
  padding-left: 26px;
}
.list li:before {
  border: 2px solid #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}
.numbers-list {
  counter-reset: item;
}
.numbers-list li {
  margin-bottom: 16px;
  padding-left: 26px;
  position: relative;
}
.numbers-list li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  left: 0;
  position: absolute;
  top: 0;
}
.-bold {
  font-weight: 700;
}
.-semibold {
  font-weight: 600;
}
.-mobile-hide {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .-mobile-hide {
    display: none !important;
  }
}
.-mobile-show {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .-mobile-show {
    display: block;
  }
}
.-hide {
  display: none;
}
@media only screen and (max-width: 575px) {
  .-xs-hidden {
    display: none;
  }
}
header.header {
  background-color: #fff;
  box-shadow: 0 0 15px #00000040;
  position: sticky;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  header.header {
    box-shadow: none;
    flex-direction: column-reverse;
    padding-top: 62px;
    position: relative;
  }
}
header.header.show {
  top: 0;
  transition: 0.5s;
}
header.header .header-in {
  display: flex;
  height: 62px;
  justify-content: space-between;
  padding: 11px 0;
}
header.header .header-in .cta-wrapper--old {
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  header.header .header-in .cta-wrapper--old {
    display: none;
  }
}
header.header .header-in .cta-wrapper--old a {
  height: 40px;
  line-height: 40px;
}
header.header .header-in .cta-wrapper--old a.buy_now {
  margin-right: 16px;
}
header.header .header-in .cta-wrapper--old a.download {
  line-height: 36px;
}
header.header .main-logo {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 600;
  height: 40px;
  width: 20%;
}
@media only screen and (max-width: 1279px) {
  header.header .main-logo {
    width: auto;
  }
}
header.header .main-logo picture {
  height: 28px;
  margin-right: 8px;
  width: 36px;
}
header.header .main-logo picture img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header.header ul.menu-list {
    display: flex;
    flex-direction: column;
    height: 88%;
    justify-content: center;
  }
  header.header ul.menu-list li {
    margin-right: 0;
  }
  header.header ul.menu-list a {
    color: #1d1d1d;
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
  }
  header.header ul.menu-list a:first-child {
    margin-bottom: 21px;
  }
  header.header ul.menu-list a:hover:after {
    content: none;
  }
}
header.header ul.main-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  header.header ul.main-list {
    display: none;
  }
}
header.header ul.main-list li {
  height: 100%;
}
header.header ul.main-list li:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  header.header ul.main-list li:not(:last-child) {
    margin-right: 25px;
  }
}
header.header ul.main-list li a {
  color: #000;
  display: block;
  font-weight: 500;
  height: 100%;
  line-height: 2.5;
  position: relative;
}
header.header ul.main-list li a:hover {
  text-shadow: -0.3px 0 #000, 0.3px 0 #000, 0 -0.3px #000, 0 0.3px #000;
}
header.header ul.main-list li a:hover:after {
  background-color: #000;
  bottom: -11px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
header.header .menu-btn {
  background: none;
  display: none;
  font-weight: 500;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  header.header .menu-btn {
    display: block;
  }
}
header.header .menu-btn.-active {
  border-bottom: 2px solid #000;
  font-weight: 600;
  padding-bottom: 5px;
}
header.header .menu {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  padding: 11px 18px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header.header .menu.-open {
  display: none;
}
@media only screen and (max-width: 767px) {
  header.header .menu.-open {
    display: block;
  }
}
header.header .menu-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .header__inner {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
.banner-promo {
  background-color: #1b054f;
  background-image: linear-gradient(139deg, #76169e 11.83%, #1b054f 103.5%);
  color: #fff;
  overflow: hidden;
  padding: 0 16px 0 40px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .banner-promo {
    padding: 0 16px 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-promo {
    padding: 0 12px 12px;
  }
}
.banner-promo__img {
  flex-shrink: 0;
  font-size: 0;
  width: max-content;
}
.banner-promo__img img {
  height: auto;
  max-width: 100%;
}
.banner-promo__img--mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .banner-promo__img--mobile {
    display: block;
    margin-bottom: 12px;
  }
  .banner-promo__img--left,
  .banner-promo__img--right {
    display: none;
  }
}
.banner-promo__img--left {
  margin-left: -30px;
  margin-right: -60px;
}
.banner-promo__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 104px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .banner-promo__content {
    align-items: center;
    flex-direction: column;
  }
}
.banner-promo__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .banner-promo__text-container {
    margin-bottom: 12px;
  }
}
.banner-promo__description,
.banner-promo__title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .banner-promo__description,
  .banner-promo__title {
    font-size: 20px;
  }
}
.banner-promo__title {
  font-weight: 500;
}
.banner-promo__description {
  font-weight: 400;
}
.banner-promo__button-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .banner-promo__button-column {
    width: 100%;
  }
}
.banner-promo__button {
  background-color: #fb35b5;
  border-radius: 10px;
  color: #fff;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  padding: 11px 32px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
.banner-promo__button:hover {
  background-color: #fc53c0;
}
.banner-promo__button:active {
  background-color: #d52d9a;
}
@media only screen and (max-width: 1023px) {
  .banner-promo__button {
    margin-bottom: 16px;
    width: 336px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-promo__button {
    width: 100%;
  }
}
.banner-promo__button-label {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .banner-promo__button-label {
    display: none;
  }
}
.banner-promo__close-btn {
  background-color: #0000;
  border: 2px solid #fff3;
  border-radius: 10px;
  color: #fff;
  display: none;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  padding: 9px 32px;
  text-align: center;
  transition: border-color 0.2s ease-in-out;
  width: 336px;
}
@media only screen and (max-width: 1023px) {
  .banner-promo__close-btn {
    display: block;
    width: 336px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-promo__close-btn {
    width: 100%;
  }
}
.banner-promo__close-btn:hover {
  border-color: #fff9;
}
.banner-promo__close-btn:active {
  border-color: #ffffff80;
}
.banner-promo__close-icon {
  align-items: center;
  background-color: #0000;
  display: flex;
  left: 40px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  .banner-promo__close-icon {
    left: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-promo__close-icon {
    display: none;
  }
}
.banner-promo__close-icon:hover {
  opacity: 0.8;
}
footer {
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width: 1023px) {
  footer .container {
    margin: 0;
    padding: 0;
  }
  footer .container .copyright {
    font-size: 14px;
    margin: 0 -18px;
    order: 5;
    padding: 16px 18px;
    text-align: left;
  }
}
footer .footer-in {
  align-items: flex-start;
  color: #7d7d7d;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 22px;
  padding: 24px 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  footer .footer-in {
    align-items: normal;
    flex-direction: column;
    padding: 15px 20px 0;
  }
}
footer .footer-in .policy {
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  position: relative;
}
footer .footer-in .policy svg {
  fill: #7d7d7d;
  position: absolute;
  right: 0;
  top: 18px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  footer .footer-in .policy {
    color: #000;
    padding: 16px 0;
    width: 100%;
  }
}
footer .footer-in .footer-links a {
  text-align: left;
}
footer .footer-in .footer-links a:nth-child(3) {
  margin-bottom: 0;
}
section.social {
  display: none;
}
@media only screen and (max-width: 1279px) {
  section.social {
    display: block;
    margin: 0 auto 48px;
    text-align: center;
  }
}
section.social .social-links {
  justify-content: center;
}
section.social .social-links a {
  height: 44px;
  width: 44px;
}
section.social .social-links a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1279px) {
  .social {
    display: none;
  }
}
.social .follow-us {
  margin-bottom: 12px;
}
.social-links {
  display: flex;
}
.social-links a {
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 10px;
  color: #000;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-right: 10px;
  transition: background-color 0.3s ease;
  width: 32px;
}
.social-links a.-fb:hover {
  background-color: #2c64f6;
  color: #fff;
}
.social-links a.-instagram:hover {
  background-color: #8757e7;
  color: #fff;
}
.social-links a.-twitter:hover {
  background-color: #000;
  color: #fff;
}
.social-links a.-youtube:hover {
  background-color: #e93323;
  color: #fff;
}
.social-links a svg {
  transition: 0.3s ease;
}
.social-links a:hover {
  background-color: #d8d8d8;
  transition: background-color 0.3s ease;
}
.social-links a:hover svg {
  fill: #fff;
}
.footer-links {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    transition: 0.3s;
    width: 100%;
  }
}
.footer-links a {
  color: #7d7d7d;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .footer-links a {
    font-size: 14px;
  }
}
.footer-links a:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .footer-links a:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer-links a:hover {
  color: #359ff6;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .footer-links a {
    margin-bottom: 0;
    padding: 15px 0;
    text-align: left;
  }
}
.footer-links select {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #7d7d7d;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}
@media only screen and (max-width: 1023px) {
  .footer-links .copyright {
    display: none;
  }
}
.footer-links__col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.footer-links + .footer-links {
  padding-bottom: 15px;
}
.lang-switcher {
  align-items: center;
  display: flex;
}
.lang-switcher img {
  margin-right: 8px;
}
@media only screen and (max-width: 1023px) {
  .lang {
    border-top: 1px solid #ebebeb;
    width: 100%;
  }
}
.dark-theme .lang-selected span {
  color: #fff;
}
.lang .lang-switcher-links {
  display: none;
}
.lang-switcher {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .lang-switcher {
    padding-bottom: 15px;
  }
}
.lang-switcher:hover span {
  color: #359ff6;
}
.lang-switcher:hover .icon {
  fill: #7d7d7d;
}
@media only screen and (max-width: 1023px) {
  .lang-switcher:hover span {
    color: #333;
  }
  .lang-switcher:hover .icon {
    fill: #7d7d7d;
  }
}
.lang-switcher select {
  -webkit-appearance: none;
  color: #7d7d7d;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lang-selected {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  padding: 0 27px 0 0;
  vertical-align: top;
  white-space: nowrap;
}
.lang-selected.-focus {
  outline: 5px auto -webkit-focus-ring-color;
}
@media only screen and (max-width: 1023px) {
  .lang-selected {
    padding: 15px 0;
  }
}
.lang-selected .icon {
  fill: #7d7d7d;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.2s ease-in-out;
  width: 16px;
}
.lang-selected img,
.lang-selected span {
  display: inline-block;
  pointer-events: none;
  vertical-align: middle;
}
.lang-selected img {
  box-shadow: 0 2px 5px 0 #0000002e;
  margin-right: 10px;
}
.lang-selected span {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .lang-selected span {
    color: #000;
    font-size: 14px;
  }
}
.cta-wrapper--old {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--old {
    flex-direction: column;
  }
}
.cta-wrapper--old a {
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--old a {
    height: 56px;
    line-height: 56px;
  }
}
.cta-wrapper--old a.buy_now {
  background-color: #06c668;
  color: #fff;
  margin-right: 40px;
  padding: 0 42px;
  transition: 0.3s;
}
.cta-wrapper--old a.buy_now:hover {
  background-color: #2ecf80;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--old a.buy_now {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.cta-wrapper--old a.download {
  background-color: #fff;
  border: 2px solid #33333314;
  color: #000;
  line-height: 44px;
  padding: 0 24px;
  transition: 0.3s;
}
.cta-wrapper--old a.download:hover {
  border: 2px solid #333;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--old a.download {
    line-height: 52px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 360px) {
  .cta-wrapper--old a.download {
    padding: 0 10px;
  }
}
.article-content {
  margin: 0 auto;
  max-width: 740px;
  padding: 120px 20px 0;
}
@media only screen and (max-width: 1023px) {
  .article-content {
    padding: 30px 20px 0;
  }
}
.article-content ol,
.article-content ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .article-content ol,
  .article-content ul {
    font-size: 14px;
  }
}
.article-content ol li,
.article-content ul li {
  word-break: break-word;
}
.article-content img {
  height: auto;
  max-width: 100%;
}
.article-content .download {
  background-color: #06c668;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 20px;
  padding: 0 24px;
  transition: 0.3s;
  width: fit-content;
}
.article-content .download:hover {
  background-color: #2ecf80;
  transition: 0.3s;
}
@media only screen and (max-width: 360px) {
  .article-content .download {
    padding: 0 14px;
  }
}
.blog-faq {
  border-top: 1px solid #ebebeb;
  width: 100%;
}
.blog-faq-in {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
}
.blog-faq-in a {
  border-bottom: 1px solid #ebebeb;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding: 16px 0;
  width: 100%;
}
body {
  color: #1d1d1d;
  font-family: Montserrat Variable, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width: 575px) {
  body {
    line-height: 1.6;
  }
}
body p {
  font-size: 16px;
}
.-hidden {
  display: none !important;
}
.-hidden,
.-invisible {
  opacity: 0 !important;
}
.-no-scroll {
  overflow: hidden;
}
.full-image,
.full-image-clean-up {
  height: auto;
  max-width: 100%;
}
