@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for ContractRegisseur.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =Vars general
--------------------------------------------------------------------------------------------------*/
:root {
  --bs-dark: #0b2d4c;
  --bs-light: #ededed;
  --bs-primary: #d3af37;
  --bs-body-color: #000;
  --bs-secondary: #0a2d4c;

  --bs-input-padding-y: 11px;
  --bs-input-padding-x: 21px;
  --bs-input-font-size: 15px;
  --bs-input-font-weight: 400;
  --bs-input-line-height: 1.4;
  --bs-input-bg: #fff;
  --bs-input-color: #000000;
  --bs-input-border-color: #c9c9c9;
  --bs-input-border-width: 1px;
  --bs-input-border-radius: 6px;
  --bs-input-box-shadow: none;
  --bs-input-focus-bg: var(--bs-input-bg);
  --bs-input-focus-border-color: var(--bs-input-border-color);
  --bs-input-focus-color: var(--bs-input-color);
  --bs-input-placeholder-color: #000000;

  --bs-checkbox-size: 17px;
  --bs-checkbox-border-color: #c9c9c9;
  --bs-checkbox-bg: #fff;
  --bs-checkbox-checked-bg: #fff;
  --bs-checkbox-border-radius: 6px;
  --bs-checkbox-check-color: #c9c9c9;

  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: #c9c9c9;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 25px;
  --bs-accordion-inner-padding: 3px;

  --bs-accordion-button-font-size: 15px;
  --bs-accordion-button-color: #000;
  --bs-accordion-button-bg: transparent;
  --bs-accordion-button-padding: 20px 25px;

  --bs-accordion-icon-size: 42px;
  --bs-accordion-icon-border-color: var(--bs-primary);
  --bs-accordion-icon-bg: #fff;
  --bs-accordion-icon-color: var(--bs-primary);

  --section-spacer: 40px;
  --hero-bottom: 176px;
}

/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque";
  src:
    url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"),
    url("../fonts/GalanoGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:
    url("../fonts/GalanoGrotesque-Bold.woff") format("woff2"),
    url("../fonts/GalanoGrotesque-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--bs-body-color);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

h1,
.h1,
h2,
.h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5625rem, 2.24vw, 2.1875rem);
  font-weight: 700;
  line-height: 1.32;
}

h2,
.h2 {
  color: var(--bs-dark);
}

h3,
.h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--bs-dark);
}

h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.subheading {
  color: var(--bs-primary);
  font-size: 16px;
  margin: 0 0 15px;
}

@media screen and (min-width: 992px) {
  h1,
  .h1,
  h2,
  .h2 {
    line-height: 1.23;
  }

  .subheading {
    margin: 0 0 5px;
  }
}

/* End Typography
--------------------------------------------------------------------------------------------------*/

/* =General
--------------------------------------------------------------------------------------------------*/
html,
body {
  scroll-behavior: unset !important;
}
.hide-scroll {
  scrollbar-width: none;
  height: 100%;
}
.hide-scroll::-webkit-scrollbar {
  display: block;
}
.hide-scroll body {
  height: 100%;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  overflow: clip;
}
.container-fluid {
  max-width: 1340px;
  padding: 0 30px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  color: var(--bs-black);
}

a,
button {
  transition: all 0.25s ease;
}
p a,
ul a {
  text-decoration: underline;
}

p a:hover,
ul a:hover {
  text-decoration: none;
}

.container-fluid {
  position: relative;
  z-index: 1;
}

.bg-light {
  background-color: var(--bs-light) !important;
}
.bg-light.bg-wave-top {
  background-image: url(../img/bgi/wave-light.svg);
}
.bg-light.bg-wave-top-reversed {
  background-image: url(../img/bgi/wave-light-rev.svg);
}
.bg-dark {
  background-color: var(--bs-dark) !important;
  color: #fff;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
  color: #fff;
}

section {
  margin: 0 0 var(--section-spacer);
}
section.bg-light,
section.bg-dark,
section.bg-primary {
  padding: var(--section-spacer) 0;
}
section.bg-wave-top,
section.bg-wave-top-reversed {
  background-position: 0 0;
  background-repeat: no-repeat;
}
section.bg-wave-top {
  padding-top: calc(var(--section-spacer) * 4);
  margin-top: calc(var(--section-spacer) * -2);
}

