@charset "UTF-8";
:root {
  --ff: "Inter", sans-serif;
  --fz-body: 18px;
  --lh-body: 28px;
  --clr-black: #222222;
  --clr-accent: #247345;
  --clr-secondary: #7A7A7A;
  --clr-lightgreen: #81C89E;
  --clr-grey-bg: #F7F7F7;
  --clr-border: #CCCCCC;
  --clr-fpc-black: #222222;
  --clr-fpc-green: #247345;
  --clr-fpc-violet: #672D90;
  --clr-fpc-blue: #3A36AD;
  --container: 1470px;
  --default-shadow: 0 0 4px rgba(0,0,0, .3);
  --default-transition-timing: .2s ease-in-out;
  --default-border-radius: 16px;
  --thumb-border-radius: 8px;
  --hh: 75px;
}
@media (max-width: 991.98px) {
  :root {
    --hh: 54px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --default-border-radius: 12px;
    --thumb-border-radius: 5px;
    --fz-body: 16px;
    --lh-body:26px;
  }
}

#cookie-notice {
  max-width: 420px !important;
  min-width: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 86, 125, 0.2) !important;
}
@media (max-width: 450px) {
  #cookie-notice {
    max-width: calc(100% - 30px);
    right: 15px;
    bottom: 15px;
  }
}

.cookie-notice-container {
  text-align: right;
}

#cn-close-notice {
  top: 20px !important;
  right: 10px !important;
}

#cn-notice-text {
  font-size: 16px;
  font-family: var(--ff);
  text-align: left;
}
#cn-notice-text a {
  color: var(--clr-accent);
  text-decoration: underline;
}

#cn-notice-buttons a {
  color: #fff !important;
  background-color: #222222 !important;
  min-width: 120px;
  border-radius: 32px !important;
  padding: 13px 12px !important;
}

.page-404 {
  min-height: calc(100svh - var(--hh));
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 1600px;
  background-position: top -800px right -800px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .page-404 {
    padding: 40px 0;
  }
  .page-404 a.bttn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 420px;
  }
}
.page-404__content > svg {
  max-width: 100%;
}
.page-404 > .container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-404__title {
  text-transform: uppercase;
  color: var(--clr-accent);
  font-size: 40px;
  line-height: 52px;
  margin: 17px 0 36px;
}
.page-404__deco {
  display: block;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-position: center;
}
.page-404__deco--topright {
  top: 65px;
  right: 147px;
  width: 46px;
  height: 46px;
  background-image: url("img/404/top-right.png");
}
@media (max-width: 767.98px) {
  .page-404__deco--topright {
    display: none;
  }
}
.page-404__deco--topleft {
  top: 95px;
  left: 14px;
  width: 84px;
  height: 84px;
  background-image: url("img/404/top-left.png");
}
@media (max-width: 767.98px) {
  .page-404__deco--topleft {
    width: 118px;
    height: 118px;
    top: 20px;
    left: calc(100% - 158px);
  }
}
.page-404__deco--botright {
  right: 161px;
  bottom: 74px;
  width: 95px;
  height: 95px;
  background-image: url("img/404/bot-right.png");
}
@media (max-width: 767.98px) {
  .page-404__deco--botright {
    display: none;
  }
}
.page-404__deco--botleft {
  bottom: 162px;
  left: 135px;
  width: 76px;
  height: 76px;
  background-image: url("img/404/bot-left.png");
}
@media (max-width: 767.98px) {
  .page-404__deco--botleft {
    left: 60px;
    width: 50px;
    height: 50px;
    bottom: 150px;
  }
}

.icon-title {
  display: flex;
  align-items: flex-start;
}
.icon-title > img {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  margin-right: 18px;
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaling {
  0% {
    scale: 0.3;
    opacity: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
main#site-main > p {
  max-width: 1200px;
  margin: 18px auto;
  padding: 0 15px;
}

#site-main.cf-hidden-title #contact-form .contact__heading {
  display: none;
}

@media (min-width: 992px) {
  #site-main.cf-hidden-title #contact-form .contact__side {
    padding-top: 140px;
  }
}

#site-main.main_info-page {
  padding-top: 80px;
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 1400px;
  background-repeat: no-repeat;
  background-position: top -700px right -500px;
}
@media (max-width: 991.98px) {
  #site-main.main_info-page {
    right: -700px;
  }
}
@media (max-width: 767.98px) {
  #site-main.main_info-page {
    right: -1000px;
  }
}
#site-main.main_info-page h1 {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  #site-main.main_info-page {
    padding-top: 50px;
  }
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input {
  font-family: var(--ff);
}

body {
  font-family: var(--ff);
  font-size: var(--fz-body);
  line-height: var(--lh-body);
  color: var(--clr-black);
}

body.blog {
  padding: 0;
}

h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}
@media (max-width: 1469.98px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 1080px) {
  h1 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 44px;
    line-height: 49px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
h1 span {
  color: var(--clr-accent);
}

h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
h2 span {
  color: var(--clr-accent);
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
h3 span {
  color: var(--clr-accent);
}

.accent-span span {
  color: var(--clr-accent);
}

@media (max-width: 580px) {
  html[lang=de-DE] h1 {
    font-size: 28px;
    line-height: 36px;
  }
  html[lang=de-DE] {
    hyphens: auto;
  }
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

a {
  transition: color var(--default-transition-timing);
  text-decoration: none;
}

#main-backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--default-transition-timing);
}
#main-backdrop.active {
  opacity: 1;
  pointer-events: all;
}

.vimage {
  position: relative;
}
.vimage__logo {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 100%;
  max-width: 112px;
}
.vimage__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.vimage__label {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
  display: block;
}
@media (max-width: 1199.98px) {
  .vimage__label {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991.98px) {
  .vimage__label {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .vimage__label {
    font-size: 32px;
    line-height: 40px;
  }
}
.vimage > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.vimage__playcon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-black);
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: transform var(--default-transition-timing), box-shadow var(--default-transition-timing);
}
.vimage__playcon svg {
  stroke: #fff;
  display: block;
  width: 24px;
  height: 24px;
}
.vimage--video {
  cursor: pointer;
}
.vimage--video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.vimage--video.no-backdrop::before {
  display: none;
}
@media (hover: hover) {
  .vimage--video:hover .vimage__playcon {
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: 0 0 4px 4px var(--clr-accent);
  }
}
.vimage:has(video)::before {
  display: none;
}

.bttn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border: 1px solid var(--clr-black);
  padding: 10px 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  transition: color var(--default-transition-timing), background-color var(--default-transition-timing), border-color var(--default-transition-timing);
  text-align: center;
  justify-content: center;
  background-color: var(--clr-black);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .bttn {
    font-size: 14px;
  }
}
.bttn svg.bttn-arrow {
  stroke: #fff;
  margin-left: 14px;
  transition: stroke var(--default-transition-timing);
}
@media (hover: hover) {
  .bttn:hover {
    color: var(--clr-black);
    background-color: #fff;
  }
  .bttn:hover svg.bttn-arrow {
    stroke: var(--clr-black);
  }
}
.bttn--white {
  border-color: #fff;
  color: var(--clr-black);
  background-color: #fff;
}
.bttn--white svg.bttn-arrow {
  stroke: var(--clr-black);
}
@media (hover: hover) {
  .bttn--white:hover {
    color: #fff;
    border-color: var(--clr-black);
    background-color: var(--clr-black);
  }
  .bttn--white:hover svg.bttn-arrow {
    stroke: #fff;
  }
}

