/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  line-height: inherit;
}

:root {
  --container-width: calc(100% - var(--gutter) * 2);
  --gutter: 15px;
  --font-family-primary: "aktiv-grotesk", sans-serif;
  --font-family-alt: "Noe Display", sans-serif;
  --td-s: 0.2s;
  --td-m: 0.6s;
  --td-l: 1s;
  --td-xl: 1.4s;
  --neutral-10: #ffffff;
  --neutral-9: #030101;
  --neutral-8: #e6e6e6;
  --neutral-7: #d9d9d9;
  --neutral-6: #cccccc;
  --neutral-5: #b2b2b2;
  --neutral-4: #999999;
  --neutral-3: #666666;
  --neutral-2: #4d4d4d;
  --neutral-1: #333333;
  --neutral-0: #000000;
  --black: var(--neutral-0);
  --white: var(--neutral-10);
  --grey-brick: #ebede8;
  --light-beach: #e3d4c2;
  --warm-brick: #b28261;
  --natural-marble: #d1c4a6;
  --light-green: #8f8f7d;
  --forest-green: #384032;
  --orange: #ff691a;
  --deep-charcoal: #1c1717;
  --text-primary: var(--black);
  --text-receding: var(--neutral-3);
  --text-light: var(--neutral-8);
  --text-size-5xl: 60px;
  --text-size-4xl: 50px;
  --text-size-3xl: 22px;
  --text-size-2xl: 20px;
  --text-size-xl: 18px;
  --text-size-l: 16px;
  --text-size-m: 14px;
  --text-size-s: 12px;
  --text-size-xs: 9px;
  --spacing-3xl: 100px;
  --spacing-2xl: 60px;
  --spacing-xl: 25px;
  --spacing-l: 20px;
  --spacing-m: 15px;
  --spacing-s: 10px;
  --spacing-xs: 5px;
  --spacing-2xs: 2px;
  --border-radius-round: 50%;
  --border-radius-l: 20px;
  --border-radius-m: 10px;
  --border-radius-s: 5px;
  --border-radius-xs: 3px;
}
@media (min-width: 768px) {
  :root {
    --container-width: calc(720px - var(--gutter) * 2);
    --text-size-5xl: clamp(60px, calc((100 / 1140) * var(--container-width)), 100px);
    --text-size-4xl: clamp(50px, calc((80 / 1140) * var(--container-width)), 80px);
    --text-size-3xl: clamp(22px, calc((34 / 1140) * var(--container-width)), 34px);
    --text-size-2xl: clamp(20px, calc((27 / 1140) * var(--container-width)), 27px);
    --text-size-xl: clamp(18px, calc((22 / 1140) * var(--container-width)), 22px);
    --text-size-l: clamp(16px, calc((18 / 1140) * var(--container-width)), 18px);
    --text-size-m: clamp(14px, calc((14 / 1140) * var(--container-width)), 14px);
    --spacing-3xl: clamp(100px, calc((150 / 1140) * var(--container-width)), 150px);
    --spacing-2xl: clamp(60px, calc((80 / 1140) * var(--container-width)), 80px);
    --spacing-xl: clamp(25px, calc((50 / 1140) * var(--container-width)), 50px);
    --spacing-l: clamp(20px, calc((30 / 1140) * var(--container-width)), 30px);
    --spacing-m: clamp(15px, calc((20 / 1140) * var(--container-width)), 20px);
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: calc(960px - var(--gutter) * 2);
  }
}
@media (min-width: 1300px) {
  :root {
    --container-width: calc(1170px - var(--gutter) * 2);
  }
}