@media screen and (min-width: 768px) {
  :root {
    --section-spacer: 60px;
  }
  section.bg-wave-top {
    padding-top: calc(var(--section-spacer) * 3);
  }
}
@media screen and (min-width: 992px) {
  :root {
    --section-spacer: 80px;
  }
  section.bg-wave-top {
    margin-top: calc(var(--section-spacer) * -1.5);
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --section-spacer: 110px;
  }
  section.bg-wave-top {
    padding-top: calc(var(--section-spacer) * 2);
    margin-top: calc(var(--section-spacer) * -1);
  }

  section.bg-wave-top-reversed {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1500px) {
  .bg-wave-top,
  section.bg-wave-top-reversed {
    background-size: 100% auto;
  }
  section.bg-wave-top-reversed {
    margin-top: -80px;
  }
}

/* End General
--------------------------------------------------------------------------------------------------*/

/* =Components

Accordion
--------------------------------------------------------------------------------------------------*/
.accordion {
  border: none;
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-width: 1px;
  border-radius: 40px;
  margin-bottom: 15px;
  overflow: hidden;
}
.accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-button {
  font-size: var(--bs-accordion-button-font-size);
  font-weight: 400;
  color: var(--bs-accordion-button-color);
  background-color: var(--bs-accordion-button-bg);
  padding: 15px 55px 6px 25px;
  border: none;
  border-radius: var(--bs-accordion-border-radius);
  box-shadow: none;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.6;
}
.accordion-button::after {
  display: none;
}
.accordion-button::before {
  content: "\f063";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  color: var(--bs-accordion-icon-border-color);
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--bs-accordion-icon-size);
  height: var(--bs-accordion-icon-size);
  background: none;
  border: 1px solid var(--bs-accordion-icon-border-color);
  border-radius: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) scaleY(-1);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: var(--bs-accordion-border-color);
}
.accordion-body {
  padding: 0 25px 25px 25px;
  color: var(--bs-body-color);
}
.accordion-item {
  padding: var(--bs-accordion-inner-padding);
}
.accordion-body {
  padding-top: 0;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-body-color);
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 768px) {
  .accordion-item {
    margin-bottom: 10px;
    border-radius: 25px;
  }
  .accordion-item:first-of-type {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .accordion-button {
    padding: 10px 55px 8px 25px;
  }
  .accordion-button::before {
    right: 3px;
  }
}

/* =Forms
--------------------------------------------------------------------------------------------------*/
.form-control,
.form-select {
  padding: calc(var(--bs-input-padding-y) + 2px) var(--bs-input-padding-x) calc(var(--bs-input-padding-y) - 2px);
  font-size: var(--bs-input-font-size);
  font-weight: var(--bs-input-font-weight);
  line-height: var(--bs-input-line-height);
  background-color: var(--bs-input-bg);
  color: var(--bs-input-color);
  height: calc(var(--bs-input-padding-y) * 2 + var(--bs-input-font-size) * var(--bs-input-line-height) + var(--bs-input-border-width) * 2);
  border-width: var(--bs-input-border-width);
  border-style: solid;
  border-color: var(--bs-input-border-color);
  border-radius: var(--bs-input-border-radius);

  box-shadow: var(--bs-input-box-shadow);
  transition: border-color 0.2s ease;
}
.form-select {
  padding-right: 2rem;
  background-image: url(../img/bgi/select.svg);
  background-size: 8px 5px;
}
.form-control::placeholder {
  color: var(--bs-input-placeholder-color);
  opacity: 1;
}
.form-control:focus,
.form-select:focus {
  background-color: var(--bs-input-focus-bg);
  color: var(--bs-input-focus-color);
  border-color: var(--bs-input-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-input-box-shadow);
}
textarea.form-control {
  resize: none;
  height: 175px;
}
input.form-check-input,
.wpcf7-checkbox label input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  width: var(--bs-checkbox-size);
  height: var(--bs-checkbox-size);
  background-color: var(--bs-checkbox-bg);
  border: 1px solid var(--bs-checkbox-border-color);
  border-radius: var(--bs-checkbox-border-radius);
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 1px;
}
input.form-check-input:hover,
.wpcf7-checkbox label input:hover {
  border-color: var(--bs-checkbox-border-color);
}
input.form-check-input:focus,
.wpcf7-checkbox label input:focus {
  border-color: var(--bs-checkbox-border-color);
  box-shadow: none;
  outline: none;
}
input.form-check-input:checked,
.wpcf7-checkbox label input:checked {
  background-color: var(--bs-checkbox-checked-bg);
  border-color: var(--bs-checkbox-border-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Crect width='9' height='9' rx='2' fill='%230b2d4c'/%3E%3C/svg%3E");
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}
input.form-check-input.form-check-input--radio[type="checkbox"],
.form-check-input--radio [type="checkbox"] {
  border-radius: 100%;
}
input.form-check-input.form-check-input--radio:checked[type="checkbox"],
.form-check-input--radio [type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Crect width='9' height='9' rx='4.5' fill='%230b2d4c'/%3E%3C/svg%3E");
}
.wpcf7-form-control.form-check-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.wpcf7-form-control.form-check-input span {
  display: block;
  margin: 0;
}
.wpcf7-form-control.form-check-input label {
  display: flex;
  align-items: center;
}
.wpcf7-form-control.form-check-input input {
  margin: -3px 8px 0 0;
}

.form-check-label {
  padding-left: 8px;
  cursor: pointer;
  font-weight: 400;
  color: var(--bs-body-color);
}
.form .dropdown > .btn.dropdown-toggle {
  width: 100%;
  text-align: start;
  padding: calc(var(--bs-input-padding-y) + 2px) var(--bs-input-padding-x) calc(var(--bs-input-padding-y) - 2px);
  font-size: var(--bs-input-font-size);
  font-weight: var(--bs-input-font-weight);
  line-height: var(--bs-input-line-height);
  background-color: var(--bs-input-bg);
  color: var(--bs-input-color);
  border: var(--bs-input-border-width) solid var(--bs-input-border-color);
  border-radius: var(--bs-input-border-radius);
  box-shadow: var(--bs-input-box-shadow);
  transition: border-color 0.2s ease;
  height: calc(var(--bs-input-padding-y) * 2 + var(--bs-input-font-size) * var(--bs-input-line-height) + var(--bs-input-border-width) * 2);
}

.form .dropdown > .btn.dropdown-toggle::after {
  display: none;
}

.form .dropdown > .btn.dropdown-toggle {
  background-image: url(../img/bgi/select.svg);
  background-repeat: no-repeat;
  background-position: right var(--bs-input-padding-x) center;
  background-size: 8px 5px;
  padding-right: calc(var(--bs-input-padding-x) + 25px);
  justify-content: space-between;
}

.form .dropdown > .btn.dropdown-toggle:hover {
  border-color: var(--bs-input-border-color);
}

.form .dropdown > .btn.dropdown-toggle:focus {
  border-color: var(--bs-input-border-color);
  box-shadow: var(--bs-input-box-shadow);
  outline: 0;
}

.form .dropdown-menu {
  border: var(--bs-input-border-width) solid var(--bs-input-border-color);
  border-radius: var(--bs-input-border-radius);
  box-shadow: var(--bs-input-box-shadow);
  padding: 12px 0;
  margin-top: 4px;
  width: 100% !important;
}
.form .dropdown-menu .form-check:hover {
  background-color: transparent;
}
.form-label {
  display: block;
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
  font-family: "GalanoGrotesque";
}
.form-check-label {
  display: block;
  text-align: left;
}

.form-check-list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  display: grid;
  gap: 5px;
  overflow: hidden;
  height: 90px;
}
.form-check-list-toggler {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 10px 0 0 20px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
.form-check-list-toggler::after {
  content: "";
  width: 8px;
  height: 5px;
  background: url(../img/bgi/select.svg) 0 / cover no-repeat;
  display: block;
  margin-left: 11px;
}
.form-check-list-wrapper.active .form-check-list {
  height: auto;
}
.form-check-list-wrapper.active .form-check-list-toggler::after {
  transform: scaleY(-1);
}
@media (min-width: 576px) {
  .form-check-list {
    grid-template-columns: repeat(2, 1fr);
    height: 60px;
  }
}
@media (min-width: 768px) {
  .form-check-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 4px 10px 0 24px;
    gap: 0px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-label {
    padding: 7px 0 0 22px;
    margin: 0 0 9px;
  }
}

/* buttons */

.btn {
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.2;
  --bs-btn-border-width: 2px;
  --bs-btn-border-radius: 6px;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-box-shadow: none;

  padding: 2px 19px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  transition: all 0.3s;
  height: 45px;
  border-radius: var(--bs-btn-border-radius);
  font-size: var(--bs-btn-font-size);
  line-height: var(--bs-btn-line-height);
  font-weight: var(--bs-btn-font-weight);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-primary);
}

@media (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
}

