/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./_dev/css/theme.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Gestion rapide des pseudo classes */
/* Conserve le ratio d'un element en utilisant padding */
/* Prefix vendor pour les placeholder */
/* Ajoute la currentColor à un svg rapidement */
:root {
  /* Fonts */
  --font-base: "Darwin", Arial, sans-serif;
  /* Colors main */
  --color-white: #fff;
  --color-black: #000;
  --color-red: #f00;
  --color-orange: #ffa500;
  --color-green: #008000;
  --color-grey1: #E2E2E2;
  --color-grey2: #A6A6A6;
  --color-grey3: #747474;
  --color-grey4: #444444;
  --color-dark: #0D0D0D;
  --color-dark-rgb: 13, 13, 13;
  --color-white-rgb: 255, 255, 255;
  --color-acidgreen: #4BF9A2;
  --color-acidgreen-rgb: 75, 249, 162;
  /* Wrapper */
  --wrapper-large-width: 1400px;
  --wrapper-width: 1280px;
  --wrapper-small-width: 1140px;
  --wrapper-xsmall-width: 940px;
  --wrapper-xxsmall-width: 700px;
  /* Viewport */
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  /* Block Spacing */
  --block-spacing: 60px;
  --postblock-spacing: 24px;
  /* Form : use variables to avoid too much override */
  --color-input-bg: rgba(0, 0, 0, 0.03);
  --color-input-color: var(--color-dark);
  --color-checkbox-color: var(--color-dark);
  --color-checkbox-color-checked: var(--color-checkbox-color);
  --color-checkbox-border: var(--color-grey2);
  --color-checkbox-border-checked: var(--color-dark);
  --color-checkbox-bg: var(--color-white);
  --color-checkbox-bg-checked: var(--color-checkbox-bg);
  --image-select-bg: url('../img/icons/arrow-down.svg');
}

@media screen and (max-width: 999px) {
  :root {
    --block-spacing: 40px;
    --postblock-spacing: 16px;
  }
}
@font-face {
  font-family: "Darwin";
  src: local("Darwin Bold"), local("Darwin-Bold"), url("../fonts/darwin-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Darwin";
  src: local("Darwin Regular"), local("Darwin-Regular"), url("../fonts/darwin-regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Darwin";
  src: local("Darwin Light"), local("Darwin-Light"), url("../fonts/darwin-light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Darwin";
  src: local("Darwin ExtraLight"), local("Darwin-ExtraLight"), url("../fonts/darwin-extralight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important;
}

/* Some additions from Bootstrap reboot
   ========================================================================== */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: var(--color-dark) url("../img/pattern-dark.png");
  color: var(--color-white);
  font-family: var(--font-base);
  position: relative;
}

@media screen and (max-width: 999px) {
  body {
    padding-top: 78px;
  }
}
[data-ofsq] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/*******************************/
.otgs-development-site-front-end {
  display: none;
}

.u-dblock {
  display: block;
  width: 100%;
}

.u-a11yhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-hcenter {
  margin-right: auto;
  margin-left: auto;
}

.ds-u-fit {
  position: relative;
  display: block;
  height: 0;
}
.ds-u-fit img,
.ds-u-fit picture,
.ds-u-fit iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-hspace {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 999px) {
  .u-hspace {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.u-hspaceDyn {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 999px) {
  .u-hspaceDyn {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.u-hspaceBlock {
  padding-inline: 60px;
}
@media screen and (max-width: 1199px) {
  .u-hspaceBlock {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 999px) {
  .u-hspaceBlock {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 999px) {
  .u-hspaceBlock[data-bg=dark] {
    padding-inline: 0;
  }
}

.home .u-hspaceBlock {
  padding-inline: 80px;
}
@media screen and (max-width: 1199px) {
  .home .u-hspaceBlock {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 999px) {
  .home .u-hspaceBlock {
    padding-inline: 16px;
  }
}

.u-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-width);
  max-width: 100%;
}

.u-wrapper-large {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-large-width);
  max-width: 100%;
}

.u-wrapper-small {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-small-width);
  max-width: 100%;
}

.u-wrapper-xsmall {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-xsmall-width);
  max-width: 100%;
}

.u-wrapper-xxsmall {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-xxsmall-width);
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin: 0.8075em 0;
  text-align: center;
}

.gallery {
  margin: 0 auto 20px;
}

.gallery-item {
  display: inline-block;
  margin: 0 auto;
  padding: 1%;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-item .gallery-icon a {
  display: block;
}
.gallery-item .gallery-icon a img {
  display: block;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.u-block {
  color: var(--color-white);
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  .u-block {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.u-block[data-bg=white] {
  background: var(--color-white) url("../img/pattern-white.png");
  color: var(--color-dark);
  position: relative;
}
.u-block[data-bg=white] ::-moz-selection {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.u-block[data-bg=white] ::selection {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.u-block[data-bg=white]:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.u-block[data-bg=white]:first-of-type:before {
  content: "";
  display: block;
  position: "relative";
  height: var(--block-spacing);
  width: 100%;
}
.u-block[data-bg=white]:last-of-type {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.u-block[data-bg=white]:last-of-type:after {
  content: "";
  display: block;
  position: "relative";
  height: var(--block-spacing);
  width: 100%;
}
.u-block[data-bg=white] + .u-block[data-bg=dark] {
  position: relative;
  margin-top: calc(var(--block-spacing) * 2);
}
.u-block[data-bg=white] + .u-block[data-bg=dark]:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--block-spacing) * -2);
  left: 0;
  width: 100%;
  height: var(--block-spacing);
  background: var(--color-white) url("../img/pattern-white.png");
  border-radius: 0 0 16px 16px;
}
.u-block[data-bg=dark] + .u-block[data-bg=white] {
  position: relative;
  margin-top: var(--block-spacing);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.u-block[data-bg=dark] + .u-block[data-bg=white]:before {
  content: "";
  display: block;
  position: "relative";
  height: var(--block-spacing);
  width: 100%;
}
.u-block[data-bg=whiteToDark] {
  position: relative;
}
.u-block[data-bg=whiteToDark]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff url("../img/pattern-white.png") repeat;
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.3) 50%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.3) 50%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}
.u-block[data-bg=darkToWhite] {
  position: relative;
}
.u-block[data-bg=darkToWhite]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff url("../img/pattern-white.png") repeat;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.3) 50%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.3) 50%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 999px) {
  .u-block[data-bg=white]:first-of-type:before {
    display: none;
  }
  .u-block[data-bg=white]:last-of-type:after {
    display: none;
  }
  .u-block[data-bg=white] + .u-block[data-bg=dark] {
    position: relative;
    margin-top: 0;
  }
  .u-block[data-bg=white] + .u-block[data-bg=dark]:before {
    background: var(--color-dark) url("../img/pattern-dark.png");
    border-radius: 0;
    top: calc(var(--block-spacing) * -1);
  }
  .u-block[data-bg=white] + .u-block[data-bg=dark]:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--block-spacing) * -1);
    left: 0;
    width: 100%;
    height: var(--block-spacing);
    background: var(--color-white) url("../img/pattern-white.png");
    border-radius: 0 0 16px 16px;
  }
  .u-block[data-bg=dark] + .u-block[data-bg=white] {
    margin-top: 0;
  }
  .u-block[data-bg=dark] + .u-block[data-bg=white]:before {
    display: none;
  }
}

.u-blockPadding {
  padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
}

.u-blockMargin {
  margin-top: var(--block-spacing);
  margin-bottom: var(--block-spacing);
}

.u-postBlock {
  padding-top: var(--postblock-spacing);
  padding-bottom: var(--postblock-spacing);
}
.u-postBlock[data-bg=white] ::-moz-selection {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.u-postBlock[data-bg=white] ::selection {
  background-color: var(--color-dark);
  color: var(--color-white);
}

.home .u-block {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .home .u-block {
    margin-right: 0;
    margin-left: 0;
  }
}
.home .u-block[data-bg=white] + .u-block[data-bg=dark]:before {
  border-radius: 0;
}

::-moz-selection {
  background-color: var(--color-white);
  color: var(--color-dark);
}

::selection {
  background-color: var(--color-white);
  color: var(--color-dark);
}

.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6 {
  font-family: var(--font-base);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.u-h1 {
  font-size: 60px;
  line-height: 1.16;
}
@media screen and (max-width: 999px) {
  .u-h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .u-h1 {
    font-size: 26px;
  }
}

.u-h2 {
  font-size: 40px;
}
@media screen and (max-width: 999px) {
  .u-h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  .u-h2 {
    font-size: 24px;
  }
}

.u-h3 {
  font-size: 30px;
}
@media screen and (max-width: 999px) {
  .u-h3 {
    font-size: 20px;
  }
}

.u-h4 {
  font-size: 20px;
}

.u-h5 {
  font-size: 18px;
}

.u-h6,
.u-p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .u-h6,
  .u-p {
    font-size: 14px;
  }
}

.u-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.u-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--color-acidgreen) transparent;
}
.u-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.u-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--color-acidgreen);
  border: 0 solid #ffffff;
  outline: none;
}
.u-scrollbar ::-webkit-scrollbar-track {
  background: transparent;
}

:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

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

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

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

.swiper {
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.2);
  --swiper-scrollbar-drag-bg-color: var(--color-white);
}
[data-bg=white] .swiper {
  --swiper-scrollbar-drag-bg-color: var(--color-dark);
  --swiper-scrollbar-bg-color: rgba(var(--color-dark-rgb), 0.2);
}

.swiper-horizontal > .swiper-scrollbar {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  z-index: 1;
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}

.swiper.swiper-cards {
  overflow: visible;
}

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

.c-Wysiwyg, #tinymce {
  font-weight: 300;
}
.c-Wysiwyg > *:first-child, #tinymce > *:first-child {
  margin-top: 0;
}
.c-Wysiwyg > *:last-child, #tinymce > *:last-child {
  margin-bottom: 0;
}
.c-Wysiwyg h1:not(:first-child), .c-Wysiwyg h2:not(:first-child), .c-Wysiwyg h3:not(:first-child), .c-Wysiwyg h4:not(:first-child), .c-Wysiwyg h5:not(:first-child), .c-Wysiwyg h6:not(:first-child), #tinymce h1:not(:first-child), #tinymce h2:not(:first-child), #tinymce h3:not(:first-child), #tinymce h4:not(:first-child), #tinymce h5:not(:first-child), #tinymce h6:not(:first-child) {
  margin-top: 40px;
}
.c-Wysiwyg h1 b,
.c-Wysiwyg h1 strong, .c-Wysiwyg h2 b,
.c-Wysiwyg h2 strong, .c-Wysiwyg h3 b,
.c-Wysiwyg h3 strong, .c-Wysiwyg h4 b,
.c-Wysiwyg h4 strong, .c-Wysiwyg h5 b,
.c-Wysiwyg h5 strong, .c-Wysiwyg h6 b,
.c-Wysiwyg h6 strong, #tinymce h1 b,
#tinymce h1 strong, #tinymce h2 b,
#tinymce h2 strong, #tinymce h3 b,
#tinymce h3 strong, #tinymce h4 b,
#tinymce h4 strong, #tinymce h5 b,
#tinymce h5 strong, #tinymce h6 b,
#tinymce h6 strong {
  color: currentColor;
  font-weight: inherit;
}
.c-Wysiwyg h2, #tinymce h2 {
  font-size: 30px;
}
@media screen and (max-width: 999px) {
  .c-Wysiwyg h2, #tinymce h2 {
    font-size: 20px;
  }
}
.c-Wysiwyg h3, #tinymce h3 {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .c-Wysiwyg h3, #tinymce h3 {
    font-size: 18px;
  }
}
.c-Wysiwyg h4, .c-Wysiwyg h5, .c-Wysiwyg h6, #tinymce h4, #tinymce h5, #tinymce h6 {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}
.c-Wysiwyg h4 + p, .c-Wysiwyg h5 + p, .c-Wysiwyg h6 + p, #tinymce h4 + p, #tinymce h5 + p, #tinymce h6 + p {
  margin-top: 4px;
}
.c-Wysiwyg h4 + ul, .c-Wysiwyg h5 + ul, .c-Wysiwyg h6 + ul, #tinymce h4 + ul, #tinymce h5 + ul, #tinymce h6 + ul {
  margin-top: 4px;
}
.c-Wysiwyg strong,
.c-Wysiwyg b, #tinymce strong,
#tinymce b {
  font-weight: 500;
  color: var(--color-dark);
}
.c-Wysiwyg a, #tinymce a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: 0.2s;
}
.c-Wysiwyg a:hover, #tinymce a:hover {
  color: var(--color-acidgreen);
}
.c-Wysiwyg p, #tinymce p {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-grey3);
}
.c-Wysiwyg p:first-child, #tinymce p:first-child {
  margin-top: 0;
}
.c-Wysiwyg p > b,
.c-Wysiwyg p > strong, #tinymce p > b,
#tinymce p > strong {
  font-weight: 500;
  color: var(--color-dark);
}
.c-Wysiwyg ul,
.c-Wysiwyg ol, #tinymce ul,
#tinymce ol {
  margin-block: 16px 8px;
  color: var(--color-grey3);
  line-height: 1.5;
}
.c-Wysiwyg ul li,
.c-Wysiwyg ol li, #tinymce ul li,
#tinymce ol li {
  margin-block-end: 8px;
}
.c-Wysiwyg ul, #tinymce ul {
  list-style: disc;
  padding-inline-start: 22px;
}
.c-Wysiwyg ul li::marker, #tinymce ul li::marker {
  color: var(--color-acidgreen);
}
.c-Wysiwyg ol li, #tinymce ol li {
  padding-inline-start: 25px;
  position: relative;
}
.c-Wysiwyg ol li::before, #tinymce ol li::before {
  content: "";
  background: url("../img/icons/arrow-right-green.svg") no-repeat left center/contain;
  position: absolute;
  inset: 5px auto auto 0;
  width: 10px;
  height: 10px;
}
.c-Wysiwyg table, #tinymce table {
  margin: 0 auto;
}
.c-Wysiwyg table td, #tinymce table td {
  padding: 25px 20px;
  border: 2px solid black;
}
.c-Wysiwyg table td:first-child, #tinymce table td:first-child {
  border-left: none;
}
.c-Wysiwyg table td:last-child, #tinymce table td:last-child {
  border-right: none;
}
.c-Wysiwyg table tr:first-child td, #tinymce table tr:first-child td {
  border-top: none;
}
.c-Wysiwyg table tr:last-child td, #tinymce table tr:last-child td {
  border-bottom: none;
}
[data-bg=dark] .c-Wysiwyg h1, [data-bg=dark] .c-Wysiwyg h2, [data-bg=dark] .c-Wysiwyg h3, [data-bg=dark] .c-Wysiwyg h4, [data-bg=dark] .c-Wysiwyg h5, [data-bg=dark] .c-Wysiwyg h6, [data-bg=dark] #tinymce h1, [data-bg=dark] #tinymce h2, [data-bg=dark] #tinymce h3, [data-bg=dark] #tinymce h4, [data-bg=dark] #tinymce h5, [data-bg=dark] #tinymce h6 {
  color: var(--color-white);
}
[data-bg=dark] .c-Wysiwyg strong,
[data-bg=dark] .c-Wysiwyg b, [data-bg=dark] #tinymce strong,
[data-bg=dark] #tinymce b {
  color: var(--color-white);
}
[data-bg=dark] .c-Wysiwyg p, [data-bg=dark] #tinymce p {
  color: var(--color-grey2);
}
[data-bg=dark] .c-Wysiwyg p > b,
[data-bg=dark] .c-Wysiwyg p > strong, [data-bg=dark] #tinymce p > b,
[data-bg=dark] #tinymce p > strong {
  color: var(--color-white);
}
[data-bg=dark] .c-Wysiwyg ul,
[data-bg=dark] .c-Wysiwyg ol, [data-bg=dark] #tinymce ul,
[data-bg=dark] #tinymce ol {
  color: var(--color-grey2);
}
[data-bg=dark] .c-Wysiwyg a, [data-bg=dark] #tinymce a {
  color: var(--color-white);
}
[data-bg=dark] .c-Wysiwyg a:hover, [data-bg=dark] #tinymce a:hover {
  color: var(--color-acidgreen);
}
[data-bg=white] .c-Wysiwyg p, [data-bg=white] #tinymce p {
  color: var(--color-grey3);
}
[data-bg=white] .c-Wysiwyg p > b,
[data-bg=white] .c-Wysiwyg p > strong, [data-bg=white] #tinymce p > b,
[data-bg=white] #tinymce p > strong {
  color: var(--color-dark);
}
[data-bg=white] .c-Wysiwyg ul,
[data-bg=white] .c-Wysiwyg ol, [data-bg=white] #tinymce ul,
[data-bg=white] #tinymce ol {
  color: var(--color-grey3);
}
[data-bg=white] .c-Wysiwyg a, [data-bg=white] #tinymce a {
  color: var(--color-dark);
}
[data-bg=white] .c-Wysiwyg a:hover, [data-bg=white] #tinymce a:hover {
  color: var(--color-acidgreen);
}