@font-face {
  font-family: "Noe Display";
  src: url("../../fonts/NoeDisplay-Regular.woff2") format("woff2"), url("../../fonts/NoeDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("../../fonts/NoeDisplay-Medium.woff2") format("woff2"), url("../../fonts/NoeDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("../../fonts/NoeDisplay-Bold.woff2") format("woff2"), url("../../fonts/NoeDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.heading, .heading-4xl, .heading-5xl {
  font-family: var(--font-family-alt);
  font-weight: 700;
  line-height: 1;
  text-wrap: balance;
}

.heading-5xl {
  font-size: var(--text-size-5xl);
}
@media (min-width: 768px) {
  .heading-5xl {
    line-height: 0.8;
  }
}

.heading-4xl {
  font-size: var(--text-size-4xl);
  line-height: 1;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-inline: var(--gutter);
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}

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

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: var(--font-family-primary);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: var(--text-primary);
  font-size: var(--text-size-l);
  text-wrap: pretty;
  line-height: 1.33;
}
body ::-moz-selection {
  background-color: var(--black);
  color: var(--white);
}
body ::selection {
  background-color: var(--black);
  color: var(--white);
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p:not(:first-child) {
  margin-top: 1em;
}

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

.media-wrapper {
  position: relative;
  overflow: hidden;
}
.media-wrapper img,
.media-wrapper video,
.media-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-color: var(--black);
  color: var(--white);
  padding-block: 40px;
}
@media (min-width: 768px) {
  footer {
    padding-block: clamp(40px, 4.5vw, 80px);
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 4/3) {
  footer {
    min-height: 100svh;
    display: flex;
  }
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  footer .footer-inner {
    gap: clamp(60px, 80 / 1140 * var(--container-width), 80px);
    height: 100%;
  }
}
footer .footer-agents-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  footer .footer-agents-section {
    gap: clamp(40px, 80 / 1140 * var(--container-width), 80px);
    flex-grow: 1;
    justify-content: space-between;
  }
}
footer .agents-block {
  display: flex;
  flex-direction: column;
  gap: 60px;
  font-size: 16px;
}
@media (min-width: 992px) {
  footer .agents-block {
    flex-direction: row;
    gap: 0;
  }
}
footer .agent-cols {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  footer .agent-cols {
    flex-direction: row;
    gap: 0;
    flex: 2;
    align-items: baseline;
  }
}
footer .agent-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  footer .agent-col {
    flex: 1;
  }
}
footer .logo {
  --width-base: 226px;
}
footer .logo img {
  width: calc(var(--width-base) * var(--scale, 1));
}
footer .agents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .agents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .agents .name {
  font-weight: 600;
}
footer .agents a {
  color: inherit;
  display: block;
}
footer .other-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  footer .other-col {
    flex: 1;
  }
}
footer .other-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  footer .footer-bottom {
    flex-grow: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
footer .clarendon-logo {
  display: block;
}
footer .clarendon-logo svg {
  width: 100%;
  max-width: 550px;
}
footer .footer-bottom-bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer-bottom-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .copyright {
  font-size: var(--text-size-s);
}
footer .footer-menu a {
  color: inherit;
  display: block;
}

.consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--black);
  transform: translateY(calc(100% + 40px));
  transition: transform 0.4s;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  pointer-events: none;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding-block: 20px;
}
@media (min-width: 768px) {
  .consent {
    padding-block: 25px;
  }
}
.consent--visible {
  transform: translateY(0);
}