/* cards */
.card {
  height: 100%;
  display: flex;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: none;
}
.card figure {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  flex: 0 0 auto;
}
.card figure img {
  position: absolute;
  inset: 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card-body {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 6px 6px;
  padding: 20px 20px 89px;
  position: relative;
  height: 100%;
}
.card__icon {
  color: #fff;
  background-color: var(--bs-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  flex: 0 0 auto;
  position: absolute;
  right: 20px;
  bottom: 21px;
}
.card__category {
  color: var(--bs-primary);
  font-size: 16px;
}
.card__title {
  margin: 2px 0 5px;
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-dark);
}
@media (min-width: 1200px) {
  .card .card-body {
    padding: 38px 61px 89px 49px;
  }
  .card__icon {
    right: 26px;
  }
}

/* Header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 998;
}
.header .container-fluid {
  max-width: none;
}
.header__wrapper {
  padding: 30px 0 39px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: block;
  width: 308px;
}
.navbar-brand svg {
  display: block;
  width: 100%;
  height: auto;
}
.navbar-brand svg path,
.navbar-brand svg rect {
  transition: all 0.35s;
}

.navbar {
  background: none;
  padding: 0;
}
.navbar > .container-fluid {
  justify-content: center;
}
.navbar-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  height: 0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50% 50% 0 0;
  background-color: #fff;
  width: 82px;
  height: 101px;
  padding: 14px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  z-index: 9;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}
.navbar-toggler-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #dde0e2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler-icon-line {
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--bs-dark);
  position: relative;
}

.navbar-toggler-icon-line:before,
.navbar-toggler-icon-line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--bs-dark);
  transition: all 0.3s linear;
}
.navbar-toggler-icon-line:before {
  top: -6px;
}
.navbar-toggler-icon-line:after {
  bottom: -6px;
}
.navbar-toggler[aria-expanded="true"] {
  box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-line {
  background: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-line:before {
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-line:after {
  transform: translateY(-6px) rotate(-45deg);
}
.navbar-toggler-text {
  display: block;
  padding: 11px 0 0;
  font-size: 16px;
  color: var(--bs-primary);
}
.navbar-toggler-text-close {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-text-open {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-text-close {
  display: block;
}

.header-contact .btn {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-black);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-black);
}

.navbar-collapse {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.3s linear;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.navbar-collapse.show {
  height: 100dvh;
}

.navbar-collapse .inner {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 0 14% 116px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.navbar-collapse .navbar-brand {
  order: -2;
  margin: 0 0 67px;
}
.navbar-collapse .navbar-brand svg path {
  fill: var(--bs-dark);
}

.navbar-collapse .header-button {
  order: -1;
  padding: 0 0 4px;
}

.navbar-collapse ul {
  text-decoration: none;
  color: #0a2d4c;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-collapse ul:first-child {
  display: flex;
  flex-direction: column-reverse;
}
.navbar-collapse ul li {
  border-bottom: 1px solid #c9c9c9;
}
.navbar-collapse ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 12.5px 0 13px;
}

@media screen and (min-width: 768px) {
  .header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(to bottom, rgba(10, 45, 77, 0.69) 0%, rgba(10, 45, 77, 0) 100%);
    z-index: -1;
  }
}

@media screen and (min-width: 992px) {
  .header.header-fixed {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .header.header-fixed::before {
    display: none;
  }
  .header.header-fixed .navbar-brand {
    margin: 0;
  }
  .header.header-fixed .navbar-brand svg path,
  .header.header-fixed .navbar-brand svg rect {
    fill: var(--bs-dark);
  }
  .header.header-fixed .navbar-collapse ul li a {
    color: var(--bs-dark);
  }
  .header.header-fixed .navbar-collapse ul li a:after {
    background-color: var(--bs-dark);
  }
  .header.header-fixed .navbar-aside {
    display: none;
  }
  .page-home .header.header-fixed .container-fluid {
    padding-left: 30px;
  }
  .header.header-fixed .header__wrapper {
    padding: 20px 0;
  }

  .header.header-fixed.header-fixed-top {
    z-index: 1001;
    transform: translateY(0);
    transition: transform 0.3s;
  }
  .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .navbar-brand {
    padding: 0;
    width: 150px;
    flex: 0 0 auto;
    margin: 35px 0 0;
  }
  .navbar-container {
    position: static;
    background-color: transparent;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    padding: 0;
    width: 100%;
  }
  .navbar-collapse {
    position: static;
    height: auto;
    background-color: transparent;
    padding: 0;
    transition: none;
    display: block;
  }
  .navbar-collapse .navbar-brand {
    display: none;
  }
  .navbar-collapse .inner {
    overflow: visible;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
  .navbar-collapse .header-button {
    order: unset;
    padding: 0;
  }
  .navbar-collapse ul {
    width: auto;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
  }
  .navbar-collapse .navbar-aside {
    width: 100%;
    margin: 0 0 20px;
  }
  .navbar-collapse ul li {
    border: none;
    margin-left: 16px;
  }
  .navbar-collapse ul li a {
    color: var(--bs-white);
    padding: 0;
    display: inline-block;
    position: relative;
  }
  .navbar-collapse ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right 0;
    transition: transform 0.25s ease-in-out;
  }
  .navbar-collapse ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  .header-button {
    margin-left: 20px;
  }
  .header-button .btn {
    padding: 0 14px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .header__wrapper {
    padding: 13px 0 34px;
  }
  .navbar-brand {
    width: 220px;
    margin: 40px 0 0;
  }
  .navbar-collapse ul {
    font-size: 15px;
  }
  .navbar-collapse ul li {
    border: none;
    margin-left: 23px;
  }
  .navbar-collapse .navbar-aside {
    margin: 0 0 23px;
  }
  .navbar-collapse .navbar-aside li {
    margin-left: 39px;
  }

  .header-button .btn {
    padding: 0 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .header .container-fluid {
    padding-left: 140px;
  }
}

/* footer */
.footer {
  background-color: var(--bs-light);
  border-top: 5px solid var(--bs-primary);
}

.footer__main {
  background: var(--bs-dark);
  padding: 38px 30px 82px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer__main h3 {
  color: inherit;
}
.footer__main a {
  color: inherit;
  text-decoration: none;
}
.footer__main a:hover {
  color: var(--bs-primary);
  text-decoration: none;
}
.footer__main a i {
  color: var(--bs-primary);
  margin: 0 14px 0 0;
}
.footer__logo {
  width: 220px;
  margin: 0 0 40px;
}
.footer__logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.footer__main form {
  padding: 8px 0 0;
}
.footer__main .form-field {
  margin: 0 0 12.5px;
}
.footer__main .form-submit {
  padding: 2.5px 0 0;
}
.footer__main .form-submit button {
  color: #fff;
  background: var(--bs-primary);
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
}
.footer__info {
  border-top: 1px solid #fff;
  padding: 61px 0 0;
  margin: 25px 0 42px;
}
.footer__info address {
  margin: 0;
}

.footer__info .content-link span {
  text-decoration: underline;
}
.footer__info p {
  margin: 0;
  display: flex;
  align-items: center;
}
.footer__info p:first-of-type {
  margin-top: 19px;
}
.footer__info p span {
  width: 63px;
}
.footer__info-contacts {
  padding: 13px 0 0;
  display: flex;
  flex-direction: column;
}
.footer-menu {
  margin: 0 0 16px;
}
.footer-menu ul {
  margin: -3px 0 0;
  padding: 0;
  list-style: none;
  line-height: 29px;
}
.footer-menu ul li a {
  display: inline-flex;
}
.footer-menu ul li a::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: var(--bs-primary);
  display: block;
  line-height: 1;
  margin: 0.2em 10px 0px 0;
  height: 1em;
}
.footer__bottom {
  padding: 35px 20px 150px 30px;
  font-size: 0;
  line-height: 0;
  color: var(--bs-secondary);
  text-align: center;
}
.footer__bottom a {
  color: inherit;
  text-decoration: none;
}
.footer__bottom a:hover {
  color: var(--bs-primary);
}
.footer__bottom .copyright {
  display: inline;
  font-size: 16px;
  line-height: 1.875;
}
.footer__bottom ul,
.footer__bottom ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__bottom ul li {
  font-size: 16px;
  line-height: 1.875;
}
.footer__bottom ul li::before {
  content: "•";
  margin: 0 4px;
}
.footer__bottom ul li a span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer__main {
    padding: 40px 0;
  }
  .footer__main-row {
    border-bottom: 1px solid #fff;
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__main h3 {
    margin: 0;
  }
  .footer__main .form-field {
    padding: 0 10px 0 0;
  }
  .footer__main .form-submit {
    padding: 0 0 0 2px;
  }
  .footer__info {
    border-top: none;
    padding: 0;
    margin: 0 0 30px;
  }
  .footer-menu {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer {
    position: relative;
  }
  .footer::before {
    content: "";
    width: 675px;
    height: 538px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/bgi/mark.svg) 0 0 /100% auto no-repeat;
  }
  .footer__main {
    padding: 40px 0;
    font-size: 14px;
  }
  .footer__main-row {
    border-top: 1px solid #fff;
    padding: 40px 0;
    margin: 0 0 40px;
  }
  .footer__main .form-field {
    padding: 0 10px 0 0;
  }
  .footer__main .form-submit {
    padding: 0 0 0 2px;
  }
  .footer__info {
    border-top: none;
    padding: 0;
    margin: 0 0 30px;
  }
  .footer-menu {
    margin: 0 0 30px;
  }
  .footer__bottom {
    padding: 25px 0;
    text-align: left;
  }
  .footer__bottom .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__bottom .copyright {
    display: block;
    font-size: 14px;
    line-height: 25px;
  }
  .footer__bottom ul {
    display: flex;
    justify-content: flex-end;
  }
  .footer__bottom ul li {
    display: block;
    font-size: 14px;
    line-height: 25px;
  }
  .footer__bottom ul li:first-child:before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer__main {
    padding: 55px 0 26px;
    font-size: 16px;
  }
  .footer__main-row {
    padding: 29px 0;
    margin: 0 0 61px;
  }
  .footer__main-row h3 {
    max-width: 8em;
  }
  .footer__main .form-field {
    width: 280px;
  }
  .footer-menu h3 {
    margin-bottom: 10px;
  }
  .footer__bottom {
    padding: 25px 0;
  }
  .footer__bottom .copyright {
    font-size: 16px;
  }
  .footer__bottom ul li {
    font-size: 16px;
  }
}

/* hero section */
.hero {
  position: relative;
  z-index: 900;
  background-color: #fff;
}
.hero__text {
  background: var(--bs-dark) url(../img/bgi/mark.svg) right 0 bottom -8px / 638px auto no-repeat;
  color: #fff;
  padding: 200px 0 48px;
  position: relative;
  font-size: 18px;
  line-height: 1.67;
}

.hero__text .container-fluid {
  position: relative;
  z-index: 2;
}

.hero__text h1,
.hero__text .h1 {
  margin: 0 0 36px;
}
.hero--page .hero__text h1,
.hero--article .hero__text h1 {
  margin: 0 0 17px;
}
.hero--inner .hero__text .h1 {
  margin: 0 0 12px;
}
.hero__text h2 {
  color: #fff;
  margin: 0 0 36px;
}

.hero__text ul,
.hero__overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.hero__text ul li,
.hero__overlay ul li {
  display: flex;
}

.hero__text ul li::before,
.hero__overlay ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--bs-primary);
  display: block;
  line-height: 1.3;
  margin: 0 10px 0 0;
}
.hero__text .content-link {
  display: flex;
  padding: 20px 0 0;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}
