:root {
  --p1: #061623;
  --p1rgb: 6, 22, 35;
  --p2: #ffffff;
  --p2rgb: 255, 255, 255;
  --p2Underline: #838e97;
  --p3: #0f4181;
  --p4: #1776bc;
  --p5: #ad1f23;
  --p6: #fff;
  --s1: #f4a42a;
  --s2: #071e30;
  --s2a: rgba(7, 30, 48, 0.4);
  --s3: #bcbec0;
  --s4: #141414;
  --s4rgb: 20, 20, 20;
  --s5: #eeeeee;
  --txt-body: #292929;
  --txt-bodyRGB: 41, 41, 41;
  --txt-overline: #292929;
  --txt-headline: #181818;
  --txt-link: #181818;
  --bg-light: #eeeeee;
  --inner-grid: 5rem;
  --inter: "Inter", sans-serif;
  interpolate-size: allow-keywords;
}
@media (max-width: 700px) {
  :root {
    --inner-grid: 3rem;
  }
}

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

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
html.no-scroll {
  overflow: hidden;
}

body {
  position: relative;
  min-height: 100vh;
  font-family: var(--inter);
  background-color: #eeeeee;
}
body.no-scroll {
  overflow: hidden;
}
body .site_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("../images/noise.png");
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

a,
button {
  cursor: pointer;
}

a {
  --linkColor: inherit;
  text-decoration: none;
  text-decoration: none;
  font-family: var(--inter);
  -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
a:hover, a:focus {
  --linkColor: inherit;
}

section {
  position: relative;
  margin-top: -2px;
}
section:first-child {
  padding-top: 17rem;
}
@media (max-width: 800px) {
  section:first-child {
    padding-top: 9rem;
  }
}
section.__js-animation,
section .__js-animation {
  visibility: hidden;
  overflow-x: hidden;
}

.mobile {
  display: none;
}

.site-grid {
  --begin-end-column: 1fr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-left-start] var(--begin-end-column) [nav-start second-start] 1fr [third-start] 1fr [fourth-start] (1fr)[19] [fourth-end] 1fr [second-end third-end] 1fr [nav-end] var(--begin-end-column) [full-right-end];
  grid-template-columns: [full-left-start] var(--begin-end-column) [nav-start second-start] 1fr [third-start] 1fr [fourth-start] repeat(19, 1fr) [fourth-end] 1fr [second-end third-end] 1fr [nav-end] var(--begin-end-column) [full-right-end];
}
@media (max-width: 700px) {
  .site-grid {
    --begin-end-column: 2rem;
  }
}

.grid-2 {
  grid-column: second;
}

.grid-3 {
  grid-column: third;
}
@media (max-width: 700px) {
  .grid-3 {
    grid-column: 2/-2;
  }
}

.grid-4 {
  grid-column: fourth;
}
@media (max-width: 900px) {
  .grid-4 {
    grid-column: third;
  }
}
@media (max-width: 500px) {
  .grid-4 {
    grid-column: second;
  }
}

.grid-nav {
  grid-column: nav;
}

.grid-full-right {
  -ms-grid-column-span: full-right;
  grid-column-end: full-right;
}