.consent-inner {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  gap: 10px;
}
@media (min-width: 768px) {
  .consent-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
  }
}
@media (min-width: 1300px) {
  .consent-inner {
    gap: 40px;
  }
}
.consent-inner .consent-content {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 5px;
}
.consent-inner .consent-content a {
  font-size: 12px;
}
.consent-inner .consent-text {
  width: 700px;
  max-width: 100%;
  margin: 0px 0px;
}
@media (min-width: 992px) {
  .consent-inner .consent-text {
    width: 850px;
  }
}
.consent-inner .consent-links a {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  color: inherit;
}
.consent-inner .consent-buttons {
  gap: 10px;
  display: flex;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .consent-inner .consent-buttons {
    min-width: 200px;
    margin-top: 0px;
  }
}
.consent-inner .consent-button {
  gap: 5px;
  color: var(--white);
  line-height: 1;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  font-style: normal;
  leading-trim: both;
  padding: 8.5px 15px;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  transition: 0.15s all;
  border: 0px;
  background-color: var(--orange);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.consent-inner .consent-button:hover {
  border-color: var(--black);
  background-color: var(--black);
  animation: horizontalBounce 0.6s ease forwards;
}
.consent-inner .consent-button:not(:hover) {
  animation: horizontalBounceOut 0.6s ease forwards;
}

@keyframes horizontalBounce {
  0% {
    transform: scaleX(1);
  }
  40% {
    transform: scaleX(1.06);
  }
  70% {
    transform: scaleX(1.03);
  }
  100% {
    transform: scaleX(1.05);
  }
}
@keyframes horizontalBounceOut {
  0% {
    transform: scaleX(1.05);
  }
  40% {
    transform: scaleX(0.97);
  }
  100% {
    transform: scaleX(1);
  }
}
.image-text-blocks .image-text-block {
  padding-top: var(--gutter);
  padding-bottom: 40px;
  display: flex;
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block {
    padding-block: clamp(80px, 150 / 1140 * var(--container-width), 150px);
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 4/3) {
  .image-text-blocks .image-text-block {
    min-height: 100svh;
  }
}
.image-text-blocks .image-text-block:nth-of-type(odd) {
  background-color: var(--grey-brick);
}
.image-text-blocks .image-text-block:nth-of-type(even) {
  background-color: var(--white);
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block:nth-of-type(even) .image-text-block-inner {
    flex-direction: row-reverse;
  }
}
.image-text-blocks .image-text-block[data-style=shape-1] .shape-wrapper {
  left: 8%;
  top: 50%;
  width: 70%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block[data-style=shape-1] .shape-wrapper {
    left: -5%;
    top: -19.4%;
    width: 78%;
    translate: 0;
  }
}
@media (min-width: 1300px) {
  .image-text-blocks .image-text-block[data-style=shape-1] .shape-wrapper {
    left: -11%;
  }
}
.image-text-blocks .image-text-block[data-style=shape-2] .shape-wrapper {
  right: 7.8%;
  bottom: 7%;
  width: 65%;
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block[data-style=shape-2] .shape-wrapper {
    bottom: unset;
    right: 8.3%;
    top: 50%;
    width: 61%;
    translate: 0 -50%;
  }
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block[data-style=shape-3] .image-text-block-inner {
    gap: clamp(50px, 80 / 1140 * var(--container-width), 100px);
  }
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block[data-style=shape-3] .image-block .media-wrapper {
    aspect-ratio: 1.03;
  }
}
.image-text-blocks .image-text-block[data-style=shape-3] .shape-wrapper {
  left: 9%;
  top: 50%;
  width: 84%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block[data-style=shape-3] .shape-wrapper {
    left: 50%;
    top: 50%;
    width: 115%;
    translate: -50% -50%;
  }
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block[data-style=shape-3] .text-block-content {
    padding-right: clamp(20px, 30 / 1140 * var(--container-width), 30px);
  }
}
.image-text-blocks .image-text-block-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .image-text-blocks .image-text-block-inner {
    flex-direction: row;
    align-items: center;
    height: 100%;
    gap: clamp(40px, 80 / 1140 * var(--container-width), 80px);
  }
}
.image-text-blocks .image-block {
  position: relative;
}
@media (min-width: 768px) {
  .image-text-blocks .image-block {
    flex: 0 1 55%;
  }
}
@media (min-width: 992px) {
  .image-text-blocks .image-block {
    flex: 0 1 58%;
  }
}
.image-text-blocks .image-block .media-wrapper {
  width: 100%;
  aspect-ratio: 0.9;
}
@media (min-width: 768px) {
  .image-text-blocks .image-block .media-wrapper {
    aspect-ratio: 1.316;
  }
}
.image-text-blocks .image-block .shape-wrapper {
  position: absolute;
}
.image-text-blocks .image-block .shape-wrapper svg {
  overflow: visible;
  width: 100%;
}
.image-text-blocks .image-block .shape-wrapper path {
  stroke-width: 3px;
}
@media (min-width: 992px) {
  .image-text-blocks .image-block .shape-wrapper path {
    stroke-width: 2px;
  }
}
@media (min-width: 768px) {
  .image-text-blocks .text-block {
    flex: 1 0 35%;
  }
}
.image-text-blocks .text-block-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .image-text-blocks .text-block-text {
    max-width: 360px;
  }
}
.image-text-blocks .text-block-icons {
  display: flex;
  gap: 20px;
  padding-block: 5px;
}
@media (min-width: 768px) {
  .image-text-blocks .text-block-icons {
    gap: clamp(20px, 40 / 1140 * var(--container-width), 40px);
  }
}
.image-text-blocks .text-block-icons .icon {
  width: 74px;
}