.hero__text .content-link i {
  color: var(--bs-primary);
  margin: -2px 10px 0 0;
}
.hero__text .content-link:hover {
  color: var(--bs-primary);
}

.hero__visual {
  height: 393px;
  display: flex;
  justify-content: center;
}
.hero__visual img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__overlay {
  padding: 30px 0;
  color: var(--bs-dark);
}
.hero__overlay .side-nav {
  margin-top: 30px;
}
.hero__overlay .side-nav nav {
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 20px;
}
.hero__overlay .side-nav p {
  font-size: 20px;
}
.hero__overlay .side-nav ul li::before {
  content: "\f061";
}
.hero__overlay ul {
  margin: 0;
}
.hero__overlay ul a {
  color: var(--bs-dark);
  text-decoration: none;
}
.hero__overlay ul a:hover {
  color: var(--bs-primary);
}

.testimonial {
  display: flex;
  align-items: flex-start;
  color: var(--bs-secondary);
}
.testimonial__image {
  width: 100px;
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  margin: 0 27px 0 0;
}
.testimonial__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonial h4 {
  margin: 0 0 17px;
}
.testimonial__name {
  font-size: 14px;
  font-weight: 700;
}
.testimonial__company {
  font-size: 14px;
}

.hero__slider {
  padding: 62px 30px 45px;
}
.hero__slider .swiper {
  width: 100%;
}
.hero__slider .swiper-pagination {
  top: 127px;
  bottom: auto;
  left: 0;
  padding: 0;
  right: auto;
  width: 100px;
}
.hero__slider .swiper-pagination-bullet {
  background: var(--bs-white);
  border: 1px solid var(--bs-secondary);
  height: 10px;
  margin: 0 9px;
  opacity: 1;
  transition: all 0.2s linear;
  width: 10px;
}
.hero__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-secondary);
  transform: none;
  z-index: 1;
}
.hero__slider .swiper-pagination-bullet:hover {
  opacity: 1;
  background: var(--bs-secondary);
}
.hero form {
  padding: 7px 0 0;
}
.hero .form-select {
  max-width: 267px;
}
.hero.hero--home .container-fluid {
  max-width: none;
}
.hero.hero--home {
  margin: 0;
}
.hero--inner .hero__text {
  padding: 52px 0;
}
.hero--simple {
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}
.hero--inner:first-child {
  margin-bottom: 0 !important;
}
.hero--inner:first-child .hero__text {
  padding: 205px 0 50px;
}

