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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.header,
section,
article,
.wrapper,
.wrapper-fluid,
.flx,
.footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.header,
section,
.footer {
  justify-content: center;
}

.full {
  width: 100%;
}

.one-of-four {
  flex: 1 1 25%;
}
.one-of-four.mx-w {
  max-width: 25%;
}

.two-of-four {
  flex: 1 1 50%;
}
.two-of-four.mx-w {
  max-width: 50%;
}

.three-of-four {
  flex: 1 1 75%;
}
.three-of-four.mx-w {
  max-width: 75%;
}

.one-of-three {
  flex: 1 1 33%;
}
.one-of-three.mx-w {
  max-width: 33%;
}

.two-of-three {
  flex: 1 1 66%;
}
.two-of-three.mx-w {
  max-width: 66%;
}

.one-of-five {
  flex: 1 1 20%;
}

.two-of-five {
  flex: 1 1 40%;
}
.two-of-five.mx-w {
  max-width: 40;
}

.three-of-five {
  flex: 1 1 60%;
}

.four-of-five {
  flex: 1 1 77%;
}

.one-of-six {
  flex: 1 1 16%;
}
.one-of-six.mx-w {
  max-width: 16%;
}

.w-auto {
  width: auto;
}

.full,
.one-of-four,
.two-of-four,
.three-of-four,
.one-of-three,
.two-of-three,
.one-of-five,
.two-of-five,
.three-of-five,
.four-of-five,
.one-of-six {
  padding: 0 1rem;
}

.v-top {
  align-items: flex-start;
}

.v-center {
  align-items: center;
}

.v-bot {
  align-items: flex-end;
}

.f-left {
  justify-content: flex-start;
}

.f-center {
  justify-content: center;
}

.f-right {
  justify-content: flex-end;
}

.f-between {
  justify-content: space-between;
}

