/** Import everything from autoload */

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 1, resources/assets/styles/settings/_reset.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 19px;
}

/* line 7, resources/assets/styles/settings/_reset.scss */

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

/* line 13, resources/assets/styles/settings/_reset.scss */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 28, resources/assets/styles/settings/_reset.scss */

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

/* line 34, resources/assets/styles/settings/_reset.scss */

figure {
  margin: 0;
}

/* line 38, resources/assets/styles/settings/_reset.scss */

a,
button {
  color: inherit;
}

@font-face {
  font-family: "Monument Extended";
  src: url(/wp-content/themes/sensepropertystudio/dist/fonts/MonumentExtended-Black.woff2) format("woff2"), url(/wp-content/themes/sensepropertystudio/dist/fonts/MonumentExtended-Black.woff) format("woff"), url(/wp-content/themes/sensepropertystudio/dist/fonts/MonumentExtended-Black.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* line 7, resources/assets/styles/settings/_variables.scss */

:root {
  --color-base-dark: #000;
  --color-base-light: #fff;
  --color-brand: #7E9F79;
  --color-brand-light: #93933F;
  --color-brand-medium: #154A4E;
  --color-brand-dark: #022D37;
  --color-brand-grey: #A8A6A6;
  --color-brand-red: #f00;
  --font-base: 'acumin-pro', sans-serif;
  --font-heading: 'Monument Extended', sans-serif;
  --font-weight-base: 300;
  --font-weight-semibold: 600;
  --font-weight-bold: 900;
  --font-clamp-laptop: 1280px;
  --font-clamp-mobile: 560px;
  --desktop-clamp-ratio: calc(0.5rem + 1.5625vw);
  --site-container-width: 1800px;
  --site-container-max-width: calc(var(--site-container-width) + (var(--gap) * 2));
  --content-container-width: 1200px;
  --content-container-responsive-width: 58.33%;
  --content-container-max-width: calc((var(--content-container-width) + (var(--gap) * 2)));
  --gap: 20px;
  --gutter: 44px;
  --animation-nav: cubic-bezier(0.55, 0.09, 0.68, 0.53);
  --body-bg: transparent linear-gradient(180deg, var(--color-brand) 0%, var(--color-brand-light) 100%) 0% 0% no-repeat padding-box;
  --breakpoint-mid: 980px;
}

@media (max-width: 980px) {
  /* line 7, resources/assets/styles/settings/_variables.scss */

  :root {
    --post-container-responsive-width: 100%;
    --gutter: 20px;
  }
}

@media (max-width: 640px) {
  /* line 7, resources/assets/styles/settings/_variables.scss */

  :root {
    --input-height: 40px;
  }
}

/* line 1, resources/assets/styles/settings/_base.scss */

.container {
  width: 100%;
  max-width: var(--site-container-max-width);
  padding: 0 var(--gutter);
  margin: 0 auto;
}

/* line 8, resources/assets/styles/settings/_base.scss */

.container-content {
  width: var(--content-container-responsive-width);
  max-width: var(--content-container-max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

@media (max-width: 980px) {
  /* line 16, resources/assets/styles/settings/_base.scss */

  .container-content {
    width: 100%;
  }
}

/* line 3, resources/assets/styles/settings/_global.scss */

body:not(.single) .content-blocks {
  background: var(--body-bg);
}

/* line 10, resources/assets/styles/settings/_global.scss */

body main.gradient .content-blocks {
  background: var(--body-bg);
}

/* line 16, resources/assets/styles/settings/_global.scss */

body main.primary .content-blocks {
  background: var(--color-brand);
}

/* line 22, resources/assets/styles/settings/_global.scss */

body main.light .content-blocks {
  background: var(--color-brand-light);
}

/* line 28, resources/assets/styles/settings/_global.scss */

body.overflow-hidden {
  overflow: hidden !important;
}

/* line 36, resources/assets/styles/settings/_global.scss */

body.services .content-blocks .text-w-image-group:first-child .text-w-image-group-content-grid.first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 1, resources/assets/styles/elements/_buttons.scss */

.btn {
  text-decoration: none;
  font-size: clamp(1.375rem, calc(0.375rem + 1.25vw), 1.875rem);
  line-height: 1;
  padding: 23px 36px;
  background-color: var(--color-base-light);
  color: var(--color-brand);
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}

/* line 12, resources/assets/styles/elements/_buttons.scss */

.btn-dot {
  font-size: clamp(1.375rem, calc(0.375rem + 1.25vw), 1.875rem);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 32px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* line 21, resources/assets/styles/elements/_buttons.scss */

.btn-dot::before {
  content: '';
  position: absolute;
  left: 0;
  background-color: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/* line 32, resources/assets/styles/elements/_buttons.scss */

.btn-dot:hover {
  padding-left: 0;
  padding-right: 32px;
}

/* line 36, resources/assets/styles/elements/_buttons.scss */

.btn-dot:hover::before {
  left: calc(100% - 15px);
}

@media (max-width: 575px) {
  /* line 43, resources/assets/styles/elements/_buttons.scss */

  .btn-dot {
    font-size: 18px;
    font-weight: var(--font-weight-base);
    padding-left: 30px;
  }

  /* line 48, resources/assets/styles/elements/_buttons.scss */

  .btn-dot::before {
    width: 14px;
    height: 14px;
    bottom: 1px;
  }
}

/* line 1, resources/assets/styles/elements/_fadeinimage.scss */

.fadeinblur {
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

/* line 5, resources/assets/styles/elements/_fadeinimage.scss */

.fadeinblur--true {
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* line 3, resources/assets/styles/elements/_forms.scss */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  color: inherit;
  font-size: 1rem;
}

/* line 17, resources/assets/styles/elements/_forms.scss */

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: inherit;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: inherit;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder {
  color: inherit;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder {
  color: inherit;
}

/* line 21, resources/assets/styles/elements/_forms.scss */

input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="password"]:focus,
input[type="password"]:active {
  outline: none;
}

/* line 27, resources/assets/styles/elements/_forms.scss */

input[type="submit"] {
  font-size: 22px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 32px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: var(--color-base-light);
  background-color: transparent;
  border: none;
}

/* line 41, resources/assets/styles/elements/_forms.scss */

textarea {
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  color: inherit;
  font-family: var(--font-base);
  font-size: 1rem;
}

/* line 52, resources/assets/styles/elements/_forms.scss */

textarea::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder {
  color: inherit;
}

/* line 56, resources/assets/styles/elements/_forms.scss */

textarea:focus,
textarea:active {
  outline: none;
}

/* line 62, resources/assets/styles/elements/_forms.scss */

select {
  width: 100%;
  border-radius: 0;
  border: 3px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 300;
  color: inherit;
}

/* line 72, resources/assets/styles/elements/_forms.scss */

select:focus,
select:active {
  outline: none;
}

/* line 78, resources/assets/styles/elements/_forms.scss */

select::-ms-expand {
  display: none;
}

/* line 86, resources/assets/styles/elements/_forms.scss */

.gform_fields {
  list-style-type: none;
}

/* line 90, resources/assets/styles/elements/_forms.scss */

.gfield {
  position: relative;
  border-bottom: 1px solid var(--color-base-light);
  padding: 12px 0;
  margin: 14px 0;
}

/* line 96, resources/assets/styles/elements/_forms.scss */

.gfield_label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font-weight-300);
}

/* line 107, resources/assets/styles/elements/_forms.scss */

.field--focus .gfield_label,
.field--filled .gfield_label {
  -webkit-transform: scale(0.6) translate(2px, -30px);
       -o-transform: scale(0.6) translate(2px, -30px);
          transform: scale(0.6) translate(2px, -30px);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}

/* line 114, resources/assets/styles/elements/_forms.scss */

.gfield .gfield_validation_message {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 0.8125rem;
  color: var(--color-brand-red);
}

/* line 123, resources/assets/styles/elements/_forms.scss */

.gfield.gfield_error input,
.gfield.gfield_error select {
  border-color: var(--color-brand-red);
}

/* line 128, resources/assets/styles/elements/_forms.scss */

.gfield.gfield_error .gfield_label {
  left: 10px;
  top: 18px;
}

/* line 134, resources/assets/styles/elements/_forms.scss */

.gfield.gfield_visibility_hidden {
  display: none;
}

/* line 138, resources/assets/styles/elements/_forms.scss */

.gfield.field-header {
  padding-bottom: 8px;
  border: none;
}

/* line 143, resources/assets/styles/elements/_forms.scss */

.gfield.field-header h3 span {
  font-style: italic;
}

/* line 149, resources/assets/styles/elements/_forms.scss */

.gfield.field-disclaimer {
  font-size: 0.8125rem;
  line-height: 15px;
  border: none;
  -webkit-transform: translateY(25px);
       -o-transform: translateY(25px);
          transform: translateY(25px);
}

/* line 155, resources/assets/styles/elements/_forms.scss */

.gfield.field-disclaimer a {
  color: inherit;
}

/* line 161, resources/assets/styles/elements/_forms.scss */

.gform_footer {
  position: relative;
  padding-top: 28px;
}

/* line 165, resources/assets/styles/elements/_forms.scss */

.gform_footer p {
  margin-bottom: 0;
}

/* line 169, resources/assets/styles/elements/_forms.scss */

.gform_footer:has(> input[type="submit"]) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 176, resources/assets/styles/elements/_forms.scss */

.gform_footer:has(> input[type="submit"])::before {
  content: '';
  position: absolute;
  left: 0;
  background-color: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/* line 187, resources/assets/styles/elements/_forms.scss */

.gform_footer:has(> input[type="submit"]):hover {
  padding-left: 0;
  padding-right: 32px;
}

/* line 191, resources/assets/styles/elements/_forms.scss */

.gform_footer:has(> input[type="submit"]):hover::before {
  left: calc(100% - 15px);
}

/* line 198, resources/assets/styles/elements/_forms.scss */

.gform_footer-disclaimer {
  font-size: 0.8125rem;
  line-height: 15px;
  margin-right: 40px;
}

/* line 203, resources/assets/styles/elements/_forms.scss */

.gform_footer-disclaimer a {
  color: inherit;
}

/* line 208, resources/assets/styles/elements/_forms.scss */

.gform_footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 213, resources/assets/styles/elements/_forms.scss */

.gform_footer-actions {
  position: relative;
}

/* line 217, resources/assets/styles/elements/_forms.scss */

.gform_footer-recaptcha {
  font-size: 0.8125rem;
  line-height: 15px;
}

/* line 221, resources/assets/styles/elements/_forms.scss */

.gform_footer-recaptcha a {
  color: inherit;
}

/* line 226, resources/assets/styles/elements/_forms.scss */

.gform_ajax_spinner {
  position: absolute;
  top: 10px;
  right: 105%;
  z-index: 99;
}

/* line 233, resources/assets/styles/elements/_forms.scss */

.gform_validation_errors {
  display: none;
}

/* line 236, resources/assets/styles/elements/_forms.scss */

.gform_validation_errors h2 {
  font-size: 1.125rem;
}

/* line 241, resources/assets/styles/elements/_forms.scss */

.gform_confirmation_message {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
}

/* line 250, resources/assets/styles/elements/_forms.scss */

.gform_confirmation_message em {
  font-weight: 700;
}

/* line 256, resources/assets/styles/elements/_forms.scss */

.gform_button span {
  line-height: 18px;
  font-size: 14px;
}

/* line 262, resources/assets/styles/elements/_forms.scss */

.c-form {
  position: relative;
}

/* line 265, resources/assets/styles/elements/_forms.scss */

.c-form--footer {
  position: absolute;
  bottom: 0;
  border-bottom: 0;
  margin: 0;
  padding-top: 18px;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 273, resources/assets/styles/elements/_forms.scss */

.c-form--footer a {
  text-decoration-thickness: 1px;
}

/* line 1, resources/assets/styles/elements/_headings.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.service-grid__content p,
.service-grid__content ul,
.service-grid__content ol,
.service-grid__content strong,
.service-grid__content i {
  font-weight: var(--font-weight-base);
}

/* line 12, resources/assets/styles/elements/_headings.scss */

h1,
h2,
h3,
h4 {
  margin-bottom: 12px;
}

/* line 19, resources/assets/styles/elements/_headings.scss */

h1,
.h1 {
  font-weight: var(--font-weight-semibold);
  font-size: 1.875rem;
  line-height: 3.25rem;
  font-size: clamp(1.875rem, calc(1.3764rem + 1.4045vw), 2.5rem);
  line-height: clamp(3.25rem, calc(2.6018rem + 1.8258vw), 4.0625rem);
}

@media (min-width: 1200px) {
  /* line 19, resources/assets/styles/elements/_headings.scss */

  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 4.0625rem;
    font-size: clamp(2.5rem, calc(1.25rem + 1.5625vw), 3.125rem);
    line-height: clamp(4.0625rem, calc(0.9375rem + 3.9063vw), 5.625rem);
  }
}

/* line 34, resources/assets/styles/elements/_headings.scss */

h1.super,
.h1.super {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-size: clamp(2.5rem, calc(-0.4916rem + 8.427vw), 6.25rem);
  line-height: clamp(2.5rem, calc(-0.2921rem + 7.8652vw), 6rem);
}

@media (min-width: 1200px) {
  /* line 34, resources/assets/styles/elements/_headings.scss */

  h1.super,
  .h1.super {
    font-size: 6.25rem;
    line-height: 6rem;
    font-size: clamp(6.25rem, calc(1.25rem + 6.25vw), 8.75rem);
    line-height: clamp(6rem, calc(1.25rem + 5.9375vw), 8.375rem);
  }
}

/* line 51, resources/assets/styles/elements/_headings.scss */

h2,
.h2 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, calc(1.5506rem + 0.5618vw), 2rem);
  line-height: 1.125;
}

@media (min-width: 1200px) {
  /* line 51, resources/assets/styles/elements/_headings.scss */

  h2,
  .h2 {
    font-size: 2rem;
    font-size: clamp(2rem, calc(0.75rem + 1.5625vw), 2.625rem);
  }
}

/* line 62, resources/assets/styles/elements/_headings.scss */

h2.super,
.h2.super {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

@media (min-width: 380px) {
  /* line 62, resources/assets/styles/elements/_headings.scss */

  h2.super,
  .h2.super {
    font-size: clamp(2.375rem, calc(-0.4916rem + 8.427vw), 6.25rem);
    line-height: clamp(2.375rem, calc(-0.2921rem + 7.8652vw), 6rem);
  }
}

@media (min-width: 1200px) {
  /* line 62, resources/assets/styles/elements/_headings.scss */

  h2.super,
  .h2.super {
    font-size: 6.25rem;
    line-height: 6rem;
    font-size: clamp(6.25rem, calc(1.25rem + 6.25vw), 8.75rem);
    line-height: clamp(6rem, calc(1.25rem + 5.9375vw), 8.375rem);
  }
}

/* line 82, resources/assets/styles/elements/_headings.scss */

h3,
.h3 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, calc(1.0758rem + 0.8427vw), 1.75rem);
  line-height: 1.875rem;
  line-height: clamp(1.875rem, calc(1.5758rem + 0.8427vw), 2.25rem);
}

@media (min-width: 1200px) {
  /* line 82, resources/assets/styles/elements/_headings.scss */

  h3,
  .h3 {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, calc(0.5rem + 1.5625vw), 2.375rem);
    line-height: 2.25rem;
    line-height: clamp(2.25rem, calc(1rem + 1.5625vw), 2.875rem);
  }
}

/* line 97, resources/assets/styles/elements/_headings.scss */

h4,
.h4,
.service-grid__content p,
.service-grid__content ul,
.service-grid__content ol,
.service-grid__content strong,
.service-grid__content i {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, calc(0.9256rem + 0.5618vw), 1.375rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, calc(1.3006rem + 0.5618vw), 1.75rem);
}

@media (min-width: 1200px) {
  /* line 97, resources/assets/styles/elements/_headings.scss */

  h4,
  .h4,
  .service-grid__content p,
  .service-grid__content ul,
  .service-grid__content ol,
  .service-grid__content strong,
  .service-grid__content i {
    font-size: 1.375rem;
    font-size: clamp(1.375rem, calc(0.375rem + 1.25vw), 1.875rem);
    line-height: 1.75rem;
    line-height: clamp(1.75rem, calc(0.625rem + 1.4063vw), 2.3125rem);
  }
}

/* line 112, resources/assets/styles/elements/_headings.scss */

small,
.small {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

/* line 1, resources/assets/styles/elements/_html.scss */

html {
  font-family: var(--font-base);
  font-weight: 400;
  font-style: normal;
  color: var(--color-base-light);
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-y: unset;
  word-wrap: break-word;
  font-size: 16px;
}

/* line 19, resources/assets/styles/elements/_html.scss */

body {
  position: relative;
}

/* line 24, resources/assets/styles/elements/_html.scss */

body.key-only-focus *:focus {
  outline: none !important;
}

/* line 31, resources/assets/styles/elements/_html.scss */

p {
  margin-bottom: 15px;
  font-size: clamp(1rem, calc(0rem + 1.25vw), 1.5rem);
}

/* line 36, resources/assets/styles/elements/_html.scss */

address {
  font-style: normal;
}

/* line 40, resources/assets/styles/elements/_html.scss */

a {
  text-decoration: none;
}

/* line 45, resources/assets/styles/elements/_html.scss */

.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 58, resources/assets/styles/elements/_html.scss */

[href^="tel:"] {
  text-decoration: none;
}

/* line 62, resources/assets/styles/elements/_html.scss */

ul {
  list-style: square;
}

/* line 1, resources/assets/styles/elements/_links.scss */

.underline {
  position: relative;
}

/* line 4, resources/assets/styles/elements/_links.scss */

.underline::after {
  position: absolute;
  bottom: -11.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  margin-top: 18px;
  width: 0;
  height: 1px;
  background-color: var(--color-base-light);
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

/* line 18, resources/assets/styles/elements/_links.scss */

.underline:hover::after {
  width: 100%;
}

/* line 2, resources/assets/styles/elements/_lists.scss */

.wysiwyg ul {
  list-style: none;
  padding: 24px 0;
}

/* line 6, resources/assets/styles/elements/_lists.scss */

.wysiwyg ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 10, resources/assets/styles/elements/_lists.scss */

.wysiwyg ul li::before {
  content: '';
  background-color: var(--color-base-light);
  width: 6px;
  height: 6px;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 20, resources/assets/styles/elements/_lists.scss */

.wysiwyg ul li h1,
.wysiwyg ul li h2,
.wysiwyg ul li h3,
.wysiwyg ul li h4,
.wysiwyg ul li h5,
.wysiwyg ul li h6 {
  margin-bottom: 3px;
  margin-top: 3px;
  line-height: 1;
}

/* line 1, resources/assets/styles/elements/_marquee.scss */

.bg-heading-marquee {
  padding: 16px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 347px;
  overflow: hidden;
}

/* line 8, resources/assets/styles/elements/_marquee.scss */

.bg-heading-marquee-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 347px;
  min-width: 100%;
  -webkit-animation: slide 40s linear infinite;
       -o-animation: slide 40s linear infinite;
          animation: slide 40s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(calc(-100% - 347px), 0, 0);
            transform: translate3d(calc(-100% - 347px), 0, 0);
  }
}

@-o-keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(calc(-100% - 347px), 0, 0);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(calc(-100% - 347px), 0, 0);
            transform: translate3d(calc(-100% - 347px), 0, 0);
  }
}