.c-Btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  color: var(--color-white);
  padding: 1px;
}
.c-Btn > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 20px;
  min-height: 30px;
  gap: 10px;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  background: var(--color-dark) url("../img/pattern-dark.png");
}
.c-Btn > span > span {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  line-height: 0;
  will-change: transform;
  transform: rotate(-15deg);
  transition: transform 0.2s linear;
}
.c-Btn > span > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(var(--color-acidgreen-rgb), 0);
  border-radius: 30px;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0.05s;
}
.c-Btn > span > span svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}
.c-Btn:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: transform 0.2s ease-in;
  aspect-ratio: 1/1;
  width: 110%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 20deg at 50% 50%, rgba(255, 255, 255, 0.5) 0deg, rgba(255, 255, 255, 0.5) 30deg, rgba(75, 249, 162, 0.6) 60deg, rgba(75, 249, 162, 0.85) 65deg, rgb(75, 249, 162) 70deg, rgba(75, 249, 162, 0.85) 75deg, rgba(75, 249, 162, 0.6) 80deg, rgba(255, 255, 255, 0.5) 115deg, rgba(255, 255, 255, 0.5) 360deg);
}
.c-Btn svg {
  flex-shrink: 0;
  transition: all 0.2s linear;
}
.c-Btn svg path[fill] {
  fill: currentColor;
}
.c-Btn svg path[stroke] {
  stroke: currentColor;
}
.c-Btn:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-Btn:hover {
  /*&:after {
      left: 50px;
      transform: translate(0, -50%) rotate(175deg);
  }*/
}
.c-Btn:hover > span > span {
  transform: rotate(0);
  color: var(--color-dark);
}
.c-Btn:hover > span > span:before {
  background: rgba(var(--color-acidgreen-rgb), 1);
  width: 22px;
  height: 22px;
}
.c-Btn[data-color=white] {
  color: var(--color-dark);
}
.c-Btn[data-color=white]:before {
  background: conic-gradient(from 15deg at 50% 50%, rgba(0, 0, 0, 0.4) 0deg, rgba(0, 0, 0, 0.4) 55deg, rgba(75, 249, 162, 0.75) 60deg, rgba(75, 249, 162, 0.9) 65deg, rgb(75, 249, 162) 70deg, rgba(75, 249, 162, 0.9) 75deg, rgba(75, 249, 162, 0.75) 80deg, rgba(0, 0, 0, 0.4) 95deg, rgba(0, 0, 0, 0.4) 360deg);
}
.c-Btn[data-color=white] > span {
  background: var(--color-white) url("../img/pattern-white.png");
}
.c-Btn[data-color=white]:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-Btn[data-color=white][data-variant=arrowOnly]:before {
  background: var(--color-dark);
}
.c-Btn[data-color=white][data-variant=arrowOnly]:hover:before {
  background: var(--color-acidgreen);
}
.c-Btn[data-color=green] {
  color: var(--color-black);
  padding: 0;
}
.c-Btn[data-color=green] > span {
  min-height: 32px;
  background: radial-gradient(94.98% 97.75% at 88.61% 20%, #A6FCD1 0%, #4BF9A2 100%);
}
.c-Btn[data-color=green]:before {
  display: none;
}
.c-Btn[data-color=green]:hover > span {
  background: radial-gradient(88.32% 78.18% at 16.22% 80%, #A6FCD1 0%, #4BF9A2 100%), #4BF9A2;
}
.c-Btn[data-color=green]:hover > span > span:before {
  background: var(--color-white);
}
.c-Btn[data-color=twhite] {
  color: var(--color-white);
  background: none;
  border: 1px var(--color-white) solid;
  transition: border 0.2s linear;
}
.c-Btn[data-color=twhite]:before {
  display: none;
}
.c-Btn[data-color=twhite] > span {
  background: none;
}
.c-Btn[data-color=twhite]:hover {
  border: 1px var(--color-acidgreen) solid;
}
.c-Btn[data-color=twhite][data-icon=true]:hover {
  border-color: var(--color-white);
}
.c-Btn[data-icon=true]:hover > span {
  padding: 5px 8px 5px 10px;
  gap: 32px;
}
.c-Btn[data-variant=open] > span {
  padding: 5px 8px 5px 10px;
}
.c-Btn[data-variant=open] > span > span {
  color: var(--color-dark);
}
.c-Btn[data-variant=open] > span > span:before {
  background: rgba(var(--color-acidgreen-rgb), 1);
  width: 22px;
  height: 22px;
}
.c-Btn[data-variant=open]:hover > span {
  gap: 10px;
}
.c-Btn[data-variant=withIconSocial] > span em {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  gap: 16px;
}
.c-Btn[data-variant=withIconSocial] > span em span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.c-Btn[data-variant=withIconSocial] > span em span:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 1px;
  background: var(--color-grey4);
}
.c-Btn {
  /* SIZE MEDIUM */
}
.c-Btn[data-size=medium] > span {
  min-height: 42px;
  padding: 12px 24px;
}
.c-Btn[data-size=medium][data-icon=true]:hover > span {
  padding: 12px 14px 12px 16px;
  gap: 28px;
}
.c-Btn[data-size=medium][data-icon=true]:hover > span > span:before {
  width: 30px;
  height: 30px;
}
.c-Btn[data-size=medium][data-variant=open] > span {
  padding: 12px 14px 12px 16px;
  gap: 16px;
}
.c-Btn[data-size=medium][data-variant=open] > span > span:before {
  width: 30px;
  height: 30px;
}
.c-Btn[data-size=medium][data-variant=open]:hover > span {
  gap: 16px;
}
.c-Btn {
  /* SIZE BIG */
}
.c-Btn[data-size=big] {
  font-size: 15px;
  font-weight: 700;
}
.c-Btn[data-size=big] > span {
  min-height: 48px;
  padding: 15px 40px;
}
.c-Btn[data-size=big][data-icon=true]:hover > span {
  padding: 15px 18px 15px 20px;
  gap: 52px;
}
.c-Btn[data-size=big][data-icon=true]:hover > span > span:before {
  width: 32px;
  height: 32px;
}
.c-Btn[data-size=big][data-variant=open] > span {
  padding: 15px 18px 15px 20px;
  gap: 16px;
}
.c-Btn[data-size=big][data-variant=open] > span > span:before {
  width: 32px;
  height: 32px;
}
.c-Btn[data-size=big][data-variant=open]:hover > span {
  gap: 16px;
}
.c-Btn[data-variant=iconOnly] > span {
  padding: 0;
  aspect-ratio: 1/1;
}
.c-Btn[data-variant=iconOnly]:before {
  transform: translate(-50%, -50%) rotate(-50deg);
  background: conic-gradient(from 20deg at 50% 50%, rgba(255, 255, 255, 0.5) 0deg, rgba(255, 255, 255, 0.5) 30deg, rgba(75, 249, 162, 0.75) 60deg, rgba(75, 249, 162, 0.9) 65deg, rgb(75, 249, 162) 70deg, rgba(75, 249, 162, 0.9) 75deg, rgba(75, 249, 162, 0.75) 80deg, rgba(255, 255, 255, 0.5) 115deg, rgba(255, 255, 255, 0.5) 360deg);
}
.c-Btn[data-variant=iconOnly]:hover:before {
  transform: translate(-50%, -50%) rotate(120deg);
}
.c-Btn[data-variant=iconOnly][data-color=white]:before {
  background: conic-gradient(from 15deg at 50% 50%, rgba(13, 13, 13, 0.2) 0deg, rgba(13, 13, 13, 0.2) 55deg, rgba(75, 249, 162, 0.75) 60deg, rgba(75, 249, 162, 0.9) 65deg, rgb(75, 249, 162) 70deg, rgba(75, 249, 162, 0.9) 75deg, rgba(75, 249, 162, 0.75) 80deg, rgba(13, 13, 13, 0.2) 95deg, rgba(13, 13, 13, 0.2) 360deg);
}
.c-Btn[data-variant=arrowOnly] > span {
  padding: 0;
  aspect-ratio: 1/1;
  transform: rotate(-15deg);
}
.c-Btn[data-variant=arrowOnly]:before {
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
}
.c-Btn[data-variant=arrowOnly]:hover > span {
  background: var(--color-acidgreen);
  color: var(--color-dark);
  transform: rotate(0);
}
.c-Btn[data-variant=arrowOnly]:hover:before {
  transform: translate(-50%, -50%);
  background: var(--color-acidgreen);
}

.c-Badge {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  height: 30px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  gap: 6px;
}
.c-Badge img {
  width: 12px;
  height: auto;
}
.c-Badge svg path[fill] {
  fill: currentColor;
}
.c-Badge svg path[stroke] {
  stroke: currentColor;
}
.c-Badge[data-size=big] {
  height: 34px;
}
.c-Badge[data-color=dark] {
  background: rgba(13, 13, 13, 0.06);
}
.c-Badge[data-color=darker] {
  background: rgba(13, 13, 13, 0.08);
}
.c-Badge[data-color=black] {
  background: var(--color-dark);
  color: var(--color-white);
}
.c-Badge[data-color=highWhite] {
  background: var(--color-white);
  color: var(--color-dark);
}

a.c-Badge:hover {
  background: rgba(255, 255, 255, 0.3);
}
a.c-Badge[data-color=dark]:hover {
  background: rgba(13, 13, 13, 0.09);
}
a.c-Badge[data-color=darker]:hover {
  background: rgba(13, 13, 13, 0.11);
}
a.c-Badge[data-color=black] {
  background: var(--color-dark);
  color: var(--color-white);
}
a.c-Badge[data-color=black]:hover {
  background: var(--color-dark);
  color: var(--color-white);
}
a.c-Badge[data-color=highWhite] {
  background: var(--color-white);
  color: var(--color-dark);
}
a.c-Badge[data-color=highWhite]:hover {
  background: var(--color-white);
  color: var(--color-dark);
}

.c-miniLink {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--color-grey2);
  font-size: 12px;
}
.c-miniLink span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transform: translateY(0%);
  animation: none;
}
.c-miniLink svg {
  transition: transform 0.2s linear;
}
.c-miniLink svg path[fill] {
  fill: currentColor;
}
.c-miniLink svg path[stroke] {
  stroke: currentColor;
}
.c-miniLink:hover span {
  animation: slide-text 0.3s ease forwards;
}

@keyframes slide-text {
  0% {
    transform: translateY(0%);
  }
  49% {
    transform: translateY(-100%);
    opacity: 1;
  }
  50% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.c-Form[data-form=dark] {
  --color-input-color: var(--color-white);
  --color-input-bg: rgba(230, 230, 230, .1);
  --color-checkbox-border: var(--color-grey3);
  --color-checkbox-border-checked: var(--color-white);
  --color-checkbox-color: var(--color-white);
  --color-checkbox-color-checked: var(--color-dark);
  --color-checkbox-bg: transparent;
  --color-checkbox-bg-checked: var(--color-white);
  --image-select-bg: url('../img/icons/arrow-down-white.svg');
}
.c-Form form {
  margin-bottom: 0;
}
.c-Form form p {
  padding-bottom: 24px;
}
.c-Form form p:last-of-type {
  padding-bottom: 0;
}
.c-Form form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.c-Form form .wpcf7-not-valid-tip {
  display: block;
  padding-bottom: 4px;
  font-size: 14px;
}
.c-Form form .wpcf7-checkbox, .c-Form form .wpcf7-radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.c-Form form .wpcf7-list-item {
  margin: 0;
}
.c-Form form .wpcf7-list-item label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-Form form .wpcf7-list-item label input {
  position: absolute;
  top: 0;
  right: 110%;
}
.c-Form form .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  border: 2px solid var(--color-checkbox-border-checked);
  padding: 7px 15px;
  background: var(--color-checkbox-bg-checked);
  color: var(--color-checkbox-color-checked);
}
.c-Form form .wpcf7-list-item label .wpcf7-list-item-label {
  border-radius: 8px;
  border: 1px solid var(--color-checkbox-border);
  padding: 8px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-checkbox-color);
  background: var(--color-checkbox-bg);
}
.c-Form form .wpcf7-list-item label .wpcf7-list-item-label:hover {
  border-color: var(--color-checkbox-border);
}
.c-Form form.sent .wpcf7-response-output {
  border-color: var(--color-acidgreen);
}
.c-Form form .c-Btn {
  margin-block-start: 24px;
}
.c-Form input[type=text],
.c-Form input[type=email],
.c-Form input[type=date],
.c-Form select,
.c-Form textarea {
  width: 100%;
  height: 52px;
  line-height: 1.5;
  font-size: 16px;
  padding: 14px 38px 14px 24px;
  border-radius: 10px;
  border: none;
  position: relative;
  background: var(--color-input-bg);
  color: var(--color-input-color);
}
.c-Form input[type=text]:focus,
.c-Form input[type=email]:focus,
.c-Form input[type=date]:focus,
.c-Form select:focus,
.c-Form textarea:focus {
  outline: 1px solid var(--color-acidgreen);
}
.c-Form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: var(--image-select-bg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px 12px;
  cursor: pointer;
}
.c-Form textarea {
  height: auto;
  min-height: 150px;
  resize: vertical;
}

.c-pagination {
  color: var(--color-grey2);
  text-align: center;
  padding-bottom: var(--block-spacing);
}
.c-pagination ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.c-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  border: 1px solid var(--color-grey1);
  border-radius: 40px;
  padding: 0 6px;
}
.c-pagination ul li a:hover {
  color: var(--color-grey3);
  border-color: var(--color-grey3);
}
.c-pagination ul li a svg path[fill] {
  fill: currentColor;
}
.c-pagination ul li a svg path[stroke] {
  stroke: currentColor;
}
.c-pagination ul li.active a {
  background: var(--color-acidgreen);
  border-color: var(--color-acidgreen);
  color: var(--color-dark);
}
.c-pagination ul li.active a:hover {
  color: var(--color-dark);
  border-color: var(--color-acidgreen);
}
.c-pagination ul li.prev svg {
  transform: rotate(180deg);
}
[data-bg=dark] .c-pagination ul li a {
  border: 1px solid var(--color-grey4);
}
[data-bg=dark] .c-pagination ul li a:hover {
  color: var(--color-grey2);
  border-color: var(--color-grey2);
}
[data-bg=dark] .c-pagination ul li.active a {
  border-color: var(--color-acidgreen);
}

.c-Popin {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.c-Popin[data-open=true] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-Popin-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-dark-rgb), 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
  transition: 0.3s;
}
.c-Popin[data-open=true] .c-Popin-mask {
  opacity: 1;
}
.c-Popin-contentWrapper {
  position: absolute;
  overflow: auto;
  padding: 24px;
  background-color: var(--color-white);
  left: 50%;
  top: 24px;
  max-width: 1195px;
  width: 95%;
  border-radius: 16px;
  transform: translate(-50%, 40px);
  transition: 0.5s;
}
@media screen and (max-width: 1299px) {
  .c-Popin-contentWrapper {
    width: 70%;
  }
}
@media screen and (max-width: 999px) {
  .c-Popin-contentWrapper {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .c-Popin-contentWrapper {
    width: 95%;
  }
}
.c-Popin[data-open=true] .c-Popin-contentWrapper {
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .c-Popin-contentWrapper {
    padding: 16px;
  }
}
.c-Popin-iframe-content {
  position: relative;
  width: 100%;
  aspect-ratio: 920/500;
  border-radius: 16px;
  overflow: hidden;
}
.c-Popin-iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  aspect-ratio: 920/500;
}
.c-Popin-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: 16px;
}
.c-Popin-close {
  margin-inline-start: auto;
  color: var(--color-dark);
  transition: 0.3s;
}
.c-Popin-close:hover {
  color: var(--color-acidgreen);
}
.c-Popin-close svg {
  width: 24px;
  height: 24px;
}
.c-Popin-close [fill] {
  fill: currentColor;
}