@media screen and (min-width: 768px) {
  .hero {
    --mask-size: 60vw;
    position: relative;
  }
  .hero__text {
    background-position: left -136px top 114px;
    mask-image: url(../img/bgi/mask.svg);
    mask-repeat: no-repeat;
    mask-position: right top;
    mask-size: auto 100%;
    position: relative;
    z-index: 10;
    width: 57%;
    z-index: 2;
  }

  .hero__text h1,
  .hero__text .h1 {
    max-width: 13.6em;
  }

  .hero__text p,
  .hero__text ul {
    max-width: 21em;
  }
  .hero__text .btn-wrap {
    width: 300px;
  }

  .hero__visual {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: var(--hero-bottom);
    display: block;
  }
  .hero__visual img {
    width: 100%;
  }

  .hero__slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--hero-bottom);
    padding: 0 30px 0 55vw;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero__slider .swiper-pagination {
    top: 100px;
    width: 80px;
  }
  .hero__slider .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .testimonial__image {
    width: 80px;
    margin: 0 16px 0 0;
  }
  .testimonial h4 {
    margin: 0 0 10px;
    font-size: 16px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero__overlay {
    height: var(--hero-bottom);
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  .hero__overlay .col-md-8 ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .hero__overlay .col-md-8 ul li {
    width: 50%;
  }
  .hero__overlay .side-nav {
    margin-top: 0;
    position: relative;
    z-index: 9;
  }
  .hero__overlay .side-nav nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
  }
  .hero__overlay .side-nav p {
    font-size: 20px;
  }
  .hero__overlay ul {
    margin: 0;
  }
  .hero__overlay ul a {
    color: var(--bs-dark);
    text-decoration: none;
  }
  .hero__overlay ul a:hover {
    color: var(--bs-primary);
  }
  .hero--page,
  .hero--inner,
  .hero--simple,
  .hero--article {
    background-color: var(--bs-dark);
  }
  .hero--page .hero__visual,
  .hero--inner .hero__visual,
  .hero--article .hero__visual {
    left: auto;
    right: 0;
    width: 66.5vw;
    height: calc(100% - var(--hero-bottom));
    bottom: 0;
  }
  .hero--inner .hero__visual {
    height: 100%;
  }
  .hero--page .hero__visual img,
  .hero--inner .hero__visual img,
  .hero--article .hero__visual img {
    object-position: left center;
  }
  .hero--inner .hero__text {
    padding: 80px 0;
  }
  .hero--simple .hero__visual {
    bottom: 0;
    left: auto;
    right: 0;
    width: 66.5vw;
  }
  .hero--article .hero__visual {
    height: 100%;
    bottom: 0;
  }
  .hero--article .hero__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    height: 0;
  }
  .hero--article .hero__overlay .side-nav nav {
    bottom: -144px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    --mask-size: 50vw;
    position: relative;
    height: 100vh;
    min-height: 700px;
  }
  .hero__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0 0;
  }
  .hero__text .btn-wrap {
    width: auto;
    align-items: center;
  }
  .hero__text .content-link {
    padding: 0 0 0 25px;
  }
  .testimonial__image {
    width: 100px;
    margin: 0 25px 0 0;
  }
  .testimonial h4 {
    margin: 3px 0 11px;
    font-size: 18px;
    max-width: 27em;
  }
  .hero__slider {
    padding-left: 50vw;
  }
  .hero__slider .swiper {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .hero__slider .swiper .swiper-wrapper {
    height: auto;
  }
  .hero__slider .swiper-pagination {
    top: auto;
    width: auto;
    bottom: 11px;
    left: auto;
    right: 0;
  }
  .hero__slider .swiper-pagination-bullet {
    margin: 0 0 0 19px;
  }

  .hero--page .hero__text,
  .hero--article .hero__text {
    height: calc(100% - var(--hero-bottom));
  }
  .hero--inner {
    height: auto;
    min-height: 0;
    max-height: 724px;
  }
  .hero--inner .hero__text {
    height: 100%;
    padding: 120px 0 150px;
  }
  .hero--simple .hero__text {
    display: block;
    padding: 150px 0 40px;
    min-height: 403px;
  }
  .hero--article {
    height: auto;
    min-height: 0;
  }
  .hero--article .hero__text {
    height: auto;
    padding: 150px 0 80px;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  :root {
    --hero-bottom: 150px;
  }
  .hero__text {
    justify-content: flex-end;
    padding: 0 0 70px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    --mask-size: 45vw;
  }
  .hero__text {
    width: 52%;
  }
  .hero__text h1,
  .hero__text .h1 {
    margin: 0 0 55px;
  }
  .hero__slider {
    padding-left: 41vw;
    padding-right: 144px;
  }
  .hero__overlay .col-md-8 ul,
  .hero__overlay ul {
    font-size: 16px;
  }
  .hero__text ul li::before,
  .hero__overlay ul li::before {
    margin-right: 26px;
  }
  .hero__overlay .side-nav nav {
    padding: 38px 42px 74px;
  }
  .hero__overlay .side-nav nav li {
    margin: 0 0 11px;
  }
  .hero__overlay .side-nav nav li:last-child {
    margin: 0;
  }
  .hero__overlay .side-nav p {
    margin: 0 0 14px;
  }
  .hero.hero--page {
    margin: 0 0 93px;
  }
  .hero--inner .hero__text {
    display: block;
    min-height: 724px;
    padding: 165px 0 0;
  }
  .hero--inner:first-child .hero__text {
    padding: 205px 0 0;
  }
  .hero--simple .hero__text {
    padding: 183px 0 40px;
  }
  .hero--simple .hero__text h1 {
    margin: 0 0 13px;
  }
  .hero--inner:first-child .hero__text h1 {
    margin: 0 0 18px;
  }
  .hero--article .hero__text {
    padding: 206px 0 140px;
  }
  .hero--article .hero__text h1 {
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1500px) {
  .hero__text {
    width: 44.4%;
    max-width: 850px;
  }
  .hero__text .container-fluid {
    padding-left: 140px;
  }
  .hero__overlay .col-md-8 ul,
  .hero__overlay ul {
    font-size: 18px;
  }
  .hero__overlay .side-nav nav {
    bottom: -12px;
  }
  .hero--page .hero__text {
    padding: 0 0 10px;
  }
  .hero--page .hero__text p,
  .hero--article .hero__text p {
    max-width: 24em;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .hero--inner .hero__text p {
    max-width: 24em;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .hero--article .hero__overlay .side-nav nav {
    bottom: -144px;
  }
}

/* hero-contact */
.hero-contact {
  position: relative;
}
.hero-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 65px;
  background: var(--bs-dark) url(../img/bgi/mark.svg) right 0 top -40px / 638px auto no-repeat;
}
.hero-contact .container-fluid {
  position: relative;
  z-index: 2;
}
.hero-contact__text {
  padding: 200px 0 48px;
  color: #fff;
}
.hero-contact__text-info {
  border-top: 1px solid #fff;
  margin: 25px 0 0;
}
.hero-contact__text address {
  margin: 0;
}
.hero-contact__text p {
  margin: 0;
}
.hero-contact__text-left,
.hero-contact__text-right {
  margin-top: 25px;
}
.hero-contact__text-right p span {
  width: 63px;
  display: inline-block;
}
.hero-contact__text a {
  color: #fff;
  text-decoration: none;
}
.hero-contact__text a:hover {
  color: var(--bs-primary);
}
.hero-contact__text a i {
  color: var(--bs-primary);
  margin: 0 10px 0 0;
}
.hero-contact__text .content-link span {
  text-decoration: underline;
}
.hero-contact__form .form {
  border-radius: 8px;
  background-color: #ededed;
  padding: 20px;
}
.hero-contact__form .form .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
.hero-contact__form-title {
  color: var(--bs-dark);
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
}
.hero-contact__form .form-submit {
  display: flex;
  flex-direction: column-reverse;
}
.hero-contact__form .form-submit .btn {
  margin-top: 25px;
}
.hero-contact__form .form-submit .form-check {
  margin: 0;
}
@media (min-width: 768px) {
  .hero-contact__text-info {
    display: flex;
    justify-content: space-between;
  }
  .hero-contact__form .form-submit {
    flex-direction: row;
    align-items: center;
  }
  .hero-contact__form .form-submit .btn {
    margin: 0 25px 0 0;
  }
}
@media (min-width: 992px) {
  .hero-contact {
    padding: 182px 0 0;
  }
  .hero-contact__text {
    padding: 0 0 140px;
  }
  .hero-contact__text p {
    max-width: 28em;
  }
  .hero-contact__text-left,
  .hero-contact__text-right {
    margin-top: 0;
  }
  .hero-contact__form {
    padding: 13px 0 0;
  }
}
@media (min-width: 1200px) {
  .hero-contact__text-info {
    padding: 27px 0 0;
    margin: 32px 13% 0 0;
  }
  .hero-contact__text-left p {
    margin: 0 0 2px;
  }
  .hero-contact__text a i {
    margin: 0 14px 0 0;
  }
  .hero-contact__text-right {
    padding: 9px 6px 0 0;
  }
  .hero-contact__form .form {
    padding: 47px 41px 42px;
  }
  .hero-contact__form .form .row {
    --bs-gutter-y: 14.5px;
  }
  .hero-contact__form-title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .hero-contact__form .form-submit {
    padding: 5px 0 0;
  }
}

/* s-benefits */

.s-benefits .container-fluid {
  position: relative;
  z-index: 1;
}
.s-benefits__wrapper {
  border: 1px solid #707070;
  border-width: 1px 0;
  padding: 38px 0 42px;
}
.s-benefits__header ~ .s-benefits__wrapper {
  border: none;
  padding: 32px 0 0;
}
.s-benefits h3 {
  margin: 0;
}
.s-benefits__list {
  margin: 0 -30px;
  padding: 0 30px;
  list-style: none;
  display: inline-flex;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100vw;
}
.s-benefits__list::-webkit-scrollbar {
  display: none;
}
.s-benefits__item {
  width: 209px;
  flex: 0 0 auto;
  margin: 0 130px 0 0;
}
.s-benefits__item-title {
  display: flex;
  align-items: center;
  color: var(--bs-dark);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
}
.s-benefits__item-title figure {
  border: 1px solid var(--bs-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 20px 4px 0;
  flex: 0 0 auto;
}
.s-benefits__item-title figure img {
  display: block;
}
.s-benefits__item p {
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-benefits.bg-light {
  position: relative;
}
.s-benefits.bg-light::before {
  content: "";
  aspect-ratio: 319/358;
  background: url(../img/bgi/mark-light.svg) 0 / cover no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  max-width: 638px;
  transform: translate3d(20%, 20%, 0);
}
@media (min-width: 768px) {
  .s-benefits__header ~ .s-benefits__wrapper .s-benefits__list {
    margin: 0;
    padding: 0;
    display: grid;
    width: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .s-benefits__header ~ .s-benefits__wrapper .s-benefits__list .s-benefits__item {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .s-benefits__wrapper {
    border-width: 0 0 1px;
    padding: 126px 0 72px;
  }
  .s-benefits h3 {
    font-size: 25px;
    line-height: 33px;
  }
  .s-benefits__list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    width: auto;
  }
  .s-benefits__item {
    margin: 0;
  }
  .s-benefits__header ~ .s-benefits__wrapper {
    padding: 60px 0 0;
  }
  .s-benefits__header ~ .s-benefits__wrapper .s-benefits__list {
    grid-template-columns: repeat(4, minmax(0, 212px));
    justify-content: space-between;
    row-gap: 60px;
    column-gap: 0;
  }
  .s-benefits.bg-light::before {
    transform: translate3d(10%, 16%, 0);
  }
}
@media screen and (min-width: 1500px) {
  .s-benefits__header ~ .s-benefits__wrapper .s-benefits__list {
    row-gap: 120px;
  }
}

/* s-text-cols */
.s-text-cols h2 {
  margin: 0 0 15px;
}
.s-text-cols p {
  margin: 0 0 24px;
}
.s-text-cols ul,
.s-text-image ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-text-cols ul {
  margin: -6px 0 24px;
  font-size: 18px;
  color: var(--bs-dark);
}
.s-text-cols ul li {
  display: flex;
  margin: 0 0 12px;
}
.s-text-image ul li {
  display: flex;
}
.s-text-cols ul li:last-child,
.s-text-image ul li:last-child {
  margin: 0;
}
.s-text-cols ul li::before,
.s-text-image ul li::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--bs-primary);
  display: block;
  line-height: 1.4;
  margin: 0 14px 0 0;
}
.s-text-image ul li::before {
  content: "\f00c";
}
.s-text-cols p:last-child,
.s-text-cols ul:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .s-text-cols h2 {
    max-width: 12em;
  }
  .s-text-cols p {
    max-width: 34.5em;
  }
}

/* s-overview */
.s-overview__slider {
  background: url(../img/bgi/wave-dark.svg) 0 bottom no-repeat;
  background-size: auto 600px;
}
.s-overview__slider .container-fluid {
  position: relative;
}
.s-overview__slider .container-fluid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 303px;
  height: 340px;
  z-index: 0;
  transform: translate3d(-32%, 26%, 0);
  background: url(../img/bgi/mark-primary.svg) 0 / cover no-repeat;
}
.s-overview__slider .container-fluid > * {
  position: relative;
  z-index: 1;
}
.s-overview__slider h2 {
  margin: 0 0 50px;
}
.s-overview__slider-controls {
  display: flex;
  align-items: center;
  padding: 52px 0;
}
.s-overview__slider-progress {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 487px;
  height: 3px;
  border-radius: 5px;
  position: relative;
  margin: 0 40px 0 0;
}
.s-overview__slider-progress .swiper-pagination-progressbar-fill {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.s-overview__slider-arrow {
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 14px;
  flex: 0 0 auto;
}
.s-overview__slider-arrow:hover {
  background-color: #fff;
  color: var(--bs-dark);
}
.s-overview__slider-arrow--prev {
  margin-left: auto;
}
.s-overview--has-contacts .s-overview__slider {
  background-size: auto 663px;
}
.s-overview--has-contacts .s-overview__slider {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.s-overview--has-contacts .s-overview__slider-controls {
  padding: 52px 0 32px;
}
.cp-contacts {
  background: var(--bs-light) url(../img/bgi/mark-gray.svg) right -170px bottom -130px / 459px auto no-repeat;
  border-radius: 8px;
  position: relative;
  z-index: 9;
}
.cp-contacts-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 30px 37px;
  color: var(--bs-secondary);
}
.cp-contacts-person figure {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  overflow: hidden;
}
.cp-contacts-person figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-contacts-person p {
  margin: 0;
}
.cp-contacts-list {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
}
.cp-contacts-list a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  align-self: center;
  color: var(--bs-secondary);
}
.cp-contacts-list a i {
  color: var(--bs-primary);
  margin: 0 10px 3px 0;
}
.cp-contacts-list a:hover {
  color: var(--bs-primary);
}
.cp-contacts-form {
  padding: 0 30px 26px;
}
.cp-contacts-form h3 {
  color: var(--bs-dark);
  margin: 0 0 17px;
}
.cp-contacts-form .form-field {
  margin: 0 0 12.5px;
}
.cp-contacts-form .form-submit {
  padding: 2.5px 0 0;
}
.cp-contacts-form .form-submit button {
  color: #fff;
  background: var(--bs-primary);
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
}
.cp-contacts--short {
  background-color: var(--bs-dark);
  background-image: url(../img/bgi/mark.svg);
  color: #fff;
}
.cp-contacts--short h3 {
  color: #fff;
  text-align: left;
  margin: 0;
  max-width: 14em;
}
@media (max-width: 991px) {
  .s-overview__slider .swiper {
    margin: 0 -30px;
    padding: 0 30px;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .s-overview__slider .swiper-slide {
    width: 366px;
  }
}
@media (min-width: 768px) {
  .cp-contacts {
    display: flex;
    padding: 20px;
    align-items: center;
    background-position: right 24px top 0;
  }
  .cp-contacts-person {
    padding: 0;
    text-align: left;
    align-items: flex-start;
    width: 45%;
  }
  .cp-contacts-person figure {
    margin: 0 0 20px;
  }
  .cp-contacts-list a {
    align-self: flex-start;
  }
  .cp-contacts-form {
    padding: 0;
  }
  .cp-contacts--short {
    align-items: flex-end;
  }
  .cp-contacts--short .cp-contacts-form .form-field {
    margin: 0 0 5px;
  }
}
@media (min-width: 992px) {
  .s-overview__slider h2 {
    font-size: 25px;
    margin: 0 0 68px;
  }
  .s-overview__slider .container-fluid > .s-overview__slider-mark {
    transform: translate3d(-70%, 26%, 0);
  }
  .cp-contacts-person {
    flex-direction: row;
    align-items: flex-end;
    width: 50%;
  }
  .cp-contacts-person figure {
    margin: 0 20px 0 0;
  }
  .cp-contacts-list {
    padding: 12px 0 0;
  }
  .cp-contacts-form .form-field {
    padding: 0 12px 0 0;
  }
  .s-overview--has-contacts .s-overview__slider-controls {
    padding: 56px 0;
  }
  .s-overview--has-contacts .s-overview__slider {
    padding-bottom: 124px;
    margin-bottom: -102px;
  }
}
@media (min-width: 1200px) {
  .cp-contacts {
    padding: 42px 50px 50px 61px;
  }
  .cp-contacts-person figure {
    margin: 0 30px 0 0;
  }
  .cp-contacts-form {
    width: 50%;
  }
  .cp-contacts-form .form-submit {
    flex: 0 0 auto;
    padding-left: 4px;
  }
  .cp-contacts-form .form-field {
    width: 100%;
  }
  .cp-contacts--short {
    background-position: right 65px top 10px;
    padding: 38px 28px 37px 51px;
  }
}

/*cp-author*/
.cp-author {
  background: var(--bs-dark) url(../img/bgi/mark.svg) right -170px bottom -130px / 459px auto no-repeat;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  color: #fff;
}
.cp-author__header {
  display: flex;
  margin: 0 0 20px;
}
.cp-author__image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #fff;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
}
.cp-author__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-author__title {
  font-weight: 700;
  margin: 0 0 5px;
}
.cp-author__name {
  font-size: 0.9em;
  font-weight: 700;
  color: var(--bs-primary);
}
.cp-author__position {
  font-size: 0.9em;
  color: var(--bs-primary);
}
.cp-author__body p:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .cp-author {
    padding: 56px 52px 80px;
    background-size: 638px auto;
    background-position: left -167px top 41px;
  }
  .cp-author__header {
    align-items: center;
    margin: 0 0 34px;
  }
  .cp-author__image {
    width: 115px;
    height: 115px;
    margin: 0 28px 0 0;
  }

  .cp-author__title {
    font-size: 25px;
    line-height: 33px;
    margin: 0 0 7px;
  }
  .cp-author__name {
    font-size: 16px;
  }
  .cp-author__position {
    font-size: 16px;
  }
}

/* overview-item */
.overview-item {
  position: relative;
  display: block;
  text-decoration: none;
}
.overview-item figure {
  padding-top: 129%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.overview-item figure img {
  position: absolute;
  inset: 0 0;
  object-fit: cover;
  transition: transform 0.5s linear;
  transform-origin: center;
  width: 100%;
  height: 100%;
}
.overview-item:hover figure img {
  transform: scale(1.05);
  transition-duration: 2s;
}
.overview-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(10, 45, 77, 0) 0%, rgba(10, 45, 77, 0.38) 100%);
  z-index: 1;
}
.overview-item__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.overview-item__icon {
  color: #fff;
  background-color: var(--bs-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  flex: 0 0 auto;
  transition: transform 0.4s;
}
.overview-item__title {
  color: #fff;
  font-family: "GalanoGrotesque";
  font-size: 25px;
}
.overview-item:hover .overview-item__icon {
  transform: translateX(8px);
}
@media (min-width: 992px) {
  .overview-item__overlay {
    height: 120px;
    padding: 0 32px 0 35px;
  }
  .overview-item__title {
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
}

/* s-partners */
.s-partners h3 {
  margin: 0 0 49px;
  text-align: center;
  color: var(--bs-dark);
}
.s-partners__slider .swiper {
  margin: 0 -30px;
  padding: 0 30px;
  overflow: hidden;
}
.s-partners__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.s-partners__slider .swiper-slide {
  width: max-content;
}

/* s-text-image */
.s-text-image figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.s-text-image__text {
  padding: 22px 0 0;
}
.s-text-image__text h2,
.s-text-image__text h3 {
  color: var(--bs-dark);
  margin: 0 0 6px;
}
.s-text-image__text .subheading {
  margin: 0 0 4px;
}
.s-text-image__text p,
.s-text-image__text ul {
  margin: 0 0 24px;
}
.s-text-image__text p:last-child,
.s-text-image__text ul:last-child {
  margin-bottom: 0;
}
figure {
  margin: 0;
}
@media (min-width: 768px) {
  .s-text-image figure {
    height: 100%;
  }
  .s-text-image figure img {
    height: 100%;
    object-fit: cover;
  }
  .s-text-image__text {
    padding: 16px 0;
  }
}
@media (min-width: 1200px) {
  .s-text-image__text {
    padding: 37px 0 37px 16.5%;
  }
  .s-text-image__text h3 {
    font-size: 25px;
    line-height: 33px;
    max-width: 18em;
  }
  .flex-md-row-reverse .s-text-image__text {
    padding: 37px 16.5% 37px 0;
  }
}

/* s-contacts */
.s-contacts__form {
  background-color: var(--bs-light);
  border-radius: 6px;
  padding: 47px 30px 54px;
  text-align: center;
}
.s-contacts__form form {
  display: none;
  text-align: left;
}
.s-contacts__form.active form {
  display: block;
}
.s-contacts__form.active .s-contacts__form-toggler {
  display: none;
}
.s-contacts__form form .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
.s-contacts__form .h3 {
  margin: 0 0 22px;
  color: var(--bs-dark);
}
.s-contacts__form .form-submit {
  display: flex;
  flex-direction: column-reverse;
}
.s-contacts__form .form-submit .btn {
  margin-top: 25px;
}
.s-contacts__form .form-submit .form-check {
  margin: 0;
}
.s-contacts__text {
  padding: 44px 0 0;
}
.s-contacts__text .subheading,
.s-contacts__text h3 {
  margin: 0 0 4px;
}
.s-contacts__person {
  padding: 18px 0 0;
  color: var(--bs-dark);
  display: flex;
  align-items: flex-end;
}
.s-contacts__person figure {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  margin: 0 30px 0 0;
}
.s-contacts__person figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-contacts__person p {
  margin: 0;
}
.s-contacts__person-list {
  padding: 12px 0 0;
  margin: 0 0 -4px;
  display: flex;
  flex-direction: column;
}
.s-contacts__person-list a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--bs-dark);
}
.s-contacts__person-list a i {
  color: var(--bs-primary);
  margin: 0 10px 3px 0;
}
@media (min-width: 768px) {
  .s-contacts__form .form-submit {
    flex-direction: row;
    align-items: center;
  }
  .s-contacts__form .form-submit .btn {
    margin: 0 25px 0 0;
  }
}
@media (min-width: 992px) {
  .s-contacts__text {
    padding: 36px 0;
  }
  .s-contacts__form {
    padding: 32px;
    text-align: left;
  }
  .s-contacts__form form {
    display: block;
  }
  .s-contacts__form .s-contacts__form-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .s-contacts__text h3 {
    font-size: 25px;
    line-height: 33px;
    max-width: 18em;
    margin: 0 0 12px;
  }
  .s-contacts__text h3 ~ p {
    max-width: 35em;
  }
  .s-contacts__person {
    padding: 38px 0 0;
  }
  .s-contacts__form {
    padding: 50px 41px;
    margin: 0 0 0 -5px;
  }
  .s-contacts__form .h3 {
    margin: 0 0 15px 10px;
  }
  .s-contacts__form form .row {
    --bs-gutter-y: 15px;
  }
  .s-contacts__form form .form-check-separate {
    margin: 13px 0 13px 20px;
  }
  .s-contacts__form .form-submit {
    padding-top: 5px;
  }
  .s-contacts__form form .form-check-separate .wpcf7-list-item,
  .form-submit .form-check .wpcf7-list-item {
    margin: 0;
  }
  .form-check-separate .wpcf7-list-item-label,
  .wpcf7-list-item,
  .form-submit .form-check .wpcf7-list-item-label {
    display: inline-block;
    padding-left: 8px;
  }
}