/* line 1, resources/assets/styles/elements/_rotateproject.scss */

.rotateproject {
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* line 6, resources/assets/styles/elements/_rotateproject.scss */

.rotateproject--true {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

/* line 1, resources/assets/styles/layouts/_404.scss */

.error-page {
  background-color: var(--color-brand);
  padding: 200px 0 40px;
  text-align: center;
}

/* line 1, resources/assets/styles/layouts/_contact.scss */

.contact-page {
  padding: 120px 0 60px;
}

/* line 4, resources/assets/styles/layouts/_contact.scss */

.contact-page-title {
  margin: 40px auto;
  text-align: center;
  z-index: 1;
  display: block;
  position: relative;
}

/* line 13, resources/assets/styles/layouts/_contact.scss */

.contact-page-form .c-form {
  margin: 52px 0 160px;
}

/* line 17, resources/assets/styles/layouts/_contact.scss */

.contact-page-form .c-form--footer a {
  text-decoration-thickness: 1px;
}

/* line 23, resources/assets/styles/layouts/_contact.scss */

.contact-page-form h2 {
  margin-bottom: 30px;
  font-weight: var(--font-weight-bold);
  font-size: clamp(1.875rem, calc(4.878vw + 0.716rem), 4.375rem);
  line-height: 1.05;
}

/* line 30, resources/assets/styles/layouts/_contact.scss */

.contact-page-form a.btn-dot {
  margin-block: 30px 60px;
  font-weight: var(--font-weight-base);
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/layouts/_contact.scss */

  .contact-page {
    padding: 200px 0;
  }

  /* line 40, resources/assets/styles/layouts/_contact.scss */

  .contact-page-title {
    margin: 40px auto -70px;
  }

  /* line 44, resources/assets/styles/layouts/_contact.scss */

  .contact-page-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 51, resources/assets/styles/layouts/_contact.scss */

  .contact-page-form {
    grid-column: span 5;
    margin-top: 70px;
  }

  /* line 56, resources/assets/styles/layouts/_contact.scss */

  .contact-page-form .c-form {
    margin: 52px 0;
  }

  /* line 60, resources/assets/styles/layouts/_contact.scss */

  .contact-page-form a.btn-dot {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }

  /* line 65, resources/assets/styles/layouts/_contact.scss */

  .contact-page-image {
    grid-column-start: 7;
    grid-column-end: span 6;
  }
}

/* line 72, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact {
  height: auto !important;
  background-color: transparent !important;
}

/* line 77, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact-location .gmap {
  height: 336px;
  width: 515px;
  max-width: 100%;
}

/* line 83, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact-location h4 {
  margin-bottom: 18px;
}

/* line 89, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact--enquiries h4 {
  margin-top: 18px;
  margin-bottom: 18px;
}

/* line 94, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact--enquiries__contacts {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

/* line 101, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact .site-footer-sub {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 106, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact .site-footer-sub .site-socials {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 111, resources/assets/styles/layouts/_contact.scss */

.site-footer-contact .site-footer-sub > h1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  /* line 117, resources/assets/styles/layouts/_contact.scss */

  .site-footer-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-bottom: 80px;
  }

  /* line 125, resources/assets/styles/layouts/_contact.scss */

  .site-footer-contact-location h4 {
    margin-bottom: 32px;
  }

  /* line 131, resources/assets/styles/layouts/_contact.scss */

  .site-footer-contact--enquiries h4 {
    margin-bottom: 32px;
  }

  /* line 135, resources/assets/styles/layouts/_contact.scss */

  .site-footer-contact--enquiries__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 991px) {
  /* line 143, resources/assets/styles/layouts/_contact.scss */

  .site-footer-contact .site-footer-sub {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 148, resources/assets/styles/layouts/_contact.scss */

  .site-footer-contact .site-footer-sub .site-socials {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0 70px;
  }

  /* line 153, resources/assets/styles/layouts/_contact.scss */

  .site-footer-contact .site-footer-sub > h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 160, resources/assets/styles/layouts/_contact.scss */

body.template-contact,
body.template-thank-you {
  background: var(--color-brand-light) -webkit-gradient(linear, left bottom, left top, from(var(--color-brand)), color-stop(45%, var(--color-brand-light)));
  background: var(--color-brand-light) -webkit-linear-gradient(bottom, var(--color-brand) 0%, var(--color-brand-light) 45%);
  background: var(--color-brand-light) -o-linear-gradient(bottom, var(--color-brand) 0%, var(--color-brand-light) 45%);
  background: var(--color-brand-light) linear-gradient(0deg, var(--color-brand) 0%, var(--color-brand-light) 45%);
}

/* line 2, resources/assets/styles/layouts/_default.scss */

.content-blocks__item {
  overflow: hidden;
}

/* line 5, resources/assets/styles/layouts/_default.scss */

.content-blocks__item.image,
.content-blocks__item.video {
  overflow: visible;
}

/* line 13, resources/assets/styles/layouts/_default.scss */

.content-blocks > section:last-child.feature {
  background-image: -webkit-linear-gradient(transparent calc(100% - 125px), var(--color-brand) 125px);
  background-image: -o-linear-gradient(transparent calc(100% - 125px), var(--color-brand) 125px);
  background-image: linear-gradient(transparent calc(100% - 125px), var(--color-brand) 125px);
}

@media (min-width: 576px) {
  /* line 13, resources/assets/styles/layouts/_default.scss */

  .content-blocks > section:last-child.feature {
    background-image: -webkit-linear-gradient(transparent calc(100% - 150px), var(--color-brand) 150px);
    background-image: -o-linear-gradient(transparent calc(100% - 150px), var(--color-brand) 150px);
    background-image: linear-gradient(transparent calc(100% - 150px), var(--color-brand) 150px);
  }
}

@media (min-width: 576px) {
  /* line 13, resources/assets/styles/layouts/_default.scss */

  .content-blocks > section:last-child.feature {
    background-image: -webkit-linear-gradient(transparent calc(100% - 165px), var(--color-brand) 165px);
    background-image: -o-linear-gradient(transparent calc(100% - 165px), var(--color-brand) 165px);
    background-image: linear-gradient(transparent calc(100% - 165px), var(--color-brand) 165px);
  }
}

@media (min-width: 992px) {
  /* line 13, resources/assets/styles/layouts/_default.scss */

  .content-blocks > section:last-child.feature {
    background-image: -webkit-linear-gradient(transparent calc(100% - 180px), var(--color-brand) 180px);
    background-image: -o-linear-gradient(transparent calc(100% - 180px), var(--color-brand) 180px);
    background-image: linear-gradient(transparent calc(100% - 180px), var(--color-brand) 180px);
  }
}

/* line 31, resources/assets/styles/layouts/_default.scss */

.content-blocks > section:first-child.text-w-image-group {
  padding-top: 105px;
}

@media (min-width: 992px) {
  /* line 31, resources/assets/styles/layouts/_default.scss */

  .content-blocks > section:first-child.text-w-image-group {
    padding-top: 130px;
  }
}

@media (max-width: 991px) {
  /* line 40, resources/assets/styles/layouts/_default.scss */

  .content-blocks > section:first-child.text-w-image-group .text-w-image-group-content-grid.first {
    text-align: center;
  }
}

/* line 5, resources/assets/styles/layouts/_home.scss */

.home .content-blocks > section:first-child.text-w-image-group {
  padding-top: 0;
}

/* line 6, resources/assets/styles/layouts/_news-page.scss */

.post-template-default .site-header__toggle:not(.opened) #nav-icon span {
  background: var(--color-brand);
}

/* line 14, resources/assets/styles/layouts/_news-page.scss */

.post-template-default .text-w-image-group-content-grid {
  padding: 0;
}

@media (min-width: 992px) {
  /* line 19, resources/assets/styles/layouts/_news-page.scss */

  .post-template-default header {
    color: var(--color-brand);
  }
}

/* line 25, resources/assets/styles/layouts/_news-page.scss */

.single-news {
  padding-block: 120px 100px;
  color: var(--color-base-dark);
}

/* line 29, resources/assets/styles/layouts/_news-page.scss */

.single-news h1 {
  margin-bottom: 40px;
  font-size: clamp(2.5rem, calc(7.353vw - 2.059rem), 4.375rem);
  line-height: 1.03;
  color: var(--color-brand);
}

/* line 36, resources/assets/styles/layouts/_news-page.scss */

.single-news p,
.single-news ul {
  font-weight: var(--font-weight-base);
}

/* line 41, resources/assets/styles/layouts/_news-page.scss */

.single-news h2,
.single-news h3 {
  font-weight: 400;
  color: var(--color-brand);
}

/* line 47, resources/assets/styles/layouts/_news-page.scss */

.single-news h3,
.single-news p + h2 {
  padding-top: 30px;
}

/* line 52, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-container-top {
  margin-bottom: 40px;
  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;
  row-gap: 30px;
}

/* line 59, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  color: var(--color-brand);
}

/* line 65, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-sidebar-member {
  margin-top: auto;
}

/* line 68, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-sidebar-member img {
  width: 140px;
  margin-bottom: 20px;
}

/* line 74, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-sidebar p {
  margin: 0;
}

/* line 79, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-media {
  margin-inline: calc(var(--gutter) * -1);
}

/* line 84, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main figure,
.single-news .single-news-main img {
  display: block;
  width: 100% !important;
}

/* line 90, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main figure {
  margin-bottom: 50px;
}

/* line 94, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main img {
  margin-top: 60px;
}

/* line 98, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main figcaption {
  margin-top: 15px;
  font-weight: var(--font-weight-base);
  font-size: 1rem;
  line-height: 1.33;
}

/* line 105, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main .circle {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 30px;
}

/* line 115, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main .article-social-share {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

/* line 121, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main .article-social-share p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.33;
  color: var(--color-brand);
}

/* line 129, resources/assets/styles/layouts/_news-page.scss */

.single-news .single-news-main .article-social-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 14px;
}

