/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box; }

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */ }

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

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */ }

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */ }

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

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

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none; }

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0; }

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

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

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item; }

:root {
  --base-font: "Lato", sans-serif;
  --secondary-font: "Libre Bodoni", serif;
  --app-height: 100dvh;
  --header-height: 112px;
  --gap-container-x: 105px;
  --size-container: 1440px;
  --size-container-lg: 1230px;
  --size-container-xl: calc(1800px - var(--gap-container-x));
  --field-height: 56px;
  --scrollbar-width: 15px;
  --admin-bar-height: 32px;
  --dark-color: #253746;
  --light-color: #e9ebec;
  --text-color: var(--dark-color);
  --blue-color: #253746;
  --blue-color-1: #3b4b58;
  --accent-color: #5abfbe;
  --bright-color: #d2525e;
  --grey-color-1: #e8ebed;
  --grey-color-2: #b1b8be;
  --grey-color-3: #e9ebed;
  --grey-color-4: #525f6b;
  --grey-color-5: #eeeff1;
  --grey-color-6: #f6f7f8;
  --grey-color-7: #c4cad1;
  --grey-color-8: #969fa6;
  --error-color: #dc3232; }

@media screen and (max-width: 1199px) {
  :root {
    --gap-container-x: 30px; } }

@media screen and (max-width: 782px) {
  :root {
    --admin-bar-height: 46px;
    --header-height: 90px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 20px; }

.underline-link-hover, .site-footer a {
  text-decoration: none !important; }
  @media (min-width: 1200px) {
    .underline-link-hover, .site-footer a {
      background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 var(--bg-h);
      transition: background-size 350ms;
      --bg-h: 1px;
      padding-bottom: 2px; }
      .underline-link-hover:where(:hover, :focus-visible), .site-footer a:where(:hover, :focus-visible) {
        background-size: 100% var(--bg-h);
        background-position-x: left; } }

.underline-link-hover--reverse, .site-footer a[href*=mailto], .footer-nav__col:last-of-type a[href*='contact'], .post-content a, .error-404__text a {
  text-decoration: none !important;
  --bg-h: 1px;
  background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 var(--bg-h);
  padding-bottom: 1px;
  background-size: 100% var(--bg-h); }
  @media (min-width: 1200px) {
    .underline-link-hover--reverse, .site-footer a[href*=mailto], .footer-nav__col:last-of-type a[href*='contact'], .post-content a, .error-404__text a {
      transition: background-size 350ms; }
      .underline-link-hover--reverse:where(:hover, :focus-visible), .site-footer a:where(:hover, :focus-visible)[href*=mailto], .footer-nav__col:last-of-type a:where(:hover, :focus-visible)[href*='contact'], .post-content a:where(:hover, :focus-visible), .error-404__text a:where(:hover, :focus-visible) {
        background-size: 0 var(--bg-h);
        background-position-x: right; } }

.list-ul, .content-img-module__content ul, .services-module__content ul {
  list-style: none;
  padding: 0 0 0 12px;
  margin: 0; }
  .list-ul > li, .content-img-module__content ul > li, .services-module__content ul > li {
    list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='15.3' viewBox='0 0 10 15.3'><polygon stroke-width='0' points='4.1 0 0 0 5.9 7.6 0 15.3 4.1 15.3 10 7.6 4.1 0 4.1 0' fill='%235ABFBE' /></svg>");
    margin-bottom: 12px;
    padding-left: 12px; }
    @media (max-width: 767px) {
      .list-ul > li, .content-img-module__content ul > li, .services-module__content ul > li {
        margin-bottom: 14px; } }
    .list-ul > li ul, .content-img-module__content ul > li ul, .services-module__content ul > li ul {
      padding-top: 12px;
      list-style: disc;
      padding-left: 24px; }
      .list-ul > li ul > li, .content-img-module__content ul > li ul > li, .services-module__content ul > li ul > li {
        list-style-image: none;
        padding-left: 0; }

html, body {
  font-family: var(--base-font); }

body {
  font-size: 18px;
  color: var(--text-color); }

.container {
  max-width: var(--size-container);
  width: 100%;
  padding-left: var(--gap-container-x);
  padding-right: var(--gap-container-x);
  margin-left: auto;
  margin-right: auto; }

.container-xl {
  max-width: var(--size-container-xl); }

.container-lg {
  max-width: var(--size-container-lg); }

.site-main {
  min-height: 320px;
  border-top: 3px solid var(--accent-color); }

.page-title,
.page-header {
  padding: 12px 0;
  background-color: var(--accent-color); }
  @media (min-width: 992px) {
    .page-title,
    .page-header {
      text-align: right; } }
  .page-title h1, .page-title h2,
  .page-header h1,
  .page-header h2 {
    margin: 0;
    font-family: var(--secondary-font);
    color: #fff;
    font-size: 44px; }
    @media (max-width: 991px) {
      .page-title h1, .page-title h2,
      .page-header h1,
      .page-header h2 {
        font-size: 32px; } }
    @media (max-width: 575px) {
      .page-title h1, .page-title h2,
      .page-header h1,
      .page-header h2 {
        font-size: 28px; } }

.module-title {
  font-family: var(--secondary-font);
  font-size: 40px;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .module-title {
      font-size: 32px; } }

.module-content {
  font-size: 20px;
  line-height: 1.4; }
  .module-content h4 {
    font-size: 32px; }
    @media (max-width: 767px) {
      .module-content h4 {
        font-size: 22px; } }

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

.swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 20px;
  background-color: transparent;
  border: 2px solid #7c8790;
  opacity: 1; }
  @media (max-width: 991px) {
    .swiper-pagination-bullet {
      border-color: #fff;
      --swiper-pagination-bullet-width: 16px;
      --swiper-pagination-bullet-height: 16px; } }
  .swiper-pagination-bullet-active {
    background-color: #989fa6; }
    @media (max-width: 991px) {
      .swiper-pagination-bullet-active {
        background-color: #fff; } }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px; }

.app-btn,
.button {
  border: 1px solid transparent;
  outline: none;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--field-height);
  padding: 6px 30px;
  background-color: var(--accent-color);
  cursor: pointer;
  transition: .3s ease;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase; }
  .app-btn:after,
  .button:after {
    transition: .3s transform ease;
    -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(102%) contrast(102%);
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(102%) contrast(102%); }
  @media (min-width: 1200px) {
    .app-btn:hover,
    .button:hover {
      background-color: var(--bright-color); }
      .app-btn:hover:after,
      .button:hover:after {
        -webkit-transform: translateX(8px);
        transform: translateX(8px); } }
  .app-btn__bright, .app-btn.bright,
  .button__bright,
  .button.bright {
    background-color: var(--bright-color); }
    @media (min-width: 1200px) {
      .app-btn__bright:hover, .app-btn.bright:hover,
      .button__bright:hover,
      .button.bright:hover {
        border-color: var(--accent-color);
        background-color: var(--accent-color);
        color: #fff; }
        .app-btn__bright:hover:after, .app-btn.bright:hover:after,
        .button__bright:hover:after,
        .button.bright:hover:after {
          -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(102%) contrast(102%); } }
  .app-btn__light,
  .button__light {
    background-color: #fff;
    color: var(--dark-color); }
    .app-btn__light:after,
    .button__light:after {
      -webkit-filter: invert(18%) sepia(59%) saturate(328%) hue-rotate(165deg) brightness(93%) contrast(94%);
      filter: invert(18%) sepia(59%) saturate(328%) hue-rotate(165deg) brightness(93%) contrast(94%); }
    @media (min-width: 1200px) {
      .app-btn__light:hover,
      .button__light:hover {
        background-color: var(--accent-color);
        color: #fff; }
        .app-btn__light:hover:after,
        .button__light:hover:after {
          -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(21deg) brightness(102%) contrast(102%); } }
  .app-btn.has-arrow:after,
  .button.has-arrow:after {
    content: '';
    width: 10px;
    height: 15px;
    margin-left: 16px;
    background-image: url("../images/arrow-right.svg"); }
  .app-btn.submit,
  .button.submit {
    position: relative; }
    .app-btn.submit input[type=submit],
    .button.submit input[type=submit] {
      background: none;
      border: 0;
      padding: 0;
      color: inherit;
      font: inherit;
      text-transform: inherit;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0;
      cursor: pointer; }
    .app-btn.submit span[class*='spinner'],
    .button.submit span[class*='spinner'] {
      order: 10;
      margin: 0 0 0 14px; }

.button-close {
  display: inline-flex;
  border: 0;
  background: none;
  position: relative;
  outline: none;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer; }
  .button-close:before, .button-close:after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--dark-color);
    width: calc(100% + 6px);
    height: 1px;
    left: -3px;
    top: 19px; }
  .button-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .button-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
textarea,
select {
  font-family: var(--base-font);
  outline: none;
  height: var(--field-height);
  border: 1px solid var(--grey-color-1);
  padding: 4px 16px;
  width: 100%;
  transition: .2s ease;
  border-radius: 3px;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1); }
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  textarea:focus,
  select:focus {
    border-color: var(--accent-color); }
  input[type=text][class*='not-valid'],
  input[type=search][class*='not-valid'],
  input[type=email][class*='not-valid'],
  input[type=tel][class*='not-valid'],
  textarea[class*='not-valid'],
  select[class*='not-valid'] {
    border-color: var(--error-color); }

textarea {
  height: auto;
  padding: 16px; }

select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15.3' height='10' viewBox='0 0 15.3 10'><polygon stroke-width='0' points='15.3 4.1 15.3 0 7.7 5.9 0 0 0 4.1 7.7 10 15.3 4.1 15.3 4.1' fill='%23253746' /></svg>");
  outline: none;
  padding: 4px 50px 4px 16px;
  text-indent: 1px;
  text-overflow: '';
  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  background-position: calc(100% - 12px) center;
  color: var(--text-color);
  background-color: #fff; }
  select::-ms-expand {
    display: none; }

.form .label {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600; }
  .form .label.required:after {
    content: '*';
    color: var(--error-color);
    font-size: 12px;
    vertical-align: top;
    margin-left: 2px; }

.form .submit {
  min-width: 200px; }

.form .wpcf7-spinner {
  display: none; }

.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 6px; }

.wpcf7-form {
  --gap-field: 20px;
  --width-col: calc(50% - var(--gap-field)); }
  .wpcf7-form.submitting .wpcf7-spinner {
    display: inline-block; }
  .wpcf7-form .wpcf7-response-output {
    display: none; }
  .wpcf7-form [class*=col] {
    margin-bottom: calc(var(--gap-field)*2); }
    @media (max-width: 767px) {
      .wpcf7-form [class*=col] {
        flex-basis: 100%; } }
  @media (min-width: 768px) {
    .wpcf7-form .col-6 {
      flex-basis: var(--width-col); } }
  .wpcf7-form .col-12 {
    flex-basis: 100%; }
    @media (min-width: 768px) {
      .wpcf7-form .col-12 select {
        max-width: var(--width-col); } }
  .wpcf7-form p {
    margin: 0; }
  .wpcf7-form .note {
    flex-basis: 100%;
    padding: 0 0 calc(var(--gap-field)*2);
    font-size: 16px;
    margin-top: -20px; }
    .wpcf7-form .note em {
      color: var(--error-color);
      margin-right: 2px;
      font-style: normal; }
  .wpcf7-form .footer-col {
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .wpcf7-form .footer-col {
        text-align: right;
        align-items: center; } }
    @media (max-width: 767px) {
      .wpcf7-form .footer-col {
        flex-direction: column;
        align-items: flex-end; } }
    .wpcf7-form .footer-col p {
      display: flex;
      justify-content: flex-end; }
      @media (min-width: 768px) {
        .wpcf7-form .footer-col p {
          text-align: right;
          align-items: center; } }
      @media (max-width: 767px) {
        .wpcf7-form .footer-col p {
          flex-direction: column;
          align-items: flex-end; } }
  @media (min-width: 768px) {
    .wpcf7-form .submit {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .wpcf7-form .submit {
      order: -1;
      margin-bottom: 20px; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.wpcf7-spinner {
  --spinner-size: 18px;
  background: none;
  opacity: 1;
  width: var(--spinner-size);
  height: var(--spinner-size); }
  .wpcf7-spinner:before {
    display: none; }
  .wpcf7-spinner:after {
    content: '';
    border: 2px solid var(--grey-color-1);
    border-top: 2px solid var(--accent-color);
    border-radius: 50%;
    width: var(--spinner-size);
    height: var(--spinner-size);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background: none;
    display: inline-block; }

.accordion-container {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
  border-radius: 0 0 4px 4px; }
  .accordion-container * {
    font-family: var(--base-font); }
  .accordion-container .ac {
    margin-top: 0;
    border: 0;
    border-top: 3px solid var(--grey-color-8); }
    .accordion-container .ac:last-of-type {
      border-radius: 0 0 4px 4px; }
    .accordion-container .ac .ac-trigger {
      font-family: var(--base-font);
      color: var(--text-color);
      font-size: 30px;
      font-weight: 600;
      padding: 20px clamp(126px, 6vw, 176px) 20px clamp(50px, 4vw, 100px); }
      @media (max-width: 767px) {
        .accordion-container .ac .ac-trigger {
          font-size: 24px;
          padding-right: 46px;
          padding-left: 18px; } }
      .accordion-container .ac .ac-trigger:after {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15.3' height='10' viewBox='0 0 15.3 10'><polygon stroke-width='0' points='15.3 4.1 15.3 0 7.7 5.9 0 0 0 4.1 7.7 10 15.3 4.1 15.3 4.1' fill='%23253746' /></svg>");
        content: '';
        width: 20px;
        height: 12px;
        right: clamp(100px, 6vw, 150px);
        display: block;
        background-repeat: no-repeat;
        transition: .3s transform ease; }
        @media (max-width: 767px) {
          .accordion-container .ac .ac-trigger:after {
            right: 20px; } }
    .accordion-container .ac.is-active {
      border-top-color: var(--accent-color); }
      .accordion-container .ac.is-active > .ac-header .ac-trigger {
        background-color: #d8f0ef;
        color: var(--text-color); }
        .accordion-container .ac.is-active > .ac-header .ac-trigger:after {
          background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15.3' height='10' viewBox='0 0 15.3 10'><polygon stroke-width='0' points='15.3 4.1 15.3 0 7.7 5.9 0 0 0 4.1 7.7 10 15.3 4.1 15.3 4.1' fill='%23D2525E' /></svg>");
          content: '';
          -webkit-transform: translate(-6px, -50%) rotate(180deg);
          transform: translate(-6px, -50%) rotate(180deg); }
    .accordion-container .ac .ac-panel {
      height: 0; }
      .accordion-container .ac .ac-panel .ac-text {
        font-family: var(--base-font);
        padding: 20px clamp(50px, 4vw, 100px);
        font-size: 20px;
        line-height: 1.4;
        color: var(--text-color); }
        @media (max-width: 767px) {
          .accordion-container .ac .ac-panel .ac-text {
            padding: 20px 24px; } }

.site-header {
  background-color: var(--blue-color);
  z-index: 20;
  top: 0;
  position: sticky; }
  .admin-bar .site-header {
    top: var(--admin-bar-height); }
  .site-header__wrap {
    min-height: var(--header-height);
    display: flex;
    align-items: center; }
  .site-header .site-branding img {
    min-width: 70px; }
  .site-header .site-title {
    margin: 0; }
  .site-header .menu-toggle {
    width: 52px;
    height: 30px;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-left: 20px; }
    @media (min-width: 1200px) {
      .site-header .menu-toggle {
        display: none; } }
    .site-header .menu-toggle:before, .site-header .menu-toggle:after,
    .site-header .menu-toggle .menu-line {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background-color: #fff;
      border-radius: 2px;
      position: absolute;
      left: 0; }
    .site-header .menu-toggle:before {
      top: 0; }
    .site-header .menu-toggle:after {
      bottom: 0; }
    .site-header .menu-toggle .menu-line {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.site-footer {
  position: relative;
  background-color: #fff;
  min-height: 500px;
  padding: 70px 0 30px;
  font-size: 21px;
  font-weight: 300;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .site-footer {
      background-image: url("../images/decor-triangle-red.svg");
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 257px 373px; } }
  @media (max-width: 1199px) {
    .site-footer {
      padding: 120px 0 0;
      background-color: #f8f9fa; }
      .site-footer:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% + 4px);
        height: 100px;
        clip-path: polygon(0 0, 100% 0%, 100% 6%, 0% 100%);
        background-color: var(--bright-color); } }
  .site-footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .site-footer__row {
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .site-footer__row {
        display: block;
        text-align: center; } }
  .site-footer__logo {
    padding: 0 12px; }
    @media (max-width: 1199px) {
      .site-footer__logo {
        width: 100%;
        margin-bottom: 36px;
        text-align: center; } }
    .site-footer__logo a {
      background: none;
      padding: 0; }
    .site-footer__logo .logo-title {
      font-size: 26px;
      font-weight: 600;
      padding-top: 12px; }
      @media (min-width: 1200px) {
        .site-footer__logo .logo-title {
          display: none; } }
  .site-footer__bottom {
    text-align: center;
    padding-top: 30px; }
    @media (max-width: 1199px) {
      .site-footer__bottom {
        padding-bottom: 30px;
        position: relative; }
        .site-footer__bottom:before {
          content: '';
          height: 100%;
          width: 100vw;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 0;
          background-color: #fff; } }
    .site-footer__bottom--links {
      position: relative;
      font-size: 19px;
      padding: 0;
      margin: 0 0 4px;
      list-style: none; }
      @media (max-width: 767px) {
        .site-footer__bottom--links {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
      .site-footer__bottom--links li {
        display: inline-block; }
        @media (min-width: 768px) {
          .site-footer__bottom--links li:not(:last-child):after {
            content: '|';
            margin: 0 4px; } }
        @media (max-width: 767px) {
          .site-footer__bottom--links li {
            margin: 2px 4px; } }
    .site-footer__bottom--copy {
      position: relative;
      font-size: 16px; }
  .site-footer a {
    color: var(--text-color);
    text-decoration: none; }
    .site-footer a[href*=mailto] {
      text-decoration: underline; }
    .site-footer a[href*=tel] {
      padding: 0;
      background: none; }

.footer-nav__col {
  padding: 0 12px;
  max-width: 20%; }
  @media (max-width: 1199px) {
    .footer-nav__col {
      max-width: 25%;
      flex-basis: 25%; } }
  @media (max-width: 767px) {
    .footer-nav__col {
      max-width: 100%;
      margin-bottom: 28px; } }
  .footer-nav__col .widget-title, .footer-nav__col h4 {
    font-size: 26px;
    margin: 0 0 12px;
    font-weight: 400; }
  .footer-nav__col ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-nav__col li {
    line-height: 1.2; }
    .footer-nav__col li:not(:last-child) {
      margin-bottom: 6px; }
  .footer-nav__col:last-of-type a:not([href*='contact']) {
    padding: 0;
    background: none; }
  .footer-nav__col:last-of-type a[href*='contact'] {
    text-decoration: underline; }

.main-navigation {
  margin-left: auto;
  display: flex;
  align-items: center; }
  .main-navigation .login-btn {
    --field-height: 42px;
    padding-left: 20px;
    padding-right: 20px; }
    .main-navigation .login-btn__wrap {
      margin-left: 10px; }
      @media (max-width: 1199px) {
        .main-navigation .login-btn__wrap {
          margin-left: 20px; } }
    @media (max-width: 1199px) {
      .main-navigation .login-btn {
        --field-height: 34px;
        padding: 6px 12px; } }
    @media (max-width: 1199px) {
      .main-navigation .login-btn .text-desktop {
        display: none; } }
    @media (min-width: 1200px) {
      .main-navigation .login-btn .text-mobile {
        display: none; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 1199px) {
    .main-navigation .nav-menu-desktop {
      display: none; } }
  .main-navigation .menu-main-desktop {
    display: flex;
    align-items: center; }
    .main-navigation .menu-main-desktop > li {
      position: relative; }
      .main-navigation .menu-main-desktop > li:not(:first-child) {
        margin-left: 1px; }
      .main-navigation .menu-main-desktop > li.current_page_item > a, .main-navigation .menu-main-desktop > li.current-menu-parent > a {
        position: relative;
        color: var(--accent-color); }
      .main-navigation .menu-main-desktop > li:hover > a {
        background-color: var(--accent-color);
        color: #fff; }
      .main-navigation .menu-main-desktop > li:hover .sub-menu {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        visibility: visible; }
      .main-navigation .menu-main-desktop > li > a {
        text-decoration: none;
        color: #fff;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        min-width: 125px;
        justify-content: center;
        padding: 6px 40px;
        height: var(--header-height);
        transition: .3s background-color ease; }
        .main-navigation .menu-main-desktop > li > a:after {
          content: '';
          display: block;
          background-color: var(--accent-color);
          width: calc(100% + 12px);
          height: 3px;
          margin-top: 6px;
          margin-bottom: -9px;
          opacity: 0; }
    .main-navigation .menu-main-desktop a {
      text-decoration: none;
      display: inline-flex;
      padding: 46px 40px;
      transition: .3s background-color ease; }
  @media (min-width: 1200px) {
    .main-navigation .sub-menu {
      display: flex;
      align-items: center;
      position: absolute;
      z-index: 10;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, -12px);
      transform: translate(-50%, -12px);
      border: 1px solid var(--grey-color-1);
      transition: .3s transform ease;
      visibility: hidden; }
      .main-navigation .sub-menu li {
        position: relative; }
        .main-navigation .sub-menu li:not(:last-child):after {
          content: '';
          display: block;
          width: 1px;
          position: absolute;
          right: -1px;
          top: 0;
          height: 100%;
          pointer-events: none;
          background-color: var(--grey-color-1);
          z-index: 1; }
        .main-navigation .sub-menu li.current-menu-item a {
          color: var(--accent-color); }
      .main-navigation .sub-menu a {
        color: var(--text-color);
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 10px 20px;
        min-height: 75px;
        white-space: nowrap;
        font-weight: 600; }
        .main-navigation .sub-menu a:hover {
          background-color: var(--grey-color-1); } }
  .main-navigation .nav-menu-drop__mobile {
    position: absolute;
    max-width: 520px;
    width: 100%;
    max-height: calc(var(--app-height) - var(--header-height));
    left: 0;
    top: var(--header-height);
    z-index: 30;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-right: 4px solid var(--accent-color);
    transition: .3s transform ease; }
    .main-navigation .nav-menu-drop__mobile:not(.active) {
      visibility: hidden;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .admin-bar .main-navigation .nav-menu-drop__mobile {
      max-height: calc(var(--app-height) - var(--header-height) - var(--admin-bar-height)); }
    @media (min-width: 1200px) {
      .main-navigation .nav-menu-drop__mobile {
        display: none; } }
    @media (max-width: 767px) {
      .main-navigation .nav-menu-drop__mobile {
        max-width: calc(100% - 60px); } }
    .main-navigation .nav-menu-drop__mobile .drop-inner {
      overflow-y: auto;
      padding-top: 82px; }
      .main-navigation .nav-menu-drop__mobile .drop-inner::-webkit-scrollbar {
        display: none; }
    .main-navigation .nav-menu-drop__mobile--header {
      padding: 20px 14px;
      text-align: right;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #fff;
      z-index: 1;
      width: 100%; }
  .main-navigation .menu-main-mobile > ul > li > a,
  .main-navigation .nav-menu-mobile > ul > li > a {
    text-transform: uppercase;
    padding: 16px 20px;
    font-weight: 600; }
  .main-navigation .menu-main-mobile > ul > li.current-menu-item > a, .main-navigation .menu-main-mobile > ul > li.current-menu-parent > a,
  .main-navigation .nav-menu-mobile > ul > li.current-menu-item > a,
  .main-navigation .nav-menu-mobile > ul > li.current-menu-parent > a {
    color: var(--bright-color); }
  .main-navigation .menu-main-mobile a,
  .main-navigation .nav-menu-mobile a {
    display: block;
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px solid var(--grey-color-1); }
  .main-navigation .menu-main-mobile .sub-menu a,
  .main-navigation .nav-menu-mobile .sub-menu a {
    padding: 16px 20px 16px 36px; }
  .main-navigation .menu-main-mobile .sub-menu li.current-menu-item > a,
  .main-navigation .nav-menu-mobile .sub-menu li.current-menu-item > a {
    color: var(--accent-color); }

@media (min-width: 1200px) {
  .login-btn__wrap {
    position: relative; } }

.login-drop {
  position: absolute;
  min-width: 150px;
  z-index: 11;
  transition: .3s transform ease; }
  @media (min-width: 1200px) {
    .login-drop {
      left: 0;
      top: 100%;
      width: 100%; } }
  @media (max-width: 1199px) {
    .login-drop {
      top: var(--header-height);
      right: 0;
      background-color: #fff;
      min-width: 220px;
      border-left: 4px solid var(--bright-color);
      padding: 70px 0 0; } }
  .login-drop:not(.active) {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    visibility: hidden; }
  @media (min-width: 1200px) {
    .login-drop:before {
      content: '';
      background-color: #515f6b;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      opacity: 0.6; } }
  .login-drop .button-close {
    position: absolute;
    right: 14px;
    top: 14px; }
    @media (min-width: 1200px) {
      .login-drop .button-close {
        display: none; } }
  .login-drop ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .login-drop ul li:not(:last-child) {
        border-bottom: 1px solid var(--grey-color-2); } }
    @media (min-width: 1200px) {
      .login-drop ul li:not(:last-child) .login-drop__text {
        display: none; } }
    .login-drop ul a {
      display: flex;
      align-items: center;
      padding: 10px;
      text-decoration: none;
      transition: .3s color ease; }
      @media (min-width: 1200px) {
        .login-drop ul a {
          font-family: var(--secondary-font);
          color: var(--light-color);
          justify-content: center; } }
      @media (max-width: 1199px) {
        .login-drop ul a {
          color: var(--bright-color);
          text-transform: uppercase;
          font-weight: 600;
          padding: 14px 20px;
          min-height: 64px; } }
      .login-drop ul a img {
        min-width: 24px; }
        @media (min-width: 1200px) {
          .login-drop ul a img {
            -webkit-filter: invert(96%) sepia(2%) saturate(3464%) hue-rotate(187deg) brightness(105%) contrast(85%);
            filter: invert(96%) sepia(2%) saturate(3464%) hue-rotate(187deg) brightness(105%) contrast(85%);
            transition: .3s transform ease; } }
        @media (max-width: 1199px) {
          .login-drop ul a img {
            -webkit-filter: invert(50%) sepia(39%) saturate(1515%) hue-rotate(315deg) brightness(83%) contrast(98%);
            filter: invert(50%) sepia(39%) saturate(1515%) hue-rotate(315deg) brightness(83%) contrast(98%);
            width: 24px; } }
        @media (max-width: 1199px) {
          .login-drop ul a img.desktop {
            display: none; } }
        @media (min-width: 1200px) {
          .login-drop ul a img.mobile {
            display: none; } }
        .login-drop ul a img + .login-drop__text {
          padding-left: 10px; }
      .login-drop ul a:hover {
        color: var(--bright-color); }
        @media (min-width: 1200px) {
          .login-drop ul a:hover img {
            -webkit-transform: scale(1.04);
            transform: scale(1.04);
            -webkit-filter: invert(38%) sepia(11%) saturate(3234%) hue-rotate(305deg) brightness(108%) contrast(88%);
            filter: invert(38%) sepia(11%) saturate(3234%) hue-rotate(305deg) brightness(108%) contrast(88%); } }

.lang-block {
  margin-left: 40px;
  color: #fff;
  padding-bottom: 16px; }
  @media (max-width: 1199px) {
    .lang-block {
      padding-bottom: 6px;
      margin-left: 24px; } }
  @media (max-width: 767px) {
    .lang-block {
      margin-left: 20px; } }
  @media (max-width: 1199px) {
    .lang-block--desktop {
      display: none; } }
  @media (max-width: 1199px) {
    .lang-block--mobile {
      margin: -1px 0 0 0;
      padding: 24px 20px;
      background-color: var(--grey-color-7);
      border-top: 1px solid #949ea6; } }
  .lang-block--mobile .wpml-ls-legacy-list-horizontal > ul {
    justify-content: center; }
  .lang-block--mobile .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin: 0 30px; }
    .lang-block--mobile .wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-flag {
      width: 60px; }
  @media (min-width: 1200px) {
    .lang-block.only-text {
      padding-bottom: 0; } }
  .lang-block.only-text .wpml-ls-flag {
    display: none; }
    .lang-block.only-text .wpml-ls-flag + span {
      margin-left: 0; }
  @media (min-width: 1200px) {
    .lang-block.only-text .wpml-ls-legacy-list-horizontal > ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px; } }
  @media (max-width: 1199px) {
    .lang-block.only-text .wpml-ls-legacy-list-horizontal > ul {
      justify-content: flex-start; } }
  .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin: 0; }
    @media (min-width: 1200px) {
      .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        width: 100%; } }
    .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {
      margin-right: 12px; }
      @media (max-width: 1199px) {
        .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {
          margin-right: 40px; } }
      @media (min-width: 1200px) {
        .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {
          margin-right: 0; } }
      @media (max-width: 575px) {
        .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {
          margin-right: 20px; } }
    .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language:before {
      display: none; }
    .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
      color: #000;
      border-color: #000; }
      @media (min-width: 1200px) {
        .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
          border-color: #fff;
          color: #fff; } }
      .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a:after {
        background-image: url("../images/check-mark.svg");
        background-size: 14px 14px; }
        @media (max-width: 1199px) {
          .lang-block.only-text .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a:after {
            -webkit-filter: none;
            filter: none; } }
  .lang-block.only-text .wpml-ls-legacy-list-horizontal a {
    padding: 8px 12px 8px 14px; }
  .lang-block.only-text a {
    --button-height: 38px;
    border-radius: 4px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: var(--button-height);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    min-width: 120px;
    width: 100%;
    font-size: 14px;
    transition: .2s ease; }
    @media (min-width: 1200px) {
      .lang-block.only-text a {
        color: #7c8790;
        border-color: #7c8790;
        --button-height: 32px; } }
    .lang-block.only-text a:after {
      content: '';
      background-image: url("../images/check-mark-outline.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 15px;
      min-width: 15px;
      height: 15px;
      margin-left: auto;
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    @media (min-width: 1200px) {
      .lang-block.only-text a:hover {
        color: #fff;
        border-color: #fff; }
        .lang-block.only-text a:hover:after {
          background-image: url("../images/check-mark.svg"); } }
  .lang-block .wpml-ls-legacy-list-horizontal {
    padding: 0; }
    .lang-block .wpml-ls-legacy-list-horizontal > ul {
      display: flex;
      align-items: center; }
    .lang-block .wpml-ls-legacy-list-horizontal a {
      padding: 4px 2px; }
      @media (min-width: 1200px) {
        .lang-block .wpml-ls-legacy-list-horizontal a:hover .wpml-ls-flag {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); } }
    .lang-block .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
      min-width: 18px;
      transition: .2s transform ease; }
      @media (min-width: 768px) {
        .lang-block .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
          width: 40px; } }
    .lang-block .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
      position: relative;
      pointer-events: none; }
      .lang-block .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 6px 4px;
        border-color: transparent transparent var(--bright-color) transparent;
        position: absolute;
        left: 50%;
        top: calc(100% + 4px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }

.hero-slider {
  background-color: var(--blue-color); }
  .hero-slider__item img {
    width: 100%;
    aspect-ratio: 1920 / 450;
    min-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block; }
    @media (min-width: 2000px) {
      .hero-slider__item img {
        min-height: 790px; } }
    @media (min-width: 1600px) {
      .hero-slider__item img {
        min-height: 600px; } }
    @media (max-width: 600px) {
      .hero-slider__item img {
        aspect-ratio: 580 / 377;
        min-height: 250px; } }
  .hero-slider__item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #040607 100%);
    opacity: .7;
    pointer-events: none; }
  .hero-slider__content {
    position: absolute;
    width: 100%; }
    @media (min-width: 768px) {
      .hero-slider__content {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    @media (max-width: 767px) {
      .hero-slider__content {
        bottom: 50px;
        left: 0; } }
  .hero-slider__title {
    font-family: var(--secondary-font);
    font-size: 52px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
    @media (max-width: 991px) {
      .hero-slider__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .hero-slider__title {
        font-size: 38px;
        line-height: 1.1; } }
    @media (max-width: 600px) {
      .hero-slider__title {
        font-size: 32px;
        line-height: 1.1; } }

.overview-module {
  background-color: var(--grey-color-3);
  padding: 60px 0; }
  .overview-module .module-title {
    color: var(--grey-color-4);
    margin: 0 0 20px; }
  .overview-module__content {
    color: var(--grey-color-4);
    font-size: 20px;
    line-height: 1.3; }
    .overview-module__content ul {
      padding: 0;
      list-style-position: inside; }
    .overview-module__content p {
      font-weight: 300; }
  .overview-module__buttons--title {
    font-size: 32px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .overview-module__buttons--title {
        font-size: 24px; } }
  .overview-module__buttons--row {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .overview-module__buttons--row {
        align-items: center; } }
    @media (max-width: 767px) {
      .overview-module__buttons--row {
        flex-direction: column; } }
    .overview-module__buttons--row li {
      padding-top: 8px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .overview-module__buttons--row li:not(:last-child) {
          padding-right: 16px; } }
      @media (max-width: 767px) {
        .overview-module__buttons--row li {
          width: 100%; } }
  .overview-module__buttons .button {
    --field-height: 74px;
    font-weight: 600;
    border-top: 4px solid var(--accent-color);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 7px rgba(37, 55, 70, 0.18);
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .overview-module__buttons .button {
        --field-height: 56px;
        width: 100%;
        justify-content: flex-start; } }

.expertise-module {
  background-color: var(--blue-color); }
  .expertise-module__wrap {
    position: relative;
    overflow: hidden; }
    @media (min-width: 992px) {
      .expertise-module__wrap {
        display: flex; } }
  .expertise-module__media {
    flex-basis: 50%; }
    @media screen and (min-width: 1440px) {
      .expertise-module__media {
        flex-basis: 50%;
        position: absolute;
        left: 0;
        width: 50%;
        height: 100%; }
        .expertise-module__media img {
          aspect-ratio: 1920 / 700;
          -o-object-position: center;
          object-position: center; } }
    @media (max-width: 991px) {
      .expertise-module__media {
        display: none; } }
    .expertise-module__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .expertise-module__content {
    padding: 70px 60px;
    background-color: var(--blue-color);
    color: #fff;
    flex-basis: 50%;
    position: relative; }
    @media screen and (min-width: 1440px) {
      .expertise-module__content {
        background: transparent;
        padding: 0;
        position: relative;
        max-width: var(--size-container);
        flex: 0 0 var(--size-container);
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .expertise-module__content {
        padding: 40px var(--gap-container-x); } }
    @media (max-width: 991px) {
      .expertise-module__content {
        background-image: url("../images/decor-1.webp");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; } }
    @media (min-width: 992px) {
      .expertise-module__content:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 115px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        top: 0;
        left: 0;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
        background-color: inherit; } }
    @media (max-width: 575px) {
      .expertise-module__content .button {
        width: 100%; } }
  .expertise-module__text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 300; }
  @media screen and (min-width: 1440px) {
    .expertise-module .wrap-text {
      background-color: var(--blue-color);
      padding: 70px 60px;
      width: 50%;
      margin: 0 0 0 auto; } }

.manages-module {
  padding: 70px 0;
  background-color: var(--blue-color-1); }
  .manages-module__title {
    font-family: var(--secondary-font);
    font-size: 40px;
    margin: 0 0 40px;
    color: #fff; }
    @media (max-width: 991px) {
      .manages-module__title {
        text-align: center; } }
    @media (max-width: 767px) {
      .manages-module__title {
        font-size: 32px; } }
  .manages-module__row {
    display: flex;
    justify-content: space-around; }
    @media (min-width: 1200px) {
      .manages-module__row {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 1199px) {
      .manages-module__row {
        flex-direction: column;
        align-items: center; } }
  .manages-module__col {
    background-color: #fff;
    padding: 60px 30px 30px;
    border: 3px solid var(--grey-color-2);
    border-top-color: var(--accent-color);
    border-top-width: 4px;
    border-radius: 0 0 4px 4px; }
    @media (min-width: 1200px) {
      .manages-module__col {
        margin: 0 12px; } }
    @media (max-width: 1199px) {
      .manages-module__col:not(:last-child) {
        margin-bottom: 40px; } }
  .manages-module__count {
    padding-bottom: 6px;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--accent-color);
    display: flex;
    max-width: 240px; }
    .manages-module__count .number {
      font-family: var(--secondary-font);
      font-size: 94px;
      font-weight: 600;
      color: var(--grey-color-2);
      line-height: 1; }
      @media (max-width: 767px) {
        .manages-module__count .number {
          font-size: 74px; } }
    .manages-module__count .prefix,
    .manages-module__count .suffix {
      line-height: 1;
      display: flex;
      flex-direction: column; }
    .manages-module__count .prefix {
      margin-right: 6px;
      margin-top: -10px; }
      .manages-module__count .prefix .bottom {
        margin-left: auto; }
    .manages-module__count .suffix {
      margin-left: 10px;
      margin-top: -4px; }
      .manages-module__count .suffix .top {
        font-size: 80px;
        color: var(--grey-color-2);
        line-height: .6;
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
        font-weight: 300; }
        @media (max-width: 767px) {
          .manages-module__count .suffix .top {
            font-size: 74px; } }
      .manages-module__count .suffix .bottom {
        font-family: var(--secondary-font); }
    .manages-module__count .top {
      margin-bottom: 4px; }
    .manages-module__count .bottom {
      font-weight: 600;
      font-size: 30px; }
  .manages-module__text {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600; }

.choose-module {
  background-color: var(--blue-color);
  padding: 50px 0;
  position: relative; }
  .choose-module:before {
    content: '';
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/decor-2.webp");
    width: 100%;
    height: 100%;
    opacity: .2; }
  .choose-module__title {
    font-size: 60px;
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
    font-family: var(--secondary-font);
    position: relative; }
    @media (max-width: 1599px) {
      .choose-module__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .choose-module__title {
        font-size: 32px; } }
  .choose-module__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative; }
  .choose-module__col {
    --gap: clamp(30px, 2vw, 70px);
    margin: 0 var(--gap) var(--gap);
    color: #fff;
    width: calc(33.333% - var(--gap)*2);
    text-align: center; }
    @media (max-width: 1199px) {
      .choose-module__col {
        width: calc(50% - var(--gap)*2); } }
    @media (max-width: 991px) {
      .choose-module__col {
        --gap: 60px;
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .choose-module__col:not(.image-type):after {
          content: '';
          display: block;
          width: 152px;
          height: 5px;
          background: #fff;
          margin: var(--gap) auto 0; } }
    @media (max-width: 1199px) {
      .choose-module__col.image-type {
        width: 100%; } }
    @media (min-width: 1200px) {
      .choose-module__col.image-type {
        order: 1; } }
    @media (max-width: 991px) {
      .choose-module__col.image-type {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .choose-module__col.image-type img {
        max-width: 140px; } }
    @media (max-width: 575px) {
      .choose-module__col.image-type img {
        max-width: 78px; } }
    @media (min-width: 1200px) {
      .choose-module__col:nth-child(2) {
        order: 0; } }
    @media (min-width: 1200px) {
      .choose-module__col:nth-child(3) {
        order: 2; } }
    .choose-module__col:nth-child(4) {
      width: 100%; }
      @media (min-width: 1200px) {
        .choose-module__col:nth-child(4) {
          order: 3; } }
    .choose-module__col h5, .choose-module__col h6 {
      font-size: 40px;
      margin: 0 0 30px;
      color: var(--accent-color); }
      @media (max-width: 1599px) {
        .choose-module__col h5, .choose-module__col h6 {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .choose-module__col h5, .choose-module__col h6 {
          font-size: 24px; } }
    .choose-module__col ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .choose-module__col ul li {
        margin-bottom: 10px;
        font-weight: 300;
        font-size: 20px; }
        @media (max-width: 767px) {
          .choose-module__col ul li {
            font-size: 18px;
            margin-bottom: 14px; } }
        .choose-module__col ul li:before {
          content: '';
          display: inline-block;
          width: 10px;
          min-width: 10px;
          height: 15px;
          margin-right: 8px;
          background-image: url("../images/arrow-right.svg");
          background-repeat: no-repeat;
          -webkit-filter: invert(65%) sepia(38%) saturate(470%) hue-rotate(131deg) brightness(96%) contrast(91%);
          filter: invert(65%) sepia(38%) saturate(470%) hue-rotate(131deg) brightness(96%) contrast(91%); }
          @media (min-width: 768px) {
            .choose-module__col ul li:before {
              -webkit-transform: translateY(-2px);
              transform: translateY(-2px); } }

.compliance-module {
  padding: 60px 0; }
  @media (min-width: 768px) {
    .compliance-module {
      text-align: center; } }
  @media (max-width: 767px) {
    .compliance-module {
      padding: 30px 0; } }
  .compliance-module .module-title {
    color: var(--grey-color-4); }
  .compliance-module__content {
    font-size: 24px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .compliance-module__content {
        font-size: 20px; } }
  @media (max-width: 575px) {
    .compliance-module .button {
      width: 100%; } }

.companies-module {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .companies-module {
      padding: 30px 0; } }
  .companies-module .module-title {
    margin: 0 0 24px;
    color: var(--grey-color-4); }
    @media (min-width: 992px) {
      .companies-module .module-title {
        text-align: center; } }
  .companies-module__row {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .companies-module__row {
        justify-content: center; } }
    @media (max-width: 991px) {
      .companies-module__row {
        align-items: center; } }
  .companies-module__item {
    flex-basis: 20%;
    text-decoration: none;
    color: var(--text-color); }
    @media (min-width: 992px) {
      .companies-module__item {
        text-align: center; } }
    @media (max-width: 1199px) {
      .companies-module__item {
        flex-basis: 33.333%;
        margin-bottom: 40px; }
        .companies-module__item:nth-child(3) .companies-module__item--img:after {
          display: none; } }
    @media (max-width: 991px) {
      .companies-module__item {
        margin-bottom: 20px;
        padding-right: 20px;
        max-width: 33.333%;
        flex-basis: auto; } }
    .companies-module__item:hover .companies-module__item--img img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .companies-module__item:not(:last-child) .companies-module__item--img:after {
      content: ''; }
    .companies-module__item--img {
      display: flex;
      align-items: center;
      position: relative; }
      @media (min-width: 992px) {
        .companies-module__item--img {
          justify-content: center;
          padding: 20px;
          margin-bottom: 20px;
          aspect-ratio: 1; }
          .companies-module__item--img:after {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background: var(--dark-color); } }
      .companies-module__item--img img {
        max-height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        transition: .3s ease;
        width: auto; }
        @media (max-width: 767px) {
          .companies-module__item--img img {
            max-height: 100px;
            -o-object-position: left;
            object-position: left; } }
    .companies-module__item--title {
      font-weight: 600;
      margin-bottom: 6px;
      font-size: 26px;
      padding: 0 6px; }
      @media (max-width: 991px) {
        .companies-module__item--title {
          display: none; } }
    .companies-module__item--text {
      padding: 0 6px;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.3; }
      @media (max-width: 991px) {
        .companies-module__item--text {
          display: none; } }

.content-img-module {
  overflow: hidden;
  background-color: var(--accent-color); }
  .content-img-module__row {
    display: flex; }
    @media screen and (min-width: 1440px) {
      .content-img-module__row {
        background: transparent;
        padding: 0 var(--gap-container-x);
        position: relative;
        max-width: var(--size-container);
        margin: 0 auto; } }
    @media (max-width: 1199px) {
      .content-img-module__row {
        flex-direction: column; } }
  .content-img-module__content {
    background-color: var(--accent-color);
    padding: 50px 50px 50px 100px;
    color: #fff;
    position: relative; }
    @media screen and (min-width: 1440px) {
      .content-img-module__content {
        padding-left: 0; } }
    @media (min-width: 1200px) {
      .content-img-module__content {
        flex-basis: 60%; } }
    @media (max-width: 1199px) {
      .content-img-module__content {
        padding: 40px var(--gap-container-x); } }
    .content-img-module__content:after {
      content: '';
      display: block;
      position: absolute;
      background: inherit;
      pointer-events: none; }
      @media (min-width: 1200px) {
        .content-img-module__content:after {
          clip-path: polygon(100% 100%, 0 0, 0 100%);
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          width: 80px;
          height: calc(100% + 2px);
          right: 1px;
          top: 0; } }
      @media (max-width: 1199px) {
        .content-img-module__content:after {
          width: 100%;
          height: 60px;
          left: 0;
          top: 1px;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
          clip-path: polygon(100% 100%, 100% 0, 0 100%); } }
    .content-img-module__content ul > li {
      list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='15.3' viewBox='0 0 10 15.3'><polygon stroke-width='0' points='4.1 0 0 0 5.9 7.6 0 15.3 4.1 15.3 10 7.6 4.1 0 4.1 0' fill='%23FFFFFF' /></svg>"); }
  @media (min-width: 1200px) {
    .content-img-module__img {
      flex-basis: 40%; } }
  @media (max-width: 1199px) {
    .content-img-module__img {
      order: -1;
      margin-bottom: -1px; } }
  .content-img-module__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .content-img-module__img img {
        max-height: 600px; } }
  .content-img-module.block-grey {
    --decor-bot-width: 100px;
    background: linear-gradient(to bottom, #f8f9fa 0%, #e9ebed 100%); }
    .content-img-module.block-grey .content-img-module__content {
      background: linear-gradient(to bottom, #f8f9fa 0%, #e9ebed 100%);
      color: var(--dark-color); }
      @media (min-width: 1200px) {
        .content-img-module.block-grey .content-img-module__content {
          flex-basis: 55%; } }
      .content-img-module.block-grey .content-img-module__content .module-title {
        color: var(--grey-color-4); }
      .content-img-module.block-grey .content-img-module__content:before {
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        clip-path: polygon(54% 0, 54% 0, 100% 100%, 0 100%);
        background-color: var(--blue-color);
        width: calc(var(--decor-bot-width) + 30px);
        height: calc(var(--decor-bot-width)* 3);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        right: 26px;
        bottom: 0;
        z-index: 1; }
        @media (max-width: 1450px) {
          .content-img-module.block-grey .content-img-module__content:before {
            right: 22px; } }
        @media (max-width: 1199px) {
          .content-img-module.block-grey .content-img-module__content:before {
            display: none; } }
      @media (max-width: 1199px) {
        .content-img-module.block-grey .content-img-module__content:after {
          background: #f8f9fa; } }
    @media (min-width: 1200px) {
      .content-img-module.block-grey .content-img-module__img {
        flex-basis: 45%; } }

.text-module {
  padding: 60px 0; }
  .text-module__decor {
    text-align: center; }

.two-cols-module {
  padding: 50px 0;
  background-color: var(--grey-color-3); }
  .two-cols-module .module-title {
    color: var(--grey-color-4); }
  .two-cols-module .module-content h4 {
    margin-bottom: 8px; }
  .two-cols-module .module-content p {
    margin-top: 0; }
  @media (min-width: 768px) {
    .two-cols-module__row {
      display: flex;
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 768px) {
    .two-cols-module__col {
      flex-basis: 50%;
      padding: 0 20px; } }

.contact-form {
  padding: 80px 0;
  background-color: var(--grey-color-3);
  position: relative;
  isolation: isolate; }
  .contact-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f8f9fa 0%, rgba(248, 249, 250, 0) 300px);
    z-index: -1; }
  @media (max-width: 767px) {
    .contact-form {
      padding: 40px 0; } }
  .contact-form__row {
    display: flex;
    justify-content: center; }
    @media (min-width: 1200px) {
      .contact-form__row {
        align-items: center; } }
    @media (max-width: 1199px) {
      .contact-form__row {
        flex-direction: column; } }
  @media (min-width: 1200px) {
    .contact-form__aside {
      flex-basis: 20%; } }
  .contact-form__aside .module-title {
    color: var(--grey-color-4); }
    @media (min-width: 1200px) {
      .contact-form__aside .module-title {
        margin: 0; } }
  @media (min-width: 1200px) {
    .contact-form__content {
      flex-basis: 80%;
      padding-left: 50px; } }
  @media (min-width: 768px) {
    .contact-form__fieldset {
      padding: 40px;
      border-radius: 0 0 4px 4px;
      background-color: #f8f9fa;
      border-top: 4px solid var(--dark-color);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); } }
  .contact-form__fieldset form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.contact-map {
  position: relative; }
  .contact-map .svg-wrap {
    overflow: hidden;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .contact-map .svg-wrap {
        max-width: 50%; } }
    @media (max-width: 575px) {
      .contact-map .svg-wrap {
        max-width: 300px; } }
  .contact-map svg {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-width: 575px) {
      .contact-map svg {
        width: calc(100% + 250px);
        margin-left: -120px; } }
    .contact-map svg .pin {
      cursor: pointer; }
      .contact-map svg .pin.active path {
        fill: var(--accent-color); }
      .contact-map svg .pin path {
        transition: .2s fill ease; }
        .contact-map svg .pin path:last-of-type {
          pointer-events: none; }
  .contact-map__modal {
    position: absolute;
    background-color: rgba(37, 55, 70, 0.9);
    color: #fff;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    z-index: 10;
    min-width: 200px;
    display: none; }
    @media (min-width: 768px) {
      .contact-map__modal {
        min-width: 300px; } }
    .contact-map__modal.active {
      display: block; }
    .contact-map__modal--inner {
      --image-width: 62px;
      display: flex;
      align-items: flex-start;
      padding: 18px 20px; }
      @media (max-width: 767px) {
        .contact-map__modal--inner {
          --image-width: 36px; } }
      @media (max-width: 1199px) {
        .contact-map__modal--inner {
          padding: 20px 22px; } }
      @media (max-width: 767px) {
        .contact-map__modal--inner {
          padding: 16px; } }
      .contact-map__modal--inner img {
        min-width: var(--image-width); }
    .contact-map__modal--content {
      padding-left: 20px;
      flex-basis: calc(100% - var(--image-width));
      min-width: calc(100% - var(--image-width));
      font-size: 18px;
      font-weight: 400;
      color: var(--accent-color);
      margin: 0;
      line-height: 1.3; }
      @media (max-width: 1199px) {
        .contact-map__modal--content {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .contact-map__modal--content {
          padding-left: 14px; } }
      .contact-map__modal--content h4 {
        font-size: 24px;
        margin: 0 0 8px;
        color: #fff;
        line-height: 1.1; }
        @media (max-width: 1199px) {
          .contact-map__modal--content h4 {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .contact-map__modal--content h4 {
            font-size: 18px;
            margin-bottom: 6px; } }
    .contact-map__modal .title {
      font-size: 32px;
      margin: 0 0 12px; }
      @media (max-width: 1199px) {
        .contact-map__modal .title {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .contact-map__modal .title {
          font-size: 24px;
          margin-bottom: 8px; } }
    .contact-map__modal .text {
      font-size: 24px;
      font-weight: 400;
      color: var(--accent-color);
      margin: 0;
      line-height: 1.3; }
      @media (max-width: 1199px) {
        .contact-map__modal .text {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .contact-map__modal .text {
          font-size: 16px; } }

.services-module {
  --decor-top-width: 100px;
  position: relative; }
  @media (max-width: 1199px) {
    .services-module {
      --decor-top-width: 100%; } }
  .services-module:before, .services-module:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0; }
  .services-module:before {
    background-color: var(--blue-color); }
    @media (max-width: 1199px) {
      .services-module:before {
        display: none; } }
  .services-module:after {
    background-color: #fff; }
    @media (max-width: 1199px) {
      .services-module:after {
        width: 100%; } }
  .services-module__wrap {
    padding-right: var(--gap-container-x);
    padding-left: var(--gap-container-x);
    position: relative;
    max-width: var(--size-container);
    margin: 0 auto;
    z-index: 1; }
    @media (min-width: 1200px) {
      .services-module__wrap {
        display: flex; } }
  .services-module__aside {
    background-color: var(--blue-color);
    padding: 120px 30px;
    flex-basis: 24%;
    text-align: center;
    position: relative; }
    @media (max-width: 1199px) {
      .services-module__aside {
        padding: 70px 0;
        margin-left: calc(-1*var(--gap-container-x));
        margin-right: calc(-1*var(--gap-container-x)); } }
    @media (max-width: 767px) {
      .services-module__aside {
        padding: 40px 0 20px; } }
    @media (min-width: 1200px) {
      .services-module__aside img {
        -webkit-transform: translateX(20px);
        transform: translateX(20px); } }
    .services-module__aside:before {
      content: '';
      display: block;
      width: var(--decor-top-width);
      position: absolute;
      background-color: inherit;
      z-index: 1; }
      @media (min-width: 1200px) {
        .services-module__aside:before {
          height: 100%;
          top: 0;
          right: 1px;
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          clip-path: polygon(100% 0, 0 0, 0 100%); } }
      @media (max-width: 1199px) {
        .services-module__aside:before {
          clip-path: polygon(100% 0, 0 0, 0 100%);
          left: 0;
          bottom: 1px;
          height: 30px;
          -webkit-transform: translateY(100%);
          transform: translateY(100%); } }
    .services-module__aside:after {
      content: '';
      display: block;
      position: absolute;
      background-color: var(--accent-color); }
      @media (min-width: 1200px) {
        .services-module__aside:after {
          width: calc(var(--decor-top-width) + 30px);
          height: calc(var(--decor-top-width)*2.5);
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
          bottom: 0;
          right: 0; } }
      @media (max-width: 1199px) {
        .services-module__aside:after {
          clip-path: polygon(100% 100%, 100% 0, 0 0);
          bottom: 0;
          right: 0;
          width: 120px;
          height: 40px;
          -webkit-transform: translateY(100%);
          transform: translateY(100%); } }
  .services-module__content {
    flex-basis: 76%;
    background-color: #fff;
    padding: 70px 50px 70px calc(var(--decor-top-width) + 46px); }
    @media (max-width: 1199px) {
      .services-module__content {
        padding: 80px 0 50px; } }
    @media (max-width: 767px) {
      .services-module__content {
        padding: 60px 0; } }
    .services-module__content .module-title {
      color: var(--grey-color-4); }
    @media (min-width: 992px) {
      .services-module__content .row {
        display: flex;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 992px) {
      .services-module__content .col {
        flex-basis: calc(50% - 20px);
        padding: 0 20px; } }
    .services-module__content ul > li ul > li::marker {
      color: var(--accent-color); }
  .services-module:not(.image-right):before {
    left: 0; }
  .services-module:not(.image-right):after {
    right: 0; }
  .services-module:not(.image-right) .services-module__aside {
    padding-left: 0; }
    @media (min-width: 1200px) {
      .services-module:not(.image-right) .services-module__aside {
        text-align: left; } }
  .services-module:not(.image-right) .services-module__content {
    padding-right: 0; }
  .services-module.image-right:before {
    right: 0; }
  .services-module.image-right:after {
    left: 0; }
    @media (min-width: 1200px) {
      .services-module.image-right:after {
        background: linear-gradient(to bottom, #f7f8f9 0%, #e0e1e3 100%); } }
  .services-module.image-right .services-module__aside {
    padding-right: 0; }
    @media (min-width: 1200px) {
      .services-module.image-right .services-module__aside {
        text-align: right; } }
    @media screen and (min-width: 1200px) {
      .services-module.image-right .services-module__aside:before {
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-100%) rotate(180deg);
        transform: translateX(-100%) rotate(180deg); } }
    .services-module.image-right .services-module__aside:after {
      display: none; }
  .services-module.image-right .services-module__wrap {
    flex-direction: row-reverse; }
  .services-module.image-right .services-module__content {
    position: relative;
    padding-left: 0; }
    @media (min-width: 1200px) {
      .services-module.image-right .services-module__content {
        padding-right: calc(var(--decor-top-width) + 46px); } }
    @media (min-width: 1200px) {
      .services-module.image-right .services-module__content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #f7f8f9 0%, #e0e1e3 100%); } }
    .services-module.image-right .services-module__content .module-title,
    .services-module.image-right .services-module__content .module-content {
      position: relative; }

.management-module .container {
  position: relative; }
  @media (max-width: 991px) {
    .management-module .container {
      --size-container: 700px; } }

.management-module__board {
  padding: 50px 0 30px;
  background-color: var(--grey-color-1);
  position: relative; }
  @media (max-width: 767px) {
    .management-module__board {
      padding: 30px 0 16px; } }
  .management-module__board:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f8f9fa 0%, rgba(248, 249, 250, 0) 300px); }
  .management-module__board .module-title {
    color: var(--grey-color-4); }

.management-module__row {
  --x-col-offset: 26px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1*var(--x-col-offset)/2);
  margin-right: calc(-1*var(--x-col-offset)/2); }
  @media (max-width: 1199px) {
    .management-module__row {
      --x-col-offset: 12px; } }

.management-module__col {
  --col-width: 25%;
  margin: 0 calc(var(--x-col-offset)/2) 70px;
  text-align: center;
  flex-basis: calc(var(--col-width) - var(--x-col-offset));
  max-width: calc(var(--col-width) - var(--x-col-offset));
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .management-module__col {
      --col-width: 50%; } }
  @media (max-width: 767px) {
    .management-module__col {
      margin-bottom: 24px; } }

.management-module .m-avatar {
  --avatar-size: clamp(160px, 100%, 215px);
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto calc(-1*(var(--avatar-size))/3);
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: 4px solid var(--grey-color-2);
  width: var(--avatar-size);
  height: var(--avatar-size); }
  @media (max-width: 767px) {
    .management-module .m-avatar {
      max-width: calc(100% - 40px);
      height: auto;
      margin-bottom: -60px; } }
  .management-module .m-avatar img {
    -o-object-fit: cover;
    object-fit: cover; }

.management-module .m-content {
  background-color: var(--blue-color);
  padding: 90px 18px 22px;
  border-top: 4px solid var(--bright-color);
  font-size: 22px;
  position: relative;
  flex: 1; }
  @media (max-width: 767px) {
    .management-module .m-content {
      font-size: 18px;
      padding: 70px 8px 16px; } }
  .management-module .m-content:hover .m-content__info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .management-module .m-content__name {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px; }
  .management-module .m-content__position {
    color: var(--accent-color); }
  .management-module .m-content__info {
    position: absolute;
    left: 0;
    top: calc(100% - 15px);
    width: 100%;
    padding: 20px 12px 20px 20px;
    z-index: 2;
    transition: .3s transform, opacity ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    font-size: 18px; }
    @media (max-width: 767px) {
      .management-module .m-content__info {
        padding: 18px 10px; } }
    .management-module .m-content__info:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: var(--blue-color);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.95; }
    .management-module .m-content__info ul {
      position: relative;
      z-index: 1;
      color: #fff;
      text-align: left;
      padding: 0 0 0 20px;
      margin: 0;
      line-height: 1.4; }
      .management-module .m-content__info ul li::marker {
        color: var(--accent-color); }
      .management-module .m-content__info ul li:not(:last-child) {
        margin-bottom: 10px; }

.post-content {
  padding: 60px 0; }
  .post-content__wrap {
    background-color: var(--grey-color-3); }
  .post-content h1, .post-content h2 {
    font-family: var(--secondary-font);
    color: var(--grey-color-4);
    font-size: 50px; }
    @media (max-width: 767px) {
      .post-content h1, .post-content h2 {
        font-size: 34px; } }
  .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-weight: 600;
    margin-bottom: 10px; }
    .post-content h3 + p, .post-content h4 + p, .post-content h5 + p, .post-content h6 + p {
      margin-top: 0; }
  .post-content h3 {
    font-size: 32px; }
    @media (max-width: 767px) {
      .post-content h3 {
        font-size: 26px; } }
  .post-content h4 {
    font-size: 34px; }
    @media (max-width: 767px) {
      .post-content h4 {
        font-size: 24px; } }
  .post-content h5 {
    font-size: 30px; }
    @media (max-width: 767px) {
      .post-content h5 {
        font-size: 22px; } }
  .post-content h6 {
    font-size: 26px; }
    @media (max-width: 767px) {
      .post-content h6 {
        font-size: 20px; } }
  .post-content li:not(:last-child) {
    margin-bottom: 10px; }
  .post-content a {
    background: linear-gradient(0deg, var(--accent-color), var(--accent-color)) no-repeat right bottom/0 var(--bg-h);
    color: var(--text-color);
    background-size: 100% var(--bg-h); }
    @media (min-width: 1200px) {
      .post-content a {
        transition: background-size 350ms; }
        .post-content a:where(:hover, :focus-visible) {
          background-size: 0 var(--bg-h);
          background-position-x: right; } }
    .post-content a[href*='tel'] {
      background: none;
      padding: 0; }
  .post-content .no-marker {
    list-style: none; }
  .post-content table {
    border-collapse: collapse; }
    .post-content table th, .post-content table td {
      padding: 12px;
      vertical-align: top; }
      .post-content table th:first-child, .post-content table td:first-child {
        padding-left: 0; }
    .post-content table th {
      text-align: left;
      border-bottom: 2px solid var(--accent-color); }
    .post-content table td {
      border-bottom: 1px solid var(--grey-color-3); }
    .post-content table tr:last-of-type td {
      border-bottom-color: transparent; }

.error {
  padding: 100px 0 140px;
  background-color: var(--grey-color-1); }
  @media (max-width: 767px) {
    .error {
      padding: 40px 0; } }

@media (min-width: 992px) {
  .error-404__row {
    display: flex;
    justify-content: center;
    align-items: center; } }

.error-404__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .error-404__content {
      max-width: 50%;
      padding: 0 20px; } }
  @media (max-width: 991px) {
    .error-404__content {
      margin-bottom: 50px; } }

.error-404__type {
  order: -1;
  font-family: var(--secondary-font);
  font-size: 126px;
  color: var(--grey-color-2);
  border-bottom: 4px solid var(--accent-color);
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .error-404__type {
      font-size: 100px; } }

.error-404__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600; }
  @media (max-width: 991px) {
    .error-404__title {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .error-404__title {
      font-size: 24px;
      margin-bottom: 40px; } }

.error-404__text {
  font-size: 26px;
  line-height: 1.6;
  max-width: 455px; }
  @media (max-width: 767px) {
    .error-404__text {
      font-size: 20px; } }
  .error-404__text a {
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none; }

.error-404__img {
  text-align: center; }
  @media (min-width: 992px) {
    .error-404__img {
      padding: 0 20px;
      max-width: 50%; } }
  .error-404__img img {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    max-width: 298px;
    aspect-ratio: 1;
    border: 3px solid var(--grey-color-4); }
    @media (max-width: 767px) {
      .error-404__img img {
        max-width: 200px; } }
    @media (max-width: 575px) {
      .error-404__img img {
        max-width: 156px; } }

.information-module {
  background: var(--dark-color);
  color: var(--light-color);
  padding: 170px 0 70px;
  position: relative;
  overflow-x: hidden;
  isolation: isolate; }
  @media (min-width: 1200px) {
    .information-module {
      padding: 50px 0; } }
  .information-module:before {
    content: "";
    position: absolute;
    background: rgba(59, 75, 88, 0.8);
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    width: 100%;
    height: 130px;
    left: 0; }
    @media (min-width: 1200px) {
      .information-module:before {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 55% 100%);
        width: 180px;
        height: 100%;
        right: 0;
        left: inherit; } }
  .information-module:after {
    content: "";
    position: absolute;
    background: var(--accent-color);
    z-index: -2;
    clip-path: polygon(0 0, 100% 79%, 100% 0);
    right: 0;
    width: 65%;
    height: 150px;
    top: 0; }
    @media (min-width: 1200px) {
      .information-module:after {
        clip-path: polygon(100% 0, 36% 100%, 100% 100%);
        right: 0;
        width: 250px;
        height: 65%;
        bottom: 0;
        top: inherit; } }
  .information-module .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (min-width: 1200px) {
      .information-module .wrap {
        flex-direction: row;
        gap: 60px; } }
    .information-module .wrap .col:first-child {
      flex: 2; }
      .information-module .wrap .col:first-child .column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px; }
        @media (min-width: 1200px) {
          .information-module .wrap .col:first-child .column {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 5%;
            -moz-column-gap: 5%;
            column-gap: 5%; } }
        .information-module .wrap .col:first-child .column .item {
          page-break-inside: avoid;
          -webkit-column-break-inside: avoid;
          -moz-column-break-inside: avoid;
          break-inside: avoid; }
    .information-module .wrap .col-title {
      color: var(--accent-color); }
    .information-module .wrap .item {
      margin-bottom: 20px; }
      .information-module .wrap .item .address-name {
        font-weight: 600; }
      .information-module .wrap .item .address {
        text-transform: uppercase; }
        .information-module .wrap .item .address a {
          color: #fff;
          text-decoration: none; }

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