.wpcf7-spinner {
  display: none;
}

/* s-faqs */

.s-faqs__text .subheading {
  margin: 0 0 3px;
}
.s-faqs__text h2,
.s-faqs__text h3 {
  margin: 0 0 25px;
}
.s-faqs__text .btn {
  margin-top: 17px;
}
.s-faqs__wrapper {
  border-bottom: 1px solid #707070;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
.s-faqs__wrapper:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.s-faqs__wrapper .s-faqs__text p {
  max-width: 29em;
}

.s-faqs.s-faqs--featured {
  background: var(--bs-light);
}
.s-faqs.s-faqs--featured .s-faqs__text {
  margin: 0 -30px;
  padding: 37px 30px 110px;
  background: var(--bs-dark) url(../img/bgi/mark.svg) -90px -45px/459px auto no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 0 100%);
  color: #fff;
}
.s-faqs.s-faqs--featured .s-faqs__text h2,
.s-faqs.s-faqs--featured .s-faqs__text h3 {
  color: #fff;
}
.s-faqs--featured .accordion {
  padding: 40px 0 88px;
}
@media (min-width: 992px) {
  .s-faqs__wrapper {
    padding: 0 0 60px;
    margin: 0 0 60px;
  }
  .s-faqs.s-faqs--featured {
    position: relative;
  }
  .s-faqs.s-faqs--featured::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50.5%;
    height: 100%;
    background: var(--bs-dark) url(../img/bgi/mark.svg) left 0 bottom -330px/485px auto no-repeat;
    clip-path: polygon(0 0, 100% 0, calc(100% - 32px) 100%, 0 100%);
  }
  .s-faqs.s-faqs--featured .container-fluid {
    position: relative;
    z-index: 2;
  }
  .s-faqs--featured .accordion {
    padding: 40px 0;
  }
  .s-faqs.s-faqs--featured .s-faqs__text {
    margin: 0;
    padding: 60px 0;
    background: none;
    clip-path: none;
  }
  .s-faqs.s-faqs--featured .s-faqs__text p {
    max-width: 28em;
  }
  .s-faqs:not(.s-faqs--featured) h2 {
    font-size: 25px;
    line-height: 33px;
    margin: 0 0 16px;
  }
  .s-faqs:not(.s-faqs--featured) .s-faqs__text {
    padding: 18px 0 0;
  }
}
@media (min-width: 1200px) {
  .s-faqs.s-faqs--featured .s-faqs__text {
    padding: 95px 0;
  }
  .s-faqs__text h3 {
    font-size: 25px;
    line-height: 33px;
    margin: 0 0 16px;
  }
  .s-faqs__text .btn {
    margin-top: 10px;
  }
  .s-faqs--featured .accordion {
    padding: 78px 37px 63px 35px;
  }
  .s-faqs.s-faqs--featured::before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 74px) 100%, 0 100%);
  }
  .s-faqs:not(.s-faqs--featured) .accordion {
    margin-left: 11.5%;
  }
}