.f-around {
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.np {
  padding: 0;
}

.item {
  flex: 0 0 auto;
  padding: 0 1rem;
}

.dr-col {
  flex-direction: column;
}

.list {
  display: flex;
  flex-wrap: wrap;
}
.list > li {
  padding: 0 1rem;
}
.list.np-i > li {
  padding: 0;
}

.f-list > li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.list-two-items > li {
  flex: 1 1 50%;
}
.list-two-items.mx-w > li {
  max-width: 50%;
}

.list-three-items > li {
  flex: 1 1 33%;
}
.list-three-items.mx-w > li {
  max-width: 33%;
}

.list-four-items > li {
  flex: 1 1 25%;
}
.list-four-items.mx-w > li {
  max-width: 25%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small {
  box-sizing: border-box;
  font-feature-settings: "pnum" on, "lnum" on;
  font-variant: lining-nums;
}

.title-main {
  font: normal 900 8em/1.3 "IBM Plex Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.title {
  font: normal 900 4.25em/1.5 "IBM Plex Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.title.bold {
  font-weight: 900;
  line-height: 1;
}

.subtitle {
  font: normal 700 2.625em/1.3 "IBM Plex Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.subtitle-text {
  font: normal 500 3rem/1.3 "IBM Plex Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.text {
  font: normal 400 1.125em/1.5 "IBM Plex Mono", Arial, Helvetica, sans-serif;
}

.bold {
  font-weight: 700;
}

.text {
  font: normal 700 1.375em/1.5 "IBM Plex Mono", Arial, Helvetica, sans-serif;
}

button,
input,
textarea,
select,
legend {
  -webkit-apparance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-feature-settings: "pnum" on, "lnum" on;
  font-variant: lining-nums;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  background: none;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  cursor: pointer;
  width: 100%;
}

.btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: inherit;
  cursor: pointer;
}

.btn-icon span:not(.icon) {
  margin-right: 0.9rem;
}
.btn-icon .icon {
  width: 10px;
  flex: 0 0 0;
}

.img-wrp {
  width: 100%;
}

.img-wrp img,
.img-wrp svg,
.icon img,
.icon svg {
  width: 100%;
}

.burger-wrp {
  display: none;
  padding: 0 1rem;
}

.burger {
  width: 21px;
  height: 1rem;
  position: relative;
  cursor: pointer;
}
.burger span {
  width: 100%;
  height: 2px;
  background: #1bb298;
  transition: all 0.3s linear;
}

.burger-line {
  position: absolute;
  left: 0;
}
.burger-line:first-of-type {
  top: 0;
}
.burger-line:nth-of-type(2) {
  top: calc(50% - 1px);
}
.burger-line:last-of-type {
  bottom: 0;
}

.burger.active .burger-line:first-of-type {
  top: 40%;
  transform: rotate(45deg);
}
.burger.active .burger-line:nth-of-type(2) {
  opacity: 0;
}
.burger.active .burger-line:last-of-type {
  bottom: 48%;
  transform: rotate(-45deg);
}

@media (max-width: 1440px) {
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five {
    flex: 1 1 50%;
    width: 50%;
  }
  .list-two-items > li,
  .list-three-items > li,
  .list-four-items > li {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .list-two-items.mx > li,
  .list-three-items.mx > li,
  .list-four-items.mx > li {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .one-of-three,
  .two-of-three,
  .one-of-four,
  .two-of-four,
  .one-of-five,
  .two-of-five,
  .three-of-five {
    flex: 1 1 50%;
    width: 50%;
  }
}
@media (max-width: 680px) {
  .one-of-three,
  .two-of-three,
  .one-of-four,
  .two-of-four,
  .three-of-four,
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five {
    flex: 1 1 100%;
    width: 100%;
  }
  .one-of-three.mx-w,
  .two-of-three.mx-w,
  .one-of-four.mx-w,
  .two-of-four.mx-w,
  .three-of-four.mx-w,
  .one-of-five.mx-w,
  .two-of-five.mx-w,
  .three-of-five.mx-w,
  .four-of-five.mx-w {
    max-width: none;
  }
  .list-three-items > li,
  .list-four-items > li {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    padding: 0;
    margin-bottom: 1.9rem;
  }
  .list-three-items.mx-w > li,
  .list-four-items.mx-w > li {
    max-width: none;
  }
  .list {
    justify-content: center;
  }
}
[data-animation=animFadeInUp],
[data-animation=animFadeInDown],
[data-animation=animFadeInRight],
[data-animation=animFadeInLeft] {
  opacity: 0;
}

.animFadeInUp {
  animation: fadeInUp 1.5s;
}
.animFadeInUp.done {
  opacity: 1;
}

.animFadeInDown {
  animation: fadeInDown 1.5s;
}
.animFadeInDown.done {
  opacity: 1;
}

.animFadeInLeft {
  animation: fadeInLeft 1.5s;
}
.animFadeInLeft.done {
  opacity: 1;
}

.animFadeInRight {
  animation: fadeInRight 1.5s;
}
.animFadeInRight.done {
  opacity: 1;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes preloader {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hidePreloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes moving {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  35% {
    transform: translate(100%, 100%);
  }
  90% {
    transform: translate(100%, 100%);
  }
  100% {
    opacity: 0;
  }
}
@keyframes movenext {
  0% {
    transform: translate(-100%, -100%);
    opacity: 1;
  }
  35% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.hdr {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 97px;
}
.hdr-one {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
}
.hdr-one .logo {
  max-width: 12rem;
  padding: 0 1rem;
}
.hdr-one__nav, .hdr-one__langs {
  padding: 0 1rem;
}
.hdr-one__langs > li {
  padding: 0 0.2rem;
}
.hdr-one__langs > li:not(.active) {
  opacity: 0.5;
}
.hdr-one a {
  transition: all 0.3s linear;
}
.hdr-one a:hover {
  color: #1bb298;
}
.hdr .logo svg,
.hdr .logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .hdr.open .hdr-one {
    background: #fff;
    min-height: 100vh;
  }
  .hdr.open .hdr-one__nav, .hdr.open .hdr-one__nav ul {
    display: block;
  }
  .hdr.open .hdr-one__nav ul {
    padding: 1rem 0;
  }
  .hdr.open .hdr-one__nav ul > li {
    margin-bottom: 1rem;
  }
  .hdr.open .hdr-one__langs {
    display: flex;
  }
  .hdr-one {
    align-items: flex-start;
  }
  .hdr-one .logo {
    order: 1;
  }
  .hdr-one .burger-wrp {
    display: flex;
    order: 2;
  }
  .hdr-one__nav, .hdr-one__langs {
    display: none;
    order: 3;
    width: 100%;
  }
}
.sct {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-auto {
  margin-top: auto;
}

body {
  background: #fff;
  font: normal 400 16px/1 "IBM Plex Mono", Arial, Helvetica, sans-serif;
}
body.off {
  overflow: hidden;
}
body a {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.5;
}

.wrapper {
  width: 100%;
  max-width: 73.125rem;
}

.navtext {
  font: normal 400 1.125em/1.5 "IBM Plex Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.colored {
  color: #1bb298;
}

@media (max-width: 680px) {
  .btn-main {
    padding: 0.6rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #1BCDAE 0%, #2A63C0 100%);
    color: #fff;
  }
}