@media (min-width: 992px) {
  /* line 25, resources/assets/styles/layouts/_news-page.scss */

  .single-news {
    padding-block: 160px 120px;
  }

  /* line 139, resources/assets/styles/layouts/_news-page.scss */

  .single-news .single-news-container-top {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 30% 65%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }

  /* line 146, resources/assets/styles/layouts/_news-page.scss */

  .single-news .single-news-sidebar {
    max-width: 345px;
  }

  /* line 150, resources/assets/styles/layouts/_news-page.scss */

  .single-news .single-news-media {
    margin-inline: 0;
  }

  /* line 154, resources/assets/styles/layouts/_news-page.scss */

  .single-news .single-news-main {
    margin-left: 35%;
    max-width: 710px;
  }
}

/* line 161, resources/assets/styles/layouts/_news-page.scss */

.related-posts {
  padding-bottom: 60px;
  color: var(--color-brand);
}

/* line 165, resources/assets/styles/layouts/_news-page.scss */

.related-posts-title {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: clamp(1.75rem, calc(1.5506rem + 0.5618vw), 2rem);
  line-height: 1.125;
}

@media (min-width: 992px) {
  /* line 161, resources/assets/styles/layouts/_news-page.scss */

  .related-posts {
    padding-bottom: 100px;
  }
}