/* .s-services */
.s-services {
  position: relative;
  overflow: clip;
}
.s-services::before {
  content: "";
  aspect-ratio: 319/358;
  background: url(../img/bgi/mark-light.svg) 0 / cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  max-width: 638px;
  transform: translate3d(40%, 40%, 0);
}
.s-services .container-fluid {
  position: relative;
  z-index: 1;
}
.s-services .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 20px;
}
.load-more {
  margin-top: 35px;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  color: var(--bs-dark);
}
.load-more i {
  color: var(--bs-primary);
  margin-right: 10px;
}
.load-more:hover {
  color: var(--bs-primary);
}
.bg-light + .s-services {
  position: relative;
  margin-top: calc(var(--section-spacer) * -1);
}

@media (min-width: 992px) {
  .s-services::before {
    top: 0;
    transform: translate3d(10%, 16%, 0);
  }
  .s-services h2 {
    font-size: 25px;
    line-height: 33px;
    margin: 0 0 43px;
  }
}

/* s-text-cards */
.s-text-cards .container-fluid {
  position: relative;
  z-index: 1;
}
.s-text-cards h2 {
  max-width: 12.4em;
}
.text-card {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 20px;
  margin: 0 0 10px;
}
.text-card:last-child {
  margin: 0;
}
.text-card p {
  margin: 0;
}
@media (min-width: 992px) {
  .s-text-cards h2 ~ .subheading {
    margin: 0 0 8px;
  }
}
@media (min-width: 1200px) {
  .text-card {
    padding: 37px 60px 30px 50px;
    margin: 0 0 16px;
  }
  .text-card .subheading {
    margin: 0 0 3px;
  }
}