.grid-full-left {
  -ms-grid-column: full-left;
      grid-column-start: full-left;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
nav li.menu-item a {
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  letter-spacing: 0.9px;
  position: relative;
}
@media (max-width: 1900px) {
  nav li.menu-item a {
    font-size: 1.78rem;
    line-height: 2.45rem;
  }
}
@media (max-width: 1750px) {
  nav li.menu-item a {
    font-size: 1.76rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 1600px) {
  nav li.menu-item a {
    font-size: 1.74rem;
    line-height: 2.35rem;
  }
}
@media (max-width: 1450px) {
  nav li.menu-item a {
    font-size: 1.72rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 1300px) {
  nav li.menu-item a {
    font-size: 1.7rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 1150px) {
  nav li.menu-item a {
    font-size: 1.68rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 1000px) {
  nav li.menu-item a {
    font-size: 1.66rem;
    line-height: 2.15rem;
  }
}
@media (max-width: 850px) {
  nav li.menu-item a {
    font-size: 1.64rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 700px) {
  nav li.menu-item a {
    font-size: 1.62rem;
    line-height: 2.05rem;
  }
}
@media (max-width: 550px) {
  nav li.menu-item a {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 400px) {
  nav li.menu-item a {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
nav li.menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--s1);
  position: relative;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav li.menu-item a:hover:after, nav li.menu-item a:focus:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

.u-form .wpforms-container {
  position: relative;
  height: 100%;
}
.u-form .wpforms-container .wpforms-field-label {
  color: var(--p2);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.u-form .wpforms-container input,
.u-form .wpforms-container textarea {
  width: 100%;
  max-width: unset !important;
  background-color: transparent !important;
  color: var(--p2) !important;
  font-size: 18px;
  border: none !important;
  border-bottom: solid 1px var(--p2) !important;
  padding-inline: 0 !important;
}
.u-form .wpforms-container input:focus,
.u-form .wpforms-container textarea:focus {
  border-color: var(--s1) !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.u-form .wpforms-container input::-webkit-input-placeholder, .u-form .wpforms-container textarea::-webkit-input-placeholder {
  color: #505b65 !important;
}
.u-form .wpforms-container input::-moz-placeholder, .u-form .wpforms-container textarea::-moz-placeholder {
  color: #505b65 !important;
}
.u-form .wpforms-container input:-ms-input-placeholder, .u-form .wpforms-container textarea:-ms-input-placeholder {
  color: #505b65 !important;
}
.u-form .wpforms-container input::-ms-input-placeholder, .u-form .wpforms-container textarea::-ms-input-placeholder {
  color: #505b65 !important;
}
.u-form .wpforms-container input::placeholder,
.u-form .wpforms-container textarea::placeholder {
  color: #505b65 !important;
}
.u-form .wpforms-container input.wpforms-error,
.u-form .wpforms-container textarea.wpforms-error {
  border-bottom: solid 1px var(--p5) !important;
}
.u-form .wpforms-container .wpforms-submit {
  padding: 3rem;
  border: solid 1px var(--p2);
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 60px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  margin-top: 3rem;
}
.u-form .wpforms-container .wpforms-submit:hover, .u-form .wpforms-container .wpforms-submit:focus {
  color: var(--s1);
  background: unset !important;
}
.u-form .wpforms-container .wpforms-error {
  font-style: italic !important;
  font-size: 16px !important;
}
.u-form .wpforms-container .wpforms-error::before {
  content: unset !important;
}
.u-form .wpforms-container .wpforms-confirmation-container-full {
  background-color: unset;
  border: none;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.u-form .wpforms-container .wpforms-confirmation-container-full p {
  color: var(--p6);
  text-transform: capitalize;
  font-style: italic;
}

.__split-container {
  overflow: hidden;
  padding-bottom: 1rem;
}
@media (max-width: 700px) {
  .__split-container {
    padding-bottom: 0.3rem;
  }
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-VariableFont_slnt%2Cwght.ttf"), format("truetype");
}
strong,
b,
i,
em {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

font {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--inter);
}
@media (max-width: 400px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    break-word: break-all;
  }
}
h1.overline,
h2.overline,
h3.overline,
h4.overline,
h5.overline,
h6.overline {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.7px;
}
@media (max-width: 900px) {
  h1.overline,
  h2.overline,
  h3.overline,
  h4.overline,
  h5.overline,
  h6.overline {
    font-size: 1.6rem;
  }
}

p,
a {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-family: var(--inter);
  color: inherit;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1900px) {
  p,
  a {
    font-size: 2.16rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1750px) {
  p,
  a {
    font-size: 2.12rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1600px) {
  p,
  a {
    font-size: 2.08rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1450px) {
  p,
  a {
    font-size: 2.04rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1300px) {
  p,
  a {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1150px) {
  p,
  a {
    font-size: 1.96rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1000px) {
  p,
  a {
    font-size: 1.92rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 850px) {
  p,
  a {
    font-size: 1.88rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 700px) {
  p,
  a {
    font-size: 1.84rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 550px) {
  p,
  a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  p,
  a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  p,
  a {
    break-word: break-all;
  }
}
p.overline,
a.overline {
  color: var(--txt-overline);
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.7px;
}
@media (max-width: 900px) {
  p.overline,
  a.overline {
    font-size: 1.6rem;
  }
}

ul,
ol {
  font-family: inherit;
}
ul li,
ol li {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-family: var(--inter);
}
@media (max-width: 1900px) {
  ul li,
  ol li {
    font-size: 2.16rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1750px) {
  ul li,
  ol li {
    font-size: 2.12rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1600px) {
  ul li,
  ol li {
    font-size: 2.08rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1450px) {
  ul li,
  ol li {
    font-size: 2.04rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1300px) {
  ul li,
  ol li {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1150px) {
  ul li,
  ol li {
    font-size: 1.96rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1000px) {
  ul li,
  ol li {
    font-size: 1.92rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 850px) {
  ul li,
  ol li {
    font-size: 1.88rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 700px) {
  ul li,
  ol li {
    font-size: 1.84rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 550px) {
  ul li,
  ol li {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  ul li,
  ol li {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
ul li::marker,
ol li::marker {
  color: var(--s1);
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

.u-inline {
  display: inline;
  margin-inline: 3px;
}

.u-contact-form-7 form {
  width: 100%;
}
.u-contact-form-7 form p {
  margin-bottom: 3rem;
}
.u-contact-form-7 form label {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  z-index: 1;
  text-transform: uppercase;
  color: var(--txt-body);
  font-weight: 700;
}
@media (max-width: 1900px) {
  .u-contact-form-7 form label {
    font-size: 1.98rem;
    line-height: 1.98rem;
  }
}
@media (max-width: 1750px) {
  .u-contact-form-7 form label {
    font-size: 1.96rem;
    line-height: 1.96rem;
  }
}
@media (max-width: 1600px) {
  .u-contact-form-7 form label {
    font-size: 1.94rem;
    line-height: 1.94rem;
  }
}
@media (max-width: 1450px) {
  .u-contact-form-7 form label {
    font-size: 1.92rem;
    line-height: 1.92rem;
  }
}
@media (max-width: 1300px) {
  .u-contact-form-7 form label {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 1150px) {
  .u-contact-form-7 form label {
    font-size: 1.88rem;
    line-height: 1.88rem;
  }
}
@media (max-width: 1000px) {
  .u-contact-form-7 form label {
    font-size: 1.86rem;
    line-height: 1.86rem;
  }
}
@media (max-width: 850px) {
  .u-contact-form-7 form label {
    font-size: 1.84rem;
    line-height: 1.84rem;
  }
}
@media (max-width: 700px) {
  .u-contact-form-7 form label {
    font-size: 1.82rem;
    line-height: 1.82rem;
  }
}
@media (max-width: 550px) {
  .u-contact-form-7 form label {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  .u-contact-form-7 form label {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.u-contact-form-7 form label:before {
  display: none;
}
.u-contact-form-7 form input,
.u-contact-form-7 form textarea {
  font-family: var(--inter);
  font-size: 2rem;
  line-height: 2rem;
  color: var(--txt-body);
  padding: 1rem;
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 1900px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.98rem;
    line-height: 1.98rem;
  }
}
@media (max-width: 1750px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.96rem;
    line-height: 1.96rem;
  }
}
@media (max-width: 1600px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.94rem;
    line-height: 1.94rem;
  }
}
@media (max-width: 1450px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.92rem;
    line-height: 1.92rem;
  }
}
@media (max-width: 1300px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 1150px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.88rem;
    line-height: 1.88rem;
  }
}
@media (max-width: 1000px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.86rem;
    line-height: 1.86rem;
  }
}
@media (max-width: 850px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.84rem;
    line-height: 1.84rem;
  }
}
@media (max-width: 700px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.82rem;
    line-height: 1.82rem;
  }
}
@media (max-width: 550px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  .u-contact-form-7 form input,
  .u-contact-form-7 form textarea {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.u-contact-form-7 form input:focus-visible,
.u-contact-form-7 form textarea:focus-visible {
  outline-color: var(--p1);
}
.u-contact-form-7 form .wpcf7-textarea {
  min-height: 150px;
}
.u-contact-form-7 form .wpcf7-response-output {
  border-color: transparent !important;
  padding: 0;
  font-family: var(--inter);
  font-size: 1.8rem;
  margin-top: 20px;
  font-style: italic;
}
.u-contact-form-7 form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  color: var(--p2);
}
.u-contact-form-7 form .submit input {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 20rem;
  padding-block: 2rem;
}
.u-contact-form-7 form .submit input:hover, .u-contact-form-7 form .submit input:focus {
  color: var(--p3);
}

.u-padding-top--30 {
  padding-top: 30rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-top--30 {
    padding-top: 22.5rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-top--30 {
    padding-top: 16.875rem;
  }
}
@media (max-width: 750px) {
  .u-padding-top--30 {
    padding-top: 12.65625rem;
  }
}
@media (max-width: 450px) {
  .u-padding-top--30 {
    padding-top: 9.4921875rem;
  }
}
.u-padding-top--25 {
  padding-top: 25rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-top--25 {
    padding-top: 18.75rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-top--25 {
    padding-top: 14.0625rem;
  }
}
@media (max-width: 750px) {
  .u-padding-top--25 {
    padding-top: 10.546875rem;
  }
}
@media (max-width: 450px) {
  .u-padding-top--25 {
    padding-top: 7.91015625rem;
  }
}
.u-padding-top--20 {
  padding-top: 20rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-top--20 {
    padding-top: 15rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-top--20 {
    padding-top: 11.25rem;
  }
}
@media (max-width: 750px) {
  .u-padding-top--20 {
    padding-top: 8.4375rem;
  }
}
@media (max-width: 450px) {
  .u-padding-top--20 {
    padding-top: 6.328125rem;
  }
}
.u-padding-top--15 {
  padding-top: 15rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-top--15 {
    padding-top: 11.25rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-top--15 {
    padding-top: 8.4375rem;
  }
}
@media (max-width: 750px) {
  .u-padding-top--15 {
    padding-top: 6.328125rem;
  }
}
@media (max-width: 450px) {
  .u-padding-top--15 {
    padding-top: 4.74609375rem;
  }
}
.u-padding-top--10 {
  padding-top: 10rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-top--10 {
    padding-top: 7.5rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-top--10 {
    padding-top: 5.625rem;
  }
}
@media (max-width: 750px) {
  .u-padding-top--10 {
    padding-top: 4.21875rem;
  }
}
@media (max-width: 450px) {
  .u-padding-top--10 {
    padding-top: 3.5rem;
  }
}
.u-padding-top--5 {
  padding-top: 5rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-top--5 {
    padding-top: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-top--5 {
    padding-top: 3.5rem;
  }
}
@media (max-width: 750px) {
  .u-padding-top--5 {
    padding-top: 3.5rem;
  }
}
@media (max-width: 450px) {
  .u-padding-top--5 {
    padding-top: 3.5rem;
  }
}
.u-padding-bottom--30 {
  padding-bottom: 30rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-bottom--30 {
    padding-bottom: 22.5rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-bottom--30 {
    padding-bottom: 16.875rem;
  }
}
@media (max-width: 750px) {
  .u-padding-bottom--30 {
    padding-bottom: 12.65625rem;
  }
}
@media (max-width: 450px) {
  .u-padding-bottom--30 {
    padding-bottom: 9.4921875rem;
  }
}
.u-padding-bottom--25 {
  padding-bottom: 25rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-bottom--25 {
    padding-bottom: 18.75rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-bottom--25 {
    padding-bottom: 14.0625rem;
  }
}
@media (max-width: 750px) {
  .u-padding-bottom--25 {
    padding-bottom: 10.546875rem;
  }
}
@media (max-width: 450px) {
  .u-padding-bottom--25 {
    padding-bottom: 7.91015625rem;
  }
}
.u-padding-bottom--20 {
  padding-bottom: 20rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-bottom--20 {
    padding-bottom: 15rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-bottom--20 {
    padding-bottom: 11.25rem;
  }
}
@media (max-width: 750px) {
  .u-padding-bottom--20 {
    padding-bottom: 8.4375rem;
  }
}
@media (max-width: 450px) {
  .u-padding-bottom--20 {
    padding-bottom: 6.328125rem;
  }
}
.u-padding-bottom--15 {
  padding-bottom: 15rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-bottom--15 {
    padding-bottom: 11.25rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-bottom--15 {
    padding-bottom: 8.4375rem;
  }
}
@media (max-width: 750px) {
  .u-padding-bottom--15 {
    padding-bottom: 6.328125rem;
  }
}
@media (max-width: 450px) {
  .u-padding-bottom--15 {
    padding-bottom: 4.74609375rem;
  }
}
.u-padding-bottom--10 {
  padding-bottom: 10rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-bottom--10 {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-bottom--10 {
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 750px) {
  .u-padding-bottom--10 {
    padding-bottom: 4.21875rem;
  }
}
@media (max-width: 450px) {
  .u-padding-bottom--10 {
    padding-bottom: 3.5rem;
  }
}
.u-padding-bottom--5 {
  padding-bottom: 5rem;
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
  /*@if $calcSize < 5 {
  	$calcSize: 5;
  }*/
}
@media (max-width: 1200px) {
  .u-padding-bottom--5 {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .u-padding-bottom--5 {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 750px) {
  .u-padding-bottom--5 {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 450px) {
  .u-padding-bottom--5 {
    padding-bottom: 3.5rem;
  }
}
.u-margin-top--30 {
  margin-top: 30rem;
}
@media (max-width: 1200px) {
  .u-margin-top--30 {
    margin-top: 22.5rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-top--30 {
    margin-top: 16.875rem;
  }
}
@media (max-width: 750px) {
  .u-margin-top--30 {
    margin-top: 12.65625rem;
  }
}
@media (max-width: 450px) {
  .u-margin-top--30 {
    margin-top: 9.4921875rem;
  }
}
.u-margin-top--25 {
  margin-top: 25rem;
}
@media (max-width: 1200px) {
  .u-margin-top--25 {
    margin-top: 18.75rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-top--25 {
    margin-top: 14.0625rem;
  }
}
@media (max-width: 750px) {
  .u-margin-top--25 {
    margin-top: 10.546875rem;
  }
}
@media (max-width: 450px) {
  .u-margin-top--25 {
    margin-top: 7.91015625rem;
  }
}
.u-margin-top--20 {
  margin-top: 20rem;
}
@media (max-width: 1200px) {
  .u-margin-top--20 {
    margin-top: 15rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-top--20 {
    margin-top: 11.25rem;
  }
}
@media (max-width: 750px) {
  .u-margin-top--20 {
    margin-top: 8.4375rem;
  }
}
@media (max-width: 450px) {
  .u-margin-top--20 {
    margin-top: 6.328125rem;
  }
}
.u-margin-top--15 {
  margin-top: 15rem;
}
@media (max-width: 1200px) {
  .u-margin-top--15 {
    margin-top: 11.25rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-top--15 {
    margin-top: 8.4375rem;
  }
}
@media (max-width: 750px) {
  .u-margin-top--15 {
    margin-top: 6.328125rem;
  }
}
@media (max-width: 450px) {
  .u-margin-top--15 {
    margin-top: 5rem;
  }
}
.u-margin-top--10 {
  margin-top: 10rem;
}
@media (max-width: 1200px) {
  .u-margin-top--10 {
    margin-top: 7.5rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-top--10 {
    margin-top: 5.625rem;
  }
}
@media (max-width: 750px) {
  .u-margin-top--10 {
    margin-top: 5rem;
  }
}
@media (max-width: 450px) {
  .u-margin-top--10 {
    margin-top: 5rem;
  }
}
.u-margin-top--5 {
  margin-top: 5rem;
}
@media (max-width: 1200px) {
  .u-margin-top--5 {
    margin-top: 5rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-top--5 {
    margin-top: 5rem;
  }
}
@media (max-width: 750px) {
  .u-margin-top--5 {
    margin-top: 5rem;
  }
}
@media (max-width: 450px) {
  .u-margin-top--5 {
    margin-top: 5rem;
  }
}
.u-margin-bottom--30 {
  margin-bottom: 30rem;
}
@media (max-width: 1200px) {
  .u-margin-bottom--30 {
    margin-bottom: 22.5rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-bottom--30 {
    margin-bottom: 16.875rem;
  }
}
@media (max-width: 750px) {
  .u-margin-bottom--30 {
    margin-bottom: 12.65625rem;
  }
}
@media (max-width: 450px) {
  .u-margin-bottom--30 {
    margin-bottom: 9.4921875rem;
  }
}
.u-margin-bottom--25 {
  margin-bottom: 25rem;
}
@media (max-width: 1200px) {
  .u-margin-bottom--25 {
    margin-bottom: 18.75rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-bottom--25 {
    margin-bottom: 14.0625rem;
  }
}
@media (max-width: 750px) {
  .u-margin-bottom--25 {
    margin-bottom: 10.546875rem;
  }
}
@media (max-width: 450px) {
  .u-margin-bottom--25 {
    margin-bottom: 7.91015625rem;
  }
}
.u-margin-bottom--20 {
  margin-bottom: 20rem;
}
@media (max-width: 1200px) {
  .u-margin-bottom--20 {
    margin-bottom: 15rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-bottom--20 {
    margin-bottom: 11.25rem;
  }
}
@media (max-width: 750px) {
  .u-margin-bottom--20 {
    margin-bottom: 8.4375rem;
  }
}
@media (max-width: 450px) {
  .u-margin-bottom--20 {
    margin-bottom: 6.328125rem;
  }
}
.u-margin-bottom--15 {
  margin-bottom: 15rem;
}
@media (max-width: 1200px) {
  .u-margin-bottom--15 {
    margin-bottom: 11.25rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-bottom--15 {
    margin-bottom: 8.4375rem;
  }
}
@media (max-width: 750px) {
  .u-margin-bottom--15 {
    margin-bottom: 6.328125rem;
  }
}
@media (max-width: 450px) {
  .u-margin-bottom--15 {
    margin-bottom: 5rem;
  }
}
.u-margin-bottom--10 {
  margin-bottom: 10rem;
}
@media (max-width: 1200px) {
  .u-margin-bottom--10 {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-bottom--10 {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 750px) {
  .u-margin-bottom--10 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 450px) {
  .u-margin-bottom--10 {
    margin-bottom: 5rem;
  }
}
.u-margin-bottom--5 {
  margin-bottom: 5rem;
}
@media (max-width: 1200px) {
  .u-margin-bottom--5 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1000px) {
  .u-margin-bottom--5 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 750px) {
  .u-margin-bottom--5 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 450px) {
  .u-margin-bottom--5 {
    margin-bottom: 5rem;
  }
}

.u-preload {
  position: relative;
}
.u-preload .-preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.u-wysg h1,
.u-wysg h2,
.u-wysg h3,
.u-wysg h4,
.u-wysg h5,
.u-wysg h6,
.u-wysg p,
.u-wysg li,
.u-wysg span,
.u-wysg a {
  color: inherit;
}
.u-wysg h1,
.u-wysg h2,
.u-wysg h3,
.u-wysg h4,
.u-wysg h5,
.u-wysg h6 {
  margin-bottom: 1rem;
  font-weight: 800;
}
.u-wysg p {
  margin-bottom: 2rem;
}
.u-wysg h1 {
  font-size: 8.5rem;
  line-height: 8.5rem;
  font-weight: 800;
}
@media (max-width: 1900px) {
  .u-wysg h1 {
    font-size: 7.97rem;
    line-height: 7.97rem;
  }
}
@media (max-width: 1750px) {
  .u-wysg h1 {
    font-size: 7.44rem;
    line-height: 7.44rem;
  }
}
@media (max-width: 1600px) {
  .u-wysg h1 {
    font-size: 6.91rem;
    line-height: 6.91rem;
  }
}
@media (max-width: 1450px) {
  .u-wysg h1 {
    font-size: 6.38rem;
    line-height: 6.38rem;
  }
}
@media (max-width: 1300px) {
  .u-wysg h1 {
    font-size: 5.85rem;
    line-height: 5.85rem;
  }
}
@media (max-width: 1150px) {
  .u-wysg h1 {
    font-size: 5.32rem;
    line-height: 5.32rem;
  }
}
@media (max-width: 1000px) {
  .u-wysg h1 {
    font-size: 4.79rem;
    line-height: 4.79rem;
  }
}
@media (max-width: 850px) {
  .u-wysg h1 {
    font-size: 4.26rem;
    line-height: 4.26rem;
  }
}
@media (max-width: 700px) {
  .u-wysg h1 {
    font-size: 3.73rem;
    line-height: 3.73rem;
  }
}
@media (max-width: 550px) {
  .u-wysg h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .u-wysg h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.u-wysg h2 {
  font-weight: 800;
  font-size: 7.5rem;
  line-height: 7.5rem;
}
@media (max-width: 1900px) {
  .u-wysg h2 {
    font-size: 7.03rem;
    line-height: 7.03rem;
  }
}
@media (max-width: 1750px) {
  .u-wysg h2 {
    font-size: 6.56rem;
    line-height: 6.56rem;
  }
}
@media (max-width: 1600px) {
  .u-wysg h2 {
    font-size: 6.09rem;
    line-height: 6.09rem;
  }
}
@media (max-width: 1450px) {
  .u-wysg h2 {
    font-size: 5.62rem;
    line-height: 5.62rem;
  }
}
@media (max-width: 1300px) {
  .u-wysg h2 {
    font-size: 5.15rem;
    line-height: 5.15rem;
  }
}
@media (max-width: 1150px) {
  .u-wysg h2 {
    font-size: 4.68rem;
    line-height: 4.68rem;
  }
}
@media (max-width: 1000px) {
  .u-wysg h2 {
    font-size: 4.21rem;
    line-height: 4.21rem;
  }
}
@media (max-width: 850px) {
  .u-wysg h2 {
    font-size: 3.74rem;
    line-height: 3.74rem;
  }
}
@media (max-width: 700px) {
  .u-wysg h2 {
    font-size: 3.27rem;
    line-height: 3.27rem;
  }
}
@media (max-width: 550px) {
  .u-wysg h2 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 400px) {
  .u-wysg h2 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.u-wysg h3 {
  font-weight: 800;
  font-size: 6rem;
  line-height: 6rem;
}
@media (max-width: 1900px) {
  .u-wysg h3 {
    font-size: 5.68rem;
    line-height: 5.68rem;
  }
}
@media (max-width: 1750px) {
  .u-wysg h3 {
    font-size: 5.36rem;
    line-height: 5.36rem;
  }
}
@media (max-width: 1600px) {
  .u-wysg h3 {
    font-size: 5.04rem;
    line-height: 5.04rem;
  }
}
@media (max-width: 1450px) {
  .u-wysg h3 {
    font-size: 4.72rem;
    line-height: 4.72rem;
  }
}
@media (max-width: 1300px) {
  .u-wysg h3 {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1150px) {
  .u-wysg h3 {
    font-size: 4.08rem;
    line-height: 4.08rem;
  }
}
@media (max-width: 1000px) {
  .u-wysg h3 {
    font-size: 3.76rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 850px) {
  .u-wysg h3 {
    font-size: 3.44rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 700px) {
  .u-wysg h3 {
    font-size: 3.12rem;
    line-height: 3.12rem;
  }
}
@media (max-width: 550px) {
  .u-wysg h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 400px) {
  .u-wysg h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.u-wysg h4 {
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 4.5rem;
}
@media (max-width: 1900px) {
  .u-wysg h4 {
    font-size: 4.3rem;
    line-height: 4.37rem;
  }
}
@media (max-width: 1750px) {
  .u-wysg h4 {
    font-size: 4.1rem;
    line-height: 4.24rem;
  }
}
@media (max-width: 1600px) {
  .u-wysg h4 {
    font-size: 3.9rem;
    line-height: 4.11rem;
  }
}
@media (max-width: 1450px) {
  .u-wysg h4 {
    font-size: 3.7rem;
    line-height: 3.98rem;
  }
}
@media (max-width: 1300px) {
  .u-wysg h4 {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}
@media (max-width: 1150px) {
  .u-wysg h4 {
    font-size: 3.3rem;
    line-height: 3.72rem;
  }
}
@media (max-width: 1000px) {
  .u-wysg h4 {
    font-size: 3.1rem;
    line-height: 3.59rem;
  }
}
@media (max-width: 850px) {
  .u-wysg h4 {
    font-size: 2.9rem;
    line-height: 3.46rem;
  }
}
@media (max-width: 700px) {
  .u-wysg h4 {
    font-size: 2.7rem;
    line-height: 3.33rem;
  }
}
@media (max-width: 550px) {
  .u-wysg h4 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .u-wysg h4 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
.u-wysg h5 {
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media (max-width: 1900px) {
  .u-wysg h5 {
    font-size: 3.35rem;
    line-height: 3.35rem;
  }
}
@media (max-width: 1750px) {
  .u-wysg h5 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1600px) {
  .u-wysg h5 {
    font-size: 3.05rem;
    line-height: 3.05rem;
  }
}
@media (max-width: 1450px) {
  .u-wysg h5 {
    font-size: 2.9rem;
    line-height: 2.9rem;
  }
}
@media (max-width: 1300px) {
  .u-wysg h5 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 1150px) {
  .u-wysg h5 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1000px) {
  .u-wysg h5 {
    font-size: 2.45rem;
    line-height: 2.45rem;
  }
}
@media (max-width: 850px) {
  .u-wysg h5 {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 700px) {
  .u-wysg h5 {
    font-size: 2.15rem;
    line-height: 2.15rem;
  }
}
@media (max-width: 550px) {
  .u-wysg h5 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 400px) {
  .u-wysg h5 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.u-wysg h6 {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.u-wysg b,
.u-wysg strong {
  font-weight: 800;
}

.btn,
.facetwp-load-more {
  --background-color: transparent;
  --border-color: rgba(255, 255, 255, 0.5);
  --circle-color: var(--p2);
  --svg-color: var(--p1);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.1rem 1.3rem 2.1rem 2.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 60px;
  text-transform: capitalize;
  background-color: var(--background-color);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, width 0.3s ease, content-visiblity 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, width 0.3s ease, content-visiblity 0.3s ease;
  font-family: var(--inter);
  max-height: 6.1rem;
  overflow: hidden;
  transition-behavior: allow-discrete;
}
@media (max-width: 700px) {
  .btn,
  .facetwp-load-more {
    font-size: 1.5rem;
  }
}
.btn:focus-visible,
.facetwp-load-more:focus-visible {
  outline-color: var(--p1);
}
.btn--arrow .-reveal,
.facetwp-load-more--arrow .-reveal {
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  margin-left: 5px;
  width: 0;
  white-space: nowrap;
  -webkit-transition: width 1s ease, content-visiblity 0.3s ease;
  transition: width 1s ease, content-visiblity 0.3s ease;
  transition-behavior: allow-discrete;
}
@media (max-width: 600px) {
  .btn--arrow .-reveal,
  .facetwp-load-more--arrow .-reveal {
    display: none !important;
  }
}
.btn--arrow .-circle,
.facetwp-load-more--arrow .-circle {
  margin-left: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.3rem;
  height: 4.3rem;
  background-size: cover;
  margin-left: 1rem;
  background-color: var(--circle-color);
  border-radius: 100%;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.btn--arrow .-circle svg path,
.btn--arrow .-circle svg line,
.facetwp-load-more--arrow .-circle svg path,
.facetwp-load-more--arrow .-circle svg line {
  -webkit-transition: stroke 0.3s ease, fill 0.3s ease;
  transition: stroke 0.3s ease, fill 0.3s ease;
  stroke: var(--svg-color);
  fill: var(--svg-color);
}
.btn--arrow:hover .-reveal, .btn--arrow:focus .-reveal,
.facetwp-load-more--arrow:hover .-reveal,
.facetwp-load-more--arrow:focus .-reveal {
  width: 100%;
}
.btn--s,
.facetwp-load-more--s {
  --circle-color: var(--s1);
  --svg-color: var(--p2);
  border: none;
}
.btn--s:hover, .btn--s:focus, .btn--s:active,
.facetwp-load-more--s:hover,
.facetwp-load-more--s:focus,
.facetwp-load-more--s:active {
  --circle-color: var(--p1) !important;
  color: var(--s1);
}
.btn:hover, .btn:focus, .btn:active,
.facetwp-load-more:hover,
.facetwp-load-more:focus,
.facetwp-load-more:active {
  --circle-color: var(--s1);
  --svg-color: var(--p2);
  color: var(--s1);
}
.btn.--hover-white:hover, .btn.--hover-white:focus, .btn.--hover-white:active,
.facetwp-load-more.--hover-white:hover,
.facetwp-load-more.--hover-white:focus,
.facetwp-load-more.--hover-white:active {
  color: var(--p2);
}

.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider .__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.slick-slider .__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-dots::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 21.6rem;
  height: 20.6rem;
  background-image: url("../img/dot-pattern-small.png");
}

.u-overline {
  color: var(--p1);
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1900px) {
  .u-overline {
    font-size: 1.98rem;
    line-height: 1.98rem;
  }
}
@media (max-width: 1750px) {
  .u-overline {
    font-size: 1.96rem;
    line-height: 1.96rem;
  }
}
@media (max-width: 1600px) {
  .u-overline {
    font-size: 1.94rem;
    line-height: 1.94rem;
  }
}
@media (max-width: 1450px) {
  .u-overline {
    font-size: 1.92rem;
    line-height: 1.92rem;
  }
}
@media (max-width: 1300px) {
  .u-overline {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 1150px) {
  .u-overline {
    font-size: 1.88rem;
    line-height: 1.88rem;
  }
}
@media (max-width: 1000px) {
  .u-overline {
    font-size: 1.86rem;
    line-height: 1.86rem;
  }
}
@media (max-width: 850px) {
  .u-overline {
    font-size: 1.84rem;
    line-height: 1.84rem;
  }
}
@media (max-width: 700px) {
  .u-overline {
    font-size: 1.82rem;
    line-height: 1.82rem;
  }
}
@media (max-width: 550px) {
  .u-overline {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  .u-overline {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

.u-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.u-social.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-social a {
  --background: transparent;
  --border: var(--p6);
  --fill: var(--p6);
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: var(--background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-transition: background-color ease 0.3s, border-color ease 0.3s;
  transition: background-color ease 0.3s, border-color ease 0.3s;
  border: solid 2px var(--border);
}
.u-social a svg {
  fill: var(--fill);
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
}
.u-social a svg path {
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
  fill: var(--fill);
}
.u-social a:hover, .u-social a:focus {
  --background: var(--p4);
  --fill: var(--p1);
  --border: var(--background);
}

.link {
  text-transform: uppercase;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom-color 0.3s ease, color ease 0.3s;
  transition: border-bottom-color 0.3s ease, color ease 0.3s;
}
.link span svg path {
  fill: var(--p6);
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.link span svg line {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.link:hover, .link:focus {
  color: var(--p4);
  border-color: var(--p4);
}
.link:hover span svg path, .link:focus span svg path {
  fill: var(--p4);
}
.link:hover span svg line, .link:focus span svg line {
  stroke: var(--p4);
}

.u-super {
  color: var(--p5) !important;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
}
@media (max-width: 1900px) {
  .u-super {
    font-size: 2.95rem;
    line-height: 2.95rem;
  }
}
@media (max-width: 1750px) {
  .u-super {
    font-size: 2.9rem;
    line-height: 2.9rem;
  }
}
@media (max-width: 1600px) {
  .u-super {
    font-size: 2.85rem;
    line-height: 2.85rem;
  }
}
@media (max-width: 1450px) {
  .u-super {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1300px) {
  .u-super {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 1150px) {
  .u-super {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 1000px) {
  .u-super {
    font-size: 2.65rem;
    line-height: 2.65rem;
  }
}
@media (max-width: 850px) {
  .u-super {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 700px) {
  .u-super {
    font-size: 2.55rem;
    line-height: 2.55rem;
  }
}
@media (max-width: 550px) {
  .u-super {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 400px) {
  .u-super {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.wpcf7-form p {
  margin-bottom: 5rem;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  background-color: transparent !important;
  border: none;
  border-bottom: solid 1px var(--p6);
  color: var(--p6) !important;
  padding: 1rem 0;
  font-size: 3rem;
  line-height: 2rem;
}
@media (max-width: 1900px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.9rem;
    line-height: 1.98rem;
  }
}
@media (max-width: 1750px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.8rem;
    line-height: 1.96rem;
  }
}
@media (max-width: 1600px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.7rem;
    line-height: 1.94rem;
  }
}
@media (max-width: 1450px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.6rem;
    line-height: 1.92rem;
  }
}
@media (max-width: 1300px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.5rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 1150px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.4rem;
    line-height: 1.88rem;
  }
}
@media (max-width: 1000px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.3rem;
    line-height: 1.86rem;
  }
}
@media (max-width: 850px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.2rem;
    line-height: 1.84rem;
  }
}
@media (max-width: 700px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2.1rem;
    line-height: 1.82rem;
  }
}
@media (max-width: 550px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 2rem;
    line-height: 1.8rem;
  }
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  font-size: 2rem;
  color: #9f9f9f;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  font-size: 2rem;
  color: #9f9f9f;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  font-size: 2rem;
  color: #9f9f9f;
}
.wpcf7-form input::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
  font-size: 2rem;
  color: #9f9f9f;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-size: 2rem;
  color: #9f9f9f;
}
.wpcf7-form input:autofill,
.wpcf7-form textarea:autofill {
  color: var(--p6);
  background-color: transparent;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-bottom: solid 1px var(--p5);
}
.wpcf7-form input:focus-visible,
.wpcf7-form textarea:focus-visible {
  outline: 0;
}
.wpcf7-form textarea {
  font-size: 2rem;
  line-height: 2rem;
}
@media (max-width: 1900px) {
  .wpcf7-form textarea {
    font-size: 1.98rem;
    line-height: 1.98rem;
  }
}
@media (max-width: 1750px) {
  .wpcf7-form textarea {
    font-size: 1.96rem;
    line-height: 1.96rem;
  }
}
@media (max-width: 1600px) {
  .wpcf7-form textarea {
    font-size: 1.94rem;
    line-height: 1.94rem;
  }
}
@media (max-width: 1450px) {
  .wpcf7-form textarea {
    font-size: 1.92rem;
    line-height: 1.92rem;
  }
}
@media (max-width: 1300px) {
  .wpcf7-form textarea {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 1150px) {
  .wpcf7-form textarea {
    font-size: 1.88rem;
    line-height: 1.88rem;
  }
}
@media (max-width: 1000px) {
  .wpcf7-form textarea {
    font-size: 1.86rem;
    line-height: 1.86rem;
  }
}
@media (max-width: 850px) {
  .wpcf7-form textarea {
    font-size: 1.84rem;
    line-height: 1.84rem;
  }
}
@media (max-width: 700px) {
  .wpcf7-form textarea {
    font-size: 1.82rem;
    line-height: 1.82rem;
  }
}
@media (max-width: 550px) {
  .wpcf7-form textarea {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  .wpcf7-form textarea {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.wpcf7-form label {
  text-transform: capitalize;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .wpcf7-form label {
    font-size: 2.16rem;
    line-height: 2.77rem;
  }
}
@media (max-width: 1750px) {
  .wpcf7-form label {
    font-size: 2.12rem;
    line-height: 2.74rem;
  }
}
@media (max-width: 1600px) {
  .wpcf7-form label {
    font-size: 2.08rem;
    line-height: 2.71rem;
  }
}
@media (max-width: 1450px) {
  .wpcf7-form label {
    font-size: 2.04rem;
    line-height: 2.68rem;
  }
}
@media (max-width: 1300px) {
  .wpcf7-form label {
    font-size: 2rem;
    line-height: 2.65rem;
  }
}
@media (max-width: 1150px) {
  .wpcf7-form label {
    font-size: 1.96rem;
    line-height: 2.62rem;
  }
}
@media (max-width: 1000px) {
  .wpcf7-form label {
    font-size: 1.92rem;
    line-height: 2.59rem;
  }
}
@media (max-width: 850px) {
  .wpcf7-form label {
    font-size: 1.88rem;
    line-height: 2.56rem;
  }
}
@media (max-width: 700px) {
  .wpcf7-form label {
    font-size: 1.84rem;
    line-height: 2.53rem;
  }
}
@media (max-width: 550px) {
  .wpcf7-form label {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 400px) {
  .wpcf7-form label {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.wpcf7-form label span {
  color: var(--p5);
  margin: 0 0.5rem;
  font-size: 2.5rem;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: var(--p5);
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  font-style: italic;
}
@media (max-width: 1900px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.98rem;
    line-height: 1.98rem;
  }
}
@media (max-width: 1750px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.96rem;
    line-height: 1.96rem;
  }
}
@media (max-width: 1600px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.94rem;
    line-height: 1.94rem;
  }
}
@media (max-width: 1450px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.92rem;
    line-height: 1.92rem;
  }
}
@media (max-width: 1300px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 1150px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.88rem;
    line-height: 1.88rem;
  }
}
@media (max-width: 1000px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.86rem;
    line-height: 1.86rem;
  }
}
@media (max-width: 850px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.84rem;
    line-height: 1.84rem;
  }
}
@media (max-width: 700px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.82rem;
    line-height: 1.82rem;
  }
}
@media (max-width: 550px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.wpcf7-form .wpcf7-submit {
  padding: 2.5rem 8rem;
  font-size: 1.8rem;
  border: solid 1px var(--p6);
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--p4) !important;
  color: var(--p1) !important;
  border-color: var(--p4);
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  color: var(--p4);
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--inter);
  padding: 0 !important;
  margin-inline: 0 !important;
  margin-top: -3rem !important;
}

.u-block-wys {
  color: var(--p6);
  padding-bottom: 10rem;
}
.u-block-wys h1,
.u-block-wys h2,
.u-block-wys h3,
.u-block-wys h4,
.u-block-wys h5,
.u-block-wys h6 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.u-block-wys p {
  margin-bottom: 5rem;
}
.u-block-wys h1 {
  font-size: 8.5rem;
  line-height: 9rem;
  margin-bottom: 5rem;
}
@media (max-width: 1900px) {
  .u-block-wys h1 {
    font-size: 8.35rem;
    line-height: 8.7rem;
  }
}
@media (max-width: 1750px) {
  .u-block-wys h1 {
    font-size: 8.2rem;
    line-height: 8.4rem;
  }
}
@media (max-width: 1600px) {
  .u-block-wys h1 {
    font-size: 8.05rem;
    line-height: 8.1rem;
  }
}
@media (max-width: 1450px) {
  .u-block-wys h1 {
    font-size: 7.9rem;
    line-height: 7.8rem;
  }
}
@media (max-width: 1300px) {
  .u-block-wys h1 {
    font-size: 7.75rem;
    line-height: 7.5rem;
  }
}
@media (max-width: 1150px) {
  .u-block-wys h1 {
    font-size: 7.6rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 1000px) {
  .u-block-wys h1 {
    font-size: 7.45rem;
    line-height: 6.9rem;
  }
}
@media (max-width: 850px) {
  .u-block-wys h1 {
    font-size: 7.3rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 700px) {
  .u-block-wys h1 {
    font-size: 7.15rem;
    line-height: 6.3rem;
  }
}
@media (max-width: 550px) {
  .u-block-wys h1 {
    font-size: 7rem;
    line-height: 6rem;
  }
}
@media (max-width: 400px) {
  .u-block-wys h1 {
    font-size: 7rem;
    line-height: 6rem;
  }
}
.u-block-wys h2 {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 1900px) {
  .u-block-wys h2 {
    font-size: 2.95rem;
    line-height: 1.5;
  }
}
@media (max-width: 1750px) {
  .u-block-wys h2 {
    font-size: 2.9rem;
    line-height: 1.5;
  }
}
@media (max-width: 1600px) {
  .u-block-wys h2 {
    font-size: 2.85rem;
    line-height: 1.5;
  }
}
@media (max-width: 1450px) {
  .u-block-wys h2 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 1300px) {
  .u-block-wys h2 {
    font-size: 2.75rem;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .u-block-wys h2 {
    font-size: 2.7rem;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .u-block-wys h2 {
    font-size: 2.65rem;
    line-height: 1.5;
  }
}
@media (max-width: 850px) {
  .u-block-wys h2 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  .u-block-wys h2 {
    font-size: 2.55rem;
    line-height: 1.5;
  }
}
@media (max-width: 550px) {
  .u-block-wys h2 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .u-block-wys h2 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.u-block-wys h3 {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 1900px) {
  .u-block-wys h3 {
    font-size: 2.45rem;
    line-height: 1.5;
  }
}
@media (max-width: 1750px) {
  .u-block-wys h3 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1600px) {
  .u-block-wys h3 {
    font-size: 2.35rem;
    line-height: 1.5;
  }
}
@media (max-width: 1450px) {
  .u-block-wys h3 {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
@media (max-width: 1300px) {
  .u-block-wys h3 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .u-block-wys h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .u-block-wys h3 {
    font-size: 2.15rem;
    line-height: 1.5;
  }
}
@media (max-width: 850px) {
  .u-block-wys h3 {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  .u-block-wys h3 {
    font-size: 2.05rem;
    line-height: 1.5;
  }
}
@media (max-width: 550px) {
  .u-block-wys h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .u-block-wys h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.u-block-wys h4 {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 1900px) {
  .u-block-wys h4 {
    font-size: 1.99rem;
    line-height: 1.5;
  }
}
@media (max-width: 1750px) {
  .u-block-wys h4 {
    font-size: 1.98rem;
    line-height: 1.5;
  }
}
@media (max-width: 1600px) {
  .u-block-wys h4 {
    font-size: 1.97rem;
    line-height: 1.5;
  }
}
@media (max-width: 1450px) {
  .u-block-wys h4 {
    font-size: 1.96rem;
    line-height: 1.5;
  }
}
@media (max-width: 1300px) {
  .u-block-wys h4 {
    font-size: 1.95rem;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .u-block-wys h4 {
    font-size: 1.94rem;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .u-block-wys h4 {
    font-size: 1.93rem;
    line-height: 1.5;
  }
}
@media (max-width: 850px) {
  .u-block-wys h4 {
    font-size: 1.92rem;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  .u-block-wys h4 {
    font-size: 1.91rem;
    line-height: 1.5;
  }
}
@media (max-width: 550px) {
  .u-block-wys h4 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .u-block-wys h4 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.u-block-wys h5 {
  font-size: 1.8rem;
}
.u-block-wys h6 {
  font-size: 1.6rem;
}

.u-slideshowNav {
  --backgroundColor: var(--p2);
  --svgColor: var(--p1);
  background-color: var(--backgroundColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.u-slideshowNav svg {
  width: 1.25rem;
}
.u-slideshowNav svg path,
.u-slideshowNav svg line {
  fill: var(--svgColor);
  stroke: var(--svgColor);
  -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.u-slideshowNav--prev svg {
  rotate: 180deg;
}
.u-slideshowNav:hover, .u-slideshowNav:focus {
  --backgroundColor: var(--s1);
  --svgColor: var(--p2);
}

header {
  --svgColor: var(--p2);
  --backgroundColor: transparent;
  --textColor: var(--p2);
  --navLinkColor: var(--p2)
  // position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: var(--backgroundColor);
  color: var(--p6);
}
@media (max-width: 1000px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header.transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.sticking {
  --backgroundColor: transparent;
  --svgColor: var(--p1);
  --textColor: var(--p2);
  position: fixed;
  opacity: 0;
  top: -250px;
  -webkit-box-shadow: 0px 17px 17px -20px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 17px 17px -20px rgba(0, 0, 0, 0.18);
}
@media (max-width: 1000px) {
  header.sticking {
    --textColor: var(--p2);
  }
}
header.sticking.active {
  opacity: 1;
  top: 0;
}
header.sticking .__lines .__line {
  background-color: white !important;
}
header.whiteBackground {
  --navLinkColor: black;
}
header.whiteBackground .logo .light {
  display: none;
}
header.whiteBackground .logo .dark {
  display: block;
}
header.whiteBackground .__line {
  background-color: #141414 !important;
}
header.sticking {
  --navLinkColor: white;
}
header.sticking .light {
  display: block !important;
}
header.sticking .dark {
  display: none !important;
}
header.sticking.active {
  background-color: unset;
  -webkit-box-shadow: 0px 17px 17px -20px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 17px 17px -20px rgba(0, 0, 0, 0.18);
  position: fixed !important;
  background-color: var(--p1);
}
header .nav-cont {
  border-top: solid 1px var(--s3);
}
header .__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--textColor);
  padding-block: 2rem;
}
@media (max-width: 1000px) {
  header .__container {
    padding-block: 1rem;
  }
}
header .__container .__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1000px) {
  header .__container .__links {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    z-index: 10;
  }
}
header .lang-cont .__container {
  padding-bottom: 1rem;
}
header .lang-cont .__container .gtranslate_wrapper {
  margin-left: auto;
}
header .lang-cont .__container .gtranslate_wrapper select {
  font-family: "Integral", sans-serif;
}
header .logo {
  max-width: 25rem;
  position: relative;
  z-index: 100;
}
header .logo .dark {
  display: none;
}
@media (max-width: 1100px) {
  header .logo {
    max-width: 15rem;
  }
}
@media (max-width: 1000px) {
  header .logo {
    max-width: 25rem;
    z-index: 100;
  }
}
@media (max-width: 650px) {
  header .logo {
    max-width: 20rem;
  }
}
@media (max-width: 450px) {
  header .logo {
    max-width: 18rem;
  }
}
header .logo.active .dark {
  display: none;
}
header .logo.active .light {
  display: block;
}
header .hamburgerCheckbox {
  position: absolute;
  top: -100vh;
  left: 0;
}
header .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  display: none;
}
@media (max-width: 1000px) {
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .hamburger .__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4rem;
  height: 2.5rem;
  position: relative;
}
header .hamburger .__line {
  width: 100%;
  height: 3px;
  display: block;
  background-color: var(--p6);
  -webkit-transition: rotate 0.3s ease, opacity 0.3s ease;
  transition: rotate 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1000px) {
  header .hamburger .__line {
    background-color: white;
  }
}
header .hamburger .__line.cross {
  -webkit-transform-origin: center;
          transform-origin: center;
}
header .hamburger .__line.cross-hidden {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  opacity: 0;
}
header nav {
  width: 100%;
}
@media (max-width: 1000px) {
  header nav {
    position: fixed;
    height: 100dvh;
    top: 0;
    right: -150vw;
    width: 100%;
    padding: 25rem 8rem 10rem;
    background-color: var(--p1);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -1;
  }
}
@media (max-width: 600px) {
  header nav {
    padding-top: 20rem;
    padding-inline: 3rem;
  }
}
@media (max-width: 450px) {
  header nav {
    padding-top: 18rem;
  }
}
header nav .menu-cont {
  position: relative;
}
header nav .__background {
  display: none;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 90%;
  max-width: 150rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media (max-width: 1200px) {
  header nav .__background {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  header nav .__background {
    width: 320%;
  }
}
header nav .__background svg {
  width: 100%;
  height: 100%;
}
header nav .__background svg path {
  fill: var(--p1);
}
header nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  width: 100%;
  margin: 0 auto;
  gap: 7rem;
}
@media (max-width: 1000px) {
  header nav .menu {
    max-width: 100rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8dvh;
  }
}
@media (max-width: 700px) {
  header nav .menu {
    width: 100%;
  }
}
header nav .menu li {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media (max-width: 1200px) {
  header nav .menu li {
    gap: 1rem;
  }
}
@media (max-width: 1000px) {
  header nav .menu li {
    margin: 0;
    position: relative;
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  header nav .menu li {
    margin-bottom: 0;
  }
}
header nav .menu li.grey-out {
  opacity: 0.5 !important;
}
header nav .menu li.current-menu-item a {
  color: var(--s1) !important;
}
header nav .menu li:hover span, header nav .menu li:focus span {
  opacity: 1;
}
header nav .menu li a {
  color: var(--navLinkColor);
  white-space: nowrap;
  font-size: 1.8rem;
  text-transform: capitalize;
}
@media (max-width: 1000px) {
  header nav .menu li a {
    font-size: 10rem;
    --navLinkColor: white;
  }
  header nav .menu li a:after {
    content: unset;
  }
}
@media (max-width: 800px) {
  header nav .menu li a {
    font-size: 5rem !important;
  }
}
header nav .menu li a:hover, header nav .menu li a:focus, header nav .menu li a:active {
  color: var(--s1);
}
header nav .menu li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6.5rem;
  height: 6.5rem;
  background-color: var(--p4);
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  display: none;
}
header nav .menu li span svg {
  width: 11px;
}
header nav .menu li span svg path,
header nav .menu li span svg line {
  fill: var(--p1);
  stroke: var(--p1);
}
header .hamburgerCheckbox:checked ~ nav {
  right: 0;
  opacity: 1;
}
header .hamburgerCheckbox:checked ~ .hamburger .__line {
  background-color: var(--p6) !important;
}
header .hamburgerCheckbox:checked ~ .hamburger .__line.cross {
  rotate: 45deg;
}
header .hamburgerCheckbox:checked ~ .hamburger .__line.cross-hidden {
  rotate: -45deg;
  opacity: 1;
}
header .hamburgerCheckbox:checked ~ .hamburger .__line.not-cross {
  opacity: 0;
}
header .__connect {
  margin-top: auto;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
@media (max-width: 800px) {
  header .__connect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .__connect .__social {
    margin-bottom: 2rem;
  }
  header .__connect .u-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 700px) {
  header .__connect {
    margin-top: 4rem;
  }
}
@media (max-width: 600px) {
  header .__connect .u-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header .__number {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3rem;
  color: var(--p6);
}
@media (max-width: 1900px) {
  header .__number {
    font-size: 3.85rem;
    line-height: 4.9rem;
  }
}
@media (max-width: 1750px) {
  header .__number {
    font-size: 3.7rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 1600px) {
  header .__number {
    font-size: 3.55rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 1450px) {
  header .__number {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 1300px) {
  header .__number {
    font-size: 3.25rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1150px) {
  header .__number {
    font-size: 3.1rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1000px) {
  header .__number {
    font-size: 2.95rem;
    line-height: 4.3rem;
  }
}
@media (max-width: 850px) {
  header .__number {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 700px) {
  header .__number {
    font-size: 2.65rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 550px) {
  header .__number {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  header .__number {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 1400px) {
  header .__number {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  header .__number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .__number span {
  display: inline-block;
  width: 5rem;
  height: 0.3rem;
  background-color: var(--p5);
}
@media (max-width: 600px) {
  header .__number span {
    display: block;
  }
}
header .__number a {
  font-size: 4rem;
  line-height: 5rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 1900px) {
  header .__number a {
    font-size: 3.85rem;
    line-height: 4.9rem;
  }
}
@media (max-width: 1750px) {
  header .__number a {
    font-size: 3.7rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 1600px) {
  header .__number a {
    font-size: 3.55rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 1450px) {
  header .__number a {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 1300px) {
  header .__number a {
    font-size: 3.25rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1150px) {
  header .__number a {
    font-size: 3.1rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1000px) {
  header .__number a {
    font-size: 2.95rem;
    line-height: 4.3rem;
  }
}
@media (max-width: 850px) {
  header .__number a {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 700px) {
  header .__number a {
    font-size: 2.65rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 550px) {
  header .__number a {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  header .__number a {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
header .__number a:hover, header .__number a:focus {
  color: var(--p4);
}
header .__number a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--s1);
  position: relative;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .__number a:hover:after, header .__number a:focus:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
@media (max-width: 600px) {
  header .__number a {
    display: block;
  }
}

footer {
  min-height: 0.2vh;
  width: 100%;
  background: var(--p1);
  color: var(--p6);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer .__top {
  padding-block: 9rem 4rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9rem;
}
@media (max-width: 900px) {
  footer .__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  footer .__top {
    gap: 5rem;
    padding-top: 13rem;
  }
}
footer .__top .__left-text {
  font-size: 12rem;
  line-height: 12rem;
}
@media (max-width: 1900px) {
  footer .__top .__left-text {
    font-size: 11.35rem;
    line-height: 11.4rem;
  }
}
@media (max-width: 1750px) {
  footer .__top .__left-text {
    font-size: 10.7rem;
    line-height: 10.8rem;
  }
}
@media (max-width: 1600px) {
  footer .__top .__left-text {
    font-size: 10.05rem;
    line-height: 10.2rem;
  }
}
@media (max-width: 1450px) {
  footer .__top .__left-text {
    font-size: 9.4rem;
    line-height: 9.6rem;
  }
}
@media (max-width: 1300px) {
  footer .__top .__left-text {
    font-size: 8.75rem;
    line-height: 9rem;
  }
}
@media (max-width: 1150px) {
  footer .__top .__left-text {
    font-size: 8.1rem;
    line-height: 8.4rem;
  }
}
@media (max-width: 1000px) {
  footer .__top .__left-text {
    font-size: 7.45rem;
    line-height: 7.8rem;
  }
}
@media (max-width: 850px) {
  footer .__top .__left-text {
    font-size: 6.8rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 700px) {
  footer .__top .__left-text {
    font-size: 6.15rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 550px) {
  footer .__top .__left-text {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 400px) {
  footer .__top .__left-text {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1500px) {
  footer .__top .__left-text {
    font-size: 7rem;
  }
}
@media (max-width: 1250px) {
  footer .__top .__left-text {
    font-size: 5rem;
  }
}
@media (max-width: 600px) {
  footer .__top .__left-text {
    display: none;
  }
}
footer .__top .__link {
  margin-top: 5rem;
}
@media (max-width: 600px) {
  footer .__top .__link {
    margin-top: 2rem;
  }
}
footer .__top .__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1000px) {
  footer .__top .__background {
    bottom: unset;
    top: 7rem;
  }
}
footer .__top .__background img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .__top .__left {
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1200px) {
  footer .__top .__left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
footer .__top .__left a {
  display: inline-block;
  width: 56%;
}
@media (max-width: 1200px) {
  footer .__top .__left a {
    width: 100%;
  }
}
footer .__top .__left a img {
  width: 100%;
}
footer .__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 600px) {
  footer .__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
footer .__group {
  max-width: 30rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .__group.__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  footer .__group.__contacts {
    gap: 3rem;
  }
}
footer .__group .__header {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  width: 70%;
  padding-bottom: 1.5rem;
}
@media (max-width: 1900px) {
  footer .__group .__header {
    font-size: 1.59rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1750px) {
  footer .__group .__header {
    font-size: 1.58rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1600px) {
  footer .__group .__header {
    font-size: 1.57rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1450px) {
  footer .__group .__header {
    font-size: 1.56rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1300px) {
  footer .__group .__header {
    font-size: 1.55rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1150px) {
  footer .__group .__header {
    font-size: 1.54rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1000px) {
  footer .__group .__header {
    font-size: 1.53rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 850px) {
  footer .__group .__header {
    font-size: 1.52rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 700px) {
  footer .__group .__header {
    font-size: 1.51rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 550px) {
  footer .__group .__header {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 400px) {
  footer .__group .__header {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
footer .__group .__header .__line {
  display: block;
  height: 1px;
  background-color: var(--p2);
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 600px) {
  footer .__group .__header .__line {
    margin-bottom: 1rem;
  }
}
footer .__group ul.__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1050px) {
  footer .__group ul.__menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  footer .__group ul.__menu {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  footer .__group ul.__menu {
    gap: 1rem;
  }
}
footer .__group a {
  font-size: 1.8rem;
  line-height: 1.8rem;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  font-weight: 600;
}
@media (max-width: 1900px) {
  footer .__group a {
    font-size: 1.77rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1750px) {
  footer .__group a {
    font-size: 1.74rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1600px) {
  footer .__group a {
    font-size: 1.71rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1450px) {
  footer .__group a {
    font-size: 1.68rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1300px) {
  footer .__group a {
    font-size: 1.65rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1150px) {
  footer .__group a {
    font-size: 1.62rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1000px) {
  footer .__group a {
    font-size: 1.59rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 850px) {
  footer .__group a {
    font-size: 1.56rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 700px) {
  footer .__group a {
    font-size: 1.53rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 550px) {
  footer .__group a {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  footer .__group a {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
footer .__group a.__li p {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
}
@media (max-width: 1900px) {
  footer .__group a.__li p {
    font-size: 1.77rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 1750px) {
  footer .__group a.__li p {
    font-size: 1.74rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 1600px) {
  footer .__group a.__li p {
    font-size: 1.71rem;
    line-height: 2.15rem;
  }
}
@media (max-width: 1450px) {
  footer .__group a.__li p {
    font-size: 1.68rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 1300px) {
  footer .__group a.__li p {
    font-size: 1.65rem;
    line-height: 2.05rem;
  }
}
@media (max-width: 1150px) {
  footer .__group a.__li p {
    font-size: 1.62rem;
    line-height: 2rem;
  }
}
@media (max-width: 1000px) {
  footer .__group a.__li p {
    font-size: 1.59rem;
    line-height: 1.95rem;
  }
}
@media (max-width: 850px) {
  footer .__group a.__li p {
    font-size: 1.56rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 700px) {
  footer .__group a.__li p {
    font-size: 1.53rem;
    line-height: 1.85rem;
  }
}
@media (max-width: 550px) {
  footer .__group a.__li p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  footer .__group a.__li p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
footer .__group a:hover, footer .__group a:focus {
  color: var(--p5);
}
footer .__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  footer .__copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .__copyright p,
footer .__copyright a {
  font-size: 1.6rem;
  font-weight: 400;
}
footer .__copyright .__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 1000px) {
  footer .__copyright .__social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}
footer .__copyright .__social a {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
footer .__copyright a span {
  font-weight: 700;
}
footer .__copyright a:hover, footer .__copyright a:focus {
  color: var(--s1);
}
footer .__copyright .__left span {
  width: 1px;
  background-color: var(--p2);
  height: 15px;
  margin-inline: 15px;
  display: inline-block;
}
footer .__copyright .__left a {
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 600px) {
  footer .__topCont {
    width: 100%;
    justify-items: right;
    padding-top: 1rem;
  }
}
footer .__backToTop {
  --arrowColor: var(--p1);
  --backgroundColor: var(--p2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .__backToTop .__text {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 700px) {
  footer .__backToTop .__text {
    display: none;
  }
}
footer .__backToTop .__arrow {
  background-color: var(--backgroundColor);
  width: 5rem;
  height: 5rem;
  border: solid 1px var(--p6);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-transition: background-color ease 0.3s, border-color ease 0.3s, scale ease 0.3s;
  transition: background-color ease 0.3s, border-color ease 0.3s, scale ease 0.3s;
  cursor: pointer;
}
footer .__backToTop svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: scale ease 0.3s;
  transition: scale ease 0.3s;
}
footer .__backToTop svg path {
  fill: var(--arrowColor);
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
}
footer .__backToTop svg line {
  -webkit-transition: stroke ease 0.3s;
  transition: stroke ease 0.3s;
  fill: var(--arrowColor);
}
footer .__backToTop:hover, footer .__backToTop:focus {
  --arrowColor: var(--p2);
  --backgroundColor: var(--s1);
}
footer .__backToTop:hover .__arrow, footer .__backToTop:focus .__arrow {
  scale: 1.3;
  border-color: var(--backgroundColor);
}

.c-homepage-hero {
  color: var(--p2);
  position: relative;
  padding-bottom: 3rem;
  min-height: 100vh;
}
@media (max-width: 700px) {
  .c-homepage-hero {
    padding-bottom: 10rem;
  }
}
.c-homepage-hero .__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.c-homepage-hero .__background img,
.c-homepage-hero .__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-homepage-hero .__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  z-index: 1;
}
.c-homepage-hero .__content {
  position: relative;
  max-width: 150ch;
}
@media (max-width: 450px) {
  .c-homepage-hero .__content {
    max-width: unset;
  }
}
.c-homepage-hero h1 {
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-homepage-hero h1 {
    font-size: 11.25rem;
    line-height: 11.4rem;
  }
}
@media (max-width: 1750px) {
  .c-homepage-hero h1 {
    font-size: 10.5rem;
    line-height: 10.8rem;
  }
}
@media (max-width: 1600px) {
  .c-homepage-hero h1 {
    font-size: 9.75rem;
    line-height: 10.2rem;
  }
}
@media (max-width: 1450px) {
  .c-homepage-hero h1 {
    font-size: 9rem;
    line-height: 9.6rem;
  }
}
@media (max-width: 1300px) {
  .c-homepage-hero h1 {
    font-size: 8.25rem;
    line-height: 9rem;
  }
}
@media (max-width: 1150px) {
  .c-homepage-hero h1 {
    font-size: 7.5rem;
    line-height: 8.4rem;
  }
}
@media (max-width: 1000px) {
  .c-homepage-hero h1 {
    font-size: 6.75rem;
    line-height: 7.8rem;
  }
}
@media (max-width: 850px) {
  .c-homepage-hero h1 {
    font-size: 6rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 700px) {
  .c-homepage-hero h1 {
    font-size: 5.25rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 550px) {
  .c-homepage-hero h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 400px) {
  .c-homepage-hero h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
.c-homepage-hero p {
  max-width: 80%;
  font-size: 2.6rem;
  line-height: 4rem;
}
@media (max-width: 1900px) {
  .c-homepage-hero p {
    font-size: 2.56rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-homepage-hero p {
    font-size: 2.52rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-homepage-hero p {
    font-size: 2.48rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-homepage-hero p {
    font-size: 2.44rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-homepage-hero p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-homepage-hero p {
    font-size: 2.36rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-homepage-hero p {
    font-size: 2.32rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-homepage-hero p {
    font-size: 2.28rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-homepage-hero p {
    font-size: 2.24rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-homepage-hero p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-homepage-hero p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 450px) {
  .c-homepage-hero p {
    max-width: unset;
  }
}

.c-overline-text-image {
  position: relative;
  overflow: hidden;
}
.c-overline-text-image .__overline {
  grid-column: 1/-1;
  max-width: 31rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--txt-overline);
  align-self: flex-start;
  padding-bottom: 1.6rem;
  text-align: right;
}
@media (max-width: 1300px) {
  .c-overline-text-image .__overline {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1000px) {
  .c-overline-text-image .__overline {
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .c-overline-text-image .__overline {
    max-width: 27rem;
  }
}
.c-overline-text-image .__overline .__text {
  display: block;
  overflow: hidden;
}
.c-overline-text-image .__overline .__line {
  width: 100%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bcbec0;
  margin-top: 1rem;
}
.c-overline-text-image .__center-text {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 6;
  -ms-grid-column-span: 12;
  grid-column: 6/18;
  align-self: flex-end;
  color: var(--txt-body);
  margin-top: 5rem;
}
@media (max-width: 1700px) {
  .c-overline-text-image .__center-text {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
}
@media (max-width: 1200px) {
  .c-overline-text-image .__center-text {
    margin-top: 2rem;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: -4;
    grid-column-end: -2;
    max-width: 70rem;
  }
}
@media (max-width: 600px) {
  .c-overline-text-image .__center-text {
    margin-bottom: 2rem;
  }
}
.c-overline-text-image .__center-text h1,
.c-overline-text-image .__center-text h2,
.c-overline-text-image .__center-text h3,
.c-overline-text-image .__center-text h4,
.c-overline-text-image .__center-text h5,
.c-overline-text-image .__center-text h6 {
  font-weight: 500;
  color: var(--txt-headline);
  margin-bottom: 3rem;
}
.c-overline-text-image .__center-text h1,
.c-overline-text-image .__center-text h2 {
  text-transform: capitalize;
  font-size: 8.5rem;
  line-height: 9rem;
}
@media (max-width: 1900px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 8.15rem;
    line-height: 8.65rem;
  }
}
@media (max-width: 1750px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 7.8rem;
    line-height: 8.3rem;
  }
}
@media (max-width: 1600px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 7.45rem;
    line-height: 7.95rem;
  }
}
@media (max-width: 1450px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 7.1rem;
    line-height: 7.6rem;
  }
}
@media (max-width: 1300px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 6.75rem;
    line-height: 7.25rem;
  }
}
@media (max-width: 1150px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 6.4rem;
    line-height: 6.9rem;
  }
}
@media (max-width: 1000px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 6.05rem;
    line-height: 6.55rem;
  }
}
@media (max-width: 850px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 5.7rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 700px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 5.35rem;
    line-height: 5.85rem;
  }
}
@media (max-width: 550px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 400px) {
  .c-overline-text-image .__center-text h1,
  .c-overline-text-image .__center-text h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.c-overline-text-image .__center-text h3 {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 4.85rem;
    line-height: 5.8rem;
  }
}
@media (max-width: 1750px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 4.7rem;
    line-height: 5.6rem;
  }
}
@media (max-width: 1600px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 4.55rem;
    line-height: 5.4rem;
  }
}
@media (max-width: 1450px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
}
@media (max-width: 1300px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 4.25rem;
    line-height: 5rem;
  }
}
@media (max-width: 1150px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 4.1rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 1000px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 3.95rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 850px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 700px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 3.65rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 550px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  .c-overline-text-image .__center-text h3 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.c-overline-text-image .__center-text p {
  font-size: 2.6rem;
  line-height: 4rem;
  max-width: 95%;
}
@media (max-width: 1900px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.56rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.52rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.48rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.44rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.36rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.32rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.28rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.24rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-overline-text-image .__center-text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 600px) {
  .c-overline-text-image .__center-text p {
    max-width: unset;
  }
}
.c-overline-text-image .__end {
  grid-column: 19/-1;
  margin-top: -4rem;
}
@media (max-width: 1200px) {
  .c-overline-text-image .__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: 0;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: -3;
    grid-column-end: -1;
    max-width: 53rem;
    width: 100%;
    margin-left: auto;
  }
}
.c-overline-text-image .__end .__image {
  width: 100%;
  padding-bottom: 72%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  position: relative;
  position: relative;
}
.c-overline-text-image .__end .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
.c-overline-text-image .__end img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.c-overline-text-image .__end .btn--s {
  margin-top: 5rem;
  margin-left: 8rem;
}
@media (max-width: 1250px) {
  .c-overline-text-image .__end .btn--s {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

.c-image-banner {
  color: var(--p2);
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-height: 600px) {
  .c-image-banner {
    height: unset;
  }
}
@media (max-width: 1400px) {
  .c-image-banner {
    padding-block: 2.5rem !important;
  }
}
@media (max-width: 800px) {
  .c-image-banner {
    height: unset;
  }
}
.c-image-banner .__content {
  max-height: 90rem;
  height: 100%;
  grid-column: 2/-2;
  background-color: var(--p1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .c-image-banner .__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: unset;
  }
}
@media (max-width: 600px) {
  .c-image-banner .__content {
    grid-column: 1/-1;
  }
}
.c-image-banner .__image {
  height: 100%;
  position: relative;
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.c-image-banner .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
@media (max-width: 1300px) {
  .c-image-banner .__image {
    width: 30%;
  }
}
@media (max-width: 800px) {
  .c-image-banner .__image {
    position: relative;
    width: 100%;
    height: unset;
    padding-bottom: 90%;
  }
}
.c-image-banner .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-image-banner .__text {
  padding-block: 1rem;
  padding-left: 4rem;
  grid-column: 13/-3;
}
@media screen and (max-height: 600px) {
  .c-image-banner .__text {
    padding-block: 4rem;
  }
}
@media (max-width: 1300px) {
  .c-image-banner .__text {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
}
@media (max-width: 800px) {
  .c-image-banner .__text {
    padding-inline: 2rem;
    padding-block: 5rem;
  }
}
.c-image-banner .__text h1,
.c-image-banner .__text h2 {
  font-size: 5rem;
  line-height: 6.5rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 4.8rem;
    line-height: 6.25rem;
  }
}
@media (max-width: 1750px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 4.6rem;
    line-height: 6rem;
  }
}
@media (max-width: 1600px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 4.4rem;
    line-height: 5.75rem;
  }
}
@media (max-width: 1450px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1300px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 4rem;
    line-height: 5.25rem;
  }
}
@media (max-width: 1150px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 3.6rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 850px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 700px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 3.2rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 550px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.c-image-banner .__text p {
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 400;
}
@media (max-width: 1900px) {
  .c-image-banner .__text p {
    font-size: 2.56rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-image-banner .__text p {
    font-size: 2.52rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-image-banner .__text p {
    font-size: 2.48rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-image-banner .__text p {
    font-size: 2.44rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-image-banner .__text p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-image-banner .__text p {
    font-size: 2.36rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-image-banner .__text p {
    font-size: 2.32rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-image-banner .__text p {
    font-size: 2.28rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-image-banner .__text p {
    font-size: 2.24rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-image-banner .__text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-image-banner .__text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-image-banner .__text h1,
.c-image-banner .__text h2,
.c-image-banner .__text h3,
.c-image-banner .__text h4,
.c-image-banner .__text h5,
.c-image-banner .__text h6 {
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  .c-image-banner .__text h1,
  .c-image-banner .__text h2,
  .c-image-banner .__text h3,
  .c-image-banner .__text h4,
  .c-image-banner .__text h5,
  .c-image-banner .__text h6 {
    margin-bottom: 2rem;
  }
}
.c-image-banner .__link {
  margin-top: 5rem;
}

.c-headline-button .__super {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--txt-overline);
  margin-bottom: 1.5rem;
}
@media (max-width: 1900px) {
  .c-headline-button .__super {
    font-size: 1.59rem;
    line-height: 1.5;
  }
}
@media (max-width: 1750px) {
  .c-headline-button .__super {
    font-size: 1.58rem;
    line-height: 1.5;
  }
}
@media (max-width: 1600px) {
  .c-headline-button .__super {
    font-size: 1.57rem;
    line-height: 1.5;
  }
}
@media (max-width: 1450px) {
  .c-headline-button .__super {
    font-size: 1.56rem;
    line-height: 1.5;
  }
}
@media (max-width: 1300px) {
  .c-headline-button .__super {
    font-size: 1.55rem;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .c-headline-button .__super {
    font-size: 1.54rem;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .c-headline-button .__super {
    font-size: 1.53rem;
    line-height: 1.5;
  }
}
@media (max-width: 850px) {
  .c-headline-button .__super {
    font-size: 1.52rem;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  .c-headline-button .__super {
    font-size: 1.51rem;
    line-height: 1.5;
  }
}
@media (max-width: 550px) {
  .c-headline-button .__super {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .c-headline-button .__super {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.c-headline-button .__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 800px) {
  .c-headline-button .__link {
    padding-left: 0 !important;
  }
}
.c-headline-button h2 {
  font-size: 8.5rem;
  line-height: 9rem;
  font-weight: 500;
  color: var(--txt-headline);
  text-transform: capitalize;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 103rem;
  min-width: 40rem;
}
@media (max-width: 1900px) {
  .c-headline-button h2 {
    font-size: 8.15rem;
    line-height: 8.65rem;
  }
}
@media (max-width: 1750px) {
  .c-headline-button h2 {
    font-size: 7.8rem;
    line-height: 8.3rem;
  }
}
@media (max-width: 1600px) {
  .c-headline-button h2 {
    font-size: 7.45rem;
    line-height: 7.95rem;
  }
}
@media (max-width: 1450px) {
  .c-headline-button h2 {
    font-size: 7.1rem;
    line-height: 7.6rem;
  }
}
@media (max-width: 1300px) {
  .c-headline-button h2 {
    font-size: 6.75rem;
    line-height: 7.25rem;
  }
}
@media (max-width: 1150px) {
  .c-headline-button h2 {
    font-size: 6.4rem;
    line-height: 6.9rem;
  }
}
@media (max-width: 1000px) {
  .c-headline-button h2 {
    font-size: 6.05rem;
    line-height: 6.55rem;
  }
}
@media (max-width: 850px) {
  .c-headline-button h2 {
    font-size: 5.7rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 700px) {
  .c-headline-button h2 {
    font-size: 5.35rem;
    line-height: 5.85rem;
  }
}
@media (max-width: 550px) {
  .c-headline-button h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 400px) {
  .c-headline-button h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 600px) {
  .c-headline-button h2 {
    min-width: unset;
  }
}

.c-3-column-text-headline {
  background-color: var(--p1);
  color: var(--p2);
}
.c-3-column-text-headline .__top {
  position: relative;
  width: 100%;
}
.c-3-column-text-headline .__top.--p {
  padding-bottom: 1rem;
}
.c-3-column-text-headline .__text-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 700px) {
  .c-3-column-text-headline .__text-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-3-column-text-headline .__text-content h2 {
  font-size: 8.5rem;
  line-height: 9rem;
  font-weight: 500;
  max-width: 77rem;
  text-transform: capitalize;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1900px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 8.15rem;
    line-height: 8.65rem;
  }
}
@media (max-width: 1750px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 7.8rem;
    line-height: 8.3rem;
  }
}
@media (max-width: 1600px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 7.45rem;
    line-height: 7.95rem;
  }
}
@media (max-width: 1450px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 7.1rem;
    line-height: 7.6rem;
  }
}
@media (max-width: 1300px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 6.75rem;
    line-height: 7.25rem;
  }
}
@media (max-width: 1150px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 6.4rem;
    line-height: 6.9rem;
  }
}
@media (max-width: 1000px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 6.05rem;
    line-height: 6.55rem;
  }
}
@media (max-width: 850px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 5.7rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 700px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 5.35rem;
    line-height: 5.85rem;
  }
}
@media (max-width: 550px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 400px) {
  .c-3-column-text-headline .__text-content h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 700px) {
  .c-3-column-text-headline .__text-content h2 {
    max-width: 50rem;
  }
}
.c-3-column-text-headline .__background-image {
  width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 700px) {
  .c-3-column-text-headline .__background-image {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    left: unset;
    width: 100%;
    margin-bottom: -30px;
  }
}
.c-3-column-text-headline .__background-image img {
  width: 100%;
  margin: 0 auto;
}
.c-3-column-text-headline .__blocks {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  gap: 13rem;
}
@media (max-width: 1650px) {
  .c-3-column-text-headline .__blocks {
    gap: 5rem;
  }
}
@media (max-width: 900px) {
  .c-3-column-text-headline .__blocks {
    margin-top: 5rem;
    max-width: 44rem;
    gap: 3rem;
  }
}
.c-3-column-text-headline .__blocks h1,
.c-3-column-text-headline .__blocks h2,
.c-3-column-text-headline .__blocks h3,
.c-3-column-text-headline .__blocks h4,
.c-3-column-text-headline .__blocks h5,
.c-3-column-text-headline .__blocks h6 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 3.85rem;
    line-height: 4.85rem;
  }
}
@media (max-width: 1750px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 3.7rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 1600px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 3.55rem;
    line-height: 4.55rem;
  }
}
@media (max-width: 1450px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1300px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 3.25rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 1150px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 3.1rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 1000px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 2.95rem;
    line-height: 3.95rem;
  }
}
@media (max-width: 850px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 700px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 2.65rem;
    line-height: 3.65rem;
  }
}
@media (max-width: 550px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 400px) {
  .c-3-column-text-headline .__blocks h1,
  .c-3-column-text-headline .__blocks h2,
  .c-3-column-text-headline .__blocks h3,
  .c-3-column-text-headline .__blocks h4,
  .c-3-column-text-headline .__blocks h5,
  .c-3-column-text-headline .__blocks h6 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.c-3-column-text-headline .__blocks .__text {
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  position: relative;
}
.c-3-column-text-headline .__blocks .__text .__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-3-column-text-headline .__blocks p {
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media (max-width: 1900px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 2.16rem;
    line-height: 3.38rem;
  }
}
@media (max-width: 1750px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 2.12rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 1600px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 2.08rem;
    line-height: 3.34rem;
  }
}
@media (max-width: 1450px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 2.04rem;
    line-height: 3.32rem;
  }
}
@media (max-width: 1300px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 2rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 1150px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 1.96rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 1000px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 1.92rem;
    line-height: 3.26rem;
  }
}
@media (max-width: 850px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 1.88rem;
    line-height: 3.24rem;
  }
}
@media (max-width: 700px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 1.84rem;
    line-height: 3.22rem;
  }
}
@media (max-width: 550px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-3-column-text-headline .__blocks p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.c-3-column-text-headline .__blocks .__super {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .c-3-column-text-headline .__blocks .__super {
    font-size: 1.5rem;
  }
}

.c-logo-grid {
  background-color: var(--p1);
}
.c-logo-grid .__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-logo-grid .__logos .__logo {
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 7rem;
  padding-inline: 5rem;
  border-radius: 15px;
  background-color: var(--s2);
}
.c-logo-grid .__logos .__logo.__white {
  background-color: white;
}
@media (max-width: 600px) {
  .c-logo-grid .__logos .__logo {
    max-width: 15rem;
    padding-inline: 1.5rem;
    padding-block: 3.5rem;
  }
}
.c-logo-grid .__logos .__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-testimonial-gallery {
  color: var(--p2);
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .c-testimonial-gallery {
    height: unset;
  }
}
.c-testimonial-gallery .__content {
  grid-column: 2/-2;
  background-color: var(--p1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 90rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .c-testimonial-gallery .__content {
    padding-block: 2.5rem !important;
  }
}
@media (max-width: 900px) {
  .c-testimonial-gallery .__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: unset;
    padding-block: unset !important;
  }
}
@media (max-width: 700px) {
  .c-testimonial-gallery .__content {
    grid-column: 1/-1;
  }
}
.c-testimonial-gallery .__image {
  height: 100%;
  width: 54%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.c-testimonial-gallery .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
@media (max-width: 1850px) {
  .c-testimonial-gallery .__image {
    width: 48%;
  }
}
@media (max-width: 900px) {
  .c-testimonial-gallery .__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70%;
  }
}
.c-testimonial-gallery .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-testimonial-gallery .__right {
  padding: 2rem 8.5rem;
  height: 100%;
  width: 46%;
  margin-left: auto;
}
@media (max-width: 1850px) {
  .c-testimonial-gallery .__right {
    width: 52%;
  }
}
@media (max-width: 900px) {
  .c-testimonial-gallery .__right {
    padding: 4rem 2rem 7rem;
    width: 100%;
  }
}
.c-testimonial-gallery .swiper {
  width: 100%;
  height: 100%;
}
.c-testimonial-gallery .__swiper-nav {
  position: absolute;
  right: 3rem;
  bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  z-index: 1;
}
.c-testimonial-gallery .__swiper-nav.hide {
  display: none;
}
@media (max-width: 1200px) {
  .c-testimonial-gallery .__swiper-nav.hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-testimonial-gallery .__swiper-nav .u-slideshowNav {
  rotate: 90deg;
}
@media (max-width: 1200px) {
  .c-testimonial-gallery .__swiper-nav {
    position: relative;
    right: unset;
    bottom: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-testimonial-gallery .__swiper-nav .u-slideshowNav {
    rotate: 0deg;
  }
}
@media (max-width: 900px) {
  .c-testimonial-gallery .__swiper-nav {
    bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .c-testimonial-gallery .__swiper-nav {
    gap: 1rem;
  }
}
.c-testimonial-gallery .__slide-content {
  background-color: var(--s2);
  border-radius: 15px;
  padding: 8rem 13%;
  width: 100%;
}
@media (max-height: 1050px) {
  .c-testimonial-gallery .__slide-content {
    padding: 5rem 3rem;
  }
}
@media (max-width: 600px) {
  .c-testimonial-gallery .__slide-content {
    padding: 4rem 3rem;
  }
}
.c-testimonial-gallery .swiper-slide {
  -ms-flex-line-pack: center;
      align-content: center;
}
.c-testimonial-gallery .swiper-wrapper .__testimony {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.92rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.84rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.76rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.68rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.52rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.44rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.36rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.28rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-testimonial-gallery .swiper-wrapper .__testimony {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-testimonial-gallery .swiper-wrapper .__line {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-testimonial-gallery .swiper-wrapper .__title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1900px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.59rem;
    line-height: 1.59rem;
  }
}
@media (max-width: 1750px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.58rem;
    line-height: 1.58rem;
  }
}
@media (max-width: 1600px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.57rem;
    line-height: 1.57rem;
  }
}
@media (max-width: 1450px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.56rem;
    line-height: 1.56rem;
  }
}
@media (max-width: 1300px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.55rem;
    line-height: 1.55rem;
  }
}
@media (max-width: 1150px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.54rem;
    line-height: 1.54rem;
  }
}
@media (max-width: 1000px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.53rem;
    line-height: 1.53rem;
  }
}
@media (max-width: 850px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.52rem;
    line-height: 1.52rem;
  }
}
@media (max-width: 700px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.51rem;
    line-height: 1.51rem;
  }
}
@media (max-width: 550px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 400px) {
  .c-testimonial-gallery .swiper-wrapper .__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.c-photo-gallery-marquee {
  --gap: 2rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  .c-photo-gallery-marquee {
    --gap: 1rem;
  }
}
.c-photo-gallery-marquee .__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.c-photo-gallery-marquee .__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
}
.c-photo-gallery-marquee .__image {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  position: relative;
}
.c-photo-gallery-marquee .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
@media (max-width: 1000px) {
  .c-photo-gallery-marquee .__image {
    max-height: 23rem;
  }
}
.c-photo-gallery-marquee .__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--s4rgb), 0.4);
  z-index: 1;
}
.c-photo-gallery-marquee .__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 60rem;
}
@media (max-width: 1000px) {
  .c-photo-gallery-marquee .__image img {
    min-width: 45rem;
  }
}
@media (max-width: 700px) {
  .c-photo-gallery-marquee .__image img {
    min-width: 23rem;
  }
}

.c-product-cards {
  background-color: var(--p1);
  color: var(--p2);
}
.c-product-cards .__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column: 3/-3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 600px) {
  .c-product-cards .__header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-column: 2/-1;
    margin-bottom: 4rem;
  }
}
.c-product-cards .__header-content h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 8.5rem;
  line-height: 9rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-product-cards .__header-content h2 {
    font-size: 8.15rem;
    line-height: 8.65rem;
  }
}
@media (max-width: 1750px) {
  .c-product-cards .__header-content h2 {
    font-size: 7.8rem;
    line-height: 8.3rem;
  }
}
@media (max-width: 1600px) {
  .c-product-cards .__header-content h2 {
    font-size: 7.45rem;
    line-height: 7.95rem;
  }
}
@media (max-width: 1450px) {
  .c-product-cards .__header-content h2 {
    font-size: 7.1rem;
    line-height: 7.6rem;
  }
}
@media (max-width: 1300px) {
  .c-product-cards .__header-content h2 {
    font-size: 6.75rem;
    line-height: 7.25rem;
  }
}
@media (max-width: 1150px) {
  .c-product-cards .__header-content h2 {
    font-size: 6.4rem;
    line-height: 6.9rem;
  }
}
@media (max-width: 1000px) {
  .c-product-cards .__header-content h2 {
    font-size: 6.05rem;
    line-height: 6.55rem;
  }
}
@media (max-width: 850px) {
  .c-product-cards .__header-content h2 {
    font-size: 5.7rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 700px) {
  .c-product-cards .__header-content h2 {
    font-size: 5.35rem;
    line-height: 5.85rem;
  }
}
@media (max-width: 550px) {
  .c-product-cards .__header-content h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 400px) {
  .c-product-cards .__header-content h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.c-product-cards .__products {
  grid-column: 2/-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-product-cards .__products.__aligned {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column: 3/-3;
  gap: 4rem;
}
@media (max-width: 900px) {
  .c-product-cards .__products.__aligned {
    grid-column: 2/-2;
    padding-right: var(--left-padding);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .c-product-cards .__products {
    padding-right: var(--left-padding);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-product-cards .__tile {
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  max-width: 57rem;
  height: 70rem;
  max-height: 78rem;
}
@media (max-width: 1050px) {
  .c-product-cards .__tile {
    height: 50rem;
  }
}
@media (max-width: 700px) {
  .c-product-cards .__tile {
    height: 35rem;
  }
}
@media (max-width: 650px) {
  .c-product-cards .__tile {
    width: 100%;
    max-width: unset;
  }
}
.c-product-cards .__tile:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.3);
  pointer-events: none;
  z-index: 1;
}
.c-product-cards .__tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
.c-product-cards .__tile h3 {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  max-width: 50%;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
  z-index: 1;
}
@media (max-width: 1900px) {
  .c-product-cards .__tile h3 {
    font-size: 3.85rem;
    line-height: 4.85rem;
  }
}
@media (max-width: 1750px) {
  .c-product-cards .__tile h3 {
    font-size: 3.7rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 1600px) {
  .c-product-cards .__tile h3 {
    font-size: 3.55rem;
    line-height: 4.55rem;
  }
}
@media (max-width: 1450px) {
  .c-product-cards .__tile h3 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1300px) {
  .c-product-cards .__tile h3 {
    font-size: 3.25rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 1150px) {
  .c-product-cards .__tile h3 {
    font-size: 3.1rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 1000px) {
  .c-product-cards .__tile h3 {
    font-size: 2.95rem;
    line-height: 3.95rem;
  }
}
@media (max-width: 850px) {
  .c-product-cards .__tile h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 700px) {
  .c-product-cards .__tile h3 {
    font-size: 2.65rem;
    line-height: 3.65rem;
  }
}
@media (max-width: 550px) {
  .c-product-cards .__tile h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 400px) {
  .c-product-cards .__tile h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.c-product-cards .__tile h3:before {
  content: "";
  opacity: 0.5;
  display: block;
  width: 4rem;
  height: 2px;
  background-color: var(--p2);
  margin-bottom: 1rem;
}
.c-product-cards .__tile:hover img, .c-product-cards .__tile:focus img {
  scale: 1.05;
}
.c-product-cards .__product {
  width: calc(33.3333% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .c-product-cards .__product {
    width: calc(50% - 4rem);
  }
}
@media (max-width: 900px) {
  .c-product-cards .__product {
    width: 100%;
  }
}
.c-product-cards .__product .__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  margin-block: 1.5rem;
}
.c-product-cards .__product .__image {
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 3rem;
  border-radius: 15px;
  overflow: hidden;
  max-height: 50rem;
}
.c-product-cards .__product .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product-cards .__product h3 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 1900px) {
  .c-product-cards .__product h3 {
    font-size: 3.85rem;
    line-height: 4.85rem;
  }
}
@media (max-width: 1750px) {
  .c-product-cards .__product h3 {
    font-size: 3.7rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 1600px) {
  .c-product-cards .__product h3 {
    font-size: 3.55rem;
    line-height: 4.55rem;
  }
}
@media (max-width: 1450px) {
  .c-product-cards .__product h3 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1300px) {
  .c-product-cards .__product h3 {
    font-size: 3.25rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 1150px) {
  .c-product-cards .__product h3 {
    font-size: 3.1rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 1000px) {
  .c-product-cards .__product h3 {
    font-size: 2.95rem;
    line-height: 3.95rem;
  }
}
@media (max-width: 850px) {
  .c-product-cards .__product h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 700px) {
  .c-product-cards .__product h3 {
    font-size: 2.65rem;
    line-height: 3.65rem;
  }
}
@media (max-width: 550px) {
  .c-product-cards .__product h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 400px) {
  .c-product-cards .__product h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

.c-internal-hero {
  --left-padding: 16rem;
}
@media (max-width: 1600px) {
  .c-internal-hero {
    --left-padding: 15%;
  }
}
@media (max-width: 900px) {
  .c-internal-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    --left-padding: 6rem;
  }
}
@media (max-width: 600px) {
  .c-internal-hero {
    --left-padding: 3rem;
  }
}
.c-internal-hero .__left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1/span 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1350px) {
  .c-internal-hero .__left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/span 14;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .c-internal-hero .__left {
    grid-column: 1/-1;
    padding-right: var(--left-padding);
  }
}
.c-internal-hero .__left .__overline {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 5rem;
  max-width: 25rem;
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: var(--txt-overline);
}
.c-internal-hero .__left .__overline .__line {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bcbec0;
  margin-top: 1rem;
}
@media (max-width: 1900px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.59rem;
    line-height: 1.5;
  }
}
@media (max-width: 1750px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.58rem;
    line-height: 1.5;
  }
}
@media (max-width: 1600px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.57rem;
    line-height: 1.5;
  }
}
@media (max-width: 1450px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.56rem;
    line-height: 1.5;
  }
}
@media (max-width: 1300px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.55rem;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.54rem;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.53rem;
    line-height: 1.5;
  }
}
@media (max-width: 850px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.52rem;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.51rem;
    line-height: 1.5;
  }
}
@media (max-width: 550px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .c-internal-hero .__left .__overline {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 1350px) {
  .c-internal-hero .__left .__overline {
    position: relative;
  }
}
@media (max-width: 1000px) {
  .c-internal-hero .__left .__overline {
    margin-bottom: 2rem;
  }
}
.c-internal-hero .__left .__text-content {
  margin-top: 5rem;
  margin-left: var(--left-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .c-internal-hero .__left .__text-content {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.c-internal-hero .__left .__text-content h1,
.c-internal-hero .__left .__text-content h2,
.c-internal-hero .__left .__text-content h3,
.c-internal-hero .__left .__text-content h4,
.c-internal-hero .__left .__text-content h5,
.c-internal-hero .__left .__text-content h6 {
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 1900px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 11.35rem;
    line-height: 11.4rem;
  }
}
@media (max-width: 1750px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 10.7rem;
    line-height: 10.8rem;
  }
}
@media (max-width: 1600px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 10.05rem;
    line-height: 10.2rem;
  }
}
@media (max-width: 1450px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 9.4rem;
    line-height: 9.6rem;
  }
}
@media (max-width: 1300px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 8.75rem;
    line-height: 9rem;
  }
}
@media (max-width: 1150px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 8.1rem;
    line-height: 8.4rem;
  }
}
@media (max-width: 1000px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 7.45rem;
    line-height: 7.8rem;
  }
}
@media (max-width: 850px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 6.8rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 700px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 6.15rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 550px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 400px) {
  .c-internal-hero .__left .__text-content h1,
  .c-internal-hero .__left .__text-content h2,
  .c-internal-hero .__left .__text-content h3,
  .c-internal-hero .__left .__text-content h4,
  .c-internal-hero .__left .__text-content h5,
  .c-internal-hero .__left .__text-content h6 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
.c-internal-hero .__left .__text-content p {
  font-size: 2.6rem;
  line-height: 4rem;
}
@media (max-width: 1900px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.56rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.52rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.48rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.44rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.36rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.32rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.28rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.24rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-internal-hero .__left .__text-content p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-internal-hero .__image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  grid-column: 13/-1;
  position: relative;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}
.c-internal-hero .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
@media (max-width: 1350px) {
  .c-internal-hero .__image {
    grid-column: 16/-1;
  }
}
@media (max-width: 900px) {
  .c-internal-hero .__image {
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
    max-width: 90%;
    margin-left: auto;
    width: 100%;
  }
}
.c-internal-hero .__image img,
.c-internal-hero .__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .c-internal-hero .__image img,
  .c-internal-hero .__image video {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-list {
  background-color: var(--p1);
  color: var(--p2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-list .__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/span 8;
  overflow: hidden;
  position: relative;
  min-height: 40rem;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
.c-list .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
@media (max-width: 900px) {
  .c-list .__image {
    width: 80%;
  }
}
@media (max-width: 700px) {
  .c-list .__image {
    min-height: unset;
    width: 95%;
    padding-bottom: 70%;
  }
}
.c-list .__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list .__list {
  grid-column: 11/-3;
}
@media (max-width: 900px) {
  .c-list .__list {
    padding-inline: 3rem;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .c-list .__list {
    max-width: unset;
  }
}
.c-list .__list ul {
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  gap: 8rem;
  margin-bottom: 3rem;
}
@media (max-width: 1400px) {
  .c-list .__list ul {
    grid-column: 10/-2;
    gap: 4rem;
  }
}
@media (max-width: 1100px) {
  .c-list .__list ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (max-width: 900px) {
  .c-list .__list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 700px) {
  .c-list .__list ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.c-list .__list ul li {
  padding-block: 2rem;
  font-size: 3rem;
  line-height: 4rem;
  border-top: solid 1px rgba(var(--p2rgb), 0.5);
}
@media (max-width: 1900px) {
  .c-list .__list ul li {
    font-size: 2.92rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-list .__list ul li {
    font-size: 2.84rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-list .__list ul li {
    font-size: 2.76rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-list .__list ul li {
    font-size: 2.68rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-list .__list ul li {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-list .__list ul li {
    font-size: 2.52rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-list .__list ul li {
    font-size: 2.44rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-list .__list ul li {
    font-size: 2.36rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-list .__list ul li {
    font-size: 2.28rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-list .__list ul li {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-list .__list ul li {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.c-number-list-photo {
  position: relative;
}
@media (max-width: 900px) {
  .c-number-list-photo {
    gap: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-number-list-photo .__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-number-list-photo .__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-number-list-photo .__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--s2);
  opacity: 0.9;
}
.c-number-list-photo .__left {
  grid-column: 14/-2;
  color: var(--p2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .c-number-list-photo .__left {
    grid-column: 13/-2;
  }
}
@media (max-width: 900px) {
  .c-number-list-photo .__left {
    padding-inline: 3rem;
  }
}
.c-number-list-photo .__left h1,
.c-number-list-photo .__left h2,
.c-number-list-photo .__left h3,
.c-number-list-photo .__left h4,
.c-number-list-photo .__left h5,
.c-number-list-photo .__left h6 {
  font-size: 5rem;
  line-height: 6.5rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media (max-width: 1900px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 4.8rem;
    line-height: 6.25rem;
  }
}
@media (max-width: 1750px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 4.6rem;
    line-height: 6rem;
  }
}
@media (max-width: 1600px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 4.4rem;
    line-height: 5.75rem;
  }
}
@media (max-width: 1450px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1300px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 4rem;
    line-height: 5.25rem;
  }
}
@media (max-width: 1150px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 3.6rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 850px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 700px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 3.2rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 550px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1200px) {
  .c-number-list-photo .__left h1,
  .c-number-list-photo .__left h2,
  .c-number-list-photo .__left h3,
  .c-number-list-photo .__left h4,
  .c-number-list-photo .__left h5,
  .c-number-list-photo .__left h6 {
    margin-bottom: 3rem;
  }
}
.c-number-list-photo .__left ul li,
.c-number-list-photo .__left ol li {
  font-size: 4rem;
  line-height: 5rem;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 1900px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 3.85rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 1750px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 3.7rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1600px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 3.55rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 1450px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media (max-width: 1300px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 1150px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 3.1rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 1000px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 2.95rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 850px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 700px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 2.65rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 550px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 400px) {
  .c-number-list-photo .__left ul li,
  .c-number-list-photo .__left ol li {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.c-number-list-photo .__left ul li::marker,
.c-number-list-photo .__left ol li::marker {
  color: white;
}
.c-number-list-photo .__left ul li:before,
.c-number-list-photo .__left ol li:before {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1rem;
  display: block;
  border-bottom: solid 1px #88929a;
  margin-bottom: 15px;
  max-width: 9rem;
  text-align: right;
}
.c-number-list-photo .__image {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1/12;
  position: relative;
  overflow: hidden;
  position: relative;
}
.c-number-list-photo .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
@media (max-width: 900px) {
  .c-number-list-photo .__image {
    max-width: 95%;
  }
}
.c-number-list-photo .__image img,
.c-number-list-photo .__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-text-card {
  color: var(--p2);
  position: relative;
}
.c-text-card .__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-text-card .__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-text-card .__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--s2);
  opacity: 0.9;
}
.c-text-card .__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1500px) {
  .c-text-card .__content {
    grid-column: second;
    -ms-grid-column-span: -2;
    grid-column-end: -2;
  }
}
@media (max-width: 1100px) {
  .c-text-card .__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .c-text-card .__content {
    max-width: unset;
    gap: 5rem;
  }
}
@media (max-width: 600px) {
  .c-text-card .__content {
    grid-column: 1/-1;
  }
}
.c-text-card .__text-content {
  max-width: 88rem;
}
@media (max-width: 600px) {
  .c-text-card .__text-content {
    padding-inline: 3rem;
  }
}
.c-text-card .__text-content h1,
.c-text-card .__text-content h2,
.c-text-card .__text-content h3,
.c-text-card .__text-content h4,
.c-text-card .__text-content h5,
.c-text-card .__text-content h6 {
  max-width: 56rem;
  font-weight: 500;
  font-size: 8.5rem;
  line-height: 9rem;
}
@media (max-width: 1900px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 8.15rem;
    line-height: 8.65rem;
  }
}
@media (max-width: 1750px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 7.8rem;
    line-height: 8.3rem;
  }
}
@media (max-width: 1600px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 7.45rem;
    line-height: 7.95rem;
  }
}
@media (max-width: 1450px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 7.1rem;
    line-height: 7.6rem;
  }
}
@media (max-width: 1300px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 6.75rem;
    line-height: 7.25rem;
  }
}
@media (max-width: 1150px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 6.4rem;
    line-height: 6.9rem;
  }
}
@media (max-width: 1000px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 6.05rem;
    line-height: 6.55rem;
  }
}
@media (max-width: 850px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 5.7rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 700px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 5.35rem;
    line-height: 5.85rem;
  }
}
@media (max-width: 550px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 400px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1100px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    max-width: 70%;
  }
}
@media (max-width: 700px) {
  .c-text-card .__text-content h1,
  .c-text-card .__text-content h2,
  .c-text-card .__text-content h3,
  .c-text-card .__text-content h4,
  .c-text-card .__text-content h5,
  .c-text-card .__text-content h6 {
    max-width: unset;
    margin-bottom: 2rem;
  }
}
.c-text-card .__text-content p {
  font-size: 2.6rem;
  line-height: 4rem;
}
@media (max-width: 1900px) {
  .c-text-card .__text-content p {
    font-size: 2.56rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-text-card .__text-content p {
    font-size: 2.52rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-text-card .__text-content p {
    font-size: 2.48rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-text-card .__text-content p {
    font-size: 2.44rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-text-card .__text-content p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-text-card .__text-content p {
    font-size: 2.36rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-text-card .__text-content p {
    font-size: 2.32rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-text-card .__text-content p {
    font-size: 2.28rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-text-card .__text-content p {
    font-size: 2.24rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-text-card .__text-content p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-text-card .__text-content p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-text-card .__text-content p.__link {
  margin-top: 5rem;
}
@media (max-width: 600px) {
  .c-text-card .__text-content p.__link {
    margin-top: 3rem;
  }
}
.c-text-card .__card {
  overflow: hidden;
  border-radius: 15px;
}
.c-text-card .__card .__image {
  width: 100%;
  position: relative;
}
.c-text-card .__card .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
.c-text-card .__card .__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-text-card .__card .__line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: rgba(var(--p2rgb), 0.5);
  margin-bottom: 1.5rem;
}
.c-text-card .__card .__text {
  padding: 5.5rem;
  background-color: var(--p1);
}
.c-text-card .__card .__text h1,
.c-text-card .__card .__text h2,
.c-text-card .__card .__text h3,
.c-text-card .__card .__text h4,
.c-text-card .__card .__text h5,
.c-text-card .__card .__text h6 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 3.85rem;
    line-height: 4.85rem;
  }
}
@media (max-width: 1750px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 3.7rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 1600px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 3.55rem;
    line-height: 4.55rem;
  }
}
@media (max-width: 1450px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1300px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 3.25rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 1150px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 3.1rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 1000px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 2.95rem;
    line-height: 3.95rem;
  }
}
@media (max-width: 850px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 700px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 2.65rem;
    line-height: 3.65rem;
  }
}
@media (max-width: 550px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 400px) {
  .c-text-card .__card .__text h1,
  .c-text-card .__card .__text h2,
  .c-text-card .__card .__text h3,
  .c-text-card .__card .__text h4,
  .c-text-card .__card .__text h5,
  .c-text-card .__card .__text h6 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.c-text-card .__card .__text p {
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media (max-width: 1900px) {
  .c-text-card .__card .__text p {
    font-size: 2.16rem;
    line-height: 3.38rem;
  }
}
@media (max-width: 1750px) {
  .c-text-card .__card .__text p {
    font-size: 2.12rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 1600px) {
  .c-text-card .__card .__text p {
    font-size: 2.08rem;
    line-height: 3.34rem;
  }
}
@media (max-width: 1450px) {
  .c-text-card .__card .__text p {
    font-size: 2.04rem;
    line-height: 3.32rem;
  }
}
@media (max-width: 1300px) {
  .c-text-card .__card .__text p {
    font-size: 2rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 1150px) {
  .c-text-card .__card .__text p {
    font-size: 1.96rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 1000px) {
  .c-text-card .__card .__text p {
    font-size: 1.92rem;
    line-height: 3.26rem;
  }
}
@media (max-width: 850px) {
  .c-text-card .__card .__text p {
    font-size: 1.88rem;
    line-height: 3.24rem;
  }
}
@media (max-width: 700px) {
  .c-text-card .__card .__text p {
    font-size: 1.84rem;
    line-height: 3.22rem;
  }
}
@media (max-width: 550px) {
  .c-text-card .__card .__text p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-text-card .__card .__text p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 500px) {
  .c-text-card .__card .__text {
    padding: 3rem;
  }
}

.c-contact-cta {
  color: var(--p2);
  position: relative;
}
@media (max-width: 550px) {
  .c-contact-cta {
    display: block;
  }
}
.c-contact-cta .__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-contact-cta .__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-contact-cta .__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--s2);
  opacity: 0.9;
}
.c-contact-cta .__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1800px) {
  .c-contact-cta .__content {
    gap: 8rem;
  }
}
@media (max-width: 1500px) {
  .c-contact-cta .__content {
    grid-column: second;
    -ms-grid-column-span: -2;
    grid-column-end: -2;
  }
}
@media (max-width: 950px) {
  .c-contact-cta .__content {
    gap: 4rem;
  }
}
@media (max-width: 800px) {
  .c-contact-cta .__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .c-contact-cta .__content {
    max-width: unset;
  }
}
@media (max-width: 550px) {
  .c-contact-cta .__content {
    grid-column: 1/-1;
  }
}
.c-contact-cta .__right-content {
  max-width: 88rem;
}
@media (max-width: 550px) {
  .c-contact-cta .__right-content {
    padding-inline: unset;
  }
}
.c-contact-cta .__right-content h1,
.c-contact-cta .__right-content h2,
.c-contact-cta .__right-content h3,
.c-contact-cta .__right-content h4,
.c-contact-cta .__right-content h5,
.c-contact-cta .__right-content h6 {
  max-width: 56rem;
  font-weight: 500;
  font-size: 5rem;
  line-height: 6.5rem;
}
@media (max-width: 1900px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.88rem;
    line-height: 6.25rem;
  }
}
@media (max-width: 1750px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.76rem;
    line-height: 6rem;
  }
}
@media (max-width: 1600px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.64rem;
    line-height: 5.75rem;
  }
}
@media (max-width: 1450px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.52rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1300px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.4rem;
    line-height: 5.25rem;
  }
}
@media (max-width: 1150px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.28rem;
    line-height: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.16rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 850px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 4.04rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 700px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 3.92rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 550px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 1100px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    max-width: 70%;
  }
}
@media (max-width: 1000px) {
  .c-contact-cta .__right-content h1,
  .c-contact-cta .__right-content h2,
  .c-contact-cta .__right-content h3,
  .c-contact-cta .__right-content h4,
  .c-contact-cta .__right-content h5,
  .c-contact-cta .__right-content h6 {
    max-width: unset;
  }
}
.c-contact-cta .__right-content p {
  font-size: 2.6rem;
  line-height: 4rem;
}
@media (max-width: 1900px) {
  .c-contact-cta .__right-content p {
    font-size: 2.56rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-contact-cta .__right-content p {
    font-size: 2.52rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-contact-cta .__right-content p {
    font-size: 2.48rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-contact-cta .__right-content p {
    font-size: 2.44rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-contact-cta .__right-content p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-contact-cta .__right-content p {
    font-size: 2.36rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-contact-cta .__right-content p {
    font-size: 2.32rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-contact-cta .__right-content p {
    font-size: 2.28rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-contact-cta .__right-content p {
    font-size: 2.24rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-contact-cta .__right-content p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-contact-cta .__right-content p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-contact-cta .__right-content p.__super {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.c-contact-cta .__right-content .__links {
  margin-top: 3.5rem;
}
@media (max-width: 400px) {
  .c-contact-cta .__right-content .__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-contact-cta .__left-content {
  padding: 8.5rem;
  background-color: var(--p1);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.8rem;
  width: 100%;
  max-width: 80rem;
}
@media (max-width: 1700px) {
  .c-contact-cta .__left-content {
    padding-inline: 5rem;
    max-width: 65rem;
  }
}
@media (max-width: 1200px) {
  .c-contact-cta .__left-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 40rem;
    gap: 5rem;
  }
}
@media (max-width: 950px) {
  .c-contact-cta .__left-content {
    max-width: 31rem;
  }
}
@media (max-width: 800px) {
  .c-contact-cta .__left-content {
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 550px) {
  .c-contact-cta .__left-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 4rem;
  }
}
.c-contact-cta .__left-content .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.c-contact-cta .__left-content .__item a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.c-contact-cta .__left-content .__item a:hover, .c-contact-cta .__left-content .__item a:focus {
  color: var(--s1);
}
.c-contact-cta .__left-content p {
  font-weight: 400;
}
.c-contact-cta .__left-content .__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.c-contact-cta .__left-content .__title span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--p2);
  margin-block: 1rem;
}
@media (max-width: 600px) {
  .c-contact-cta .__left-content .__title {
    font-size: 15px;
  }
}

.c-map {
  background-color: var(--p1);
  color: var(--p2);
  position: relative;
  overflow: hidden;
}
.c-map .__container {
  min-height: 90rem;
  position: relative;
}
@media (max-width: 1400px) {
  .c-map .__container {
    min-height: 70rem;
  }
}
@media (max-width: 1200px) {
  .c-map .__container {
    min-height: 60rem;
  }
}
@media (max-width: 1000px) {
  .c-map .__container {
    min-height: 50rem;
  }
}
@media (max-width: 900px) {
  .c-map .__container {
    row-gap: 5rem;
    min-height: unset;
  }
}
.c-map .__map,
.c-map .__logo {
  position: absolute;
  top: 0;
  right: -3%;
  width: 60%;
  height: 100%;
  z-index: 0;
}
.c-map .__map img,
.c-map .__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .c-map .__map {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    height: unset;
    grid-column: 1/-1;
    width: 110%;
    padding-left: 1rem;
  }
}
.c-map .__logo {
  width: 95%;
  top: 0;
  height: unset;
  right: unset;
  left: 2.5%;
}
@media (max-width: 600px) {
  .c-map .__logo {
    width: 100%;
    left: unset;
  }
}
.c-map .__markers {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-map .__markers .__marker {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: rgba(217, 217, 217, 0.75);
  text-transform: uppercase;
}
.c-map .__markers .__marker p {
  font-size: 16px;
}
@media (max-width: 1600px) {
  .c-map .__markers .__marker p {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .c-map .__markers .__marker p {
    font-size: 10px;
  }
}
.c-map .__markers .__marker.-rockies {
  --animDelay: 0;
  top: 25%;
  left: 19%;
}
@media (max-width: 1600px) {
  .c-map .__markers .__marker.-rockies {
    top: 27%;
  }
}
@media (max-width: 1100px) {
  .c-map .__markers .__marker.-rockies {
    top: 23%;
  }
}
@media (max-width: 900px) {
  .c-map .__markers .__marker.-rockies {
    top: 13%;
    left: 20%;
  }
}
@media (max-width: 700px) {
  .c-map .__markers .__marker.-rockies {
    top: 19%;
  }
}
@media (max-width: 600px) {
  .c-map .__markers .__marker.-rockies {
    left: 22%;
  }
}
.c-map .__markers .__marker.-texas {
  --animDelay: 0.5s;
  top: 58%;
  left: 42%;
}
@media (max-width: 1600px) {
  .c-map .__markers .__marker.-texas {
    top: 54%;
  }
}
@media (max-width: 1100px) {
  .c-map .__markers .__marker.-texas {
    top: 51%;
  }
}
@media (max-width: 900px) {
  .c-map .__markers .__marker.-texas {
    top: 59%;
    left: 42%;
  }
}
@media (max-width: 700px) {
  .c-map .__markers .__marker.-texas {
    top: 62%;
  }
}
.c-map .__markers .__marker.-louisiana {
  --animDelay: 1s;
  top: 57%;
  left: 54%;
}
@media (max-width: 1300px) {
  .c-map .__markers .__marker.-louisiana {
    top: 49%;
  }
}
@media (max-width: 900px) {
  .c-map .__markers .__marker.-louisiana {
    top: 57%;
    left: 55%;
  }
}
@media (max-width: 700px) {
  .c-map .__markers .__marker.-louisiana {
    top: 60%;
    left: 53%;
  }
}
@media (max-width: 450px) {
  .c-map .__markers .__marker.-louisiana {
    top: 53%;
  }
}
.c-map .__markers .__marker.-oklahoma {
  --animDelay: 0.2s;
  top: 45%;
  left: 44%;
}
.c-map .__markers .__marker.-newMexico {
  --animDelay: 0.35s;
  top: 47%;
  left: 27%;
}
@media (max-width: 1200px) {
  .c-map .__markers .__marker.-newMexico {
    top: 39%;
  }
}
@media (max-width: 600px) {
  .c-map .__markers .__marker.-newMexico {
    top: 49%;
  }
}
.c-map .__markers .__marker.-pennsylvania {
  --animDelay: 0.35s;
  top: 25%;
  left: 78%;
}
@media (max-width: 1400px) {
  .c-map .__markers .__marker.-pennsylvania {
    top: 20%;
  }
}
@media (max-width: 1000px) {
  .c-map .__markers .__marker.-pennsylvania {
    top: 15%;
    left: 74%;
  }
}
@media (max-width: 800px) {
  .c-map .__markers .__marker.-pennsylvania {
    top: 10%;
  }
}
@media (max-width: 700px) {
  .c-map .__markers .__marker.-pennsylvania {
    top: 20%;
    left: 77%;
  }
}
@media (max-width: 600px) {
  .c-map .__markers .__marker.-pennsylvania {
    top: 10%;
  }
}
@media (max-width: 550px) {
  .c-map .__markers .__marker.-pennsylvania {
    top: 3%;
    left: 74%;
  }
  .c-map .__markers .__marker.-pennsylvania .__line {
    height: 6rem !important;
  }
}
@media (max-width: 450px) {
  .c-map .__markers .__marker.-pennsylvania {
    left: 72%;
    top: 1%;
  }
}
@media (max-width: 400px) {
  .c-map .__markers .__marker.-pennsylvania {
    top: -6%;
  }
}
.c-map .__markers .__marker.-ohio {
  --animDelay: 0.2s;
  top: 30%;
  left: 73%;
}
@media (max-width: 1400px) {
  .c-map .__markers .__marker.-ohio {
    top: 25%;
  }
}
@media (max-width: 1000px) {
  .c-map .__markers .__marker.-ohio {
    top: 20%;
  }
}
@media (max-width: 800px) {
  .c-map .__markers .__marker.-ohio {
    top: 15%;
  }
}
@media (max-width: 700px) {
  .c-map .__markers .__marker.-ohio {
    top: 25%;
  }
}
@media (max-width: 600px) {
  .c-map .__markers .__marker.-ohio {
    top: 15%;
  }
}
.c-map .__markers .__marker .__line {
  display: block;
  height: 7rem;
  width: 1px;
  background-color: rgba(217, 217, 217, 0.75);
}
@media (max-width: 700px) {
  .c-map .__markers .__marker .__line {
    height: 3rem;
  }
}
.c-map .__markers .__marker .__waypoint {
  position: relative;
}
.c-map .__markers .__marker .__waypoint span {
  --baseWidth: 20px;
  --medWidth: 40px;
  --largeWidth: 65px;
  --spanOpacity: 1;
  display: block;
  width: var(--baseWidth);
  height: var(--baseWidth);
  border-radius: 100%;
  background-color: var(--p2);
  -webkit-animation-delay: var(--animDelay);
          animation-delay: var(--animDelay);
}
.c-map .__markers .__marker .__waypoint span:nth-child(2) {
  --spanOpacity: 0.3;
  width: var(--medWidth);
  height: var(--medWidth);
  opacity: var(--spanOpacity);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-map .__markers .__marker .__waypoint span:nth-child(3) {
  --spanOpacity: 0.2;
  width: var(--largeWidth);
  height: var(--largeWidth);
  opacity: var(--spanOpacity);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .c-map .__markers .__marker .__waypoint span {
    --baseWidth: 15px;
    --medWidth: 30px;
    --largeWidth: 50px;
  }
}
@media (max-width: 600px) {
  .c-map .__markers .__marker .__waypoint span {
    --baseWidth: 11px;
    --medWidth: 28px;
    --largeWidth: 38px;
  }
}
@media (max-width: 450px) {
  .c-map .__markers .__marker .__waypoint span {
    --baseWidth: 6px;
    --medWidth: 15px;
    --largeWidth: 23px;
  }
}
.c-map .__text-content {
  margin-top: 10rem;
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  grid-column: 3/11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .c-map .__text-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 13;
    grid-column: 3/16;
  }
}
@media (max-width: 700px) {
  .c-map .__text-content {
    margin-top: 6rem;
  }
}
@media (max-width: 500px) {
  .c-map .__text-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 21;
    grid-column: 2/23;
    margin-top: 4rem;
  }
}
.c-map .__text-content h2 {
  font-size: 5rem;
  line-height: 6.5rem;
}
@media (max-width: 1900px) {
  .c-map .__text-content h2 {
    font-size: 4.8rem;
    line-height: 6.25rem;
  }
}
@media (max-width: 1750px) {
  .c-map .__text-content h2 {
    font-size: 4.6rem;
    line-height: 6rem;
  }
}
@media (max-width: 1600px) {
  .c-map .__text-content h2 {
    font-size: 4.4rem;
    line-height: 5.75rem;
  }
}
@media (max-width: 1450px) {
  .c-map .__text-content h2 {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1300px) {
  .c-map .__text-content h2 {
    font-size: 4rem;
    line-height: 5.25rem;
  }
}
@media (max-width: 1150px) {
  .c-map .__text-content h2 {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-map .__text-content h2 {
    font-size: 3.6rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 850px) {
  .c-map .__text-content h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 700px) {
  .c-map .__text-content h2 {
    font-size: 3.2rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 550px) {
  .c-map .__text-content h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  .c-map .__text-content h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.c-map .__text-content .__link {
  margin-top: 5rem;
}

@-webkit-keyframes span1 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  64% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes span1 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  64% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes span2 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  32% {
    opacity: var(--spanOpacity);
  }
  64% {
    opacity: var(--spanOpacity);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes span2 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  32% {
    opacity: var(--spanOpacity);
  }
  64% {
    opacity: var(--spanOpacity);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes span3 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  64% {
    opacity: var(--spanOpacity);
  }
  80% {
    opacity: var(--spanOpacity);
  }
  100% {
    opacity: 0;
  }
}
@keyframes span3 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  64% {
    opacity: var(--spanOpacity);
  }
  80% {
    opacity: var(--spanOpacity);
  }
  100% {
    opacity: 0;
  }
}
.__waypoint span:nth-child(1) {
  -webkit-animation: span1 3s linear infinite;
          animation: span1 3s linear infinite;
}

.__waypoint span:nth-child(2) {
  -webkit-animation: span2 3s linear infinite;
          animation: span2 3s linear infinite;
}

.__waypoint span:nth-child(3) {
  -webkit-animation: span3 3s linear infinite;
          animation: span3 3s linear infinite;
}

.c-contact-form {
  background-color: var(--p1);
  color: var(--p2);
  overflow: hidden;
}
.c-contact-form .__wrapper {
  overflow: hidden;
  grid-column: 1/-1;
}
.c-contact-form .__super {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  padding-bottom: 1rem;
  text-align: right;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.c-contact-form .__super .__line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: var(--p2);
  margin-block: 1rem 5rem;
}
@media (max-width: 800px) {
  .c-contact-form .__super {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/10;
  }
}
@media (max-width: 500px) {
  .c-contact-form .__super {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
  }
}
.c-contact-form .__content {
  -ms-grid-row: 2;
  grid-row: 2;
  grid-column: 1/-3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1500px) {
  .c-contact-form .__content {
    grid-column: 1/-2;
    gap: 6rem;
  }
}
@media (max-width: 1500px) {
  .c-contact-form .__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1100px) {
  .c-contact-form .__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.c-contact-form .__left {
  max-width: 96rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-contact-form .u-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 61.8rem;
  margin-top: 5rem;
}
@media (max-width: 1100px) {
  .c-contact-form .u-form {
    padding-inline: 3rem;
    margin-inline: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .c-contact-form .u-form {
    padding-inline: 2rem;
  }
}
.c-contact-form h1 {
  font-size: 12rem;
  line-height: 12rem;
  padding-right: 8rem;
  padding-left: 4rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
}
@media (max-width: 1900px) {
  .c-contact-form h1 {
    font-size: 11.35rem;
    line-height: 11.4rem;
  }
}
@media (max-width: 1750px) {
  .c-contact-form h1 {
    font-size: 10.7rem;
    line-height: 10.8rem;
  }
}
@media (max-width: 1600px) {
  .c-contact-form h1 {
    font-size: 10.05rem;
    line-height: 10.2rem;
  }
}
@media (max-width: 1450px) {
  .c-contact-form h1 {
    font-size: 9.4rem;
    line-height: 9.6rem;
  }
}
@media (max-width: 1300px) {
  .c-contact-form h1 {
    font-size: 8.75rem;
    line-height: 9rem;
  }
}
@media (max-width: 1150px) {
  .c-contact-form h1 {
    font-size: 8.1rem;
    line-height: 8.4rem;
  }
}
@media (max-width: 1000px) {
  .c-contact-form h1 {
    font-size: 7.45rem;
    line-height: 7.8rem;
  }
}
@media (max-width: 850px) {
  .c-contact-form h1 {
    font-size: 6.8rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 700px) {
  .c-contact-form h1 {
    font-size: 6.15rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 550px) {
  .c-contact-form h1 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 400px) {
  .c-contact-form h1 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1350px) {
  .c-contact-form h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-contact-form .__image {
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 70%;
  position: relative;
  position: relative;
}
.c-contact-form .__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--s2a);
  z-index: 1;
}
.c-contact-form .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-job-listings {
  background-color: var(--p1);
  color: var(--p2);
}
.c-job-listings .__logo {
  width: 100%;
  position: absolute;
  top: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 176rem;
  padding-inline: 3rem;
}
.c-job-listings .__content {
  overflow: hidden;
}
@media (max-width: 600px) {
  .c-job-listings .__content {
    grid-column: 1/-1;
  }
}
.c-job-listings .__title {
  margin-bottom: 13rem;
  padding-top: 14rem;
  position: relative;
  z-index: 1;
}
.c-job-listings .__title h2 {
  font-size: 8.5rem;
  line-height: 8.5rem;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 1900px) {
  .c-job-listings .__title h2 {
    font-size: 8.15rem;
    line-height: 8.15rem;
  }
}
@media (max-width: 1750px) {
  .c-job-listings .__title h2 {
    font-size: 7.8rem;
    line-height: 7.8rem;
  }
}
@media (max-width: 1600px) {
  .c-job-listings .__title h2 {
    font-size: 7.45rem;
    line-height: 7.45rem;
  }
}
@media (max-width: 1450px) {
  .c-job-listings .__title h2 {
    font-size: 7.1rem;
    line-height: 7.1rem;
  }
}
@media (max-width: 1300px) {
  .c-job-listings .__title h2 {
    font-size: 6.75rem;
    line-height: 6.75rem;
  }
}
@media (max-width: 1150px) {
  .c-job-listings .__title h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__title h2 {
    font-size: 6.05rem;
    line-height: 6.05rem;
  }
}
@media (max-width: 850px) {
  .c-job-listings .__title h2 {
    font-size: 5.7rem;
    line-height: 5.7rem;
  }
}
@media (max-width: 700px) {
  .c-job-listings .__title h2 {
    font-size: 5.35rem;
    line-height: 5.35rem;
  }
}
@media (max-width: 550px) {
  .c-job-listings .__title h2 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 400px) {
  .c-job-listings .__title h2 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__title {
    margin-bottom: 8rem;
  }
}
@media (max-width: 600px) {
  .c-job-listings .__title {
    padding-inline: 2rem;
  }
}
@media (max-width: 600px) {
  .c-job-listings .__jobs {
    padding-inline: 2rem;
  }
}
@media (max-width: 600px) {
  .c-job-listings .__job .__button {
    padding-inline: 2rem;
  }
}
.c-job-listings button {
  --fillColor: var(--p1);
  --backgroundcolor: var(--p2);
  font-size: 5rem;
  line-height: 6.5rem;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px var(--p2Underline);
  outline: none;
  color: var(--p2);
  text-transform: capitalize;
  padding-block: 3rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1900px) {
  .c-job-listings button {
    font-size: 4.8rem;
    line-height: 6.25rem;
  }
}
@media (max-width: 1750px) {
  .c-job-listings button {
    font-size: 4.6rem;
    line-height: 6rem;
  }
}
@media (max-width: 1600px) {
  .c-job-listings button {
    font-size: 4.4rem;
    line-height: 5.75rem;
  }
}
@media (max-width: 1450px) {
  .c-job-listings button {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1300px) {
  .c-job-listings button {
    font-size: 4rem;
    line-height: 5.25rem;
  }
}
@media (max-width: 1150px) {
  .c-job-listings button {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings button {
    font-size: 3.6rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 850px) {
  .c-job-listings button {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 700px) {
  .c-job-listings button {
    font-size: 3.2rem;
    line-height: 4.25rem;
  }
}
@media (max-width: 550px) {
  .c-job-listings button {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  .c-job-listings button {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings button {
    padding-bottom: 2rem;
  }
}
.c-job-listings button .__title-text {
  padding-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-job-listings button .__arrow {
  width: 4.3rem;
  height: 4.3rem;
  background-color: var(--backgroundcolor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
@media (max-width: 600px) {
  .c-job-listings button .__arrow {
    margin-left: 1rem;
  }
}
.c-job-listings button .__arrow svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 2rem;
  width: 2rem;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.c-job-listings button .__arrow svg path {
  -webkit-transition: fill ease 0.3s;
  transition: fill ease 0.3s;
  fill: var(--fillColor);
}
.c-job-listings button .__arrow svg line {
  -webkit-transition: stroke ease 0.3s;
  transition: stroke ease 0.3s;
  stroke: var(--fillColor);
}
.c-job-listings button[aria-expanded=true] {
  --fillColor: var(--p2);
  --backgroundcolor: var(--s1);
  border-bottom: none;
}
.c-job-listings button[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
}
.c-job-listings button:hover, .c-job-listings button:focus {
  --fillColor: var(--p2);
  --backgroundcolor: var(--s1);
}
.c-job-listings .__description {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows ease 0.3s;
  transition: grid-template-rows ease 0.3s;
  transition: grid-template-rows ease 0.3s, -ms-grid-rows ease 0.3s;
}
.c-job-listings .__description[aria-hidden=false], .c-job-listings .__description.no-js {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.c-job-listings .__description .__wrapper {
  overflow: hidden;
}
.c-job-listings .__description .__wrapper .__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
}
@media (max-width: 1000px) {
  .c-job-listings .__description .__wrapper .__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-job-listings .__description .__wrapper h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 1900px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.92rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.84rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.76rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.68rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.52rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.44rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.36rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.28rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-job-listings .__description .__wrapper h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.c-job-listings .__description .__wrapper h4 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.36rem;
    line-height: 2.36rem;
  }
}
@media (max-width: 1750px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.32rem;
    line-height: 2.32rem;
  }
}
@media (max-width: 1600px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.28rem;
    line-height: 2.28rem;
  }
}
@media (max-width: 1450px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.24rem;
    line-height: 2.24rem;
  }
}
@media (max-width: 1300px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 1150px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.16rem;
    line-height: 2.16rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.12rem;
    line-height: 2.12rem;
  }
}
@media (max-width: 850px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.08rem;
    line-height: 2.08rem;
  }
}
@media (max-width: 700px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2.04rem;
    line-height: 2.04rem;
  }
}
@media (max-width: 550px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 400px) {
  .c-job-listings .__description .__wrapper h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.c-job-listings .__description .__wrapper h4.__list-header {
  border-bottom: solid 1px var(--p2Underline);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.c-job-listings .__description .__wrapper p,
.c-job-listings .__description .__wrapper ul {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media (max-width: 1900px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 2.16rem;
    line-height: 3.38rem;
  }
}
@media (max-width: 1750px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 2.12rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 1600px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 2.08rem;
    line-height: 3.34rem;
  }
}
@media (max-width: 1450px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 2.04rem;
    line-height: 3.32rem;
  }
}
@media (max-width: 1300px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 2rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 1150px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 1.96rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 1.92rem;
    line-height: 3.26rem;
  }
}
@media (max-width: 850px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 1.88rem;
    line-height: 3.24rem;
  }
}
@media (max-width: 700px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 1.84rem;
    line-height: 3.22rem;
  }
}
@media (max-width: 550px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-job-listings .__description .__wrapper p,
  .c-job-listings .__description .__wrapper ul {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.c-job-listings .__description .__wrapper .__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 89rem;
}
@media (max-width: 600px) {
  .c-job-listings .__description .__wrapper .__left {
    padding-inline: 2rem;
  }
}
.c-job-listings .__description .__wrapper .__left ul {
  padding-left: 2rem;
}
.c-job-listings .__description .__wrapper .__left li {
  margin-bottom: 1rem;
}
.c-job-listings .__description .__wrapper .__left .__wysg a {
  font-weight: 700;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.c-job-listings .__description .__wrapper .__left .__wysg a:hover, .c-job-listings .__description .__wrapper .__left .__wysg a:focus {
  color: var(--s1);
}
.c-job-listings .__description .__wrapper .__right {
  background-color: var(--s2);
  padding: 7rem;
  border-radius: 15px;
  max-width: 52.8rem;
  width: 100%;
}
.c-job-listings .__description .__wrapper .__right .__disclaimer {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1900px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.78rem;
    line-height: 2.36rem;
  }
}
@media (max-width: 1750px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.76rem;
    line-height: 2.32rem;
  }
}
@media (max-width: 1600px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.74rem;
    line-height: 2.28rem;
  }
}
@media (max-width: 1450px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.72rem;
    line-height: 2.24rem;
  }
}
@media (max-width: 1300px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 1150px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.68rem;
    line-height: 2.16rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.66rem;
    line-height: 2.12rem;
  }
}
@media (max-width: 850px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.64rem;
    line-height: 2.08rem;
  }
}
@media (max-width: 700px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.62rem;
    line-height: 2.04rem;
  }
}
@media (max-width: 550px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 400px) {
  .c-job-listings .__description .__wrapper .__right .__disclaimer {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 1400px) {
  .c-job-listings .__description .__wrapper .__right {
    max-width: 35.8rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__description .__wrapper .__right {
    max-width: unset;
  }
}
@media (max-width: 600px) {
  .c-job-listings .__description .__wrapper .__right {
    padding: 4rem;
  }
}
.c-job-listings .__description .__wrapper .__right ul {
  margin-bottom: 5rem;
}
.c-job-listings .__description .__wrapper .__right ul:last-child {
  margin-bottom: 0;
}
.c-job-listings .__description .__wrapper .__right ul li {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
@media (max-width: 1900px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 2.16rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1750px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 2.12rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1600px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 2.08rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1450px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 2.04rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1300px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1150px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 1.96rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1000px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 1.92rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 850px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 1.88rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 700px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 1.84rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 550px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-job-listings .__description .__wrapper .__right ul li {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.c-apply h2 {
  font-size: 8.5rem;
  line-height: 8.5rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-apply h2 {
    font-size: 7.97rem;
    line-height: 7.97rem;
  }
}
@media (max-width: 1750px) {
  .c-apply h2 {
    font-size: 7.44rem;
    line-height: 7.44rem;
  }
}
@media (max-width: 1600px) {
  .c-apply h2 {
    font-size: 6.91rem;
    line-height: 6.91rem;
  }
}
@media (max-width: 1450px) {
  .c-apply h2 {
    font-size: 6.38rem;
    line-height: 6.38rem;
  }
}
@media (max-width: 1300px) {
  .c-apply h2 {
    font-size: 5.85rem;
    line-height: 5.85rem;
  }
}
@media (max-width: 1150px) {
  .c-apply h2 {
    font-size: 5.32rem;
    line-height: 5.32rem;
  }
}
@media (max-width: 1000px) {
  .c-apply h2 {
    font-size: 4.79rem;
    line-height: 4.79rem;
  }
}
@media (max-width: 850px) {
  .c-apply h2 {
    font-size: 4.26rem;
    line-height: 4.26rem;
  }
}
@media (max-width: 700px) {
  .c-apply h2 {
    font-size: 3.73rem;
    line-height: 3.73rem;
  }
}
@media (max-width: 550px) {
  .c-apply h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-apply h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.c-apply h1,
.c-apply h2,
.c-apply h3,
.c-apply h4,
.c-apply h5,
.c-apply h6 {
  margin-bottom: 3rem;
}
.c-apply .__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .c-apply .__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5rem;
  }
}
.c-apply .__content .__left {
  width: 100%;
  max-width: 80rem;
}
.c-apply .__content .__right {
  max-width: 70rem;
  width: 100%;
}
.c-apply .__content .__right p {
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media (max-width: 1900px) {
  .c-apply .__content .__right p {
    font-size: 2.16rem;
    line-height: 3.38rem;
  }
}
@media (max-width: 1750px) {
  .c-apply .__content .__right p {
    font-size: 2.12rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 1600px) {
  .c-apply .__content .__right p {
    font-size: 2.08rem;
    line-height: 3.34rem;
  }
}
@media (max-width: 1450px) {
  .c-apply .__content .__right p {
    font-size: 2.04rem;
    line-height: 3.32rem;
  }
}
@media (max-width: 1300px) {
  .c-apply .__content .__right p {
    font-size: 2rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 1150px) {
  .c-apply .__content .__right p {
    font-size: 1.96rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 1000px) {
  .c-apply .__content .__right p {
    font-size: 1.92rem;
    line-height: 3.26rem;
  }
}
@media (max-width: 850px) {
  .c-apply .__content .__right p {
    font-size: 1.88rem;
    line-height: 3.24rem;
  }
}
@media (max-width: 700px) {
  .c-apply .__content .__right p {
    font-size: 1.84rem;
    line-height: 3.22rem;
  }
}
@media (max-width: 550px) {
  .c-apply .__content .__right p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-apply .__content .__right p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.c-apply .form-all .ul:first-child {
  margin-top: 3rem;
}

.c-404 {
  height: 100dvh;
  max-height: 108rem;
  padding-bottom: 25rem;
}
@media (max-width: 800px) {
  .c-404 {
    padding-bottom: 20rem;
  }
}
@media (max-width: 1000px) {
  .c-404 {
    max-height: unset;
    height: unset;
  }
}
.c-404 .__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-404 .__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--s4);
  opacity: 0.4;
}
.c-404 .__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-404 .__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  color: var(--p6);
  position: relative;
}
@media (max-width: 900px) {
  .c-404 .__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.c-404 .__content .__link {
  margin-top: 5rem;
}
.c-404 h1,
.c-404 h2,
.c-404 h3,
.c-404 h4,
.c-404 h5,
.c-404 h6 {
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 500;
}
@media (max-width: 1900px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 11.35rem;
    line-height: 11.4rem;
  }
}
@media (max-width: 1750px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 10.7rem;
    line-height: 10.8rem;
  }
}
@media (max-width: 1600px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 10.05rem;
    line-height: 10.2rem;
  }
}
@media (max-width: 1450px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 9.4rem;
    line-height: 9.6rem;
  }
}
@media (max-width: 1300px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 8.75rem;
    line-height: 9rem;
  }
}
@media (max-width: 1150px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 8.1rem;
    line-height: 8.4rem;
  }
}
@media (max-width: 1000px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 7.45rem;
    line-height: 7.8rem;
  }
}
@media (max-width: 850px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 6.8rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 700px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 6.15rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 550px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 400px) {
  .c-404 h1,
  .c-404 h2,
  .c-404 h3,
  .c-404 h4,
  .c-404 h5,
  .c-404 h6 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
.c-404 p {
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 400;
}
@media (max-width: 1900px) {
  .c-404 p {
    font-size: 2.56rem;
    line-height: 3.92rem;
  }
}
@media (max-width: 1750px) {
  .c-404 p {
    font-size: 2.52rem;
    line-height: 3.84rem;
  }
}
@media (max-width: 1600px) {
  .c-404 p {
    font-size: 2.48rem;
    line-height: 3.76rem;
  }
}
@media (max-width: 1450px) {
  .c-404 p {
    font-size: 2.44rem;
    line-height: 3.68rem;
  }
}
@media (max-width: 1300px) {
  .c-404 p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1150px) {
  .c-404 p {
    font-size: 2.36rem;
    line-height: 3.52rem;
  }
}
@media (max-width: 1000px) {
  .c-404 p {
    font-size: 2.32rem;
    line-height: 3.44rem;
  }
}
@media (max-width: 850px) {
  .c-404 p {
    font-size: 2.28rem;
    line-height: 3.36rem;
  }
}
@media (max-width: 700px) {
  .c-404 p {
    font-size: 2.24rem;
    line-height: 3.28rem;
  }
}
@media (max-width: 550px) {
  .c-404 p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 400px) {
  .c-404 p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.p-privacy-policy {
  background-color: var(--p2);
}
.p-privacy-policy section.u-block-wys {
  color: black;
}
.p-privacy-policy section.u-block-wys .content {
  max-width: 87rem;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .p-homepage .c-overline-text-image .__overline {
    max-width: 33rem;
  }
}