/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes backspace {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInWatcher {
  to {
    scale: 1;
    opacity: 1;
  }
}
@font-face {
  font-family: figtree-light;
  src: url("../woff2/figtree-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: figtree-light-italic;
  src: url("../woff2/figtree-lightitalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: figtree;
  src: url("../woff2/figtree-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: figtree-italic;
  src: url("../woff2/figtree-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: figtree-medium;
  src: url("../woff2/figtree-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: figtree-medium-italic;
  src: url("../woff2/figtree-mediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: figtree-semibold;
  src: url("../woff2/figtree-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: figtree-semibold-italic;
  src: url("../woff2/figtree-semibolditalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: figtree-bold;
  src: url("../woff2/figtree-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: figtree-bold-italic;
  src: url("../woff2/figtree-bolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: figtree-extrabold;
  src: url("../woff2/figtree-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: figtree-extrabold-italic;
  src: url("../woff2/figtree-extrabolditalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: figtree-black;
  src: url("../woff2/figtree-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: figtree-black-italic;
  src: url("../woff2/figtree-blackitalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
p {
  font-family: figtree, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in-out;
  padding-bottom: 0.67rem;
}

a {
  font-family: figtree, Helvetica, sans-serif;
  color: #6aa201;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0 !important;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #021919;
}

span {
  font-family: figtree, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in-out;
}

h1 {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 4.375rem;
  line-height: 70px;
  transition: all 0.3s ease-in-out;
}

h1.is-style-heading-one-hero {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 8.125rem;
  line-height: 132px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  h1.is-style-heading-one-hero {
    font-size: 4rem;
    line-height: 4rem;
  }
}
h2 {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 2.875rem;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}

h2.is-style-heading-two-alternative {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 3.375rem;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(91.6deg, #053c3c 1.7%, #021919 63.7%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  caret-color: black;
}

@media (max-width: 768px) {
  h2,
  h2.is-style-heading-two-alternative {
    font-size: 2.5rem;
    line-height: 42px;
  }
}
h3 {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 2.125rem;
  line-height: 36px;
  margin-bottom: 0 !important;
  padding-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

h4 {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 2.625rem;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(91.6deg, #053c3c 1.7%, #021919 63.7%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

h5 {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}

h6 {
  font-family: figtree-bold, Helvetica, sans-serif;
  font-size: 1.375rem;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h4,
h5,
h6 {
  padding-bottom: 1.5rem;
}

.is-style-text-overlay {
  background-image: linear-gradient(91.6deg, #053c3c 1.7%, #021919 63.7%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  caret-color: black;
}

.is-style-green-gradient {
  background-image: linear-gradient(96.97deg, #a6c767 3.52%, #6aa201 99.01%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  caret-color: black;
}

.is-style-purple-gradient {
  background-image: linear-gradient(96.97deg, #cbaff6 3.52%, #a97af0 99.01%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  caret-color: black;
}

.is-style-orange-gradient {
  background-image: linear-gradient(96.97deg, #f2a685 3.52%, #ea6a34 99.01%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  caret-color: black;
}

@media (max-width: 468px) {
  h2,
  h2.is-style-heading-two-alternative {
    font-size: 12vw !important;
  }
}
@media (max-width: 400px) {
  h3 {
    font-size: 8vw !important;
  }
}
.wp-block-button {
  position: relative;
  background: #6aa201;
  transition: all 0.3s ease-in-out;
  margin-top: 8px !important;
  margin-right: 7px !important;
  margin-bottom: 1rem !important;
  /* Other Button Styles */
}
.wp-block-button.is-style-green-light, .wp-block-button.is-style-purple-light, .wp-block-button.is-style-orange-light, .wp-block-button.is-style-green-dark, .wp-block-button.is-style-purple-dark, .wp-block-button.is-style-orange-dark {
  background-color: transparent;
}
.wp-block-button.is-style-fill-light {
  background-color: #021919;
}
.wp-block-button:before {
  content: "";
  width: calc(100% + 8px);
  position: relative;
  top: -7px;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  display: block;
  opacity: 1;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.wp-block-button:after {
  content: "";
  width: 2px;
  position: absolute;
  right: -8px;
  top: -5px;
  height: calc(100% + 5px);
  background-color: #ffffff;
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
  border: none;
  padding: 0 1rem 0.25rem 1rem;
}
.wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0.5rem;
  left: 1.25rem;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:after {
  content: url("../svg/right-chevron.svg");
  position: relative;
  height: auto;
  width: auto;
  top: 2px;
  left: 0.5rem;
  bottom: auto;
  right: auto;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover:after {
  margin-right: 0;
  background-color: transparent;
}
.wp-block-button:hover {
  padding-left: 0.25rem;
  padding-right: 0.75rem;
}
.wp-block-button:hover .wp-block-button__link:after {
  left: 1rem;
}
.wp-block-button:hover:before {
  width: calc(100% + 1.5rem);
  left: -0.25rem;
}
.wp-block-button:hover .wp-block-button__link:before {
  width: 40%;
}
.wp-block-button.is-style-outline {
  background-color: transparent;
}
.wp-block-button.is-style-outline:before {
  background-color: #ffffff;
}
.wp-block-button.is-style-outline:after {
  background-color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
  background-color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
  content: url("../svg/white-right-chevron.svg");
}
.wp-block-button.is-style-fill-dark {
  background-color: #ffffff;
}
.wp-block-button.is-style-fill-dark:before {
  background-color: #ffffff;
}
.wp-block-button.is-style-fill-dark:after {
  background-color: #ffffff;
}
.wp-block-button.is-style-fill-dark .wp-block-button__link {
  color: #021919;
}
.wp-block-button.is-style-fill-dark .wp-block-button__link:before {
  background-color: #6aa201;
}
.wp-block-button.is-style-fill-dark .wp-block-button__link:after {
  content: url("../svg/green-right-chevron.svg");
}
.wp-block-button.is-style-green-dark:before {
  background-color: #6aa201;
}
.wp-block-button.is-style-green-dark:after {
  background-color: #6aa201;
}
.wp-block-button.is-style-green-dark .wp-block-button__link:before {
  background-color: #6aa201;
}
.wp-block-button.is-style-green-dark .wp-block-button__link:after {
  content: url("../svg/green-right-chevron.svg");
}
.wp-block-button.is-style-purple-dark:before {
  background-color: #a97af0;
}
.wp-block-button.is-style-purple-dark:after {
  background-color: #a97af0;
}
.wp-block-button.is-style-purple-dark .wp-block-button__link:before {
  background-color: #a97af0;
}
.wp-block-button.is-style-purple-dark .wp-block-button__link:after {
  content: url("../svg/purple-right-chevron.svg");
}
.wp-block-button.is-style-orange-dark:before {
  background-color: #ea6a24;
}
.wp-block-button.is-style-orange-dark:after {
  background-color: #ea6a24;
}
.wp-block-button.is-style-orange-dark .wp-block-button__link:before {
  background-color: #ea6a24;
}
.wp-block-button.is-style-orange-dark .wp-block-button__link:after {
  content: url("../svg/orange-right-chevron.svg");
}
.wp-block-button.is-style-green-light:before {
  background-color: #6aa201;
}
.wp-block-button.is-style-green-light:after {
  background-color: #6aa201;
}
.wp-block-button.is-style-green-light .wp-block-button__link {
  color: #021919;
}
.wp-block-button.is-style-green-light .wp-block-button__link:before {
  background-color: #6aa201;
}
.wp-block-button.is-style-green-light .wp-block-button__link:after {
  content: url("../svg/green-right-chevron.svg");
}
.wp-block-button.is-style-purple-light:before {
  background-color: #a97af0;
}
.wp-block-button.is-style-purple-light:after {
  background-color: #a97af0;
}
.wp-block-button.is-style-purple-light .wp-block-button__link {
  color: #021919;
}
.wp-block-button.is-style-purple-light .wp-block-button__link:before {
  background-color: #a97af0;
}
.wp-block-button.is-style-purple-light .wp-block-button__link:after {
  content: url("../svg/purple-right-chevron.svg");
}
.wp-block-button.is-style-orange-light:before {
  background-color: #ea6a24;
}
.wp-block-button.is-style-orange-light:after {
  background-color: #ea6a24;
}
.wp-block-button.is-style-orange-light .wp-block-button__link {
  color: #021919;
}
.wp-block-button.is-style-orange-light .wp-block-button__link:before {
  background-color: #ea6a24;
}
.wp-block-button.is-style-orange-light .wp-block-button__link:after {
  content: url("../svg/orange-right-chevron.svg");
}
.wp-block-button.is-style-fill-light:before {
  background-color: #021919;
}
.wp-block-button.is-style-fill-light:after {
  background-color: #021919;
}
.wp-block-button.is-style-fill-light .wp-block-button__link:before {
  background-color: #ffffff;
}
.wp-block-button.is-style-fill-light .wp-block-button__link:after {
  content: url("../svg/green-right-chevron.svg");
}

.wp-block-buttons.is-content-justification-right .wp-block-button:hover {
  transform: translateX(1rem);
}

.wp-block-buttons.is-content-justification-center .wp-block-button:hover {
  transform: translateX(0.5rem);
}

.wp-block-buttons.gmb-group-ctas.is-content-justification-space-between .wp-block-button:nth-child(2):hover {
  transform: translateX(0.5rem);
}
.wp-block-buttons.gmb-group-ctas.is-content-justification-space-between .wp-block-button:last-child:hover {
  transform: translateX(1rem);
  padding-left: 0;
}

.gmb-group-ctas-container:has(.wp-block-buttons.gmb-group-ctas.is-content-justification-space-between .wp-block-button:first-child:hover) .wp-block-buttons.gmb-group-ctas.is-content-justification-space-between .wp-block-button:nth-child(2) {
  transform: translateX(-0.5rem);
}
.gmb-group-ctas-container:has(.wp-block-buttons.gmb-group-ctas.is-content-justification-space-between .wp-block-button:last-child:hover) .wp-block-buttons.gmb-group-ctas.is-content-justification-space-between .wp-block-button:nth-child(2) {
  transform: translateX(0.375rem);
}

.wp-block-buttons {
  row-gap: 0 !important;
}

@media (max-width: 576px) {
  .wp-block-button .wp-block-button__link {
    font-size: 1.125rem;
  }
}
.editor-styles-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.feature-template {
  margin-top: 0;
}

ul.wp-block-list {
  list-style-type: none;
}
ul.wp-block-list li:before {
  content: url("../svg/green-bullet.svg");
  display: inline-block;
  height: 36px;
  width: 1.5rem;
  background-repeat: no-repeat;
  margin-right: 0 !important;
  margin-left: -1.5rem;
  position: relative;
  bottom: 4px;
}

ol li {
  padding-left: 0.5rem;
}

ul li {
  padding-left: 0.5rem;
}

::marker {
  font-family: figtree;
  font-weight: 500;
  color: #6aa201;
  padding-right: 10px;
  font-size: 20px;
}

ol ol {
  list-style-type: lower-alpha;
  padding-left: 2rem !important;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: number;
}
ol ol ol ol ol {
  list-style-type: lower-alpha;
}
ol ol ol ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol ol ol ol {
  list-style-type: number;
}

ul li.block-editor-block-list__block.wp-block.wp-block-list-item:before {
  display: none;
}
ul li.block-editor-block-list__block.wp-block.wp-block-list-item .block-editor-rich-text__editable.rich-text:before {
  content: url("../svg/green-bullet.svg");
  display: inline-block;
  height: 36px;
  width: 1.5rem;
  background-repeat: no-repeat;
  margin-right: 0 !important;
  margin-left: -1.5rem;
  position: relative;
  bottom: 4px;
}

li {
  font-family: figtree;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
}

.acf-innerblocks-container ol li .block-editor-rich-text__editable.rich-text:before {
  display: none !important;
}

input.wp-block-search__input,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  border: none;
  background: linear-gradient(90deg, #f0f0f0 0%, rgba(240, 240, 240, 0.3) 100%);
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  color: #021919;
  text-transform: uppercase;
  font-family: figtree-semibold, Helvetica, sans-serif;
  padding: 0.75rem 1.125rem;
}
input.wp-block-search__input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: #021919;
  outline: 1px solid currentcolor;
  outline-offset: 2px;
}

.gform_wrapper {
  background-color: #6aa201;
  padding: 2rem;
  border-radius: 9px;
}
.gform_wrapper > * {
  transition: all 0.3s ease-in-out !important;
}
.gform_wrapper .gform_title {
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}
.gform_wrapper .gform-field-label {
  color: #ffffff !important;
  font-family: figtree-medium, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper .gfield input {
  border-radius: 3px !important;
  border: none !important;
  background: #e1eccc !important;
  font-family: figtree-medium, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #053c3c !important;
  text-transform: none !important;
}
.gform_wrapper .gfield input:focus {
  background: #ffffff !important;
  outline: none !important;
  border: none !important;
}
.gform_wrapper .gfield--type-select label {
  height: 38px !important;
  position: relative !important;
}
.gform_wrapper .gfield--type-select select {
  background-color: #e1eccc !important;
  font-family: figtree-medium, Helvetica, sans-serif !important;
  font-size: 20px !important;
  color: #053c3c !important;
  border: none !important;
}
.gform_wrapper .gfield--type-select select:focus {
  background-color: #ffffff !important;
  outline: none !important;
  border: none !important;
}
.gform_wrapper .gfield--type-select select option {
  font-family: figtree-medium, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #053c3c !important;
  border: none !important;
}
.gform_wrapper input[type=file] {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-family: figtree-semibold, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.gform_wrapper input[type=file]::file-selector-button {
  background-color: #4a7101 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  margin-right: 10px !important;
  font-family: figtree-semibold, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}
.gform_wrapper input[type=file]::file-selector-button:hover {
  background-color: #3a5801 !important;
}
.gform_wrapper .gfield.gfield--type-textarea textarea {
  background-color: #e1eccc !important;
  border-radius: 3px;
  border: none !important;
}
.gform_wrapper .gfield.gfield--type-textarea textarea:focus {
  background-color: #ffffff !important;
  outline: none !important;
  border: none !important;
}
.gform_wrapper .gfield.gfield--type-textarea.title-50 label {
  width: 50% !important;
}
.gform_wrapper .gfield.gfield--type-submit {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.gform_wrapper .gfield input.gform-button {
  height: fit-content;
  background: #4a7101 !important;
  border-radius: 4px !important;
  font-family: figtree-semibold, Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #ffffff !important;
  padding: 0.75rem 1rem !important;
  transition: all 0.3s ease-in-out !important;
}
.gform_wrapper .gfield input.gform-button:hover {
  background: #3a5801 !important;
}
.gform_wrapper .gform_button {
  background: #4a7101 !important;
  border-radius: 4px !important;
  font-family: figtree-semibold, Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #ffffff !important;
  padding: 0.75rem 1rem !important;
  transition: all 0.3s ease-in-out !important;
}
.gform_wrapper .gform_button:hover {
  background: #3a5801 !important;
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
  display: none !important;
}

.gform-theme--framework .gform_validation_errors {
  border: 1px solid #ffffff !important;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: #ffffff !important;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error span {
  filter: invert(99%) sepia(25%) saturate(0%) hue-rotate(26deg) brightness(103%) contrast(100%);
}

@media (max-width: 992px) {
  .gform_wrapper .gfield.gfield--type-textarea label {
    width: 100% !important;
  }
  .gform_wrapper .gfield.gfield--type-textarea.title-50 label {
    width: 100% !important;
  }
  .page-template-contact .contact-page-columns {
    flex-wrap: wrap !important;
  }
  .page-template-contact .contact-page-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 640px) {
  .gform_wrapper .gfield.gfield--type-submit {
    justify-content: flex-end;
  }
}
@media (max-width: 470px) {
  .gform-theme--framework .gform_validation_errors .gform_submission_error {
    font-size: 18px !important;
  }
}
.is-style-top-left img {
  object-position: left top;
}

.is-style-top-center img {
  object-position: center top;
}

.is-style-top-right img {
  object-position: right top;
}

.is-style-center-left img {
  object-position: left center;
}

.is-style-center-center img {
  object-position: center center;
}

.is-style-center-right img {
  object-position: right center;
}

.is-style-bottom-left img {
  object-position: left bottom;
}

.is-style-bottom-center img {
  object-position: center bottom;
}

.is-style-bottom-right img {
  object-position: right bottom;
}

/* PADDING OVERRIDES */
.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

/* OPACITY */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.half-height {
  height: 50%;
}
.half-height img {
  height: 50%;
}

/* Overlap Banner Styles */
.banner-right {
  text-align: end;
}
.banner-right img {
  max-width: 1203px !important;
  width: 100% !important;
}

/* negative margin bottom */
.neg-mb-75 {
  margin-bottom: -75px;
}

/* TEXT STYLES OVERRIDES */
@media (max-width: 768px) {
  .full-width-font {
    font-size: clamp(2.5rem, 14vw, 5rem) !important;
    opacity: 0.6;
  }
  .contact-headline {
    font-size: 4rem !important;
    line-height: 4rem !important;
  }
}
/* Mobile Breakpoints*/
@media (max-width: 992px) {
  .mobile-md .wp-block-column {
    flex: 100% !important;
  }
}
/** Image alignment */
img {
  object-position: center center;
}
img.valign-top {
  object-position: center top !important;
}
img.valign-bottom {
  object-position: center bottom !important;
}
img.halign-left {
  object-position: left center !important;
}
img.halign-right {
  object-position: right center !important;
}
img.halign-left.valign-top {
  object-position: left top !important;
}
img.halign-left.valign-bottom {
  object-position: left bottom !important;
}
img.halign-right.valign-top {
  object-position: right top !important;
}
img.halign-right.valign-bottom {
  object-position: right bottom !important;
}

.gmb-footer {
  overflow: hidden;
}

.gmb-footer__wrapper {
  position: relative;
}
.gmb-footer__wrapper:after {
  content: url("../svg/gmb-arrow-logo-green.svg");
  position: absolute;
  left: -165px;
  bottom: -3.5rem;
  z-index: 0;
}
.gmb-footer__wrapper * {
  z-index: 1;
}

.gmb-mobile-footer ul li a:hover {
  color: #a97af0 !important;
}

.gmb-footer__footer-menu.has-submenu > li:first-child > a:first-child {
  padding-bottom: 11.5px;
}

.has-submenu .wp-block-navigation-submenu {
  display: block;
}
.has-submenu .wp-block-navigation-submenu.has-child a {
  font-weight: 700;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.has-submenu .wp-block-navigation-submenu.has-child a.current-menu-ancestor {
  padding-bottom: 0.75rem;
}
.has-submenu .wp-block-navigation-submenu.has-child a:hover {
  color: #fff !important;
}
.has-submenu .wp-block-navigation-submenu ul {
  height: auto !important;
  min-width: 200px !important;
  visibility: visible !important;
  width: auto !important;
  opacity: 1 !important;
  position: relative !important;
}
.has-submenu .wp-block-navigation-submenu ul li a {
  padding: 0;
  font-size: 1rem;
  color: #9bb1b1;
  font-weight: 600 !important;
}
.has-submenu .wp-block-navigation-submenu ul li a span {
  padding: 10.5px 0;
  color: #9bb1b1;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 1.17rem;
}
.has-submenu .wp-block-navigation-submenu ul li a span:hover {
  color: #6aa201;
}

.gmb-footer__legal-menu a {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.gmb-footer__legal-menu a:hover {
  color: #6aa201;
}
.gmb-footer__legal-menu span {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.gmb-footer__legal-menu span:hover {
  color: #6aa201;
}

.gmb-footer__cta {
  margin-left: 0.5rem;
}
.gmb-footer__cta .wp-block-button {
  margin: 8.88px 11.42px 8.88px 11.42px !important;
}
.gmb-footer__cta .wp-block-button:before {
  height: 1px;
  top: -6px;
}
.gmb-footer__cta .wp-block-button:after {
  width: 1px;
}
.gmb-footer__cta .wp-block-button .wp-block-button__link {
  line-height: 0;
  padding: 0 11.42px 16px 11.42px !important;
  font-size: 16px;
}
.gmb-footer__cta .wp-block-button .wp-block-button__link:after {
  content: url("../svg/white-right-chevron-small.svg");
}

.gmb-footer__phone a {
  text-decoration: none;
}
.gmb-footer__phone a:hover {
  color: #6aa201;
}

.gmb-footer__primary-links-menu ul {
  gap: 0;
}
.gmb-footer__primary-links-menu ul li {
  margin-bottom: 0.5rem;
}
.gmb-footer__primary-links-menu a {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.gmb-footer__primary-links-menu a:hover {
  color: #6aa201;
}
.gmb-footer__primary-links-menu span {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.gmb-footer__primary-links-menu span:hover {
  color: #6aa201;
}

.gmb-footer__separator {
  border: none;
  background: rgb(106, 162, 1);
  background: linear-gradient(90deg, rgb(106, 162, 1) 0%, rgb(169, 122, 240) 100%);
  height: 1px;
}

.wp-social-link-facebook a:after {
  content: url("../svg/facebook.svg");
}
.wp-social-link-facebook svg {
  display: none;
}

.wp-social-link-linkedin a:after {
  content: url("../svg/linkedin.svg");
}
.wp-social-link-linkedin svg {
  display: none;
}

.editor-styles-wrapper .wp-social-link-linkedin a:after,
.editor-styles-wrapper .wp-social-link-facebook a:after {
  content: none;
}
.editor-styles-wrapper .wp-social-link-linkedin svg,
.editor-styles-wrapper .wp-social-link-facebook svg {
  display: block;
}

.footer-social-mobile {
  display: none !important;
}

@media (max-width: calc(1248px + 4rem + 330px - 2rem)) {
  .gmb-footer__wrapper:after {
    display: none;
  }
  .gmb-footer {
    position: relative;
  }
  .gmb-footer:after {
    content: url("../svg/gmb-arrow-logo-green.svg");
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    z-index: 0;
  }
}
@media (max-width: calc(1248px + 4rem)) {
  .gmb-footer {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 992px) {
  .gmb-footer .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  .gmb-footer .gmb-footer__menu-columns {
    gap: 1rem 0;
  }
  .gmb-footer .gmb-footer__menu-columns .wp-block-column:has(.gmb-footer__phone) {
    flex-basis: 25% !important;
  }
  .gmb-footer .gmb-footer__logo-columns {
    gap: 2rem;
  }
  .gmb-footer .gmb-footer__footer-menu {
    gap: 3rem 0;
  }
  .gmb-footer .gmb-footer__logo-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .gmb-footer .gmb-footer__primary-links-menu {
    flex-direction: row;
    justify-content: space-between;
  }
  .gmb-footer .gmb-footer__primary-links-menu ul {
    width: 100%;
  }
  .gmb-footer .mb-flex-100 {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .gmb-footer__cta {
    margin-left: -11.42px;
  }
  .gmb-footer__social-icons-container {
    display: none !important;
  }
  .footer-social-mobile {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .has-submenu .wp-block-navigation-submenu {
    display: block;
  }
  .has-submenu .wp-block-navigation-submenu.has-child a {
    font-weight: 700;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
  }
  .has-submenu .wp-block-navigation-submenu.has-child a.current-menu-ancestor {
    padding-bottom: 0.75rem;
  }
  .has-submenu .wp-block-navigation-submenu.has-child a:hover {
    color: #6aa201 !important;
  }
  .has-submenu .wp-block-navigation-submenu ul {
    visibility: hidden !important;
    width: auto !important;
    opacity: 0 !important;
    position: absolute !important;
    transition: all 0.3s ease-in-out;
    max-height: 0;
  }
  .has-submenu .wp-block-navigation-submenu ul li a {
    padding: 0.25rem 0;
    font-size: 1rem;
    color: #9bb1b1;
    font-weight: 600 !important;
  }
  .has-submenu .wp-block-navigation-submenu ul li a span {
    color: #9bb1b1;
    transition: all 0.3s ease-in-out;
  }
  .has-submenu .wp-block-navigation-submenu ul li a span:hover {
    color: #6aa201;
  }
  .gmb-mobile-footer.active .has-submenu .wp-block-navigation-submenu ul {
    visibility: visible !important;
    width: auto !important;
    opacity: 1 !important;
    position: relative !important;
    max-height: 100%;
  }
  .gmb-mobile-footer.active .has-submenu .wp-block-navigation-submenu ul li a {
    text-align: start;
    padding-left: 1rem;
    display: block;
  }
  .gmb-mobile-footer.active .has-submenu .wp-block-navigation-submenu ul li a span {
    text-align: start;
  }
  .gmb-footer .gmb-footer__footer-menu {
    gap: 1rem 0;
  }
  .gmb-footer .gmb-mobile-footer {
    display: flex;
    position: relative;
    cursor: pointer;
  }
  .gmb-footer .gmb-mobile-footer ul li a {
    text-align: start;
  }
  .gmb-footer .gmb-mobile-footer:after {
    display: block;
    position: absolute;
    content: url("../svg/white-right-chevron.svg");
    transform: rotate(90deg);
    transition: transform 0.3s;
    right: 0;
    top: 0.25rem;
  }
  .gmb-footer .gmb-mobile-footer:hover ul li a {
    color: #6aa201;
  }
  .gmb-footer .gmb-mobile-footer:hover:after {
    filter: brightness(0) saturate(100%) invert(70%) sepia(49%) saturate(6501%) hue-rotate(47deg) brightness(94%) contrast(99%);
  }
  .gmb-footer .gmb-mobile-footer.active:after {
    transform: rotate(270deg);
  }
  .gmb-footer__menu-columns {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 568px) {
  .gmb-footer__menu-columns * {
    text-align: start;
    width: 100%;
  }
  .gmb-footer__legal-menu {
    gap: 0.5rem !important;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem 0;
  }
  .gmb-footer__legal-menu ul {
    width: 100%;
  }
  .gmb-footer__legal-menu ul li {
    width: 100%;
    text-align: start;
  }
  .gmb-footer__legal-menu ul li a span {
    display: block;
    position: relative;
  }
  .gmb-footer__legal-menu ul li a span:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0rem;
    left: 0rem;
    background-color: #ffffff;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
  }
  .gmb-footer__legal-menu ul li a span:hover {
    color: #ffffff;
  }
  .gmb-footer__legal-menu ul li a span:hover:before {
    width: 50%;
  }
}
.gmb-hero__section {
  position: relative;
  overflow: hidden;
  min-height: 66vh;
  animation: fadeIn 1.5s;
}
.gmb-hero__section.services {
  height: calc(100vh - 6rem);
}
.gmb-hero__section.services .gmb-services-hero-background-image-container {
  height: 48%;
}
.gmb-hero__section.services .gmb-services-hero-background-image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.gmb-hero__section {
  display: flex;
  align-items: flex-end;
}

.gmb-hero-background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gmb-hero-background-image-container img {
  object-fit: cover;
  object-position: center 25%;
  width: 100%;
  height: 100%;
}
.gmb-hero-background-image-container:after {
  content: "";
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(88.11deg, #021919 1.4%, rgba(2, 25, 25, 0) 98.22%);
}

.gmb-hero__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
}
.gmb-hero__wrapper.services {
  height: 52%;
  padding-bottom: 4rem;
  padding-top: 108px;
  align-items: flex-end;
}

.page-template-default .gmb-hero__wrapper {
  padding-bottom: 2rem;
}

.gmb-hero__content-container {
  width: 1248px;
  padding-top: 108px;
}
.gmb-hero__content-container .gmb-hero__details-container {
  padding-bottom: 1rem;
}
.gmb-hero__content-container .gmb-hero__details-container p {
  color: #e1eccc;
  font-size: 1.75rem;
  line-height: 34px;
  padding-bottom: 0 !important;
}
.gmb-hero__content-container .gmb-hero__details-container span {
  color: #e1eccc;
  font-size: 1.75rem;
  line-height: 34px;
}
.gmb-hero__content-container .gmb-hero__details-container.single p {
  color: #6aa201;
}
.gmb-hero__content-container .gmb-hero__title {
  color: #6aa201;
  font-size: 6.25rem;
  line-height: 100px;
  width: 66%;
}
.gmb-hero__content-container .gmb-hero__title.single {
  color: #ffffff;
  font-family: figtree, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 69px;
  width: 66.6%;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav {
  margin-bottom: 0;
  list-style: none;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li a {
  text-align: end;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li.green a {
  color: #6aa201;
  text-decoration: none;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li.green a:after {
  content: url("../svg/green-right-chevron.svg");
  transform: rotate(90deg);
  position: absolute;
  top: 3px;
  right: -2rem;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li.orange a {
  color: #ea6a24;
  text-decoration: none;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li.orange a:after {
  content: url("../svg/orange-right-chevron.svg");
  transform: rotate(90deg);
  position: absolute;
  top: 3px;
  right: -2rem;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li.purple a {
  color: #a97af0;
  text-decoration: none;
}
.gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li.purple a:after {
  content: url("../svg/purple-right-chevron.svg");
  transform: rotate(90deg);
  position: absolute;
  top: 3px;
  right: -2rem;
}
.gmb-hero__content-container.services .gmb-hero__details-container p {
  color: #a97af0;
}
.gmb-hero__content-container.services .gmb-hero__title {
  color: #021919;
}

.gmb-hero__taxonomies-container {
  display: flex;
  flex-wrap: wrap;
}

.gmb-hero__taxonomy {
  font-size: 1rem;
  line-height: 1;
  color: #a97af0;
  margin-right: 1rem;
}
.gmb-hero__taxonomy.secondary {
  color: #d4bdf8;
}
.gmb-hero__taxonomy.secondary a:after {
  background-color: #d4bdf8;
}
.gmb-hero__taxonomy:last-child {
  margin-right: 0;
}
.gmb-hero__taxonomy a {
  text-decoration: none;
  position: relative;
  display: block;
  color: inherit;
  width: fit-content;
}
.gmb-hero__taxonomy a:after {
  transition: all 0.3s ease-in-out;
  width: 0;
  display: block;
  content: "";
  height: 1px;
  background-color: #a97af0;
}
.gmb-hero__taxonomy a:hover {
  color: inherit;
}
.gmb-hero__taxonomy a:hover:after {
  width: 40%;
}

.gmb-hero__single-socials-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
}

.gmb-hero__single-socials-container {
  width: 1248px;
}
.gmb-hero__single-socials-container > * {
  color: white;
}

.gmb-hero__single-socials-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gmb-hero__single-socials-container .share {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 22px;
  color: #adadad;
}

.share-icons-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.copy-li {
  padding-left: 0.25rem;
  position: relative;
}

.copy-confirmation {
  position: absolute;
  top: -2.5rem;
  left: -50%;
  background: #6aa201;
  width: max-content;
  color: white;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  display: none;
}
.copy-confirmation.show {
  display: block;
  animation: copyFadeOut 2s forwards;
}

.copy-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

#copy_link_input {
  width: 0;
  height: 0;
  padding: 0;
  outline: none !important;
}

.post-template-default .gmb-hero__content-container .gmb-hero__title.single {
  width: 100%;
}

.posts-breadcrumbs__wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.posts-breadcrumbs__container {
  width: 1248px;
}
.posts-breadcrumbs__container a {
  font-size: 1rem;
  position: relative;
  display: block;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #498500;
  width: fit-content;
}
.posts-breadcrumbs__container a:before {
  content: url("../svg/green-right-chevron-small.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  transform: rotate(180deg);
}
.posts-breadcrumbs__container a:after {
  transition: all 0.3s ease-in-out;
  width: 0;
  display: block;
  content: "";
  height: 1px;
  background-color: #498500;
}
.posts-breadcrumbs__container a:hover {
  color: #498500;
}
.posts-breadcrumbs__container a:hover:after {
  width: 40%;
}

#site-main .posts-breadcrumbs__wrapper + .entry-content div:nth-child(1).wp-block-spacer {
  height: 0 !important;
}

#site-main .posts-breadcrumbs__wrapper + .wp-block-post-content .single-post-content__section .acf-innerblocks-container .single-post-content-container div:nth-child(1).pixels-decoration {
  top: -6rem;
}
#site-main .posts-breadcrumbs__wrapper + .wp-block-post-content .single-post-content__section .acf-innerblocks-container .single-post-content-container div:nth-child(2).wp-block-spacer {
  height: 0 !important;
}

@media (max-width: calc(1248px + 4rem)) {
  .gmb-hero__content-container {
    width: 100%;
    padding: 0 2rem;
  }
  .gmb-hero__single-socials-container {
    width: 100%;
    padding: 0 2rem;
  }
  .posts-breadcrumbs__container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .gmb-hero__content-container .gmb-hero__title {
    width: 100%;
  }
  .gmb-hero__content-container .gmb-hero__title.single {
    width: 100%;
  }
  .gmb-hero__wrapper.services {
    height: fit-content;
    padding-bottom: 2rem;
  }
  .gmb-services-hero-background-image-container {
    height: 100%;
  }
  .gmb-hero__content-container.services .gmb-hero__services-on-page-nav {
    justify-content: flex-start;
  }
  .gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav {
    padding-left: 0;
    margin-top: 3rem;
  }
  .gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li a {
    text-align: start;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .single .gmb-hero__section {
    flex-direction: column;
  }
  .gmb-hero__section {
    height: 100%;
    min-height: 100%;
    padding-top: 6.75rem;
    padding-bottom: 3.5rem;
  }
  .gmb-hero__section.services {
    padding-top: 0;
  }
  .page-template-default .gmb-hero__wrapper {
    padding-bottom: 0;
  }
  .page-template-default .gmb-hero__title {
    padding-bottom: 0;
  }
  .gmb-hero__content-container .gmb-hero__details-container p {
    font-size: 22px;
    line-height: 1;
  }
  .gmb-hero__content-container .gmb-hero__title {
    font-size: 4rem;
    line-height: 64px;
  }
  .gmb-hero__single-socials-wrapper {
    position: relative;
    padding: 0.5rem 0 0 0;
  }
}
@media (max-width: 576px) {
  .gmb-hero__section .gmb-hero-background-image-container:after {
    transform: scaleX(1.3) translateX(10%);
  }
  .page-template-default .gmb-hero__content-container {
    text-align: center;
  }
}
@media (max-width: 468px) {
  .gmb-hero__content-container .gmb-hero__title {
    font-size: 14vw;
    line-height: 1;
    margin-top: 0.5rem;
  }
  .gmb-hero__content-container .gmb-hero__title.single {
    font-size: 10vw;
    line-height: 1;
    margin-top: 0.5rem;
  }
}
@media (max-width: 420px) {
  .gmb-hero__content-container .gmb-hero__details-container {
    padding-bottom: 0;
  }
  .gmb-hero__content-container .gmb-hero__details-container p {
    font-size: 20px;
    line-height: 1;
  }
  .gmb-hero__content-container .gmb-hero__details-container .gmb-hero__title {
    font-size: 12vw;
  }
  .gmb-hero__content-container.services .gmb-hero__details-container p {
    color: #8d5bd7;
  }
  .gmb-hero__content-container.services .gmb-hero__services-on-page-nav .services_nav li a {
    font-size: 1rem;
  }
}
@keyframes copyFadeOut {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gmb-search-filter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 4rem;
}

.gmb-archive-hero__section {
  padding-top: calc(102px + 4rem);
  padding-bottom: 3rem;
  width: 1248px;
}

.gmb-archive-hero-eyebrow {
  color: #6aa201;
  font-size: 1.75rem;
  line-height: 34px;
}

.gmb-archive-hero-headline {
  color: #a97af0;
  font-size: 100px;
  font-family: figtree-extrabold, Helvetica, sans-serif;
  line-height: 1;
}

.gmb-archive-hero__pixel-container {
  display: flex;
  justify-content: flex-end;
}
.gmb-archive-hero__pixel-container:after {
  content: url("../svg/two-four-two.svg");
}

.gmb-search-filter-wrapper {
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.gmb-search-filter-form-container {
  width: 50%;
}

.gmb-filter-bar-search {
  width: calc(100% - 104px);
}

.gmb-filter-bar-search-submit {
  width: 104px;
}

.archive-btn {
  padding: 0.75rem 1.125rem;
  border-radius: 3px;
  background-color: #d9d9d9;
  border: none;
  transition: background-color 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #021919;
  width: fit-content;
}
.archive-btn:hover {
  background-color: #b3b3b3;
}
.archive-btn:focus {
  outline: 2px solid #021919 !important;
}
.archive-btn:after {
  content: url("../svg/dropdown-carets.svg");
  padding-left: 1rem;
  position: relative;
  top: 3px;
}
.archive-btn.gmb-filter-bar-search-submit:after {
  content: "";
  display: none;
}

.search-filter__category-select-list-container {
  position: absolute;
  height: 250px;
}
.search-filter__category-select-list-container:after {
  content: "";
  width: 200px;
  height: 28px;
  background: linear-gradient(0deg, #6aa201 0%, rgba(0, 0, 0, 0) 100%);
  bottom: -8px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  left: -43px;
  position: absolute;
  z-index: 3;
}
.search-filter__category-select-list-container:has(.no-terms) .search-filter__list.active {
  padding-bottom: 1rem;
}
.search-filter__category-select-list-container:has(.no-terms):after {
  display: none;
}

.search-filter__category-select-container.gmb-archive {
  width: auto;
}
.search-filter__category-select-container.gmb-archive .search-filter__list {
  position: absolute;
  width: 200px;
  max-height: 250px;
  animation: fadeIn 0.25s ease-in-out;
  border-radius: 3px;
  z-index: 3;
  left: -42px;
  top: 0.5rem;
  background-color: #6aa201;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  scrollbar-color: #ffffff #6aa201;
}
.search-filter__category-select-container.gmb-archive .search-filter__list::-webkit-scrollbar {
  width: 8px;
}
.search-filter__category-select-container.gmb-archive .search-filter__list::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
}
.search-filter__category-select-container.gmb-archive .search-filter__list::-webkit-scrollbar-track {
  background-color: #6aa201;
  padding: 2px 0;
}
.search-filter__category-select-container.gmb-archive .search-filter__list li {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 0;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .search-filter__category-item {
  padding-left: 0;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__item {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  padding-left: 1.5rem;
  position: relative;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__item:before {
  content: "";
  bottom: 0;
  left: 1.5rem;
  width: 0;
  height: 1px;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  position: absolute;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__checkmark {
  background-color: #ffffff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 2px;
  transition: all 0.25s ease-in-out;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__item:hover:before {
  width: 40%;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__item:hover .category__checkmark {
  background-color: #053c3c;
  border: 4px solid #ffffff;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__item:hover input:checked ~ .category__checkmark:after {
  display: none;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__item input:checked ~ .category__checkmark:after {
  display: none;
}
.search-filter__category-select-container.gmb-archive .search-filter__list .category__item:has(input:checked) .category__checkmark {
  background-color: #053c3c;
  border: 4px solid #ffffff;
}

.gmb-archive-hero__selected-filters-row {
  padding-top: 1rem;
}

.gmb-archive-hero__selected-filters-container {
  height: 100%;
  position: relative;
}
.gmb-archive-hero__selected-filters-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #a97af0 0%, #e5d7fb 89.86%);
}

.reset-button-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.gmb-search-filter-selected {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.gmb-search-filter-selected li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.gmb-search-filter-selected li .filter-bar__filter-button {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #a97af0;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  text-align: start;
}

.search-filter__button.search-button {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: transparent !important;
  padding: 0 !important;
  border: none;
  color: #b0b0b0 !important;
  transition: all 0.3s ease-in-out;
}
.search-filter__button.search-button:hover {
  color: #a97af0 !important;
}
.search-filter__button.search-button.mobile {
  display: none;
  justify-content: flex-end;
  margin-left: -1rem;
}

.filter-bar__filter-button {
  margin-right: 0.5rem;
}
.filter-bar__filter-button:before {
  content: "x";
  font-size: 12px;
  color: #9b9b9b;
  margin-right: 4px;
}

.search-filter__category-select-container.gmb-archive.school .search-filter__category-select-list-container:after {
  display: none;
}

.search-filter__category-select-container.gmb-archive.service .search-filter__category-select-list-container:after {
  display: none;
}

@media (max-width: calc(1248px + 4rem)) {
  .gmb-archive-hero__section {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .gmb-search-filter-wrapper {
    justify-content: flex-end;
  }
  .gmb-search-filter-wrapper div:last-child.search-filter__category-select-container.gmb-archive .search-filter__list {
    left: auto;
    right: -125px;
  }
  .gmb-search-filter-wrapper {
    justify-content: flex-end;
  }
  .gmb-search-filter-wrapper div:last-child .search-filter__category-select-list-container:after {
    left: -76px;
  }
  .gmb-search-filter-form-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .search-filter__button.search-button.mobile {
    display: flex;
  }
  .gmb-archive-hero__section {
    position: relative;
  }
  .gmb-archive-hero__section:after {
    content: url("../svg/two-four-two.svg");
    position: absolute;
    right: 0;
    top: calc(102px + 4rem - 6rem);
    transform: scale(0.8);
  }
  .gmb-archive-hero__pixel-container:after {
    display: none;
  }
  .gmb-archive-hero-headline {
    font-size: 4rem;
    line-height: 4rem;
  }
  .gmb-archive-hero-eyebrow {
    font-size: 1.375rem;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  .gmb-archive-hero-description {
    font-size: 22px;
    line-height: 30px;
    padding-top: 0.5rem;
  }
}
@media (max-width: 500px) {
  .search-filter__category-select-container.gmb-archive {
    width: 100%;
  }
  .search-filter__category-select-container.gmb-archive button {
    width: 100%;
  }
  .search-filter__category-select-list-container {
    width: 100%;
  }
  .search-filter__category-select-list-container:after {
    width: calc(100% - 1rem);
    left: 0 !important;
  }
  .search-filter__category-select-container.gmb-archive .search-filter__list {
    width: 100%;
    left: 0;
  }
  .gmb-search-filter-wrapper div:last-child.search-filter__category-select-container.gmb-archive .search-filter__list {
    left: 0;
    right: auto;
  }
}
.results-grid-section {
  display: flex;
}

.results-grid-wrapper {
  width: 1248px;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.results-grid__item {
  position: relative;
  background-color: #053c3c;
  opacity: 0.2;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}
.results-grid__item:after {
  content: "";
  display: block;
  width: 50px;
  height: 225%;
  box-shadow: 0 0 10px #fff;
  background: rgba(106, 162, 1, 0.4);
  opacity: 0.5;
  position: absolute;
  top: -60%;
  left: -50%;
  transform: rotate(45deg);
  animation: 1s sheen ease-out infinite;
}

@media (max-width: calc(1248px + 4rem)) {
  .results-grid-wrapper {
    width: 100%;
  }
}
@keyframes sheen {
  0% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) rotate(45deg);
    opacity: 0;
  }
}
.results-card-image-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.results-card-image-container .results-card-image-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #6aa201 0%, #ffffff 75%);
  transition: all 0.3s ease-in-out;
}
.results-card-image-container.insights {
  aspect-ratio: 4/3;
}
.results-card-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.results-card a {
  text-decoration: none !important;
}
.results-card a:hover .results-card-image-placeholder {
  transform: scale(2) translateX(25%);
}
.results-card a:hover img {
  transform: scale(1.05);
}
.results-card a:hover .results-card-title:after {
  width: 40%;
}

.results-card-content-container {
  padding-top: 1rem;
  margin-right: 24px;
}

.results-card__taxonomy-container .primary-text {
  color: #8d5bd7;
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.results-card__taxonomy-container .secondary-text {
  color: #868686;
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.results-card-title {
  font-family: figtree-medium, Helvetica, sans-serif;
  color: #053c3c;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem;
  padding-bottom: 0;
  width: fit-content;
}
.results-card-title:after {
  transition: all 0.3s ease-in-out;
  width: 0;
  display: block;
  content: "";
  height: 2px;
  background-color: #021919;
}

.work-card-headline {
  font-family: figtree-medium, Helvetica, sans-serif;
  color: #053c3c;
  font-size: 20px;
  line-height: 28px;
  margin-top: -0.5rem;
}

.results-card__post-tag-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
.results-card__post-tag-container span {
  margin-right: 1rem;
  text-transform: uppercase;
  color: #8b8b8a;
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.results-card__post-tag-container span:hover {
  color: #8b8b8a;
}

.error404__section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error404__wrapper {
  width: 1248px;
  padding-top: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6rem;
}

.error404__hero-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.error404-hero__text {
  font-size: 20vw;
  line-height: 1;
}

.error404-content-container {
  width: 100%;
  position: relative;
}
.error404-content-container:after {
  content: url("../svg/two-four-two.svg");
  position: absolute;
  top: 50%;
  right: 0;
}

.error404__hero-container {
  display: flex;
  justify-content: center;
  width: 1040px;
}
.error404__hero-container img {
  width: 100%;
}

.error404__eyebrow {
  color: #6aa201;
  font-size: 1.75rem;
  line-height: 34px;
}

.error404__headline {
  color: #a97af0;
  font-size: 60px;
  font-family: figtree-extrabold, Helvetica, sans-serif;
  line-height: 1;
  width: 58.33%;
}

.error404__body {
  margin-bottom: 2rem;
}

.wp-block-button.error404 {
  width: fit-content;
}
.wp-block-button.error404 a {
  color: #021919;
}

@media (max-width: calc(1248px + 4rem)) {
  .error404__hero-container {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 768px) {
  .error404-hero__text {
    font-size: 25vw;
  }
  .error404__headline {
    font-size: 2.5rem;
    line-height: 42px;
    width: 100%;
  }
  .error404-content-container:after {
    display: none;
  }
  .error404__hero-container {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.feature-hero__section {
  background-color: #053c3c;
  height: calc(100vh - 9rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  animation: fadeIn 1.5s;
}
.feature-hero__section > * {
  z-index: 1;
}

.feature-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.feature-hero__background img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.feature-hero__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(88deg, rgba(1, 17, 17, 0.5) 10.92%, rgba(1, 17, 17, 0) 98.26%);
  z-index: 1;
}

.feature-hero__container {
  width: 1248px;
  padding-top: 10.375rem;
  padding-bottom: 6.375rem;
}

.feature-hero-headline {
  color: #ffffff;
  margin-top: 0;
  font-size: 130px;
  line-height: 113.1px;
  position: relative;
  display: flex;
}
.feature-hero-headline:after {
  content: url("../svg/feature-hero-arrow-pixels.svg");
  position: relative;
  top: -5rem;
  right: 4rem;
}

.featured-hero-copy-repeater {
  margin-bottom: 2rem;
  width: fit-content;
}
.featured-hero-copy-repeater p, .featured-hero-copy-repeater a {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 37.66px;
  width: fit-content;
}
.featured-hero-copy-repeater span {
  font-size: 1.875rem;
  line-height: 37.66px;
  vertical-align: text-bottom;
}
.featured-hero-copy-repeater .acf-innerblocks-container .acf-innerblocks-container {
  display: none;
}

.feature-hero-repeater-text {
  display: inline-block;
}

.wp-block-button.feature-hero-button {
  width: fit-content;
}
.wp-block-button.feature-hero-button a:after {
  content: url("../svg/white-right-chevron.svg");
}

.feature-hero-body {
  transition: all 0.3s ease-in-out;
}
.feature-hero-body .feature-hero-body__type-blinker {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 15px;
  height: 12px;
  background-color: #ffffff;
  margin-left: 0.5rem;
  animation: blink 1s infinite;
}

.typewriter__mobile {
  display: none;
}

@media (max-width: calc(1248px + 4rem)) {
  .feature-hero__container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .feature-hero__container:after {
    right: 2rem !important;
  }
  .feature-hero__section {
    height: max(100vh, 100%);
  }
}
@media (max-width: 992px) {
  .typewriter__desktop {
    display: none !important;
  }
  .typewriter__mobile {
    display: block;
  }
  .feature-hero-body {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 4rem) !important;
  }
  .featured-hero-copy-repeater .typewriter {
    width: 100%;
    margin: 0;
  }
  .feature-hero__section + .pixels-decoration {
    display: none;
  }
  .feature-hero-headline {
    font-size: 14vw;
    line-height: 1;
  }
  .feature-hero-headline:after {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) {
  .feature-hero-headline {
    font-size: 4rem;
    line-height: 4rem;
  }
  .featured-hero-copy-repeater p,
  .featured-hero-copy-repeater a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .featured-hero-copy-repeater span {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .feature-hero-headline:after {
    content: "";
    display: none;
  }
  .feature-hero__buttons-container {
    width: fit-content;
    position: relative;
  }
  .feature-hero__buttons-container:after {
    content: url("../svg/feature-hero-arrow-pixels.svg") !important;
    position: absolute;
    bottom: -3rem;
    right: -6rem;
    transform: scale(0.8);
    z-index: -1;
  }
  .featured-hero-copy-repeater {
    margin-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .featured-hero-copy-repeater p,
  .featured-hero-copy-repeater a {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .featured-hero-copy-repeater span {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 468px) {
  .feature-hero-headline {
    font-size: 14vw;
  }
}
@media (max-width: 420px) {
  .feature-hero-headline {
    font-size: 12vw;
    line-height: 1.15;
  }
  .featured-hero-copy-repeater .typewriter {
    font-size: 17px;
  }
  .featured-hero-copy-repeater p {
    font-size: 17px;
  }
}
@media (max-height: 580px) {
  .feature-hero__section {
    height: 100% !important;
  }
}
/**
* Editor Styles
*/
.editor-styles-wrapper .feature-hero__section {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.editor-styles-wrapper .feature-hero-headline span {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 130px;
  line-height: 113.1px;
}
.editor-styles-wrapper .featured-hero-copy-repeater {
  margin-bottom: 2rem;
}
.editor-styles-wrapper .featured-hero-copy-repeater p, .editor-styles-wrapper .featured-hero-copy-repeater span, .editor-styles-wrapper .featured-hero-copy-repeater a {
  font-size: 1.875rem;
  line-height: 37.66px;
}
.editor-styles-wrapper .wp-block-acf-featured-hero-repeater-text p {
  color: #ffffff;
  opacity: 0.8;
}
.editor-styles-wrapper .feature-hero__container {
  padding: 0 2rem;
}
.editor-styles-wrapper .featured-hero-copy-repeater .acf-innerblocks-container .acf-innerblocks-container {
  display: inline-block;
}

.typewriter {
  transition-timing-function: linear;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  width: fit-content;
  max-width: fit-content;
  position: relative;
}

.type {
  animation: typing 2s steps(40, end);
}
.type.mobile {
  animation: typing 2.5s steps(40, end);
}

.delete {
  animation: backspace 2s steps(40, end);
}
.delete.mobile {
  animation: backspace 2.5s steps(40, end);
}

.gmb-header-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(1, 17, 17, 0.8745098039) 1.4%, rgba(0, 0, 0, 0) 98.22%);
}
.gmb-header-wrapper.beyond-threshold {
  background: unset;
  background-color: rgba(5, 60, 60, 0.4);
  backdrop-filter: blur(54px);
  -webkit-backdrop-filter: blur(54px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.gmb-header-wrapper.scroll {
  transform: translateY(-100%);
}
.gmb-header-wrapper.beyond-threshold.scroll {
  transform: translateY(-100%);
}

.gmb-header {
  transition: padding 0.3s ease-in-out;
}

.gmb-header__cta {
  margin-right: 2rem !important;
}
.gmb-header__cta .wp-block-button {
  margin: 8.88px 11.42px 8.88px 11.42px !important;
}
.gmb-header__cta .wp-block-button:before {
  height: 1px;
  top: -6px;
}
.gmb-header__cta .wp-block-button:after {
  width: 1px;
}
.gmb-header__cta .wp-block-button .wp-block-button__link {
  line-height: 0;
  padding: 0 11.42px 16px 11.42px !important;
  font-size: 16px;
}
.gmb-header__cta .wp-block-button .wp-block-button__link:after {
  content: url("../svg/white-right-chevron-small.svg");
}

body.admin-bar .gmb-header-wrapper.wp-block-template-part {
  top: 32px;
}

.gmb-header .wp-block-navigation-item__content:after {
  transition: all 0.3s ease-in-out;
  width: 0;
  display: block;
  content: "";
  height: 1px;
  background-color: #ffffff;
}
.gmb-header .wp-block-navigation-item__content:hover:after {
  width: 40%;
}

.header-menu-btn {
  font-size: 0;
  background: none;
  border: none;
  width: 30px;
}
.header-menu-btn .header-menu-btn__line {
  height: 2px;
  margin-bottom: 0.25rem;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header-menu-btn .header-menu-btn__line:first-child {
  width: 23px;
}
.header-menu-btn .header-menu-btn__line:nth-child(2) {
  width: 30px;
}
.header-menu-btn .header-menu-btn__line:last-child {
  width: 14px;
}
.header-menu-btn:hover .header-menu-btn__line {
  width: 30px;
}
.header-menu-btn:focus {
  outline: 1px dotted #ffffff;
}
.header-menu-btn:focus .header-menu-btn__line {
  width: 30px;
}

@media (max-width: calc(1248px + 4rem)) {
  .gmb-header__logo-column {
    flex-basis: 30% !important;
  }
  .gmb-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .gmb-header__left-container-column {
    flex-basis: 65% !important;
  }
  .gmb-header__primary-menu-column {
    flex-basis: 80% !important;
  }
  .gmb-header__primary-menu-column .wp-block-navigation .wp-block-navigation-item {
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .gmb-header__primary-menu-column {
    display: none;
  }
  .gmb-header__logo-column {
    flex-basis: 100% !important;
  }
  .gmb-header__cta {
    display: none !important;
  }
}
.page-template-services .gmb-header-wrapper,
body.archive .gmb-header-wrapper,
body.blog .gmb-header-wrapper,
.page-template-contact .gmb-header-wrapper,
body.error404 .gmb-header-wrapper {
  background: unset;
}
.page-template-services .gmb-header-wrapper.beyond-threshold,
body.archive .gmb-header-wrapper.beyond-threshold,
body.blog .gmb-header-wrapper.beyond-threshold,
.page-template-contact .gmb-header-wrapper.beyond-threshold,
body.error404 .gmb-header-wrapper.beyond-threshold {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(54px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.page-template-services .gmb-header-wrapper .wp-block-site-logo.is-default-size img,
body.archive .gmb-header-wrapper .wp-block-site-logo.is-default-size img,
body.blog .gmb-header-wrapper .wp-block-site-logo.is-default-size img,
.page-template-contact .gmb-header-wrapper .wp-block-site-logo.is-default-size img,
body.error404 .gmb-header-wrapper .wp-block-site-logo.is-default-size img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(1972%) hue-rotate(132deg) brightness(91%) contrast(98%);
}
.page-template-services .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__label,
body.archive .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__label,
body.blog .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__label,
.page-template-contact .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__label,
body.error404 .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__label {
  color: #021919;
}
.page-template-services .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content,
body.archive .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content,
body.blog .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content,
.page-template-contact .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content,
body.error404 .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content {
  color: #021919;
}
.page-template-services .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content:focus,
body.archive .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content:focus,
body.blog .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content:focus,
.page-template-contact .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content:focus,
body.error404 .gmb-header-wrapper .wp-block-navigation .wp-block-navigation-item__content:focus {
  outline-color: #021919;
}
.page-template-services .gmb-header-wrapper .gmb-header .wp-block-navigation-item__content:after,
body.archive .gmb-header-wrapper .gmb-header .wp-block-navigation-item__content:after,
body.blog .gmb-header-wrapper .gmb-header .wp-block-navigation-item__content:after,
.page-template-contact .gmb-header-wrapper .gmb-header .wp-block-navigation-item__content:after,
body.error404 .gmb-header-wrapper .gmb-header .wp-block-navigation-item__content:after {
  background-color: #021919;
}
.page-template-services .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
body.archive .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
body.blog .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.page-template-contact .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
body.error404 .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  color: #021919 !important;
}
.page-template-services .gmb-header-wrapper .wp-block-button.is-style-outline:before,
body.archive .gmb-header-wrapper .wp-block-button.is-style-outline:before,
body.blog .gmb-header-wrapper .wp-block-button.is-style-outline:before,
.page-template-contact .gmb-header-wrapper .wp-block-button.is-style-outline:before,
body.error404 .gmb-header-wrapper .wp-block-button.is-style-outline:before {
  background-color: #021919;
}
.page-template-services .gmb-header-wrapper .wp-block-button.is-style-outline:after,
body.archive .gmb-header-wrapper .wp-block-button.is-style-outline:after,
body.blog .gmb-header-wrapper .wp-block-button.is-style-outline:after,
.page-template-contact .gmb-header-wrapper .wp-block-button.is-style-outline:after,
body.error404 .gmb-header-wrapper .wp-block-button.is-style-outline:after {
  background-color: #021919;
}
.page-template-services .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link:before,
body.archive .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link:before,
body.blog .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link:before,
.page-template-contact .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link:before,
body.error404 .gmb-header-wrapper .wp-block-button.is-style-outline .wp-block-button__link:before {
  background-color: #021919;
}
.page-template-services .gmb-header-wrapper .header-menu-btn,
body.archive .gmb-header-wrapper .header-menu-btn,
body.blog .gmb-header-wrapper .header-menu-btn,
.page-template-contact .gmb-header-wrapper .header-menu-btn,
body.error404 .gmb-header-wrapper .header-menu-btn {
  font-size: 0;
  background: none;
  border: none;
  width: 30px;
}
.page-template-services .gmb-header-wrapper .header-menu-btn .header-menu-btn__line,
body.archive .gmb-header-wrapper .header-menu-btn .header-menu-btn__line,
body.blog .gmb-header-wrapper .header-menu-btn .header-menu-btn__line,
.page-template-contact .gmb-header-wrapper .header-menu-btn .header-menu-btn__line,
body.error404 .gmb-header-wrapper .header-menu-btn .header-menu-btn__line {
  background-color: #021919;
}
.page-template-services .gmb-header-wrapper .header-menu-btn:focus,
body.archive .gmb-header-wrapper .header-menu-btn:focus,
body.blog .gmb-header-wrapper .header-menu-btn:focus,
.page-template-contact .gmb-header-wrapper .header-menu-btn:focus,
body.error404 .gmb-header-wrapper .header-menu-btn:focus {
  outline-color: #021919;
}
.page-template-services .gmb-header-wrapper .gmb-header__cta .wp-block-button .wp-block-button__link:after,
body.archive .gmb-header-wrapper .gmb-header__cta .wp-block-button .wp-block-button__link:after,
body.blog .gmb-header-wrapper .gmb-header__cta .wp-block-button .wp-block-button__link:after,
.page-template-contact .gmb-header-wrapper .gmb-header__cta .wp-block-button .wp-block-button__link:after,
body.error404 .gmb-header-wrapper .gmb-header__cta .wp-block-button .wp-block-button__link:after {
  content: url("../svg/green-right-chevron-small.svg");
}

.editor-styles-wrapper .gmb-header-wrapper {
  background-color: #053c3c;
}

.header-menu__section {
  min-height: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  background: linear-gradient(180deg, #a97af0 0%, #7655a8 100%);
  z-index: 1000;
  transition: all 0.5s linear;
}
.header-menu__section:after {
  content: url("../svg/arrow-background.svg");
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}
.header-menu__section.open {
  height: 100vh;
  visibility: visible;
  opacity: 1;
}
.header-menu__section div:first-child {
  z-index: 1001;
}

.header-menu__menus-container {
  position: relative;
}

.logged-in .header-menu__section {
  padding-top: 2rem;
}

.header-menu__upper-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 102px;
  padding: 0 3rem 0 2rem;
}

.header-menu__menus-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 6rem;
  height: 100%;
  position: relative;
}

.header-menu__menus-container {
  width: 1248px;
  transition: all 0.3s linear;
  transform: scale(1.5);
  transition-delay: 0s;
  opacity: 0;
}
.header-menu__menus-container.open {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.2s;
}

.header-menu-close-btn {
  color: #553d78;
  font-size: 14px;
  font-family: figtree-semibold, Helvetica, sans-serif;
  line-height: 15px;
  background: none;
  border: none;
  text-align: start;
  display: flex;
  align-items: center;
}
.header-menu-close-btn:after {
  content: url("../svg/header-menu-close.svg");
  padding-left: 0.25rem;
}

.primary-ul.header-menu {
  list-style: none;
  padding-left: 0;
}
.primary-ul.header-menu .menu-item {
  width: fit-content;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.primary-ul.header-menu .menu-item a {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 107px;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(90deg, #ffffff 0%, #e8e8e8 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 1;
  position: relative;
  padding-left: 0;
}
.primary-ul.header-menu .menu-item-has-children {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 107px;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(90deg, #ffffff 0%, #e8e8e8 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 1;
  position: relative;
  padding-left: 0;
}
.primary-ul.header-menu .menu-item-has-children .menu-item-button {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 107px;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(90deg, #ffffff 0%, #e8e8e8 100%);
  text-align: start;
  outline: none;
  border: none;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 1;
  position: relative;
  padding-left: 0;
  width: fit-content;
}
.primary-ul.header-menu .menu-item-has-children .menu-item-button:before {
  position: absolute;
  left: 0;
  content: url("../svg/pixel-plus.svg");
  transition: all 0.3s ease-in-out;
  transition-delay: 0.05s;
  opacity: 0;
}
.primary-ul.header-menu .menu-item-has-children a {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 107px;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(90deg, #ffffff 0%, #e8e8e8 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 1;
  display: block;
  width: fit-content;
}
.primary-ul.header-menu .sub-menu {
  list-style: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  max-height: 0;
}
.primary-ul.header-menu .sub-menu .menu-item {
  padding-left: 2rem;
}
.primary-ul.header-menu .sub-menu .menu-item a {
  font-size: 48px;
  line-height: 64px;
}
.primary-ul.header-menu .sub-menu.open {
  padding-bottom: 2rem;
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
}
.primary-ul.header-menu .menu-item-has-children .menu-item-button[aria-expanded=true] {
  opacity: 1;
  padding-left: 4rem;
}
.primary-ul.header-menu .menu-item-has-children .menu-item-button[aria-expanded=true]:before {
  transform: scale(1, 0.04);
  opacity: 0;
}
.primary-ul.header-menu .menu-item-has-children .menu-item-button[aria-expanded=true].open:before {
  background-color: #ffffff;
  opacity: 1;
}
.primary-ul.header-menu:has(.menu-item-has-children .menu-item-button[aria-expanded=true]) .sub-menu .menu-item a {
  opacity: 1;
}

.header-menu__primary-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.header-menu__primary-menu-container:after {
  content: url("../svg/white-arrow.svg");
  position: absolute;
  bottom: -200px;
}

.secondary-primary-ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.secondary-primary-ul li {
  padding-left: 0;
}
.secondary-primary-ul li a {
  font-family: figtree, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
  text-decoration: none;
  width: fit-content;
  display: block;
}
.secondary-primary-ul li a:after {
  transition: all 0.3s ease-in-out;
  width: 0;
  display: block;
  content: "";
  height: 2px;
  background-color: #ffffff;
}
.secondary-primary-ul li a:hover:after {
  width: 40%;
}

.header-menu__social-container .social-ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  padding-top: 1rem;
}
.header-menu__social-container .social-ul .social-li {
  padding-right: 1rem;
}
.header-menu__social-container .social-ul .social-li a {
  display: block;
  transition: all 0.1s ease-in-out;
  filter: brightness(0) saturate(100%) invert(33%) sepia(13%) saturate(2213%) hue-rotate(222deg) brightness(90%) contrast(89%);
}
.header-menu__social-container .social-ul .social-li a:hover {
  transform: scale(1.2);
}

.header-menu__cta-container {
  padding-top: 1rem;
}

.primary-ul.header-menu:has(.menu-item-has-children .menu-item-button.open) .menu-item-has-children .menu-item-button {
  opacity: 0.2;
}
.primary-ul.header-menu:has(.menu-item-has-children .menu-item-button.open) .menu-item-has-children .menu-item-button.open {
  opacity: 1;
}
.primary-ul.header-menu:has(.menu-item-has-children .menu-item-button.open) .menu-item a {
  opacity: 0.4;
}

/**
  * Media Queries
  */
@media (hover: hover) {
  .primary-ul.header-menu:hover > .menu-item-has-children .menu-item-button {
    opacity: 0.2;
  }
  .primary-ul.header-menu:hover > .menu-item-has-children .menu-item-button:hover {
    opacity: 1;
    padding-left: 4rem;
    transition-delay: 0s;
  }
  .primary-ul.header-menu:hover > .menu-item-has-children .menu-item-button:hover:before {
    position: absolute;
    left: 0;
    content: url("../svg/pixel-plus.svg");
    transition-delay: 0.1s;
    opacity: 1;
  }
  .primary-ul.header-menu:hover > .menu-item a {
    opacity: 0.4;
  }
  .primary-ul.header-menu:hover > .menu-item a:hover {
    opacity: 1;
    padding-left: 4rem;
    transition-delay: 0s;
  }
  .primary-ul.header-menu:hover > .menu-item-has-children .sub-menu .menu-item a {
    opacity: 0.4;
  }
  .primary-ul.header-menu:hover > .menu-item-has-children .sub-menu .menu-item a:hover {
    opacity: 1;
    padding-left: 2rem;
  }
  .primary-ul.header-menu:has(.menu-item-has-children .menu-item-button[aria-expanded=true]) .sub-menu:hover .menu-item a {
    opacity: 0.4;
  }
  .primary-ul.header-menu:has(.menu-item-has-children .menu-item-button[aria-expanded=true]) .sub-menu:hover .menu-item a:hover {
    opacity: 1;
  }
}
@media (max-width: calc(1248px + 4rem)) {
  .header-menu__menus-container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .primary-ul.header-menu .menu-item-has-children .menu-item-button {
    font-size: 48px;
    line-height: 64px;
  }
  .primary-ul.header-menu .menu-item-has-children {
    font-size: 48px;
    line-height: 64px;
  }
  .primary-ul.header-menu .menu-item a {
    font-size: 48px;
    line-height: 64px;
  }
  .secondary-primary-ul li a {
    font-size: 22px;
    line-height: 32px;
  }
  .primary-ul.header-menu .menu-item-has-children .menu-item-button:before {
    transform: scale(0.75);
    top: 0.5rem;
  }
  .primary-ul.header-menu .sub-menu .menu-item a {
    font-size: 34px;
    line-height: 50px;
  }
  .primary-ul.header-menu .menu-item-has-children .menu-item-button[aria-expanded=true] {
    padding-left: 3rem;
  }
  .primary-ul.header-menu .sub-menu .menu-item {
    padding-left: 1rem;
  }
  .primary-ul.header-menu .menu-item-has-children .menu-item-button:before {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .header-menu__menus-wrapper {
    padding-top: 0;
  }
  .header-menu__secondary-menu-container {
    padding-top: 2rem;
  }
  .header-menu__primary-menu-container:after {
    display: none;
  }
  .header-menu__mobile-arrow-container:after {
    content: url("../svg/white-arrow.svg");
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
}
@media (max-width: 576px) {
  .primary-ul.header-menu .menu-item-has-children .menu-item-button {
    font-size: 36px;
    line-height: 1;
  }
  .primary-ul.header-menu .menu-item-has-children {
    font-size: 36px;
    line-height: 48px;
  }
  .primary-ul.header-menu .menu-item a {
    font-size: 36px;
    line-height: 48px;
  }
  .primary-ul.header-menu .sub-menu .menu-item a {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 0.5rem;
  }
  .secondary-primary-ul li a {
    font-size: 20px;
    line-height: 30px;
  }
  .primary-ul.header-menu .sub-menu.open {
    padding-top: 1rem;
  }
  .primary-ul.header-menu .menu-item-has-children .menu-item-button:before {
    transform: scale(0.5);
    width: 26px;
    top: 0;
  }
  .primary-ul.header-menu .menu-item-has-children .menu-item-button[aria-expanded=true] {
    padding-left: 2rem;
  }
  .primary-ul.header-menu .sub-menu .menu-item {
    padding-left: 0;
  }
}
@media (hover: hover) and (max-width: 992px) {
  .primary-ul.header-menu:hover > .menu-item-has-children .menu-item-button:hover {
    padding-left: 3rem;
  }
}
@media (hover: hover) and (max-width: 576px) {
  .primary-ul.header-menu:hover > .menu-item-has-children .menu-item-button:hover:before {
    left: -10px;
  }
  .primary-ul.header-menu .menu-item-has-children .menu-item-button[aria-expanded=true]:hover:before {
    left: 0;
  }
  .primary-ul.header-menu:hover > .menu-item-has-children .menu-item-button:hover {
    padding-left: 2rem;
  }
}
.overlap-banner__section {
  width: 100% !important;
  overflow: hidden;
}
.overlap-banner__section img {
  max-width: calc(100vw - 1rem) !important;
  width: calc(100vw - 1rem) !important;
  text-align: start !important;
}
.overlap-banner__section .banner-right {
  text-align: end;
}
.overlap-banner__section .banner-right img {
  max-width: 1203px !important;
  width: 100% !important;
}

.image-collage__container {
  width: 1248px;
}
.image-collage__container .row {
  margin-left: 0;
  margin-right: 0;
}

.image-collage__image-container {
  position: relative;
  min-height: 700px;
  transition: all 0.3s ease-in-out;
}
.image-collage__image-container a {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.image-collage__image-container a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.image-collage__image-container a:nth-of-type(1) {
  top: 10%;
  left: 50%;
  width: auto;
  height: 50%;
  aspect-ratio: 3.25/5;
}
.image-collage__image-container a:nth-of-type(1):hover img {
  transform: translate(25%, -10%) scale(1.1);
}
.image-collage__image-container a:nth-of-type(2) {
  top: 15%;
  left: 20%;
  width: auto;
  height: 50%;
  aspect-ratio: 4/5;
}
.image-collage__image-container a:nth-of-type(2):hover img {
  transform: translate(-25%, -20%) scale(1.1);
}
.image-collage__image-container a:nth-of-type(3) {
  top: 57%;
  left: 35%;
  width: auto;
  height: 33%;
  aspect-ratio: 5/4;
}
.image-collage__image-container a:nth-of-type(3) img {
  object-position: -20px 0;
}
.image-collage__image-container a:nth-of-type(3):hover {
  top: 65%;
}
.image-collage__image-container a:nth-of-type(3):hover img {
  transform: translate(0, -20%) scale(1.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.image-collage__image-container:after {
  content: "";
  background: linear-gradient(323.87deg, #dadada 0%, #ffffff 36.29%);
  transform: rotate(-180deg);
  width: 100%;
  height: 66%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.image-collage__image-container h2 {
  display: none;
}
.image-collage__image-container:has(a:nth-of-type(1):hover) a:nth-of-type(2), .image-collage__image-container:has(a:nth-of-type(1):hover) a:nth-of-type(3) {
  transform: scale(0.9);
  opacity: 0.8;
}
.image-collage__image-container:has(a:nth-of-type(1):hover) a:nth-of-type(2) img, .image-collage__image-container:has(a:nth-of-type(1):hover) a:nth-of-type(3) img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.image-collage__image-container:has(a:nth-of-type(2):hover) a:nth-of-type(1), .image-collage__image-container:has(a:nth-of-type(2):hover) a:nth-of-type(3) {
  transform: scale(0.9);
  opacity: 0.8;
}
.image-collage__image-container:has(a:nth-of-type(2):hover) a:nth-of-type(1) img, .image-collage__image-container:has(a:nth-of-type(2):hover) a:nth-of-type(3) img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.image-collage__image-container:has(a:nth-of-type(3):hover) a:nth-of-type(2), .image-collage__image-container:has(a:nth-of-type(3):hover) a:nth-of-type(1) {
  transform: scale(0.9);
  opacity: 0.8;
}
.image-collage__image-container:has(a:nth-of-type(3):hover) a:nth-of-type(2) img, .image-collage__image-container:has(a:nth-of-type(3):hover) a:nth-of-type(1) img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.image-collage-button {
  margin-top: 2rem;
}

.image-collage-headline {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 3.375rem;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(91.6deg, #053c3c 1.7%, #021919 63.7%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  caret-color: black;
}

@media (prefers-reduced-motion: no-preference) {
  .image-collage__image-container a img {
    scale: 0.8;
    opacity: 0;
    animation: fadeInWatcher 1.5s forwards;
    animation-timeline: view();
    animation-range: entry 25%;
  }
  .image-collage__image-container a:nth-of-type(2) img {
    animation-range: entry 50%;
  }
}
@media (max-width: calc(1248px + 4rem)) {
  .image-collage__container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .image-collage__image-container a:nth-of-type(1) {
    top: 10%;
    left: 55%;
  }
  .image-collage__image-container a:nth-of-type(2) {
    top: 15%;
    left: 15%;
  }
}
@media (max-width: 991px) {
  .image-collage__image-container {
    display: flex;
    justify-content: center;
    min-height: 750px;
  }
  .image-collage__image-container .image-collage__image-wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(1) {
    top: 2rem;
    left: auto;
    right: 4rem;
    width: calc(50% - 3rem);
    height: auto;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(1):hover {
    z-index: 1;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(1):hover img {
    transform: translate(0, 0) scale(1.1);
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(2) {
    top: 3rem;
    left: 5rem;
    width: calc(50% - 4rem);
    height: auto;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(2):hover {
    z-index: 1;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(2):hover img {
    transform: translate(0, 0) scale(1.1);
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3) {
    width: calc(65% - 8rem);
    height: auto;
    top: 24rem;
    left: 8rem;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3):hover {
    z-index: 1;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3):hover img {
    transform: translate(0, 0) scale(1.1);
  }
  .image-collage__image-container:has(a:nth-of-type(1):hover) a:nth-of-type(2) img, .image-collage__image-container:has(a:nth-of-type(1):hover) a:nth-of-type(3) img {
    transform: scale(0.8);
  }
  .image-collage__image-container:has(a:nth-of-type(2):hover) a:nth-of-type(1) img, .image-collage__image-container:has(a:nth-of-type(2):hover) a:nth-of-type(3) img {
    transform: scale(0.8);
  }
  .image-collage__image-container:has(a:nth-of-type(3):hover) a:nth-of-type(2) img, .image-collage__image-container:has(a:nth-of-type(3):hover) a:nth-of-type(1) img {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .image-collage__image-container {
    min-height: 550px;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(1) {
    top: 2rem;
    right: 2rem;
    width: calc(50% - 1rem);
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(1):hover {
    z-index: 1;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(1):hover img {
    transform: translate(0, 0) scale(1.1);
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(2) {
    top: 3rem;
    left: 2rem;
    width: calc(50% - 1rem);
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(2):hover {
    z-index: 1;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(2):hover img {
    transform: translate(0, 0) scale(1.1);
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3) {
    width: calc(65% - 6rem);
    top: 18.75rem;
    left: 6rem;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3):hover {
    top: 18.75rem;
    z-index: 1;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3):hover img {
    transform: translate(0, 0) scale(1.1);
  }
}
@media (max-width: 575px) {
  .image-collage__image-container {
    min-height: 400px;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3) {
    width: calc(65% - 6rem);
    top: 15rem;
    left: 6rem;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3):hover {
    top: 15rem;
    z-index: 1;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3):hover img {
    transform: translate(0, 0) scale(1.1);
  }
}
@media (max-width: 500px) {
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(1) {
    right: 0;
    width: calc(50% + 1rem);
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(2) {
    left: 0;
    width: 50%;
  }
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3) {
    width: calc(65% - 4rem);
    top: 15rem;
    left: 4rem;
  }
}
@media (max-width: 425px) {
  .image-collage__image-container .image-collage__image-wrapper a:nth-of-type(3) {
    width: 65%;
    top: 14rem;
    left: 3rem;
  }
}
/* Editor Styles */
.editor-styles-wrapper .image-collage__container {
  width: 100%;
}
.editor-styles-wrapper .image-collage-headline span {
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-size: 3.375rem;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(91.6deg, #053c3c 1.7%, #021919 63.7%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  caret-color: black;
}
.editor-styles-wrapper .image-collage__image-container h2 {
  display: block;
}
.editor-styles-wrapper .image-collage_row {
  display: flex;
}

.cta-image-block__section {
  position: relative;
}

.cta-image-block__link {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}

.cta-image-block__section .wp-block-cover img,
.cta-image-block__section .wp-block-cover span {
  transition: all 0.3s ease-in-out;
}

.cta-image-block__section:has(.cta-image-block__link:hover) .acf-innerblocks-container .wp-block-cover .wp-block-cover__image-background {
  transform: scale(1.1);
}

.cta-image-block__section:has(.cta-image-block__link:hover) .acf-innerblocks-container .wp-block-cover span {
  opacity: 0.4;
}

@media (max-width: 576px) {
  .cta-image-block__section .wp-block-cover .wp-block-cover__inner-container p {
    font-size: 48px !important;
  }
}
/* Editor Styles */
.editor-styles-wrapper .cta-image-block__link {
  display: none;
  z-index: 0;
}

.gradient-banner__section.purple .gradient-banner__cover .wp-block-cover__background {
  background: linear-gradient(90deg, #654990 25%, #9d71de 100%) !important;
}
.gradient-banner__section.purple .gradient-banner__heading {
  color: #ffffff !important;
}
.gradient-banner__section.green .gradient-banner__cover .wp-block-cover__background {
  background: linear-gradient(90deg, #4a7101 5%, #6aa201 100%) !important;
}
.gradient-banner__section.green .gradient-banner__heading {
  color: #ffffff !important;
}

.pixels {
  position: relative;
}
.pixels.nw:after {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 1;
  transform: scaleX(-1);
}
.pixels.ne:after {
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: 1;
}
.pixels.sw:after {
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 1;
  transform: scaleX(-1);
}
.pixels.se:after {
  position: absolute;
  bottom: -2rem;
  right: 0;
  z-index: 1;
}
.pixels.two-three:after {
  content: url("../svg/two-three.svg");
}
.pixels.three-two:after {
  content: url("../svg/three-two.svg");
}
.pixels.two-three-three:after {
  content: url("../svg/two-three-three.svg");
}
.pixels.three-three-two:after {
  content: url("../svg/three-three-two.svg");
}
.pixels.two-four-three:after {
  content: url("../svg/two-four-three.svg");
}
.pixels.three-one-one:after {
  content: url("../svg/three-one-one.svg");
}
.pixels.nw.two-three:after {
  content: url("../svg/three-two.svg");
  transform: rotate(180deg);
}
.pixels.ne.two-three:after {
  transform: scaleX(-1);
}
.pixels.se.three-one-one:after {
  transform: rotate(180deg) scaleX(-1);
}
.pixels.sw.three-one-one:after {
  transform: rotate(180deg);
}
.pixels.two-three-three.no-white:after {
  content: url("../svg/two-three-three-2.svg");
}
.pixels.two-four-three.no-white:after {
  content: url("../svg/two-four-three-2.svg");
}
.pixels.three-three-two.no-white:after {
  content: url("../svg/three-three-two-2.svg");
}

@media (max-width: 768px) {
  .pixels.hide-on-mobile {
    display: none;
  }
  .pixels:after {
    transform: scale(0.8);
  }
  .pixels.nw:after {
    top: -3rem;
  }
  .pixels.ne:after {
    top: -3rem;
    right: 1.25rem;
  }
  .pixels.sw:after {
    bottom: -3rem;
  }
  .pixels.se:after {
    bottom: -3rem;
  }
  .pixels.nw.two-three:after {
    transform: scale(0.8) rotate(180deg);
  }
}
.full-screen-services__section {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
.full-screen-services__section.right-align .full-screen-services__content-container .acf-innerblocks-container {
  padding-left: 2rem;
}
.full-screen-services__section.right-align .full-screen-services__content-container .fss-pixels-wrapper {
  display: flex;
  height: calc(100% - (70px + 1.5rem));
  width: 100%;
  align-items: flex-end;
}
.full-screen-services__section.right-align .full-screen-services__content-container .fss-pixels-wrapper .fss-pixels-container:after {
  content: url("../png/fss-right-pixels.png");
  width: 100%;
}
.full-screen-services__section.left-align .full-screen-services__content-container .acf-innerblocks-container {
  padding-right: 2rem;
}
.full-screen-services__section.left-align .full-screen-services__content-container .fss-pixels-wrapper {
  display: flex;
  height: calc(100% - (70px + 1.5rem));
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.full-screen-services__section.left-align .full-screen-services__content-container .fss-pixels-wrapper .fss-pixels-container:after {
  content: url("../png/fss-left-pixels.png");
}

.full-screen-services__background {
  position: absolute;
  height: 340px;
  width: auto;
  top: calc(50% - 340px);
}
.full-screen-services__background.left-align {
  right: 0;
}
.full-screen-services__background.right-align {
  left: 0;
}
.full-screen-services__background img {
  height: 100%;
}

.full-screen-services__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 72px);
  position: relative;
}

body.admin-bar .full-screen-services__wrapper {
  height: calc(100% - 94px);
}

.full-screen-services__container {
  width: 1248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 240px;
}

.full-screen-services__button {
  margin-left: 3rem !important;
}

.full-screen-services__border-container {
  display: flex;
  align-items: end;
  height: 100%;
  width: 100%;
}

.full-screen-services__border {
  width: 80%;
  height: 1px;
}
.full-screen-services__border.green {
  background: linear-gradient(90deg, #6aa201 0%, #d2e3b3 89.86%);
}
.full-screen-services__border.orange {
  background: linear-gradient(90deg, #f9d2c2 0%, #ea6a34 89.86%);
}
.full-screen-services__border.purple {
  background: linear-gradient(90deg, #a97af0 0%, #e5d7fb 89.86%);
}

.full-screen-services__nav-container.bottom-align {
  position: absolute;
  bottom: 0;
  width: 1248px;
}

.full-screen-services__nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.full-screen-services__nav ul li {
  text-align: end;
  padding-left: 0;
  line-height: 0.5rem;
}
.full-screen-services__nav ul li a {
  text-decoration: none;
  display: block;
  position: relative;
}
.full-screen-services__nav ul li a:after {
  display: inline-block;
  position: absolute;
  right: -1.5rem;
}
.full-screen-services__nav ul li a.before:after {
  transform: rotate(270deg);
}
.full-screen-services__nav ul li a.after:after {
  transform: rotate(90deg);
}
.full-screen-services__nav ul li a.green {
  color: #6aa201;
}
.full-screen-services__nav ul li a.green:after {
  content: url("../svg/green-right-chevron.svg");
}
.full-screen-services__nav ul li a.orange {
  color: #ea6a24;
}
.full-screen-services__nav ul li a.orange:after {
  content: url("../svg/orange-right-chevron.svg");
}
.full-screen-services__nav ul li a.purple {
  color: #a97af0;
}
.full-screen-services__nav ul li a.purple:after {
  content: url("../svg/purple-right-chevron.svg");
}

.full-screen-services__section.right-align .full-screen-services__nav ul li a.before::after {
  right: -2.35rem;
}

.full-screen-services__section.right-align .full-screen-services__nav ul li {
  text-align: start;
}
.full-screen-services__section.right-align .full-screen-services__nav ul li a {
  width: fit-content;
}
.full-screen-services__section.right-align .full-screen-services__border-container {
  justify-content: flex-end;
}

@media (max-width: calc(1248px + 4rem)) {
  .full-screen-services__wrapper {
    width: 100%;
    padding: 0 2rem;
  }
  .full-screen-services__nav-container.bottom-align {
    width: calc(100% - 6rem);
  }
  .full-screen-services__background {
    width: 70%;
    height: auto;
  }
  .full-screen-services__background img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .full-screen-services__section {
    height: 100vh;
  }
  .full-screen-services__container {
    padding-top: 6rem;
  }
  .full-screen-services__section.right-align .full-screen-services__content-container .acf-innerblocks-container {
    padding-left: 0;
  }
  .full-screen-services__section.right-align .full-screen-services__content-container .fss-pixels-wrapper {
    padding-top: 2rem;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
  }
  .full-screen-services__section.left-align .full-screen-services__content-container .acf-innerblocks-container {
    padding-right: 0;
  }
  .full-screen-services__section.left-align .full-screen-services__content-container .fss-pixels-wrapper {
    padding-top: 2rem;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .full-screen-services__section.right-align .full-screen-services__content-container .fss-pixels-wrapper {
    display: none;
  }
  .full-screen-services__section.left-align .full-screen-services__content-container .fss-pixels-wrapper {
    display: none;
  }
}
@media (max-width: 500px) {
  .full-screen-services__section .full-screen-services__nav ul li a {
    font-size: 18px;
  }
  .full-screen-services__section.right-align .full-screen-services__nav ul li a.before::after {
    right: -2.35rem;
  }
  .full-screen-services__nav-container.bottom-align {
    bottom: -1rem;
    position: relative;
  }
  .full-screen-services__nav-container.bottom-align {
    width: calc(100% - 2rem);
  }
}
.gmb-image-carousel__section {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper {
  width: 1248px;
  transition: all 0.3s ease-in-out;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container {
  width: 100vw;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper {
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .swiper-slide {
  width: 1040px;
  height: auto;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .swiper-slide figure {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  max-height: 700px;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper {
  position: absolute;
  z-index: 999;
  top: 45%;
  left: 0.5rem;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container {
  width: calc(66.6666666667vw + 11px);
  position: relative;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev {
  left: auto;
  right: 1rem;
  width: 61px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev:focus {
  outline-color: #a97af0;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev:before {
  content: "";
  background-color: #ffffff;
  width: 61px;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev:after {
  content: url("../svg/green-slider-prev.svg");
  position: absolute;
  bottom: 5px;
  height: 100%;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev:hover:after {
  filter: invert(48%) sepia(83%) saturate(770%) hue-rotate(223deg) brightness(99%) contrast(90%);
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next {
  right: -45px;
  width: 61px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next:focus {
  outline-color: #a97af0;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next:before {
  content: "";
  background-color: #ffffff;
  width: 61px;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next:after {
  content: url("../svg/green-slider-next.svg");
  position: absolute;
  bottom: 5px;
  height: 100%;
}
.gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next:hover:after {
  filter: invert(48%) sepia(83%) saturate(770%) hue-rotate(223deg) brightness(99%) contrast(90%);
}

@media (max-width: 768px) {
  .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container {
    width: calc(80vw + 8px);
  }
}
@media (min-width: 2440px) {
  .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container {
    width: calc(40vw + 8px);
  }
}
@media (max-width: calc(1248px + 4rem)) {
  .gmb-image-carousel__section .gmb-image-carousel__wrapper {
    width: 100%;
  }
  .gmb-image-carousel__section .gmb-image-carousel__wrapper.gmb-image-carousel__container {
    width: calc(100vw - 2rem);
  }
  .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next,
  .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev {
    height: 32px;
  }
  .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next:after,
  .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev:after {
    bottom: 12px;
  }
}
.editor-styles-wrapper .gmb-image-carousel__section {
  overflow: auto;
}
.editor-styles-wrapper .gmb-image-carousel__section .acf-innerblocks-container {
  display: flex;
  padding-right: 3rem;
}
.editor-styles-wrapper .gmb-image-carousel__section .wp-block-image.wp-block-image.is-selected .components-placeholder {
  min-width: 300px;
}
.editor-styles-wrapper .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-next,
.editor-styles-wrapper .gmb-image-carousel__section .gmb-image-carousel__wrapper .gmb-image-carousel__container .swiper .ic-arrow-wrapper .ic-arrow-container .ic-arrow-prev {
  display: none;
}

.tag-carousel__section {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #f0f0f0 25%, rgba(240, 240, 240, 0.3019607843) 100%);
}
.tag-carousel__section .tag-carousel__wrapper {
  width: 1248px;
  position: relative;
  padding: 24px 0;
}
.tag-carousel__section .tag-carousel__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 50%, transparent 100%);
  z-index: 2;
}
.tag-carousel__section .tag-carousel__wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #f9f9f9 50%);
  z-index: 2;
}
.tag-carousel__section .tag-carousel__wrapper .swiper {
  height: 100%;
  width: 100%;
  margin-left: unset;
  padding: 0 50px;
}
.tag-carousel__section .tag-carousel__wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.tag-carousel__section .tag-carousel__wrapper .swiper-slide {
  width: fit-content !important;
}
.tag-carousel__section .tag-carousel__wrapper .swiper-slide:has(.tag-carousel__tag.end) {
  width: 4rem !important;
}
.tag-carousel__section .tag-carousel__wrapper .tag-carousel__tag a {
  font-family: figree-extrabold, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #a97af0;
  padding-right: 0.5rem;
  text-decoration: none;
}
.tag-carousel__section .tag-carousel__wrapper .tag-carousel__tag a:hover {
  text-decoration: underline;
}

.tag-carousel-arrow-prev {
  top: calc(50% - 6px);
  left: 4px;
}
.tag-carousel-arrow-prev:after {
  content: url("../svg/green-slider-prev.svg");
}

.tag-carousel-arrow-next {
  top: calc(50% - 6px);
  right: 4px;
}
.tag-carousel-arrow-next:after {
  content: url("../svg/green-slider-next.svg");
}

.tag-carousel__section .tag-carousel__wrapper:has(.swiper-button-lock):before {
  display: none;
}
.tag-carousel__section .tag-carousel__wrapper:has(.swiper-button-lock) .swiper {
  padding: 0;
}

@media (max-width: calc(1248px + 4rem)) {
  .tag-carousel__section .tag-carousel__wrapper {
    width: 100%;
  }
  .tag-carousel__section .tag-carousel__wrapper:has(.swiper-button-lock) .swiper {
    padding: 0 2rem;
  }
}
.editor-styles-wrapper .tag-carousel__section {
  overflow: hidden;
}
.editor-styles-wrapper .tag-carousel__section .tag-carousel__wrapper {
  padding-left: 2rem;
}
.editor-styles-wrapper .tag-carousel__section .tag-carousel__wrapper:before {
  display: none;
}
.editor-styles-wrapper .tag-carousel__section .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
}

.work-listings__section {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 3rem;
}
.work-listings__section .work-listings__wrapper {
  width: 1248px;
}
.work-listings__section .work-listings__container {
  width: 100vw;
}
.work-listings__section .results-card-image-container {
  max-height: 350px;
}

.wl-arrow-wrapper {
  position: absolute;
  z-index: 999;
  top: 35%;
  left: 0.5rem;
}

.wl-arrow-container {
  width: calc(72.7272727273vw + 8px);
  position: relative;
}

.wl-arrow-prev {
  left: auto;
  right: 1rem;
  width: 61px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}
.wl-arrow-prev:focus {
  outline-color: #a97af0;
}
.wl-arrow-prev:before {
  content: "";
  background-color: #ffffff;
  width: 61px;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.wl-arrow-prev:after {
  content: url("../svg/green-slider-prev.svg");
  position: absolute;
  bottom: 5px;
  height: 100%;
}
.wl-arrow-prev:hover:after {
  filter: invert(48%) sepia(83%) saturate(770%) hue-rotate(223deg) brightness(99%) contrast(90%);
}

.wl-arrow-next {
  right: -45px;
  width: 61px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}
.wl-arrow-next:focus {
  outline-color: #a97af0;
}
.wl-arrow-next:before {
  content: "";
  background-color: #ffffff;
  width: 61px;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.wl-arrow-next:after {
  content: url("../svg/green-slider-next.svg");
  position: absolute;
  bottom: 5px;
  height: 100%;
}
.wl-arrow-next:hover:after {
  filter: invert(48%) sepia(83%) saturate(770%) hue-rotate(223deg) brightness(99%) contrast(90%);
}

@media (min-width: 2440px) {
  .wl-arrow-container {
    width: calc(53.3333333333vw + 8px);
  }
}
@media (max-width: calc(1248px + 4rem)) {
  .work-listings__section .work-listings__wrapper {
    width: 100%;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .work-listings__section .results-card__taxonomy-container .primary-text, .work-listings__section .results-card__taxonomy-container .secondary-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .work-listings__section .results-card-title {
    font-size: 22px;
    line-height: 28px;
  }
  .work-listings__section .work-card-headline {
    font-size: 18px;
    line-height: 26px;
  }
  .wl-arrow-container {
    width: calc(66.6666666667vw + 8px);
    position: relative;
  }
  .wl-arrow-next,
  .wl-arrow-prev {
    height: 32px;
  }
  .wl-arrow-next:after,
  .wl-arrow-prev:after {
    bottom: 12px;
  }
}
.gmb-stat-blocks__section {
  transition: all 0.3s ease-in-out;
  padding-top: 2rem;
}

.gmb-stat-block__stat span:after {
  opacity: 1;
  font-size: 120px;
  font-family: figtree-light, Helvetica, sans-serif;
  font-weight: 300;
}

.gmb-stat-block__caption span {
  font-size: 32px;
  font-family: figtree-extrabold, Helvetica, sans-serif;
  font-weight: 800;
}

@media (max-width: 576px) {
  .gmb-stat-block__stat {
    font-size: 96px !important;
  }
}
.accordion-headline-container {
  border: none;
  position: relative;
  margin-bottom: 0.5rem;
}

.accordion-headline-container .accordion-headline {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
  color: #053c3c;
  padding-bottom: 0;
  text-align: start;
}

.accordion-headline-container:after {
  content: url("../svg/pixel-plus-midnight-green.svg");
  rotate: 0deg;
}
.accordion-headline-container:before {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 3px);
  z-index: 5;
  width: 31px;
  height: 2px;
  background-color: #6aa201;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.accordion-headline-container:hover .accordion-headline {
  color: #6aa201;
}
.accordion-headline-container:hover:after {
  content: url("../svg/pixel-plus-midnight-green.svg");
}
.accordion-headline-container.active .accordion-headline {
  color: #6aa201;
}
.accordion-headline-container.active:before {
  transform: scale(1);
}
.accordion-headline-container.active:after {
  rotate: 90deg;
  transform: scale(0);
}

.accordion-content-container.active {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.accordion-content-container.active > * {
  margin-left: 2rem;
}

/* Hub Location Accordion*/
.higherup-accordion__section.hub-location .accordion-headline-container .accordion-headline {
  font-family: figtree, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  color: #8d5bd7;
}
.higherup-accordion__section.hub-location .accordion-headline-container {
  padding-left: 0;
}
.higherup-accordion__section.hub-location .accordion-headline-container:after {
  content: url("../svg/pixel-plus-purple.svg");
  rotate: 0deg;
}
.higherup-accordion__section.hub-location .accordion-headline-container:before {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 3px);
  z-index: 5;
  width: 24px;
  height: 2px;
  background-color: #8d5bd7;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.higherup-accordion__section.hub-location .accordion-headline-container:hover:after {
  content: url("../svg/pixel-plus-purple.svg");
}
.higherup-accordion__section.hub-location .accordion-headline-container.active:before {
  transform: scale(1);
}
.higherup-accordion__section.hub-location .accordion-headline-container.active:after {
  rotate: 90deg;
  transform: scale(0);
}
.higherup-accordion__section.hub-location .accordion-content-container.active > * {
  margin-left: 0;
}
.higherup-accordion__section.hub-location .accordion-content-container.active {
  margin-top: 0.5rem;
}
.higherup-accordion__section.hub-location .phone_number-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.higherup-accordion__section.hub-location .phone_number-container p,
.higherup-accordion__section.hub-location .phone_number-container a {
  font-family: figtree-medium, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #021919;
}
.higherup-accordion__section.hub-location .location-details-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.higherup-accordion__section.hub-location .location-details-container p {
  font-family: figtree-medium, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.higherup-accordion__section.hub-location .location-icon {
  background-image: url("../svg/pin.svg");
  width: 11px;
  height: 16px;
  margin-right: 0.5rem;
}
.higherup-accordion__section.hub-location .phone-icon {
  background-image: url("../svg/phone.svg");
  width: 9px;
  height: 16px;
  margin-right: 10px;
}

.editor-styles-wrapper .higherup-accordion__section.hub-location {
  padding: 0;
  background-color: transparent;
}
.editor-styles-wrapper .higherup-accordion__section.hub-location .higherup-accordion__tab-container {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.editor-styles-wrapper .higherup-accordion__section.hub-location .accordion-content-container {
  display: none;
}

.accessible-accordion .accordion-headline-container.active:before {
  background-color: #498500;
}
.accessible-accordion .accordion-headline-container.active .accordion-headline {
  color: #498500 !important;
}
.accessible-accordion .accordion-headline-container .accordion-headline:hover {
  color: #498500 !important;
}

.gmb-tabbed-content__section {
  overflow: hidden;
  width: 100%;
}

.gmb-tabbed-content__wrapper {
  display: flex;
}

.gmb-tabbed-content__tabs {
  width: 33%;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.gmb-tabbed-content__tab-list {
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  margin-bottom: 0;
  margin-top: calc(104px - 2rem);
  list-style: none;
  transition: all 0.3s ease-in-out;
}
.gmb-tabbed-content__tab-list li {
  padding: 1rem 0;
}
.gmb-tabbed-content__tab-list li:last-child .tab-item-divider-container {
  display: none;
}
.gmb-tabbed-content__tab-list li span {
  font-family: figtree, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #053c3c;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  transition: font-weight 0.15s ease;
  position: relative;
}
.gmb-tabbed-content__tab-list li span:before {
  position: absolute;
  left: -2rem;
  top: calc(50% - 5.5px);
  content: "";
  width: 15px;
  height: 11px;
  margin-right: 1rem;
  display: block;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.gmb-tabbed-content__tab-list li span:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.gmb-tabbed-content__tab-list li .tab-item-divider-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.gmb-tabbed-content__tab-list li .tab-item-divider {
  width: 52px;
  height: 2px;
  background-color: #6aa201;
}

.gmb-tabbed-content__tab-item.active .gmb-tabbed-content__tab {
  font-weight: 700;
}
.gmb-tabbed-content__tab-item.active .gmb-tabbed-content__tab:before {
  opacity: 1;
  visibility: visible;
}

.gmb-tabbed-content__tab-item.green.active .gmb-tabbed-content__tab:before {
  background-color: #6aa201;
}
.gmb-tabbed-content__tab-item.green .tab-item-divider-container .tab-item-divider {
  background-color: #6aa201;
}

.gmb-tabbed-content__tab-item.purple.active .gmb-tabbed-content__tab:before {
  background-color: #a97af0;
}
.gmb-tabbed-content__tab-item.purple .tab-item-divider-container .tab-item-divider {
  background-color: #a97af0;
}

.gmb-tabbed-content__tab-item.orange.active .gmb-tabbed-content__tab:before {
  background-color: #ea6a24;
}
.gmb-tabbed-content__tab-item.orange .tab-item-divider-container .tab-item-divider {
  background-color: #ea6a24;
}

.gmb-tabbed-content__content-container {
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gmb-tabbed-content__content-container .gmb-tabbed-content__tab-content {
  position: absolute;
  width: calc(100% + 104px);
  height: 100%;
  top: 0;
  left: -104px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.gmb-tabbed-content__content-container .gmb-tabbed-content__tab-content.active {
  opacity: 1;
  visibility: visible;
}
.gmb-tabbed-content__content-container .gmb-tabbed-content__tab-content .gmb-tabbed-content__tab-image {
  width: 100%;
  height: 100%;
}
.gmb-tabbed-content__content-container .gmb-tabbed-content__tab-content .gmb-tabbed-content__tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: calc(1248px + 4rem)) {
  .gmb-tabbed-content__tabs {
    width: 40%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .gmb-tabbed-content__wrapper {
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
  }
  .gmb-tabbed-content__content-container {
    aspect-ratio: 16/9;
  }
  .gmb-tabbed-content__tabs {
    width: 100%;
  }
  .gmb-tabbed-content__tabs .gmb-tabbed-content__tab-list {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .gmb-tabbed-content__tabs .gmb-tabbed-content__tab-list li {
    width: calc(33% - 2rem);
    margin-left: 2rem;
  }
  .gmb-tabbed-content__tabs .gmb-tabbed-content__tab-list li:last-child .tab-item-divider-container {
    display: flex;
  }
}
@media (max-width: 820px) {
  .gmb-tabbed-content__tabs .gmb-tabbed-content__tab-list li {
    width: calc(50% - 2rem);
  }
  .gmb-tabbed-content__tab-list li .tab-item-divider-container {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .gmb-tabbed-content__content-container {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 576px) {
  .gmb-tabbed-content__tabs .gmb-tabbed-content__tab-list {
    padding: 1rem 0;
    flex-direction: column;
  }
  .gmb-tabbed-content__tabs .gmb-tabbed-content__tab-list li {
    width: calc(100% - 2rem);
    padding: 0.5rem 0;
  }
  .gmb-tabbed-content__tabs .gmb-tabbed-content__tab-list li .tab-item-divider-container {
    margin-top: 0.5rem;
  }
}
.on-page-links__wrapper p {
  color: #6aa201;
  padding-bottom: 0;
}
.on-page-links__wrapper p a {
  color: #6aa201;
  text-decoration: none;
  width: fit-content;
}
.on-page-links__wrapper p a:after {
  content: url("../svg/green-right-chevron.svg");
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: 2px;
}
.on-page-links__wrapper p:nth-child(2n) {
  color: #ea6a24;
}
.on-page-links__wrapper p:nth-child(2n) a {
  color: #ea6a24;
}
.on-page-links__wrapper p:nth-child(2n) a:after {
  content: url("../svg/orange-right-chevron.svg");
}
.on-page-links__wrapper p:nth-child(3n) {
  color: #a97af0;
}
.on-page-links__wrapper p:nth-child(3n) a {
  color: #a97af0;
}
.on-page-links__wrapper p:nth-child(3n) a:after {
  content: url("../svg/purple-right-chevron.svg");
}

.featured-insights__wrapper .row {
  max-width: 1248px;
}

.featured-insights__post-link {
  text-decoration: none;
}
.featured-insights__post-link h3 {
  color: #021919;
}
.featured-insights__post-link:hover h3 {
  color: #6aa201 !important;
}

.featured-insights__border-container {
  display: flex;
  justify-content: center;
}

.featured-insights__border {
  background-color: #a97af0;
  margin-bottom: 2rem;
  width: 150px;
  height: 1px;
}

.featured-insights__headline-column {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.featured-insights__headline-column .featured-insights__container {
  padding-right: calc(104px - 2rem);
}
.featured-insights__headline-column .featured-insights__container:last-child .featured-insights__border-container {
  display: none;
}

.featured-insights__image-column {
  position: relative;
}

.featured-insights__image-container {
  position: absolute;
  left: calc(104px - 2rem);
  top: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  margin-bottom: 3rem;
}
.featured-insights__image-container.active {
  opacity: 1;
  visibility: visible;
}
.featured-insights__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-insights__cta-container {
  padding-top: 3rem;
  display: flex;
  justify-content: flex-start;
}
.featured-insights__cta-container .wp-block-button {
  width: fit-content;
  margin-left: calc(104px - 2rem);
}

@media (max-width: 992px) {
  .featured-insights__image-column {
    height: 100%;
    aspect-ratio: 16/9;
  }
  .featured-insights__image-container {
    left: 0;
  }
  .featured-insights__headline-column {
    padding-bottom: 0;
  }
  .featured-insights__headline-column .featured-insights__container {
    padding-right: 0;
  }
  .featured-insights__cta-container {
    justify-content: flex-end;
    padding-top: 0;
  }
  .featured-insights__cta-container .wp-block-button {
    margin-left: 0;
  }
  .featured-insights__image-container {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .featured-insights__image-column {
    aspect-ratio: 4/3;
  }
}
.focus-list-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.focus-list-block .wp-block-post-terms__prefix {
  font-family: figtree-semibold, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 1rem;
}
.focus-list-block .wp-block-post-terms__separator {
  display: none;
}
.focus-list-block a {
  color: #ea6a24;
  text-decoration: none;
  font-size: 20px;
  padding-bottom: 0.5rem;
  position: relative;
  display: block;
  width: fit-content;
}
.focus-list-block a:after {
  transition: all 0.3s ease-in-out;
  width: 0;
  display: block;
  content: "";
  height: 2px;
  background-color: #ea6a24;
}
.focus-list-block a:hover:after {
  width: 40%;
}

.editor-styles-wrapper .work-secondary-title span:after {
  font-size: 2rem;
}

.editor-styles-wrapper .block-editor-block-list__block .block-editor-button-block-appender {
  bottom: 0;
}

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