/* s-cta-form */
.s-cta-form {
  position: relative;
  margin-top: calc(var(--section-spacer) * -1);
}
.s-cta-form::before {
  content: "";
  background-color: var(--bs-light);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60%;
}
.s-cta-form .container-fluid {
  position: relative;
  z-index: 1;
}
.s-cta-form .cp-contacts {
  background-color: var(--bs-dark);
  color: #fff;
}
.s-cta-form .cp-contacts-person {
  color: #fff;
}
.s-cta-form .cp-contacts-person figure {
  border: 1px solid #fff;
}
.s-cta-form .cp-contacts-list a {
  color: #fff;
}
.s-cta-form .cp-contacts-form h3 {
  color: #fff;
}
@media (min-width: 1200px) {
  .s-cta-form::before {
    height: 82%;
  }
}

/* s-cards */
.s-cards {
  position: relative;
  overflow: hidden;
}
.s-cards.bg-wave-top::before {
  content: "";
  aspect-ratio: 319/358;
  background: url(../img/bgi/mark-light.svg) 0 / cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  max-width: 638px;
  transform: translate3d(40%, 40%, 0);
}
.s-cards .container-fluid {
  position: relative;
  z-index: 1;
}
.s-cards .card__title {
  line-height: 1.5;
}
.s-cards .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
.bg-light + .s-cards.bg-light {
  padding: 14px 0;
  position: relative;
}
.bg-light + .s-cards.bg-light::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 16%;
}

@media (min-width: 992px) {
  .s-cards.bg-wave-top::before {
    top: 111px;
    right: -65px;
    transform: none;
  }
  .s-cards h2 {
    font-size: 25px;
    line-height: 33px;
    margin: 0 0 23px;
  }
  .s-cards .subheading {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .s-cards .card .card-body {
    padding: 39px 40px 79px 46px;
  }
}

/* s-cards-list */
.s-cards-list {
  position: relative;
  background-image: url(../img/bgi/mark-light.svg), url(../img/bgi/mark-light.svg);
  background-size: 500px auto;
  background-position:
    top 0 left -250px,
    right -170px bottom -300px;
  background-repeat: no-repeat;
}
.s-cards-list .container-fluid {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .s-cards .card .card-body {
    padding: 39px 40px 79px 46px;
  }
}

/* s-article */
.s-artcle__content ul {
  list-style: none;
  padding: 0;
}

.s-artcle__content ul li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 0.5rem;
}

.s-artcle__content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--bs-primary);
  line-height: 1.3;
  position: absolute;
  left: 0;
  top: 0;
}
.s-artcle__content .cp-author {
  margin: 30px 0;
}
.s-artcle__content p a,
.s-artcle__content li a {
  color: var(--bs-primary);
}
.s-artcle__content .subheading {
  margin: -2px 0 0;
}
.s-artcle__content .subheading + h3 {
  margin: 0 0 12px;
}
.s-artcle__content h3 {
  font-size: 25px;
  line-height: 33px;
  margin: 30px 0 8px;
}
.s-artcle__content p,
.s-artcle__content ol,
.s-artcle__content ul {
  margin: 0 0 22px;
}

.s-article__share {
  border-top: 1px solid #707070;
  margin: 35px 0 0;
  padding: 30px 0 0;
}
.s-article__share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.s-article__share ul li {
  margin: 0 10px 0 0;
}
.s-article__share ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #f5f5f5;
  border-radius: 100%;
}
.s-article__share ul a img {
  width: auto;
  height: auto;
  max-width: 19px;
  max-height: 19px;
}
.s-article__share ul a:hover {
  background-color: var(--bs-dark);
}

@media (min-width: 768px) {
  .s-article__share {
    display: flex;
    align-items: center;
  }
  .s-article__share p {
    margin: 0 50px 0 0;
  }
  .s-article__share ul li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .s-artcle__content ul {
    padding: 0 100px 0 0;
  }
  .s-artcle__content ul li {
    padding-left: 32px;
    margin: 0 0 1.9rem;
  }
  .s-artcle__content .cp-author {
    margin: 45px 0 52px;
  }
}