/* line 2, resources/assets/styles/layouts/_news.scss */

.posts-page main {
  color: var(--color-brand);
}

/* line 10, resources/assets/styles/layouts/_news.scss */

.posts-page .site-header__toggle:not(.opened) #nav-icon span {
  background: var(--color-brand);
}

/* line 18, resources/assets/styles/layouts/_news.scss */

.posts-page .posts-container {
  padding-block: 120px;
}

/* line 21, resources/assets/styles/layouts/_news.scss */

.posts-page .posts-container .section-heading {
  margin: 40px auto;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 28, resources/assets/styles/layouts/_news.scss */

  .posts-page header {
    color: var(--color-brand);
  }

  /* line 32, resources/assets/styles/layouts/_news.scss */

  .posts-page .posts-container {
    padding-block: 160px;
  }

  /* line 35, resources/assets/styles/layouts/_news.scss */

  .posts-page .posts-container .section-heading {
    margin: 80px auto;
  }
}

/* line 42, resources/assets/styles/layouts/_news.scss */

.posts-page-grid {
  display: grid;
  row-gap: 40px;
}

/* line 47, resources/assets/styles/layouts/_news.scss */

.posts-page-grid article .img-holder {
  --aspect-ratio: calc(624 / 415);
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio)));
}

/* line 57, resources/assets/styles/layouts/_news.scss */

.posts-page-grid article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 67, resources/assets/styles/layouts/_news.scss */

.posts-page-grid article footer {
  padding-top: 25px;
}

/* line 70, resources/assets/styles/layouts/_news.scss */

.posts-page-grid article footer a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/* line 79, resources/assets/styles/layouts/_news.scss */

.posts-page-grid article footer span.heading {
  margin-bottom: 10px;
  font-size: clamp(1.75rem, calc(1.5506rem + 0.5618vw), 2rem);
  line-height: 1.125;
}

/* line 85, resources/assets/styles/layouts/_news.scss */

.posts-page-grid article footer span:not(.heading) {
  font-weight: var(--font-weight-base);
  font-size: clamp(1rem, calc(0rem + 1.25vw), 1.375rem);
}

@media (min-width: 992px) {
  /* line 42, resources/assets/styles/layouts/_news.scss */

  .posts-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 90px 30px;
  }

  /* line 98, resources/assets/styles/layouts/_news.scss */

  .posts-page-grid article footer {
    padding-top: 35px;
  }

  /* line 102, resources/assets/styles/layouts/_news.scss */

  .posts-page-grid article footer span.heading {
    margin-bottom: 20px;
  }

  /* line 109, resources/assets/styles/layouts/_news.scss */

  .posts-page-grid article:hover img {
    border-radius: 50px;
  }

  /* line 114, resources/assets/styles/layouts/_news.scss */

  .posts-page-grid article:hover footer a {
    padding-left: 35px;
  }
}

/* line 1, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy {
  background: var(--color-base-light);
  position: initial;
}

/* line 5, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy main {
  color: var(--color-brand);
}

/* line 9, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy main.light .content-blocks {
  background: var(--color-base-light);
}

/* line 19, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy .site-header__toggle:not(.opened) #nav-icon span {
  background: var(--color-brand);
}

/* line 28, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy .single-content-container {
  padding: 120px var(--gutter);
}

/* line 35, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy .single-content-main h2.super,
body.privacy-policy .single-content-main .h2.super {
  margin-bottom: 50px;
}

@media (min-width: 380px) {
  /* line 35, resources/assets/styles/layouts/_privacy-page.scss */

  body.privacy-policy .single-content-main h2.super,
  body.privacy-policy .single-content-main .h2.super {
    font-size: clamp(2.375rem, calc(2.683vw + 1.738rem), 3.75rem);
    line-height: clamp(2.375rem, calc(2.683vw + 1.738rem), 3.75rem);
  }
}