.texture {
  background-image: url("img/texture1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-arrow {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--clr-black);
  cursor: pointer;
  transition: opacity var(--default-transition-timing);
  user-select: none;
}
.swiper-arrow svg {
  display: block;
  stroke: var(--clr-black);
}
.swiper-arrow.swiper-button-disabled {
  opacity: 0.6;
}

.swiper-pagination.swiper-pagination-bullets {
  position: relative;
  text-align: left;
  z-index: 1;
  bottom: initial !important;
  top: initial !important;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination--lines {
  display: flex;
  background-color: #fff;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination--lines .swiper-pagination-bullet {
  flex: 1 1 8px;
  background-color: #fff;
  height: 3px;
  margin: 0;
  transition: background-color var(--default-transition-timing);
  border-radius: 2px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination--lines .swiper-pagination-bullet-active {
  background-color: var(--clr-black);
}

.hbspt-form {
  position: relative;
}
@media (max-width: 520px) {
  .hbspt-form {
    padding-bottom: 86px;
  }
}
.hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form textarea, .hbspt-form select {
  height: auto;
  padding: 10px 16px;
  border: 1px solid var(--clr-border);
  border-radius: var(--default-border-radius);
  font-size: 18px;
  line-height: 28px;
  width: 100% !important;
  max-width: 100%;
  transition: border-color var(--default-transition-timing);
  font-family: var(--ff);
}
@media (max-width: 767.98px) {
  .hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form textarea, .hbspt-form select {
    font-size: 16px;
    line-height: 24px;
  }
}
.hbspt-form input[type=text]:focus, .hbspt-form input[type=email]:focus, .hbspt-form input[type=tel]:focus, .hbspt-form textarea:focus, .hbspt-form select:focus {
  outline: none;
  border-color: var(--clr-accent);
}
.hbspt-form input[type=checkbox] + span {
  display: inline-flex;
  padding-right: 10px;
  line-height: 1.4;
}
.hbspt-form input[type=checkbox] {
  display: none;
}
.hbspt-form input[type=checkbox] + span::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid var(--clr-border);
  display: inline-block;
  margin-right: 16px;
  flex: 0 0 24px;
}
.hbspt-form input[type=checkbox]:checked + span::before {
  background-color: var(--clr-accent);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6935 2.16043L13.0971 0.144531L5.09972 6.4776L2.15866 2.76363L0.142761 4.36001L4.6765 10.0852L4.68238 10.0805L4.68607 10.0852L14.6935 2.16043Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  border-color: var(--clr-accent);
}
.hbspt-form select {
  padding: 12px 16px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .hbspt-form select {
    padding: 11px 16px;
  }
}
.hbspt-form ul {
  list-style: none;
}
.hbspt-form ul li.hs-form-booleancheckbox {
  margin-bottom: 16px !important;
}
.hbspt-form ul li.hs-form-booleancheckbox > label {
  display: flex;
  cursor: pointer;
}
.hbspt-form ul li.hs-form-booleancheckbox > label > span {
  margin-left: 0 !important;
}
.hbspt-form ul[role=checkbox] {
  display: flex;
  flex-wrap: wrap;
}
.hbspt-form ul[role=checkbox] li {
  flex: 0 1 33.3%;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .hbspt-form ul[role=checkbox] li {
    flex: 0 1 50%;
  }
}
.hbspt-form ul[role=checkbox] li label {
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}
.hbspt-form ul[role=checkbox] li input[type=checkbox] {
  margin-right: 6px;
}
.hbspt-form fieldset {
  width: 100%;
  max-width: 100% !important;
}
.hbspt-form label.hs-error-msg {
  color: red;
  font-size: 12px;
  padding-left: 10px;
}
.hbspt-form .hs-form-field {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .hbspt-form .hs-form-field {
    margin-bottom: 20px;
  }
}
.hbspt-form .hs-form-field > label {
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .hbspt-form .hs-form-field > label {
    margin-bottom: 5px;
  }
}
.hbspt-form .hs-fieldtype-checkbox > label {
  margin-bottom: 14px;
}
.hbspt-form .input {
  margin-right: 0 !important;
}
.hbspt-form .form-columns-1 div.hs-input {
  width: 100% !important;
}
.hbspt-form .form-columns-2 .field {
  max-width: calc(50% - 12px) !important;
}
@media (max-width: 767.98px) {
  .hbspt-form .form-columns-2 .field {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.hbspt-form .form-columns-2 .field:first-of-type {
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .hbspt-form .form-columns-2 .field:first-of-type {
    margin-right: 0;
  }
}
.hbspt-form .form-columns-2 .field:last-of-type {
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .hbspt-form .form-columns-2 .field:last-of-type {
    margin-left: 0;
  }
}
.hbspt-form .hs-richtext {
  color: var(--clr-secondary);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}
.hbspt-form .hs-submit {
  position: absolute;
  bottom: -50px;
  right: 0;
}
.hbspt-form .hs-submit input.hs-button {
  min-width: 170px;
}
@media (max-width: 520px) {
  .hbspt-form .hs-submit {
    bottom: 0;
    width: 100%;
  }
  .hbspt-form .hs-submit input.hs-button {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .hbspt-form .hs-recaptcha > .input {
    display: flex;
    justify-content: center;
  }
}
.hbspt-form .hs-recaptcha + .hs-submit {
  bottom: 0;
}

.page-template-about-us .ytslider {
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 100%;
  background-position: center;
}

body.home .ytslider {
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 600px 600px;
  background-position: left center;
  background-repeat: no-repeat;
}

.styled-ul ol {
  padding-left: 24px;
}
.styled-ul ul {
  padding-left: 0;
  list-style: none;
  margin-top: 9px;
  margin-bottom: 9px;
}
.styled-ul ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .styled-ul ul li {
    margin-bottom: 5px;
  }
}
.styled-ul ul li::before {
  content: "• ";
  color: var(--clr-accent); /* or whatever color you prefer */
  margin-right: 4px;
  position: absolute;
  left: 8px;
  top: -1px;
}

.nemis-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nemis-popup .hbspt-form {
  padding-bottom: 0;
}
.nemis-popup__inner {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: var(--default-border-radius);
  width: 680px;
  position: relative;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 80px);
  box-shadow: 0 0 200px 100px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.7) translateY(70px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .nemis-popup__inner {
    padding: 20px;
  }
}
.nemis-popup__content {
  overflow-y: auto;
  max-height: calc(100svh - 80px - 60px);
}
.nemis-popup__close {
  top: 0;
  right: -100px;
  position: absolute;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7) translateY(70px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition-delay: 0.2s;
}
@media (max-width: 991.98px) {
  .nemis-popup__close {
    top: -26px;
    right: -26px;
    z-index: 10;
    background-color: var(--clr-accent);
  }
}
.nemis-popup__close svg {
  stroke: #fff;
  display: block;
}
.nemis-popup__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .nemis-popup__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.nemis-popup--active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nemis-popup--active .nemis-popup__inner {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.nemis-popup--active .nemis-popup__close {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.nemis-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nemis-video-popup__inner {
  border-radius: var(--default-border-radius);
  width: 920px;
  position: relative;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 80px);
  box-shadow: 0 0 200px 100px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.7) translateY(70px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.nemis-video-popup__content {
  aspect-ratio: 16/9;
}
.nemis-video-popup__content iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: var(--default-border-radius);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.nemis-video-popup__close {
  top: 0;
  right: -100px;
  position: absolute;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7) translateY(70px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition-delay: 0.2s;
}
@media (max-width: 1199.98px) {
  .nemis-video-popup__close {
    top: -26px;
    right: -26px;
    z-index: 10;
    background-color: var(--clr-accent);
  }
}
.nemis-video-popup__close svg {
  stroke: #fff;
  display: block;
}
.nemis-video-popup--active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nemis-video-popup--active .nemis-video-popup__inner {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.nemis-video-popup--active .nemis-video-popup__content iframe {
  opacity: 1;
}
.nemis-video-popup--active .nemis-video-popup__close {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.default-heading {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .default-heading {
    margin-bottom: 15px;
  }
}

.scontent {
  padding: 80px 0;
}
.scontent h2, .scontent h3, .scontent h4, .scontent h5, .scontent h6 {
  margin-bottom: 24px;
}
.scontent p {
  margin-bottom: 14px;
}
.scontent p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .scontent {
    padding: 50px 0;
  }
}

.rightsndev {
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-weight: 400;
}
@media (max-width: 520px) {
  .rightsndev {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.rightsndev > span {
  margin-right: 20px;
}
@media (max-width: 520px) {
  .rightsndev > span {
    margin-right: 0;
  }
}

.keepdev a {
  color: #fff;
  font-weight: 600;
}
.keepdev a:hover {
  text-decoration: underline;
}

.main-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 16px 0;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .main-header {
    padding: 12px 0;
  }
}
.main-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  background-color: transparent;
  box-shadow: var(--default-shadow);
  z-index: 20;
  pointer-events: none;
  opacity: 1;
  transition: opacity var(--default-transition-timing);
}
.main-header--scrolled::before {
  opacity: 1;
}
.main-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.main-header__logo {
  width: 136px;
  height: 43px;
}
@media (max-width: 991.98px) {
  .main-header__logo {
    width: 75px;
    height: 24px;
  }
}
@media (max-width: 767.98px) {
  .main-header__logo {
    position: relative;
    z-index: 25;
  }
}
.main-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-header__logo a img {
  width: 100%;
  height: 100%;
}
.main-header__logo a.main-header__logo-white {
  display: none;
}
.main-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767.98px) {
  .main-header__content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("img/dots-circle-1058x1058.svg");
    background-repeat: no-repeat;
    background-position: -5% -100%;
    background-color: var(--clr-border);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--default-transition-timing);
    flex-direction: column;
    padding-top: var(--hh);
    justify-content: flex-start;
  }
  .main-header__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity var(--default-transition-timing);
  }
  .main-header__content.show-backdrop::before {
    opacity: 1;
    pointer-events: all;
  }
}
.main-header__mob-nav-toggle {
  display: none;
  margin-left: auto;
}
.main-header__mob-nav-toggle svg {
  stroke: var(--clr-accent);
}
.main-header__mob-nav-toggle svg.icon-cross {
  display: none;
}
@media (max-width: 767.98px) {
  .main-header__mob-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    outline: none;
    position: relative;
    z-index: 25;
  }
}
@media (max-width: 767.98px) {
  .main-header.main-header--active-mob-nav .main-header__content {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .main-header.main-header--active-mob-nav a.main-header__logo-white {
    display: block;
  }
  .main-header.main-header--active-mob-nav a.main-header__logo-colored {
    display: none;
  }
  .main-header.main-header--active-mob-nav .main-header__mob-nav-toggle svg {
    stroke: var(--clr-black);
  }
  .main-header.main-header--active-mob-nav .main-header__mob-nav-toggle svg.icon-burger {
    display: none;
  }
  .main-header.main-header--active-mob-nav .main-header__mob-nav-toggle svg.icon-cross {
    display: block;
  }
}
.main-header__nav {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .main-header__nav {
    overflow: auto;
    width: 100%;
    padding-bottom: 90px;
    padding-top: 30px;
  }
}
.main-header__nav-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .main-header__nav-list {
    flex-direction: column;
  }
}
.main-header__nav-list > li {
  min-width: fit-content;
}
.main-header__nav-list li {
  margin: 0 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .main-header__nav-list li {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
  }
  .main-header__nav-list li:last-of-type {
    margin-bottom: 0;
  }
}
.main-header__nav-list li a {
  color: var(--clr-black);
  text-decoration: none;
}
@media (hover: hover) {
  .main-header__nav-list li a:hover {
    color: var(--clr-lightgreen);
  }
}
.main-header__nav-list li.current_page_item > a {
  color: var(--clr-accent);
}
.main-header__nav-list li.menu-item-has-children {
  position: relative;
}
.main-header__nav-list li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.main-header__nav-list li.menu-item-has-children > .sub-menu {
  position: absolute;
  background-color: #fff;
  border-radius: var(--default-border-radius);
  top: 100%;
  left: -25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 0;
  list-style: none;
  padding-top: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--default-transition-timing);
  min-width: 140px;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li.menu-item-has-children > .sub-menu {
    opacity: 1;
    pointer-events: all;
    position: initial;
    left: initial;
    top: initial;
    background-color: transparent;
    border-radius: 0;
    padding-top: 0;
  }
}
.main-header__nav-list li.menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: var(--default-border-radius);
  border-bottom-right-radius: var(--default-border-radius);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li.menu-item-has-children > .sub-menu::before {
    display: none;
  }
}
.main-header__nav-list li.menu-item-has-children > .sub-menu > li {
  margin: 0;
  position: relative;
}
.main-header__nav-list li.menu-item-has-children > .sub-menu > li > a {
  padding: 5px 25px;
  display: block;
  min-width: fit-content;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li.menu-item-has-children > .sub-menu > li > a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 0;
  }
}
.main-header__nav-list li.menu-item-has-children > .sub-menu > li:first-of-type > a {
  padding-top: 25px;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li.menu-item-has-children > .sub-menu > li:first-of-type > a {
    padding-top: 14px;
  }
}
.main-header__nav-list li.menu-item-has-children > .sub-menu > li:last-of-type > a {
  padding-bottom: 25px;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li.menu-item-has-children > .sub-menu > li:last-of-type > a {
    padding-bottom: 0;
  }
}
.main-header__nav-list li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li.menu-item-has-children > a {
    display: block;
  }
}
.main-header__nav-list li.menu-item-has-children > a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.10225 0.352252C1.32192 0.132583 1.67808 0.132583 1.89775 0.352252L6 4.4545L10.1023 0.352252C10.3219 0.132583 10.6781 0.132583 10.8977 0.352252C11.1174 0.571922 11.1174 0.928078 10.8977 1.14775L6.39775 5.64775C6.17808 5.86742 5.82192 5.86742 5.60225 5.64775L1.10225 1.14775C0.882583 0.928078 0.882583 0.571922 1.10225 0.352252Z' fill='%2321272A'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 6px;
  display: block;
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  .main-header__nav-list li.menu-item-has-children > a::after {
    display: none;
  }
}
.main-header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .main-header__actions {
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
    background: rgb(204, 204, 204);
    background: linear-gradient(0deg, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 70%, rgba(204, 204, 204, 0) 100%);
    padding: 40px 15px 20px;
  }
}
.main-header__search {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .main-header__search {
    margin-right: 0;
  }
}
.main-header__search-toggle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.main-header__search-toggle svg {
  display: block;
  stroke: var(--clr-black);
  transition: stroke var(--default-transition-timing);
}
@media (hover: hover) {
  .main-header__search-toggle:hover svg {
    stroke: var(--clr-accent);
  }
}
@media (max-width: 767.98px) {
  .main-header__lang-switcher {
    order: -1;
  }
}
.main-header__lang-switcher ul {
  list-style: none;
  padding: 0;
}
.main-header__lang-switcher ul.sub-menu {
  position: absolute;
  top: calc(100% + 17px);
  right: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-top: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: var(--default-border-radius);
  border-bottom-right-radius: var(--default-border-radius);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--default-transition-timing);
  z-index: 16;
}
@media (max-width: 991.98px) {
  .main-header__lang-switcher ul.sub-menu {
    top: calc(100% + 5px);
  }
}
@media (max-width: 767.98px) {
  .main-header__lang-switcher ul.sub-menu {
    top: -200%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--default-border-radius);
  }
}
.main-header__lang-switcher ul.sub-menu > li:first-of-type a {
  padding-top: 16px;
}
.main-header__lang-switcher ul.sub-menu > li:last-of-type a {
  padding-bottom: 16px;
}
.main-header__lang-switcher ul.sub-menu > li a {
  padding: 10px 16px;
}
@media (max-width: 767.98px) {
  .main-header__lang-switcher ul.sub-menu > li a {
    color: var(--clr-black);
  }
}
.main-header__lang-switcher ul.sub-menu > li a svg.dropdown-icon {
  display: none;
}
@media (hover: hover) {
  .main-header__lang-switcher ul.sub-menu > li a:hover {
    color: var(--clr-accent);
  }
}
.main-header__lang-switcher img.wpml-ls-flag {
  width: 28px;
  height: 20px;
  display: none !important;
}
@media (max-width: 1199.98px) {
  .main-header__lang-switcher img.wpml-ls-flag {
    width: 26px;
  }
}
.main-header__lang-switcher a {
  color: var(--clr-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .main-header__lang-switcher a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .main-header__lang-switcher a {
    font-size: 18px;
    line-height: 22px;
  }
}
.main-header__lang-switcher li.wpml-ls-current-language > a {
  font-weight: 400;
}
.main-header__lang-switcher li.wpml-ls-current-language > a svg.dropdown-icon {
  margin-left: 4px;
  stroke: var(--clr-black);
  transition: stroke var(--default-transition-timing);
  transform-origin: center;
}
@media (max-width: 767.98px) {
  .main-header__lang-switcher li.wpml-ls-current-language > a svg.dropdown-icon {
    stroke: var(--clr-black);
  }
}
@media (hover: hover) {
  .main-header__lang-switcher li.wpml-ls-current-language > a:hover {
    color: var(--clr-accent);
  }
  .main-header__lang-switcher li.wpml-ls-current-language > a:hover svg.dropdown-icon {
    stroke: var(--clr-accent);
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .main-header__lang-switcher li.wpml-ls-current-language > a span.wpml-ls-native {
    display: none;
  }
}
.main-header__lang-switcher.active ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
.main-header__lang-switcher.active li.wpml-ls-current-language > a svg.dropdown-icon {
  transform: rotate(180deg);
}

.main-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--default-transition-timing);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .main-search {
    z-index: 20;
    background-color: transparent;
    box-shadow: none;
  }
}
.main-search__inner {
  padding: 50px 0;
  max-width: 708px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .main-search__inner {
    padding: 15px 0;
  }
}
.main-search__input-container {
  position: relative;
}
.main-search__input-container input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 1px solid var(--clr-border);
  border-radius: var(--default-border-radius);
  outline: none;
}
@media (max-width: 767.98px) {
  .main-search__input-container input {
    border: 1px solid #fff;
  }
}
.main-search__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.main-search__results-container {
  padding: 20px 16px;
}
@media (max-width: 767.98px) {
  .main-search__results-container {
    background-color: #fff;
    border-radius: var(--default-border-radius);
    margin-top: 10px;
  }
}
.main-search__results {
  list-style: none;
  max-height: 132px;
  overflow: auto;
  overscroll-behavior: contain;
}
@media (max-width: 767.98px) {
  .main-search__results {
    max-height: 220px;
  }
}
.main-search__results::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}
.main-search__results::-webkit-scrollbar-thumb {
  background: var(--clr-accent); /* Color of the thumb */
  border-radius: 5px; /* Rounded corners for the thumb */
}
.main-search__results::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 5px; /* Rounded corners for the track */
}
.main-search__results li {
  padding-right: 8px;
}
.main-search__results li a {
  color: var(--clr-black);
  padding: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.main-search__results li a span.item-type {
  display: inline-block;
  padding: 6px 12px;
  background-color: var(--clr-accent);
  margin-right: 9px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  min-width: 70px;
  text-align: center;
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .main-search__results li a {
    border-bottom: 1px solid var(--clr-border);
  }
}
@media (hover: hover) {
  .main-search__results li a:hover {
    color: var(--clr-accent);
  }
}
.main-search__results li:last-of-type {
  margin-bottom: 0;
}
.main-search__results li:first-of-type a {
  padding-top: 0;
}
.main-search.active {
  opacity: 1;
  pointer-events: all;
}

.home-hero {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: calc(100svh - var(--hh));
  height: auto;
  display: flex;
}
@media (max-width: 767.98px) {
  .home-hero {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: initial;
  }
}
.home-hero .swiper {
  height: 100%;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .home-hero .swiper {
    flex: 0 1 calc(48% - 90px);
    margin: 0;
    padding-bottom: 78px;
    max-height: 575px;
  }
}
@media (max-width: 991.98px) {
  .home-hero .swiper {
    flex: 0 1 calc(48% - 50px);
  }
}
@media (max-width: 767.98px) {
  .home-hero .swiper {
    width: 100%;
    height: auto;
    flex: initial;
    max-height: initial;
    padding-bottom: 0;
  }
}
.home-hero .swiper .swiper-wrapper {
  height: 100%;
}
@media (min-width: 1200px) {
  .home-hero .swiper .swiper-wrapper {
    display: grid;
  }
}
@media (max-width: 767.98px) {
  .home-hero .swiper .swiper-wrapper {
    height: auto;
  }
}
.home-hero__slider-controls {
  display: none;
}
@media (max-width: 1199.98px) {
  .home-hero__slider-controls {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .home-hero__slider-controls {
    justify-content: center;
  }
}
.home-hero__slider-arrows {
  display: flex;
}
.home-hero__slider-arrows .swiper-arrow:first-of-type {
  margin-right: 9px;
}
@media (max-width: 767.98px) {
  .home-hero__slider-arrows .swiper-arrow:first-of-type {
    margin-right: 7px;
  }
}
.home-hero__slider-arrows .swiper-arrow:last-of-type {
  margin-left: 9px;
}
@media (max-width: 767.98px) {
  .home-hero__slider-arrows .swiper-arrow:last-of-type {
    margin-left: 7px;
  }
}
.home-hero__slider-pagination {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 26px;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .home-hero__slider-pagination {
    margin-right: 15px;
    display: none;
  }
}
@media (min-width: 1980px) {
  .home-hero {
    min-height: initial;
  }
}
@media (min-height: 1100px) {
  .home-hero {
    min-height: initial;
  }
}
@media (max-width: 1199.98px) and (min-height: 745px) {
  .home-hero {
    min-height: initial;
  }
}
.home-hero .container {
  height: auto;
  width: 100%;
}
.home-hero__inner {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .home-hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .home-hero__inner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .home-hero__inner {
    position: relative;
    display: flex;
  }
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-position: calc(50% + 393px) -230px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .home-hero::before {
    background-position: 50% 35px;
  }
}
@media (max-width: 767.98px) {
  .home-hero::before {
    background-position: 50% 285px;
  }
}
.home-hero__heading {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .home-hero__heading {
    margin-bottom: 15px;
    margin-top: auto;
  }
}
.home-hero__text {
  margin-bottom: 24px;
}
.home-hero__text p:last-of-type {
  margin-bottom: 0;
}
.home-hero__buttons .bttn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.home-hero__buttons .bttn:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .home-hero__buttons {
    margin-top: auto;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .home-hero__buttons .bttn {
    flex: 1 1 100%;
    min-width: fit-content;
    width: 100%;
    margin: 5px 0;
  }
}
.home-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 14px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 586px;
}
@media (max-width: 1199.98px) {
  .home-hero__grid {
    gap: 0;
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .home-hero__grid {
    display: flex;
    height: auto;
  }
}
.home-hero__grid-item {
  width: 100%;
  height: 100%;
  border-radius: var(--default-border-radius);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .home-hero__grid-item {
    grid-column: initial !important;
    grid-row: initial !important;
  }
}
@media (max-width: 767.98px) {
  .home-hero__grid-item {
    display: none !important;
  }
  .home-hero__grid-item.swiper-slide {
    aspect-ratio: 16/10;
  }
  .home-hero__grid-item--mobile {
    display: block !important;
  }
  .home-hero__grid-item--1 {
    display: flex !important;
  }
}
.home-hero__grid-item--1 {
  grid-column: 1/9;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  padding-bottom: 11px;
  padding-right: 30px;
  justify-content: center;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .home-hero__grid-item--1 {
    flex: 0 1 52%;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .home-hero__grid-item--1 {
    display: flex;
    padding-right: 0;
    flex: initial;
    height: auto;
    min-height: calc(100svh - var(--hh) - 30px);
  }
}
.home-hero__grid-item--2 {
  grid-column: 9/13;
  grid-row: 1/4;
}
.home-hero__grid-item--3 {
  grid-column: 1/6;
  grid-row: 3/5;
}
.home-hero__grid-item--4 {
  grid-column: 6/9;
  grid-row: 3/5;
}
.home-hero__grid-item--5 {
  grid-column: 9/13;
  grid-row: 4/5;
}
.home-hero__grid-item .vimage {
  width: 100%;
  height: 100%;
}
.home-hero__grid-item .vimage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__grid-item .vimage video + .vimage__playcon {
  display: none;
}
.home-hero__grid-item .vimage img {
  position: absolute;
}

.industries {
  padding: 70px 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .industries {
    padding: 50px 0;
  }
}
.industries__heading {
  margin-bottom: 55px;
  text-align: center;
}
.industries__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -28px;
  margin-left: -28px;
}
@media (max-width: 767.98px) {
  .industries__list {
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
  }
}
.industries__list li {
  display: flex;
  align-items: center;
  margin: 0 14px 28px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .industries__list li {
    flex-direction: column;
    flex: 0 0 50%;
    margin: 0 0 14px;
    justify-content: center;
  }
}
.industries__list li img {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  display: block;
}
@media (max-width: 767.98px) {
  .industries__list li img {
    margin-right: 0;
  }
}

.standarts {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .standarts {
    padding: 50px 0;
  }
}
.standarts__content {
  position: relative;
}
.standarts__content-fag {
  background-image: url("img/home/industries-image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 362px;
  height: 330px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .standarts__content-fag {
    opacity: 0.4;
  }
}
@media (max-width: 991.98px) {
  .standarts__content-fag {
    top: 65%;
  }
}
@media (max-width: 767.98px) {
  .standarts__content-fag {
    position: initial;
    width: 100%;
    opacity: 1;
    transform: none;
    margin-top: 30px;
  }
}
.standarts__decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}
.standarts__decorations-item {
  display: block;
  width: 137px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/home/deco-fag.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.standarts__decorations-item--1 {
  top: initial;
  bottom: 15px;
  left: 15px;
}
@media (max-width: 991.98px) {
  .standarts__decorations-item--1 {
    bottom: 175px;
  }
}
@media (max-width: 767.98px) {
  .standarts__decorations-item--1 {
    display: none;
  }
}
.standarts__decorations-item--2 {
  top: initial;
  bottom: 360px;
  left: initial;
  right: 106px;
  width: 118px;
  height: 118px;
  rotate: 15deg;
  opacity: 0.6;
}
@media (max-width: 991.98px) {
  .standarts__decorations-item--2 {
    bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .standarts__decorations-item--2 {
    display: none;
  }
}
.standarts__decorations-item--3 {
  top: 51px;
  left: 102px;
  width: 50px;
  height: 50px;
  rotate: 45deg;
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  .standarts__decorations-item--3 {
    top: 18px;
    width: 100px;
    height: 100px;
  }
}
.standarts__decorations-item--4 {
  top: 100px;
  left: initial;
  right: 146px;
  rotate: 135deg;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
@media (max-width: 991.98px) {
  .standarts__decorations-item--4 {
    top: 60px;
    right: 70px;
  }
}
.standarts__heading {
  max-width: 586px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .standarts__heading {
    margin-bottom: 20px;
  }
}
.standarts__text {
  margin-bottom: 32px;
  max-width: 830px;
}
.standarts__cards {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .standarts__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .standarts__cards {
    margin-top: 0;
  }
}
.standarts__card {
  background-color: #F7F7F7;
  border-radius: 30px;
  overflow: hidden;
  flex: 0 1 calc(33.3% - 12px);
  padding: 24px 120px 50px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 215px;
}
@media (max-width: 991.98px) {
  .standarts__card {
    flex: 0 1 calc(50% - 8px);
    margin-bottom: 16px;
  }
  .standarts__card:nth-child(odd) {
    margin-right: 8px;
  }
  .standarts__card:nth-child(even) {
    margin-left: 8px;
  }
}
@media (max-width: 767.98px) {
  .standarts__card {
    flex: 1 1 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
.standarts__card-title {
  margin-bottom: 16px;
}
.standarts__card-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .standarts__card-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.standarts__card-image {
  position: absolute;
  bottom: -40px;
  right: -50px;
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .standarts__card-image {
    right: -50px;
  }
}
.standarts__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 520px) {
  .standarts__button {
    width: 100%;
  }
}

.strategies__content {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .strategies__content {
    padding: 50px 0;
  }
}
.strategies__content .bttn {
  margin-top: 40px;
}
@media (max-width: 520px) {
  .strategies__content .bttn {
    margin-top: 30px;
    width: 100%;
  }
}
.strategies__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .strategies__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .strategies__heading {
    margin-bottom: 30px;
  }
}
.strategies__cards {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (max-width: 991.98px) {
  .strategies__cards {
    flex-wrap: wrap;
  }
}
.strategies__card {
  margin: 0 20px 40px;
  flex: 0 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .strategies__card {
    flex: 0 1 calc(50% - 40px);
  }
}
@media (max-width: 520px) {
  .strategies__card {
    margin: 0 0 50px;
    flex: 1 1 100%;
    align-items: center;
    text-align: center;
  }
}
.strategies__card-icon {
  margin-bottom: 10px;
}
.strategies__card-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .strategies__card-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.strategies-intro {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .strategies-intro {
    padding: 50px 0;
  }
}
.strategies-intro__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .strategies-intro__inner {
    flex-direction: column;
    justify-content: center;
  }
}
.strategies-intro__heading {
  margin-bottom: 40px;
  max-width: 550px;
}
@media (max-width: 1199.98px) {
  .strategies-intro__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .strategies-intro__heading {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.strategies-intro__text {
  max-width: 580px;
}
@media (max-width: 1199.98px) {
  .strategies-intro__text {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .strategies-intro__text {
    margin-bottom: 30px;
  }
}
.strategies-intro__left {
  width: 100%;
  max-width: calc(50% - 50px);
}
@media (max-width: 1199.98px) {
  .strategies-intro__left {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .strategies-intro__left {
    max-width: 100%;
  }
}
.strategies-intro__right {
  width: 100%;
  max-width: calc(50% - 50px);
  aspect-ratio: 16/10;
  border-radius: var(--default-border-radius);
  overflow: hidden;
}
.strategies-intro__right .vimage {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .strategies-intro__right {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .strategies-intro__right {
    max-width: 100%;
  }
}
.strategies-intro__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.logo-slider {
  padding: 90px 0;
}
@media (max-width: 767.98px) {
  .logo-slider {
    padding: 50px 0;
  }
}
.logo-slider .swiper-wrapper {
  align-items: center;
  justify-content: space-between;
}
.logo-slider__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .logo-slider__heading {
    margin-bottom: 40px;
  }
}
.logo-slider__item {
  max-width: fit-content;
}
.logo-slider__item img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 520px) {
  .logo-slider__item img {
    max-width: 140px;
  }
}
.logo-slider__slider-arrows {
  display: flex;
  justify-content: center;
}
.logo-slider__slider-arrows .swiper-arrow {
  margin: 50px 8px 0;
}
@media (max-width: 767.98px) {
  .logo-slider__slider-arrows .swiper-arrow {
    margin: 40px 0 0 15px;
  }
}

.main-footer {
  background-color: var(--clr-black);
  padding: 40px 0 30px;
  color: #fff;
  position: relative;
}
.main-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .main-footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
.main-footer__logo {
  margin-right: 72px;
}
@media (max-width: 991.98px) {
  .main-footer__logo {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.main-footer__logo img {
  width: 100px;
}
.main-footer__left {
  display: flex;
  flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  .main-footer__left {
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
  }
}
.main-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 300px;
}
@media (max-width: 991.98px) {
  .main-footer__right {
    flex: 1 1 auto;
  }
}
.main-footer__links {
  display: flex;
}
@media (max-width: 991.98px) {
  .main-footer__links {
    flex-direction: column;
    align-items: center;
  }
}
.main-footer__col {
  margin-right: 32px;
}
.main-footer__col:first-of-type {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .main-footer__col:first-of-type {
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .main-footer__col {
    margin-right: 0;
    text-align: center;
  }
}
.main-footer__col ul {
  list-style: none;
}
.main-footer__col ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .main-footer__col ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.main-footer__col ul li a {
  display: block;
  color: #fff;
}
@media (hover: hover) {
  .main-footer__col ul li a:hover {
    text-decoration: underline;
  }
}
.main-footer__col ul li:first-of-type {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .main-footer__col ul li:first-of-type {
    font-size: 14px;
  }
}
.main-footer__col--offices ul li > span {
  display: block;
}
.main-footer__col--offices ul li > span.offlabel {
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .main-footer__col--offices ul li > span.offlabel {
    justify-content: center;
  }
}
.main-footer__col--offices ul li > span.offlabel > img {
  width: 22px;
  height: 20px;
  display: block;
  margin-right: 12px;
  transform: translateY(3px);
}
@media (max-width: 991.98px) {
  .main-footer__col--offices ul li > span.offlabel > img {
    transform: translateY(1px);
  }
}
.main-footer__col--offices ul li > span.offaddress {
  font-size: 14px;
  line-height: 22px;
}
.main-footer__col--offices ul li a {
  display: flex;
  align-items: center;
}
.main-footer__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .main-footer__socials {
    margin: 50px 0;
  }
}
.main-footer__socials a {
  display: block;
  margin-left: 16px;
}
@media (max-width: 991.98px) {
  .main-footer__socials a {
    margin: 0 8px;
  }
}
.main-footer__bottom {
  display: flex;
}
@media (max-width: 991.98px) {
  .main-footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.main-footer__policies-nav {
  margin: 20px 0 0 auto;
}
@media (max-width: 991.98px) {
  .main-footer__policies-nav {
    margin: 20px auto 0;
  }
}
.main-footer__policies-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .main-footer__policies-list {
    justify-content: center;
  }
}
.main-footer__policies-list li {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .main-footer__policies-list li:first-of-type {
    flex: 1 1 100%;
    text-align: center;
  }
}
.main-footer__policies-list li a {
  color: #fff;
}
.main-footer__policies-list li + li::before {
  content: "|";
  display: inline-block;
  margin: 0 4px;
}
.main-footer__lang-switcher {
  position: relative;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .main-footer__lang-switcher {
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.main-footer__lang-switcher > ul > li > a {
  display: flex;
}
.main-footer__lang-switcher ul {
  list-style: none;
  text-align: left !important;
}
.main-footer__lang-switcher ul.sub-menu {
  display: none;
  position: absolute;
  min-width: fit-content;
  background-color: #fff;
  bottom: calc(100% + 20px);
  width: 100%;
  border-radius: 9px;
  z-index: 1;
}
.main-footer__lang-switcher ul.sub-menu.active {
  display: block;
}
.main-footer__lang-switcher ul.sub-menu > li {
  white-space: nowrap;
  margin-bottom: 6px;
}
.main-footer__lang-switcher ul.sub-menu > li > a {
  padding: 3px 12px;
  color: var(--clr-black);
}
.main-footer__lang-switcher ul.sub-menu > li:first-of-type > a {
  padding: 10px 12px 3px;
}
.main-footer__lang-switcher ul.sub-menu > li:last-of-type > a {
  padding: 3px 12px 10px;
}
.main-footer__lang-switcher img.wpml-ls-flag {
  width: 18px;
  height: 12px;
  margin-right: 6px;
}
.main-footer__lang-switcher li.wpml-ls-current-language > a {
  color: #fff;
}
.main-footer__lang-switcher li.wpml-ls-current-language > a svg {
  stroke: #fff;
  margin-left: 6px;
}

.contact {
  padding: 80px 0 130px;
}
@media (max-width: 991.98px) {
  .contact {
    padding: 50px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .contact {
    background-image: none;
  }
}
.contact__heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 180px;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}
@media (max-width: 1469.98px) {
  .contact__heading {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 1080px) {
  .contact__heading {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991.98px) {
  .contact__heading {
    font-size: 44px;
    line-height: 49px;
  }
}
@media (max-width: 767.98px) {
  .contact__heading {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 991.98px) {
  .contact__heading {
    margin-bottom: 30px;
  }
}
.contact__inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .contact__inner {
    align-items: flex-start;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .contact__inner {
    flex-direction: column;
    justify-content: center;
  }
}
.contact__side {
  flex: 0 1 40%;
}
@media (min-width: 992px) {
  .contact__side {
    position: sticky;
    top: var(--hh);
  }
}
.contact__form {
  flex: 0 1 50%;
}
@media (max-width: 1199.98px) {
  .contact__form {
    flex: 0 1 56%;
  }
}
@media (max-width: 991.98px) {
  .contact__form {
    flex: 1 1 100%;
  }
}
.contact__form .hbspt-form {
  width: 100%;
}
.contact__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.contact__image::before {
  content: "";
  position: absolute;
  width: 220%;
  height: 220%;
  top: -60%;
  left: -60%;
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .contact__image {
    display: none;
  }
}
.contact__image-mask {
  width: 100%;
  height: 100%;
}
.contact__image-mask .tm-path {
  transform-origin: center;
}
.contact__image-mask.in-view .tm-path {
  animation: rotation 100s linear infinite;
}
.contact__image-mask.in-view .tm-path--mid {
  animation-direction: reverse;
}

.prod-intro {
  padding: 80px 0 90px;
  background-color: var(--clr-grey-bg);
  background-image: url("img/lines-circle-1000x1000.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 200px) -180px;
  background-size: 800px;
  min-height: calc(100svh - var(--hh));
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1980px) {
  .prod-intro {
    min-height: initial;
  }
}
@media (min-height: 1100px) {
  .prod-intro {
    min-height: initial;
  }
}
.prod-intro .container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .prod-intro .container {
    flex: 1;
    display: flex;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .prod-intro {
    min-height: initial;
  }
}
@media (max-width: 767.98px) {
  .prod-intro {
    padding: 30px 0;
    align-items: flex-start;
    background-image: none;
    flex-direction: column;
  }
}
.prod-intro__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .prod-intro__inner {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
.prod-intro__heading {
  margin-bottom: 32px;
  position: relative;
}
.prod-intro__text {
  max-width: 50%;
  position: relative;
  padding-bottom: 30px;
}
.prod-intro__text::before {
  content: "";
  position: absolute;
  top: -160px;
  left: -160px;
  width: 400px;
  height: 400px;
  background-image: url("img/dots-circle-1058x1058-prodcts.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .prod-intro__text::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .prod-intro__text {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .prod-intro__text .bttn {
    margin: auto 0;
  }
}
.prod-intro__desc {
  margin-bottom: 40px;
  position: relative;
}
.prod-intro__slider {
  max-width: 40%;
  margin-right: 0 !important;
}
@media (max-width: 1199.98px) {
  .prod-intro__slider {
    max-width: 46%;
  }
}
@media (max-width: 767.98px) {
  .prod-intro__slider {
    margin-left: 0 !important;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .prod-intro__slider .swiper-wrapper {
    height: auto !important;
  }
}
.prod-intro__slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.prod-intro__slider-pagination {
  flex: 1 1 auto;
  margin-right: 32px;
}
@media (max-width: 767.98px) {
  .prod-intro__slider-pagination {
    display: none;
  }
}
.prod-intro__slider-arrows {
  flex: 0 0 111px;
}
.prod-intro__slider-arrows .swiper-arrow:first-of-type {
  margin-right: 7px;
}
.prod-intro__slider-arrows .swiper-arrow:last-of-type {
  margin-left: 7px;
}
@media (max-width: 767.98px) {
  .prod-intro__slider-arrows {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.prod-intro__slider-item {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--default-border-radius);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .prod-intro__slider-item {
    height: auto !important;
  }
}
.prod-intro__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.production .product-slider {
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .production .product-slider {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .production .product-slider {
    padding: 80px 0 0;
  }
}
@media (max-width: 767.98px) {
  .production .product-slider {
    padding: 50px 0 0;
  }
}
.production .product-slider__heading {
  margin-bottom: 60px;
  max-width: 1074px;
}
@media (max-width: 991.98px) {
  .production .product-slider__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .production .product-slider__heading {
    margin-bottom: 30px;
  }
}
.production .product-slider__slide {
  color: var(--clr-black);
}
.production .product-slider__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: -5px;
}
.production .product-slider__slide-label {
  display: flex;
  align-items: center;
  border-radius: 30px;
  width: 100%;
  min-height: 132px;
  background-size: cover;
  background-position: center;
  padding: 16px 32px;
}
.production .product-slider__slider-arrows {
  margin-top: 30px;
  margin-left: auto;
  max-width: fit-content;
}
@media (max-width: 767.98px) {
  .production .product-slider__slider-arrows {
    margin-right: auto;
  }
}
.production .product-slider__slider-arrows .swiper-arrow:first-of-type {
  margin-right: 7px;
}
.production .product-slider__slider-arrows .swiper-arrow:last-of-type {
  margin-left: 7px;
}
.production__info {
  padding: 30px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .production__info {
    padding: 20px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .production__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
  }
}
@media (max-width: 767.98px) {
  .production__info {
    padding: 50px 0;
  }
}
.production__info-left {
  flex: 0 1 35%;
}
@media (max-width: 991.98px) {
  .production__info-left {
    flex: 1 1 auto;
  }
}
.production__info-right {
  flex: 0 1 47%;
}
@media (max-width: 1199.98px) {
  .production__info-right {
    flex: 0 1 55%;
  }
}
@media (max-width: 991.98px) {
  .production__info-right {
    flex: 1 1 auto;
  }
}
.production__info-right p {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .production__info-right p {
    margin-bottom: 15px;
  }
}
.production__info-right p:last-of-type {
  margin-bottom: 0;
}
.production__info-right p a {
  color: var(--clr-accent);
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .production__heading {
    margin-bottom: 15px;
  }
}

.emps {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .emps {
    padding: 50px 0;
  }
}
.emps__heading {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .emps__heading {
    margin-bottom: 30px;
    text-align: left;
  }
}

.emps-con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .emps-con {
    flex-direction: column;
    justify-content: initial;
  }
}
@media (max-width: 767.98px) {
  .emps-con {
    margin-bottom: 30px;
  }
}
.emps-con__image {
  flex: 0 1 47%;
  border-radius: var(--default-border-radius);
  overflow: hidden;
  height: auto;
}
@media (max-width: 1199.98px) {
  .emps-con__image {
    flex: 0 1 40%;
  }
}
@media (max-width: 991.98px) {
  .emps-con__image {
    margin-bottom: 10px;
  }
}
.emps-con__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.emps-con__text {
  flex: 0 1 47%;
}
@media (max-width: 1199.98px) {
  .emps-con__text {
    flex: 0 1 55%;
  }
}
@media (max-width: 767.98px) {
  .emps-con__text {
    flex: initial;
    width: 100%;
    padding: 4px !important;
  }
}
.emps-con__slider-arrows {
  margin-top: 30px;
  max-width: fit-content;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .emps-con__slider-arrows {
    margin-right: auto;
  }
}
.emps-con__slider-arrows .swiper-arrow:first-of-type {
  margin-right: 7px;
}
.emps-con__slider-arrows .swiper-arrow:last-of-type {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .emps-con__slider-arrows {
    display: none;
  }
}

.puzzle {
  display: flex;
}
@media (max-width: 767.98px) {
  .puzzle__piece {
    background-image: url("img/texture1.webp");
    background-size: cover;
    background-position: center;
    border-radius: var(--default-border-radius);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    height: auto !important;
    padding: 40px 16px !important;
  }
}
.puzzle__piece-main {
  min-height: 312px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 25%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .puzzle__piece-main {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) {
  .puzzle__piece-main {
    padding-top: 18%;
  }
}
@media (max-width: 767.98px) {
  .puzzle__piece-main {
    min-height: initial;
    background: none !important;
  }
}
.puzzle__piece-main svg {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .puzzle__piece-main svg {
    margin-bottom: 0;
  }
}
.puzzle__piece-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .puzzle__piece-text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .puzzle__piece-text {
    padding: 0 !important;
    text-align: center;
  }
}
.puzzle__piece:first-of-type {
  flex: 0 0 calc(50% - 23px);
}
.puzzle__piece:first-of-type .puzzle__piece-main {
  margin-right: -23px;
  border-top-left-radius: var(--default-border-radius);
  border-bottom-left-radius: var(--default-border-radius);
  padding-right: 46px;
  padding-left: 24px;
}
@media (max-width: 767.98px) {
  .puzzle__piece:first-of-type .puzzle__piece-main {
    padding: 0;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767.98px) {
  .puzzle__piece:first-of-type {
    flex: none;
  }
}
.puzzle__piece:first-of-type .puzzle__piece-text {
  padding: 24px 0 0 24px;
}
.puzzle__piece:last-of-type {
  flex: 0 0 calc(50% + 23px);
  padding-left: 46px;
}
.puzzle__piece:last-of-type .puzzle__piece-main {
  background-image: url("img/products/jig-bg.png");
  background-size: 100% 100%;
  margin-left: -69px;
  padding-left: 69px;
  padding-right: 23px;
  border-top-right-radius: var(--default-border-radius);
  border-bottom-right-radius: var(--default-border-radius);
  color: #fff;
}
@media (max-width: 767.98px) {
  .puzzle__piece:last-of-type .puzzle__piece-main {
    padding: 0;
    margin: 0 0 15px 0;
    color: var(--clr-black);
  }
  .puzzle__piece:last-of-type .puzzle__piece-main svg path {
    stroke: var(--clr-black) !important;
  }
}
@media (max-width: 767.98px) {
  .puzzle__piece:last-of-type {
    padding: 0;
    margin: 0;
    flex: none;
  }
}
.puzzle__piece:last-of-type .puzzle__piece-text {
  padding: 24px 24px 0 0;
}

.emps-zones__heading {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .emps-zones__heading {
    margin-bottom: 20px;
  }
}
.emps-zones__container {
  background-color: var(--clr-grey-bg);
  border: 1px solid var(--clr-border);
  border-radius: var(--default-border-radius);
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .emps-zones__container {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .emps-zones__container {
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
}
.emps-zones__zones {
  flex: 0 1 57%;
}
.emps-zones__legend {
  flex: 0 1 36%;
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .emps-zones__legend {
    padding-top: 30px;
  }
}
.emps-zones__legend-title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .emps-zones__legend-title {
    margin-bottom: 30px;
  }
}
.emps-zones__legend-title svg {
  margin-right: 8px;
  display: inline-block;
}
.emps-zones__legend-items {
  list-style: none;
}
.emps-zones__legend-items li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
}
.emps-zones__legend-items li:last-of-type {
  margin-bottom: 0;
}
.emps-zones__legend-items li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--clr-black);
  background-color: #F7FAF8;
  margin-right: 15px;
  flex: 0 0 20px;
  transform: translateY(2px);
}
.emps-zones__legend-items li[data-zone="1"]::before {
  border-color: var(--clr-fpc-blue);
  background-color: #DAEBFF;
}
.emps-zones__legend-items li[data-zone="2"]::before {
  border-color: var(--clr-fpc-violet);
  background-color: #FAEFFC;
}
.emps-zones__legend-items li[data-zone="3"]::before {
  border-color: var(--clr-fpc-green);
  background-color: #E5FEEC;
}
.emps-zones__zone {
  border: 1px solid var(--clr-border);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 80%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .emps-zones__zone {
    max-width: 90%;
  }
}
.emps-zones__zone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: var(--clr-grey-bg);
  opacity: 0.7;
  border-radius: 30px;
}
.emps-zones__zone::after {
  content: "";
  width: 74px;
  max-width: calc(100% - 60px);
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F7FAF8;
  border: 1px solid var(--clr-black);
  border-radius: 15px;
  display: block;
  height: 6px;
}
.emps-zones__zone-text {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 520px) {
  .emps-zones__zone-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 450px) {
  .emps-zones__zone-text {
    font-size: 10px;
    line-height: 14px;
  }
}
.emps-zones__zone-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.emps-zones__zone--1 {
  padding: 15px 10px 20px;
  border-color: var(--clr-fpc-blue);
}
.emps-zones__zone--1 .emps-zones__zone-text {
  margin-bottom: 0;
}
.emps-zones__zone--1::before {
  background-image: url("img/products/prods/wbg-ecoli-min.png");
}
.emps-zones__zone--2 {
  padding: 20px 25px 30px;
  border-color: var(--clr-fpc-violet);
}
.emps-zones__zone--2::before {
  background-image: url("img/products/prods/wbg-salmonella-min.png");
}
.emps-zones__zone--3 {
  padding: 40px 25px 30px;
  border-color: var(--clr-fpc-green);
}
.emps-zones__zone--3::before {
  background-image: url("img/products/prods/wbg-lspp-min.png");
}
.emps-zones__zone--4 {
  padding: 40px 25px 30px;
  max-width: 100%;
  border-color: var(--clr-fpc-black);
}
.emps-zones__zone--4::before {
  background-image: url("img/products/prods/wbg-atp-min.png");
}

.nquote {
  padding: 140px 0;
}
@media (max-width: 767.98px) {
  .nquote {
    padding: 50px 0;
  }
}
.nquote__inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .nquote__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .nquote__icon {
    margin-bottom: 16px;
  }
}
.nquote__content {
  margin-left: 35px;
  padding: 5px 0 5px 24px;
  position: relative;
}
@media (max-width: 767.98px) {
  .nquote__content {
    padding: 0;
    margin: 0;
  }
}
.nquote__content::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: var(--clr-accent);
}
@media (max-width: 767.98px) {
  .nquote__content::before {
    display: none;
  }
}
.nquote__heading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  color: var(--clr-accent);
}
@media (max-width: 1199.98px) {
  .nquote__heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991.98px) {
  .nquote__heading {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .nquote__heading {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .nquote__heading {
    margin-bottom: 40px;
    position: relative;
  }
  .nquote__heading::after {
    content: "";
    height: 2px;
    width: 60px;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -20px;
    background-color: var(--clr-accent);
  }
}
.nquote__text {
  max-width: 1068px;
}

.cta {
  background-size: 0;
  background-position: center;
}
@media (max-width: 767.98px) {
  .cta {
    background-size: cover;
  }
}
.cta__inner {
  padding: 100px 120px;
  border-radius: var(--default-border-radius);
  background-size: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .cta__inner {
    flex-direction: column;
    text-align: center;
    background-size: 0;
    padding: 50px 0;
  }
}
.cta__title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
  margin-right: 55px;
}
@media (max-width: 1199.98px) {
  .cta__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991.98px) {
  .cta__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .cta__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .cta__title {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cta__button {
  min-width: 164px;
}
@media (max-width: 520px) {
  .cta__button {
    width: 100%;
  }
}

.screening {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .screening {
    padding: 50px 0;
  }
}
.screening__heading {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .screening__heading {
    text-align: left;
    margin-bottom: 15px;
  }
}
.screening__subheading {
  display: block;
  text-align: center;
  max-width: 908px;
  margin: 0 auto;
  color: var(--clr-secondary);
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1469.98px) {
  .screening__subheading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .screening__subheading {
    text-align: left;
    margin-bottom: 50px;
  }
}
.screening__item {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .screening__item {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .screening__item {
    flex-direction: column;
    margin-top: 30px;
  }
}
.screening__item-info {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.screening__item-image {
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .screening__item-image {
    flex: 0 0 44%;
  }
}
@media (max-width: 767.98px) {
  .screening__item-image {
    width: 100%;
  }
}
.screening__item-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.screening__item-title {
  width: 100%;
  max-width: 488px;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .screening__item-title {
    max-width: 360px;
  }
}
@media (max-width: 767.98px) {
  .screening__item-title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.screening__item-text {
  width: 100%;
  max-width: 488px;
}
@media (max-width: 1199.98px) {
  .screening__item-text {
    max-width: 360px;
  }
}
@media (max-width: 767.98px) {
  .screening__item-text {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .screening__item--bot .screening__item-image {
    order: -1;
  }
}

.monitoring {
  padding: 100px 0 50px;
}
@media (max-width: 767.98px) {
  .monitoring {
    padding: 50px 0;
  }
}
.monitoring--block .monitoring__left > p {
  margin-bottom: 18px;
}
.monitoring--block .monitoring__inner {
  align-items: center;
}
.monitoring--block .icon-title {
  margin-bottom: 36px;
}
.monitoring--block .alt-content {
  align-self: flex-start;
}
.monitoring__heading {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .monitoring__heading {
    margin-bottom: 15px;
  }
}
.monitoring__text {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: var(--clr-secondary);
}
@media (max-width: 1469.98px) {
  .monitoring__text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .monitoring__text {
    margin-bottom: 30px;
    color: var(--clr-black);
  }
}
.monitoring__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .monitoring__inner {
    flex-direction: column;
  }
}
.monitoring__left {
  flex: 0 1 42%;
}
@media (max-width: 991.98px) {
  .monitoring__left {
    flex: 1 1 auto;
    margin-bottom: 40px;
  }
}
.monitoring__right {
  flex: 0 1 48%;
}
.monitoring img {
  width: 100%;
  max-width: 100%;
  border-radius: var(--default-border-radius);
}

.icon-tree {
  position: relative;
}
.icon-tree__items {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.icon-tree > .bttn {
  position: absolute;
  bottom: -20px;
  right: 20px;
}
@media (max-width: 540px) {
  .icon-tree > .bttn {
    width: 100%;
    position: initial;
  }
}
.icon-tree--button-left > .bttn {
  right: initial;
  left: 20px;
}
.icon-tree__icon {
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .icon-tree__icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 540px) {
  .icon-tree__icon {
    position: initial;
    margin-bottom: 15px;
  }
}
.icon-tree__content {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .icon-tree__content {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 540px) {
  .icon-tree__content {
    padding: 0 !important;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }
}
@media (max-width: 540px) and (max-width: 1469.98px) {
  .icon-tree__content {
    font-size: 20px;
    line-height: 26px;
  }
}
.icon-tree__number {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  flex: 0 0 16px;
  margin-right: 16px;
}
@media (max-width: 767.98px) {
  .icon-tree__number {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 540px) {
  .icon-tree__number {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-right: 8px;
  }
}
@media (max-width: 540px) and (max-width: 1469.98px) {
  .icon-tree__number {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 540px) {
  .icon-tree__number::after {
    content: ".";
    display: inline;
  }
}
.icon-tree__item {
  width: 50%;
  position: relative;
  border-bottom: 1px solid var(--clr-lightgreen);
  box-sizing: content-box;
  min-height: 175px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .icon-tree__item {
    min-height: 150px;
  }
}
@media (max-width: 540px) {
  .icon-tree__item {
    border: none !important;
    max-width: 100%;
    width: 100% !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    min-height: auto;
  }
}
.icon-tree__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--clr-lightgreen);
  border: 4px solid #fff;
  outline: 1px dashed var(--clr-border);
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 540px) {
  .icon-tree__item::before {
    display: none;
  }
}
.icon-tree__item:nth-child(even) {
  align-self: flex-end;
  border-left: 1px solid var(--clr-lightgreen);
  width: calc(50% - 1px);
}
.icon-tree__item:nth-child(even)::before {
  bottom: -9px;
  right: 0;
}
.icon-tree__item:nth-child(even) .icon-tree__icon {
  bottom: -50px;
  left: -50px;
}
@media (max-width: 1199.98px) {
  .icon-tree__item:nth-child(even) .icon-tree__icon {
    bottom: -35px;
    left: -35px;
  }
}
.icon-tree__item:nth-child(even) .icon-tree__content {
  padding-left: 70px;
}
.icon-tree__item:nth-child(odd) {
  border-right: 1px solid var(--clr-lightgreen);
}
.icon-tree__item:nth-child(odd):first-of-type {
  border-right: none;
  min-height: initial;
}
.icon-tree__item:nth-child(odd)::before {
  bottom: -9px;
  left: 0;
}
.icon-tree__item:nth-child(odd) .icon-tree__icon {
  bottom: -50px;
  right: -50px;
}
@media (max-width: 1199.98px) {
  .icon-tree__item:nth-child(odd) .icon-tree__icon {
    bottom: -35px;
    right: -35px;
  }
}
.icon-tree__item:nth-child(odd) .icon-tree__content {
  padding-right: 70px;
}

.sampling {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .sampling {
    padding: 50px 0 0;
  }
}
.sampling__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .sampling__heading {
    margin-bottom: 40px;
  }
}
.sampling__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  background-color: var(--clr-grey-bg);
  border-radius: var(--default-border-radius);
}
@media (max-width: 1199.98px) {
  .sampling__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px;
  }
}
@media (max-width: 580px) {
  .sampling__inner {
    position: relative;
    padding-bottom: 130px;
    border-radius: 0;
    margin: 0 -15px;
  }
}
.sampling__image {
  border-radius: var(--default-border-radius);
  overflow: hidden;
  position: relative;
  flex: 0 0 368px;
}
@media (max-width: 1199.98px) {
  .sampling__image {
    margin: 0 15px;
    flex: 0 1 calc(50% - 30px);
  }
}
@media (max-width: 580px) {
  .sampling__image {
    flex: 1 1 100%;
    margin: 0;
  }
}
.sampling__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sampling__image > span {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background-color: var(--clr-accent);
  display: block;
  border-radius: 8px;
  padding: 4px 8px;
}
.sampling__text {
  flex: 0 1 468px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 24px;
  text-align: center;
}
@media (max-width: 1199.98px) and (min-width: 580px) {
  .sampling__text {
    order: 1;
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .sampling__text {
    flex: 0 0 100%;
  }
}
@media (max-width: 580px) {
  .sampling__text {
    margin: 30px 0;
    padding: 0;
  }
}
.sampling__text .bttn {
  margin-top: 32px;
}
@media (max-width: 580px) {
  .sampling__text .bttn {
    position: absolute;
    bottom: 40px;
  }
}
@media (max-width: 520px) {
  .sampling__text .bttn {
    width: calc(100% - 30px);
  }
}

.sintro {
  padding: 100px 0;
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 1000px;
  background-position: calc(50% + 339px) center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .sintro {
    padding: 15px 0 50px;
    background-position: calc(50% + 221px) bottom;
  }
}
.sintro__heading {
  margin-bottom: 32px;
}
.sintro__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .sintro__inner {
    flex-direction: column;
  }
}
.sintro__left {
  flex: 0 1 50%;
}
.sintro__right {
  flex: 0 1 42%;
  border-radius: var(--default-border-radius);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sintro__right {
    order: -1;
    width: 100%;
    margin-bottom: 40px;
  }
}
.sintro__right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sintro.even-cols .sintro__left {
  flex: 0 1 49%;
}
.sintro.even-cols .sintro__right {
  flex: 0 1 49%;
}

.mission {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .mission {
    padding: 0 0 50px;
  }
}
.mission__heading {
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .mission__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .mission__heading {
    margin-bottom: 15px;
  }
}
.mission__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .mission__inner {
    flex-direction: column;
  }
}
.mission__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  row-gap: 16px;
  column-gap: 14px;
  flex: 0 1 36%;
}
@media (max-width: 767.98px) {
  .mission__grid {
    margin-bottom: 40px;
  }
}
.mission__grid-item {
  border-radius: var(--default-border-radius);
  overflow: hidden;
  align-self: stretch;
}
.mission__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mission__grid-item:nth-of-type(1) {
  grid-column: 1/7;
  grid-row: 1;
}
.mission__grid-item:nth-of-type(2) {
  grid-column: 1/4;
  grid-row: 2;
}
.mission__grid-item:nth-of-type(3) {
  grid-column: 4/7;
  grid-row: 2/4;
}
.mission__grid-item:nth-of-type(4) {
  grid-column: 1/4;
  grid-row: 3;
}
.mission__text {
  flex: 0 1 628px;
  padding-right: 60px;
}
@media (max-width: 1469.98px) {
  .mission__text {
    flex: 0 1 620px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .mission__text {
    flex: 0 1 55%;
    padding-right: 0;
  }
}
.mission__text-list {
  list-style: none;
}
.mission__text-list li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .mission__text-list li {
    margin-bottom: 20px;
  }
}
.mission__text-list li:last-of-type {
  margin-bottom: 0;
}
.mission__text-list li img {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .mission__text-list li img {
    width: 40px;
    height: 40px;
  }
}
.mission__text-top {
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .mission__text-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .mission__text-top {
    margin-bottom: 30px;
  }
}
.mission__text-top p {
  margin-bottom: 20px;
}
.mission__text-top p:last-of-type {
  margin-bottom: 0;
}
.mission__text-bot {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .mission__text-bot {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .mission__text-bot {
    margin-top: 30px;
  }
}
.mission__text-bot p {
  margin-bottom: 20px;
}
.mission__text-bot p:last-of-type {
  margin-bottom: 0;
}

.switch {
  padding: 50px 0 100px;
}
@media (max-width: 767.98px) {
  .switch {
    padding: 50px 0;
  }
}
.switch__heading {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .switch__heading {
    margin-bottom: 15px;
  }
}
.switch__text {
  margin-bottom: 60px;
  max-width: 1074px;
}
@media (max-width: 767.98px) {
  .switch__text {
    margin-bottom: 40px;
  }
}
.switch__inner {
  background-color: var(--clr-grey-bg);
  border-radius: var(--default-border-radius);
  padding: 60px 32px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .switch__inner {
    padding: 0;
    background-color: transparent;
  }
}
.switch__labels {
  background-color: #fff;
  border-radius: var(--default-border-radius);
  flex: 0 0 530px;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .switch__labels {
    flex: 0 0 470px;
  }
}
@media (max-width: 991.98px) {
  .switch__labels {
    flex: 0 1 42%;
  }
}
@media (max-width: 767.98px) {
  .switch__labels {
    flex: 1 1 100%;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin-right: 0;
    overflow: hidden;
  }
}
.switch__dd-icon {
  display: none;
}
@media (max-width: 767.98px) {
  .switch__dd-icon {
    transition: transform 0.3s ease-in;
    transform-origin: center;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}
.switch__label {
  color: var(--clr-secondary);
}
@media (max-width: 767.98px) {
  .switch__label {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  }
}
.switch__label .switch__contents-item {
  padding: 15px;
}
.switch__label .switch__contents-item img {
  max-width: 100%;
}
.switch__label-header {
  padding: 32px 24px;
  transition: color var(--default-transition-timing);
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.switch__label-header img {
  margin-right: 16px;
  flex: 0 0 50px;
}
@media (max-width: 1199.98px) {
  .switch__label-header {
    flex: 0 0 470px;
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .switch__label-header {
    padding: 15px 36px 15px 15px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
  }
  .switch__label-header img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex: 0 0 30px;
  }
}
@media (hover: hover) {
  .switch__label:hover {
    color: var(--clr-accent);
  }
}
.switch__label.active .switch__label-header {
  color: var(--clr-accent);
}
.switch__label.active .switch__dd-icon {
  transform: translateY(-50%) rotate(180deg);
}
.switch__contents {
  flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  .switch__contents {
    flex: 0 1 50%;
  }
}
@media (max-width: 767.98px) {
  .switch__contents {
    display: none;
  }
}
.switch__contents-item {
  opacity: 0;
  height: 0;
  transform: translateY(-20px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
@media (max-width: 767.98px) {
  .switch__contents-item {
    height: auto;
    transform: translateY(0px);
    display: none;
    transition: none;
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .switch__contents-item.active {
    opacity: 1;
    height: 100%;
    transform: translateY(0px);
  }
}
.switch__contents-item-inner {
  display: flex;
  flex-direction: column;
  height: auto;
}
.switch__contents-item h2, .switch__contents-item h3, .switch__contents-item h4, .switch__contents-item h5, .switch__contents-item h6 {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .switch__contents-item h2, .switch__contents-item h3, .switch__contents-item h4, .switch__contents-item h5, .switch__contents-item h6 {
    margin-bottom: 10px;
  }
}
.switch__contents-item p {
  font-size: 16px;
  color: var(--clr-secondary);
  line-height: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .switch__contents-item p {
    margin-bottom: 20px;
    color: var(--clr-black);
    font-size: 14px;
    line-height: 22px;
  }
}
.switch__contents-item p:last-of-type {
  margin-bottom: 0;
  flex: 1;
}
.switch__contents-item p:last-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.switch__contents-item img {
  width: 100%;
  height: auto;
  border-radius: var(--default-border-radius);
}

.tslider {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .tslider {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .tslider {
    padding-bottom: 20px;
  }
}
.tslider img {
  max-width: 100%;
}
.tslider--prod {
  background-color: var(--clr-grey-bg);
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .tslider--prod {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .tslider--prod .tslider__side {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 767.98px) {
  .tslider--prod .tslider__side {
    aspect-ratio: initial;
  }
}
@media (max-width: 991.98px) {
  .tslider--prod .tslider__inner {
    min-height: 380px;
  }
}
.tslider--prod .swiper-slide {
  background-color: #fff;
}
.tslider__inner {
  display: flex;
  position: relative;
  min-height: 500px;
}
.tslider__content {
  max-width: calc(100% - 30px);
}
.tslider__side {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tslider__side {
    max-width: 55%;
    padding-right: 25px;
  }
}
.tslider__side h2, .tslider__side h3, .tslider__side h4, .tslider__side h5, .tslider__side h6, .tslider__side p {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .tslider__side h2, .tslider__side h3, .tslider__side h4, .tslider__side h5, .tslider__side h6, .tslider__side p {
    margin-bottom: 15px;
  }
}
.tslider__main {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .tslider__main {
    max-width: 45%;
    position: absolute !important;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .tslider__main {
    margin-top: 15px;
  }
}
.tslider__main-arrows {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .tslider__main-arrows {
    display: flex;
    justify-content: center;
  }
}
.tslider__main-arrows .swiper-arrow:first-of-type {
  margin-right: 8px;
}
.tslider__main-arrows .swiper-arrow:last-of-type {
  margin-left: 8px;
}
.tslider__main-item {
  aspect-ratio: 1/0.95;
  border-radius: var(--default-border-radius);
  overflow: hidden;
}
.tslider__main-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tslider__thumbs {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .tslider__thumbs {
    margin-top: 15px;
  }
}
.tslider__thumbs-item {
  aspect-ratio: 1/1.05;
  border-radius: var(--thumb-border-radius);
  overflow: hidden;
}
.tslider__thumbs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tslider__thumbs-item.swiper-slide-thumb-active {
  border: 2px solid var(--clr-accent);
}
.tslider__additional {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .tslider__additional {
    flex-direction: column;
    margin-top: 40px;
  }
}
.tslider__additional-left {
  flex: 0 1 45%;
}
.tslider__additional-left img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--default-border-radius);
}
.tslider__additional-left video {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--default-border-radius);
}
.tslider__additional-right {
  flex: 0 1 45%;
}
@media (max-width: 767.98px) {
  .tslider__additional-right {
    order: -1;
    margin-bottom: 15px;
  }
}
.tslider__additional-right h2, .tslider__additional-right h3, .tslider__additional-right h4, .tslider__additional-right h5, .tslider__additional-right h6, .tslider__additional-right p {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .tslider__additional-right h2, .tslider__additional-right h3, .tslider__additional-right h4, .tslider__additional-right h5, .tslider__additional-right h6, .tslider__additional-right p {
    margin-bottom: 15px;
  }
}

.ytslider {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .ytslider {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .ytslider {
    padding: 20px 0 50px;
  }
}
.ytslider .swiper {
  z-index: 0;
}
.ytslider__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 360px;
}
.ytslider__heading {
  max-width: 1160px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .ytslider__heading {
    margin-bottom: 40px;
    max-width: 900px;
  }
}
.ytslider__side {
  width: 100%;
  max-width: 44%;
  display: flex;
  flex-direction: column;
}
.ytslider__side-content h2, .ytslider__side-content h3, .ytslider__side-content h4, .ytslider__side-content h5, .ytslider__side-content h6, .ytslider__side-content p {
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .ytslider__side-content h2, .ytslider__side-content h3, .ytslider__side-content h4, .ytslider__side-content h5, .ytslider__side-content h6, .ytslider__side-content p {
    margin-bottom: 15px;
  }
}
.ytslider__side-content .bttn {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .ytslider__side-content .bttn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .ytslider__side {
    max-width: 100%;
  }
}
.ytslider__thumbs {
  max-width: 100%;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .ytslider__thumbs {
    margin-top: 10px;
  }
}
.ytslider__thumbs-item {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 1s ease-in;
}
.ytslider__thumbs-item.swiper-slide-thumb-active {
  border: 2px solid var(--clr-accent);
}
.ytslider__thumbs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ytslider__main {
  max-width: calc(56% - 50px);
}
@media (max-width: 1199.98px) {
  .ytslider__main {
    max-width: calc(56% - 15px);
  }
}
@media (min-width: 992px) {
  .ytslider__main {
    position: absolute !important;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .ytslider__main {
    max-width: 100%;
  }
}
.ytslider__main .swiper-slide {
  aspect-ratio: 17/9;
  border-radius: var(--default-border-radius);
  overflow: hidden;
}
.ytslider__main-arrows {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .ytslider__main-arrows {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .ytslider__main-arrows {
    justify-content: center;
  }
}
.ytslider__main-arrows .swiper-arrow:first-of-type {
  margin-right: 8px;
}
.ytslider__main-arrows .swiper-arrow:last-of-type {
  margin-left: 8px;
}

.logo-list {
  padding: 60px 0 100px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .logo-list {
    padding: 50px 0;
  }
}
.logo-list__heading {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .logo-list__heading {
    margin-bottom: 15px;
  }
}
.logo-list__text {
  margin-bottom: 40px;
}
.logo-list__slider-arrows {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .logo-list__slider-arrows {
    justify-content: center;
  }
}
.logo-list__slider-arrows .swiper-arrow:first-of-type {
  margin-right: 8px;
}
.logo-list__slider-arrows .swiper-arrow:last-of-type {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .logo-list__slider-arrows {
    display: none;
  }
}
.logo-list__items .swiper-wrapper {
  align-items: center;
}
@media (min-width: 768px) {
  .logo-list__items .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 62px;
  }
}
.logo-list__item {
  width: auto !important;
}
@media (min-width: 768px) {
  .logo-list__item {
    height: 80px !important;
  }
}
.logo-list__item img {
  width: 100%;
  max-width: 200px;
  height: 100%;
  object-fit: contain;
}

.presence {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .presence {
    padding: 50px 0;
  }
}
.presence__heading {
  margin-bottom: 54px;
}
@media (max-width: 991.98px) {
  .presence__heading {
    margin-bottom: 40px;
  }
}
.presence__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .presence__inner {
    flex-direction: column;
  }
}
.presence__list-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
  font-weight: 500;
}
@media (max-width: 1469.98px) {
  .presence__list-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  .presence__list-title {
    padding: 15px 15px 5px;
    font-size: 14px;
    line-height: 22px;
    color: var(--clr-secondary);
    margin-bottom: 0;
  }
  .presence__list-title:first-of-type {
    padding-top: 0;
  }
}
.presence__nav {
  flex: 0 1 calc(50% - 24px);
}
@media (min-width: 992px) {
  .presence__nav {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .presence__nav {
    flex: initial;
    display: none;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: var(--default-shadow);
    overflow: hidden;
    padding: 15px 5px 15px 0;
  }
  .presence__nav .scroll-container {
    height: 300px;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .presence__nav .scroll-container::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
  }
  .presence__nav .scroll-container::-webkit-scrollbar-thumb {
    background: var(--clr-accent); /* Color of the thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
  }
  .presence__nav .scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
    border-radius: 5px; /* Rounded corners for the track */
  }
}
.presence__nav-toggle {
  display: none;
}
@media (max-width: 991.98px) {
  .presence__nav-toggle {
    margin: 0 0 10px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    box-shadow: var(--default-shadow);
    border-radius: 15px;
  }
  .presence__nav-toggle svg {
    transform-origin: center;
    transition: transform var(--default-transition-timing);
  }
  .presence__nav-toggle.active svg {
    transform: rotate(180deg);
  }
}
.presence__nav-list {
  list-style: none;
}
.presence__nav-list--offices {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .presence__nav-list--offices {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .presence__nav-list--partners {
    column-count: 2;
  }
}
.presence__nav-list li {
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .presence__nav-list li {
    margin-bottom: 0;
    border-bottom: 1px solid var(--clr-border);
    padding: 10px 15px;
    margin-right: 10px;
  }
}
.presence__nav-list li::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='19' viewBox='0 0 15 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4444 7.4C13.4444 10.9347 7.22222 17 7.22222 17C7.22222 17 1 10.9347 1 7.4C1 3.86538 3.78579 1 7.22222 1C10.6587 1 13.4444 3.86538 13.4444 7.4Z' stroke='%23247345' stroke-width='1.5'/%3E%3Cpath d='M7.22238 8.11127C7.7133 8.11127 8.11127 7.7133 8.11127 7.22238C8.11127 6.73147 7.7133 6.3335 7.22238 6.3335C6.73147 6.3335 6.3335 6.73147 6.3335 7.22238C6.3335 7.7133 6.73147 8.11127 7.22238 8.11127Z' stroke='%23247345' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 13px;
  height: 20px;
  margin-right: 12px;
  display: inline-block;
  transform: translateY(3px);
}
@media (max-width: 991.98px) {
  .presence__nav-list li::before {
    display: none;
  }
}
.presence__nav-list li.active {
  color: var(--clr-accent);
}
.presence__map {
  flex: 0 1 50%;
  border: 1px solid var(--clr-border);
  border-radius: var(--default-border-radius);
  overflow: hidden;
  background-color: #f3f9f6 !important;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .presence__map {
    flex-direction: column;
    aspect-ratio: 1/0.8;
  }
}
.presence__map .featured-country--partner.active-country {
  fill: var(--clr-accent);
}
.presence__map .featured-country--office.active-country {
  fill: url(#gradient) !important;
}
.presence__map .leaflet-popup-content-wrapper {
  border-radius: 5px;
  border-bottom-left-radius: 0;
}
.presence__map .leaflet-popup-content {
  margin: 16px;
  font-family: var(--ff);
}
@media (max-width: 767.98px) {
  .presence__map .leaflet-popup-content {
    margin: 10px;
  }
}
.presence__map .leaflet-popup-content span:first-of-type {
  font-size: 14px;
  line-height: 18px;
  color: var(--clr-secondary);
}
@media (max-width: 767.98px) {
  .presence__map .leaflet-popup-content span:first-of-type {
    font-size: 12px;
    line-height: 16px;
  }
}
.presence__map .leaflet-popup-content span:last-of-type {
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-accent);
}
@media (max-width: 767.98px) {
  .presence__map .leaflet-popup-content span:last-of-type {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
}
.presence__map .leaflet-popup {
  left: -1px !important;
}
.presence__map .leaflet-popup-tip {
  box-shadow: none;
}
.presence__map .leaflet-popup-tip-container {
  left: 13px;
  transform: rotate(135deg);
  width: 17px;
  height: 17px;
  box-shadow: none;
  margin-top: -8px;
}

.stext {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .stext {
    padding: 50px 0;
  }
}
.stext h2 {
  margin-bottom: 18px;
}
.stext p {
  margin-bottom: 0;
}
.stext__content {
  margin-bottom: 24px;
}
.stext__footer {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1469.98px) {
  .stext__footer {
    font-size: 20px;
    line-height: 26px;
  }
}
.stext__footer a {
  text-decoration: underline;
  color: var(--clr-black);
}

.lsprovs {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .lsprovs {
    padding: 50px 0;
  }
}
.lsprovs__heading {
  margin-bottom: 36px;
}
.lsprovs__item {
  border-radius: var(--default-border-radius);
  box-shadow: var(--default-shadow);
  background-color: #fff;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .lsprovs__item {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
  }
}
.lsprovs__item:last-of-type {
  margin-bottom: 0;
}
.lsprovs__item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: var(--clr-grey-bg);
  border-radius: var(--default-border-radius);
  flex: 0 1 35%;
}
@media (max-width: 767.98px) {
  .lsprovs__item-logo {
    margin-bottom: 20px;
    border-radius: 0;
  }
}
.lsprovs__item-logo img {
  max-width: 100%;
}
.lsprovs__item-content {
  flex: 0 1 60%;
}
@media (max-width: 767.98px) {
  .lsprovs__item-content {
    padding: 0 20px 20px;
  }
}
.lsprovs__item-text {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .lsprovs__item-text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .lsprovs__item-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.lsprovs__item-text h3 {
  margin-bottom: 10px;
}

.bg-intro {
  padding: 80px 0;
  min-height: 420px;
  background-image: url("img/tech-docs/bg-intro.jpg");
  background-size: 78%;
  background-position: top 27% left 111%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .bg-intro {
    background-size: 100%;
    background-position: top 27% left 200px;
  }
}
@media (max-width: 767.98px) {
  .bg-intro {
    position: relative;
    background-size: 1400px;
    background-position: center;
    height: calc(100svh - var(--hh));
    max-height: 760px;
  }
  .bg-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.bg-intro .container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .bg-intro .container {
    position: relative;
  }
}
.bg-intro__heading {
  max-width: 100%;
}

.docs {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .docs {
    padding: 50px 0;
  }
}
.docs__heading {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .docs__heading {
    margin-bottom: 20px;
  }
}
.docs__grid {
  display: flex;
  flex-wrap: wrap;
}
.docs__item {
  flex: 0 1 calc(50% - 8px);
  border: 1px solid var(--clr-accent);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  border-radius: var(--default-border-radius);
  padding: 35px 25px;
  min-height: 144px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .docs__item {
    flex: 0 1 100%;
    min-height: initial;
    margin-bottom: 10px;
    padding: 20px;
  }
}
.docs__item:nth-of-type(odd) {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .docs__item:nth-of-type(odd) {
    margin-right: 0;
  }
}
.docs__item:nth-of-type(even) {
  margin-left: 8px;
}
@media (max-width: 767.98px) {
  .docs__item:nth-of-type(even) {
    margin-left: 0;
  }
}
.docs__item-icon {
  display: block;
  margin-right: 18px;
}
.docs__item-icon svg {
  display: block;
}
.docs__item-title {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: var(--clr-accent);
}
@media (max-width: 1469.98px) {
  .docs__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.svideo {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .svideo {
    padding: 50px 0;
  }
}
.svideo__heading {
  margin-bottom: 12px;
}
.svideo__text {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .svideo__text {
    margin-bottom: 20px;
  }
}
.svideo__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 320px;
}
@media (max-width: 991.98px) {
  .svideo__inner {
    min-height: initial;
  }
}
.svideo__content {
  flex: 0 1 350px;
}
@media (max-width: 767.98px) {
  .svideo__content {
    flex: 1 1 100%;
  }
}
@media (max-width: 540px) {
  .svideo__content .bttn {
    width: 100%;
  }
}
.svideo__video {
  width: 100%;
}
@media (min-width: 768px) {
  .svideo__video {
    position: absolute;
    right: 0;
    top: 0;
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 767.98px) {
  .svideo__video {
    margin-bottom: 30px;
  }
}
.svideo__video .vimage {
  aspect-ratio: 16/9;
  border-radius: var(--default-border-radius);
  overflow: hidden;
}

.technology-intro {
  min-height: calc(100svh - var(--hh));
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 2000px;
  background-position: top -700px right -700px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 1469.98px) {
  .technology-intro {
    background-position: top -800px right -1000px;
  }
}
@media (max-width: 767.98px) {
  .technology-intro {
    padding: 40px 0;
    flex-direction: column;
    background-size: 1000px;
    background-position: top 0 right -600px;
  }
}
@media (min-width: 1980px) {
  .technology-intro {
    min-height: initial;
  }
}
@media (min-height: 1100px) {
  .technology-intro {
    min-height: initial;
  }
}
@media (max-width: 767.98px) {
  .technology-intro .container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.technology-intro__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .technology-intro__inner {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-bottom: 60px;
    justify-content: initial;
  }
}
.technology-intro__content {
  flex: 0 1 40%;
}
@media (max-width: 767.98px) {
  .technology-intro__content .bttn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.technology-intro__text {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .technology-intro__text {
    margin-bottom: 15px;
  }
}
.technology-intro__image {
  flex: 0 1 50%;
}
.technology-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--default-border-radius);
}

.ptech {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .ptech {
    padding: 50px 0;
  }
}
.ptech__main-text {
  margin-bottom: 32px;
}
.ptech__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .ptech__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ptech__links {
  display: flex;
  flex-direction: column;
}
.ptech__links a {
  display: flex;
  align-items: center;
  padding: 10px 27px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  border: 1px solid var(--clr-accent);
  border-radius: 8px;
  background-color: #fff;
  color: var(--clr-accent);
}
@media (max-width: 767.98px) {
  .ptech__links a {
    font-size: 14px;
    line-height: 22px;
  }
}
.ptech__links a:last-of-type {
  margin-bottom: 32px;
}
.ptech__links a svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 18px;
}
.ptech__video {
  width: 100%;
  flex: 0 1 50%;
}
.ptech__video video {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .ptech__video {
    margin-top: 30px;
  }
}
.ptech__content {
  flex: 0 1 48%;
}

.cmedia {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .cmedia {
    padding: 50px 0;
  }
}
.cmedia__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .cmedia__inner {
    flex-direction: column;
  }
}
.cmedia__left {
  flex: 0 1 calc(50% - 50px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .cmedia__left {
    margin-bottom: 18px;
  }
}
.cmedia__left h2, .cmedia__left h3, .cmedia__left h4, .cmedia__left h5, .cmedia__left h6 {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .cmedia__left h2, .cmedia__left h3, .cmedia__left h4, .cmedia__left h5, .cmedia__left h6 {
    margin-bottom: 20px;
  }
}
.cmedia__left p {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .cmedia__left p {
    margin-bottom: 15px;
  }
}
.cmedia__left > .bttn {
  margin-top: auto;
  max-width: fit-content;
}
@media (max-width: 580px) {
  .cmedia__left > .bttn {
    max-width: 100%;
  }
}
.cmedia__right {
  flex: 0 1 50%;
}
.cmedia__right .vimage {
  border-radius: var(--default-border-radius);
  overflow: hidden;
}
.cmedia__image {
  width: 100%;
  height: 100%;
}
.cmedia__image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: var(--default-border-radius);
}
.cmedia__image video {
  width: 100%;
}

.bsafecap {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .bsafecap {
    padding: 50px 0;
  }
}
.bsafecap__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .bsafecap__main {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.bsafecap__main-content {
  flex: 0 1 calc(50% - 50px);
}
.bsafecap__main-content h2 {
  margin-bottom: 24px;
}
.bsafecap__main-image {
  flex: 0 1 50%;
}
@media (max-width: 767.98px) {
  .bsafecap__main-image {
    margin-top: 30px;
  }
}
.bsafecap__main-image img {
  width: 100%;
}
.bsafecap__positions {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .bsafecap__positions {
    max-width: 100%;
  }
}
.bsafecap__position {
  position: relative;
}
.bsafecap__position-text {
  border: 1px solid var(--clr-fpc-violet);
  padding: 16px 24px;
  border-radius: 24px;
  margin-bottom: 24px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .bsafecap__position-text {
    border: none;
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
  }
}
.bsafecap__position-text > span:first-of-type {
  color: var(--clr-fpc-violet);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 9px;
  font-weight: 500;
}
.bsafecap__position-text::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--clr-fpc-violet);
  top: 25px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .bsafecap__position-text::before {
    display: none;
  }
}
.bsafecap__position > img {
  position: absolute;
  width: 42%;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .bsafecap__position > img {
    width: 46%;
  }
}
@media (max-width: 767.98px) {
  .bsafecap__position > img {
    position: initial;
    width: 280px;
    top: initial;
    left: initial;
    margin: 0 auto 10px;
  }
}
.bsafecap__position--first > img {
  left: -100%;
  top: 0;
}
.bsafecap__position--first .bsafecap__position-text::before {
  left: -90%;
}
.bsafecap__position--second > img {
  left: -50%;
  top: -25px;
}
.bsafecap__position--second .bsafecap__position-text::before {
  right: 40%;
}

.faq-hero {
  padding: 100px 0 185px;
  background: url("img/faq/faq-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.faq-hero .container {
  position: relative;
}
.faq-hero__img {
  position: absolute;
  top: -50px;
  right: 200px;
  display: block;
  width: auto;
  height: 260px;
}
@media (max-width: 1200px) {
  .faq-hero {
    padding: 40px 0 45px;
    background: url("img/faq/faq-bg-m.jpg") no-repeat center;
    background-size: 100% auto;
  }
  .faq-hero__img {
    margin-top: 40px;
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: auto;
  }
}

.faq-content {
  padding: 80px 0;
}
.faq-content .container {
  display: grid;
  grid-template-columns: 340px 1fr;
  column-gap: 25px;
  align-items: flex-start;
  position: relative;
}
.faq-content__nav {
  display: block;
}
.faq-content__nav .faq-nav-wrapper.fixed {
  position: absolute;
  left: 15px;
  top: 0;
  width: 340px;
}
.faq-content__nav .faq-nav-wrapper.fixed .faq-nav {
  position: fixed;
  top: 170px;
  width: 340px;
}
.faq-content__tabs {
  position: relative;
}
.faq-content__select {
  display: none;
}
@media (max-width: 1200px) {
  .faq-content {
    padding: 65px 0 40px;
    position: relative;
  }
  .faq-content .container {
    display: grid;
    position: static;
    grid-template-columns: minmax(0, 1fr);
  }
  .faq-content__nav {
    display: none;
  }
  .faq-content__select {
    display: block;
  }
  .faq-content__select .custom-select {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 15px;
  }
  .faq-content__select .custom-select.fixed {
    position: fixed;
    top: 70px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

.faq-nav {
  --active-color: var(--clr-fpc-green);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-nav nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.faq-nav nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background: white;
}
.faq-nav nav a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--clr-black);
  padding-left: 20px;
  position: relative;
}
.faq-nav nav a.active {
  color: var(--active-color);
}
.faq-nav nav a.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--active-color);
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.faq-nav nav a:hover {
  color: var(--active-color);
}

.faq-tab {
  padding: 80px 0;
}
.faq-tab:first-child {
  padding-top: 0;
}
.faq-tab:last-child {
  padding-bottom: 0;
}
.faq-tab__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  color: var(--clr-fpc-green);
  margin-bottom: 24px;
}
.faq-tab .accordion:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .faq-tab {
    padding: 40px 0;
  }
  .faq-tab:first-child, .faq-tab:last-child {
    padding: 40px 0;
  }
  .faq-tab__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 30px;
  }
  .faq-tab .accordion:not(:last-child) {
    margin-bottom: 10px;
  }
}

.accordion {
  --accordion-color: var(--clr-fpc-green);
  border: 1px solid var(--accordion-color);
  border-radius: 24px;
  width: 100%;
}
.accordion__toggle {
  display: inline-block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  border-radius: 24px;
  padding: 24px 72px 24px 24px;
  background: transparent;
  margin: 0;
  color: var(--accordion-color);
  position: relative;
  cursor: pointer;
  border: none;
}
.accordion__toggle i {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  border: 1px solid var(--accordion-color);
}
.accordion__toggle i::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 1.2px;
  background: var(--accordion-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion__toggle i::after {
  transition: all var(--default-transition-timing);
  content: "";
  display: block;
  position: absolute;
  width: 1.2px;
  height: 16px;
  background: var(--accordion-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion__body {
  width: 100%;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all var(--default-transition-timing);
}
.accordion__body p:not(:last-child) {
  margin-bottom: 16px;
}
.accordion__body .text-center {
  text-align: center;
}
.accordion__body .text-left {
  text-align: left;
}
.accordion__body ul {
  padding-left: 24px;
}
.accordion__body ul:not(:last-child) {
  margin-bottom: 16px;
}
.accordion__body .table-container {
  overflow-x: auto;
  padding: 2px;
}
.accordion__body .table-container:not(:last-child) {
  margin-bottom: 24px;
}
.accordion__body table {
  box-shadow: var(--default-shadow);
  border-radius: 24px;
  background: white;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.accordion__body table td, .accordion__body table th {
  padding: 10px 16px;
  border: 1px solid var(--clr-border);
}
.accordion__body table th {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: var(--clr-black);
  background: var(--clr-grey-bg);
  border-bottom: 2px solid var(--clr-border);
  margin: 0;
}
.accordion__body table th:first-child {
  border-radius: 24px 0 0 0;
}
.accordion__body table th:last-child {
  border-radius: 0 24px 0 0;
}
.accordion__body table td {
  font-size: 16px;
  line-height: 150%;
  color: var(--clr-black);
}
.accordion__body table tbody tr:nth-child(even) {
  background: var(--clr-grey-bg);
}
.accordion__body table tbody tr:last-child > td:first-child {
  border-radius: 0 0 0 24px;
}
.accordion__body table tbody tr:last-child > td:last-child {
  border-radius: 0 0 24px 0;
}
.accordion__body table i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("img/faq/faq-check.svg") no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.accordion__inner {
  margin: 0 24px 24px 24px;
  font-size: 16px;
  line-height: 150%;
}
.accordion.active .accordion__toggle i:after {
  height: 0;
  width: 0;
}
.accordion.active .accordion__body {
  max-height: 9999px;
}
@media (max-width: 1200px) {
  .accordion {
    border-radius: 15px;
    min-height: 130px;
  }
  .accordion__toggle {
    font-weight: 500;
    font-size: 14px;
    border-radius: 15px;
    text-align: left;
    padding: 20px 60px 20px 20px;
  }
  .accordion__toggle i {
    top: 20px;
    right: 20px;
  }
  .accordion__inner {
    margin: 0 20px 20px 20px;
    font-size: 14px;
  }
  .accordion__body table td, .accordion__body table th {
    padding: 10px 12px;
    font-size: 14px;
  }
  .accordion__body table th {
    font-size: 18px;
  }
}

.scroll-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 8px;
  bottom: 64px;
  right: 24px;
  background: white;
  padding: 8px;
  border: none;
  border-radius: 16px;
  margin: 0;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}
.scroll-top svg {
  width: 48px;
  height: 48px;
  display: block;
}
.scroll-top span {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-align: center;
  color: var(--clr-accent);
}
@media (max-width: 1200px) {
  .scroll-top {
    box-shadow: var(--default-shadow);
    bottom: 40px;
    right: 15px;
  }
  .scroll-top span {
    font-size: 12px;
    line-height: 150%;
  }
}

.custom-select {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: var(--clr-black);
  z-index: 100;
}
.custom-select__button {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border: none;
  color: var(--clr-accent);
  padding: 15px 50px 15px 20px;
  min-height: 50px;
  background-color: white;
  box-shadow: var(--default-shadow);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.custom-select__arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  transition: transform var(--default-transition-timing);
}
.custom-select__selected {
  text-align: left;
}
.custom-select__list {
  position: absolute;
  list-style: none;
  width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 0 0 15px 15px;
  max-height: 300px;
  overflow-y: auto;
  transition: all var(--default-transition-timing);
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 0;
}
.custom-select__list li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.custom-select__list li label {
  width: 100%;
  padding: 10px 15px;
  min-height: 50px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.custom-select__list::-webkit-scrollbar {
  width: 5px;
}
.custom-select__list::-webkit-scrollbar-track {
  background-color: var(--clr-border);
  border-radius: 8px;
}
.custom-select__list::-webkit-scrollbar-thumb {
  background: var(--clr-accent);
  border-radius: 8px;
}
.custom-select__list li:hover, .custom-select__list input:checked ~ label {
  background-color: var(--clr-grey-bg);
  color: var(--clr-accent);
}
.custom-select__list input:focus ~ label {
  background-color: var(--clr-grey-bg);
}
.custom-select__list input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.custom-select.active .custom-select__button {
  border-radius: 15px 15px 0 0;
}
.custom-select.active .custom-select__list {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transform-origin: top;
}
.custom-select.active .custom-select__arrow {
  transform: rotate(180deg);
}

.maxi-hero {
  padding: 165px 0 130px;
  position: relative;
}
.maxi-hero .container {
  position: relative;
  z-index: 1;
}
.maxi-hero__title span {
  color: var(--clr-fpc-blue);
}
.maxi-hero__inner {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.maxi-hero__img {
  position: absolute;
  top: -50px;
  right: 0;
  display: block;
  width: 590px;
  height: auto;
}
.maxi-hero__img img {
  border-radius: 18px;
  height: auto;
  display: block;
  width: 100%;
}
.maxi-hero__btn, .maxi-hero__btn-m {
  width: max-content;
  gap: 8px;
}
.maxi-hero__btn svg, .maxi-hero__btn-m svg {
  display: block;
}
.maxi-hero__btn svg path, .maxi-hero__btn-m svg path {
  transition: all var(--default-transition-timing);
}
.maxi-hero__btn:hover svg path, .maxi-hero__btn-m:hover svg path {
  stroke: var(--clr-black);
}
.maxi-hero__btn-m {
  display: none;
}
.maxi-hero__bg {
  position: absolute;
  width: 61%;
  top: 0;
  right: 0;
  z-index: -1;
}
.maxi-hero__bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .maxi-hero {
    padding: 40px 0;
  }
  .maxi-hero__title {
    margin-bottom: 15px;
  }
  .maxi-hero__img {
    position: relative;
    top: unset;
    right: unset;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .maxi-hero__img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .maxi-hero__btn {
    display: none;
  }
  .maxi-hero__btn-m {
    display: flex;
    width: 100%;
  }
  .maxi-hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .maxi-hero__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
}

.product-tabs {
  --tabs-active-color: var(--clr-fpc-blue);
  --tabs-count: 3;
  overflow: hidden;
}
.product-tabs--defprod .product-tabs__nav {
  margin: 80px 0;
}
@media (max-width: 991.98px) {
  .product-tabs--defprod .product-tabs__nav {
    margin: 50px 0;
  }
}
.product-tabs--defprod .product-tabs__item section:first-of-type {
  padding-top: 0;
}
.product-tabs__nav {
  display: flex;
  border-top: 2px solid var(--tabs-active-color);
  border-bottom: 2px solid var(--tabs-active-color);
}
@media (max-width: 991.98px) {
  .product-tabs__nav {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .product-tabs__nav {
    border-top: 1px solid var(--tabs-active-color);
    border-bottom: 1px solid var(--tabs-active-color);
  }
}
.product-tabs__nav a {
  flex: 1 0 calc(100% / var(--tabs-count));
  padding: 9px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  color: var(--tabs-active-color);
  transition: all var(--default-transition-timing);
  border-left: 2px solid var(--tabs-active-color);
}
@media (max-width: 991.98px) {
  .product-tabs__nav a {
    border-left: none;
    border-top: 1px solid var(--tabs-active-color);
  }
}
@media (max-width: 767.98px) {
  .product-tabs__nav a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 9px 10px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .product-tabs__nav a {
    font-size: 14px;
  }
}
.product-tabs__nav a:first-of-type {
  border-left: none;
}
@media (max-width: 991.98px) {
  .product-tabs__nav a:first-of-type {
    border-top: none;
  }
}
.product-tabs__nav a.active {
  background-color: var(--tabs-active-color);
  color: white;
}
.product-tabs__nav a.active span {
  display: block;
  position: relative;
}
.product-tabs__nav a.active span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
.product-tabs__item {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
.product-tabs__item.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: translateY(0px);
}

.maxi-description {
  padding: 80px 0;
}
.maxi-description__title {
  margin-bottom: 24px;
}
.maxi-description__title span {
  color: var(--clr-fpc-blue);
}
@media (max-width: 1200px) {
  .maxi-description {
    padding: 40px 0 20px;
  }
  .maxi-description__title {
    margin-bottom: 15px;
  }
}

.maxi-diagram {
  padding: 80px 0 100px;
  background: url("img/maxi/diagram/bg.png") no-repeat center;
  background-size: 100% 100%;
}
.maxi-diagram__title {
  margin-bottom: 32px;
  text-align: center;
}
.maxi-diagram__title span {
  color: var(--clr-fpc-blue);
}
.maxi-diagram__content {
  position: relative;
  min-height: 483px;
  overflow: hidden;
}
.maxi-diagram__content .diagram-item:first-child {
  left: 60px;
  top: 167px;
  border: 1px solid var(--clr-fpc-blue);
}
.maxi-diagram__content .diagram-item:first-child .diagram-item__inner {
  border: 1px solid var(--clr-fpc-blue);
}
.maxi-diagram__content .diagram-item:first-child .diagram-item__arrow:first-of-type {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.maxi-diagram__content .diagram-item:first-child .diagram-item__arrow:last-of-type {
  bottom: -94px;
  left: 50%;
  width: 183px;
}
.maxi-diagram__content .diagram-item:first-child .diagram-item__arrow:last-of-type:before {
  right: -2px;
  top: 0;
}
.maxi-diagram__content .diagram-item:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  top: 336px;
}
.maxi-diagram__content .diagram-item:nth-child(2) .diagram-item__arrow:first-of-type {
  height: 1px;
  width: 180px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.maxi-diagram__content .diagram-item:nth-child(2) .diagram-item__arrow:last-of-type {
  width: 1px;
  height: 94px;
  top: 50%;
  right: -180px;
  transform: translateY(-100%);
}
.maxi-diagram__content .diagram-item:nth-child(2) .diagram-item__arrow:last-of-type:before {
  right: 0;
  top: -2px;
  transform: translateX(50%) rotate(0deg);
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent var(--clr-fpc-blue) transparent;
}
.maxi-diagram__content .diagram-item:nth-child(3) {
  left: unset;
  right: 60px;
  top: 167px;
}
.maxi-diagram__content .diagram-item:nth-child(3) .diagram-item__arrow:first-of-type {
  bottom: 100%;
  right: 50%;
}
.maxi-diagram__content .diagram-item:nth-child(3) .diagram-item__arrow:last-of-type {
  top: -94px;
  right: 50%;
  width: 183px;
}
.maxi-diagram__content .diagram-item:nth-child(3) .diagram-item__arrow:last-of-type:before {
  left: -2px;
  top: 0;
  transform: translateY(-50%) rotate(0deg);
  border-width: 3px 6px 3px 0;
  border-color: transparent var(--clr-fpc-blue) transparent transparent;
}
.maxi-diagram__content .diagram-item:last-child {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.maxi-diagram__content .diagram-item:last-child .diagram-item__arrow:first-of-type {
  height: 1px;
  width: 179px;
  top: 50%;
  left: 0;
  transform: translateX(-100%);
}
.maxi-diagram__content .diagram-item:last-child .diagram-item__arrow:last-of-type {
  width: 1px;
  height: 94px;
  top: 50%;
  left: -180px;
}
.maxi-diagram__content .diagram-item:last-child .diagram-item__arrow:last-of-type:before {
  left: 0;
  bottom: -2px;
  transform: translateX(-50%) rotate(0deg);
  border-width: 6px 3px 0 3px;
  border-color: var(--clr-fpc-blue) transparent transparent transparent;
}
@media (max-width: 1200px) {
  .maxi-diagram {
    padding: 50px 0;
    background: url("img/maxi/diagram/bg-m.jpg") no-repeat center;
    background-size: 100% 100%;
  }
  .maxi-diagram__title {
    margin-bottom: 40px;
    text-align: left;
  }
  .maxi-diagram__content {
    position: relative;
    min-height: 483px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .maxi-diagram__content .diagram-item:first-child {
    left: unset;
    top: unset;
  }
  .maxi-diagram__content .diagram-item:nth-child(2) {
    left: unset;
    transform: unset;
    top: unset;
  }
  .maxi-diagram__content .diagram-item:nth-child(3) {
    left: unset;
    right: unset;
    top: unset;
  }
  .maxi-diagram__content .diagram-item:last-child {
    left: unset;
    transform: unset;
    top: unset;
  }
}

.diagram-item {
  position: absolute;
  display: block;
  border: 1px dashed var(--clr-fpc-blue);
  background: transparent;
  border-radius: 20px;
  width: 340px;
  height: 144px;
  padding: 10px;
  left: -1000px;
  top: -1000px;
}
.diagram-item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 15px;
  align-content: center;
  box-shadow: var(--default-shadow);
  text-align: center;
  background: white;
}
.diagram-item__text span {
  color: var(--clr-fpc-blue);
}
.diagram-item__arrow {
  position: absolute;
  display: block;
  background: var(--clr-fpc-blue);
}
.diagram-item__arrow:first-of-type {
  width: 1px;
  height: 94px;
}
.diagram-item__arrow:last-of-type {
  height: 1px;
  width: 64px;
}
.diagram-item__arrow:last-of-type:before {
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent var(--clr-fpc-blue);
}
@media (max-width: 1200px) {
  .diagram-item {
    position: relative;
    width: 100%;
    height: auto;
    left: unset;
    top: unset;
  }
  .diagram-item__inner {
    padding: 20px 30px;
    min-height: 125px;
  }
  .diagram-item__text {
    font-size: 16px;
  }
  .diagram-item__arrow {
    display: none;
  }
}

.maxi-choice {
  padding: 80px 0 120px;
}
.maxi-choice__title {
  margin-bottom: 40px;
}
.maxi-choice__title span {
  color: var(--clr-fpc-blue);
}
.maxi-choice__desc {
  margin-bottom: 50px;
}
.maxi-choice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 45px;
  row-gap: 30px;
  counter-reset: choice-section;
}
.maxi-choice__list .choice-item__title::before {
  counter-increment: choice-section;
  content: counter(choice-section) ". ";
}
@media (max-width: 1200px) {
  .maxi-choice {
    padding: 50px 0;
  }
  .maxi-choice__title {
    margin-bottom: 15px;
  }
  .maxi-choice__desc {
    margin-bottom: 40px;
  }
  .maxi-choice__desc p:not(:last-child) {
    margin-bottom: 24px;
  }
  .maxi-choice__list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
}

.choice-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 30px;
  grid-template-areas: "icon title" "icon desc";
  align-items: flex-start;
}
.choice-item__title {
  grid-area: title;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  display: block;
  margin-bottom: 10px;
}
.choice-item__icon {
  grid-area: icon;
  width: 72px;
  height: 72px;
  border: 1px solid var(--clr-border);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choice-item__desc {
  grid-area: desc;
}
@media (max-width: 1200px) {
  .choice-item {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "icon" "title" "desc";
  }
  .choice-item__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .choice-item__icon {
    margin: 0 auto 15px;
  }
}

.maxi-approach {
  padding: 100px 0;
}
.maxi-approach .container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
}
.maxi-approach__title {
  grid-column: 1/13;
  grid-row: 1/2;
  margin-bottom: 30px;
}
.maxi-approach__title span {
  color: var(--clr-fpc-blue);
}
.maxi-approach__desc {
  grid-column: 1/13;
  margin-bottom: 40px;
}
.maxi-approach__desc p:not(:last-child) {
  margin-bottom: 24px;
}
.maxi-approach__img {
  grid-column: 1/5;
  grid-row: 3/6;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.maxi-approach__sub-desc {
  grid-column: 5/13;
  margin-bottom: 60px;
}
.maxi-approach__sub-desc p:not(:last-child) {
  margin-bottom: 24px;
}
.maxi-approach__sub-title {
  grid-column: 5/13;
  margin-bottom: 30px;
}
.maxi-approach__item {
  grid-column: 5/9;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.maxi-approach__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: var(--default-shadow);
}
.maxi-approach__item figcaption {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}
.maxi-approach__item:last-of-type {
  grid-column: 9/13;
}
@media (max-width: 1200px) {
  .maxi-approach {
    padding: 50px 0;
  }
  .maxi-approach .container {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }
  .maxi-approach__title {
    grid-column: unset;
    grid-row: unset;
    margin-bottom: 15px;
  }
  .maxi-approach__desc {
    grid-column: unset;
    margin-bottom: 30px;
  }
  .maxi-approach__img {
    grid-column: unset;
    grid-row: unset;
    min-height: 535px;
    height: auto;
    margin-bottom: 20px;
  }
  .maxi-approach__sub-desc {
    grid-column: unset;
    margin-bottom: 40px;
  }
  .maxi-approach__sub-title {
    grid-column: unset;
    margin-bottom: 20px;
  }
  .maxi-approach__item {
    grid-column: unset;
  }
  .maxi-approach__item figcaption {
    font-size: 20px;
  }
  .maxi-approach__item:last-of-type {
    margin-top: 40px;
    grid-column: unset;
  }
}

.maxi-pathogen {
  padding: 100px 0;
  background: var(--clr-grey-bg);
}
.maxi-pathogen .container {
  display: grid;
  grid-template-columns: 1fr 710px;
  grid-template-areas: "title table" "desc table" "gap table";
  column-gap: 20px;
}
.maxi-pathogen__title {
  grid-area: title;
  margin-bottom: 40px;
}
.maxi-pathogen__title span {
  color: var(--clr-fpc-blue);
}
.maxi-pathogen__desc {
  grid-area: desc;
}
.maxi-pathogen__desc p:not(:last-child) {
  margin-bottom: 24px;
}
.maxi-pathogen__table {
  grid-area: table;
}
.maxi-pathogen .table-container {
  overflow-x: auto;
  padding: 2px;
}
.maxi-pathogen table {
  box-shadow: var(--default-shadow);
  border-radius: 20px;
  background: white;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.maxi-pathogen table br {
  display: none;
}
.maxi-pathogen table td, .maxi-pathogen table th {
  padding: 10px 16px;
  border: 1px solid var(--clr-border);
}
.maxi-pathogen table thead tr:first-child > th:first-child {
  border-radius: 20px 0 0 0;
}
.maxi-pathogen table thead tr:nth-child(2) > th:last-child {
  border-radius: 0 20px 0 0;
  border-top: none;
}
.maxi-pathogen table th {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: var(--clr-black);
  background: var(--clr-grey-bg);
  border-bottom: 2px solid var(--clr-border);
  margin: 0;
}
.maxi-pathogen table th small {
  font-size: 18px;
}
.maxi-pathogen table td {
  font-size: 16px;
  line-height: 150%;
  color: var(--clr-black);
}
.maxi-pathogen table td img {
  display: inline-block;
  width: 127px;
  height: 58px;
}
.maxi-pathogen table tbody tr:nth-child(even) {
  background: var(--clr-grey-bg);
}
.maxi-pathogen table tbody tr:last-child > td:first-child {
  border-radius: 0 0 0 20px;
}
.maxi-pathogen table tbody tr:last-child > td:last-child {
  border-radius: 0 0 20px 0;
}
.maxi-pathogen table span.icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("img/maxi/pathogen/circle.svg") no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.maxi-pathogen table span.icon.check {
  background: url("img/maxi/pathogen/check-circle.svg") no-repeat center;
  background-size: cover;
}
.maxi-pathogen table .ref-item {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: var(--clr-black);
}
.maxi-pathogen table .ref-item span:first-child {
  display: block;
  border: 1.25px solid var(--clr-black);
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.maxi-pathogen table .ref-item span:last-child {
  font-size: 17px;
  line-height: 129%;
}
.maxi-pathogen table .ref-item.white {
  color: white;
}
.maxi-pathogen table .ref-item.white span:first-child {
  border: 1.25px solid white;
}
.maxi-pathogen table .bg-blue {
  background: #00567d;
  color: white;
}
.maxi-pathogen table .bg-green {
  background: #007367;
  color: white;
}
.maxi-pathogen table .bg-light-green {
  background: var(--clr-lightgreen);
  color: white;
}
.maxi-pathogen table .bg-violet {
  background: var(--clr-fpc-violet);
  color: white;
}
.maxi-pathogen table .bg-white {
  background: white;
}
.maxi-pathogen table .d-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1200px) {
  .maxi-pathogen {
    padding: 50px 0;
  }
  .maxi-pathogen .container {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "title" "desc" "table";
  }
  .maxi-pathogen__title {
    margin-bottom: 15px;
  }
  .maxi-pathogen__desc {
    margin-bottom: 20px;
  }
  .maxi-pathogen table td, .maxi-pathogen table th {
    padding: 10px 12px;
    font-size: 14px;
  }
  .maxi-pathogen table th {
    font-size: 18px;
  }
}

@media (max-width: 580px) {
  html[lang=de_DE] .maxi-steps__item {
    hyphens: auto;
  }
}
.maxi-steps {
  padding: 100px 0;
}
.maxi-steps__title {
  margin-bottom: 50px;
}
.maxi-steps__title span {
  color: var(--clr-fpc-blue);
}
.maxi-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  align-items: flex-start;
  counter-reset: steps;
}
.maxi-steps__nav-item {
  border: 1px solid var(--clr-fpc-blue);
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  padding: 5px 20px;
  gap: 30px;
  color: var(--clr-fpc-blue);
  line-height: 150%;
  margin-bottom: 30px;
  font-size: 16px;
}
.maxi-steps__nav-item span:first-child {
  font-size: 18px;
  font-weight: 600;
}
.maxi-steps__nav-item span:first-child:before {
  counter-increment: steps;
  content: counter(steps) ". ";
}
.maxi-steps__nav-item:first-of-type {
  grid-column: 1/5;
  position: relative;
}
.maxi-steps__nav-item:first-of-type::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--clr-fpc-blue);
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate(100%, 50%);
}
.maxi-steps__nav-item:last-of-type {
  grid-column: 4/6;
}
.maxi-steps__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.maxi-steps__item img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 210px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: var(--default-shadow);
}
.maxi-steps__item figcaption p:not(:last-child) {
  margin-bottom: 10px;
}
.maxi-steps__tips {
  grid-column: 1/4;
  display: block;
}
.maxi-steps__tips b {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 20px;
  display: block;
}
.maxi-steps__tips ol {
  padding-left: 24px;
}
.maxi-steps__link {
  width: max-content;
  margin-left: auto;
  align-self: center;
  margin-top: 56px;
  grid-column: 4/6;
  gap: 8px;
}
.maxi-steps__link svg path {
  transition: all var(--default-transition-timing);
}
.maxi-steps__link:hover svg path {
  stroke: var(--clr-black);
}
@media (max-width: 1200px) {
  .maxi-steps {
    padding: 50px 0;
  }
  .maxi-steps__title {
    margin-bottom: 40px;
    order: 0;
  }
  .maxi-steps__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .maxi-steps__nav-item {
    border: none;
    flex-direction: column;
    align-items: flex-start;
    border-radius: unset;
    padding: 0;
    gap: 15px;
    font-size: 20px;
  }
  .maxi-steps__nav-item:first-of-type {
    grid-column: unset;
    order: 1;
  }
  .maxi-steps__nav-item:first-of-type::before {
    content: none;
  }
  .maxi-steps__nav-item:nth-of-type(2) {
    grid-column: unset;
    margin-top: 30px;
    order: 6;
  }
  .maxi-steps__item {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }
  .maxi-steps__item img {
    order: 2;
    border-radius: 15px;
    min-height: unset;
    aspect-ratio: 1/1;
  }
  .maxi-steps__item:first-of-type {
    order: 2;
  }
  .maxi-steps__item:nth-of-type(2) {
    order: 3;
  }
  .maxi-steps__item:nth-of-type(3) {
    order: 4;
  }
  .maxi-steps__item:nth-of-type(4) {
    order: 5;
  }
  .maxi-steps__item:last-of-type {
    order: 7;
  }
  .maxi-steps__tips {
    margin-top: 30px;
    grid-column: unset;
    order: 8;
    margin-bottom: 40px;
  }
  .maxi-steps__tips b {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .maxi-steps__link {
    order: 9;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    grid-column: unset;
  }
}

.maxi-video {
  padding: 100px 0;
  background: url("img/maxi/working-video/bg.png") no-repeat center;
  background-size: 100% 100%;
}
.maxi-video .container {
  display: grid;
  grid-template-columns: 1fr 730px;
  column-gap: 60px;
  grid-template-areas: "title main" "desc main" "link main" "gap main";
}
.maxi-video__title {
  grid-area: title;
  margin-bottom: 40px;
}
.maxi-video__title span {
  color: var(--clr-fpc-blue);
}
.maxi-video__desc {
  grid-area: desc;
  margin-bottom: 40px;
}
.maxi-video__desc p:not(:last-child) {
  margin-bottom: 24px;
}
.maxi-video__link {
  grid-area: link;
  width: max-content;
}
.maxi-video__main {
  grid-area: main;
}
.maxi-video__main .vimage {
  aspect-ratio: 17/9;
  overflow: hidden;
  border-radius: 16px;
}
.maxi-video__main .vimage::before {
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .maxi-video {
    padding: 50px 0;
    background: url("img/maxi/working-video/bg-m.jpg") no-repeat center;
    background-size: 100% 100%;
  }
  .maxi-video .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 60px;
    grid-template-areas: "title" "desc" "link" "main";
  }
  .maxi-video__title {
    margin-bottom: 15px;
  }
  .maxi-video__link {
    width: 100%;
    margin-bottom: 40px;
  }
  .maxi-video__main .vimage {
    border-radius: 20px;
  }
  .maxi-video__main .vimage::before {
    border-radius: 20px;
  }
}

.maxi-downloads {
  padding: 115px 0 125px;
}
.maxi-downloads .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.maxi-downloads__item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--clr-fpc-blue);
  padding: 20px 24px;
  font-size: 24px;
  line-height: 150%;
  color: var(--clr-fpc-blue);
  border-radius: 30px;
  background: white;
}
.maxi-downloads__item svg {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .maxi-downloads {
    padding: 40px 0 20px;
  }
  .maxi-downloads .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  .maxi-downloads__item {
    gap: 10px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 15px;
  }
  .maxi-downloads__item svg {
    width: 25px;
    height: 25px;
  }
}

.maxi-faq {
  padding: 80px 0;
}
.maxi-faq__title {
  margin-bottom: 30px;
}
.maxi-faq__desc {
  display: block;
  max-width: 710px;
  margin-bottom: 40px;
}
.maxi-faq__desc p:not(:last-child) {
  margin-bottom: 24px;
}
.maxi-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.maxi-faq__list .accordion {
  --accordion-color: var(--clr-fpc-blue);
}
@media (max-width: 1200px) {
  .maxi-faq {
    padding: 50px 0;
  }
  .maxi-faq__title {
    margin-bottom: 15px;
  }
  .maxi-faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .maxi-faq__list .accordion {
    min-height: unset;
  }
}

.maxi-training {
  padding: 100px 0;
}
.maxi-training .container {
  display: grid;
  grid-template-columns: 1fr 650px;
  column-gap: 60px;
  grid-template-areas: "title main" "desc main" "link main" "thumbs main";
}
.maxi-training__title {
  grid-area: title;
  margin-bottom: 20px;
}
.maxi-training__desc {
  grid-area: desc;
  margin-bottom: 40px;
}
.maxi-training__desc p:not(:last-child) {
  margin-bottom: 24px;
}
.maxi-training__link {
  grid-area: link;
  width: max-content;
  padding: 0;
  border: none;
  border-radius: unset;
  background: transparent;
  color: var(--clr-fpc-blue);
  margin-bottom: 40px;
}
.maxi-training__link svg path {
  stroke: var(--clr-fpc-blue);
  transition: stroke var(--default-transition-timing);
}
.maxi-training__link:hover svg path {
  stroke: var(--clr-black);
}
.maxi-training__thumbs {
  grid-area: thumbs;
  width: 100%;
  height: max-content;
}
.maxi-training__thumbs-item {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--default-transition-timing);
}
.maxi-training__thumbs-item.swiper-slide-thumb-active {
  border-color: var(--clr-accent);
}
.maxi-training__thumbs-item img {
  display: block;
  max-height: 80px;
  width: 100%;
  aspect-ratio: 17/9;
  object-fit: cover;
  object-position: center;
}
.maxi-training__main {
  grid-area: main;
  width: 100%;
}
.maxi-training__main .vimage {
  height: max-content;
  border-radius: 16px;
  aspect-ratio: 17/9;
  overflow: hidden;
}
.maxi-training__main .vimage::before {
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .maxi-training {
    padding: 50px 0;
  }
  .maxi-training .container {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "title" "desc" "link" "main" "thumbs";
  }
  .maxi-training__title {
    margin-bottom: 15px;
  }
  .maxi-training__link {
    font-size: 14px;
  }
  .maxi-training__main {
    margin-bottom: 10px;
  }
  .maxi-training__main .vimage {
    border-radius: 20px;
  }
  .maxi-training__main .vimage::before {
    border-radius: 20px;
  }
}

.defprod-support {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .defprod-support {
    padding: 50px 0;
  }
}
.defprod-support__heading {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .defprod-support__heading {
    margin-bottom: 15px;
  }
}
.defprod-support__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 18px;
  row-gap: 36px;
}
.defprod-support__item {
  flex: 0 1 calc(50% - 9px);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .defprod-support__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 767.98px) {
  .defprod-support__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.defprod-support__item > img {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin-right: 27px;
  display: block;
}
@media (max-width: 767.98px) {
  .defprod-support__item > img {
    margin-right: 0;
    margin-bottom: 10px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
}
.defprod-support__item > div > span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 1469.98px) {
  .defprod-support__item > div > span {
    font-size: 20px;
    line-height: 26px;
  }
}

.media-hero {
  padding: 100px 0 100px;
}
.media-hero__container {
  position: relative;
}
.media-hero__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 133%;
  margin-bottom: 10px;
}
.media-hero__desc p {
  margin-bottom: 5px;
}
.media-hero__desc p:last-of-type {
  margin-bottom: 24px;
}
.media-hero__text {
  max-width: 400px;
}
@media (max-width: 540px) {
  .media-hero__text a.bttn, .media-hero__text button.bttn {
    width: 100%;
  }
}
.media-hero__img {
  position: absolute;
  top: -55px;
  right: 0;
}
.media-hero__img img {
  display: block;
  width: 380px;
  height: auto;
}
@media (max-width: 1200px) {
  .media-hero {
    padding: 0;
  }
  .media-hero__title {
    font-size: 40px;
  }
  .media-hero__text {
    padding: 35px 0;
    max-width: 100%;
  }
  .media-hero__img {
    position: relative;
    top: unset;
    right: unset;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-grey-bg);
  }
  .media-hero__img img {
    width: 280px;
  }
}

.media-nav {
  --nav-active-color: var(--clr-accent);
  padding: 80px 0;
}
.media-nav__nav-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  border-top: 1px solid var(--nav-active-color);
  border-bottom: 1px solid var(--nav-active-color);
  list-style: none;
}
.media-nav__nav-list li {
  display: block;
  width: 100%;
}
.media-nav__nav-list li:not(:first-child) {
  border-left: 1px solid var(--nav-active-color);
}
.media-nav__nav-list li.current_page_item a {
  background-color: var(--nav-active-color);
  color: white;
}
.media-nav__nav-list li.current_page_item a span {
  display: block;
  position: relative;
}
.media-nav__nav-list li.current_page_item a span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
.media-nav__nav-list a {
  padding: 9px 18px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
  color: var(--nav-active-color);
  transition: all var(--default-transition-timing);
}
@media (max-width: 1200px) {
  .media-nav {
    padding: 20px 0;
  }
  .media-nav__nav-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: unset;
  }
  .media-nav__nav-list li {
    display: block;
    width: 100%;
    border-right: 1px solid var(--nav-active-color);
    border-left: 1px solid var(--nav-active-color);
  }
  .media-nav__nav-list li:not(:last-child) {
    border-bottom: 1px solid var(--nav-active-color);
  }
  .media-nav__nav-list li.current_page_item a {
    background-color: var(--nav-active-color);
    color: white;
  }
  .media-nav__nav-list li.current_page_item a span::before {
    bottom: 0;
    height: 1px;
  }
  .media-nav__nav-list a {
    padding: 9px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
  }
}

.publications {
  padding: 45px 0;
  overflow: hidden;
}
.publications__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 20px;
}
.publications__desc {
  max-width: 580px;
  margin-bottom: 18px;
}
.publications__desc p:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 1200px) {
  .publications {
    padding: 30px 0 50px;
  }
  .publications__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 15px;
  }
  .publications__desc {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .publications__desc p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.pills-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pills-tabs__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.pills-tabs__nav a {
  display: inline-flex;
  align-items: center;
  padding: 10px 27px;
  font-size: 16px;
  text-align: center;
  color: var(--clr-accent);
  border: 1px solid var(--clr-accent);
  border-radius: 100px;
}
.pills-tabs__nav a.active {
  background-color: var(--clr-accent);
  color: #fff;
}
.pills-tabs__content {
  position: relative;
}
.pills-tabs__item {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
.pills-tabs__item.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(0px);
}
@media (max-width: 1200px) {
  .pills-tabs__nav {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .pills-tabs__nav a {
    width: 100%;
    justify-content: center;
    padding: 10px 15px;
    font-size: 14px;
  }
}

.publication-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--clr-accent);
  border-radius: 18px;
  background: #fff;
  min-height: 210px;
  padding: 36px 30px 36px 90px;
  justify-content: center;
  color: var(--clr-black);
  visibility: visible;
}
.publication-item__icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
}
.publication-item__title {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 10px;
  color: var(--clr-accent);
  font-weight: 400;
}
.publication-item__authors {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .publication-item {
    border-radius: 15px;
    min-height: unset;
    padding: 15px 10px 15px 50px;
  }
  .publication-item__icon {
    left: 15px;
    top: 18px;
    transform: unset;
    width: 25px;
    height: 25px;
  }
  .publication-item__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .publication-item__authors {
    font-size: 14px;
  }
}

.press-releases {
  padding: 45px 0;
}
.press-releases__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 18px;
}
.press-releases__title span {
  color: var(--clr-accent);
}
.press-releases__desc {
  max-width: 50%;
  margin-bottom: 36px;
}
.press-releases__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.press-releases__item {
  display: grid;
  grid-template-columns: 45px 1fr;
  column-gap: 18px;
  padding: 20px 30px;
  min-height: 144px;
  align-items: center;
  font-size: 24px;
  line-height: 150%;
  color: var(--clr-accent);
  border: 1px solid var(--clr-accent);
  border-radius: 18px;
}
.press-releases__item svg {
  display: block;
  width: 45px;
  height: 45px;
}
@media (max-width: 1200px) {
  .press-releases {
    padding: 30px 0 50px;
  }
  .press-releases__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 15px;
  }
  .press-releases__desc {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .press-releases__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  .press-releases__item {
    grid-template-columns: 25px 1fr;
    column-gap: 10px;
    padding: 10px 15px;
    min-height: unset;
    font-size: 14px;
    border-radius: 15px;
  }
  .press-releases__item svg {
    display: block;
    width: 25px;
    height: 25px;
  }
}

.whp-content {
  margin: 50px 0;
}
.whp-content__heading {
  margin-bottom: 18px;
}
.whp-content__inner {
  margin-top: 45px;
}
@media (max-width: 767.98px) {
  .whp-content__inner {
    margin-top: 30px;
  }
}
.whp-content__item {
  --whitepaper-accent-color: var(--clr-black);
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .whp-content__item {
    margin-bottom: 50px;
  }
}
.whp-content__item:last-of-type {
  margin-bottom: 0;
}
.whp-content__item-heading {
  color: var(--whitepaper-accent-color);
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .whp-content__item-heading {
    margin-bottom: 15px;
  }
}
.whp-content__item-content h2, .whp-content__item-content h3, .whp-content__item-content h4, .whp-content__item-content h5, .whp-content__item-content h6 {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .whp-content__item-content h2, .whp-content__item-content h3, .whp-content__item-content h4, .whp-content__item-content h5, .whp-content__item-content h6 {
    margin-bottom: 15px;
  }
}
.whp-content__item-content p {
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .whp-content__item-content p {
    margin-bottom: 12px;
  }
}
.whp-content__item-content p:last-of-type {
  margin-bottom: 0;
}
.whp-content__item-inner {
  margin-top: 36px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .whp-content__item-inner {
    flex-direction: column;
  }
}
.whp-content__item-image {
  flex: 0 1 calc(50% - 100px);
  border-radius: 18px;
  overflow: hidden;
  margin-right: 100px;
}
@media (max-width: 991.98px) {
  .whp-content__item-image {
    flex: 0 1 calc(50% - 40px);
    margin-right: 40px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .whp-content__item-image {
    margin-right: 0;
    flex: 1 1 auto;
    margin-bottom: 20px;
  }
}
.whp-content__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.whp-content__item-form {
  flex: 1 1 50%;
}
.whp-content__item-form .hbspt-form {
  padding-bottom: 0 !important;
}
.whp-content__item-form-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 27px;
}
@media (max-width: 1469.98px) {
  .whp-content__item-form-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.blog-section {
  padding: 45px;
}
.blog-section__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 18px;
}
.blog-section__title span {
  color: var(--clr-accent);
}
.blog-section__desc {
  max-width: 480px;
  margin-bottom: 36px;
}
.blog-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1200px) {
  .blog-section {
    padding: 30px 0 50px;
  }
  .blog-section__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 10px;
  }
  .blog-section__desc {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  background: white;
  box-shadow: var(--default-shadow);
}
.article-card__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 18px 18px 0 0;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.article-card__tags {
  font-size: 16px;
  line-height: 150%;
  color: var(--clr-secondary);
  margin-bottom: 10px;
  padding: 0 18px;
}
.article-card__title {
  font-size: 24px;
  line-height: 150%;
  color: var(--clr-accent);
  padding: 0 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.article-card__excerpt {
  padding: 0 18px;
  margin-bottom: 18px;
}
.article-card__link {
  display: inline-flex;
  border: 1px solid var(--clr-accent);
  color: var(--clr-accent);
  border-radius: 100px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 15px 30px;
  align-items: center;
  justify-content: center;
  width: calc(100% - 36px);
  margin: auto 18px 18px;
}
@media (max-width: 1200px) {
  .article-card {
    width: 100%;
    height: auto;
    border-radius: 15px;
    min-height: 550px;
  }
  .article-card__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
  }
  .article-card__tags {
    font-size: 14px;
    padding: 0 15px;
  }
  .article-card__title {
    font-size: 20px;
    line-height: 130%;
    padding: 0 15px;
  }
  .article-card__excerpt {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .article-card__link {
    width: calc(100% - 30px);
    margin: auto 15px 15px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px auto 0;
  padding: 0;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--clr-black);
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: var(--clr-accent);
}
.pagination .page-numbers.prev {
  margin-right: 10px;
}
.pagination .page-numbers.next {
  margin-left: 10px;
}
.pagination .page-numbers[disabled] {
  pointer-events: none;
}
.pagination .page-numbers[disabled] svg path {
  fill: var(--clr-border);
}
.pagination .page-numbers.next:hover svg path, .pagination .page-numbers.prev:hover svg path {
  fill: var(--clr-accent);
}

.article {
  padding: 36px 0 80px;
}
.article__header {
  padding: 0 0 36px;
  display: grid;
  grid-template-columns: 1fr 576px;
  gap: 110px;
}
.article__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 133%;
  color: var(--clr-black);
}
.article__img {
  border-radius: 18px;
  width: 100%;
  height: auto;
  min-height: 290px;
  object-fit: cover;
  object-position: center;
}
.article__content p:not(:last-child) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 36px;
}
.article__content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: var(--clr-accent);
  margin: 54px 0 18px;
}
.article__content ul, .article__content ol {
  margin: 36px 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 150%;
}
.article__content ul li:not(:last-child), .article__content ol li:not(:last-child) {
  margin-bottom: 18px;
}
.article__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 36px 0;
}
.article__content a {
  color: var(--clr-accent);
  text-decoration: underline;
}
.article__footer {
  padding: 54px 0 0;
}
.article__tags {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: var(--clr-secondary);
}
@media (max-width: 1200px) {
  .article {
    padding: 0 0 50px;
  }
  .article__header {
    padding: 0 0 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .article__title {
    order: 2;
    font-size: 40px;
  }
  .article__img {
    order: 1;
    border-radius: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    position: relative;
  }
  .article__content p:not(:last-child) {
    margin-bottom: 20px;
  }
  .article__content h2 {
    font-size: 20px;
    margin: 30px 0 10px;
  }
  .article__content ul, .article__content ol {
    margin: 20px 0;
  }
  .article__content ul li:not(:last-child), .article__content ol li:not(:last-child) {
    margin-bottom: 10px;
  }
  .article__content img {
    margin: 20px 0;
  }
  .article__footer {
    padding: 30px 0 0;
  }
}

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