.banner {
  height: 100svh;
  position: relative;
  padding-top: 55px;
  padding-bottom: 45px;
  display: flex;
}
@media (min-width: 768px) {
  .banner {
    padding-block: 50px;
  }
}
.banner .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner .banner-bg:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, var(--black) 0%, rgba(255, 255, 255, 0.44) 100%);
  opacity: 0.6;
  mix-blend-mode: multiply;
  z-index: 2;
}
.banner .banner-bg:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--black) 0%, transparent 100%);
  opacity: 0.3;
  z-index: 3;
}
@media (min-width: 768px) {
  .banner .banner-bg:after {
    content: unset;
  }
}
.banner .banner-shape-3 {
  display: none;
}
@media (min-width: 768px) {
  .banner .banner-shape-3 {
    display: flex;
    width: clamp(var(--container-width), 100vw - 100px, 1400px);
    flex: 0 1 auto;
    align-self: center;
    z-index: 3;
    visibility: hidden;
    min-height: 0;
  }
  .banner .banner-shape-3 svg {
    overflow: visible;
  }
  .banner .banner-shape-3 svg path {
    stroke-width: 3px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .banner .banner-shape-3 svg path {
    stroke-width: 2px;
  }
}
.banner .banner-shape-3 .banner-shape-left svg {
  height: 100%;
  width: auto;
}
.banner .banner-shape-3 .banner-shape-right {
  display: flex;
  flex: 1 1 auto;
}
.banner .banner-shape-3 .banner-shape-right svg {
  height: 100%;
  width: auto;
}
.banner .banner-shape-3 .banner-shape-right-middle {
  flex: 1 1 auto;
}
.banner .banner-shape-3 .banner-shape-right-middle svg {
  width: 100%;
  height: 100%;
}
.banner .banner-shape-2 {
  display: none;
}
@media (min-width: 768px) {
  .banner .banner-shape-2 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
    width: 100%;
    max-width: clamp(var(--container-width), 100% - 100px, 1400px);
    translate: -50% 0;
    z-index: 3;
  }
}
@media (min-width: 768px) and (max-height: 800px) and (min-aspect-ratio: 3/2) {
  .banner .banner-shape-2 #banner-shape {
    display: none !important;
  }
  .banner .banner-shape-2 #banner-shape-short {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .banner .banner-shape-2 #banner-shape {
    display: block;
  }
  .banner .banner-shape-2 #banner-shape-short {
    display: none;
  }
}
.banner .banner-shape-2 .banner-shape-item {
  overflow: visible;
  visibility: hidden;
}
.banner .banner-shape-2 .banner-shape-logo {
  position: absolute;
  right: clamp(20px, 40 / 1140 * var(--container-width), 40px);
  top: clamp(15px, 30 / 1140 * var(--container-width), 30px);
  width: clamp(180px, 260 / 1140 * var(--container-width), 260px);
  visibility: hidden;
}
.banner .banner-shape {
  display: none;
}
@media (min-width: 768px) {
  .banner .banner-shape {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50px;
    width: 100%;
    translate: -50% 0;
    max-width: min(1400px, 100% - 100px);
    z-index: 1;
  }
}
.banner .banner-shape .shape-triangles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex: 0 0 50%;
}
.banner .banner-shape .triangle-wrapper {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}
.banner .banner-shape .triangle-wrapper[data-index="12"] .triangle-1 {
  scale: 1 1;
}
.banner .banner-shape .triangle {
  --b: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 103%;
  height: 103%;
  clip-path: polygon(100% 100%, 100% 0, 0 100%, 100% 100%, calc(100% - var(--b)) calc(100% - var(--b)), calc(var(--b) / 0.4142135624) calc(100% - var(--b)), calc(100% - var(--b)) calc(var(--b) / 0.4142135624), calc(100% - var(--b)) calc(100% - var(--b)));
  background-color: var(--white);
  scale: 1 0;
  transition: scale 0.5s;
}
.banner .banner-shape .triangle-1 {
  transform-origin: bottom;
}
.banner .banner-shape .triangle-2 {
  display: none;
}
.banner .banner-shape .shape-right-triangle {
  --b: 2px;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(100% 100%, 100% 0, 0 100%, 100% 100%, 100% calc(100% - var(--b)), calc(var(--b) / 0.4142135624) calc(100% - var(--b)), 100% calc(var(--b) / 0.4142135624), 100% calc(100% - var(--b)));
  background-color: var(--white);
}
.banner .banner-content {
  position: relative;
  color: var(--white);
  z-index: 2;
  display: flex;
  width: 100%;
}
.banner .banner-content-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .banner .banner-content-inner {
    justify-content: flex-end;
  }
}
.banner .banner-logo {
  align-self: center;
}
@media (min-width: 768px) {
  .banner .banner-logo {
    display: none;
  }
}
.banner .banner-logo svg {
  width: 260px;
}
.banner .banner-content-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .banner .banner-content-main {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
  }
}
.banner .banner-arrow {
  align-self: center;
}
@media (min-width: 768px) {
  .banner .banner-arrow {
    align-self: unset;
  }
}
@media (min-width: 992px) {
  .banner .banner-arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
  }
}
.banner .banner-arrow svg {
  width: 58px;
}
.banner .banner-arrow svg #circle {
  transition: fill 0.2s;
}
.banner .banner-arrow svg .arrow {
  transition: stroke 0.2s;
}
.banner .banner-arrow:hover svg #circle {
  fill: var(--orange);
}
.banner .banner-arrow:hover svg .arrow {
  stroke: var(--white);
}
.banner .content-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .banner .content-group {
    gap: clamp(20px, 30 / 1140 * var(--container-width), 30px);
    max-width: clamp(400px, 570 / 1140 * var(--container-width), 570px);
  }
}
@media (min-width: 992px) {
  .banner .content-group {
    max-width: 43%;
  }
}
.banner .small-heading {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .banner .large-heading {
    font-size: var(--text-size-5xl);
    line-height: 0.8;
  }
}