@media (min-width: 1200px) {
  /* line 35, resources/assets/styles/layouts/_privacy-page.scss */

  body.privacy-policy .single-content-main h2.super,
  body.privacy-policy .single-content-main .h2.super {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

/* line 50, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy .single-content-main h3 {
  font-weight: var(--font-weight-semibold);
  padding-top: 20px;
  margin-bottom: 15px;
}

/* line 56, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy .single-content-main p,
body.privacy-policy .single-content-main ul {
  color: var(--color-base-dark);
}

/* line 61, resources/assets/styles/layouts/_privacy-page.scss */

body.privacy-policy .single-content-main ul {
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: disc;
  font-size: clamp(1rem, calc(0rem + 1.25vw), 1.5rem);
}

@media (min-width: 992px) {
  /* line 71, resources/assets/styles/layouts/_privacy-page.scss */

  body.privacy-policy header {
    color: var(--color-brand);
  }

  /* line 76, resources/assets/styles/layouts/_privacy-page.scss */

  body.privacy-policy .single-content-container {
    padding: 160px var(--gutter);
  }

  /* line 81, resources/assets/styles/layouts/_privacy-page.scss */

  body.privacy-policy .single-content-main h3 {
    padding-top: 40px;
  }
}

/* line 1, resources/assets/styles/layouts/_project.scss */

.single-project {
  background: var(--color-base-light);
}

/* line 4, resources/assets/styles/layouts/_project.scss */

.single-project--banner {
  position: relative;
  width: 100%;
  height: 50vh;
}

/* line 9, resources/assets/styles/layouts/_project.scss */

.single-project--banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 19, resources/assets/styles/layouts/_project.scss */

.single-project--feature {
  padding: 60px 0 30px;
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
}

/* line 25, resources/assets/styles/layouts/_project.scss */

.single-project--feature__name {
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 18px;
}

/* line 31, resources/assets/styles/layouts/_project.scss */

.single-project--feature__statement {
  font-weight: var(--font-weight-bold);
}

/* line 36, resources/assets/styles/layouts/_project.scss */

.single-project--details {
  padding-bottom: 60px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  gap: var(--gap);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 47, resources/assets/styles/layouts/_project.scss */

.single-project--details-item p {
  margin-bottom: 0;
}

/* line 53, resources/assets/styles/layouts/_project.scss */

.single-project-navigation {
  color: var(--color-brand);
}

/* line 56, resources/assets/styles/layouts/_project.scss */

.single-project-navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 110px 0 50px;
}

/* line 62, resources/assets/styles/layouts/_project.scss */

.single-project-navigation__prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 67, resources/assets/styles/layouts/_project.scss */

.single-project-navigation__prev::before {
  content: '';
  border: 1.5px solid var(--color-brand);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  margin-top: 3px;
  margin-right: 13px;
}

/* line 79, resources/assets/styles/layouts/_project.scss */

.single-project-navigation__next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 84, resources/assets/styles/layouts/_project.scss */

.single-project-navigation__next::after {
  content: '';
  border: 1.5px solid var(--color-brand);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  margin-top: 3px;
  margin-left: 13px;
}

@media (min-width: 992px) {
  /* line 98, resources/assets/styles/layouts/_project.scss */

  .single-project--banner {
    height: 100vh;
  }

  /* line 102, resources/assets/styles/layouts/_project.scss */

  .single-project--feature {
    padding: 210px 0 90px;
  }

  /* line 105, resources/assets/styles/layouts/_project.scss */

  .single-project--feature__statement {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 26px;
  }

  /* line 112, resources/assets/styles/layouts/_project.scss */

  .single-project--details {
    padding-bottom: 120px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 122, resources/assets/styles/layouts/_project.scss */

  .single-project--details-item p {
    margin-bottom: 0;
  }
}

/* line 1, resources/assets/styles/layouts/_projects-page.scss */

.template-projects {
  background: var(--color-base-light);
  position: initial;
}

/* line 5, resources/assets/styles/layouts/_projects-page.scss */

.template-projects main {
  color: var(--color-brand);
}

/* line 13, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .site-header__toggle:not(.opened) #nav-icon span {
  background: var(--color-brand);
}

/* line 22, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-container {
  padding: 120px var(--gutter);
}

/* line 25, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-container .section-heading {
  margin: 20px auto;
  text-align: center;
}

/* line 32, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid,
.template-projects .ics-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 40px;
  padding: 40px 0 140px;
}

/* line 40, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article .img-holder,
.template-projects .ics-grid article .img-holder {
  --aspect-ratio: calc(624 / 415);
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio)));
}

/* line 50, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article img,
.template-projects .ics-grid article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 60, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article footer,
.template-projects .ics-grid article footer {
  padding-top: 8px;
}

/* line 63, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article footer a,
.template-projects .ics-grid article footer a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/* line 70, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article footer a::before,
.template-projects .ics-grid article footer a::before {
  background-color: attr(data-dot-color);
  content: '';
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 79, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article footer span:first-child,
.template-projects .ics-grid article footer span:first-child {
  margin-right: 16px;
  line-height: 1;
}

/* line 83, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article footer span:last-child,
.template-projects .ics-grid article footer span:last-child {
  text-transform: uppercase;
  line-height: 1.2;
}

/* line 91, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article:hover img,
.template-projects .ics-grid article:hover img {
  border-radius: 50px;
}

/* line 96, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article:hover footer a,
.template-projects .ics-grid article:hover footer a {
  padding-left: 35px;
}

/* line 99, resources/assets/styles/layouts/_projects-page.scss */

.template-projects .projects-page-grid article:hover footer a::before,
.template-projects .ics-grid article:hover footer a::before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

@media (min-width: 992px) {
  /* line 115, resources/assets/styles/layouts/_projects-page.scss */

  .template-projects header {
    color: var(--color-brand);
  }

  /* line 120, resources/assets/styles/layouts/_projects-page.scss */

  .template-projects .projects-container {
    padding: 160px var(--gutter);
  }

  /* line 123, resources/assets/styles/layouts/_projects-page.scss */

  .template-projects .projects-container .section-heading {
    margin: 40px auto;
    text-align: center;
  }

  /* line 130, resources/assets/styles/layouts/_projects-page.scss */

  .template-projects .projects-page-grid,
  .template-projects .ics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 90px;
    padding: 40px 0 220px;
  }

  /* line 139, resources/assets/styles/layouts/_projects-page.scss */

  .template-projects .projects-page-grid article footer,
  .template-projects .ics-grid article footer {
    padding-top: 16px;
  }

  /* line 143, resources/assets/styles/layouts/_projects-page.scss */

  .template-projects .projects-page-grid article footer span:first-child,
  .template-projects .ics-grid article footer span:first-child {
    margin-right: 20px;
  }

  /* line 151, resources/assets/styles/layouts/_projects-page.scss */

  .template-projects .ics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* line 1, resources/assets/styles/components/_case_studies.scss */

.case-studies {
  padding: 134px 0;
}

/* line 4, resources/assets/styles/components/_case_studies.scss */

.case-studies .bg-heading-marquee {
  padding: 0;
}

@media (max-width: 575px) {
  /* line 1, resources/assets/styles/components/_case_studies.scss */

  .case-studies {
    padding-bottom: 75px;
  }
}

/* line 14, resources/assets/styles/components/_case_studies.scss */

.case-study-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  justify-self: self-end;
}

/* line 20, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item {
  padding: 20px;
  margin: 36px 0;
}

/* line 25, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item-content h2,
.case-study-grid--item-content h3 {
  font-weight: var(--font-weight-bold);
  margin-bottom: 11px;
}

/* line 31, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item-content p {
  margin-bottom: 4px;
}

/* line 35, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item-content__description {
  margin: 22px 0 35px;
}

/* line 39, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item-content a {
  font-size: clamp(1rem, calc(0rem + 1.25vw), 1.5rem);
}

/* line 44, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item-image {
  margin-bottom: 28px;
  grid-column: 6 / span 6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 51, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item.even > div {
  grid-column: 9 / span 3;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 56, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item.even > img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  grid-column: 2 / span 6;
}

/* line 63, resources/assets/styles/components/_case_studies.scss */

.case-study-grid--item:hover img {
  border-radius: 50px;
}

@media (min-width: 992px) {
  /* line 72, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    list-style-type: none;
    gap: 20px;
    padding: 94px 0;
  }

  /* line 80, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item-content {
    grid-column: 2 / span 3;
  }

  /* line 83, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item-content h2,
  .case-study-grid--item-content h3 {
    margin-bottom: 15px;
  }

  /* line 88, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item-content__description {
    margin: 30px 0 70px;
  }

  /* line 93, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item-image {
    margin-bottom: inherit;
    grid-column: 6 / span 6;
  }

  /* line 99, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item.even > div {
    grid-column: 9 / span 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 104, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item.even > img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 2 / span 6;
  }
}

@media (max-width: 991px) {
  /* line 115, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 118, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 122, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 575px) {
  /* line 131, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item {
    margin: 18px 0;
  }

  /* line 135, resources/assets/styles/components/_case_studies.scss */

  .case-study-grid--item-content p,
  .case-study-grid--item-content a {
    font-size: 14px;
    line-height: 1;
  }
}

/* line 1, resources/assets/styles/components/_feature.scss */

.feature {
  padding-bottom: 64px;
}

/* line 4, resources/assets/styles/components/_feature.scss */

.feature .section-title {
  max-width: inherit;
  overflow-wrap: initial;
  text-align: center;
}

/* line 10, resources/assets/styles/components/_feature.scss */

.feature-image {
  position: relative;
}

/* line 13, resources/assets/styles/components/_feature.scss */

.feature-image img {
  margin-left: auto;
}

/* line 18, resources/assets/styles/components/_feature.scss */

.feature-content {
  margin-bottom: 30px;
}

/* line 21, resources/assets/styles/components/_feature.scss */

.feature-content-wrapper {
  position: relative;
  margin-top: 21px;
}

/* line 26, resources/assets/styles/components/_feature.scss */

.feature-content-link {
  padding-top: 36px;
}

@media (min-width: 992px) {
  /* line 32, resources/assets/styles/components/_feature.scss */

  .feature-image {
    position: relative;
    max-width: 90%;
    margin-left: auto;
  }

  /* line 37, resources/assets/styles/components/_feature.scss */

  .feature-image img {
    margin-left: auto;
  }

  /* line 42, resources/assets/styles/components/_feature.scss */

  .feature-content {
    margin-bottom: inherit;
    max-width: 480px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  /* line 50, resources/assets/styles/components/_feature.scss */

  .feature-content-wrapper {
    position: relative;
    margin-top: 56px;
  }

  /* line 55, resources/assets/styles/components/_feature.scss */

  .feature-content-link {
    padding-top: 56px;
  }
}

/* line 1, resources/assets/styles/components/_hero.scss */

.hero {
  padding-top: 116px;
  background-color: var(--color-brand);
}

/* line 5, resources/assets/styles/components/_hero.scss */

.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

/* line 13, resources/assets/styles/components/_hero.scss */

.hero-center {
  min-height: 436px;
  height: 100%;
  position: relative;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 23, resources/assets/styles/components/_hero.scss */

.hero-center h1,
.hero-center h2 {
  z-index: 1;
}

/* line 28, resources/assets/styles/components/_hero.scss */

.hero-center h1 {
  margin-bottom: 40px;
}

/* line 32, resources/assets/styles/components/_hero.scss */

.hero-center h2 {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-heading);
  font-size: clamp(2rem, calc(0.5rem + 1.5625vw), 2.625rem);
  text-transform: uppercase;
}

/* line 39, resources/assets/styles/components/_hero.scss */

.hero-center .btn {
  z-index: 1;
}

/* line 43, resources/assets/styles/components/_hero.scss */

.hero-center__img,
.hero-center__video {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

/* line 56, resources/assets/styles/components/_hero.scss */

.hero-center img.desktop {
  display: none;
}

/* line 60, resources/assets/styles/components/_hero.scss */

.hero-center img.mobile {
  display: block;
}

/* line 65, resources/assets/styles/components/_hero.scss */

.hero-center__logo-image {
  position: absolute;
}

/* line 70, resources/assets/styles/components/_hero.scss */

.hero-sub {
  display: none;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_hero.scss */

  .hero {
    height: 100vh;
    padding-top: 0;
  }

  /* line 80, resources/assets/styles/components/_hero.scss */

  .hero-center img.desktop {
    display: block;
  }

  /* line 84, resources/assets/styles/components/_hero.scss */

  .hero-center img.mobile {
    display: none;
  }

  /* line 90, resources/assets/styles/components/_hero.scss */

  .hero-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px var(--gutter);
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  /* line 98, resources/assets/styles/components/_hero.scss */

  .hero-sub a {
    line-height: 1;
    font-weight: var(--font-weight-base);
    font-size: clamp(1.75rem, calc(0.5rem + 1.5625vw), 2.375rem);
  }
}

@media (min-width: 1200px) {
  /* line 107, resources/assets/styles/components/_hero.scss */

  .hero-center {
    font-size: clamp(2rem, calc(0.5rem + 1.5625vw), 2.625rem);
  }
}

/* line 1, resources/assets/styles/components/_ics.scss */

.ics {
  color: var(--color-base-dark);
}

/* line 1, resources/assets/styles/components/_project-image-grid.scss */

.project-image-grid {
  padding: 10px 0;
  position: relative;
}

/* line 5, resources/assets/styles/components/_project-image-grid.scss */

.project-image-grid__image,
.project-image-grid__video,
.project-image-grid video,
.project-image-grid img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 14, resources/assets/styles/components/_project-image-grid.scss */

.project-image-grid.images-2,
.project-image-grid.images-3,
.project-image-grid.images-4 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_project-image-grid.scss */

  .project-image-grid {
    padding: 22px 0;
  }

  /* line 25, resources/assets/styles/components/_project-image-grid.scss */

  .project-image-grid.images-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 32, resources/assets/styles/components/_project-image-grid.scss */

  .project-image-grid.images-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 39, resources/assets/styles/components/_project-image-grid.scss */

  .project-image-grid.images-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 1, resources/assets/styles/components/_project-image.scss */

.project-image {
  padding: 10px 0;
  position: relative;
}

/* line 5, resources/assets/styles/components/_project-image.scss */

.project-image__image,
.project-image__video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 12, resources/assets/styles/components/_project-image.scss */

.project-image__sticker {
  font-size: 10px;
  line-height: 11px;
  position: absolute;
  border-radius: 50%;
  padding: 18px;
  width: 95px;
  height: 95px;
  top: -45px;
  right: -20px;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

/* line 26, resources/assets/styles/components/_project-image.scss */

.project-image__sticker::after {
  content: '';
  display: block;
  width: 49px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
  border-radius: 0 0 22px 50%/22px;
  border: solid 1px var(--color-base-light);
  border-color: transparent transparent var(--color-base-light) transparent;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_project-image.scss */

  .project-image {
    padding: 22px 0;
  }
}

/* line 1, resources/assets/styles/components/_project-quote.scss */

.project-quote {
  padding: 50px 0;
  max-width: 730px;
  margin: 0 auto;
}

/* line 6, resources/assets/styles/components/_project-quote.scss */

.project-quote__content {
  margin-bottom: 46px;
}

/* line 10, resources/assets/styles/components/_project-quote.scss */

.project-quote__attribution {
  text-align: center;
}

/* line 13, resources/assets/styles/components/_project-quote.scss */

.project-quote__attribution span {
  display: block;
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_project-quote.scss */

  .project-quote {
    padding: 200px 0 300px;
  }
}

/* line 1, resources/assets/styles/components/_project-text.scss */

.project-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  position: relative;
}

/* line 10, resources/assets/styles/components/_project-text.scss */

.project-text.reverse > img,
.project-text.reverse > video {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 16, resources/assets/styles/components/_project-text.scss */

.project-text.no-image {
  margin: 0 auto;
  grid-column: span 2;
  display: block;
}

/* line 21, resources/assets/styles/components/_project-text.scss */

.project-text.no-image > div {
  max-width: 662px;
  position: relative;
}

/* line 26, resources/assets/styles/components/_project-text.scss */

.project-text.no-image .seperator-line {
  position: relative;
  display: block;
  text-align: center;
  width: 1px;
  height: 162px;
  margin: 52px auto;
}

/* line 35, resources/assets/styles/components/_project-text.scss */

.project-text.no-image .circle {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 52px auto;
}

/* line 46, resources/assets/styles/components/_project-text.scss */

.project-text h1,
.project-text .h1 {
  font-weight: var(--font-weight-base);
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_project-text.scss */

  .project-text {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* line 54, resources/assets/styles/components/_project-text.scss */

  .project-text__content {
    margin: 0 auto;
    max-width: 365px;
  }
}

/* line 1, resources/assets/styles/components/_project-video-grid.scss */

.project-video-grid {
  padding: 10px 0;
  position: relative;
}

/* line 5, resources/assets/styles/components/_project-video-grid.scss */

.project-video-grid__video,
.project-video-grid__image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 12, resources/assets/styles/components/_project-video-grid.scss */

.project-video-grid.videos-2,
.project-video-grid.videos-3,
.project-video-grid.videos-4 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_project-video-grid.scss */

  .project-video-grid {
    padding: 22px 0;
  }

  /* line 23, resources/assets/styles/components/_project-video-grid.scss */

  .project-video-grid.videos-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 30, resources/assets/styles/components/_project-video-grid.scss */

  .project-video-grid.videos-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 37, resources/assets/styles/components/_project-video-grid.scss */

  .project-video-grid.videos-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 1, resources/assets/styles/components/_project-video.scss */

.project-video {
  padding: 10px 0;
  position: relative;
}

/* line 5, resources/assets/styles/components/_project-video.scss */

.project-video__video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 11, resources/assets/styles/components/_project-video.scss */

.project-video__image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 17, resources/assets/styles/components/_project-video.scss */

.project-video__sticker {
  font-size: 10px;
  line-height: 11px;
  position: absolute;
  border-radius: 50%;
  padding: 18px;
  width: 95px;
  height: 95px;
  top: -45px;
  right: -20px;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

/* line 31, resources/assets/styles/components/_project-video.scss */

.project-video__sticker::after {
  content: '';
  display: block;
  width: 49px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
  border-radius: 0 0 22px 50%/22px;
  border: solid 1px var(--color-base-light);
  border-color: transparent transparent var(--color-base-light) transparent;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_project-video.scss */

  .project-video {
    padding: 22px 0;
  }
}

/* line 1, resources/assets/styles/components/_section-title.scss */

.section-title {
  margin: 0 auto;
  max-width: 1654px;
  position: relative;
}

/* line 6, resources/assets/styles/components/_section-title.scss */

.section-title h1,
.section-title h2 {
  -webkit-text-stroke: 1px var(--color-base-light);
  -webkit-text-fill-color: transparent;
}

/* line 12, resources/assets/styles/components/_section-title.scss */

.section-title-animation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* line 21, resources/assets/styles/components/_section-title.scss */

.section-title-placeholder {
  opacity: 0;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_section-title.scss */

  .section-title {
    text-align: center;
  }
}

/* line 2, resources/assets/styles/components/_service.scss */

.service__inner {
  padding: 32px 0;
}

/* line 6, resources/assets/styles/components/_service.scss */

.service .bg-solid {
  background: var(--color-brand-light);
}

/* line 10, resources/assets/styles/components/_service.scss */

.service .bg-gradient {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--color-brand)), to(var(--color-brand-light))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, var(--color-brand) 0%, var(--color-brand-light) 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, var(--color-brand) 0%, var(--color-brand-light) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, var(--color-brand) 0%, var(--color-brand-light) 100%) 0% 0% no-repeat padding-box;
}

/* line 14, resources/assets/styles/components/_service.scss */

.service .bg-gradientReverse {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--color-brand-light)), to(var(--color-brand))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, var(--color-brand-light) 0%, var(--color-brand) 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, var(--color-brand-light) 0%, var(--color-brand) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, var(--color-brand-light) 0%, var(--color-brand) 100%) 0% 0% no-repeat padding-box;
}

/* line 18, resources/assets/styles/components/_service.scss */

.service .section-title {
  margin-bottom: 36px;
}

/* line 23, resources/assets/styles/components/_service.scss */

.service-grid__feature {
  position: relative;
}

/* line 26, resources/assets/styles/components/_service.scss */

.service-grid__feature-image {
  margin: 0 auto;
  width: 100%;
}

/* line 31, resources/assets/styles/components/_service.scss */

.service-grid__feature-link {
  position: absolute;
  left: 44px;
  bottom: 53px;
  font-size: clamp(1rem, calc(0rem + 1.25vw), 1.5rem);
  padding: 14px 23px;
  font-weight: var(--font-weight-base);
  color: var(--color-base-light);
  background-color: var(--color-brand);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  /* line 56, resources/assets/styles/components/_service.scss */

  .service__inner {
    padding: 150px 0 50px;
  }

  /* line 60, resources/assets/styles/components/_service.scss */

  .service-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    list-style-type: none;
    gap: 20px;
    grid-template-areas: "description description description description description . content content content content content content";
  }

  /* line 67, resources/assets/styles/components/_service.scss */

  .service-grid__description {
    grid-area: description;
    max-width: 485px;
  }

  /* line 72, resources/assets/styles/components/_service.scss */

  .service-grid__content {
    grid-area: content;
    margin-bottom: 160px;
  }
}