[data-popin=open] {
  overflow: hidden;
}

.c-Ziguigui {
  display: inline-block;
  position: relative;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.c-Ziguigui::after {
  content: "";
  display: inline;
  width: 100%;
  height: 10px;
  background: url("../img/ziguigui.webp") no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-3px);
}

.c-halo {
  width: 350px;
  height: 350px;
  position: fixed;
  border-radius: 350px;
  opacity: 0.2;
  background: radial-gradient(100% 100% at 50% 0%, rgba(44, 233, 144, 0) 0%, #C2E200 40%, #68F9FA 60%, rgba(44, 233, 144, 0) 100%);
  filter: blur(100px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.c-halo[data-onbg=white] {
  z-index: 1;
  opacity: 0.3;
}
[data-touch-mobile=true] .c-halo {
  display: none;
}

.c-flashNews {
  position: fixed;
  top: 0;
  padding-top: 130px;
  right: 0;
  z-index: 10;
  transform: translate(100%, 0);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
  text-align: left;
}
.c-flashNews[data-show=true] {
  transform: translate(0, 0);
}
.c-flashNews-alert {
  pointer-events: all;
  width: 220px;
  background: var(--color-acidgreen);
  padding: 8px 36px 8px 12px;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  border-radius: 4px 0 0 4px;
}
.c-flashNews-alert > p {
  color: var(--color-dark);
  padding-bottom: 6px;
}
.c-flashNews-hide {
  position: absolute;
  top: 8px;
  right: 12px;
}
.c-flashNews-open {
  color: var(--color-grey3);
}
.c-flashNews-open svg path[fill] {
  fill: currentColor;
}
.c-flashNews-open svg path[stroke] {
  stroke: currentColor;
}
.c-flashNews-popin {
  color: var(--color-dark);
  display: none;
  pointer-events: all;
  position: absolute;
  z-index: 12;
  right: 16px;
  top: calc(100% - 20px);
  width: 336px;
  border-radius: 16px;
  background: var(--color-white);
  padding: 32px 30px;
  max-width: calc(var(--viewport-width) - 32px);
}
.c-flashNews-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.c-flashNews-bg {
  display: none;
  width: var(--viewport-width);
  height: var(--viewport-height);
  background: var(--color-dark);
  opacity: 0.7;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  pointer-events: all;
}
.c-flashNews-contentWrapper {
  overflow: auto;
  padding: 0 10px;
}
.c-flashNews-content > div {
  color: var(--color-dark);
}
.c-flashNews[data-open=true] .c-flashNews-bg {
  display: block;
}
.c-flashNews[data-open=true] .c-flashNews-popin {
  display: block;
}
.c-flashNews-link {
  padding-top: 24px;
}
@media screen and (max-width: 999px) {
  .c-flashNews {
    top: auto;
    bottom: 0;
    padding: 0;
    transform: translate(0, 100%);
    width: 100%;
    padding-bottom: 8px;
  }
  .c-flashNews-alert {
    border-radius: 4px;
    width: calc(100% - 16px);
    margin: 0 auto;
  }
  .c-flashNews-bg {
    bottom: 0;
    top: auto;
  }
  .c-flashNews-popin {
    width: 100%;
    right: 0;
    max-width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    padding: 32px 6px;
  }
  .c-flashNews-contentWrapper {
    max-height: calc(var(--viewport-height) - 100px) !important;
  }
}

.c-newsCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 260px;
  padding-right: 5px;
}
.c-newsCard-ctn {
  flex-grow: 1;
}
.c-newsCard-title {
  color: var(--color-white);
}
.c-newsCard-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--color-grey2);
  padding-bottom: 20px;
  padding-top: 6px;
}
.c-newsCard-img {
  flex-shrink: 0;
  width: 42%;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-newsCard-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.2s linear;
}
.c-newsCard-img a:hover img {
  transform: rotate(2deg);
}
.c-newsCard-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 20px;
  color: var(--color-dark);
}
.c-newsCard[data-bg=white] .c-newsCard-title {
  color: var(--color-dark);
}
.c-newsCard[data-bg=white] .c-newsCard-text {
  color: var(--color-grey3);
}
.c-newsCard[data-bg=dark] .c-newsCard-categories {
  color: var(--color-white);
}
@media screen and (max-width: 999px) {
  .c-newsCard {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .c-newsCard-img {
    width: 240px;
    min-width: 240px;
    gap: 32px;
    min-height: 0;
  }
}

.c-testimonialCard {
  border: 1px solid var(--color-grey4);
  padding: 36px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  gap: 24px;
}
[data-bg=white] .c-testimonialCard {
  border-color: var(--color-grey1);
}
.c-testimonialCard-head {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}
.c-testimonialCard-head img {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 40px;
}
.c-testimonialCard-ctn {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
  padding-bottom: 8px;
}
.c-testimonialCard-ctn p {
  color: var(--color-grey2);
  font-weight: 300;
  line-height: 1.4;
}
[data-bg=white] .c-testimonialCard-ctn p {
  color: var(--color-grey3);
}
[data-bg=white] .c-testimonialCard-ctn p strong {
  color: var(--color-dark);
}
.c-testimonialCard-ctn p strong {
  font-weight: 300;
  color: var(--color-white);
}
.c-testimonialCard-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-testimonialCard-author img {
  border-radius: 40px;
}
.c-testimonialCard-profile {
  display: flex;
  align-items: center;
  gap: 0 12px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-grey2);
}
[data-bg=white] .c-testimonialCard-profile {
  color: var(--color-grey3);
}
[data-bg=white] .c-testimonialCard-profile strong {
  color: var(--color-dark);
}
.c-testimonialCard-profile strong {
  color: var(--color-white);
}

.c-usecaseCard-ctn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.c-usecaseCard-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 500/650;
  border-radius: 16px;
}
.c-usecaseCard-head {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.c-usecaseCard-head > img {
  max-height: 30px;
  max-width: 110px;
  width: auto;
  height: auto;
}
.c-usecaseCard-categories {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-usecaseCard-ctn {
    gap: 16px;
  }
}

.c-Header {
  padding-top: 34px;
  padding-bottom: 34px;
  position: relative;
  z-index: 10;
}
.c-Header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-Header-menuToggle {
  display: none;
}
.c-Header-menuToggle > button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.c-Header-menuToggle > button svg:last-child {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .c-Header {
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: var(--color-dark) url("../img/pattern-dark.png");
  }
  .c-Header-logo {
    transform: translate(-8px, 0);
  }
  .c-Header-contact {
    display: none;
  }
  .c-Header-navigation {
    display: none;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    height: calc(var(--viewport-height) - 78px);
    overflow: auto;
    padding: 0 40px;
    background: var(--color-dark) url("../img/pattern-dark.png");
  }
  .c-Header-menuToggle {
    display: block;
  }
  .c-Header[data-menuopen=true] .c-Header-navigation {
    display: block;
  }
  .c-Header[data-menuopen=true] .c-Header-menuToggle svg:first-child {
    opacity: 0;
  }
  .c-Header[data-menuopen=true] .c-Header-menuToggle svg:last-child {
    opacity: 1;
  }
  .c-Header[data-forcebg=white] {
    background: var(--color-white) url("../img/pattern-white.png");
  }
  .c-Header[data-forcebg=white] .c-Header-menuToggle > button svg rect {
    fill: currentColor;
  }
}

.c-Menu {
  position: fixed;
  top: 42px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.3s;
}
.c-Menu[data-sticky=true] {
  top: 34px;
}
.c-Menu-main {
  height: 45px;
  background: var(--color-white);
  color: var(--color-dark);
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  white-space: nowrap;
  border: 1px var(--color-grey1) solid;
}
.c-Menu-logo {
  overflow: hidden;
  width: 0;
  padding: 0;
  transition: width 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89) 0.1s, padding 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89), opacity 0.2s linear;
  opacity: 0;
}
.c-Menu-logo a {
  display: block;
}
.c-Menu-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.c-Menu-nav-item:hover > div {
  pointer-events: all;
  opacity: 1;
  transform: translate(-50%, 0) scale(1, 1);
  transition: transform 0.2s cubic-bezier(0.08, 0.89, 0.89, 0.89), opacity 0.3s linear;
  height: auto;
  overflow: visible;
}
.c-Menu-nav-item:hover > div img {
  display: block;
}
.c-Menu-nav-item:hover > a:before, .c-Menu-nav-item:hover > button:before {
  opacity: 1;
}
.c-Menu-nav-item:hover > a svg, .c-Menu-nav-item:hover > button svg {
  transform: scale(1, -1);
}
.c-Menu-nav-item > a, .c-Menu-nav-item > button {
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  height: 45px;
  position: relative;
}
.c-Menu-nav-item > a:before, .c-Menu-nav-item > button:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-dark);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.c-Menu-nav-item > a svg, .c-Menu-nav-item > button svg {
  flex-shrink: 0;
  transition: transform 0.2s linear;
}
.c-Menu-nav-item > a svg path, .c-Menu-nav-item > button svg path {
  fill: currentColor;
}
.c-Menu-contact {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  padding: 0;
  transition: width 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89) 0.1s, padding 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89) 0.1s, opacity 0.2s linear;
  opacity: 0;
}
.c-Menu-contact a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.c-Menu-contact a span {
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
}
.c-Menu-contact a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-dark);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.c-Menu-contact a div {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-acidgreen);
  transform: rotate(-15deg) translateZ(0);
  transition: transform 0.2s linear;
}
.c-Menu-contact a:hover div {
  transform: rotate(0deg);
}
.c-Menu-contact a:hover span:before {
  opacity: 1;
}
.c-Menu[data-sticky=true] .c-Menu-logo {
  transition: width 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89), padding 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89), opacity 0.6s linear 0.2s;
  width: 44px;
  padding: 0 0 0 24px;
  opacity: 1;
}
.c-Menu[data-sticky=true] .c-Menu-contact {
  transition: width 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89), padding 0.6s cubic-bezier(0.08, 0.89, 0.89, 0.89), opacity 0.6s linear 0.2s;
  width: 116px;
  padding: 0 8px 0 0;
  opacity: 1;
}
.c-Menu-submenu {
  position: fixed;
  left: 50%;
  top: 45px;
  min-width: 300px;
  max-width: calc(var(--viewport-width) - 40px);
  padding-top: 24px;
  transform: translate(-50%, -30%) scale(1, 0.8);
  opacity: 0;
  pointer-events: none;
  text-transform: none;
  white-space: wrap;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .c-Menu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .c-Menu-main {
    height: auto;
    background: none;
    border-radius: 0;
    color: var(--color-white);
    border: none;
    flex-direction: column;
    padding-bottom: 48px;
  }
  .c-Menu-logo {
    display: none;
  }
  .c-Menu-nav {
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 46px;
    padding-top: 48px;
  }
  .c-Menu-nav-item {
    width: 100%;
  }
  .c-Menu-nav-item > a, .c-Menu-nav-item > button {
    height: auto;
  }
  .c-Menu-nav-item > a:before, .c-Menu-nav-item > button:before {
    display: none;
  }
  .c-Menu-nav-item:hover > div, .c-Menu-nav-item[data-open=true] > div {
    transform: none;
    transition: none;
  }
  .c-Menu-nav-item:hover > a:before, .c-Menu-nav-item:hover > button:before, .c-Menu-nav-item[data-open=true] > a:before, .c-Menu-nav-item[data-open=true] > button:before {
    opacity: 1;
  }
  .c-Menu-nav-item:hover > a svg, .c-Menu-nav-item:hover > button svg, .c-Menu-nav-item[data-open=true] > a svg, .c-Menu-nav-item[data-open=true] > button svg {
    transform: scale(1, -1);
  }
  .c-Menu-contact {
    width: 100%;
    opacity: 1;
  }
  .c-Menu-contact a {
    display: inline-flex;
    justify-content: flex-start;
  }
  .c-Menu-contact a span:before {
    display: none;
  }
  .c-Menu-submenu {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    transform: none;
    opacity: 1;
    pointer-events: all;
    display: none;
    padding-top: 24px;
    height: auto;
  }
  [data-open=true] .c-Menu-submenu {
    display: block;
  }
}