.form-section {
  background-color: var(--forest-green);
  color: var(--white);
  padding-block: 40px;
}
@media (min-width: 768px) {
  .form-section {
    padding-block: var(--spacing-3xl);
  }
}
.form-section .form-section-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .form-section .form-section-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(40px, 80 / 1140 * var(--container-width), 80px);
  }
}
.form-section .form-logo svg {
  width: 123px;
}
@media (min-width: 992px) {
  .form-section .form-logo svg {
    width: clamp(123px, 183 / 1140 * var(--container-width), 183px);
  }
}
.form-section .form-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .form-section .form-main {
    flex: 1;
    gap: clamp(30px, 40 / 1140 * var(--container-width), 40px);
    justify-content: space-between;
  }
}
.form-section .form-heading {
  font-weight: 400;
}
@media (min-width: 768px) {
  .form-section .form-heading {
    font-size: clamp(30px, 59 / 1140 * var(--container-width), 59px);
  }
}
.form-section .form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 992px) {
  .form-section .form-wrapper form {
    flex-direction: row;
    gap: clamp(40px, 80 / 1140 * var(--container-width), 80px);
    align-items: flex-end;
  }
}
.form-section .form-wrapper form.submitting button[type=submit] {
  visibility: hidden;
}
.form-section .form-wrapper form.submitting .loader {
  visibility: visible;
}
.form-section .form-wrapper form.submitting .loader::before, .form-section .form-wrapper form.submitting .loader::after {
  animation-play-state: running;
}
.form-section .form-wrapper .wpcf7-not-valid-tip {
  display: none;
}
.form-section .form-wrapper .wpcf7-response-output {
  display: none;
}
.form-section .form-wrapper .form-fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .form-section .form-wrapper .form-fields {
    flex: 1;
  }
}
.form-section .form-wrapper .form-fields a {
  color: inherit;
  text-decoration: underline;
}
.form-section .form-wrapper .recaptcha-text {
  font-size: 10px;
}
.form-section .form-wrapper .wpcf7-form-control-wrap[data-name=consent] {
  font-size: 11px;
}
.form-section .form-wrapper .wpcf7-list-item {
  margin: 0;
}
.form-section .form-wrapper .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form-section .form-wrapper .wpcf7-list-item input {
  accent-color: var(--orange);
  margin: 0;
  width: 14px;
}
.form-section .form-wrapper .wpcf7-list-item:has([aria-invalid=true]) {
  color: var(--orange);
}
.form-section .form-wrapper input[type=email] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--white);
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  padding-bottom: 7px;
  color: inherit;
  display: block;
  line-height: 1;
  overflow: visible;
}
.form-section .form-wrapper input[type=email][aria-invalid=true] {
  border-color: var(--orange);
}
.form-section .form-wrapper input[type=email]::-moz-placeholder {
  opacity: 0.3;
  color: var(--white);
}
.form-section .form-wrapper input[type=email]::placeholder {
  opacity: 0.3;
  color: var(--white);
}
.form-section .form-wrapper .wpcf7-spinner {
  display: none;
}
.form-section .form-wrapper .button-wrapper {
  flex-shrink: 0;
  display: grid;
  perspective: 250px;
}
.form-section .form-wrapper .button {
  height: 60px;
  background-color: var(--orange);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  grid-area: 1/1/1/1;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .form-section .form-wrapper .button:hover {
    transform: rotateX(35deg);
  }
}
@media (min-width: 992px) {
  .form-section .form-wrapper .button {
    width: clamp(180px, 290 / 1140 * var(--container-width), 290px);
  }
}