/* line 1, resources/assets/styles/components/_site-footer.scss */

.site-footer {
  background-color: var(--color-brand);
  overflow: hidden;
}

/* line 5, resources/assets/styles/components/_site-footer.scss */

.site-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

/* line 13, resources/assets/styles/components/_site-footer.scss */

.site-footer-top {
  padding: var(--gutter) 0;
}

/* line 15, resources/assets/styles/components/_site-footer.scss */

.site-footer-top a {
  font-size: clamp(1.375rem, calc(1.0758rem + 0.8427vw), 1.75rem);
  font-weight: var(--font-weight-base);
}

/* line 22, resources/assets/styles/components/_site-footer.scss */

.site-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
}

/* line 34, resources/assets/styles/components/_site-footer.scss */

.site-footer-nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}

/* line 38, resources/assets/styles/components/_site-footer.scss */

.site-footer-nav ul li a {
  text-decoration: none;
  font-size: clamp(1.375rem, calc(1.0758rem + 0.8427vw), 1.75rem);
  line-height: 1;
  position: relative;
}

/* line 44, resources/assets/styles/components/_site-footer.scss */

.site-footer-nav ul li a::after {
  position: absolute;
  bottom: -11.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  margin-top: 18px;
  width: 0;
  height: 1px;
  background-color: var(--color-base-light);
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

/* line 59, resources/assets/styles/components/_site-footer.scss */

.site-footer-nav ul li.active a {
  position: relative;
}

/* line 62, resources/assets/styles/components/_site-footer.scss */

.site-footer-nav ul li.active a::after {
  position: absolute;
  bottom: -11.5px;
  left: 0;
  content: '';
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: var(--color-base-light);
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 78, resources/assets/styles/components/_site-footer.scss */

.site-footer-nav ul li:hover a::after {
  width: 100%;
}

/* line 87, resources/assets/styles/components/_site-footer.scss */

.site-footer-center {
  height: 100%;
  min-height: 160px;
  position: relative;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 97, resources/assets/styles/components/_site-footer.scss */

.site-footer-center h1,
.site-footer-center h2 {
  z-index: 1;
}

/* line 102, resources/assets/styles/components/_site-footer.scss */

.site-footer-center .btn {
  z-index: 1;
  display: none;
}

/* line 107, resources/assets/styles/components/_site-footer.scss */

.site-footer-center img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}

/* line 118, resources/assets/styles/components/_site-footer.scss */

.site-footer-sub {
  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;
}

/* line 123, resources/assets/styles/components/_site-footer.scss */

.site-footer-sub a {
  font-size: clamp(1.375rem, calc(1.0758rem + 0.8427vw), 1.75rem);
  line-height: 1;
  font-weight: var(--font-weight-base);
}

/* line 131, resources/assets/styles/components/_site-footer.scss */

.site-footer-sub .site-socials li svg {
  display: block;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_site-footer.scss */

  .site-footer {
    height: 100vh;
  }

  /* line 141, resources/assets/styles/components/_site-footer.scss */

  .site-footer-top {
    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;
    padding: var(--gutter) 0;
  }

  /* line 147, resources/assets/styles/components/_site-footer.scss */

  .site-footer-top a {
    line-height: 1;
  }

  /* line 153, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 155, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 158, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav ul li:not(:last-child) {
    padding: 0 20px;
  }

  /* line 162, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav ul li:last-child {
    padding-left: 20px;
  }

  /* line 169, resources/assets/styles/components/_site-footer.scss */

  .site-footer-center {
    max-width: 90%;
  }

  /* line 172, resources/assets/styles/components/_site-footer.scss */

  .site-footer-center .btn {
    display: block;
  }

  /* line 177, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 42px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 182, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub-phone {
    display: none;
  }

  /* line 187, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav--bottom {
    margin-left: auto;
    padding-right: 20px;
  }

  /* line 193, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav--bottom ul li a {
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 1, resources/assets/styles/components/_site-footer.scss */

  .site-footer {
    padding: 70px 0;
  }

  /* line 204, resources/assets/styles/components/_site-footer.scss */

  .site-footer-top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 65px;
  }

  /* line 208, resources/assets/styles/components/_site-footer.scss */

  .site-footer-top > a {
    display: none;
  }

  /* line 213, resources/assets/styles/components/_site-footer.scss */

  .site-footer-center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 65px;
  }

  /* line 218, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 221, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 19px 0;
  }

  /* line 226, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub-email {
    padding: 19px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 231, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub .site-socials {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0 48px;
    gap: 45px;
  }

  /* line 236, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub .site-socials li {
    --site-socials-li-not-lastchild-mr: 0;
    margin: 0;
  }

  /* line 244, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav--bottom {
    width: 100%;
    padding-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  /* line 252, resources/assets/styles/components/_site-footer.scss */

  .site-footer-top a {
    font-size: clamp(1.75rem, calc(0.5rem + 1.5625vw), 2.375rem);
  }

  /* line 258, resources/assets/styles/components/_site-footer.scss */

  .site-footer-sub a {
    font-size: clamp(1.75rem, calc(0.5rem + 1.5625vw), 2.375rem);
  }

  /* line 266, resources/assets/styles/components/_site-footer.scss */

  .site-footer-nav ul li a {
    font-size: clamp(1.75rem, calc(0.5rem + 1.5625vw), 2.375rem);
  }
}

