html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?bc3dtk"), url("../fonts/icomoon/icomoon.ttf?bc3dtk") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e907";
  color: #a1b4bf;
}

.icon-arrow-down:before {
  content: "\e900";
  color: #b3c8d1;
}

.icon-arrow-left:before {
  content: "\e901";
  color: #b3c8d1;
}

.icon-facebook:before {
  content: "\e902";
  color: #a1b4bf;
}

.icon-linkedin:before {
  content: "\e903";
  color: #a1b4bf;
}

.icon-lock:before {
  content: "\e904";
  color: #b3c8d1;
}

.icon-profile:before {
  content: "\e905";
  color: #b3c8d1;
}

.icon-twitter:before {
  content: "\e906";
  color: #a1b4bf;
}

/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ANIMATION
\*------------------------------------*/
/*------------------------------------*\
  #RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
  #MEDIA QUERRIES
\*------------------------------------*/
/*------------------------------------*\
  #GLOBAL STYLES
\*------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 2500px) {
  html {
    font-size: 70%;
  }
}
@media screen and (min-width: 2100px) {
  html {
    font-size: 67.5%;
  }
}
@media screen and (max-width: 1550px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 43%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 57%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 48%;
  }
}

::selection {
  background-color: #cddee4;
  color: #0E1427;
}

body {
  overflow-x: hidden;
}

select::-ms-expand {
  display: none;
}

::-webkit-scrollbar {
  background-color: #ffffff;
  width: 1rem;
}

::-webkit-scrollbar-thumb {
  background-color: #cddee4;
}

img {
  max-width: 100%;
  height: auto;
}

hr,
.hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

.wp-block-button__link {
  background-color: #E14343;
  position: relative;
  color: #EEF4F6;
  overflow: hidden;
}
.wp-block-button__link span {
  position: relative;
  z-index: 5;
}
.wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 0;
  width: 0;
  height: 100%;
  transition: 0.5s all;
  background-color: #151f39;
}
.wp-block-button__link:hover, .wp-block-button__link.active {
  color: #EEF4F6;
}
.wp-block-button__link:hover:before, .wp-block-button__link.active:before {
  width: 100%;
  left: 0;
}

/*------------------------------------*\
  #TYPOGHRAPY
\*------------------------------------*/
body {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #0E1427;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 0 0 2rem 0;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #E14343;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
th a {
  color: #E14343;
}

h1,
.h1 {
  font-size: 5.5rem;
}
@media (max-width: 768px) {
  h1,
.h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 600px) {
  h1,
.h1 {
    font-size: 3.8rem;
  }
}

h2,
.h2 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  h2,
.h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  h2,
.h2 {
    font-size: 2.8rem;
  }
}

h3,
.h3 {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  h3,
.h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  h3,
.h3 {
    font-size: 1.9rem;
  }
}

h4,
.h4 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  h4,
.h4 {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  h4,
.h4 {
    font-size: 1.8rem;
  }
}

h5,
.h5 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h5,
.h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  h5,
.h5 {
    font-size: 1.7rem;
  }
}

h6,
.h6 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  h6,
.h6 {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  h6,
.h6 {
    font-size: 1.4rem;
  }
}