.c-submenuWWD {
  background: var(--color-dark) url("../img/pattern-dark.png");
  border: 1px solid var(--color-grey4);
  border-radius: 12px;
  overflow: hidden;
  color: var(--color-white);
  box-shadow: 10px 14px 80px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.c-submenuWWD-expertises {
  padding: 40px 48px;
  width: 736px;
}
.c-submenuWWD-expertises-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-submenuWWD-expertises ul {
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.c-submenuWWD-expertises-item {
  border-top: 1px var(--color-grey4) solid;
}
.c-submenuWWD-expertises-item a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding: 24px 16px;
}
.c-submenuWWD-expertises-item a:hover div strong span {
  transform: translate(0, -1px) rotate(0);
  opacity: 1;
}
.c-submenuWWD-expertises-item:first-child, .c-submenuWWD-expertises-item:nth-child(2) {
  border: none;
}
.c-submenuWWD-expertises-item div {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--color-grey2);
}
.c-submenuWWD-expertises-item div strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 6px;
  color: var(--color-white);
}
.c-submenuWWD-expertises-item div strong span {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: var(--color-acidgreen);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -1px) rotate(-15deg);
  transition: transform 0.3s linear, opacity 0.15s linear;
  opacity: 0;
}
.c-submenuWWD-expertises-item div strong span svg {
  width: 8px;
  height: 8px;
}
.c-submenuWWD-useCase {
  background: #bbaf9f;
  position: relative;
  width: 370px;
  min-height: 480px;
}
.c-submenuWWD-useCase:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}
.c-submenuWWD-useCase img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-submenuWWD-useCase-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 40px;
  pointer-events: none;
  z-index: 2;
}
.c-submenuWWD-useCase-content > img {
  max-width: 95px;
  height: auto;
  width: auto;
}
.c-submenuWWD-useCase-content p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  padding: 16px 0;
  text-transform: uppercase;
}
.c-submenuWWD-useCase-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  pointer-events: all;
}
@media screen and (max-width: 1199px) {
  .c-submenuWWD-expertises {
    padding: 20px 24px;
    width: 640px;
  }
  .c-submenuWWD-expertises ul {
    gap: 0 20px;
  }
  .c-submenuWWD-expertises-item a {
    gap: 16px;
    padding: 16px 12px;
  }
  .c-submenuWWD-useCase {
    width: 308px;
    min-height: 400px;
  }
  .c-submenuWWD-useCase-content {
    padding: 16px 20px;
  }
  .c-submenuWWD-useCase-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .c-submenuWWD {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
  .c-submenuWWD-expertises {
    padding: 0;
    width: 100%;
  }
  .c-submenuWWD-expertises ul {
    grid-template-columns: 1fr;
  }
  .c-submenuWWD-expertises-item {
    border-top: none;
    border-bottom: 1px var(--color-grey4) solid;
  }
  .c-submenuWWD-expertises-item a {
    white-space: wrap;
  }
  .c-submenuWWD-expertises-item img {
    width: 24px;
    height: 24px;
  }
  .c-submenuWWD-expertises-item:first-child, .c-submenuWWD-expertises-item:nth-child(2) {
    border-bottom: 1px var(--color-grey4) solid;
  }
  .c-submenuWWD-useCase {
    display: none;
  }
}

.c-submenuPartners {
  background: var(--color-dark) url("../img/pattern-dark.png");
  border: 1px solid var(--color-grey4);
  border-radius: 12px;
  overflow: hidden;
  color: var(--color-white);
  box-shadow: 10px 14px 80px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 32px 56px;
  min-height: 320px;
  width: 988px;
  max-width: var(--viewport-width);
}
.c-submenuPartners-intro {
  width: 320px;
  padding: 0 0 0 8px;
}
.c-submenuPartners-intro strong {
  font-size: 20px;
  line-height: 1.35;
}
.c-submenuPartners-intro p {
  color: var(--color-grey2);
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  padding: 8px 0 40px 0;
}
.c-submenuPartners-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.c-submenuPartners-list li {
  border-top: 1px solid var(--color-grey4);
}
.c-submenuPartners-list li:first-child, .c-submenuPartners-list li:nth-child(2) {
  border-top: none;
}
.c-submenuPartners-list li a {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 15px 24px;
}
.c-submenuPartners-list li a img {
  object-fit: contain;
  object-position: left;
}
.c-submenuPartners-list li a span {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  line-height: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotate(-15deg) translateZ(0);
  transition: transform 0.2s linear;
  color: var(--color-grey2);
}
.c-submenuPartners-list li a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(var(--color-acidgreen-rgb), 0);
  border-radius: 30px;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0.05s;
}
.c-submenuPartners-list li a span svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate3d(-50%, -50%, 0);
  shape-rendering: geometricPrecision;
  flex-shrink: 0;
  transition: all 0.2s linear;
}
.c-submenuPartners-list li a span svg path[fill] {
  fill: currentColor;
}
.c-submenuPartners-list li a span svg path[stroke] {
  stroke: currentColor;
}
.c-submenuPartners-list li a:hover span {
  transform: rotate(0);
  color: var(--color-dark);
}
.c-submenuPartners-list li a:hover span:before {
  background: rgba(var(--color-acidgreen-rgb), 1);
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 999px) {
  .c-submenuPartners {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 24px 0 0 0;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }
  .c-submenuPartners-intro {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .c-submenuPartners-list {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }
  .c-submenuPartners-list li:nth-child(2) {
    border-top: 1px solid var(--color-grey4);
  }
  .c-submenuPartners-list li a {
    justify-content: space-between;
  }
}

.c-footer {
  margin-bottom: 368px;
  margin-top: calc(var(--block-spacing) + 20px);
}
.c-footer ::-moz-selection {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.c-footer ::selection {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.c-footer-wrapper {
  color: var(--color-dark);
  background: var(--color-white);
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.c-footer-contact {
  padding: 60px 6%;
  border-right: 1px solid var(--color-grey2);
  border-bottom: 1px solid var(--color-grey2);
}
.c-footer-contact a, .c-footer-contact > button, .c-footer-contact > span {
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.c-footer-contact a span, .c-footer-contact > button span, .c-footer-contact > span span {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: var(--color-acidgreen);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -10px) rotate(-15deg);
  transition: transform 0.2s linear;
}
.c-footer-contact a span svg, .c-footer-contact > button span svg, .c-footer-contact > span span svg {
  width: 24px;
  height: 24px;
}
.c-footer-contact a:hover span, .c-footer-contact > button:hover span, .c-footer-contact > span:hover span {
  transform: translate(0, -10px) rotate(0deg);
}
.c-footer-team {
  padding: 60px 13%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-grey2);
}
.c-footer-team > p {
  color: var(--color-grey3);
  font-size: 14px;
  font-weight: 300;
}
.c-footer-team-join {
  display: block;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 16px;
}
.c-footer-stayAhead {
  padding: 60px 6%;
  border-right: 1px solid var(--color-grey2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-footer-stayAhead-wrapper {
  display: flex;
  gap: 124px;
  align-items: flex-start;
}
.c-footer-stayAhead-footer {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: var(--color-grey3);
  gap: 32px;
  line-height: 1.3;
  white-space: nowrap;
}
.c-footer-stayAhead-footer a:hover, .c-footer-stayAhead-footer button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-footer-newsletter-title {
  font-size: 30px;
  text-transform: uppercase;
}
.c-footer-newsletter p {
  padding: 16px 0;
}
.c-footer-address p {
  padding: 0 0 20px 0;
}
.c-footer-3d {
  padding: 60px 0;
}
.c-footer-3d img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 346px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .c-footer-contact a, .c-footer-contact > button, .c-footer-contact > span {
    font-size: 60px;
  }
  .c-footer-contact a span, .c-footer-contact > button span, .c-footer-contact > span span {
    width: 60px;
    height: 60px;
    transform: translate(0, -5px) rotate(-15deg);
  }
  .c-footer-contact a:hover span, .c-footer-contact > button:hover span, .c-footer-contact > span:hover span {
    transform: translate(0, -5px) rotate(0deg);
  }
}
@media screen and (max-width: 999px) {
  .c-footer-wrapper {
    grid-template-columns: 1fr;
  }
  .c-footer-contact {
    padding: 40px 16px 60px 16px;
    border-right: none;
  }
  .c-footer-contact a, .c-footer-contact > button, .c-footer-contact > span {
    font-size: 40px;
  }
  .c-footer-contact a span, .c-footer-contact > button span, .c-footer-contact > span span {
    width: 40px;
    height: 40px;
    transform: translate(0, 0px) rotate(-15deg);
  }
  .c-footer-contact a:hover span, .c-footer-contact > button:hover span, .c-footer-contact > span:hover span {
    transform: translate(0, 0px) rotate(0deg);
  }
  .c-footer-team {
    min-height: 274px;
    padding: 40px 16px 50px 16px;
  }
  .c-footer-stayAhead {
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px solid var(--color-grey2);
    position: relative;
  }
  .c-footer-stayAhead-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .c-footer-stayAhead-footer {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    gap: 16px;
  }
  .c-footer-newsletter {
    width: 100%;
    padding: 0 16px 40px 16px;
    border-bottom: 1px solid var(--color-grey2);
    margin-bottom: 40px;
    min-height: 180px;
  }
  .c-footer-newsletter-title {
    font-size: 20px;
  }
  .c-footer-newsletter p {
    padding-bottom: 32px;
  }
  .c-footer-address {
    padding: 0 16px;
  }
  .c-footer-3d {
    padding-top: 76px;
    padding-bottom: 32px;
  }
  .c-footer-3d img {
    width: 180px;
  }
}

.c-dataGalaxy {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.c-dataGalaxy[data-show=true] {
  opacity: 1;
  pointer-events: all;
}
.c-dataGalaxy-wrapper {
  border-radius: 16px;
  background: linear-gradient(149deg, rgba(231, 234, 247, 0.9) 0%, rgba(231, 234, 247, 0.2) 100%), #FFF;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 160px 20px 100px 20px;
  position: relative;
  overflow: hidden;
  min-height: 408px;
}
.c-dataGalaxy-wrapper > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-dataGalaxy-ctn {
  text-align: center;
}
.c-dataGalaxy-ctn p {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 40px;
  color: var(--color-dark);
}
.c-dataGalaxy-ctn ul {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.c-dataGalaxy-ctn ul li {
  width: 232px;
  height: 108px;
  min-width: 150px;
  border-radius: 16px;
  position: relative;
  padding: 1px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-dataGalaxy-ctn ul li:before {
  border-radius: 16px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%) rotate(-130deg);
  opacity: 0;
  transition: opacity 0.2s linear, transform 0.3s ease-in;
  background: conic-gradient(from 30deg at 50% 50%, rgba(255, 255, 255, 0.5) 0deg, rgba(205, 144, 139, 0) 5deg, rgba(205, 144, 139, 0.6) 33deg, rgb(205, 144, 139) 45deg, rgba(205, 144, 139, 0.6) 57deg, rgba(205, 144, 139, 0) 85deg, rgba(255, 255, 255, 0.5) 105deg, rgba(255, 255, 255, 0.5) 360deg), rgba(255, 255, 255, 0.5);
}
.c-dataGalaxy-ctn ul li:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-dataGalaxy-ctn ul li a, .c-dataGalaxy-ctn ul li div, .c-dataGalaxy-ctn ul li button {
  position: relative;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(149.47deg, rgba(231, 234, 247, 0.9) 0%, rgba(231, 234, 247, 0.2) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.c-dataGalaxy-ctn ul li a img, .c-dataGalaxy-ctn ul li div img, .c-dataGalaxy-ctn ul li button img {
  display: block;
}
.c-dataGalaxy-ctn ul li[data-active=true]:before {
  display: none;
}
.c-dataGalaxy-ctn ul li[data-active=true] a, .c-dataGalaxy-ctn ul li[data-active=true] div, .c-dataGalaxy-ctn ul li[data-active=true] button {
  background: linear-gradient(149deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 100%);
  -webkit-backdrop-filter: blur(4.3px);
          backdrop-filter: blur(4.3px);
  border: 1px var(--color-white) solid;
}
@media screen and (max-width: 999px) {
  .c-dataGalaxy-wrapper {
    padding: 84px 16px 60px 16px;
    min-height: 300px;
  }
  .c-dataGalaxy-ctn ul li {
    width: 160px;
    height: 74px;
  }
  .c-dataGalaxy-ctn ul li img {
    max-width: 110px;
    height: auto;
    width: 100%;
    object-fit: contain;
  }
}

.c-homeHeader-wrapper {
  width: 740px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.c-homeHeader-wrapper h1 {
  padding-bottom: 24px;
}
.c-homeHeader-wrapper p {
  padding-bottom: 24px;
}

.c-homeExpertises {
  position: relative;
  overflow: hidden;
}
.c-homeExpertises-wrapper.swiper-initialized .c-homeExpertises-slider {
  gap: 0;
  justify-content: unset;
}
.c-homeExpertises-wrapper.swiper {
  overflow: visible;
}
.c-homeExpertises-slider {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
}
.c-homeExpertises-slider.swiper-wrapper {
  height: auto;
  overflow: visible;
}
.c-homeExpertises-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px;
  height: 250px;
  width: 240px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-homeExpertises-item strong {
  display: block;
  font-size: 20px;
}
.c-homeExpertises-item span {
  color: var(--color-grey2);
  overflow: hidden;
  display: block;
  font-size: 14px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s linear, padding 0.3s linear, opacity 0.4s linear;
}
.c-homeExpertises-item:hover div {
  padding: 0;
}
.c-homeExpertises-item:hover span {
  padding-top: 8px;
  max-height: 150px;
  opacity: 1;
  transition: max-height 0.4s linear, padding 0.25s linear, opacity 0.4s linear;
}
.c-homeExpertises-more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 1px;
  border-radius: 12px;
  height: 250px;
  width: 240px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-homeExpertises-more:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: transform 0.2s ease-in;
  aspect-ratio: 1/1;
  width: 110%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 20deg at 50% 50%, rgba(255, 255, 255, 0.5) 0deg, rgba(255, 255, 255, 0.5) 10deg, rgba(75, 249, 162, 0.6) 30deg, rgba(75, 249, 162, 0.85) 45deg, rgb(75, 249, 162) 70deg, rgba(75, 249, 162, 0.85) 105deg, rgba(75, 249, 162, 0.6) 110deg, rgba(255, 255, 255, 0.5) 130deg, rgba(255, 255, 255, 0.5) 360deg);
}
.c-homeExpertises-more-inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: var(--color-dark) url("../img/pattern-dark.png");
  border-radius: 12px;
  padding: 24px;
}
.c-homeExpertises-more-inner > strong {
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-homeExpertises-more p {
  color: var(--color-grey2);
  font-size: 14px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .c-homeExpertises-slider {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 999px) {
  .c-homeExpertises-item {
    width: 220px;
    height: 280px;
  }
  .c-homeExpertises-more {
    width: 220px;
    height: 280px;
  }
  .c-homeExpertises-more::before {
    width: 130%;
  }
}

.c-homeTopNews-wrapper {
  display: flex;
  align-items: stretch;
  height: 224px;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.c-homeTopNews-title {
  background: var(--color-white);
  border-radius: 10px;
  width: 26%;
  color: var(--color-dark);
  flex-shrink: 0;
}
.c-homeTopNews-title-wrapper {
  padding: 0 14%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
  height: 224px;
}
.c-homeTopNews-ctn {
  position: relative;
  flex-grow: 1;
  background: var(--color-white);
  border-radius: 10px;
  color: var(--color-dark);
}
.c-homeTopNews-ctn:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  background: repeating-linear-gradient(to top, var(--color-grey1) 0px, var(--color-grey1) 6px, transparent 6px, transparent 12px);
  left: -1px;
  top: 10px;
}
.c-homeTopNews-ctn-wrapper {
  padding: 0 9.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
.c-homeTopNews-ctn-img {
  position: relative;
}
.c-homeTopNews-ctn-img:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -12px;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  background: var(--color-acidgreen);
  transform: rotate(6deg);
}
.c-homeTopNews-ctn-img img {
  position: relative;
  border-radius: 16px;
  width: auto;
  height: 240px;
  margin-top: -8px;
  display: block;
  transform: rotate(3deg);
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
  max-width: none;
}
.c-homeTopNews-ctn-text p {
  padding: 24px 0 16px 0;
  font-size: 20px;
  font-weight: bold;
}
.c-homeTopNews-ctn-categories {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .c-homeTopNews-title {
    width: 33%;
  }
}
@media screen and (max-width: 999px) {
  .c-homeTopNews-wrapper {
    flex-direction: column;
    height: auto;
  }
  .c-homeTopNews-title {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .c-homeTopNews-title-wrapper {
    height: auto;
    padding: 0 9.5%;
  }
  .c-homeTopNews-ctn-wrapper {
    padding-top: 30px;
    padding-bottom: 42px;
  }
  .c-homeTopNews-ctn:before {
    width: calc(100% - 20px);
    height: 1px;
    top: -1px;
    left: 10px;
    background: repeating-linear-gradient(to right, var(--color-grey1) 0px, var(--color-grey1) 6px, transparent 6px, transparent 12px);
  }
  .c-homeTopNews-ctn-img:before {
    top: -2px;
    left: 0;
    height: 172px;
    width: calc(100% - 12px);
  }
  .c-homeTopNews-ctn-img img {
    margin-top: 0;
    margin-left: 12px;
    height: 172px;
  }
}
@media screen and (max-width: 767px) {
  .c-homeTopNews-ctn-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
  }
}

.c-homeProjects {
  --offset: 130px;
  padding-bottom: 0;
  position: relative;
}
.c-homeProjects:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff url("../img/pattern-white.png") repeat;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 10%, #000 50%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 10%, #000 50%, #000 100%);
}
.c-homeProjects-last {
  top: var(--offset);
  position: sticky;
  height: var(--block-spacing);
}
.c-homeProjects-slide {
  top: var(--offset);
  position: sticky;
  height: calc(var(--viewport-height) - var(--offset) - 20px);
  scroll-snap-type: y mandatory;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: var(--block-spacing);
}
.c-homeProjects-slide:last-child {
  margin-bottom: 0;
}
.c-homeProjects-slide-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-homeProjects-slide-cover:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-dark-rgb), 0.4);
}
.c-homeProjects-slide-cover:after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pattern-dark.png");
  opacity: 0.8;
}
.c-homeProjects-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-homeProjects-slide-ctn {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 80px;
}
.c-homeProjects-slide-ctn > img {
  max-height: 30px;
  width: auto;
}
.c-homeProjects-slide-title {
  font-size: 60px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  max-width: calc(100% - 200px);
  margin-top: 16px;
}
.c-homeProjects-slide-title span {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: var(--color-acidgreen);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -15px) rotate(-15deg);
  transition: transform 0.2s linear;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
}
.c-homeProjects-slide-title span svg {
  width: 14px;
  height: 14px;
}
.c-homeProjects-slide-title:hover span {
  transform: translate(0, -15px) rotate(0deg);
}
.c-homeProjects-slide-footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.c-homeProjects-slide-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .c-homeProjects-slide-title {
    font-size: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .c-homeProjects-slide-ctn {
    padding: 40px;
  }
  .c-homeProjects-slide-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .c-homeProjects-slide-title span {
    width: 27px;
    height: 27px;
    transform: translate(0, -3px) rotate(-15deg);
  }
  .c-homeProjects-slide-title:hover span {
    transform: translate(0, -3px) rotate(0);
  }
  .c-homeProjects-slide-footer > a {
    display: none;
  }
}

.c-homeCollab-wrapper {
  text-align: center;
  position: relative;
}
.c-homeCollab-stickyTitle {
  position: sticky;
  top: 0;
  margin-bottom: 150px;
}
.c-homeCollab-stickyTitle > div {
  padding-top: 50px;
}
.c-homeCollab-stickyTitle > div img {
  transform: rotate(-2deg);
}
.c-homeCollab-title {
  display: inline;
  position: relative;
}
.c-homeCollab-title:after {
  content: "";
  display: inline-block;
  width: 173px;
  height: 10px;
  background: url("../img/ziguigui.webp") center top no-repeat;
  background-size: 100% auto;
  margin-left: -188px;
  transform: translate(0, 20px);
}
.c-homeCollab-stickyImg {
  padding-top: 185px;
  min-height: 545px;
  position: sticky;
  top: 0;
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-homeCollab-stickyImg:nth-child(odd) img {
  transform: rotate(-2deg);
}
.c-homeCollab img {
  transform: rotate(3deg);
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
  height: 360px;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.c-homeCollab-action {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .c-homeCollab-stickyTitle {
    top: 75px;
    margin-bottom: 50px;
    min-height: 420px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .c-homeCollab-stickyImg {
    top: 75px;
    padding-top: 70px;
    min-height: 420px;
    margin-bottom: 50px;
  }
  .c-homeCollab-title:after {
    width: 100px;
    margin-left: -108px;
  }
  .c-homeCollab img {
    height: 230px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 459px) {
  .c-homeCollab-stickyImg {
    padding-top: 120px;
  }
}
@media screen and (max-width: 375px) {
  .c-homeCollab-stickyTitle {
    margin-bottom: 30px;
  }
  .c-homeCollab-stickyImg {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.c-404Page-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 80px;
}
.c-404Page-code {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-404Page-code {
    width: 100%;
  }
}
.c-404Page-code img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-404Page-code img {
    width: 80%;
  }
}
.c-404Page-code .c-Badge {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.c-404Page-code .c-Badge:first-child {
  top: 25%;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .c-404Page-code .c-Badge:first-child {
    left: 0;
  }
}
.c-404Page-code .c-Badge:last-child {
  top: 55%;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .c-404Page-code .c-Badge:last-child {
    right: 0;
  }
}
.c-404Page-text {
  color: var(--color-grey2);
}

.c-singlePage {
  color: var(--color-dark);
}
.c-singlePage-whiteWrapper {
  position: relative;
}
.c-singlePage-whiteWrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: -130px;
  left: 0;
  height: calc(100% + 130px);
  width: 100%;
  background: #ffffff url("../img/pattern-white.png") repeat;
}
.c-singlePage-darkWrapper {
  margin-top: -1px;
}
.c-singlePage-darkWrapper > div[data-bg=whiteToDark]:first-child {
  margin-left: 0;
  margin-right: 0;
}
.c-singlePage-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 80px;
}
.c-singlePage-content {
  flex-grow: 1;
  padding-bottom: var(--block-spacing);
  max-width: calc(100% - 320px - 80px);
}
.c-singlePage-sidebar {
  flex-shrink: 0;
  width: 320px;
  padding-bottom: var(--block-spacing);
  z-index: 1;
}
.c-singlePage-head {
  padding-bottom: calc(var(--postblock-spacing) * 2);
  margin-bottom: var(--postblock-spacing);
  border-bottom: 1px var(--color-grey1) solid;
}
.c-singlePage-date {
  color: var(--color-grey3);
  font-size: 14px;
  padding-top: 20px;
}
.c-singlePage-date strong {
  display: inline-block;
  margin: 0 8px 0 24px;
}
.c-singlePage-date strong:first-child {
  margin-left: 0;
}
.c-singlePage-author {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-grey3);
  padding-top: 20px;
}
.c-singlePage-author img {
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}
.c-singlePage-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 20px;
}
.c-singlePage-cover {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.c-singlePage-aboutAuthor {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 64px;
  margin-top: 40px;
  border-top: 1px solid var(--color-grey1);
}
.c-singlePage-aboutAuthor-profile {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
}
.c-singlePage-aboutAuthor-profile img {
  margin: 0 auto 16px auto;
  border-radius: 50%;
  object-fit: cover;
}
.c-singlePage-aboutAuthor-profile strong {
  display: block;
  padding-bottom: 4px;
}
.c-singlePage-aboutAuthor-profile strong span {
  font-weight: 300;
  display: inline-block;
  margin-right: 3px;
}
.c-singlePage-aboutAuthor-profile > span {
  color: var(--color-grey3);
}
.c-singlePage-aboutAuthor-ctn {
  flex-grow: 1;
  position: relative;
}
.c-singlePage-aboutAuthor-ctn > svg {
  position: absolute;
  top: -25px;
  left: -25px;
}
.c-singlePage-aboutAuthor-ctn blockquote {
  padding: 0;
  margin: 0 0 16px 0;
  line-height: 1.5;
  position: relative;
}
.c-singlePage-aboutAuthor-articles {
  line-height: 1.4;
}
.c-singlePage-aboutAuthor-articles strong {
  display: block;
  padding-bottom: 4px;
}
.c-singlePage-aboutAuthor-articles ul {
  color: var(--color-grey3);
  font-size: 14px;
  padding-bottom: 4px;
}
.c-singlePage-aboutAuthor-articles ul li {
  margin-bottom: 4px;
}
.c-singlePage-aboutAuthor-articles ul li a svg {
  transition: transform 0.2s linear;
  margin-left: 7px;
  vertical-align: middle;
}
.c-singlePage-aboutAuthor-articles ul li a:hover svg {
  transform: translate(2px, -2px);
}
.c-singlePage-crossArticles {
  border: 1px solid var(--color-grey1);
  border-radius: 16px;
  padding: 24px 40px;
  line-height: 1.4;
  margin-top: 40px;
}
.c-singlePage-crossArticles strong {
  display: block;
  padding-bottom: 4px;
}
.c-singlePage-crossArticles ul {
  color: var(--color-grey3);
  font-size: 14px;
}
.c-singlePage-crossArticles ul li {
  margin-bottom: 4px;
}
.c-singlePage-crossArticles ul li a svg {
  transition: transform 0.2s linear;
  margin-left: 7px;
  vertical-align: middle;
}
.c-singlePage-crossArticles ul li a:hover svg {
  transform: translate(2px, -2px);
}
@media screen and (max-width: 999px) {
  .c-singlePage {
    padding-top: 34px;
  }
  .c-singlePage-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .c-singlePage-content {
    max-width: 100%;
  }
  .c-singlePage-sidebar {
    padding-bottom: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .c-singlePage-aboutAuthor {
    flex-direction: column;
    align-items: center;
    margin-top: var(--postblock-spacing);
    padding-top: 24px;
    gap: 24px;
  }
  .c-singlePage-crossArticles {
    margin-top: 24px;
    padding: 16px 24px;
  }
}

.c-singlePartnerPage-headWrapper {
  padding-bottom: var(--block-spacing);
}
.c-singlePartnerPage-head {
  text-align: center;
  padding-top: var(--block-spacing);
}
.c-singlePartnerPage-intro {
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14%;
}
.c-singlePartnerPage-intro-title {
  width: 354px;
  flex-shrink: 0;
}
.c-singlePartnerPage-intro-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding-bottom: 24px;
}
.c-singlePartnerPage-intro-logos-cross rect {
  fill: var(--color-grey3);
}
.c-singlePartnerPage-intro-logos img {
  width: auto;
  height: auto;
  max-height: 34px;
}
.c-singlePartnerPage-intro-text {
  flex-grow: 1;
}
.c-singlePartnerPage-keynumbers {
  margin-top: 54px;
  border-top: 1px var(--color-grey4) solid;
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.c-singlePartnerPage-keynumbers li {
  flex: 1 1;
  padding: 54px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-singlePartnerPage-keynumbers li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 54px;
}
.c-singlePartnerPage-keynumbers li strong {
  font-size: 30px;
}
.c-singlePartnerPage-keynumbers li span {
  color: var(--color-grey2);
}
@media screen and (max-width: 999px) {
  .c-singlePartnerPage-intro {
    padding-top: 40px;
    gap: 40px;
  }
  .c-singlePartnerPage-intro-title {
    width: 280px;
  }
  .c-singlePartnerPage-keynumbers {
    margin-top: 24px;
  }
  .c-singlePartnerPage-keynumbers li {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-singlePartnerPage-intro {
    flex-direction: column;
    gap: 20px;
  }
  .c-singlePartnerPage-intro-title {
    width: 100%;
    text-align: left;
  }
  .c-singlePartnerPage-intro-logos {
    justify-content: flex-start;
  }
  .c-singlePartnerPage-keynumbers {
    flex-wrap: wrap;
    padding-bottom: 24px;
    justify-content: center;
  }
  .c-singlePartnerPage-keynumbers li {
    flex: unset;
    white-space: nowrap;
    padding: 24px 0 0 0;
    min-width: 20%;
  }
  .c-singlePartnerPage-keynumbers li[data-type=image] {
    width: 100%;
  }
}

.c-archivePage-wrapper {
  background: var(--color-white) url("../img/pattern-white.png");
  margin-top: var(--block-spacing);
}
.c-archivePage-darkWrapper {
  padding-top: var(--block-spacing);
}
.c-archivePage-menu {
  padding: 32px 0;
  border-bottom: 1px var(--color-grey1) solid;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.c-archivePage-listing {
  display: flex;
  gap: 80px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.c-archivePage-colLeft, .c-archivePage-colRight {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.c-archivePage-colRight {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .c-archivePage-listing {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-archivePage-colLeft, .c-archivePage-colRight {
    display: contents;
  }
  .c-archivePage-colRight {
    padding-top: 0;
  }
  .c-archivePage-item {
    order: var(--order);
  }
}

.c-archiveUseCasePage-head {
  padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
}
.c-archiveUseCasePage-head-inner {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.c-archiveUseCasePage-intro {
  font-size: 16px;
  color: var(--color-grey2);
  font-weight: 300;
  line-height: 1.5;
}
.c-archiveUseCasePage-categories {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.c-archiveUseCasePage-listing {
  display: flex;
  gap: 120px;
  padding-bottom: 140px;
}
.c-archiveUseCasePage-colLeft, .c-archiveUseCasePage-colRight {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 146px;
}
.c-archiveUseCasePage-colLeft {
  padding-top: 80px;
}
.c-archiveUseCasePage-colLeft > div:nth-child(odd) {
  padding: 0 60px;
}
.c-archiveUseCasePage-colRight > div:nth-child(even) {
  padding: 0 60px;
}
@media screen and (max-width: 999px) {
  .c-archiveUseCasePage-categories {
    padding-top: 24px;
  }
  .c-archiveUseCasePage-listing {
    gap: 64px;
  }
  .c-archiveUseCasePage-colLeft {
    padding-top: 40px;
  }
  .c-archiveUseCasePage-colLeft > div:nth-child(odd) {
    padding: 0 30px;
  }
  .c-archiveUseCasePage-colRight > div:nth-child(even) {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-archiveUseCasePage-listing {
    flex-direction: column;
    gap: 40px;
  }
  .c-archiveUseCasePage-colLeft, .c-archiveUseCasePage-colright {
    display: contents;
  }
  .c-archiveUseCasePage-colLeft {
    padding-top: 0;
  }
  .c-archiveUseCasePage-colLeft > div:nth-child(odd) {
    padding: 0;
  }
  .c-archiveUseCasePage-colRight > div:nth-child(even) {
    padding: 0;
  }
  .c-archiveUseCasePage-item {
    order: var(--order);
  }
}

.c-singleUseCasePage-header {
  position: relative;
  width: 100%;
  min-height: 700px;
  margin-top: -130px;
  padding: 130px 0 200px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-singleUseCasePage-header:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, transparent 41.43%, var(--color-dark) 100%), linear-gradient(180deg, rgba(var(--color-dark-rgb), 0.3) 0%, transparent 28.57%);
}
.c-singleUseCasePage-header-ctn {
  position: relative;
  z-index: 2;
  text-align: center;
}
.c-singleUseCasePage-header-ctn > img {
  max-height: 34px;
  width: auto;
}
.c-singleUseCasePage-header-ctn h1 {
  padding: 24px 0;
  max-width: var(--wrapper-small-width);
  width: 100%;
  margin-inline: auto;
}
.c-singleUseCasePage-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-singleUseCasePage-bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-singleUseCasePage-content {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.c-cmsSimplePage {
  color: var(--color-dark);
}
.c-cmsSimplePage-whiteWrapper {
  position: relative;
}
.c-cmsSimplePage-whiteWrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: -130px;
  left: 0;
  height: calc(100% + 130px);
  width: 100%;
  background: #ffffff url("../img/pattern-white.png") repeat;
}
.c-cmsSimplePage-darkWrapper {
  margin-top: -1px;
}
.c-cmsSimplePage-darkWrapper > div[data-bg=whiteToDark]:first-child {
  margin-left: 0;
  margin-right: 0;
}
.c-cmsSimplePage-content {
  position: relative;
  padding-bottom: var(--block-spacing);
}
.c-cmsSimplePage-title {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-cmsSimplePage-title {
    padding-top: 20px;
  }
}

.c-pageHead {
  padding-top: var(--block-spacing);
  padding-bottom: 80px;
  text-align: center;
}
.c-pageHead-subtitle {
  padding-bottom: 8px;
}
.c-pageHead-intro {
  padding-top: 8px;
}
@media screen and (max-width: 999px) {
  .c-pageHead {
    padding-bottom: 20px;
  }
}

.c-pageContact-header {
  display: flex;
  gap: 157px;
}
@media screen and (max-width: 1439px) {
  .c-pageContact-header {
    gap: 80px;
  }
}
@media screen and (max-width: 999px) {
  .c-pageContact-header {
    flex-direction: column;
    padding-block-start: 52px;
    gap: 24px;
    padding-inline: 16px;
  }
}
.c-pageContact-header-left {
  padding-inline-start: calc(50vw - var(--wrapper-small-width) / 2);
}
@media screen and (max-width: 1199px) {
  .c-pageContact-header-left {
    padding-inline-start: 20px;
  }
}
@media screen and (max-width: 999px) {
  .c-pageContact-header-left {
    padding: 0;
  }
}
.c-pageContact-header-right {
  padding-block-start: 86px;
}
@media screen and (max-width: 999px) {
  .c-pageContact-header-right {
    padding-block-start: 0;
  }
}
.c-pageContact-header-content {
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-pageContact-header-content {
    width: 500px;
  }
}
@media screen and (max-width: 999px) {
  .c-pageContact-header-content {
    width: 100%;
  }
}
.c-pageContact-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 999px) {
  .c-pageContact-header-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-pageContact-header-top-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-pageContact-header-text {
  font-size: 20px;
  font-weight: 300;
}
.c-pageContact-header-form {
  width: 100%;
  margin-block-start: 48px;
}
.c-pageContact-header-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 999px) {
  .c-pageContact-header-image {
    border-radius: 16px;
  }
}
.c-pageContact-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-pageContact-agencies {
  scroll-margin-top: 80px;
}
.c-pageContact-agencies-title {
  margin-block-end: 40px;
}
.c-pageContact-agencies-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-pageContact-agencies-col {
  width: calc(25% - 8px);
}
@media screen and (max-width: 1199px) {
  .c-pageContact-agencies-col {
    width: calc(33% - 8px);
  }
}
@media screen and (max-width: 999px) {
  .c-pageContact-agencies-col {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 884px) {
  .c-pageContact-agencies-col {
    width: 100%;
  }
}
.c-pageContact-agencies-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(var(--color-white-rgb), 0.2);
  border-radius: 12px;
  padding: 36px;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
@media screen and (max-width: 1299px) {
  .c-pageContact-agencies-item {
    padding: 24px;
  }
}
@media screen and (max-width: 999px) {
  .c-pageContact-agencies-item {
    padding: 16px;
    min-height: 280px;
  }
}
.c-pageContact-agencies-item .item-icon {
  width: 45px;
  height: 45px;
  margin-block-end: 16px;
}
@media screen and (max-width: 884px) {
  .c-pageContact-agencies-item .item-icon {
    margin-block-end: 8px;
  }
}
.c-pageContact-agencies-item .item-icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: center center;
}
.c-pageContact-agencies-item .item-title {
  font-size: 20px;
  font-weight: 700;
  margin-block-start: auto;
}
.c-pageContact-agencies-item .c-Badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 3px;
  height: 22px;
}
.c-pageContact-agencies-item .item-text {
  color: var(--color-grey2);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.c-pageContact-agencies-item .item-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-block-start: 16px;
  gap: 8px;
  font-size: 12px;
  font-weight: 300;
}
.c-pageContact-agencies-item .item-logo {
  width: 120px;
  height: 15px;
}
.c-pageContact-agencies-item .item-logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: left center;
}
.c-pageContact-agencies-more {
  --gradient-color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1px;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 266px;
}
.c-pageContact-agencies-more:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: transform 0.2s ease-in;
  aspect-ratio: 1/1;
  width: 110%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 20deg at 50% 50%, var(--gradient-color) 0deg, var(--gradient-color) 0deg, rgba(75, 249, 162, 0.6) 20deg, rgba(75, 249, 162, 0.85) 35deg, rgb(75, 249, 162) 50deg, rgba(75, 249, 162, 0.85) 75deg, rgba(75, 249, 162, 0.6) 80deg, var(--gradient-color) 100deg, var(--gradient-color) 350deg);
}
.c-pageContact-agencies-more .more-inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 36px;
  border-radius: 12px;
  background: var(--color-dark) url("../img/pattern-dark.png");
  min-height: 320px;
}
@media screen and (max-width: 1299px) {
  .c-pageContact-agencies-more .more-inner {
    padding: 24px;
  }
}
@media screen and (max-width: 999px) {
  .c-pageContact-agencies-more .more-inner {
    padding: 16px;
  }
}
.c-pageContact-agencies-more .more-title {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .c-pageContact-agencies-more .more-title {
    align-items: center;
    font-size: 32px;
  }
}
@media screen and (max-width: 999px) {
  .c-pageContact-agencies-more .more-title {
    align-items: flex-start;
    font-size: 40px;
  }
}
.c-pageContact-agencies-more .more-title .title {
  flex: 1;
}
.c-pageContact-agencies-more .more-bottom {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .c-pageContact-agencies-more .more-bottom {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.c-pageContact-agencies-more .more-text {
  flex: 1;
  color: var(--color-grey3);
  font-size: 14px;
  font-weight: 300;
}

.c-usecaseObjetives-wrapper {
  padding-top: var(--block-spacing);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.c-usecaseObjetives-colLeft {
  width: 36%;
  flex-shrink: 0;
}
.c-usecaseObjetives-colRight {
  flex-grow: 1;
}
.c-usecaseObjetives-subtitle {
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-usecaseObjetives-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .c-usecaseObjetives-colLeft {
    width: 100%;
  }
}

.c-singleResume {
  margin-top: 48px;
  position: sticky;
  top: 100px;
  background: var(--color-white) url("../img/pattern-white.png");
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  justify-content: stretch;
}
.c-singleResume[data-position=static] {
  position: static;
}
.c-singleResume-head {
  border-radius: 16px 16px 0 0;
  background: rgba(226, 226, 226, 0.5);
  padding: 12px 32px;
  color: var(--color-grey3);
  font-weight: 300;
  font-size: 12px;
}
.c-singleResume-progressBar {
  height: 2px;
  background: var(--color-grey1);
}
.c-singleResume-progressBar > div {
  width: 10%;
  height: 2px;
  background: var(--color-grey2);
}
.c-singleResume-resume {
  padding: 24px 32px;
  background: var(--color-white);
  border: 1px solid var(--color-grey1);
  border-top: none;
  border-radius: 0 0 16px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-grey3);
}
.c-singleResume-resume > a {
  display: block;
}
.c-singleResume-resume > a[data-type=h2] {
  color: var(--color-dark);
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
}
.c-singleResume-resume > a[data-type=h2]:first-child {
  margin-top: 0;
}
.c-singleResume-resume > a[data-type=h4], .c-singleResume-resume > a[data-type=h5] {
  position: relative;
  padding-left: 20px;
}
.c-singleResume-resume > a[data-type=h4]:before, .c-singleResume-resume > a[data-type=h5]:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.c-singleResume-resume > a[data-type=h5] {
  margin-left: 10px;
}
.c-singleResume-resume strong {
  color: var(--color-dark);
}
.c-singleResume-resume p {
  padding-top: 16px;
}
.c-singleResume-resume p:first-child {
  padding-top: 0;
}
.c-singleResume-link {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
  background: rgba(13, 13, 13, 0.08);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.c-singleResume-link-image {
  width: 54px;
  flex-shrink: 0;
  position: relative;
}
.c-singleResume-link-image img {
  width: 54px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 4px;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 999px) {
  .c-singleResume {
    display: none;
  }
}

.c-cmsAccordions {
  --item-border: var(--color-grey4);
  --item-text: var(--color-white);
  --item-image-rotate: 0deg;
}
.c-cmsAccordions[data-bg=white] {
  --item-border: var(--color-grey1);
  --item-text: var(--color-grey3);
}
.c-cmsAccordions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-wrapper {
    gap: 32px;
  }
}
.c-cmsAccordions-item {
  position: relative;
  border-bottom: 1px solid var(--item-border);
}
.c-cmsAccordions-item:first-child {
  border-top: 1px solid var(--item-border);
}
@media screen and (min-width: 1000px) {
  .c-cmsAccordions-item:nth-child(4n+1) {
    --item-image-rotate: -5deg;
  }
  .c-cmsAccordions-item:nth-child(4n+2) {
    --item-image-rotate: 3deg;
  }
  .c-cmsAccordions-item:nth-child(4n+3) {
    --item-image-rotate: -2deg;
  }
  .c-cmsAccordions-item:nth-child(4n+4) {
    --item-image-rotate: 5deg;
  }
}
.c-cmsAccordions-item-trigger {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
  width: 100%;
  padding-block: 32px;
}
.c-cmsAccordions-item-trigger[aria-expanded=true] {
  padding-block-end: 16px;
}
.c-cmsAccordions-item-trigger[aria-expanded=true] .icon svg {
  transform: rotate(-135deg);
}
.c-cmsAccordions-item-trigger .title {
  font-weight: 300;
  font-size: 22px;
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-item-trigger .title {
    font-size: 18px;
  }
}
.c-cmsAccordions-item-trigger .count {
  width: 44px;
  font-weight: 300;
  font-size: 12px;
  color: var(--item-text);
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-item-trigger .count {
    width: 32px;
  }
}
.c-cmsAccordions-item-trigger .icon {
  position: absolute;
  bottom: 32px;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.c-cmsAccordions-item-trigger svg {
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.c-cmsAccordions-item-trigger svg [fill] {
  fill: var(--color-acidgreen);
}
.c-cmsAccordions-item-trigger svg [stroke] {
  stroke: var(--color-acidgreen);
}
.c-cmsAccordions-item-trigger:hover .icon {
  background: var(--color-acidgreen);
}
.c-cmsAccordions-item-trigger:hover .icon svg [fill] {
  fill: var(--color-dark);
}
.c-cmsAccordions-item-content {
  padding-inline-start: 44px;
  margin-block-end: 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--color-grey2);
  max-width: calc(90% + 44px);
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-item-content {
    max-width: 100%;
    padding-inline: 32px;
  }
}
.c-cmsAccordions-item-content[aria-expanded=false] {
  display: none;
}
.c-cmsAccordions-item-content[aria-expanded=true] {
  display: block;
}
[data-bg=white] .c-cmsAccordions-item-content {
  color: var(--color-grey3);
}
@media screen and (min-width: 1000px) {
  .c-cmsAccordions-item .animating {
    opacity: 1;
    translate: 0 -40px;
    transition: 0.5s ease-out;
  }
}
.c-cmsAccordions-item:has(.c-cmsAccordions-item-image) .c-cmsAccordions-item-text {
  width: calc(50% + 44px);
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-item:has(.c-cmsAccordions-item-image) .c-cmsAccordions-item-text {
    width: 100%;
  }
}
.c-cmsAccordions-item-inner {
  display: flex;
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-item-inner {
    display: block;
  }
}
.c-cmsAccordions-item-image {
  flex: 1;
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-item-image {
    flex: auto;
    width: 100%;
    margin-block-start: 16px;
  }
}
.c-cmsAccordions-item-image-wrapper {
  width: 360px;
  aspect-ratio: 360/240;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  opacity: 0;
  translate: 0 -30px;
  rotate: var(--item-image-rotate);
}
@media screen and (max-width: 999px) {
  .c-cmsAccordions-item-image-wrapper {
    translate: 0;
    opacity: 1;
  }
}
.c-cmsAccordions-item-image img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-cmsButton-wrapper {
  display: flex;
}
.c-cmsButton-wrapper[data-align=center] {
  justify-content: center;
}
.c-cmsButton-wrapper[data-align=right] {
  justify-content: flex-end;
}

.c-cmsCenteredText-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.c-cmsCenteredText-text {
  color: var(--color-grey2);
  font-weight: 300;
}
[data-bg=white] .c-cmsCenteredText-text {
  color: var(--color-grey3);
}

.c-cmsContactImage-title {
  margin-block-end: 32px;
  display: block;
}
@media screen and (max-width: 999px) {
  .c-cmsContactImage-title {
    line-height: 1.5;
  }
}
.c-cmsContactImage-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 999px) {
  .c-cmsContactImage-wrapper {
    flex-wrap: wrap;
  }
}
.c-cmsContactImage-left p {
  padding-bottom: 8px;
}
@media screen and (max-width: 999px) {
  .c-cmsContactImage-right {
    width: 100%;
  }
}
.c-cmsContactImage-image {
  width: 320px;
  height: 250px;
  aspect-ratio: 320/250;
}
@media screen and (max-width: 999px) {
  .c-cmsContactImage-image {
    width: 100%;
    height: auto;
  }
}
.c-cmsContactImage-image img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-cmsExpertTestimonial {
  color: var(--color-dark);
}
.c-cmsExpertTestimonial-wrapper {
  display: flex;
}
@media screen and (max-width: 999px) {
  .c-cmsExpertTestimonial-wrapper {
    flex-direction: column;
    height: auto;
  }
}
.c-cmsExpertTestimonial-title {
  background: var(--color-white);
  border-radius: 10px;
  width: 26%;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .c-cmsExpertTestimonial-title {
    width: 100%;
  }
}
.c-cmsExpertTestimonial-title-wrapper {
  padding: 14%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 999px) {
  .c-cmsExpertTestimonial-title-wrapper {
    padding: 24px;
  }
}
.c-cmsExpertTestimonial-content {
  position: relative;
  flex-grow: 1;
  background: var(--color-white);
  border-radius: 10px;
  color: var(--color-dark);
}
.c-cmsExpertTestimonial-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  background: repeating-linear-gradient(to top, var(--color-grey1) 0px, var(--color-grey1) 6px, transparent 6px, transparent 12px);
  left: -1px;
  top: 10px;
}
@media screen and (max-width: 999px) {
  .c-cmsExpertTestimonial-content:before {
    width: calc(100% - 20px);
    height: 1px;
    top: -1px;
    left: 10px;
    background: repeating-linear-gradient(to right, var(--color-grey1) 0px, var(--color-grey1) 6px, transparent 6px, transparent 12px);
  }
}
.c-cmsExpertTestimonial-content-wrapper {
  padding: 5% 9%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
}
@media screen and (max-width: 999px) {
  .c-cmsExpertTestimonial-content-wrapper {
    flex-wrap: wrap;
    padding: 24px;
    gap: 40px;
  }
}
.c-cmsExpertTestimonial-content-expert {
  text-align: center;
  padding-inline: 32px;
}
@media screen and (max-width: 999px) {
  .c-cmsExpertTestimonial-content-expert {
    padding-block: 0;
    margin: auto;
  }
}
.c-cmsExpertTestimonial-content-expert .image {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.c-cmsExpertTestimonial-content-expert .image img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-cmsExpertTestimonial-content-expert .name {
  font-weight: 700;
  line-height: 1.5;
}
.c-cmsExpertTestimonial-content-expert .function {
  font-weight: 300;
  font-size: 14px;
  color: var(--color-grey3);
}
.c-cmsExpertTestimonial-content-testimonial {
  position: relative;
}
.c-cmsExpertTestimonial-content-testimonial .text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
}
.c-cmsExpertTestimonial-content-testimonial svg {
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .c-cmsExpertTestimonial-content-testimonial svg {
    top: -20px;
    left: -20px;
  }
}

.c-cmsImageBanner-link {
  display: block;
}
.c-cmsImageBanner-link:hover picture {
  transform: rotate(-0.2deg);
}
.c-cmsImageBanner-wrapper picture {
  display: block;
  transition: 0.4s;
}
.c-cmsImageBanner-wrapper picture img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.c-cmsImagesSlider {
  padding-inline: 0;
}
.c-cmsImagesSlider-wrapper {
  margin-inline: -20px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .c-cmsImagesSlider-wrapper {
    margin-inline: -16px;
  }
}
.c-cmsImagesSlider .swiper {
  overflow: visible;
}
.c-cmsImagesSlider .swiper-slide {
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-cmsImagesSlider .swiper-slide img {
    height: 300px;
  }
  .c-cmsImagesSlider .swiper-slide[data-size=big] img {
    height: 400px;
  }
}
.c-cmsImagesSlider .swiper-slide img {
  max-width: 100%;
  border-radius: 16px;
  width: auto;
}

.c-cmsImageText-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 120px;
}
@media screen and (max-width: 1199px) {
  .c-cmsImageText-wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsImageText-wrapper {
    flex-direction: column;
  }
}
.c-cmsImageText-wrapper[data-align=right] {
  flex-direction: row-reverse;
}
.c-cmsImageText-img {
  width: 400px;
}
@media screen and (max-width: 999px) {
  .c-cmsImageText-img {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .c-cmsImageText-img {
    width: 100%;
  }
}
.c-cmsImageText-img [href]:hover img {
  transform: rotate(2deg);
}
.c-cmsImageText-img img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
  transition: transform 0.2s linear;
}
.c-cmsImageText-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-cmsImageText-content {
    width: 100%;
  }
}
.c-cmsImageText-content-item {
  margin-block-end: 40px;
}
.c-cmsImageText-content-item:last-child {
  margin-block-end: 0;
}
.c-cmsImageText-title {
  margin-block-end: 16px;
}
.c-cmsImageText-badges {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.c-cmsImageText-iconText {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 14px;
  border-top: 1px solid var(--color-grey1);
}
.c-cmsImageText-iconText:last-child {
  border-bottom: 1px solid var(--color-grey1);
}
.c-cmsImageText-iconText .icon {
  width: 30px;
  height: 30px;
}
.c-cmsImageText-iconText .icon img {
  object-fit: contain;
}
.c-cmsImageText-iconText .text {
  font-weight: 700;
  font-size: 14px;
}

.c-cmsKeynumbers {
  --item-column-gap: 64px;
}
@media screen and (max-width: 999px) {
  .c-cmsKeynumbers {
    --item-column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsKeynumbers {
    --item-column-gap: 24px;
  }
}
.c-cmsKeynumbers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 24px;
  -moz-column-gap: var(--item-column-gap);
       column-gap: var(--item-column-gap);
}
.c-cmsKeynumbers-item {
  flex: 0 1 calc(25% - var(--item-column-gap) * 3 / 4);
  text-align: center;
}
@media screen and (max-width: 999px) {
  .c-cmsKeynumbers-item {
    flex: 0 1 calc(33.3333333333% - var(--item-column-gap) * 2 / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-cmsKeynumbers-item {
    flex: 1 1 calc(50% - var(--item-column-gap) / 2);
  }
}
.c-cmsKeynumbers-item .item-text {
  font-weight: 300;
  color: var(--color-grey2);
}
[data-bg=white] .c-cmsKeynumbers-item .item-text {
  color: var(--color-grey3);
}
.c-cmsKeynumbers[data-displaytype=usecase] {
  border-bottom: 1px solid var(--color-grey2);
}
.c-cmsKeynumbers[data-displaytype=usecase]:after {
  display: none !important;
}

/* exception */
.c-cmsIntroTextIcons[data-bg=white] + .c-cmsKeynumbers[data-bg=white][data-displaytype=default] {
  padding-bottom: 0;
}

.c-cmsListOfLinks {
  --item-border: var(--color-grey4);
  --item-text: var(--color-white);
}
.c-cmsListOfLinks[data-bg=white] {
  --item-border: var(--color-grey1);
  --item-text: var(--color-grey3);
}
.c-cmsListOfLinks-wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .c-cmsListOfLinks-wrapper {
    flex-wrap: wrap;
  }
}
.c-cmsListOfLinks-left {
  width: 300px;
}
@media screen and (max-width: 999px) {
  .c-cmsListOfLinks-left {
    width: 100%;
  }
}
.c-cmsListOfLinks-right {
  flex: 1;
}
@media screen and (max-width: 999px) {
  .c-cmsListOfLinks-right {
    flex: auto;
    width: 100%;
  }
}
.c-cmsListOfLinks-link {
  display: block;
  padding: 32px 8px 32px 0;
  border-top: 1px solid var(--item-border);
  font-weight: 300;
}
.c-cmsListOfLinks-link:last-child {
  border-bottom: 1px solid var(--item-border);
}
.c-cmsListOfLinks-link:hover .hover-text {
  opacity: 1;
}
.c-cmsListOfLinks-link .hover-text,
.c-cmsListOfLinks-link .count {
  font-size: 12px;
  color: var(--item-text);
  white-space: nowrap;
  line-height: 1.2;
}
.c-cmsListOfLinks-link .hover-text {
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 999px) {
  .c-cmsListOfLinks-link .hover-text {
    opacity: 1;
  }
}
.c-cmsListOfLinks-link .hover-text svg {
  margin-inline-start: 6px;
}
.c-cmsListOfLinks-link .hover-text svg [fill] {
  fill: var(--item-text);
}
.c-cmsListOfLinks-link .title {
  font-size: 22px;
}
@media screen and (max-width: 999px) {
  .c-cmsListOfLinks-link .title {
    font-size: 18px;
  }
}
.c-cmsListOfLinks-link .item-image {
  display: block;
  position: fixed;
  pointer-events: none;
  z-index: -1;
  scale: 0;
  width: 360px;
  height: 240px;
  aspect-ratio: 360/240;
  translate: 10px 0;
}
.c-cmsListOfLinks-link .item-image[data-show=true] {
  scale: 1;
  z-index: 11;
}
@media screen and (max-width: 999px) {
  .c-cmsListOfLinks-link .item-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    translate: 0;
    scale: 1;
    z-index: 1;
    margin-block-start: 16px;
  }
}
.c-cmsListOfLinks-link .item-image img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .c-cmsListOfLinks-link:nth-child(4n+1) .item-image {
    rotate: -5deg;
  }
  .c-cmsListOfLinks-link:nth-child(4n+2) .item-image {
    rotate: 3deg;
  }
  .c-cmsListOfLinks-link:nth-child(4n+3) .item-image {
    rotate: -2deg;
  }
  .c-cmsListOfLinks-link:nth-child(4n+4) .item-image {
    rotate: 5deg;
  }
}
.c-cmsListOfLinks-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .c-cmsListOfLinks-content {
    gap: 16px;
  }
}

.c-cmsLogosClients {
  margin-top: -1px;
}
.c-cmsLogosClients-slider {
  padding-top: 46px;
  --swiper-scrollbar-size: 2px;
}
.c-cmsLogosClients-slider.swiper-initialized .c-cmsLogosClients-sliderWrapper {
  gap: 0;
  justify-content: unset;
}
.c-cmsLogosClients-sliderWrapper {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.c-cmsLogosClients-sliderScrollbar {
  margin-top: 30px;
}
.c-cmsLogosClients-slide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
  width: auto;
  min-width: 100%;
}
.c-cmsLogosClients-slide > a, .c-cmsLogosClients-slide > div {
  min-width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  height: 100px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
.c-cmsLogosClients-slide > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.c-cmsLogosClients-slide > a > span span {
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  color: var(--color-grey3);
  transition: max-width 0.3s linear;
}
.c-cmsLogosClients-slide > a:hover > span span {
  max-width: 120px;
}
.c-cmsLogosClients-slide-logo {
  height: 28px;
  max-width: 100%;
}
.c-cmsLogosClients-slide-logo img {
  height: 28px;
  width: auto;
  object-fit: contain;
}
.c-cmsLogosClients[data-bg=white] .c-cmsLogosClients-slide > a, .c-cmsLogosClients[data-bg=white] .c-cmsLogosClients-slide > div {
  background: var(--color-white);
}
@media screen and (max-width: 999px) {
  .c-cmsLogosClients-slider {
    padding-top: 26px;
  }
}

.c-cmsNews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 30px;
}
.c-cmsNews-list {
  --swiper-scrollbar-size: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-cmsNews-list.swiper-initialized .c-cmsNews-listWrapper {
  gap: 0;
  justify-content: unset;
}
.c-cmsNews-listWrapper {
  display: flex;
  align-items: center;
  gap: 140px;
}
.c-cmsNews-listWrapper > div {
  width: calc(50% - 70px);
}
.c-cmsNews-sliderScrollbar {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .c-cmsNews-listWrapper {
    gap: 60px;
  }
  .c-cmsNews-listWrapper > div {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 999px) {
  .c-cmsNews-listWrapper {
    gap: 40px;
  }
  .c-cmsNews-listWrapper > div {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .c-cmsNews-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.c-cmsPushDiscover {
  --item-border: var(--color-grey4);
}
.c-cmsPushDiscover[data-bg=white] {
  --item-border: var(--color-grey1);
}
.c-cmsPushDiscover-content {
  display: block;
}
.c-cmsPushDiscover-content:hover .c-cmsPushDiscover-title span {
  transform: rotate(0deg);
}
.c-cmsPushDiscover-content:hover .c-miniLink span {
  animation: slide-text 0.5s ease forwards;
}
.c-cmsPushDiscover-inner {
  padding-block: 32px;
  border-block: 1px solid var(--item-border);
}
.c-cmsPushDiscover-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-block-end: 16px;
}
.c-cmsPushDiscover-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--color-acidgreen);
  transform: rotate(-15deg);
  transition: transform 0.2s linear;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
}
.c-cmsPushDiscover-title span svg {
  width: 9px;
  height: 9px;
}
.c-cmsPushDiscover-badges {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin-block-end: 16px;
}
.c-cmsPushDiscover-subtitle {
  margin-block-end: 40px;
}
.c-cmsPushDiscover-image {
  display: block;
  position: fixed;
  pointer-events: none;
  z-index: -1;
  scale: 0;
  width: 360px;
  height: 240px;
  aspect-ratio: 360/240;
  rotate: 3deg;
  translate: 10px 20px;
}
.c-cmsPushDiscover-image[data-show=true] {
  scale: 1;
  z-index: 11;
}
@media screen and (max-width: 999px) {
  .c-cmsPushDiscover-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    scale: 1;
    z-index: 1;
    margin-block-start: 16px;
    rotate: 0deg;
  }
}
.c-cmsPushDiscover-image img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-cmsPushsIcons {
  --item-border: var(--color-grey4);
  --item-text: var(--color-grey2);
}
.c-cmsPushsIcons[data-bg=white] {
  --item-border: var(--color-grey1);
  --item-text: var(--color-grey3);
}
.c-cmsPushsIcons-head {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 40px;
}
@media screen and (max-width: 999px) {
  .c-cmsPushsIcons-head {
    flex-wrap: wrap;
    margin-block-end: 24px;
  }
}
.c-cmsPushsIcons-head-left {
  flex: 4;
}
@media screen and (max-width: 999px) {
  .c-cmsPushsIcons-head-left {
    flex: auto;
    width: 100%;
  }
}
.c-cmsPushsIcons-head-right {
  flex: 1;
  text-align: end;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .c-cmsPushsIcons-head-right {
    flex: auto;
    width: 100%;
    text-align: start;
  }
}
.c-cmsPushsIcons-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-cmsPushsIcons-push {
  border: 1px solid var(--item-border);
  border-radius: 12px;
  padding: 36px;
  flex: 1 1 calc(25% - 8px);
}
@media screen and (max-width: 1199px) {
  .c-cmsPushsIcons-push {
    flex: 1 1 calc(33% - 8px);
  }
}
@media screen and (max-width: 999px) {
  .c-cmsPushsIcons-push {
    padding: 16px;
    flex: 1 1 calc(50% - 8px);
  }
}
@media screen and (max-width: 884px) {
  .c-cmsPushsIcons-push {
    flex: 1 1 100%;
  }
}
.c-cmsPushsIcons-push .push-icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 24px;
}
@media screen and (max-width: 884px) {
  .c-cmsPushsIcons-push .push-icon {
    margin-block-end: 16px;
  }
}
.c-cmsPushsIcons-push .push-icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.c-cmsPushsIcons-push .push-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-block-end: 8px;
}
.c-cmsPushsIcons-push .push-text {
  color: var(--item-text);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.c-cmsPushsIcons-push .push-text ul,
.c-cmsPushsIcons-push .push-text ol {
  list-style: initial;
  padding-inline-start: 20px;
  margin-block-start: 8px;
}

.c-cmsLogosPartners-title {
  margin-block-end: 40px;
}
.c-cmsLogosPartners-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-cmsLogosPartners-sections .u-subtitle {
  margin-block-end: 16px;
}
.c-cmsLogosPartners-listWrapper {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-cmsLogosPartners-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  width: calc(16.6666666667% - 6.6666666667px);
  height: auto;
  max-height: 120px;
  aspect-ratio: 200/100;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
.c-cmsLogosPartners-partner-logo {
  height: 35px;
  max-width: calc(100% - 32px);
}
.c-cmsLogosPartners-partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.c-cmsLogosPartners-partner[href] > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.c-cmsLogosPartners-partner[href] > span span {
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  color: var(--color-grey3);
  transition: max-width 0.3s linear;
}
.c-cmsLogosPartners-partner[href]:hover > span span {
  max-width: 120px;
}
[data-bg=white] .c-cmsLogosPartners-partner {
  background: var(--color-white);
}
@media screen and (max-width: 999px) {
  .c-cmsLogosPartners-listWrapper {
    gap: 6px;
    justify-content: center;
  }
}

.c-cmsTestimonialSlider-title {
  padding-bottom: 40px;
}
.c-cmsTestimonialSlider-listWrapper {
  display: flex;
  gap: 24px;
}
.c-cmsTestimonialSlider-listWrapper > div {
  flex: 1 1;
  height: auto;
}
@media screen and (max-width: 999px) {
  .c-cmsTestimonialSlider-listWrapper {
    flex-wrap: wrap;
  }
  .c-cmsTestimonialSlider-listWrapper > div {
    flex: unset;
    width: 100%;
  }
}

.c-cmsTestimonialClient-wrapper {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media screen and (max-width: 1199px) {
  .c-cmsTestimonialClient-wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsTestimonialClient-wrapper {
    flex-direction: column;
  }
}
.c-cmsTestimonialClient-media {
  width: calc(50% - 120px);
}
@media screen and (max-width: 1199px) {
  .c-cmsTestimonialClient-media {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .c-cmsTestimonialClient-media {
    width: 100%;
  }
}
.c-cmsTestimonialClient-image {
  position: relative;
  width: 400px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 400/520;
  border-radius: 16px;
  overflow: hidden;
}
.c-cmsTestimonialClient-image .image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.c-cmsTestimonialClient-image .cover {
  position: relative;
  width: 100%;
  outline: none;
}
.c-cmsTestimonialClient-image .cover::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(var(--color-dark-rgb), 0.16);
  z-index: 1;
}
.c-cmsTestimonialClient-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.c-cmsTestimonialClient-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 999px) {
  .c-cmsTestimonialClient-content {
    gap: 24px;
  }
}
.c-cmsTestimonialClient-testimonial {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 999px) {
  .c-cmsTestimonialClient-testimonial {
    gap: 16px;
  }
}
.c-cmsTestimonialClient-testimonial .icon {
  display: block;
}
.c-cmsTestimonialClient-testimonial .text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .c-cmsTestimonialClient-testimonial .text {
    font-size: 18px;
  }
}
.c-cmsTestimonialClient-testimonial .author {
  font-weight: 300;
  font-size: 16px;
}
.c-cmsTestimonialClient-testimonial .function {
  color: var(--color-grey2);
}
[data-bg=white] .c-cmsTestimonialClient-testimonial .function {
  color: var(--color-grey3);
}

.c-cmsSocialMediaImages {
  position: relative;
}
.c-cmsSocialMediaImages-wrapper {
  text-align: center;
  overflow: hidden;
}
.c-cmsSocialMediaImages-title {
  display: block;
  padding-bottom: 16px;
  padding-top: 64px;
}
.c-cmsSocialMediaImages-slider .swiper-slide {
  height: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cmsSocialMediaImages-slider picture {
  background: var(--color-dark);
  border-radius: 16px;
}
.c-cmsSocialMediaImages-slider img {
  border-radius: 16px;
  object-fit: cover;
  width: 130px;
  height: 164px;
  transition: all 0.2s linear;
  opacity: 0.3;
}
.c-cmsSocialMediaImages-slider .swiper-slide-prev img,
.c-cmsSocialMediaImages-slider .swiper-slide-next img {
  width: 180px;
  height: 226px;
  opacity: 1;
}
.c-cmsSocialMediaImages-slider .swiper-slide-active img {
  width: 220px;
  height: 276px;
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .c-cmsSocialMediaImages-title {
    padding-top: 32px;
  }
}

.c-cmsTechnologies {
  --item-border: var(--color-grey4);
  --item-text: var(--color-grey2);
}
.c-cmsTechnologies[data-bg=white] {
  --item-border: var(--color-grey1);
  --item-text: var(--color-grey3);
}
.c-cmsTechnologies-title {
  margin-block-end: 40px;
}
@media screen and (max-width: 999px) {
  .c-cmsTechnologies-title {
    margin-block-end: 24px;
  }
}
.c-cmsTechnologies-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-cmsTechnologies-col {
  width: calc(25% - 8px);
}
@media screen and (max-width: 1199px) {
  .c-cmsTechnologies-col {
    width: calc(33% - 8px);
  }
}
@media screen and (max-width: 999px) {
  .c-cmsTechnologies-col {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 884px) {
  .c-cmsTechnologies-col {
    width: 100%;
  }
}
.c-cmsTechnologies-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--item-border);
  border-radius: 12px;
  padding: 36px;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
@media screen and (max-width: 1299px) {
  .c-cmsTechnologies-item {
    padding: 24px;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsTechnologies-item {
    padding: 16px;
  }
}
.c-cmsTechnologies-item .item-icon {
  width: 45px;
  height: 45px;
  margin-block-end: 40px;
}
@media screen and (max-width: 884px) {
  .c-cmsTechnologies-item .item-icon {
    margin-block-end: 24px;
  }
}
.c-cmsTechnologies-item .item-icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: center center;
}
.c-cmsTechnologies-item .item-title {
  font-size: 20px;
  font-weight: 700;
  margin-block: auto 8px;
}
.c-cmsTechnologies-item .item-text {
  color: var(--item-text);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin-block-end: 20px;
}
@media screen and (max-width: 884px) {
  .c-cmsTechnologies-item .item-text {
    margin-block-end: 16px;
  }
}
.c-cmsTechnologies-item .item-logo {
  margin-block-start: auto;
  width: 130px;
  height: 32px;
}
.c-cmsTechnologies-item .item-logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: left center;
}
.c-cmsTechnologies-more {
  --gradient-color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1px;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 266px;
}
.c-cmsTechnologies-more:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: transform 0.2s ease-in;
  aspect-ratio: 1/1;
  width: 110%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 20deg at 50% 50%, var(--gradient-color) 0deg, var(--gradient-color) 20deg, rgba(75, 249, 162, 0.6) 40deg, rgba(75, 249, 162, 0.85) 55deg, rgb(75, 249, 162) 70deg, rgba(75, 249, 162, 0.85) 95deg, rgba(75, 249, 162, 0.6) 100deg, var(--gradient-color) 120deg, var(--gradient-color) 370deg);
}
[data-bg=white] .c-cmsTechnologies-more {
  --gradient-color: var(--color-grey1);
}
[data-bg=white] .c-cmsTechnologies-more .more-inner {
  background: var(--color-white) url("../img/pattern-white.png");
}
.c-cmsTechnologies-more .more-inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 36px;
  border-radius: 12px;
  background: var(--color-dark) url("../img/pattern-dark.png");
  min-height: 320px;
}
@media screen and (max-width: 1299px) {
  .c-cmsTechnologies-more .more-inner {
    padding: 24px;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsTechnologies-more .more-inner {
    padding: 16px;
  }
}
.c-cmsTechnologies-more .more-title {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .c-cmsTechnologies-more .more-title {
    font-size: 38px;
  }
}
.c-cmsTechnologies-more .more-title .title {
  flex: 1;
}
.c-cmsTechnologies-more .more-bottom {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media screen and (max-width: 884px) {
  .c-cmsTechnologies-more .more-bottom {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.c-cmsTechnologies-more .more-text {
  flex: 1;
  color: var(--color-grey2);
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 884px) {
  .c-cmsTechnologies-more .more-text {
    flex: auto;
  }
}

.c-cmsForm-wrapper {
  position: relative;
  background: var(--color-white);
  border-radius: 16px;
  display: flex;
  color: var(--color-dark);
}
.c-cmsForm-title {
  display: block;
}
.c-cmsForm-head {
  padding: 80px;
  border-right: 1px solid var(--color-grey2);
  width: 36%;
  flex-shrink: 0;
}
.c-cmsForm-head svg {
  margin-bottom: 16px;
}
.c-cmsForm-form {
  flex-grow: 1;
  padding: 80px;
}
@media screen and (max-width: 1199px) {
  .c-cmsForm-head {
    padding: 40px;
  }
  .c-cmsForm-form {
    padding: 40px;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsForm-wrapper {
    flex-direction: column;
  }
  .c-cmsForm-head {
    width: 100%;
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid var(--color-grey2);
  }
  .c-cmsForm-form {
    padding: 24px;
  }
}

.c-cmsUseCases-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.c-cmsUseCases-title {
  padding-bottom: 24px;
  display: block;
}
.c-cmsUseCases-col1 {
  flex-shrink: 0;
  width: 46%;
}
.c-cmsUseCases-col2 {
  flex-grow: 1;
}
.c-cmsUseCases-usecase1 {
  padding: 80px 110px 0 110px;
}
.c-cmsUseCases-usecase2 {
  padding: 0 78px 0 78px;
}
@media screen and (max-width: 1199px) {
  .c-cmsUseCases-usecase1 {
    padding: 40px 60px 0 60px;
  }
  .c-cmsUseCases-usecase2 {
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsUseCases-usecase1 {
    padding: 24px 20px 0 20px;
  }
  .c-cmsUseCases-usecase2 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsUseCases-wrapper {
    flex-direction: column;
  }
  .c-cmsUseCases-col1 {
    width: 100%;
  }
  .c-cmsUseCases-usecase1 {
    padding: 24px 0;
  }
  .c-cmsUseCases-usecase2 {
    padding: 0;
  }
}

.c-cmsUseCasesKeynumber-banner {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 450px;
  padding: 0 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesKeynumber-banner {
    padding: 40px;
    align-items: flex-start;
  }
}
.c-cmsUseCasesKeynumber-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-cmsUseCasesKeynumber-cover::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(var(--color-dark-rgb), 0.16);
  z-index: 1;
  pointer-events: none;
}
.c-cmsUseCasesKeynumber-cover img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.c-cmsUseCasesKeynumber-content {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .c-cmsUseCasesKeynumber-content {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesKeynumber-content {
    gap: 32px;
  }
}
.c-cmsUseCasesKeynumber-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesKeynumber-title {
    font-size: 22px;
  }
}
.c-cmsUseCasesKeynumber-number {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesKeynumber-number {
    font-size: 64px;
  }
}
.c-cmsUseCasesKeynumber-text {
  font-size: 16px;
  font-weight: 300;
}

.c-cmsUseCasesSlider {
  position: relative;
}
.c-cmsUseCasesSlider-title {
  margin-block-end: 48px;
  padding-inline: 60px;
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesSlider-title {
    margin-block-end: 24px;
    padding-inline: 8px;
  }
}
.c-cmsUseCasesSlider-sliderWrapper {
  margin-inline: -40px;
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesSlider-sliderWrapper {
    margin-inline: -24px;
  }
}
.c-cmsUseCasesSlider .swiper {
  padding-inline: 40px;
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesSlider .swiper {
    padding-inline: 24px;
  }
}
.c-cmsUseCasesSlider-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  border-radius: 16px;
  color: var(--color-white);
  transition: width 0.3s ease;
}
.c-cmsUseCasesSlider-slide-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-cmsUseCasesSlider-slide-cover:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.c-cmsUseCasesSlider-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cmsUseCasesSlider-slide-ctn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 50px 80px;
  width: 100%;
}
.c-cmsUseCasesSlider-slide-ctn > img {
  max-height: 30px;
  width: auto;
  margin-block-end: 16px;
}
.c-cmsUseCasesSlider-slide-title {
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 730px;
  margin-block-end: 8px;
}
.c-cmsUseCasesSlider-slide-title span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-acidgreen);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -5px) rotate(-15deg);
  transition: transform 0.2s linear;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
}
.c-cmsUseCasesSlider-slide-title span svg {
  width: 10px;
  height: 10px;
}
.c-cmsUseCasesSlider-slide-title:hover span {
  transform: translate(0, -5px) rotate(0deg);
}
.c-cmsUseCasesSlider-slide-footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.c-cmsUseCasesSlider-slide-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.c-cmsUseCasesSlider-sliderScrollbar {
  margin-top: 24px;
}
.c-cmsUseCasesSlider .swiper-slide {
  transition: transform 0.3s ease;
}
.c-cmsUseCasesSlider-sliderButton {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 80px;
  height: 100%;
  cursor: pointer;
  padding: 0;
}
.c-cmsUseCasesSlider-sliderButton[data-nav=left] {
  left: 0;
}
.c-cmsUseCasesSlider-sliderButton[data-nav=right] {
  right: 0;
}
.c-cmsUseCasesSlider-sliderButton.swiper-button-disabled {
  pointer-events: none;
}
.swiper:has(.c-cmsUseCasesSlider-sliderButton[data-nav=left]:hover) .swiper-slide-active .c-cmsUseCasesSlider-slide {
  width: 95%;
  margin-left: auto;
}
.swiper:has(.c-cmsUseCasesSlider-sliderButton[data-nav=left]:hover) .swiper-slide:has(+ .swiper-slide-active) {
  transform: translateX(5%);
}
.swiper:has(.c-cmsUseCasesSlider-sliderButton[data-nav=right]:hover) .swiper-slide-active .c-cmsUseCasesSlider-slide {
  width: 95%;
}
.swiper:has(.c-cmsUseCasesSlider-sliderButton[data-nav=right]:hover) .swiper-slide-active + .swiper-slide {
  transform: translateX(-5%);
}
@media screen and (max-width: 1199px) {
  .c-cmsUseCasesSlider-slide-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsUseCasesSlider-sliderButton {
    display: none;
  }
  .c-cmsUseCasesSlider-slide-ctn {
    padding: 40px;
  }
  .c-cmsUseCasesSlider-slide-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .c-cmsUseCasesSlider-slide-title span {
    width: 27px;
    height: 27px;
    transform: translate(0, -3px) rotate(-15deg);
  }
  .c-cmsUseCasesSlider-slide-title:hover span {
    transform: translate(0, -3px) rotate(0);
  }
  .c-cmsUseCasesSlider-slide-footer > a {
    display: none;
  }
}