@media (max-width: 767px) {
  /* line 276, resources/assets/styles/components/_site-footer.scss */

  .site-footer-contact-grid {
    text-align: center;
  }

  /* line 280, resources/assets/styles/components/_site-footer.scss */

  .site-footer-contact .site-footer-sub {
    text-align: center;
    padding: 45px 0 30px;
  }

  /* line 284, resources/assets/styles/components/_site-footer.scss */

  .site-footer-contact .site-footer-sub .site-socials {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 40px;
  }
}

/* line 1, resources/assets/styles/components/_site-header.scss */

.site-header {
  margin: 14px 0 22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

/* line 9, resources/assets/styles/components/_site-header.scss */

.site-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

/* line 16, resources/assets/styles/components/_site-header.scss */

.site-header-brand h1 {
  line-height: 1;
  margin: 0;
  max-width: 200px;
  font-weight: var(--font-weight-base);
}

/* line 23, resources/assets/styles/components/_site-header.scss */

.site-header-brand > svg {
  max-width: 188px;
  width: clamp(257px, calc(10.1875rem + 7.3438vw), 301px);
  height: clamp(58px, calc(2.25rem + 1.7188vw), 68px);
}

/* line 30, resources/assets/styles/components/_site-header.scss */

.site-header__toggle {
  width: 20px;
  height: 20px;
  z-index: 12;
  margin-top: 8px;
}

/* line 36, resources/assets/styles/components/_site-header.scss */

.site-header__toggle .nav-icon {
  position: relative;
}

/* line 38, resources/assets/styles/components/_site-header.scss */

.site-header__toggle .nav-icon span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: var(--color-base-light);
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* line 49, resources/assets/styles/components/_site-header.scss */

.site-header__toggle .nav-icon span:nth-child(1) {
  top: 0;
}

/* line 52, resources/assets/styles/components/_site-header.scss */

.site-header__toggle .nav-icon span:nth-child(2) {
  top: 9px;
}

/* line 55, resources/assets/styles/components/_site-header.scss */

.site-header__toggle .nav-icon span:nth-child(3) {
  top: 18px;
}

/* line 66, resources/assets/styles/components/_site-header.scss */

.site-header__toggle.opened .nav-icon span:nth-child(1) {
  width: 0;
}

/* line 69, resources/assets/styles/components/_site-header.scss */

.site-header__toggle.opened .nav-icon span:nth-child(2) {
  width: 100%;
}

/* line 72, resources/assets/styles/components/_site-header.scss */

.site-header__toggle.opened .nav-icon span:nth-child(3) {
  width: 0;
}

@media (min-width: 992px) {
  /* line 30, resources/assets/styles/components/_site-header.scss */

  .site-header__toggle {
    display: none;
  }
}

/* line 89, resources/assets/styles/components/_site-header.scss */

.site-header-nav .nav-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

/* line 96, resources/assets/styles/components/_site-header.scss */

.site-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 103, resources/assets/styles/components/_site-header.scss */

.site-header-nav ul li a {
  text-decoration: none;
  font-size: clamp(1.75rem, calc(0.5rem + 1.5625vw), 2.375rem);
  line-height: 1;
  position: relative;
  font-weight: var(--font-weight-base);
}

/* line 110, resources/assets/styles/components/_site-header.scss */

.site-header-nav ul li a::after {
  position: absolute;
  bottom: -11.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  margin-top: 18px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

/* line 125, resources/assets/styles/components/_site-header.scss */

.site-header-nav ul li.active a {
  position: relative;
}

/* line 128, resources/assets/styles/components/_site-header.scss */

.site-header-nav ul li.active a::after {
  position: absolute;
  bottom: -11.5px;
  left: 0;
  content: '';
  margin-top: 18px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 144, resources/assets/styles/components/_site-header.scss */

.site-header-nav ul li:hover a::after {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 153, resources/assets/styles/components/_site-header.scss */

  .site-header-nav > .nav-logo,
  .site-header-nav > .site-socials,
  .site-header-nav > a {
    display: none;
  }

  /* line 161, resources/assets/styles/components/_site-header.scss */

  .site-header-nav ul li:not(:last-child) {
    padding: 0 20px;
  }

  /* line 165, resources/assets/styles/components/_site-header.scss */

  .site-header-nav ul li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  /* line 87, resources/assets/styles/components/_site-header.scss */

  .site-header-nav {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -5;
    opacity: 0;
    top: 0;
    bottom: 100%;
    left: 0;
    background-color: var(--color-brand);
    overflow-x: hidden;
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    text-align: left;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 189, resources/assets/styles/components/_site-header.scss */

  .site-header-nav.opened {
    opacity: 1;
    z-index: 10;
    position: fixed;
  }

  /* line 195, resources/assets/styles/components/_site-header.scss */

  .site-header-nav .nav-logo {
    max-width: 188px;
  }

  /* line 199, resources/assets/styles/components/_site-header.scss */

  .site-header-nav > a {
    text-align: center;
    padding: 74px 0 20px;
    font-size: 22px;
    line-height: 1;
  }

  /* line 206, resources/assets/styles/components/_site-header.scss */

  .site-header-nav ul {
    margin-top: 70px;
    -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;
  }

  /* line 211, resources/assets/styles/components/_site-header.scss */

  .site-header-nav ul li {
    padding: 22px 0;
  }

  /* line 214, resources/assets/styles/components/_site-header.scss */

  .site-header-nav ul li a {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-heading);
    text-transform: uppercase;
  }

  /* line 224, resources/assets/styles/components/_site-header.scss */

  .site-header-nav > .site-socials {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 230, resources/assets/styles/components/_site-header.scss */

  .site-header-nav > .site-socials li {
    padding: 0 22px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_site-header.scss */

  .site-header {
    margin: 44px 0;
  }

  /* line 258, resources/assets/styles/components/_site-header.scss */

  .site-header-brand > svg {
    max-width: inherit;
  }

  /* line 262, resources/assets/styles/components/_site-header.scss */

  .site-header-brand h1 {
    max-width: inherit;
  }
}

/* line 1, resources/assets/styles/components/_site-socials.scss */

.site-socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6, resources/assets/styles/components/_site-socials.scss */

.site-socials li:not(:last-child) {
  margin-right: var(--site-socials-li-not-lastchild-mr, 12px);
}

/* line 10, resources/assets/styles/components/_site-socials.scss */

.site-socials li svg {
  width: clamp(30px, calc(0.051rem + 2.703vw), 40px);
  height: clamp(30px, calc(0.051rem + 2.703vw), 40px);
}

/* line 1, resources/assets/styles/components/_slick.scss */

.slider-pagination {
  display: block;
  overflow: hidden;
  padding: 8px 0;
}

/* line 6, resources/assets/styles/components/_slick.scss */

.slider-pagination .slick-dots {
  text-align: center;
  padding: 0;
}

/* line 10, resources/assets/styles/components/_slick.scss */

.slider-pagination .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--color-base-light);
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 21, resources/assets/styles/components/_slick.scss */

.slider-pagination .slick-dots li.slick-active {
  background-color: var(--color-base-light);
}

/* line 25, resources/assets/styles/components/_slick.scss */

.slider-pagination .slick-dots li button {
  display: none;
}

/* line 1, resources/assets/styles/components/_staff.scss */

.staff {
  padding: 110px 0;
}

/* line 4, resources/assets/styles/components/_staff.scss */

.staff .section-title {
  text-align: center;
}

/* line 8, resources/assets/styles/components/_staff.scss */

.staff-grid {
  position: relative;
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 66px;
  margin-top: 50px;
}

/* line 15, resources/assets/styles/components/_staff.scss */

.staff-grid--item {
  text-align: center;
}

/* line 18, resources/assets/styles/components/_staff.scss */

.staff-grid--item-image {
  margin: 0 auto 20px;
}

/* line 22, resources/assets/styles/components/_staff.scss */

.staff-grid--item-name,
.staff-grid--item-job {
  font-weight: bold;
  margin: 0;
}

/* line 28, resources/assets/styles/components/_staff.scss */

.staff-grid--item strong {
  font-weight: var(--font-weight-bold);
  display: block;
}

/* line 33, resources/assets/styles/components/_staff.scss */

.staff-grid--item p {
  max-width: 380px;
  margin: 1rem auto;
}

/* line 39, resources/assets/styles/components/_staff.scss */

.staff-grid::before {
  content: '';
  background: url(/wp-content/themes/sensepropertystudio/dist/images/staff1.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50%;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -25%);
       -o-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  z-index: -1;
}

/* line 53, resources/assets/styles/components/_staff.scss */

.staff-grid::after {
  content: '';
  background: url(/wp-content/themes/sensepropertystudio/dist/images/staff2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50%;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 75%;
  -webkit-transform: translate(-50%, -25%);
       -o-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  z-index: -1;
}

@media (min-width: 992px) {
  /* line 69, resources/assets/styles/components/_staff.scss */

  .staff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -68px;
    row-gap: 90px;
  }

  /* line 75, resources/assets/styles/components/_staff.scss */

  .staff-grid--item-image {
    margin: 0 auto 28px;
  }

  /* line 80, resources/assets/styles/components/_staff.scss */

  .staff-grid::before {
    content: '';
    background: url(/wp-content/themes/sensepropertystudio/dist/images/staff1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50%;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%, -25%);
         -o-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
    z-index: -1;
  }

  /* line 94, resources/assets/styles/components/_staff.scss */

  .staff-grid::after {
    content: '';
    background: url(/wp-content/themes/sensepropertystudio/dist/images/staff2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50%;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 75%;
    -webkit-transform: translate(-50%, -25%);
         -o-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
    z-index: -1;
  }
}

@media (max-width: 767px) {
  /* line 111, resources/assets/styles/components/_staff.scss */

  .staff-grid {
    row-gap: 55px;
  }

  /* line 115, resources/assets/styles/components/_staff.scss */

  .staff-grid--item-image {
    max-width: 146px;
  }
}

/* line 1, resources/assets/styles/components/_testimonials.scss */

.testimonials {
  position: relative;
}

/* line 4, resources/assets/styles/components/_testimonials.scss */

.testimonials-slider {
  z-index: 2;
}

/* line 6, resources/assets/styles/components/_testimonials.scss */

.testimonials-slider--item {
  text-align: center;
}

/* line 9, resources/assets/styles/components/_testimonials.scss */

.testimonials-slider--item__quote {
  max-width: 838px;
  margin: 25px auto;
  font-weight: var(--font-weight-bold);
}

/* line 15, resources/assets/styles/components/_testimonials.scss */

.testimonials-slider--item__attribution,
.testimonials-slider--item__company {
  text-transform: uppercase;
  position: relative;
}

/* line 22, resources/assets/styles/components/_testimonials.scss */

.testimonials-slider__pagination {
  z-index: 9;
  position: relative;
}

/* line 28, resources/assets/styles/components/_testimonials.scss */

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

/* line 32, resources/assets/styles/components/_testimonials.scss */

.testimonials-container > .section-title {
  position: relative;
  margin-bottom: 70px;
  z-index: 2;
}

/* line 37, resources/assets/styles/components/_testimonials.scss */

.testimonials-container > .section-title h1 {
  -webkit-text-fill-color: var(--color-brand-light);
}

/* line 42, resources/assets/styles/components/_testimonials.scss */

.testimonials-container::after {
  content: '';
  background: url(/wp-content/themes/sensepropertystudio/dist/images/testimonials.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 59, resources/assets/styles/components/_testimonials.scss */

  .testimonials-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 63, resources/assets/styles/components/_testimonials.scss */

  .testimonials-container::after {
    position: relative;
    height: 160px;
    left: unset;
    top: unset;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5px;
  }

  /* line 73, resources/assets/styles/components/_testimonials.scss */

  .testimonials-container > .section-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 0;
  }

  /* line 77, resources/assets/styles/components/_testimonials.scss */

  .testimonials-container > .section-title h2 {
    text-align: center;
    margin-bottom: 0;
  }

  /* line 84, resources/assets/styles/components/_testimonials.scss */

  .testimonials-slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 87, resources/assets/styles/components/_testimonials.scss */

  .testimonials-slider--item {
    margin-bottom: 25px;
  }

  /* line 90, resources/assets/styles/components/_testimonials.scss */

  .testimonials-slider--item__attribution,
  .testimonials-slider--item__company {
    font-size: 14px;
  }

  /* line 96, resources/assets/styles/components/_testimonials.scss */

  .testimonials-slider__pagination {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 50px;
  }
}

/* line 2, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group > div {
  padding: 70px 0;
}

/* line 6, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group--white {
  background-color: var(--color-base-light);
  color: var(--color-brand-light);
}

/* line 11, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group--primary {
  background-color: var(--color-brand);
}

/* line 15, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group--section-heading {
  text-align: center;
  margin: 20px auto;
  position: relative;
}

/* line 21, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-intro {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  justify-self: self-start;
}

/* line 30, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-intro h1:last-child,
.text-w-image-group-intro h2:last-child,
.text-w-image-group-intro h3:last-child,
.text-w-image-group-intro h4:last-child {
  margin-bottom: 50px;
}

/* line 35, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-intro h3 ~ h3 {
  margin-bottom: 30px;
}

/* line 39, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-intro-title {
  line-height: 43px;
}

/* line 43, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-intro a {
  text-decoration: underline;
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}

/* line 50, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 56, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-content-grid > img {
  margin: 26px auto;
  max-width: 65%;
}

/* line 62, resources/assets/styles/components/_text_w_image_group.scss */

.text-w-image-group-content-grid--imagefirst > img {
  max-width: 100%;
}

@media (min-width: 992px) {
  /* line 70, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group > div {
    padding: 110px 0;
  }

  /* line 75, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-intro h1,
  .text-w-image-group-intro h2,
  .text-w-image-group-intro h3,
  .text-w-image-group-intro h4 {
    margin-bottom: 20px;
  }

  /* line 80, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-intro h1:last-child,
  .text-w-image-group-intro h2:last-child,
  .text-w-image-group-intro h3:last-child,
  .text-w-image-group-intro h4:last-child {
    margin-bottom: 20px;
  }

  /* line 87, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    list-style-type: none;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: var(--text-w-image-group-content-grid-padding, 60px 0);
  }

  /* line 95, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid.w-heading {
    --text-w-image-group-content-grid-padding: clamp(70px, 6vw, 90px) 0 60px;
  }

  /* line 99, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid.is-front-page {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  /* line 102, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid.is-front-page > div {
    padding: 0;
  }

  /* line 107, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid > div {
    grid-column: span 5;
    padding: 40px 0 0;
  }

  /* line 112, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid > img {
    margin: inherit;
    max-width: inherit;
    grid-column-start: 8;
    grid-column-end: span 5;
    width: 100%;
    height: auto;
    margin-left: auto;
    max-width: 100%;
    -ms-flex-item-align: start;
        align-self: start;
  }

  /* line 126, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid--imagefirst > div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    justify-self: self-end;
    grid-column-start: 8;
    grid-column-end: span 5;
    margin-right: 30px;
  }

  /* line 134, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid--imagefirst > img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    justify-self: self-start;
    grid-column: span 6;
  }

  /* line 145, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group--section-heading {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 156, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group--section-heading.mobile-align-left {
    text-align: left;
  }

  /* line 162, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 166, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid + .text-w-image-group-content-grid {
    padding-top: var(--text-w-image-group-content-grid-sibling-pt, 20px);
  }

  /* line 170, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid--imagefirstmobile {
    --text-w-image-group-content-grid-sibling-pt: 0;
  }

  /* line 173, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid--imagefirstmobile .text-w-image-group-intro {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 177, resources/assets/styles/components/_text_w_image_group.scss */

  .text-w-image-group-content-grid--imagefirstmobile > img {
    margin-bottom: 34px;
  }
}

/* line 2, resources/assets/styles/components/_tiles.scss */

.tiles .section-title {
  max-width: 100%;
  padding-bottom: 30px;
}

/* line 7, resources/assets/styles/components/_tiles.scss */

.tiles-grid {
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 36px 0;
  row-gap: 70px;
}

/* line 14, resources/assets/styles/components/_tiles.scss */

.tiles-grid--item-image {
  margin: 0 auto -37px;
  width: 60%;
  position: relative;
  z-index: 0;
}

/* line 21, resources/assets/styles/components/_tiles.scss */

.tiles-grid--item strong {
  display: block;
}

/* line 25, resources/assets/styles/components/_tiles.scss */

.tiles-grid--item h2,
.tiles-grid--item h3,
.tiles-grid--item p {
  position: relative;
  z-index: 1;
}

/* line 34, resources/assets/styles/components/_tiles.scss */

.tiles-btn {
  padding: 16px 0;
}

@media (min-width: 992px) {
  /* line 39, resources/assets/styles/components/_tiles.scss */

  .tiles .section-title {
    padding-bottom: 0;
  }

  /* line 43, resources/assets/styles/components/_tiles.scss */

  .tiles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 190px;
  }

  /* line 48, resources/assets/styles/components/_tiles.scss */

  .tiles-grid--item-image {
    margin: 0 auto -60px;
  }

  /* line 52, resources/assets/styles/components/_tiles.scss */

  .tiles-grid--item:nth-child(3n+2) {
    margin-top: 195px;
  }

  /* line 58, resources/assets/styles/components/_tiles.scss */

  .tiles-btn {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: ". . btn";
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  /* line 64, resources/assets/styles/components/_tiles.scss */

  .tiles-btn a {
    grid-area: btn;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}


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