p,
.p {
  margin: 0 0 1em 0;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #0E1427;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
p strong,
.p strong {
  font-weight: 700;
}

a {
  color: #0E1427;
  text-decoration: none;
}

small {
  font-size: 1.8rem;
}

/*------------------------------------*\
  #STANDARD BUTTON
\*------------------------------------*/
.btn {
  padding: 1.1rem 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.4s all;
  border: none;
}
.btn:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 0;
  width: 0;
  height: 100%;
  transition: 0.5s all;
}
.btn span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  position: relative;
  transition: 0.4s all;
}
.btn--rounded {
  border-radius: 2.4rem;
}
.btn--red {
  background-color: #E14343;
}
.btn--red span {
  color: #EEF4F6;
}
.btn--red:before {
  background-color: #151f39;
}
.btn--red:hover:before, .btn--red.active:before {
  width: 100%;
  left: 0;
}
.btn--white {
  background-color: #ffffff;
}
.btn--white:hover span {
  color: #ffffff;
}
.btn--white span {
  color: #E14343;
}
.btn--white:before {
  background-color: #151f39;
}
.btn--white:hover:before {
  width: 100%;
  left: 0;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
.c-form {
  display: flex;
  flex-direction: column;
}
.c-form__row {
  display: flex;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 700px) {
  .c-form__row {
    flex-direction: column;
  }
}
.c-form__row:last-of-type {
  margin-bottom: 0;
}
.c-form__row--half {
  display: flex;
}
.c-form__row--half .c-form__group {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .c-form__row--half .c-form__group {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.c-form__row--half .c-form__group:first-of-type {
  margin-right: 2rem;
}
.c-form__group {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .c-form__group {
    width: 100%;
    margin-bottom: 1rem;
  }
  .c-form__group:last-of-type {
    margin-bottom: 0;
  }
}
.c-form__group label {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  display: flex;
}
.c-form__group label span a {
  text-decoration: underline;
}
.c-form__group input, .c-form__group select, .c-form__group textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 1rem;
  padding: 0.25rem 1.5rem;
  font-size: 1.6rem;
  width: 100%;
}
.c-form__group input:focus, .c-form__group select:focus, .c-form__group textarea:focus {
  color: #E14343;
  outline: none;
}
.c-form__group input, .c-form__group select {
  height: 5.5rem;
}
.c-form__group input[type=checkbox] {
  height: auto;
  width: auto;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -ms-progress-appearance: checkbox;
  -moz-appearance: checkbox;
  cursor: pointer;
}
.c-form__group textarea {
  width: 100%;
  resize: vertical;
}
.c-form__group select {
  cursor: pointer;
}
.c-form__group--joined {
  display: flex;
  flex-direction: row !important;
}
.c-form__group--joined .c-form__group {
  width: 100%;
}
.c-form__group--small {
  width: auto !important;
}
.c-form__group--small select, .c-form__group--small input {
  width: auto;
}
.c-form__group--box {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.c-form__select {
  position: relative;
}
.c-form__select i {
  position: absolute;
  top: 4.9rem;
  right: 2rem;
}
.c-form__select i:before {
  color: #E14343;
}
.c-form__select select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 5rem;
}
.c-form__select select::-ms-expand {
  display: none;
}
.c-form__subject {
  margin: 3rem 0 2rem;
}
.c-form__subject h2, .c-form__subject h3, .c-form__subject h4, .c-form__subject h5, .c-form__subject h6 {
  font-size: 3.5rem;
  margin: 0;
  font-weight: 300 !important;
}
.c-form__checkbox {
  display: flex;
  align-items: center;
  font-weight: 300 !important;
}
.c-form__checkbox input {
  margin-right: 1.5rem;
}
.c-form__box {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 3rem 3rem 2rem;
}
.c-form__box p {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #EEF4F6;
}
.c-form__terms {
  margin: 3rem 0;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
table {
  width: 100%;
}

th {
  text-align: left;
  font-size: 1.7rem;
}

tr:last-child {
  border-bottom: none;
}

tr:after {
  margin-bottom: 30px;
  content: "";
  display: inline-block;
}
tr:after:last-child {
  display: none;
}

.o-container {
  width: 100%;
  margin: 0 auto;
}
.o-container--primary {
  max-width: 124rem;
}
@media (max-width: 1375px) {
  .o-container--primary {
    max-width: calc(100% - 10rem);
  }
}
@media (max-width: 750px) {
  .o-container--primary {
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 350px) {
  .o-container--primary {
    max-width: calc(100% - 6rem);
  }
}
.o-container--secondary {
  max-width: 12.7rem;
}
@media (max-width: 1375px) {
  .o-container--secondary {
    max-width: calc(100% - 10rem);
  }
}
@media (max-width: 750px) {
  .o-container--secondary {
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 350px) {
  .o-container--secondary {
    max-width: calc(100% - 6rem);
  }
}
.o-container--tertiary {
  max-width: 100rem;
}
@media (max-width: 1375px) {
  .o-container--tertiary {
    max-width: calc(100% - 10rem);
  }
}
@media (max-width: 750px) {
  .o-container--tertiary {
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 350px) {
  .o-container--tertiary {
    max-width: calc(100% - 6rem);
  }
}

.c-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 15rem;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.c-header--fixed {
  background-color: #fff !important;
  height: 8rem;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.1);
}
.c-header--fixed .c-header__logo img {
  width: 60%;
}
.c-header--fixed .hexagon-bg {
  background-color: #e3edf1 !important;
}
.c-header--gray {
  background-color: #EEF4F6;
}
.c-header--white {
  background-color: #fff;
}
.c-header .o-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 1rem;
  transition: 0.1s;
}
@media screen and (max-width: 1023px) {
  .c-header .o-container {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 650px) {
  .c-header .o-container {
    padding: 2rem 0;
  }
}
.c-header__logo {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-header__logo {
    transform: scale(1);
  }
}
.c-header__logo img {
  max-width: 80%;
  transition: all 0.5s;
}
@media screen and (max-width: 1350px) {
  .c-header__logo img {
    max-width: 22rem;
  }
}
@media screen and (max-width: 650px) {
  .c-header__logo img {
    max-width: 19rem;
  }
}
.c-header__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -3rem;
}
@media screen and (max-width: 1023px) {
  .c-header__content {
    display: none;
  }
}
.c-header__various {
  margin-bottom: 1.5rem;
}
.c-header__various ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header__various ul li {
  margin-left: 2rem;
}
.c-header__various ul li a {
  display: flex;
  align-items: center;
}
.c-header__various ul li a i {
  margin-right: 0.8rem;
}
.c-header__various ul li a span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.c-header__various ul li a:hover span {
  text-decoration: underline;
}
.c-header__various .c-form__group__select {
  position: relative;
  display: flex;
  align-items: center;
}
.c-header__various .c-form__group__select i {
  top: 0.5rem;
  right: 0;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  z-index: -1;
}
.c-header__various .c-form__group__select i:before {
  color: #0E1427;
}
.c-header__various .c-form__group__select select {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  width: 3.6rem;
  appearance: none;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.c-header__various .c-form__group__select__flag {
  max-height: 1rem;
  margin-right: 1rem;
}
.c-header__back {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .c-header__back {
    font-size: 1.7rem;
  }
}
.c-header__nav {
  display: flex;
  align-items: center;
}
.c-header__nav--dropdown {
  position: relative;
}
.c-header__nav--dropdown:hover a span {
  color: #E14343;
}
.c-header__nav--dropdown:hover a .hexagon-bg i:before {
  color: #ffffff;
}
.c-header__nav--dropdown:hover a .hexagon-bg .hexagon {
  background-color: #E14343;
}
.c-header__nav--dropdown:hover a .hexagon-bg .hexagon:before {
  border-bottom: 0.65rem solid #E14343;
}
.c-header__nav--dropdown:hover a .hexagon-bg .hexagon:after {
  border-top: 0.65rem solid #E14343;
}
.c-header__nav--dropdown:hover .c-header__dropdown-products {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.c-header__nav ul {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.c-header__nav ul li {
  margin-left: 2rem;
  position: relative;
}
.c-header__nav ul li a {
  display: flex;
  align-items: center;
}
.c-header__nav ul li a span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.c-header__nav ul li a:hover span {
  text-decoration: underline;
}
.c-header__nav ul li.current-menu-item > a {
  color: #E14343;
}
.c-header__nav ul li.current-menu-item > a span {
  font-weight: bold;
}
.c-header__nav ul li .hexagon-bg {
  margin-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10rem;
  width: 2rem;
  height: 2rem;
}
.c-header__nav ul li .hexagon-bg .hexagon {
  position: relative;
  width: 2.1rem;
  height: 1.21rem;
  margin: 0.65rem 0;
  background-color: #ffffff;
}
.c-header__nav ul li .hexagon-bg .hexagon:before, .c-header__nav ul li .hexagon-bg .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
}
.c-header__nav ul li .hexagon-bg .hexagon:before {
  bottom: 100%;
  border-bottom: 0.65rem solid #ffffff;
}
.c-header__nav ul li .hexagon-bg .hexagon:after {
  top: 100%;
  border-top: 0.65rem solid #ffffff;
}
.c-header__nav ul li .hexagon-bg i {
  font-size: 1.2rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__nav ul li .hexagon-bg i:before {
  color: #0E1427;
}
.c-header__nav ul li:hover > .c-header__dropdown-products {
  opacity: 1;
  pointer-events: all;
}
.c-header__nav .my-cirmar {
  color: blue;
  margin-left: 3rem;
}
.c-header__nav .my-cirmar a {
  background-color: #e3edf1;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  position: relative;
}
.c-header__nav .my-cirmar a span {
  display: none;
}
.c-header__nav .my-cirmar a:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-image: url("../images/user.svg");
  left: 0;
  right: 0;
  height: 100%;
}
.c-header__dropdown-products {
  position: absolute;
  top: 90%;
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1.5rem);
  transition: 0.3s all;
}
.c-header__dropdown-products--small .c-header__dropdown-products__wrap {
  width: 25rem;
  min-width: 25rem;
}
.c-header__dropdown-products--small .c-header__dropdown-products__wrap ul li a {
  padding: 2.1rem;
}
.c-header__dropdown-products--small .c-header__dropdown-products__wrap ul li a:nth-of-type(1) {
  width: auto;
  min-width: auto;
}
.c-header__dropdown-products__wrap {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
  margin-top: 4.5rem;
  width: 46rem;
  min-width: 46rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
.c-header__dropdown-products ul {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  width: 100%;
}
.c-header__dropdown-products ul li {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  margin-left: 0;
  border-bottom: 1px solid #EEF4F6;
  transition: 0.3s all;
}
.c-header__dropdown-products ul li:hover {
  background-color: #EEF4F6;
}
.c-header__dropdown-products ul li a {
  display: flex;
  padding: 2.1rem 0;
}
.c-header__dropdown-products ul li a:nth-of-type(1) {
  width: 10rem;
  min-width: 10rem;
  align-items: center;
  justify-content: center;
}
.c-header__dropdown-products ul li a:nth-of-type(2) {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.c-header__dropdown-products ul li a img {
  max-width: 5rem;
  max-height: 5.8rem;
}
.c-header__dropdown-products ul li a span {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  color: #E14343;
}
.c-header__dropdown-products ul li a small {
  font-size: 1.5rem;
}
.c-header__dropdown-products .all {
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  background-color: #ffffff;
}
.c-header__dropdown-products .all:hover {
  background-color: #EEF4F6;
}
.c-header__dropdown-products .all span {
  font-size: 1.7rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #0E1427 !important;
}
.c-header__dropdown-products .all i {
  margin-left: 0.5rem;
  transform: rotate(-180deg);
}
.c-header__dropdown-products .all i:before {
  color: #0E1427;
}
.c-header--minimal .o-container {
  padding: 0;
}
.c-header--minimal .c-header__logo {
  transform: translateY(40%);
}
@media screen and (max-width: 1350px) {
  .c-header--minimal .c-header__logo {
    max-width: 22rem;
  }
}
@media screen and (max-width: 650px) {
  .c-header--minimal .c-header__logo {
    max-width: 17rem;
  }
}
@media screen and (max-width: 300px) {
  .c-header--minimal .c-header__logo {
    max-width: 15rem;
  }
}
.c-header--minimal .c-header__various {
  margin: 0;
}
.c-header--minimal .c-header__various a span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  text-align: center;
  text-decoration: underline;
}
.c-header__menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .c-header__menu {
    display: flex;
  }
}
.c-header__menu figure {
  width: 35px;
  height: 2px;
  background-color: #0E1427;
}
.c-header__menu figure:nth-of-type(2) {
  margin: 1rem 0;
}

.headerMenu {
  background-color: #ffffff;
}
.headerMenu .c-header__menu figure:nth-of-type(1) {
  transform: rotate(45deg);
}
.headerMenu .c-header__menu figure:nth-of-type(3) {
  transform: rotate(-45deg);
}
.headerMenu .c-header__menu figure:nth-of-type(2) {
  opacity: 0;
  margin: -2px 0;
}

.c-search-results__intro {
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .c-search-results__intro {
    padding: 4rem 0;
  }
}
.c-search-results__intro .o-container {
  display: flex;
  flex-direction: column;
}
.c-search-results__intro h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
.c-search-results__intro h1 strong {
  font-size: 600;
}
.c-search-results__intro p {
  margin: 0;
}
.c-search-results__wrap {
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .c-search-results__wrap {
    padding: 3rem 0;
  }
}
.c-search-results__single {
  background-color: #E14343;
  border: 2px solid #0E1427;
  padding: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single {
    padding: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .c-search-results__single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-search-results__single:last-of-type {
  margin-bottom: 0;
}
.c-search-results__single__image {
  display: flex;
  margin-right: 5rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__image {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-search-results__single__image {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.c-search-results__single__image img {
  max-width: 15rem;
  max-height: 15rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__image img {
    max-width: 10rem;
    max-height: 10rem;
  }
}
@media screen and (max-width: 550px) {
  .c-search-results__single__image img {
    max-width: 8rem;
    max-height: 8rem;
  }
}
.c-search-results__single__text {
  display: flex;
  width: 100%;
}
.c-search-results__single__text a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: calc(100% - 7.5rem);
}
.c-search-results__single__text a h2 {
  margin: 0;
  font-size: 3.5rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__text a h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .c-search-results__single__text a h2 {
    font-size: 2.5rem;
  }
}
.c-search-results__single__text a h2:hover {
  text-decoration: underline;
}
.c-search-results__single__text a p {
  margin: 1rem 0 0;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__text a p {
    display: none;
  }
}
.c-search-results__single i {
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .c-search-results__single i {
    right: 2rem;
  }
}

.c-menu {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  padding: 3rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}
.c-menu__back {
  padding-bottom: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
}
.c-menu__back span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.c-menu__various div {
  margin-bottom: 3rem;
}
.c-menu__various div a {
  margin-right: 1rem;
}
.c-menu__various div a span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.c-menu__various .btn {
  max-width: 30rem;
}
@media screen and (max-width: 500px) {
  .c-menu__various .btn {
    max-width: 100%;
  }
}
.c-menu__nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3rem 5rem 5rem;
  transition: 0.5s all;
}
.c-menu__nav ul {
  width: 100%;
}
.c-menu__nav ul li {
  width: 100%;
  border-bottom: 1px solid #EEF4F6;
  cursor: pointer;
}
.c-menu__nav ul li:last-of-type {
  border-bottom: none;
}
.c-menu__nav ul li a {
  display: flex;
  align-items: center;
  padding: 2rem 0 !important;
  font-size: 1.7rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.c-menu__nav ul li a.lang-item {
  font-weight: bold;
}
.c-menu__nav ul li a.lang-item img {
  max-height: 1.5rem;
  margin-right: 1rem;
}
.c-menu__nav ul li span {
  display: flex;
  padding: 2rem 0 !important;
  font-size: 1.7rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.c-menu__nav ul li .hexagon-bg {
  margin-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menu__nav ul li .hexagon-bg .hexagon {
  position: relative;
  width: 2.1rem;
  height: 1.21rem;
  margin: 0.65rem 0;
  background-color: #EEF4F6;
}
.c-menu__nav ul li .hexagon-bg .hexagon:before, .c-menu__nav ul li .hexagon-bg .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
}
.c-menu__nav ul li .hexagon-bg .hexagon:before {
  bottom: 100%;
  border-bottom: 0.65rem solid #EEF4F6;
}
.c-menu__nav ul li .hexagon-bg .hexagon:after {
  top: 100%;
  border-top: 0.65rem solid #EEF4F6;
}
.c-menu__nav ul li .hexagon-bg i {
  font-size: 1.1rem;
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.c-menu__nav ul li .hexagon-bg i:before {
  color: #0E1427;
}
.c-menu__nav__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-menu__subnav {
  transition: 0.5s all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3rem 5rem 5rem;
  transform: translateX(100%);
}
.c-menu__subnav ul {
  width: 100%;
}
.c-menu__subnav ul li {
  width: 100%;
  border-bottom: 1px solid #EEF4F6;
  cursor: pointer;
}
.c-menu__subnav ul li:last-of-type {
  border-bottom: none;
}
.c-menu__subnav ul li a {
  display: flex;
  padding: 2rem 0;
  font-size: 1.7rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.c-menu__subnav ul li span {
  display: flex;
  padding: 0 !important;
  font-size: 1.7rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.c-menu__subnav ul li .hexagon-bg {
  margin-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menu__subnav ul li .hexagon-bg .hexagon {
  position: relative;
  width: 2.1rem;
  height: 1.21rem;
  margin: 0.65rem 0;
  background-color: #EEF4F6;
}
.c-menu__subnav ul li .hexagon-bg .hexagon:before, .c-menu__subnav ul li .hexagon-bg .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
}
.c-menu__subnav ul li .hexagon-bg .hexagon:before {
  bottom: 100%;
  border-bottom: 0.65rem solid #EEF4F6;
}
.c-menu__subnav ul li .hexagon-bg .hexagon:after {
  top: 100%;
  border-top: 0.65rem solid #EEF4F6;
}
.c-menu__subnav ul li .hexagon-bg i {
  font-size: 1.1rem;
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.c-menu__subnav ul li .hexagon-bg i:before {
  color: #0E1427;
}
.c-menu__tools__single {
  display: flex;
  align-items: center;
  border-top: 1px solid #EEF4F6;
}
.c-menu__tools__single a {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
.c-menu__tools__single a:first-child {
  padding-left: 2rem;
}
.c-menu__tools__single a:last-of-type {
  width: 100%;
}
.c-menu__tools__single a img {
  max-width: 4rem;
  max-height: 4rem;
  margin-right: 2rem;
}
.c-menu__tools__single a span {
  font-size: 1.7rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #E14343;
  padding: 0 !important;
}
.c-menu__tools__single a small {
  font-size: 1.4rem;
}

.menuActive {
  opacity: 1;
  pointer-events: all;
}

.menuIn {
  transform: translateX(0);
}

.menuOut {
  transform: translateX(-100%);
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
.c-modal__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-modal__content {
  background-color: #E14343;
  position: relative;
  z-index: 5;
}
.c-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-modalActive {
  opacity: 1;
  pointer-events: all;
}

.c-breadcrumbs ul {
  display: flex;
}
.c-breadcrumbs ul li a {
  font-size: 2rem;
  text-decoration: none;
  text-transform: lowercase;
}
.c-breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.c-breadcrumbs ul li:last-of-type a {
  pointer-events: none;
}
.c-breadcrumbs ul li:last-of-type i {
  display: none;
}
.c-breadcrumbs ul li i {
  margin: 0 1.2rem;
  font-size: 1rem;
}

.c-text p a {
  color: #E14343;
  text-decoration: underline;
}
.c-text__intro {
  font-size: 1.9rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.c-text__scan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #EEF4F6;
}
.c-text__scan span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #E14343;
}
.c-text__scan img {
  margin-left: 0 !important;
  max-width: 6.4rem;
  margin-right: 1.7rem !important;
}
.c-text__scan div {
  display: flex;
  flex-direction: column;
}
.c-text__scan div small {
  font-size: 1.4rem;
}
.c-text__icon-list {
  display: flex;
  flex-direction: column;
}
.c-text__icon-list li {
  display: flex;
  margin: 1.2rem 0;
}
.c-text__icon-list li img {
  margin-right: 2rem;
  max-width: 4.5rem;
  max-height: 4.5rem;
}
.c-text__icon-list li h2, .c-text__icon-list li h3, .c-text__icon-list li h4, .c-text__icon-list li h5, .c-text__icon-list li h6 {
  font-size: 1.9rem;
  color: #E14343;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  margin: 1.5rem 0 2rem;
}
.c-text__icon-list li span {
  font-size: 1.6rem;
}
.c-text__icon-list--vertical {
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .c-text__icon-list--vertical {
    flex-direction: column;
  }
}
.c-text__icon-list--vertical li {
  display: flex;
  flex-direction: column;
  margin-right: 4rem;
  padding-right: 4rem;
  border-right: 1px solid #EEF4F6;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-text__icon-list--vertical li {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #EEF4F6;
    padding-bottom: 2.5rem;
    margin-bottom: 1rem;
  }
  .c-text__icon-list--vertical li h2, .c-text__icon-list--vertical li h3, .c-text__icon-list--vertical li h4, .c-text__icon-list--vertical li h5, .c-text__icon-list--vertical li h6 {
    margin-bottom: 0.5rem;
  }
}
.c-text__icon-list--vertical li img {
  max-height: 5.5rem;
  max-width: 5.5rem;
  margin-left: auto;
  margin-right: auto;
}
.c-text__icon-list--vertical li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 1023px) {
  .c-text__icon-list--vertical li:last-of-type {
    border-bottom: none;
  }
}
.c-text--section-title {
  width: 100%;
  margin: 10rem 0 4rem 0;
}

.c-signup-block {
  padding: 15rem 0;
}
@media screen and (max-width: 1023px) {
  .c-signup-block {
    padding: 10rem 0;
  }
}
.c-signup-block--dark {
  background-color: #0E1427;
}
.c-signup-block--dark .c-text p {
  color: #ffffff;
}
.c-signup-block .o-container {
  display: flex;
  flex-direction: column;
}
.c-signup-block .c-text h2, .c-signup-block .c-text h3, .c-signup-block .c-text h4, .c-signup-block .c-text h5, .c-signup-block .c-text h6 {
  font-size: 4.5rem;
  color: #E14343;
}
@media screen and (max-width: 650px) {
  .c-signup-block .c-text h2, .c-signup-block .c-text h3, .c-signup-block .c-text h4, .c-signup-block .c-text h5, .c-signup-block .c-text h6 {
    font-size: 3.5rem;
  }
}
.c-signup-block .c-form button {
  height: 5.5rem;
  border: none;
  border-radius: 1rem;
  width: 100%;
}
.c-signup-block .c-form .c-form__group {
  margin-right: 2.5rem;
}

.c-image-gallery {
  display: flex;
  flex-wrap: wrap;
}
.c-image-gallery__single {
  width: 28rem;
  height: 25rem;
  border-radius: 2rem;
  border: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-image-gallery__single:hover figure {
  opacity: 1;
  transform: translateY(0);
}
.c-image-gallery__single figure {
  opacity: 0;
  transition: 0.4s all;
  transform: translateY(1rem);
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 1rem;
  background-color: #0E1427;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-image-gallery__single figure span {
  margin: -2px 0 0 0;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.c-hero {
  padding: 9rem 0;
  position: relative;
  overflow: hidden;
  margin-top: 15rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 500px) {
  .c-hero {
    margin-bottom: 5rem;
  }
}
.c-hero--white {
  background-color: #ffffff;
}
.c-hero--visibile {
  overflow: visible;
}
.c-hero--product .c-text {
  margin: 0 10rem 0 0 !important;
  justify-content: center;
}
.c-hero--product .c-hero__product-image {
  max-width: 66rem;
}
@media screen and (max-width: 1023px) {
  .c-hero--product .o-container img {
    order: 1;
    max-width: 40rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--product .o-container img {
    margin: 0 auto 4rem;
    max-width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .c-hero--product .o-container .c-text {
    order: 2;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 650px) {
  .c-hero--small {
    margin-bottom: 5rem;
    padding: 5rem 0;
  }
}
.c-hero--small .c-hero__hexagon-gradient {
  border-bottom-right-radius: 20rem;
}
.c-hero--small .c-text {
  max-width: 100% !important;
  margin: 3rem 0 0 0 !important;
}
.c-hero--empty {
  padding: 12rem 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 650px) {
  .c-hero--empty {
    padding: 10rem 0;
  }
}
.c-hero--empty .c-hero__hexagon-gradient {
  border-bottom-right-radius: 20rem;
}
.c-hero--empty .c-text {
  max-width: 100% !important;
  margin: 3rem 0 0 0 !important;
}
.c-hero--contact {
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .c-hero--contact {
    padding: 10rem 0;
  }
}
.c-hero--contact .c-hero__bg {
  border-bottom-right-radius: 0;
}
.c-hero--contact .c-hero__hexagon-gradient {
  border-bottom-right-radius: 0;
}
.c-hero--slider {
  padding: 9rem 0 15rem;
}
@media screen and (max-width: 1023px) {
  .c-hero--slider {
    padding: 9rem 0 20rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero--slider {
    padding: 4rem 0 15rem;
  }
}
.c-hero__mobile-image {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hero__mobile-image {
    display: block;
    max-width: 45rem;
    width: 100%;
  }
}
.c-hero__hexagon-full-color {
  position: absolute;
  bottom: -2%;
  left: -60vw;
  width: 210vw;
  min-width: 210vw;
  z-index: 1;
}
@media screen and (max-width: 1550px) {
  .c-hero__hexagon-full-color {
    bottom: -10%;
  }
}
@media screen and (max-width: 1023px) {
  .c-hero__hexagon-full-color {
    bottom: -1%;
  }
}
@media screen and (max-width: 500px) {
  .c-hero__hexagon-full-color {
    left: -70vw;
    right: 0;
    margin: auto;
    width: 140rem;
    min-width: 140rem;
    background-color: #eef4f6;
  }
}
@media screen and (max-width: 400px) {
  .c-hero__hexagon-full-color {
    left: -80vw;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__hexagon-full-color {
    left: -95vw;
  }
}
.c-hero__hexagon-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 2;
  pointer-events: none;
}
.c-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEF4F6;
  border-bottom-right-radius: 20rem;
}
.c-hero .o-container {
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .c-hero .o-container {
    flex-direction: column;
    align-items: center;
  }
}
.c-hero .c-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 62rem;
  margin: 0 10rem 0 0;
}
@media screen and (max-width: 1023px) {
  .c-hero .c-text {
    max-width: 100%;
    margin: 5rem 0;
  }
}
.c-hero .c-text-usp__list {
  margin-left: 0 !important;
  margin-bottom: 3rem;
}
.c-hero .c-text-usp__list li span {
  font-size: 1.9rem;
}
.c-hero .c-text p {
  font-size: 2.3rem;
}
@media screen and (max-width: 650px) {
  .c-hero .c-text p {
    font-size: 2rem;
  }
}
.c-hero__mobile-btn {
  display: none;
  width: 100%;
  border-radius: 1rem;
  justify-content: flex-start;
  padding: 2rem;
}
@media screen and (max-width: 650px) {
  .c-hero__mobile-btn {
    display: flex;
  }
}
.c-hero__mobile-btn span {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #0E1427;
}
.c-hero__qr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-hero__qr {
    flex-direction: column;
    width: 100%;
  }
}
.c-hero__qr__button {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  background-color: #E14343;
  padding: 2rem 3rem;
  transition: 0.4s all;
}
.c-hero__qr__button:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #151f39;
}
@media screen and (max-width: 650px) {
  .c-hero__qr__button {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.c-hero__qr__button span {
  color: #ffffff;
  transition: 0.4s all;
  font-family: "Manrope", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  white-space: nowrap;
}
.c-hero__qr__button small {
  font-size: 1.6rem;
  color: #ffffff;
  white-space: nowrap;
}
.c-hero__qr__code {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-hero__qr__code {
    display: none;
  }
}
.c-hero__qr__code img {
  width: 15rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
.c-hero__qr__code span {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.1;
  width: auto;
}
.c-hero__qr__code small {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
.c-hero__qr__code__text p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.7rem !important;
  line-height: 1.1;
  width: auto;
}
.c-hero__slider {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-hero__slider {
    display: none;
  }
}
.c-hero__slider__phones {
  position: relative;
  z-index: 1;
  width: 32rem;
}
.c-hero__slider__phones img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32rem;
}
.c-hero__slider__phones img:nth-of-type(1) {
  animation: phoneOut1 10s linear infinite;
  z-index: 4;
}
.c-hero__slider__phones img:nth-of-type(2) {
  z-index: 3;
  animation: phoneOut2 10s linear infinite;
}
.c-hero__slider__phones img:nth-of-type(3) {
  z-index: 2;
  animation: phoneOut3 10s linear infinite;
}
.c-hero__slider__phones img:nth-of-type(4) {
  z-index: 1;
  animation: phoneOut4 10s linear infinite;
}
.c-hero__slider__objects {
  display: flex;
  align-items: center;
  position: absolute;
  left: 60rem;
  top: 8rem;
  animation: moveRight 10s infinite linear;
}
.c-hero__slider__objects img {
  width: 20rem;
  margin: 0 2rem;
}
.c-hero__slider__objects img:nth-of-type(1) {
  animation: fadeOut1 10s infinite linear;
}
.c-hero__slider__objects img:nth-of-type(2) {
  animation: fadeOut2 10s infinite linear;
}
.c-hero__slider__objects img:nth-of-type(3) {
  animation: fadeOut3 10s infinite linear;
}
.c-hero__slider__objects img:nth-of-type(4) {
  animation: fadeOut4 10s infinite linear;
}
.c-hero__use-case {
  font-weight: bold;
}
.c-hero--margin-btm-15 {
  margin-bottom: 15rem;
}

@keyframes moveRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100rem);
  }
}
@keyframes fadeOut1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut3 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut4 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes phoneOut1 {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes phoneOut2 {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes phoneOut3 {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes phoneOut4 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c-logos .o-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-logos span {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #E14343;
  text-align: center;
  margin-bottom: 3.5rem;
}
.c-logos ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-logos ul li {
  margin: 1.75rem 3.5rem;
}
.c-logos ul li img {
  max-width: 20rem;
  max-height: 10rem;
}

.c-text-usp {
  padding: 15rem 0;
}
@media screen and (max-width: 1023px) {
  .c-text-usp {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 650px) {
  .c-text-usp {
    padding: 5rem 0;
  }
}
.c-text-usp--dark {
  background-color: #0E1427;
}
.c-text-usp--dark .c-text p {
  color: #ffffff;
}
.c-text-usp--dark .c-text-usp__list span {
  color: #ffffff;
}
.c-text-usp .o-container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-text-usp .o-container {
    flex-direction: column;
  }
}
.c-text-usp .c-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 67rem;
}
@media screen and (max-width: 1023px) {
  .c-text-usp .c-text {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.c-text-usp .c-text h2, .c-text-usp .c-text h3, .c-text-usp .c-text h4, .c-text-usp .c-text h5, .c-text-usp .c-text h6 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .c-text-usp .c-text h2, .c-text-usp .c-text h3, .c-text-usp .c-text h4, .c-text-usp .c-text h5, .c-text-usp .c-text h6 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 650px) {
  .c-text-usp .c-text h2, .c-text-usp .c-text h3, .c-text-usp .c-text h4, .c-text-usp .c-text h5, .c-text-usp .c-text h6 {
    font-size: 3rem;
  }
}
.c-text-usp .c-text p {
  font-size: 1.6rem;
}
.c-text-usp__list {
  margin-left: 10rem !important;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .c-text-usp__list {
    margin-left: 0 !important;
  }
}
.c-text-usp__list li {
  margin: 0.5rem 0;
}
.c-text-usp__list li i {
  margin-right: 1.3rem;
}
.c-text-usp__list li i:before {
  color: #E14343;
}
.c-text-usp__list li span {
  font-size: 1.6rem;
}

.c-cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .c-cta-banner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-banner {
    padding: 2rem 3rem;
  }
}
.c-cta-banner--red {
  background-color: #E14343;
}
.c-cta-banner--red .c-cta-banner__text h2, .c-cta-banner--red .c-cta-banner__text h3, .c-cta-banner--red .c-cta-banner__text h4, .c-cta-banner--red .c-cta-banner__text h5, .c-cta-banner--red .c-cta-banner__text h6, .c-cta-banner--red .c-cta-banner__text p {
  color: #ffffff;
}
.c-cta-banner__text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .c-cta-banner__text {
    margin-bottom: 2rem;
  }
}
.c-cta-banner__text h2, .c-cta-banner__text h3, .c-cta-banner__text h4, .c-cta-banner__text h5, .c-cta-banner__text h6 {
  margin: 0 0 0.25rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
}

.c-image-text-blocks {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-image-text-blocks {
    flex-direction: column;
  }
}
.c-image-text-blocks__single {
  display: flex;
  flex-direction: column;
  width: 35rem;
}
@media screen and (max-width: 1023px) {
  .c-image-text-blocks__single {
    flex-direction: row;
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 650px) {
  .c-image-text-blocks__single {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.c-image-text-blocks__single__image {
  width: 100%;
  height: 25rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .c-image-text-blocks__single__image {
    width: 26rem;
    min-width: 26rem;
    height: 15rem;
    margin-right: 3rem;
  }
}
.c-image-text-blocks__single__text {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .c-image-text-blocks__single__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .c-image-text-blocks__single__text {
    padding-top: 2rem;
  }
}
.c-image-text-blocks__single__text small {
  margin-bottom: 1rem;
}
.c-image-text-blocks--large {
  flex-direction: column;
}
.c-image-text-blocks--large .c-image-text-blocks__single {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .c-image-text-blocks--large .c-image-text-blocks__single {
    align-items: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .c-image-text-blocks--large .c-image-text-blocks__single {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5rem;
  }
}
.c-image-text-blocks--large .c-image-text-blocks__single__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-image-text-blocks--large .c-image-text-blocks__single__text {
  margin-bottom: 1.5rem;
}
.c-image-text-blocks--large .c-image-text-blocks__single__text h2, .c-image-text-blocks--large .c-image-text-blocks__single__text h3, .c-image-text-blocks--large .c-image-text-blocks__single__text h4, .c-image-text-blocks--large .c-image-text-blocks__single__text h5, .c-image-text-blocks--large .c-image-text-blocks__single__text h6 {
  font-size: 3rem;
}
.c-image-text-blocks--large .c-image-text-blocks__single__image {
  width: 40rem;
  min-width: 40rem;
  height: 29rem;
  min-height: 29rem;
  margin-right: 6.5rem;
}
@media screen and (max-width: 1023px) {
  .c-image-text-blocks--large .c-image-text-blocks__single__image {
    margin-right: 3rem;
    width: 20rem;
    min-width: 20rem;
    height: 15rem;
    min-height: 15rem;
  }
}
@media screen and (max-width: 650px) {
  .c-image-text-blocks--large .c-image-text-blocks__single__image {
    width: 40rem;
    min-width: 40rem;
    height: 29rem;
    min-height: 29rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .c-image-text-blocks--large .c-image-text-blocks__single__image {
    width: 100%;
    min-width: 100%;
    height: 30rem;
    min-height: 30rem;
  }
}
@media screen and (max-width: 400px) {
  .c-image-text-blocks--large .c-image-text-blocks__single__image {
    height: 26rem;
    min-height: 26rem;
  }
}

.c-testimonial-slider {
  position: relative;
}
.c-testimonial-slider header {
  position: relative;
  height: 52.9rem;
  min-height: 52.9rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider header {
    height: 41rem;
    min-height: 41rem;
  }
}
@media screen and (max-width: 700px) {
  .c-testimonial-slider header {
    height: 32rem;
    min-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .c-testimonial-slider header {
    height: 30rem;
    min-height: 30rem;
  }
}
.c-testimonial-slider header .o-container {
  display: flex;
  align-items: flex-end;
}
.c-testimonial-slider header h3 {
  max-width: 66rem;
  color: #ffffff;
  position: relative;
  margin: 0;
}
.c-testimonial-slider header h3, .c-testimonial-slider header span {
  font-size: 6.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider header h3, .c-testimonial-slider header span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-testimonial-slider header h3, .c-testimonial-slider header span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .c-testimonial-slider header h3, .c-testimonial-slider header span {
    font-size: 3rem;
  }
}
.c-testimonial-slider header h3 b, .c-testimonial-slider header span b {
  font-weight: normal;
  color: #E14343;
}
.c-testimonial-slider__overlay {
  position: absolute;
  top: 5px;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.c-testimonial-slider__slider {
  background-color: #0E1427;
  min-height: 35rem;
}
.c-testimonial-slider__slider .lSSlideOuter {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__slider .lSSlideOuter {
    padding-bottom: 15rem;
  }
}
.c-testimonial-slider__slider .o-container {
  padding: 8rem 0 0 4rem;
}
.c-testimonial-slider__slider .lSPager {
  width: 100% !important;
  margin-top: 15rem !important;
  background-color: #151e3a;
  display: none;
  align-items: center;
  justify-content: center;
  height: 24rem;
  min-height: 24rem;
  border-top-right-radius: 150px;
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__slider .lSPager {
    height: 16rem;
    min-height: 16rem;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media screen and (max-width: 500px) {
  .c-testimonial-slider__slider .lSPager {
    border-top-right-radius: 60px;
  }
}
.c-testimonial-slider__slider .lSPager li {
  width: auto !important;
  max-width: 19.76rem;
  height: 100% !important;
  margin: 0 3.5rem !important;
  position: relative !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  .c-testimonial-slider__slider .lSPager li {
    max-width: 16.4666666667rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__slider .lSPager li {
    display: none;
  }
}
.c-testimonial-slider__slider .lSPager li a img {
  opacity: 0.35;
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__slider .lSPager .active {
    display: flex;
  }
}
.c-testimonial-slider__slider .lSPager .active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #E14343;
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__slider .lSPager .active:before {
    display: none;
  }
}
.c-testimonial-slider__slider .lSPager .active a img {
  opacity: 1;
}
.c-testimonial-slider__slider__single .o-container {
  display: flex;
  position: relative;
}
.c-testimonial-slider__slider__single .o-container .avatar-container {
  display: flex;
  flex-direction: column;
}
.c-testimonial-slider__slider__single .o-container .avatar-container .hexagon {
  left: 3rem;
}
.c-testimonial-slider__slider__single .o-container .avatar-container__image {
  width: 16rem;
  min-width: 16rem;
  max-height: 6rem;
  position: absolute;
  top: 28rem;
  left: 5rem;
  object-fit: contain;
}
@media screen and (max-width: 1500px) {
  .c-testimonial-slider__slider__single .o-container .avatar-container__image {
    top: 23rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__slider__single .o-container .avatar-container__image {
    top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-testimonial-slider__slider__single .o-container .avatar-container__image {
    width: auto;
    top: 19rem;
    left: 4rem;
    max-width: 9rem;
    min-width: auto;
    max-height: 8rem;
  }
}
.c-testimonial-slider__slider__single .avatar-quote {
  padding: 3rem 10rem 8rem 20rem;
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__slider__single .avatar-quote {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-testimonial-slider__slider__single .avatar-quote {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
}
.c-testimonial-slider__slider__single .avatar-quote h2, .c-testimonial-slider__slider__single .avatar-quote h3, .c-testimonial-slider__slider__single .avatar-quote h4, .c-testimonial-slider__slider__single .avatar-quote h5, .c-testimonial-slider__slider__single .avatar-quote h6 {
  font-size: 2.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-testimonial-slider__slider__single .avatar-quote h2, .c-testimonial-slider__slider__single .avatar-quote h3, .c-testimonial-slider__slider__single .avatar-quote h4, .c-testimonial-slider__slider__single .avatar-quote h5, .c-testimonial-slider__slider__single .avatar-quote h6 {
    margin-left: 11rem;
  }
}
.c-testimonial-slider__slider__single .avatar-quote small {
  font-size: 1.7rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #E14343;
}
@media screen and (max-width: 768px) {
  .c-testimonial-slider__slider__single .avatar-quote small {
    margin-left: 11rem;
  }
}
.c-testimonial-slider__slider__single .avatar-quote p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-testimonial-slider__slider__single .avatar-quote p {
    margin-top: 13rem;
  }
}
.c-testimonial-slider__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 20;
}
.c-testimonial-slider__nav .o-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.c-testimonial-slider__nav__single {
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.c-testimonial-slider__nav .slideNext {
  transform: translateY(-14.6rem) translateX(5rem);
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__nav .slideNext {
    transform: translateY(-5rem) translateX(-5rem);
    max-width: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-testimonial-slider__nav .slideNext {
    transform: translateY(-5rem) translateX(0rem);
  }
}
.c-testimonial-slider__nav .slidePrev {
  transform: translateX(-5rem) translateY(-14.6rem) rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .c-testimonial-slider__nav .slidePrev {
    transform: translateX(5rem) translateY(-5rem) rotate(180deg);
    max-width: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-testimonial-slider__nav .slidePrev {
    transform: translateX(0rem) translateY(-5rem) rotate(180deg);
  }
}

.c-product-overview {
  background-color: #ffffff;
}
.c-product-overview__single {
  padding: 15rem 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-product-overview__single {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1550px) {
  .c-product-overview__single img {
    max-width: 50rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single img {
    order: 1;
    max-width: 40rem;
  }
}
@media screen and (max-width: 650px) {
  .c-product-overview__single img {
    max-width: 30rem;
  }
}
@media screen and (max-width: 500px) {
  .c-product-overview__single img {
    max-width: 20rem;
  }
}
.c-product-overview__single__hexagon-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 70% !important;
  max-width: 70% !important;
  z-index: 1;
}
.c-product-overview__single__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(200deg, #eef4f6 0%, white 40%, white 100%);
  border-top-right-radius: 25rem;
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single__overlay {
    border-top-right-radius: 10rem;
  }
}
.c-product-overview__single:nth-of-type(odd) .c-product-overview__single__wrap {
  order: 1;
  margin-right: 0;
  margin-left: 10rem;
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single:nth-of-type(odd) .c-product-overview__single__wrap {
    order: 2;
  }
}
.c-product-overview__single:nth-of-type(odd) .c-product-overview__single__overlay {
  background: linear-gradient(-200deg, #eef4f6 0%, white 40%, white 100%);
  border-top-right-radius: 0;
  border-top-left-radius: 25rem;
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single:nth-of-type(odd) .c-product-overview__single__overlay {
    border-top-left-radius: 10rem;
  }
}
.c-product-overview__single .o-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single .o-container {
    flex-direction: column;
  }
}
.c-product-overview__single__wrap {
  display: flex;
  align-items: flex-start;
  margin-right: 10rem;
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single__wrap {
    order: 2;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.c-product-overview__single__wrap img {
  margin-right: 1rem;
  max-width: 5rem;
  max-height: 5rem;
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single__wrap img {
    order: initial;
  }
}
.c-product-overview__single__wrap .c-text {
  width: 52rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .c-product-overview__single__wrap .c-text {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .c-product-overview__single__wrap .c-text {
    width: 100%;
  }
}
.c-product-overview__single__wrap .c-text h2, .c-product-overview__single__wrap .c-text h3, .c-product-overview__single__wrap .c-text h4, .c-product-overview__single__wrap .c-text h5, .c-product-overview__single__wrap .c-text h6 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.c-product-overview__single__wrap .c-text__intro {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.c-product-overview__single__wrap .c-text p {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
.c-product-overview__single__wrap .c-text hr {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  margin: 3rem 0;
}
.c-product-overview__single--padding-top-bottom-5 {
  padding: 5rem 0 5rem 0;
}

.c-use-cases__overview article small {
  font-weight: bold;
  font-size: 1.3rem;
}
.c-use-cases__overview .o-container.o-container--primary .c-buttons-container {
  margin-bottom: 8rem;
}
.c-use-cases__hero {
  display: flex;
  padding: 8rem 0;
}
.c-use-cases__hero--image {
  width: calc(33.3333333333% + 15rem);
}
.c-use-cases__hero--image img {
  width: 100%;
}
.c-use-cases__hero small {
  font-weight: bold;
}
.c-use-cases__introduction {
  margin-top: -10rem;
  position: relative;
  border-radius: 1rem;
  padding-bottom: 8rem;
}
.c-use-cases__introduction--usp-field {
  background-color: #0E1427;
  padding: 5rem;
  color: #ffffff;
}
.c-use-cases__introduction--usp-field ul li {
  margin-bottom: 1.5rem;
}
.c-use-cases__introduction--usp-field ul li i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.c-use-cases__introduction--usp-field ul li i:before {
  color: #E14343;
}
.c-use-cases__introduction__tags {
  display: flex;
  margin-bottom: 1rem;
}
.c-use-cases__introduction__tags--single {
  background-color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 5rem;
  align-items: center;
  display: flex;
  margin-right: 1rem;
}
.c-use-cases__introduction__tags--single:last-of-type {
  margin: 0;
}
.c-use-cases__introduction__tags--single img {
  max-width: 3rem;
}
.c-use-cases.c-article {
  margin-bottom: 10rem;
}
.c-use-cases__images {
  display: flex;
  margin-bottom: 6rem;
}
@media screen and (max-width: 600px) {
  .c-use-cases__images {
    flex-direction: column;
  }
}
.c-use-cases__images > div {
  margin-right: 2rem;
  width: 50%;
  height: 40rem;
  max-height: 40rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2rem;
}
@media screen and (max-width: 600px) {
  .c-use-cases__images > div {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.c-use-cases__images > div img {
  border-radius: 1rem;
  width: 100%;
}
.c-use-cases__images > div:last-of-type {
  margin: 0;
}
.c-use-cases__project-results {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .c-use-cases__project-results {
    flex-direction: column;
  }
}
.c-use-cases__project-results > div {
  width: 50%;
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  .c-use-cases__project-results > div {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.c-use-cases__project-results > div:last-of-type {
  margin: 0;
}
.c-use-cases__project-results--grid {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #EEF4F6;
  border-radius: 1rem;
  padding: 6rem 0;
  position: relative;
}
.c-use-cases__project-results--grid > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 2rem;
}
.c-use-cases__project-results--grid > div h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.c-use-cases__project-results--grid > div small {
  font-size: 1.3rem;
}
.c-use-cases__project-results--grid > div img {
  max-width: 5rem;
  margin-bottom: 0.5rem;
}
.c-use-cases__project-results--grid > div:nth-child(3), .c-use-cases__project-results--grid > div:nth-child(4) {
  margin-top: 10rem;
}
.c-use-cases__project-results--grid:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e3edf1;
}
.c-use-cases__project-results--grid:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e3edf1;
}
.c-use-cases__c-passport {
  margin: 4rem 0;
}
.c-use-cases__c-passport--header p {
  margin-top: 2rem;
}
.c-use-cases__c-passport--header > div {
  display: flex;
  align-items: center;
}
.c-use-cases__c-passport--header img {
  max-width: 8rem;
  margin-right: 2rem;
}
.c-use-cases__c-passport--content {
  border: 1px solid #EEF4F6;
  border-radius: 1rem;
  padding: 3rem;
  margin-top: 2rem;
}
.c-use-cases__c-passport--content--product {
  display: flex;
}
@media screen and (max-width: 600px) {
  .c-use-cases__c-passport--content--product {
    flex-direction: column;
  }
}
.c-use-cases__c-passport--content--product img {
  border-radius: 1rem;
  max-width: 10rem;
  margin-right: 2rem;
  border: 1px solid #EEF4F6;
  padding: 0.5rem;
}
.c-use-cases__c-passport--content--product .product-title {
  display: flex;
  margin: 1rem 0 0.5rem 0;
}
.c-use-cases__c-passport--content--product .product-title h4 {
  margin: 0;
}
.c-use-cases__c-passport--content--product label {
  background-color: #E14343;
  color: #ffffff;
  font-weight: bold;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  padding: 0.2rem 1rem;
  margin-left: 1rem;
}
.c-use-cases__c-passport--content--product small {
  font-size: 1.3rem;
}
.c-use-cases__c-passport--content--product .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .c-use-cases__c-passport--content--product .product-image {
    justify-content: start;
  }
}
.c-use-cases__testimonials--single {
  background-color: #EEF4F6;
  padding: 5rem;
  border-radius: 1rem;
  display: flex;
}
@media screen and (max-width: 600px) {
  .c-use-cases__testimonials--single {
    flex-direction: column;
    padding: 3rem;
  }
}
.c-use-cases__testimonials--single > div {
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  .c-use-cases__testimonials--single > div {
    margin: 0 0 2rem 0;
  }
}
.c-use-cases__testimonials--single > div:last-of-type {
  margin: 0;
}
.c-use-cases__testimonials--single > div img {
  max-width: 20rem;
}
.c-use-cases__testimonials--single h4 {
  color: #0E1427;
  margin: 0.5rem 0 0.2rem 0;
}
.c-use-cases__testimonials--single small {
  color: #E14343;
  font-size: 1.8rem;
}
.c-use-cases__testimonials--single p {
  margin-top: 1rem;
}
.c-use-cases__next-cases {
  padding: 6rem 0;
}
.c-use-cases__next-cases--header {
  margin-bottom: 4rem;
}

.c-product-categories {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-product-categories {
    flex-wrap: wrap;
  }
}
.c-product-categories li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .c-product-categories li {
    width: 50%;
    margin-bottom: 2rem;
  }
}
.c-product-categories li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-product-categories li a img {
  text-align: center;
  transform: translateX(2.5rem);
}
@media screen and (max-width: 768px) {
  .c-product-categories li a img {
    max-width: 60%;
  }
}
.c-product-categories li a h2, .c-product-categories li a h3, .c-product-categories li a h4, .c-product-categories li a h5, .c-product-categories li a h6 {
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.c-product-categories li a p {
  font-size: 1.5rem;
  margin: 0;
}

.stickyFooterPadding {
  padding-bottom: 7.5rem;
  margin-top: 15rem;
}

.c-sticky-footer {
  height: 7.5rem;
  min-height: 7.5rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 4;
  box-shadow: 0px -3px 20px 0px rgba(50, 50, 50, 0.15);
}
@media screen and (max-width: 450px) {
  .c-sticky-footer {
    display: none;
  }
}
.c-sticky-footer .o-container {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sticky-footer .o-container {
    max-width: calc(100% - 4rem);
  }
}
.c-sticky-footer ul {
  display: flex;
  height: 100%;
}
.c-sticky-footer ul li {
  position: relative;
  margin-right: 4.5rem;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-sticky-footer ul li {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .c-sticky-footer ul li {
    width: 25%;
  }
}
.c-sticky-footer ul li:last-of-type {
  margin-right: 0;
}
.c-sticky-footer ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-sticky-footer ul li a img {
  max-width: 3.5rem;
  max-height: 4rem;
  margin-right: 1.7rem;
}
.c-sticky-footer ul li a span {
  display: flex;
  flex-direction: column;
  font-size: 1.15rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #E14343;
}
.c-sticky-footer ul li a span small {
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  color: #0E1427;
}
@media screen and (max-width: 650px) {
  .c-sticky-footer ul li a span small {
    display: none;
  }
}
.c-sticky-footer ul .active:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #E14343;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-faq__half {
  width: calc(50% - 2.3rem);
}
@media screen and (max-width: 650px) {
  .c-faq__half {
    width: 100%;
  }
}
.c-faq__section {
  padding: 6rem 0;
}
.c-faq__single {
  width: calc(50% - 2rem);
  border-bottom: 1px solid #E2ECF0;
  padding: 1.5rem 0;
  margin-right: 2rem;
}
.c-faq__single:hover {
  cursor: pointer;
}
.c-faq__single dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-faq__single dt button {
  border: 0;
  display: flex;
  border-radius: 5rem;
  width: 1.8rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
  transition: 0.4s ease transform;
}
.c-faq__single dt button i {
  font-size: 1rem;
  margin-top: 3px;
}
.c-faq__single dt button i:before {
  color: #0E1427;
}
.c-faq__single dt button span {
  font-family: "Manrope", sans-serif;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.2;
  transition: 0.38s all;
  margin-right: 2rem;
}
.c-faq__single dt button figure {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-faq__single dt button figure span {
  position: absolute;
  width: 1.7rem;
  height: 0.5rem;
  background-color: #0E1427;
  display: flex;
  margin: 0 !important;
}
.c-faq__single dt button figure span:nth-of-type(1) {
  transform: rotate(90deg);
}
.c-faq__single dt p {
  margin: 0;
}
.c-faq__single dd {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: 0.38s all;
}
.c-faq__single dd p {
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
}

.js-faqIsActive dt figure span:nth-of-type(1) {
  opacity: 0;
}
.js-faqIsActive dt p {
  color: #E14343;
}
.js-faqIsActive > dd {
  opacity: 1;
  height: initial;
  pointer-events: all;
  padding: 2rem 0 0;
}
.js-faqIsActive button {
  background-color: #0E1427;
  transform: rotate(180deg);
}
.js-faqIsActive button i:before {
  color: #ffffff !important;
}

.c-footer {
  position: relative;
  z-index: 1;
}
.c-footer .o-container {
  display: flex;
  justify-content: space-between;
  padding-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .c-footer .o-container {
    flex-direction: column;
  }
}
.c-footer__bottom {
  background-color: #f9f9f9;
  margin-top: 6rem;
}
.c-footer__bottom .o-container {
  padding: 1.5rem 0;
}
.c-footer__bottom small {
  font-size: 1.3rem;
  color: #0E1427;
}
.c-footer__bottom small a {
  font-weight: 500;
}
.c-footer__bottom small a:hover {
  text-decoration: underline;
}
.c-footer__logo img {
  width: 17rem;
}
.c-footer__info {
  font-style: normal;
  margin-right: 9rem;
  margin-top: -2.1rem;
}
@media screen and (max-width: 1023px) {
  .c-footer__info {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.c-footer__info ul {
  display: flex;
  flex-direction: column;
  margin-left: 8.2rem;
  margin-top: -1rem;
}
@media screen and (max-width: 1023px) {
  .c-footer__info ul {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.c-footer__info ul li {
  margin-bottom: 0.3rem;
}
.c-footer__info ul li span {
  font-family: "Manrope", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
}
.c-footer__nav-list {
  margin-right: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-footer__nav-list {
    margin-right: 0;
    margin-bottom: 4rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.c-footer__nav-list:last-of-type {
  margin-right: 0;
}
.c-footer__nav-list h2, .c-footer__nav-list h3, .c-footer__nav-list h4, .c-footer__nav-list h5, .c-footer__nav-list h6 {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
}
.c-footer__nav-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .c-footer__nav-list ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-footer__nav-list ul li {
  margin-right: 4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-footer__nav-list ul li {
    margin-bottom: 2rem;
  }
}
.c-footer__nav-list ul li:last-of-type {
  margin-right: 0;
}
.c-footer__nav-list ul li a {
  font-family: "Manrope", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
}
.c-footer__nav-list ul li a:hover {
  text-decoration: underline;
}
.c-footer__nav-list ul li span {
  font-family: "Manrope", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
}
.c-footer__services ul li {
  padding-left: 0;
}
.c-footer__services ul li:before {
  display: none;
}
.c-footer__services ul li a:hover {
  text-decoration: none;
}
.c-footer__services ul li a:hover span {
  text-decoration: underline;
}
.c-footer__services ul li a i {
  margin-right: 0.75rem;
}

.c-buttons-container {
  display: flex;
}
.c-buttons-container .btn {
  margin-right: 2rem;
}

.c-logo-slider {
  position: relative;
}
.c-logo-slider header {
  position: relative;
  height: 52.9rem;
  min-height: 52.9rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .c-logo-slider header {
    height: 41rem;
    min-height: 41rem;
  }
}
@media screen and (max-width: 700px) {
  .c-logo-slider header {
    height: 32rem;
    min-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .c-logo-slider header {
    height: 30rem;
    min-height: 30rem;
  }
}
.c-logo-slider header .o-container {
  display: flex;
  align-items: flex-end;
}
.c-logo-slider header h3 {
  max-width: 66rem;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding-bottom: 3rem;
}
.c-logo-slider header h3, .c-logo-slider header span {
  font-size: 6.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .c-logo-slider header h3, .c-logo-slider header span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-logo-slider header h3, .c-logo-slider header span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .c-logo-slider header h3, .c-logo-slider header span {
    font-size: 3rem;
  }
}
.c-logo-slider header h3 b, .c-logo-slider header span b {
  font-weight: normal;
  color: #E14343;
}
.c-logo-slider__overlay {
  position: absolute;
  top: 5px;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.c-logo-slider__slider {
  background-color: #151e3a;
}
.c-logo-slider__slider .o-container {
  padding: 0 4rem 0 4rem;
}
.c-logo-slider__slider__single {
  height: 20rem;
  width: 20rem;
  display: flex;
  justify-content: center;
}
.c-logo-slider__slider__single .image-container {
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-logo-slider__slider__single .image-container {
    max-width: 50%;
  }
}
.c-logo-slider__slider__single .image-container img {
  max-height: 20rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-logo-slider__slider__single .image-container img {
    width: auto;
    top: 4rem;
    max-width: 9rem;
    min-width: auto;
    max-height: 9rem;
  }
}
.c-logo-slider__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.c-logo-slider__nav .o-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.c-logo-slider__nav__single {
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.c-logo-slider__nav .slideNextLogo {
  transform: translateY(-7.6rem) translateX(3rem);
}
@media screen and (max-width: 1023px) {
  .c-logo-slider__nav .slideNextLogo {
    transform: translateY(-7rem) translateX(-3rem);
    max-width: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-logo-slider__nav .slideNextLogo {
    transform: translateY(-7rem) translateX(1rem);
    max-width: 3.5rem;
  }
}
.c-logo-slider__nav .slidePrevLogo {
  transform: translateX(-3rem) translateY(-7.6rem) rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .c-logo-slider__nav .slidePrevLogo {
    transform: translateX(3rem) translateY(-7rem) rotate(180deg);
    max-width: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-logo-slider__nav .slidePrevLogo {
    transform: translateX(-1rem) translateY(-7rem) rotate(180deg);
    max-width: 3.5rem;
  }
}

.u-bg-cover-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg-contain-top {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-bx-shadow {
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.35);
}
.u-bx-shadow--small {
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
}

.u-reset-ul {
  padding: 0;
  margin: 0;
}
.u-reset-ul li {
  list-style-type: none;
}

.u-reset-arrow-list {
  margin-bottom: 2rem;
}
.u-reset-arrow-list li a {
  display: block;
}
.u-reset-arrow-list li a img {
  width: 15px;
}

.u-border-radius-primary {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.s-text-image .o-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .s-text-image .o-container {
    flex-direction: column;
    padding-bottom: 5rem;
  }
}
.s-text-image .o-container img {
  margin-right: 0;
  margin-left: 10rem;
  max-width: 55rem;
}
@media screen and (max-width: 1023px) {
  .s-text-image .o-container img {
    order: 1;
    margin-left: 0;
    margin-bottom: 2rem;
    max-width: 40rem;
  }
}
@media screen and (max-width: 650px) {
  .s-text-image .o-container img {
    max-width: 80%;
  }
}
.s-text-image .o-container .c-text {
  width: 100%;
  max-width: 52rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .s-text-image .o-container .c-text {
    order: 2;
    max-width: 75%;
  }
}
@media screen and (max-width: 650px) {
  .s-text-image .o-container .c-text {
    max-width: 100%;
  }
}
.s-text-image .o-container .c-text h2, .s-text-image .o-container .c-text h3, .s-text-image .o-container .c-text h4, .s-text-image .o-container .c-text h5, .s-text-image .o-container .c-text h6 {
  font-size: 4rem;
  color: #E14343;
}
@media screen and (max-width: 650px) {
  .s-text-image .o-container .c-text h2, .s-text-image .o-container .c-text h3, .s-text-image .o-container .c-text h4, .s-text-image .o-container .c-text h5, .s-text-image .o-container .c-text h6 {
    font-size: 3rem;
  }
}
.s-text-image .o-container .c-text .btn {
  margin-top: 2rem;
}
.s-text-image .o-container .c-text--bigger-text p {
  font-size: 2.3rem;
}
.s-text-image--reverse .o-container {
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .s-text-image--reverse .o-container {
    align-items: center;
  }
}
.s-text-image--reverse .o-container .c-text {
  order: 2;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1023px) {
  .s-text-image--reverse .o-container .c-text {
    margin-bottom: 0;
  }
}
.s-text-image--reverse .o-container img {
  margin-right: 10rem;
  margin-left: 0;
  order: 1;
}
@media screen and (max-width: 1023px) {
  .s-text-image--reverse .o-container img {
    margin-right: 0;
  }
}

.s-landing-news {
  padding: 11rem 0 20rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .s-landing-news {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 650px) {
  .s-landing-news {
    padding: 7rem 0 3rem;
  }
}
.s-landing-news--article {
  padding: 0;
}
.s-landing-news--article .o-container {
  padding: 10rem 0;
  border-top: 1px solid #EEF4F6;
}
.s-landing-news--article header h2, .s-landing-news--article header h3, .s-landing-news--article header h4, .s-landing-news--article header h5, .s-landing-news--article header h6 {
  color: #0E1427;
  font-size: 5rem;
}
.s-landing-news header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.6rem;
}
.s-landing-news header h2, .s-landing-news header h3, .s-landing-news header h4, .s-landing-news header h5, .s-landing-news header h6 {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .s-landing-news header {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 650px) {
  .s-landing-news header {
    margin-bottom: 5rem;
  }
}

.s-landing-logos {
  padding-top: 5rem;
}

.s-product-overview-categories {
  background-color: #0E1427;
  position: relative;
  padding: 12rem 0 7rem;
}
@media screen and (max-width: 1023px) {
  .s-product-overview-categories {
    padding: 8rem 0 6rem;
  }
}
.s-product-overview-categories--light {
  background-color: #ffffff;
}
.s-product-overview-categories--light .s-product-overview-categories__overlay {
  background: linear-gradient(to bottom, #f6f6f6 0%, white 23%);
}
.s-product-overview-categories__overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 103%;
  height: 100%;
  border-top-left-radius: 25rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .s-product-overview-categories__overlay {
    border-top-left-radius: 10rem;
  }
}
.s-product-overview-categories .c-cta-banner {
  position: relative;
  width: 90%;
  margin: 15rem auto 5em;
}
@media screen and (max-width: 1023px) {
  .s-product-overview-categories .c-cta-banner {
    margin: 10rem auto 5em;
  }
}

.s-product-features {
  margin-bottom: 8rem;
}
@media screen and (max-width: 600px) {
  .s-product-features {
    margin-bottom: 5rem;
  }
}
.s-product-signup {
  margin-top: 10rem;
}
@media screen and (max-width: 600px) {
  .s-product-signup {
    margin-top: 3rem;
  }
}

.s-news-overview .o-container.o-container--primary .c-buttons-container {
  margin-bottom: 8rem;
}

.c-read-more {
  padding-bottom: 10rem;
  padding-top: 5rem;
}
@media screen and (max-width: 650px) {
  .c-read-more {
    padding-bottom: 5rem;
  }
}
.c-read-more__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border: none;
  position: relative;
}
.c-read-more__button span {
  position: absolute;
  transform: translateY(-1rem);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
}
.c-read-more__button img {
  z-index: 1;
  transition: 0.5s all;
}
.c-read-more__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}
.c-read-more__button:hover span {
  opacity: 1;
  transform: translateY(-2rem);
}
.c-read-more__button:hover img {
  transform: translateY(1rem);
}
.c-read-more .c-pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-read-more .c-pagination ul li {
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.c-read-more .c-pagination ul li a svg {
  width: 4rem;
  height: 4rem;
  transform: rotate(45deg);
}
.c-read-more .c-pagination ul li a svg g path {
  transition: 0.3s ease-in-out;
  fill: #0e1527;
}
.c-read-more .c-pagination ul li a span {
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  font-size: 2rem;
  display: flex;
  color: #fff;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.c-read-more .c-pagination ul li a:hover svg g path {
  fill: #e14343;
}
.c-read-more .c-pagination ul li a.is-active svg g path {
  fill: #e14343;
}

.s-article {
  position: relative;
  z-index: 2;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1023px) {
  .s-article {
    margin-bottom: 5rem;
  }
}
.s-article .o-container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .s-article .o-container {
    flex-direction: column;
  }
}
.s-article__primary {
  width: 87.5rem;
  min-width: 87.5rem;
  margin-top: -25rem;
}
@media screen and (max-width: 1023px) {
  .s-article__primary {
    width: 100%;
    min-width: 100%;
  }
}
.s-article__primary .c-text h1 {
  font-size: 5rem;
}
@media screen and (max-width: 1023px) {
  .s-article__primary .c-text h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .s-article__primary .c-text h1 {
    font-size: 4rem;
  }
}
.s-article__primary .c-text p {
  line-height: 1.5;
}
.s-article__primary .c-text ul, .s-article__primary .c-text ol {
  margin: 3rem 0;
}
.s-article__primary .c-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
  padding-left: 1.5rem;
  border-left: 5px solid #151f39;
}
.s-article__primary .c-text blockquote cite {
  font-style: normal;
  color: #df4548;
}
.s-article__primary .c-text .blocks-gallery-item img {
  border-radius: 15px;
}
.s-article__primary .c-text .wp-block-image img {
  border-radius: 15px;
}
.s-article__main-image {
  width: 100%;
  height: 50rem;
  min-height: 50rem;
  margin-bottom: 5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 850px) {
  .s-article__main-image {
    height: 43rem;
    min-height: 43rem;
  }
}
@media screen and (max-width: 650px) {
  .s-article__main-image {
    height: 35rem;
    min-height: 35rem;
  }
}
@media screen and (max-width: 520px) {
  .s-article__main-image {
    height: 28rem;
    min-height: 28rem;
  }
}
@media screen and (max-width: 350px) {
  .s-article__main-image {
    height: 22rem;
    min-height: 22rem;
  }
}
.s-article__published {
  margin-bottom: 2rem;
  font-size: 2rem;
  display: flex;
}
.s-article__intro {
  font-size: 1.9rem;
}
.s-article .c-image-gallery {
  margin-bottom: 2rem;
}
.s-article__side {
  margin-left: 5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .s-article__side {
    margin-left: 0;
    padding-top: 5rem;
  }
}
.s-article__author {
  display: flex;
  align-items: center;
  font-style: normal;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EEF4F6;
}
.s-article__author img {
  margin-right: 2rem;
}
.s-article__author div {
  display: flex;
  flex-direction: column;
}
.s-article__author small {
  font-size: 1.5rem;
}
.s-article__author span {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  color: #E14343;
}
.s-article__share {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.s-article__share__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-article__share__items a {
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-article__share__items a:hover span:before {
  color: #E14343;
}
.s-article__share__items a span {
  font-size: 3rem;
}
.s-article__share__items a span:before {
  transition: 0.3s ease-in-out;
}
.s-article__share small {
  font-size: 1.5rem;
  margin-right: 2rem;
}
.s-article__tools {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.s-article__tools h2, .s-article__tools h3, .s-article__tools h4, .s-article__tools h5, .s-article__tools h6 {
  font-size: 2.5rem;
  font-weight: 400;
}
.s-article__tools__single {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid #EEF4F6;
}
.s-article__tools__single a {
  display: flex;
  flex-direction: column;
}
.s-article__tools__single a img {
  max-width: 4rem;
  max-height: 4rem;
  margin-right: 2rem;
}
.s-article__tools__single a span {
  font-size: 1.8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #E14343;
}
.s-article__tools__single a small {
  font-size: 1.5rem;
}
.s-article__block {
  padding: 3.5rem 4rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s-article__block--red {
  background-color: #E14343;
}
.s-article__block--red h2, .s-article__block--red h3, .s-article__block--red h4, .s-article__block--red h5, .s-article__block--red h6, .s-article__block--red p {
  color: #ffffff;
}
.s-article__block h2, .s-article__block h3, .s-article__block h4, .s-article__block h5, .s-article__block h6 {
  font-size: 2.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.s-contact {
  background-color: #EEF4F6;
  padding-bottom: 15rem;
}
.s-contact .o-container {
  margin-top: -15rem;
  position: relative;
  z-index: 2;
}
.s-contact .c-text h1 {
  font-size: 4.5rem;
}
.s-contact .c-text p {
  font-size: 1.9rem;
}
.s-contact .c-text--p-margin-bottom p {
  margin-bottom: 2rem;
}
.s-contact .c-form {
  margin-top: 5rem;
}
.s-contact .c-form input[type=text], .s-contact .c-form input[type=email], .s-contact .c-form select, .s-contact .c-form textarea, .s-contact .c-form .c-form__box {
  border: 1px solid #cddee4;
}
.s-contact .c-form input[type=text]:focus, .s-contact .c-form input[type=email]:focus, .s-contact .c-form select:focus, .s-contact .c-form textarea:focus, .s-contact .c-form .c-form__box:focus {
  border: 1px solid #E14343;
}
.c-testimonial-slider .lSSlideWrapper {
  overflow: visible !important;
}
.c-testimonial-slider .lSSlideWrapper .lightSlider {
  overflow: visible !important;
}

.gform_validation_error form {
  padding-top: 5rem;
  position: relative;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  color: #fff !important;
  border: none !important;
  background-color: transparent !important;
}

.gform_wrapper form {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .gform_wrapper form {
    flex-direction: column;
  }
}
.gform_wrapper form .validation_message {
  color: #fff !important;
  border-color: #fff !important;
}
.gform_wrapper form .validation_error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff !important;
  border-color: #fff !important;
}
.gform_wrapper form .gform_body {
  width: 66.6666666667%;
}
@media screen and (max-width: 750px) {
  .gform_wrapper form .gform_body {
    width: 100%;
  }
}
.gform_wrapper form .gform_body ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .gform_wrapper form .gform_body ul {
    flex-direction: column;
  }
}
.gform_wrapper form .gform_body ul li {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .gform_wrapper form .gform_body ul li {
    width: 100%;
    margin-top: 0 !important;
  }
}
.gform_wrapper form .gform_body ul li input, .gform_wrapper form .gform_body ul li select {
  background-color: #ffffff;
  border: none;
  border-radius: 1rem;
  padding: 0.25rem 1.5rem !important;
  font-size: 1.6rem;
  width: 100% !important;
  height: 5.5rem;
}
.gform_wrapper form .gform_body ul li input:focus, .gform_wrapper form .gform_body ul li select:focus {
  color: #E14343;
  outline: none;
  border: 1px solid #E14343;
}
.gform_wrapper form .gform_body ul li input[type=checkbox] {
  width: auto !important;
  height: auto;
  margin-right: 1rem;
}
.gform_wrapper form .gform_body ul li textarea {
  border: none;
  border-radius: 1rem;
  padding: 1.5rem;
}
.gform_wrapper form .gform_body ul li .ginput_container_checkbox {
  margin-top: 8px !important;
}
.gform_wrapper form .gform_body ul li .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-direction: column;
}
.gform_wrapper form .gform_body ul li .ginput_container_checkbox .gfield_checkbox li {
  display: flex;
  align-items: center;
}
.gform_wrapper form .gform_body ul li .ginput_container_checkbox .gfield_checkbox li input {
  height: auto;
  margin: 0;
}
.gform_wrapper form .gform_body ul li .ginput_container_checkbox .gfield_checkbox li label {
  font-size: 1.8rem;
  margin-left: 1rem;
}
.gform_wrapper form .gform_footer {
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin: 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .gform_wrapper form .gform_footer {
    width: 100%;
  }
}
.gform_wrapper form .gform_footer input[type=submit] {
  height: 5.5rem;
  border: none;
  border-radius: 1rem;
  width: 100%;
  background-color: #e14343;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  box-shadow: 0 0 15px 0 black;
}
.gform_wrapper form .gform_footer input[type=submit]:hover:before {
  width: 100%;
  left: 0;
}

#gform_wrapper_6 .tingle-modal-box__content .gform_body {
  width: 100% !important;
}

.gform_wrapper_6 .tingle-modal-box__content {
  font-size: 1.5rem;
}

#gform_wrapper_2 form, #gform_wrapper_6 form {
  display: block;
}
#gform_wrapper_2 form .gform_body, #gform_wrapper_6 form .gform_body {
  width: 100%;
}
#gform_wrapper_2 form .gform_body ul, #gform_wrapper_6 form .gform_body ul {
  display: block;
}
#gform_wrapper_2 form .gform_body ul li, #gform_wrapper_6 form .gform_body ul li {
  width: 100%;
}
#gform_wrapper_2 form .gform_body ul li label, #gform_wrapper_6 form .gform_body ul li label {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #0e1427;
}
#gform_wrapper_2 form .gform_body ul li ul, #gform_wrapper_6 form .gform_body ul li ul {
  display: flex;
}
@media screen and (max-width: 860px) {
  #gform_wrapper_2 form .gform_body ul li ul, #gform_wrapper_6 form .gform_body ul li ul {
    flex-direction: column;
  }
}
#gform_wrapper_2 form .gform_body ul #field_2_30 .ginput_container, #gform_wrapper_6 form .gform_body ul #field_2_30 .ginput_container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #gform_wrapper_2 form .gform_body ul #field_2_29, #gform_wrapper_6 form .gform_body ul #field_2_29 {
    display: flex;
    flex-direction: column;
  }
}
#gform_wrapper_2 form .gform_body ul #field_2_29 textarea, #gform_wrapper_6 form .gform_body ul #field_2_29 textarea {
  height: 100%;
}
#gform_wrapper_2 form .gform_body ul #field_2_17, #gform_wrapper_6 form .gform_body ul #field_2_17 {
  width: 17rem;
}
#gform_wrapper_2 form .gform_body ul #field_2_28, #gform_wrapper_6 form .gform_body ul #field_2_28 {
  margin-top: 45px;
}
@media screen and (max-width: 1350px) {
  #gform_wrapper_2 form .gform_body ul #field_2_28, #gform_wrapper_6 form .gform_body ul #field_2_28 {
    margin-top: 38px;
  }
}
#gform_wrapper_2 form .gform_body ul #field_2_28 .gfield_label, #gform_wrapper_6 form .gform_body ul #field_2_28 .gfield_label {
  background: #fff;
  padding: 2.4rem 2rem 2.4rem 2rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  #gform_wrapper_2 form .gform_body ul #field_2_28 .gfield_label, #gform_wrapper_6 form .gform_body ul #field_2_28 .gfield_label {
    padding: 2.7rem 2rem;
  }
}
#gform_wrapper_2 form .gform_body ul #field_2_28 .ginput_container_checkbox, #gform_wrapper_6 form .gform_body ul #field_2_28 .ginput_container_checkbox {
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  margin-top: 0 !important;
  padding: 0 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#gform_wrapper_2 form .gform_body ul #field_2_28 .ginput_container_checkbox .gfield_checkbox, #gform_wrapper_6 form .gform_body ul #field_2_28 .ginput_container_checkbox .gfield_checkbox {
  border-top: 1px solid #EEF4F6;
  padding: 2.7rem 0;
  width: 100%;
  margin: 0;
}
#gform_wrapper_2 form .gform_footer input[type=submit], #gform_wrapper_6 form .gform_footer input[type=submit] {
  margin-top: 3rem;
  border-radius: 25px;
  font-size: 1.8rem;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  color: #e14343 !important;
  font-weight: 700 !important;
}

.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
  padding: 0 !important;
  position: absolute;
  top: -3rem;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .hexagon {
    top: -5rem;
    left: 0;
  }
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  padding: 0 !important;
}

.hexagon-in2 {
  background-color: #fff;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(http://placekitten.com/240/240);
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  padding: 0 !important;
}

.hexagon2 {
  width: 15rem;
  height: 60rem;
  margin: -110px 0 0 20px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .hexagon2 {
    width: 10rem;
    margin: -110px 0 0 0;
  }
}

.scrollLock {
  overflow: hidden;
}

.tingle-modal-box .gform_heading {
  display: none;
}

.tingle-btn--default {
  background: #272727 !important;
}

.tingle-btn--primary, .gpnf-modal-header {
  background: #E14343 !important;
}

.gform_wrapper form .gform_body ul li input[type=file] {
  background: none !important;
}

.tingle-modal-box__content .input {
  border: 1px solid #eee !important;
}

#form_wrapper_6 form .gform_body {
  width: 100% !important;
}

.gpnf-nested-entries th {
  background-color: transparent !important;
}

.tingle-modal-box__content .gfield_label {
  font-size: 1.2rem !important;
}

.gpnf-modal .gpnf-modal-header {
  font-size: 1.6rem !important;
}

.tingle-modal-box input {
  border: 1px solid #272727 !important;
}

.tingle-modal-box .gform_body {
  min-width: 100%;
}

.c-series {
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  padding: 4rem;
  margin-top: 4rem;
}
.c-series h3 {
  font-size: 2.5rem;
}
.c-series__content--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-series__content--flex .left {
  flex: 1;
  padding-right: 3rem;
  border-right: 3px solid #EEF4F6;
}
.c-series__content--flex .left--no-border {
  border: 0;
}
.c-series__content--flex .left--no-padding {
  padding: 0;
}
@media screen and (max-width: 760px) {
  .c-series__content--flex .left {
    padding-right: 0;
    border: 0;
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .c-series__content--flex .left {
    min-width: 100% !important;
  }
}
.c-series__content--flex .right {
  padding-left: 3rem;
  min-width: 40% !important;
}
@media screen and (max-width: 760px) {
  .c-series__content--flex .right {
    min-width: 100% !important;
    padding-left: 0;
  }
}
.c-series__content--flex--start {
  justify-content: start;
}
.c-series__content--flex--border-bottom {
  margin-bottom: 1rem;
  border-bottom: 0.2rem solid #EEF4F6;
}
.c-series__content ul {
  padding: 0;
  margin-bottom: 0;
  margin: 0;
}
.c-series__content ul li {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}
.c-series__content ul.c-show-all-series {
  display: none;
  margin-top: 0;
}
.c-series__content ul.c-show-all-series.active {
  display: block;
}
.c-series header h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .c-series header h3 img {
    display: none;
  }
}
.c-series header h3 > * {
  margin-right: 1rem;
  margin-left: 1rem;
}
.c-series header h3 > *:first-child {
  margin-left: 0;
}

.s-pricing .o-container {
  display: flex;
  justify-content: space-between;
}
.s-pricing .o-container .c-text p {
  font-size: 2rem;
}
.s-pricing .o-container .right {
  min-width: 25%;
}
@media screen and (max-width: 760px) {
  .s-pricing .o-container .right {
    margin-top: 3rem;
  }
}

.c-series-split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.c-series-split > * {
  max-width: calc(50% - 1.5rem);
  min-width: calc(50% - 1.5rem);
}
@media screen and (max-width: 760px) {
  .c-series-split > * {
    min-width: 100%;
    max-width: 100%;
  }
}

.c-calculator {
  margin-left: 4rem;
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 3rem;
}
@media screen and (max-width: 760px) {
  .c-calculator {
    margin-top: 3rem;
    width: 100%;
    margin-left: 0;
  }
}
.c-calculator .c-form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: center;
}
.c-calculator .c-form-group input {
  width: 8rem;
  border-radius: 1rem;
  background: #EEF4F6;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  border: 0;
}
.c-calculator .c-form-group span {
  font-weight: bold;
}
.c-calculator p {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.c-calculator p small {
  font-size: 1.3rem;
}

.c-total-price {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  margin: 0;
}

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