.c-cmsIntroTextIcons {
  position: relative;
}
.c-cmsIntroTextIcons-bd {
  position: absolute;
  border-top: 1px solid var(--color-grey4);
  border-bottom: 1px solid var(--color-grey4);
  top: 0;
  height: 100%;
  left: 50%;
  width: var(--viewport-width);
  transform: translate(-50%, 0);
  pointer-events: none;
}
.c-cmsIntroTextIcons-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.c-cmsIntroTextIcons-content {
  padding: 40px 7% 40px 7%;
  flex-grow: 1;
}
.c-cmsIntroTextIcons-content > p {
  padding-bottom: 8px;
}
.c-cmsIntroTextIcons-categories {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.c-cmsIntroTextIcons-categories > a {
  flex-shrink: 0;
}
.c-cmsIntroTextIcons-action {
  padding-top: 40px;
}
.c-cmsIntroTextIcons-text {
  padding-top: 32px;
}
.c-cmsIntroTextIcons-colRight {
  width: 35%;
  flex-shrink: 0;
  padding: 40px 7% 40px 7%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.c-cmsIntroTextIcons-colRight:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: calc(100% + var(--block-spacing) * 2 - 1px);
  width: 1px;
  background: var(--color-grey4);
  transform: translate(0, -50%);
}
.c-cmsIntroTextIcons-colRight-subtitle {
  padding-top: 32px;
  font-weight: 700;
}
.c-cmsIntroTextIcons-colRight-subtitle:first-child {
  padding-top: 0;
}
.c-cmsIntroTextIcons-colRight-subtitle + .c-cmsIntroTextIcons-colRight-text {
  padding-top: 8px;
}
.c-cmsIntroTextIcons-colRight-text {
  padding-top: 32px;
  font-size: 14px;
  color: var(--color-grey2);
  line-height: 1.42;
}
.c-cmsIntroTextIcons-colRight-text:first-child {
  padding-top: 0;
}
.c-cmsIntroTextIcons-colRight-categories {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.c-cmsIntroTextIcons-colRight-categories:first-child {
  padding-top: 0;
}
.c-cmsIntroTextIcons-colRight-categories > a {
  flex-shrink: 0;
}
.c-cmsIntroTextIcons-colRight-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding-top: 32px;
}
.c-cmsIntroTextIcons-colRight-icons:first-child {
  padding-top: 0;
}
.c-cmsIntroTextIcons-colRight-icons img {
  max-height: 38px;
  max-width: 122px;
  height: auto;
  width: auto;
  object-fit: contain;
}
.c-cmsIntroTextIcons[data-bg=white]:first-child {
  padding-top: 0;
}
.c-cmsIntroTextIcons[data-bg=white]:first-child .c-cmsIntroTextIcons-bd {
  border-top: none;
}
.c-cmsIntroTextIcons[data-bg=white]:last-child {
  padding-bottom: 0;
}
.c-cmsIntroTextIcons[data-bg=white]:last-child .c-cmsIntroTextIcons-bd {
  border-bottom: none;
}
.c-cmsIntroTextIcons[data-bg=white] .c-cmsIntroTextIcons-colRight:before {
  background: var(--color-grey2);
}
.c-cmsIntroTextIcons[data-bg=white] .c-cmsIntroTextIcons-colRight-text {
  color: var(--color-grey3);
}
.c-cmsIntroTextIcons[data-bg=white] .c-cmsIntroTextIcons-bd {
  border-color: var(--color-grey2);
  width: 100%;
}
@media screen and (max-width: 999px) {
  .c-cmsIntroTextIcons-wrapper {
    flex-direction: column;
  }
  .c-cmsIntroTextIcons-colRight {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .c-cmsIntroTextIcons-colRight:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 1px;
    width: calc(100% + 32px);
    background: var(--color-grey4);
    transform: translate(-50%, 0);
  }
  .c-cmsIntroTextIcons-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .c-cmsIntroTextIcons[data-bg=white]:first-child {
    padding-top: var(--block-spacing);
  }
  .c-cmsIntroTextIcons[data-bg=white]:last-child {
    padding-bottom: var(--block-spacing);
  }
}

.c-postTitleText {
  position: relative;
}
.c-postTitleText-title {
  text-transform: unset;
  padding-bottom: 16px;
}
.c-postTitleText-wrapper {
  position: relative;
}
.c-postTitleText-wrapper > a {
  margin-top: 24px;
}
.c-postTitleText[data-bg=dark]:before {
  content: "";
  display: block;
  position: absolute;
  top: var(--postblock-spacing);
  left: 50%;
  height: calc(100% - var(--postblock-spacing) - var(--postblock-spacing));
  width: calc(var(--viewport-width) + 320px + 80px);
  transform: translate(-50%, 0);
  background: var(--color-dark) url("../img/pattern-dark.png") repeat;
}
.c-postTitleText[data-bg=dark] .c-postTitleText-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}
.c-postTitleText[data-bg=dark] .c-postTitleText-title {
  color: var(--color-white);
}
@media screen and (max-width: 999px) {
  .c-postTitleText[data-bg=dark]:before {
    width: var(--viewport-width);
  }
}