.loader {
  width: 40px;
  aspect-ratio: 1;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  animation: l2 2s infinite cubic-bezier(0.3, 1, 0, 1);
  grid-area: 1/1/1/1;
  justify-self: center;
  align-self: center;
  scale: 0.8;
  visibility: hidden;
}

@keyframes l2 {
  25% {
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
  75% {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 100%, 0 0);
  }
}
#default {
  background-color: var(--grey-brick);
}
#default .default-inner {
  padding-top: var(--gutter);
  padding-bottom: 40px;
}
#default .default-inner .heading h1 {
  margin: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
  #default .default-inner .heading h1 {
    margin: 0px 0px 40px 0px;
  }
}
#default .default-inner .body .table-container {
  overflow-x: auto;
  max-width: 100%;
}
#default .default-inner .body .table-container table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
#default .default-inner .body table {
  font-size: 14px;
  text-align: left;
  margin: 30px 0px 0px 0px;
  border: 1px solid var(--black);
  background-color: var(--text-light);
}
#default .default-inner .body table thead {
  color: var(--white);
  font-weight: bold;
  background-color: var(--orange);
  border-bottom: 1px solid var(--black);
}
#default .default-inner .body table thead tr th {
  line-height: 1.2;
  padding: 10px 10px;
  border-right: 1px solid var(--black);
}
#default .default-inner .body table thead tr th:last-of-type {
  border-radius: 0px;
}
#default .default-inner .body table tbody tr {
  border-bottom: 1px solid var(--black);
}
#default .default-inner .body table tbody tr td {
  padding: 10px 10px;
  border-right: 1px solid var(--black);
}
#default .default-inner .body table tbody tr td:last-of-type {
  border-right: 0px;
}
#default .default-inner .body table tbody tr:last-of-type {
  border-bottom: 0px;
}
#default .default-inner .body p {
  margin-top: 0px;
  margin-bottom: 20px;
}
#default .default-inner .body p:last-of-type {
  margin-bottom: 0px;
}
#default .default-inner .body h1, #default .default-inner .body h2, #default .default-inner .body h3, #default .default-inner .body h4, #default .default-inner .body h5 {
  margin: 0px 0px 10px 0px;
}
#default .default-inner .body h1 {
  font-size: var(--text-size-5xl);
}
#default .default-inner .body h2 {
  font-size: var(--text-size-4xl);
}
#default .default-inner .body h3 {
  font-size: var(--text-size-3xl);
}
#default .default-inner .body h4 {
  font-size: var(--text-size-2xl);
}
#default .default-inner .body h5 {
  font-size: var(--text-size-xl);
}
#default .default-inner .body a {
  color: var(--orange);
  text-decoration: underline;
}
#default .default-inner .body ul,
#default .default-inner .body ol {
  margin: 0px 0px 20px 0px;
}
#default .default-inner .body ul li,
#default .default-inner .body ol li {
  margin-bottom: 5px;
}
#default .default-inner .body ul li:last-of-type,
#default .default-inner .body ol li:last-of-type {
  margin-bottom: 0px;
}
#default .default-inner .body ul {
  list-style: disc;
  padding-left: 15px;
}
#default .default-inner .body ol {
  list-style: decimal;
  padding-left: 25px;
}
@media (min-width: 768px) {
  #default .default-inner {
    padding-block: clamp(80px, 150 / 1140 * var(--container-width), 150px);
  }
}
#default h1, #default h2, #default h3, #default h4, #default h5 {
  color: var(--text-primary);
}