.c-postTitleSimple {
  margin-top: 16px;
}
.c-postTitleSimple:first-child {
  margin-top: 0;
}

.c-postImageSimple {
  width: 100%;
}
.c-postImageSimple-wrapper {
  width: 100%;
}
.c-postImageSimple img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.c-postExpertQuote-wrapper {
  padding-left: 80px;
  border-left: 1px solid var(--color-dark);
}
.c-postExpertQuote-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 16px;
  display: block;
}
.c-postExpertQuote-text {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 300;
}
.c-postExpertQuote-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 24px;
}
.c-postExpertQuote-author img {
  border-radius: 50%;
  object-fit: cover;
}
.c-postExpertQuote-author strong {
  font-weight: 700;
}
.c-postExpertQuote-author strong span {
  padding-top: 2px;
  font-weight: 300;
  display: block;
  font-size: 14px;
  color: var(--color-grey3);
}
@media screen and (max-width: 999px) {
  .c-postExpertQuote-wrapper {
    padding-left: 40px;
  }
  .c-postExpertQuote-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-postExpertQuote-wrapper {
    padding-left: 24px;
  }
}

.c-postButtonSimple-wrapper {
  display: flex;
}
.c-postButtonSimple-wrapper[data-align=center] {
  justify-content: center;
}
.c-postButtonSimple-wrapper[data-align=right] {
  justify-content: flex-end;
}

.c-postImageTextSimple {
  position: relative;
}
.c-postImageTextSimple-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
.c-postImageTextSimple-wrapper[data-align=right] {
  flex-direction: row-reverse;
}
.c-postImageTextSimple-img {
  width: 32%;
  flex-shrink: 0;
}
.c-postImageTextSimple-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.c-postImageTextSimple-title {
  text-transform: unset;
  padding-bottom: 16px;
}
.c-postImageTextSimple-ctn {
  flex-grow: 1;
  position: relative;
}
.c-postImageTextSimple-ctn > a {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-postImageTextSimple-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .c-postImageTextSimple-wrapper[data-align=right] {
    flex-direction: column;
  }
  .c-postImageTextSimple-img {
    width: 100%;
  }
}

.c-postWhitePaper-wrapper {
  border-radius: 16px;
  background: rgba(226, 226, 226, 0.3);
  padding: 8px 48px;
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.c-postWhitePaper-ctn > a {
  font-size: 16px;
}
.c-postWhitePaper-title {
  text-transform: unset;
  padding-bottom: 8px;
  display: block;
}
.c-postWhitePaper-img {
  height: 120px;
  flex-shrink: 0;
}
.c-postWhitePaper-img img {
  height: calc(100% + 24px);
  border-radius: 16px;
  width: auto;
  transform: translate(0, -12px) rotate(5deg);
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  image-rendering: smooth;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 767px) {
  .c-postWhitePaper-wrapper {
    flex-direction: column-reverse;
    padding: 8px 24px 24px 24px;
  }
}

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