:root {
  --teal: #346895;
  --blue: #83c7d1;
  --yellow: #ffb201;
  --crimson: #d84035;
  --black: #161616;
  --grey: #f4f4f4;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body:not(.wp-admin):not(.block-editor-page) .block-fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
body:not(.wp-admin):not(.block-editor-page) .block-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body:not(.wp-admin),
.editor-styles-wrapper {
  font-family: DM Sans, sans-serif;
  margin: 0;
  padding-top: 100px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  /**
   * Swiper 6.4.10
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2021 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: January 29, 2021
   */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --swiper-theme-color: #007aff;
}
body:not(.wp-admin) .swiper-container,
.editor-styles-wrapper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
body:not(.wp-admin) .swiper-container-vertical > .swiper-wrapper,
.editor-styles-wrapper .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
body:not(.wp-admin) .swiper-wrapper,
.editor-styles-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
body:not(.wp-admin) .swiper-container-android .swiper-slide,
body:not(.wp-admin) .swiper-wrapper,
.editor-styles-wrapper .swiper-container-android .swiper-slide,
.editor-styles-wrapper .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
body:not(.wp-admin) .swiper-container-multirow > .swiper-wrapper,
.editor-styles-wrapper .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
body:not(.wp-admin) .swiper-container-multirow-column > .swiper-wrapper,
.editor-styles-wrapper .swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
body:not(.wp-admin) .swiper-container-free-mode > .swiper-wrapper,
.editor-styles-wrapper .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
body:not(.wp-admin) .swiper-container-pointer-events,
.editor-styles-wrapper .swiper-container-pointer-events {
  touch-action: pan-y;
}
body:not(.wp-admin) .swiper-container-pointer-events.swiper-container-vertical,
.editor-styles-wrapper .swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
body:not(.wp-admin) .swiper-slide,
.editor-styles-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
body:not(.wp-admin) .swiper-slide-invisible-blank,
.editor-styles-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}
body:not(.wp-admin) .swiper-container-autoheight,
body:not(.wp-admin) .swiper-container-autoheight .swiper-slide,
.editor-styles-wrapper .swiper-container-autoheight,
.editor-styles-wrapper .swiper-container-autoheight .swiper-slide {
  height: auto;
}
body:not(.wp-admin) .swiper-container-autoheight .swiper-wrapper,
.editor-styles-wrapper .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
body:not(.wp-admin) .swiper-container-3d,
.editor-styles-wrapper .swiper-container-3d {
  perspective: 1200px;
}
body:not(.wp-admin) .swiper-container-3d .swiper-wrapper,
body:not(.wp-admin) .swiper-container-3d .swiper-slide,
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-left,
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-right,
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-top,
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-bottom,
body:not(.wp-admin) .swiper-container-3d .swiper-cube-shadow,
.editor-styles-wrapper .swiper-container-3d .swiper-wrapper,
.editor-styles-wrapper .swiper-container-3d .swiper-slide,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-left,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-right,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-top,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-bottom,
.editor-styles-wrapper .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-left,
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-right,
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-top,
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-bottom,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-left,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-right,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-top,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-left,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-right,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-top,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body:not(.wp-admin) .swiper-container-3d .swiper-slide-shadow-bottom,
.editor-styles-wrapper .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body:not(.wp-admin) .swiper-container-css-mode > .swiper-wrapper,
.editor-styles-wrapper .swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
body:not(.wp-admin) .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar,
.editor-styles-wrapper .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
body:not(.wp-admin) .swiper-container-css-mode > .swiper-wrapper > .swiper-slide,
.editor-styles-wrapper .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
body:not(.wp-admin) .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper,
.editor-styles-wrapper .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
body:not(.wp-admin) .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper,
.editor-styles-wrapper .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
body:not(.wp-admin) .swiper-button-prev,
body:not(.wp-admin) .swiper-button-next,
.editor-styles-wrapper .swiper-button-prev,
.editor-styles-wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
body:not(.wp-admin) .swiper-button-prev.swiper-button-disabled,
body:not(.wp-admin) .swiper-button-next.swiper-button-disabled,
.editor-styles-wrapper .swiper-button-prev.swiper-button-disabled,
.editor-styles-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
body:not(.wp-admin) .swiper-button-prev:after,
body:not(.wp-admin) .swiper-button-next:after,
.editor-styles-wrapper .swiper-button-prev:after,
.editor-styles-wrapper .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
body:not(.wp-admin) .swiper-button-prev,
body:not(.wp-admin) .swiper-container-rtl .swiper-button-next,
.editor-styles-wrapper .swiper-button-prev,
.editor-styles-wrapper .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
body:not(.wp-admin) .swiper-button-prev:after,
body:not(.wp-admin) .swiper-container-rtl .swiper-button-next:after,
.editor-styles-wrapper .swiper-button-prev:after,
.editor-styles-wrapper .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
body:not(.wp-admin) .swiper-button-next,
body:not(.wp-admin) .swiper-container-rtl .swiper-button-prev,
.editor-styles-wrapper .swiper-button-next,
.editor-styles-wrapper .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
body:not(.wp-admin) .swiper-button-next:after,
body:not(.wp-admin) .swiper-container-rtl .swiper-button-prev:after,
.editor-styles-wrapper .swiper-button-next:after,
.editor-styles-wrapper .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
body:not(.wp-admin) .swiper-button-prev.swiper-button-white,
body:not(.wp-admin) .swiper-button-next.swiper-button-white,
.editor-styles-wrapper .swiper-button-prev.swiper-button-white,
.editor-styles-wrapper .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
body:not(.wp-admin) .swiper-button-prev.swiper-button-black,
body:not(.wp-admin) .swiper-button-next.swiper-button-black,
.editor-styles-wrapper .swiper-button-prev.swiper-button-black,
.editor-styles-wrapper .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
body:not(.wp-admin) .swiper-button-lock,
.editor-styles-wrapper .swiper-button-lock {
  display: none;
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
body:not(.wp-admin) .swiper-pagination,
.editor-styles-wrapper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
body:not(.wp-admin) .swiper-pagination.swiper-pagination-hidden,
.editor-styles-wrapper .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
body:not(.wp-admin) .swiper-pagination-fraction,
body:not(.wp-admin) .swiper-pagination-custom,
body:not(.wp-admin) .swiper-container-horizontal > .swiper-pagination-bullets,
.editor-styles-wrapper .swiper-pagination-fraction,
.editor-styles-wrapper .swiper-pagination-custom,
.editor-styles-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
body:not(.wp-admin) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.editor-styles-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
body:not(.wp-admin) .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
body:not(.wp-admin) button.swiper-pagination-bullet,
.editor-styles-wrapper button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
body:not(.wp-admin) .swiper-pagination-clickable .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
body:not(.wp-admin) .swiper-pagination-bullet-active,
.editor-styles-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
body:not(.wp-admin) .swiper-container-vertical > .swiper-pagination-bullets,
.editor-styles-wrapper .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
body:not(.wp-admin) .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
body:not(.wp-admin) .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.editor-styles-wrapper .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
body:not(.wp-admin) .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
body:not(.wp-admin) .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
body:not(.wp-admin) .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.editor-styles-wrapper .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
body:not(.wp-admin) .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
body:not(.wp-admin) .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.editor-styles-wrapper .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
body:not(.wp-admin) .swiper-pagination-progressbar,
.editor-styles-wrapper .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
body:not(.wp-admin) .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.editor-styles-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
body:not(.wp-admin) .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.editor-styles-wrapper .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
body:not(.wp-admin) .swiper-container-horizontal > .swiper-pagination-progressbar,
body:not(.wp-admin) .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.editor-styles-wrapper .swiper-container-horizontal > .swiper-pagination-progressbar,
.editor-styles-wrapper .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
body:not(.wp-admin) .swiper-container-vertical > .swiper-pagination-progressbar,
body:not(.wp-admin) .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.editor-styles-wrapper .swiper-container-vertical > .swiper-pagination-progressbar,
.editor-styles-wrapper .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
body:not(.wp-admin) .swiper-pagination-white,
.editor-styles-wrapper .swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
body:not(.wp-admin) .swiper-pagination-black,
.editor-styles-wrapper .swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
body:not(.wp-admin) .swiper-pagination-lock,
.editor-styles-wrapper .swiper-pagination-lock {
  display: none;
}
body:not(.wp-admin) .swiper-scrollbar,
.editor-styles-wrapper .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
body:not(.wp-admin) .swiper-container-horizontal > .swiper-scrollbar,
.editor-styles-wrapper .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
body:not(.wp-admin) .swiper-container-vertical > .swiper-scrollbar,
.editor-styles-wrapper .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
body:not(.wp-admin) .swiper-scrollbar-drag,
.editor-styles-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
body:not(.wp-admin) .swiper-scrollbar-cursor-drag,
.editor-styles-wrapper .swiper-scrollbar-cursor-drag {
  cursor: move;
}
body:not(.wp-admin) .swiper-scrollbar-lock,
.editor-styles-wrapper .swiper-scrollbar-lock {
  display: none;
}
body:not(.wp-admin) .swiper-zoom-container,
.editor-styles-wrapper .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body:not(.wp-admin) .swiper-zoom-container > img,
body:not(.wp-admin) .swiper-zoom-container > svg,
body:not(.wp-admin) .swiper-zoom-container > canvas,
.editor-styles-wrapper .swiper-zoom-container > img,
.editor-styles-wrapper .swiper-zoom-container > svg,
.editor-styles-wrapper .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.wp-admin) .swiper-slide-zoomed,
.editor-styles-wrapper .swiper-slide-zoomed {
  cursor: move;
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
body:not(.wp-admin) .swiper-lazy-preloader,
.editor-styles-wrapper .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
body:not(.wp-admin) .swiper-lazy-preloader-white,
.editor-styles-wrapper .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
body:not(.wp-admin) .swiper-lazy-preloader-black,
.editor-styles-wrapper .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
body:not(.wp-admin) .swiper-container .swiper-notification,
.editor-styles-wrapper .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
body:not(.wp-admin) .swiper-container-fade.swiper-container-free-mode .swiper-slide,
.editor-styles-wrapper .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
body:not(.wp-admin) .swiper-container-fade .swiper-slide,
.editor-styles-wrapper .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
body:not(.wp-admin) .swiper-container-fade .swiper-slide .swiper-slide,
.editor-styles-wrapper .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
body:not(.wp-admin) .swiper-container-fade .swiper-slide-active,
body:not(.wp-admin) .swiper-container-fade .swiper-slide-active .swiper-slide-active,
.editor-styles-wrapper .swiper-container-fade .swiper-slide-active,
.editor-styles-wrapper .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
body:not(.wp-admin) .swiper-container-cube,
.editor-styles-wrapper .swiper-container-cube {
  overflow: visible;
}
body:not(.wp-admin) .swiper-container-cube .swiper-slide,
.editor-styles-wrapper .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
body:not(.wp-admin) .swiper-container-cube .swiper-slide .swiper-slide,
.editor-styles-wrapper .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
body:not(.wp-admin) .swiper-container-cube.swiper-container-rtl .swiper-slide,
.editor-styles-wrapper .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
body:not(.wp-admin) .swiper-container-cube .swiper-slide-active,
body:not(.wp-admin) .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-active,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
body:not(.wp-admin) .swiper-container-cube .swiper-slide-active,
body:not(.wp-admin) .swiper-container-cube .swiper-slide-next,
body:not(.wp-admin) .swiper-container-cube .swiper-slide-prev,
body:not(.wp-admin) .swiper-container-cube .swiper-slide-next + .swiper-slide,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-active,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-next,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-prev,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
body:not(.wp-admin) .swiper-container-cube .swiper-slide-shadow-top,
body:not(.wp-admin) .swiper-container-cube .swiper-slide-shadow-bottom,
body:not(.wp-admin) .swiper-container-cube .swiper-slide-shadow-left,
body:not(.wp-admin) .swiper-container-cube .swiper-slide-shadow-right,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-shadow-top,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-shadow-bottom,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-shadow-left,
.editor-styles-wrapper .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body:not(.wp-admin) .swiper-container-cube .swiper-cube-shadow,
.editor-styles-wrapper .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
body:not(.wp-admin) .swiper-container-cube .swiper-cube-shadow:before,
.editor-styles-wrapper .swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
body:not(.wp-admin) .swiper-container-flip,
.editor-styles-wrapper .swiper-container-flip {
  overflow: visible;
}
body:not(.wp-admin) .swiper-container-flip .swiper-slide,
.editor-styles-wrapper .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
body:not(.wp-admin) .swiper-container-flip .swiper-slide .swiper-slide,
.editor-styles-wrapper .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
body:not(.wp-admin) .swiper-container-flip .swiper-slide-active,
body:not(.wp-admin) .swiper-container-flip .swiper-slide-active .swiper-slide-active,
.editor-styles-wrapper .swiper-container-flip .swiper-slide-active,
.editor-styles-wrapper .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
body:not(.wp-admin) .swiper-container-flip .swiper-slide-shadow-top,
body:not(.wp-admin) .swiper-container-flip .swiper-slide-shadow-bottom,
body:not(.wp-admin) .swiper-container-flip .swiper-slide-shadow-left,
body:not(.wp-admin) .swiper-container-flip .swiper-slide-shadow-right,
.editor-styles-wrapper .swiper-container-flip .swiper-slide-shadow-top,
.editor-styles-wrapper .swiper-container-flip .swiper-slide-shadow-bottom,
.editor-styles-wrapper .swiper-container-flip .swiper-slide-shadow-left,
.editor-styles-wrapper .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin),
.editor-styles-wrapper {
    padding-top: 70px;
  }
}
body:not(.wp-admin) body,
.editor-styles-wrapper body {
  font-family: "DM Sans", sans-serif;
}
body:not(.wp-admin) .heading-xl,
.editor-styles-wrapper .heading-xl {
  letter-spacing: -1.5px;
  margin-top: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}
body:not(.wp-admin) .heading-xl.hero,
.editor-styles-wrapper .heading-xl.hero {
  font-size: 4.3em;
  line-height: 1.1em;
}
body:not(.wp-admin) .heading-large,
.editor-styles-wrapper .heading-large {
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.2em;
}
body:not(.wp-admin) .heading-large.sticky,
.editor-styles-wrapper .heading-large.sticky {
  position: sticky;
  top: 15vw;
}
body:not(.wp-admin) .heading-mid,
.editor-styles-wrapper .heading-mid {
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 2em;
  line-height: 1.2em;
}
body:not(.wp-admin) .heading-small,
.editor-styles-wrapper .heading-small {
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}
body:not(.wp-admin) .sub-heading,
.editor-styles-wrapper .sub-heading {
  letter-spacing: -0.5px;
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}
body:not(.wp-admin) .para-xl,
.editor-styles-wrapper .para-xl {
  font-size: 1.5em;
  line-height: 1.2em;
}
body:not(.wp-admin) .para-large,
.editor-styles-wrapper .para-large {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}
body:not(.wp-admin) .para-large.edge-bottom,
.editor-styles-wrapper .para-large.edge-bottom {
  margin-top: 0;
}
body:not(.wp-admin) .para-mid,
.editor-styles-wrapper .para-mid {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}
body:not(.wp-admin) .para-mid.link,
.editor-styles-wrapper .para-mid.link {
  color: #313131;
  text-decoration: underline;
}
body:not(.wp-admin) .para-mid.link:hover,
.editor-styles-wrapper .para-mid.link:hover {
  color: var(--teal);
  transform: translate(0);
}
body:not(.wp-admin) .para-mid.form-text,
.editor-styles-wrapper .para-mid.form-text {
  margin-bottom: 10px;
}
body:not(.wp-admin) .para-small,
.editor-styles-wrapper .para-small {
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.8em;
  line-height: 1.2rem;
}
body:not(.wp-admin) .para-small.link-blk,
.editor-styles-wrapper .para-small.link-blk {
  color: #1b1b1b;
}
body:not(.wp-admin) .caps-heading,
.editor-styles-wrapper .caps-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}
body:not(.wp-admin) .caps-heading.text-blue.edge-bottom,
.editor-styles-wrapper .caps-heading.text-blue.edge-bottom {
  margin-bottom: 10px;
}
body:not(.wp-admin) .un,
.editor-styles-wrapper .un {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .heading-large,
.editor-styles-wrapper .heading-large {
    line-height: 1.1em;
  }
  body:not(.wp-admin) .heading-xl,
body:not(.wp-admin) .heading-xl.hero,
.editor-styles-wrapper .heading-xl,
.editor-styles-wrapper .heading-xl.hero {
    line-height: 1em;
  }
  body:not(.wp-admin) .para-mid.link.un,
.editor-styles-wrapper .para-mid.link.un {
    text-decoration: underline;
  }
  body:not(.wp-admin) .para-small,
.editor-styles-wrapper .para-small {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .heading-xl,
.editor-styles-wrapper .heading-xl {
    font-size: 3.8em;
  }
  body:not(.wp-admin) .heading-xl.hero,
.editor-styles-wrapper .heading-xl.hero {
    font-size: 4em;
  }
}
body:not(.wp-admin) .space-50,
.editor-styles-wrapper .space-50 {
  height: 50px;
}
body:not(.wp-admin) .space-100,
.editor-styles-wrapper .space-100 {
  width: 100%;
  height: 100px;
}
body:not(.wp-admin) ._50wide,
.editor-styles-wrapper ._50wide {
  width: 50%;
}
body:not(.wp-admin) ._50wide.right,
.editor-styles-wrapper ._50wide.right {
  margin-left: 50%;
}
body:not(.wp-admin) ._50wide.text-white.max-450,
.editor-styles-wrapper ._50wide.text-white.max-450 {
  text-shadow: 0 0 50px rgba(22, 22, 22, 0.86);
  width: 50%;
  max-width: 800px;
}
body:not(.wp-admin) ._70wide,
.editor-styles-wrapper ._70wide {
  width: 70%;
}
body:not(.wp-admin) .padding-top,
.editor-styles-wrapper .padding-top {
  margin-top: 50px;
}
body:not(.wp-admin) .padding-bottom,
.editor-styles-wrapper .padding-bottom {
  margin-bottom: 50px;
}
body:not(.wp-admin) .padding-all,
.editor-styles-wrapper .padding-all {
  margin-top: 50px;
  margin-bottom: 50px;
}
body:not(.wp-admin) .edge-top,
.editor-styles-wrapper .edge-top {
  margin-top: 20px;
}
body:not(.wp-admin) .edge-bottom,
.editor-styles-wrapper .edge-bottom {
  margin-bottom: 20px;
}
body:not(.wp-admin) .edge-all,
.editor-styles-wrapper .edge-all {
  margin-top: 20px;
  margin-bottom: 20px;
}
body:not(.wp-admin) .image-under-lap,
.editor-styles-wrapper .image-under-lap {
  z-index: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -10vw;
  padding-top: 10vw;
  position: relative;
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .space-100,
.editor-styles-wrapper .space-100 {
    height: 80px;
  }
  body:not(.wp-admin) ._50wide,
body:not(.wp-admin) ._50wide.text-white,
.editor-styles-wrapper ._50wide,
.editor-styles-wrapper ._50wide.text-white {
    width: 100%;
  }
  body:not(.wp-admin) ._50wide.text-white.max-450,
.editor-styles-wrapper ._50wide.text-white.max-450 {
    width: 100%;
    margin-bottom: 50px;
  }
  body:not(.wp-admin) .padding-bottom.edge-top,
.editor-styles-wrapper .padding-bottom.edge-top {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 40px;
  }
  body:not(.wp-admin) .edge-bottom.repatcha,
.editor-styles-wrapper .edge-bottom.repatcha {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 80px;
  }
}
body:not(.wp-admin) .text-yellow,
.editor-styles-wrapper .text-yellow {
  color: #ffb201;
}
body:not(.wp-admin) .text-teal,
.editor-styles-wrapper .text-teal {
  color: #346895;
}
body:not(.wp-admin) .text-blue,
.editor-styles-wrapper .text-blue {
  color: #83c7d1;
}
body:not(.wp-admin) .text-black,
.editor-styles-wrapper .text-black {
  color: #161616;
}
body:not(.wp-admin) .text-red,
.editor-styles-wrapper .text-red {
  color: #d84035;
}
body:not(.wp-admin) .text-grey,
.editor-styles-wrapper .text-grey {
  color: #f4f4f4;
}
body:not(.wp-admin) .text-white,
.editor-styles-wrapper .text-white {
  color: #ffffff;
}
body:not(.wp-admin) .teal,
.editor-styles-wrapper .teal {
  background-color: var(--teal);
}
body:not(.wp-admin) .blue,
.editor-styles-wrapper .blue {
  background-color: var(--blue);
}
body:not(.wp-admin) .yellow,
.editor-styles-wrapper .yellow {
  background-color: var(--yellow);
}
body:not(.wp-admin) .red,
.editor-styles-wrapper .red {
  background-color: var(--crimson);
}
body:not(.wp-admin) .black,
.editor-styles-wrapper .black {
  background-color: var(--black);
}
body:not(.wp-admin) .grey,
.editor-styles-wrapper .grey {
  background-color: var(--grey);
}
body:not(.wp-admin) .white,
.editor-styles-wrapper .white {
  background-color: var(--white);
}
body:not(.wp-admin) .w-layout-grid,
.editor-styles-wrapper .w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
body:not(.wp-admin) .thirds,
.editor-styles-wrapper .thirds {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}
body:not(.wp-admin) .halves,
.editor-styles-wrapper .halves {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}
body:not(.wp-admin) .quarters,
.editor-styles-wrapper .quarters {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  display: grid;
}
body:not(.wp-admin) .quarters.footer,
body:not(.wp-admin) .quarters.half-tablet-single-mobile,
.editor-styles-wrapper .quarters.footer,
.editor-styles-wrapper .quarters.half-tablet-single-mobile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
body:not(.wp-admin) .fourths,
.editor-styles-wrapper .fourths {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
body:not(.wp-admin) ._30-70,
.editor-styles-wrapper ._30-70 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
body:not(.wp-admin) .sticky-wrapper,
.editor-styles-wrapper .sticky-wrapper {
  height: 100%;
}
body:not(.wp-admin) .centre,
.editor-styles-wrapper .centre {
  text-align: center;
}
body:not(.wp-admin) .right,
.editor-styles-wrapper .right {
  text-align: right;
}
body:not(.wp-admin) .left,
.editor-styles-wrapper .left {
  text-align: left;
}
body:not(.wp-admin) .centre._70wide.centre-align,
.editor-styles-wrapper .centre._70wide.centre-align {
  margin-left: auto;
  margin-right: auto;
}
body:not(.wp-admin) .line,
.editor-styles-wrapper .line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}
body:not(.wp-admin) .line.white,
.editor-styles-wrapper .line.white {
  background-color: #ffffff;
}
body:not(.wp-admin) .line.edge-all,
.editor-styles-wrapper .line.edge-all {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .thirds,
.editor-styles-wrapper .thirds {
    grid-template-columns: 1fr 1fr;
  }
  body:not(.wp-admin) .quarters,
.editor-styles-wrapper .quarters {
    grid-column-gap: 20px;
  }
  body:not(.wp-admin) .quarters.footer,
body:not(.wp-admin) .quarters.half-tablet-single-mobile,
.editor-styles-wrapper .quarters.footer,
.editor-styles-wrapper .quarters.half-tablet-single-mobile {
    grid-template-columns: 1fr 1fr;
  }
  body:not(.wp-admin) ._30-70.single-tablet,
.editor-styles-wrapper ._30-70.single-tablet {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .halves,
.editor-styles-wrapper .halves {
    grid-template-columns: 1fr;
  }
  body:not(.wp-admin) .quarters,
.editor-styles-wrapper .quarters {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }
  body:not(.wp-admin) ._30-70,
.editor-styles-wrapper ._30-70 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .thirds,
.editor-styles-wrapper .thirds {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
  body:not(.wp-admin) .centre._70wide.centre-align,
.editor-styles-wrapper .centre._70wide.centre-align {
    width: 100%;
  }
  body:not(.wp-admin) .quarters.footer,
body:not(.wp-admin) .quarters.half-tablet-single-mobile,
.editor-styles-wrapper .quarters.footer,
.editor-styles-wrapper .quarters.half-tablet-single-mobile {
    grid-template-columns: 1fr;
  }
  body:not(.wp-admin) .sticky-wrapper,
.editor-styles-wrapper .sticky-wrapper {
    padding-bottom: 50px;
  }
}
body:not(.wp-admin) .deco-yellow-cubes-bl,
.editor-styles-wrapper .deco-yellow-cubes-bl {
  position: relative;
}
body:not(.wp-admin) .deco-yellow-cubes-bl::after,
.editor-styles-wrapper .deco-yellow-cubes-bl::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-yellow.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-yellow-cubes-bl::after,
.editor-styles-wrapper .deco-yellow-cubes-bl::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-yellow-cubes-bl::after,
.editor-styles-wrapper .deco-yellow-cubes-bl::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-yellow-cubes-bl > *,
.editor-styles-wrapper .deco-yellow-cubes-bl > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-yellow-cubes-br,
.editor-styles-wrapper .deco-yellow-cubes-br {
  position: relative;
}
body:not(.wp-admin) .deco-yellow-cubes-br::after,
.editor-styles-wrapper .deco-yellow-cubes-br::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-yellow.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-yellow-cubes-br::after,
.editor-styles-wrapper .deco-yellow-cubes-br::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-yellow-cubes-br::after,
.editor-styles-wrapper .deco-yellow-cubes-br::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-yellow-cubes-br > *,
.editor-styles-wrapper .deco-yellow-cubes-br > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-blue-cubes-bl,
.editor-styles-wrapper .deco-blue-cubes-bl {
  position: relative;
}
body:not(.wp-admin) .deco-blue-cubes-bl::after,
.editor-styles-wrapper .deco-blue-cubes-bl::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-blue.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-blue-cubes-bl::after,
.editor-styles-wrapper .deco-blue-cubes-bl::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-blue-cubes-bl::after,
.editor-styles-wrapper .deco-blue-cubes-bl::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-blue-cubes-bl > *,
.editor-styles-wrapper .deco-blue-cubes-bl > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-blue-cubes-br,
.editor-styles-wrapper .deco-blue-cubes-br {
  position: relative;
}
body:not(.wp-admin) .deco-blue-cubes-br::after,
.editor-styles-wrapper .deco-blue-cubes-br::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-blue.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-blue-cubes-br::after,
.editor-styles-wrapper .deco-blue-cubes-br::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-blue-cubes-br::after,
.editor-styles-wrapper .deco-blue-cubes-br::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-blue-cubes-br > *,
.editor-styles-wrapper .deco-blue-cubes-br > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-yellow-rect-bl,
.editor-styles-wrapper .deco-yellow-rect-bl {
  position: relative;
}
body:not(.wp-admin) .deco-yellow-rect-bl::after,
.editor-styles-wrapper .deco-yellow-rect-bl::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/rect-yellow.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-yellow-rect-bl::after,
.editor-styles-wrapper .deco-yellow-rect-bl::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-yellow-rect-bl::after,
.editor-styles-wrapper .deco-yellow-rect-bl::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-yellow-rect-bl > *,
.editor-styles-wrapper .deco-yellow-rect-bl > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-yellow-rect-br,
.editor-styles-wrapper .deco-yellow-rect-br {
  position: relative;
}
body:not(.wp-admin) .deco-yellow-rect-br::after,
.editor-styles-wrapper .deco-yellow-rect-br::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/rect-yellow.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-yellow-rect-br::after,
.editor-styles-wrapper .deco-yellow-rect-br::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-yellow-rect-br::after,
.editor-styles-wrapper .deco-yellow-rect-br::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-yellow-rect-br > *,
.editor-styles-wrapper .deco-yellow-rect-br > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-grey-cubes-bl,
.editor-styles-wrapper .deco-grey-cubes-bl {
  position: relative;
}
body:not(.wp-admin) .deco-grey-cubes-bl::after,
.editor-styles-wrapper .deco-grey-cubes-bl::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-grey.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-grey-cubes-bl::after,
.editor-styles-wrapper .deco-grey-cubes-bl::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-grey-cubes-bl::after,
.editor-styles-wrapper .deco-grey-cubes-bl::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-grey-cubes-bl > *,
.editor-styles-wrapper .deco-grey-cubes-bl > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-grey-cubes-br,
.editor-styles-wrapper .deco-grey-cubes-br {
  position: relative;
}
body:not(.wp-admin) .deco-grey-cubes-br::after,
.editor-styles-wrapper .deco-grey-cubes-br::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-grey.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-grey-cubes-br::after,
.editor-styles-wrapper .deco-grey-cubes-br::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-grey-cubes-br::after,
.editor-styles-wrapper .deco-grey-cubes-br::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-grey-cubes-br > *,
.editor-styles-wrapper .deco-grey-cubes-br > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-teal-cubes-bl,
.editor-styles-wrapper .deco-teal-cubes-bl {
  position: relative;
}
body:not(.wp-admin) .deco-teal-cubes-bl::after,
.editor-styles-wrapper .deco-teal-cubes-bl::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-teal.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-teal-cubes-bl::after,
.editor-styles-wrapper .deco-teal-cubes-bl::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-teal-cubes-bl::after,
.editor-styles-wrapper .deco-teal-cubes-bl::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-teal-cubes-bl > *,
.editor-styles-wrapper .deco-teal-cubes-bl > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .deco-teal-cubes-br,
.editor-styles-wrapper .deco-teal-cubes-br {
  position: relative;
}
body:not(.wp-admin) .deco-teal-cubes-br::after,
.editor-styles-wrapper .deco-teal-cubes-br::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cubes-teal.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .deco-teal-cubes-br::after,
.editor-styles-wrapper .deco-teal-cubes-br::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .deco-teal-cubes-br::after,
.editor-styles-wrapper .deco-teal-cubes-br::after {
    background-image: none;
  }
}
body:not(.wp-admin) .deco-teal-cubes-br > *,
.editor-styles-wrapper .deco-teal-cubes-br > * {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .blue-cubes-bottom-right,
.editor-styles-wrapper .blue-cubes-bottom-right {
  background-image: url("../images/cubes-blue.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}
body:not(.wp-admin) .yellow-cubes-bottom-left,
.editor-styles-wrapper .yellow-cubes-bottom-left {
  background-image: url("../images/cubes-yellow.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}
body:not(.wp-admin) .values-about,
.editor-styles-wrapper .values-about {
  background-position: 50% 0;
  background-size: cover;
}
body:not(.wp-admin) .values-about.text-white,
.editor-styles-wrapper .values-about.text-white {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0;
  position: relative;
}
body:not(.wp-admin) .asx-banner,
.editor-styles-wrapper .asx-banner {
  background-position: 50%;
  background-size: cover;
}
body:not(.wp-admin) .asx-banner.text-white,
.editor-styles-wrapper .asx-banner.text-white {
  background-image: url("../images/cubes-yellow.png"), linear-gradient(#00000080, #00000080);
  background-position: 0 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 50%, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}
body:not(.wp-admin) .industries-hero,
.editor-styles-wrapper .industries-hero {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
body:not(.wp-admin) .industries-hero.text-white,
.editor-styles-wrapper .industries-hero.text-white {
  background-image: url("../images/rect-yellow.png"), linear-gradient(#0000002b, #0000002b);
  background-position: 100% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 40%, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}
body:not(.wp-admin) .core-content-sections.industries-page,
.editor-styles-wrapper .core-content-sections.industries-page {
  background-image: url("../images/cubes-grey.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40vw;
}
body:not(.wp-admin) .join-teh-team-brokers-page,
.editor-styles-wrapper .join-teh-team-brokers-page {
  background-image: url("../images/cubes-yellow-sidewall.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
body:not(.wp-admin) .team-heading,
.editor-styles-wrapper .team-heading {
  background-image: linear-gradient(#ffffff2b, #ffffff2b), url("../images/cubes-teal.png");
  background-position: 0 0, 100% 102%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
}
body:not(.wp-admin) .team-values,
.editor-styles-wrapper .team-values {
  color: #ffffff;
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 50px;
  position: relative;
}
body:not(.wp-admin) .leadership-team,
.editor-styles-wrapper .leadership-team {
  background-image: none;
}
body:not(.wp-admin) .leadership-team.careers-page,
.editor-styles-wrapper .leadership-team.careers-page {
  background-image: url("../images/cubes-grey.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}
body:not(.wp-admin) .mailing-list-sign-up-banner,
.editor-styles-wrapper .mailing-list-sign-up-banner {
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}
body:not(.wp-admin) .mailing-list-sign-up-banner.text-white,
.editor-styles-wrapper .mailing-list-sign-up-banner.text-white {
  background-image: linear-gradient(#00000047, #00000047);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .join-teh-team-brokers-page,
.editor-styles-wrapper .join-teh-team-brokers-page {
    background-size: auto 60%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .values-about.text-white,
.editor-styles-wrapper .values-about.text-white {
    padding-bottom: 50px;
  }
  body:not(.wp-admin) .join-teh-team-brokers-page,
.editor-styles-wrapper .join-teh-team-brokers-page {
    background-image: none;
  }
  body:not(.wp-admin) .team-heading,
.editor-styles-wrapper .team-heading {
    background-position: 330% 101%;
    background-size: 90%;
  }
  body:not(.wp-admin) .team-values,
.editor-styles-wrapper .team-values {
    padding-bottom: 80px;
  }
}
body:not(.wp-admin) .button,
.editor-styles-wrapper .button {
  color: #fff;
  background-color: #000;
  background-image: url("../images/btn-arrow.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: auto 28%;
  border-radius: 100px;
  padding: 10px 80px 10px 30px;
  font-size: 1em;
  line-height: 1.2em;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 1px 1px 25px #0000004d;
}
body:not(.wp-admin) .button,
body:not(.wp-admin) .button:hover,
.editor-styles-wrapper .button,
.editor-styles-wrapper .button:hover {
  text-decoration: none;
}
body:not(.wp-admin) .button:hover,
.editor-styles-wrapper .button:hover {
  transform: scale(1.02);
  box-shadow: 1px 1px 20px #0006;
}
body:not(.wp-admin) .h1, body:not(.wp-admin) h2, body:not(.wp-admin) h3, body:not(.wp-admin) h4, body:not(.wp-admin) h5, body:not(.wp-admin) h6, body:not(.wp-admin) .paragraph,
.editor-styles-wrapper .h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper .paragraph {
  margin-top: 30px;
}
body:not(.wp-admin) .button.major,
.editor-styles-wrapper .button.major {
  width: 65%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-size: 1.2em;
}
body:not(.wp-admin) .button.major.full-width,
.editor-styles-wrapper .button.major.full-width {
  width: 100%;
  padding-left: 30px;
  padding-right: 60px;
}
body:not(.wp-admin) .centre + .buttons-wrapper .button.major.full-width,
.editor-styles-wrapper .centre + .buttons-wrapper .button.major.full-width {
  width: auto !important;
  margin: 0 auto;
  flex: initial;
}
body:not(.wp-admin) .button.yellow,
.editor-styles-wrapper .button.yellow {
  background-color: var(--yellow);
  color: var(--white);
}
body:not(.wp-admin) .button.blue,
.editor-styles-wrapper .button.blue {
  background-color: var(--blue);
  color: var(--white);
}
body:not(.wp-admin) .button.red,
.editor-styles-wrapper .button.red {
  background-color: var(--crimson);
  color: var(--white);
}
body:not(.wp-admin) .button.teal,
.editor-styles-wrapper .button.teal {
  background-color: var(--teal);
  color: var(--white);
}
body:not(.wp-admin) .button.white,
.editor-styles-wrapper .button.white {
  background-color: var(--white);
  color: var(--black);
}
body:not(.wp-admin) .button.yellow.major,
.editor-styles-wrapper .button.yellow.major {
  width: 70%;
}
body:not(.wp-admin) .button.teal.full-width.major,
.editor-styles-wrapper .button.teal.full-width.major {
  white-space: nowrap;
}
body:not(.wp-admin) .button.blue.spread.full-width.right,
.editor-styles-wrapper .button.blue.spread.full-width.right {
  text-align: left;
  margin-left: 50px;
}
body:not(.wp-admin) .button.blue.spread.full-width.right.major,
.editor-styles-wrapper .button.blue.spread.full-width.right.major {
  white-space: nowrap;
}
body:not(.wp-admin) .button.full-width.left,
.editor-styles-wrapper .button.full-width.left {
  white-space: nowrap;
  margin-right: 50px;
}
body:not(.wp-admin) .button.padding-top.blue.right,
.editor-styles-wrapper .button.padding-top.blue.right {
  margin-left: 50px;
}
body:not(.wp-admin) .custom-form-button,
.editor-styles-wrapper .custom-form-button {
  display: inline-block;
  color: #fff;
  background-color: #000;
  background-image: url("../images/btn-arrow.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: auto 28%;
  border: none;
  border-radius: 100px;
  padding: 10px 80px 10px 30px;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 1px 1px 25px #0000004d;
}
body:not(.wp-admin) .custom-form-button:hover,
.editor-styles-wrapper .custom-form-button:hover {
  transform: scale(1.02);
  box-shadow: 1px 1px 20px #0006;
  text-decoration: none;
}
body:not(.wp-admin) .custom-form-button span,
.editor-styles-wrapper .custom-form-button span {
  pointer-events: none;
}
body:not(.wp-admin) .nav-link.button,
.editor-styles-wrapper .nav-link.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 0.7em;
}
body:not(.wp-admin) .nav-link.button:hover,
.editor-styles-wrapper .nav-link.button:hover {
  color: #fff;
  transform: scale(1.02);
}
body:not(.wp-admin) .nav-link.button.white,
.editor-styles-wrapper .nav-link.button.white {
  color: #000;
  letter-spacing: 1.5px;
  background-color: #fff;
  margin-left: 10px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .button.yellow.major,
.editor-styles-wrapper .button.yellow.major {
    width: 100%;
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .button.padding-top,
.editor-styles-wrapper .button.padding-top {
    margin-top: 30px;
  }
  body:not(.wp-admin) .button.teal.full-width.major,
.editor-styles-wrapper .button.teal.full-width.major {
    width: 80%;
  }
  body:not(.wp-admin) .button.blue.spread.full-width.right.major,
.editor-styles-wrapper .button.blue.spread.full-width.right.major {
    width: 80%;
    margin-left: 0;
  }
  body:not(.wp-admin) .nav-link.button,
.editor-styles-wrapper .nav-link.button {
    margin-left: 5px;
    margin-right: 5px;
    padding: 12px 30px;
    font-size: 0.8em;
  }
  body:not(.wp-admin) .nav-link.button.white,
.editor-styles-wrapper .nav-link.button.white {
    margin-top: 15px;
  }
}
body:not(.wp-admin) .navbar,
.editor-styles-wrapper .navbar {
  color: #ffffff;
  background-color: #000;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .navbar,
.editor-styles-wrapper .navbar {
    height: 70px;
  }
}
body:not(.wp-admin) .navbar-inner,
.editor-styles-wrapper .navbar-inner {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10vw;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .navbar-inner,
.editor-styles-wrapper .navbar-inner {
    max-width: none;
    padding: 0 20px;
  }
}
body:not(.wp-admin) .logo-nav,
.editor-styles-wrapper .logo-nav {
  display: block;
  width: 150px;
  height: 50px;
  padding-bottom: 0;
  margin-left: 2vw;
}
body:not(.wp-admin) .logo-nav img,
.editor-styles-wrapper .logo-nav img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
body:not(.wp-admin) .nav-link,
.editor-styles-wrapper .nav-link {
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
body:not(.wp-admin) .nav-link:hover,
.editor-styles-wrapper .nav-link:hover {
  color: var(--blue);
}
body:not(.wp-admin) .nav-link.w--current,
.editor-styles-wrapper .nav-link.w--current {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
body:not(.wp-admin) .nav-link.button,
.editor-styles-wrapper .nav-link.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  font-size: 0.7em;
}
body:not(.wp-admin) .nav-link.button:hover,
.editor-styles-wrapper .nav-link.button:hover {
  color: #ffffff;
  transform: scale(1.02);
}
body:not(.wp-admin) .nav-link.button.white,
.editor-styles-wrapper .nav-link.button.white {
  color: #161616;
  letter-spacing: 1.5px;
  background-color: #ffffff;
  margin-left: 10px;
  font-weight: 500;
}
body:not(.wp-admin) .nav-menu,
.editor-styles-wrapper .nav-menu {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
}
body:not(.wp-admin) .nav-buttons,
.editor-styles-wrapper .nav-buttons {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: flex;
  margin-right: 2vw;
}
body:not(.wp-admin) .menu-button,
.editor-styles-wrapper .menu-button {
  position: fixed;
  right: 0;
  top: 10px;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
body:not(.wp-admin) .menu-button.w--open .burger-button-lottie span:nth-child(1),
.editor-styles-wrapper .menu-button.w--open .burger-button-lottie span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
body:not(.wp-admin) .menu-button.w--open .burger-button-lottie span:nth-child(2),
.editor-styles-wrapper .menu-button.w--open .burger-button-lottie span:nth-child(2) {
  opacity: 0;
}
body:not(.wp-admin) .menu-button.w--open .burger-button-lottie span:nth-child(3),
.editor-styles-wrapper .menu-button.w--open .burger-button-lottie span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
body:not(.wp-admin) .burger-button-lottie,
.editor-styles-wrapper .burger-button-lottie {
  filter: invert(1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  margin: 5px;
}
body:not(.wp-admin) .burger-button-lottie span,
.editor-styles-wrapper .burger-button-lottie span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #161616;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .logo-nav,
.editor-styles-wrapper .logo-nav {
    position: absolute;
    margin-left: 2vw;
  }
  body:not(.wp-admin) .nav-menu,
.editor-styles-wrapper .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: right;
    background-color: #000;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    padding: 0 2vw 3vw;
  }
  body:not(.wp-admin) .nav-menu.is-open,
.editor-styles-wrapper .nav-menu.is-open {
    display: flex;
  }
  body:not(.wp-admin) .nav-menu .nav-link,
.editor-styles-wrapper .nav-menu .nav-link {
    text-align: right;
    width: auto;
    padding: 20px 5px 20px 0;
    font-size: 1.5em;
  }
  body:not(.wp-admin) .nav-menu .nav-link.w--current,
.editor-styles-wrapper .nav-menu .nav-link.w--current {
    border-bottom-style: none;
    text-decoration: underline;
  }
  body:not(.wp-admin) .nav-buttons,
.editor-styles-wrapper .nav-buttons {
    position: absolute;
    right: 8vw;
  }
  body:not(.wp-admin) .menu-button,
.editor-styles-wrapper .menu-button {
    display: flex;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .nav-menu,
.editor-styles-wrapper .nav-menu {
    z-index: 99;
  }
  body:not(.wp-admin) .nav-menu.is-open,
.editor-styles-wrapper .nav-menu.is-open {
    height: 100vh;
  }
  body:not(.wp-admin) .logo-nav,
.editor-styles-wrapper .logo-nav {
    margin-left: 3vw;
  }
  body:not(.wp-admin) .nav-buttons,
.editor-styles-wrapper .nav-buttons {
    right: 15vw;
  }
  body:not(.wp-admin) .nav-buttons.main,
.editor-styles-wrapper .nav-buttons.main {
    z-index: 100;
    display: none;
    position: fixed;
    inset: auto 3vw 5vw auto;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .nav-link.button,
.editor-styles-wrapper .nav-link.button {
    margin-left: 5px;
    margin-right: 5px;
    padding: 12px 30px;
    font-size: 0.8em;
  }
  body:not(.wp-admin) .nav-link.button.white,
.editor-styles-wrapper .nav-link.button.white {
    margin-top: 15px;
  }
  body:not(.wp-admin) .logo-nav,
.editor-styles-wrapper .logo-nav {
    background-position: 50%;
    align-self: center;
    width: 100px;
  }
  body:not(.wp-admin) .nav-buttons.main,
.editor-styles-wrapper .nav-buttons.main {
    z-index: 100;
    background-color: transparent;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100vw;
    height: auto;
    padding-bottom: 10vw;
    padding-right: 3vw;
    display: none;
    position: fixed;
    inset: auto 0 0;
  }
}
body:not(.wp-admin) .footer.black,
.editor-styles-wrapper .footer.black {
  color: #ffffff;
  position: relative;
}
body:not(.wp-admin) .footer.black p, body:not(.wp-admin) .footer.black strong, body:not(.wp-admin) .footer.black a,
.editor-styles-wrapper .footer.black p,
.editor-styles-wrapper .footer.black strong,
.editor-styles-wrapper .footer.black a {
  color: #ffffff;
}
body:not(.wp-admin) .borders.footer,
.editor-styles-wrapper .borders.footer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5vw;
}
body:not(.wp-admin) .quarters.footer,
.editor-styles-wrapper .quarters.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body:not(.wp-admin) .logo-nav.footer,
.editor-styles-wrapper .logo-nav.footer {
  width: 100%;
  max-width: 180px;
  height: 70px;
  position: static;
  display: block;
}
body:not(.wp-admin) .logo-nav.footer img,
.editor-styles-wrapper .logo-nav.footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
body:not(.wp-admin) .link,
.editor-styles-wrapper .link {
  color: #ffffff;
  text-decoration: none;
}
body:not(.wp-admin) .link:hover,
.editor-styles-wrapper .link:hover {
  text-decoration: underline;
}
body:not(.wp-admin) .link.footer,
.editor-styles-wrapper .link.footer {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  text-decoration: underline;
}
body:not(.wp-admin) .link.footer.edge-top,
.editor-styles-wrapper .link.footer.edge-top {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .quarters.footer,
.editor-styles-wrapper .quarters.footer {
    grid-template-columns: 1fr 1fr;
  }
  body:not(.wp-admin) .logo-nav.footer,
.editor-styles-wrapper .logo-nav.footer {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .logo-nav.footer,
.editor-styles-wrapper .logo-nav.footer {
    width: 100%;
  }
  body:not(.wp-admin) .borders.footer,
.editor-styles-wrapper .borders.footer {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .quarters.footer,
.editor-styles-wrapper .quarters.footer {
    grid-template-columns: 1fr;
  }
}
@keyframes sg-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sg-modal-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes sg-modal-slide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sg-modal-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
body:not(.wp-admin) .sg-modal,
.editor-styles-wrapper .sg-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: sg-modal-fade 0.2s ease;
}
body:not(.wp-admin) .sg-modal[hidden],
.editor-styles-wrapper .sg-modal[hidden] {
  display: none;
}
body:not(.wp-admin) .sg-modal.is-closing,
.editor-styles-wrapper .sg-modal.is-closing {
  animation: sg-modal-fade-out 0.2s ease forwards;
}
body:not(.wp-admin) .sg-modal.is-closing .sg-modal__box,
.editor-styles-wrapper .sg-modal.is-closing .sg-modal__box {
  animation: sg-modal-slide-out 0.2s ease forwards;
}
body:not(.wp-admin) .sg-modal__backdrop,
.editor-styles-wrapper .sg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
body:not(.wp-admin) .sg-modal__box,
.editor-styles-wrapper .sg-modal__box {
  position: relative;
  background: #ffffff;
  border-bottom-right-radius: 50px;
  padding: 50px;
  width: 100%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  animation: sg-modal-slide 0.25s ease;
}
body:not(.wp-admin) .sg-modal__close,
.editor-styles-wrapper .sg-modal__close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--black);
  padding: 0;
}
body:not(.wp-admin) .sg-modal__close:hover,
.editor-styles-wrapper .sg-modal__close:hover {
  color: var(--teal, #009688);
}
body:not(.wp-admin) .sg-modal__heading,
.editor-styles-wrapper .sg-modal__heading {
  margin-bottom: 16px;
  padding-right: 40px;
}
body:not(.wp-admin) .sg-modal__body,
.editor-styles-wrapper .sg-modal__body {
  margin-bottom: 24px;
}
body:not(.wp-admin) button.tile-curved,
.editor-styles-wrapper button.tile-curved {
  width: 100%;
  height: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .sg-modal__box,
.editor-styles-wrapper .sg-modal__box {
    padding: 30px 24px;
    border-bottom-right-radius: 30px;
  }
}
body:not(.wp-admin) .gform_wrapper .gfield_label,
.editor-styles-wrapper .gform_wrapper .gfield_label {
  display: none !important;
}
body:not(.wp-admin) .gform_wrapper .gfield_required_legend,
body:not(.wp-admin) .gform_wrapper .ginput_complex label,
body:not(.wp-admin) .gform_wrapper .gfield_checkbox label,
body:not(.wp-admin) .gform_wrapper .gfield_radio label,
.editor-styles-wrapper .gform_wrapper .gfield_required_legend,
.editor-styles-wrapper .gform_wrapper .ginput_complex label,
.editor-styles-wrapper .gform_wrapper .gfield_checkbox label,
.editor-styles-wrapper .gform_wrapper .gfield_radio label {
  display: none !important;
}
body:not(.wp-admin) .gform_wrapper input[type=text],
body:not(.wp-admin) .gform_wrapper input[type=email],
body:not(.wp-admin) .gform_wrapper input[type=tel],
body:not(.wp-admin) .gform_wrapper input[type=number],
body:not(.wp-admin) .gform_wrapper input[type=url],
body:not(.wp-admin) .gform_wrapper input[type=password],
body:not(.wp-admin) .gform_wrapper select,
body:not(.wp-admin) .gform_wrapper textarea,
.editor-styles-wrapper .gform_wrapper input[type=text],
.editor-styles-wrapper .gform_wrapper input[type=email],
.editor-styles-wrapper .gform_wrapper input[type=tel],
.editor-styles-wrapper .gform_wrapper input[type=number],
.editor-styles-wrapper .gform_wrapper input[type=url],
.editor-styles-wrapper .gform_wrapper input[type=password],
.editor-styles-wrapper .gform_wrapper select,
.editor-styles-wrapper .gform_wrapper textarea {
  width: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 1em;
  font-family: inherit;
  color: #000;
  box-sizing: border-box;
  outline: none;
  transition: background-color 0.15s;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
body:not(.wp-admin) .gform_wrapper input[type=text]::placeholder,
body:not(.wp-admin) .gform_wrapper input[type=email]::placeholder,
body:not(.wp-admin) .gform_wrapper input[type=tel]::placeholder,
body:not(.wp-admin) .gform_wrapper input[type=number]::placeholder,
body:not(.wp-admin) .gform_wrapper input[type=url]::placeholder,
body:not(.wp-admin) .gform_wrapper input[type=password]::placeholder,
body:not(.wp-admin) .gform_wrapper select::placeholder,
body:not(.wp-admin) .gform_wrapper textarea::placeholder,
.editor-styles-wrapper .gform_wrapper input[type=text]::placeholder,
.editor-styles-wrapper .gform_wrapper input[type=email]::placeholder,
.editor-styles-wrapper .gform_wrapper input[type=tel]::placeholder,
.editor-styles-wrapper .gform_wrapper input[type=number]::placeholder,
.editor-styles-wrapper .gform_wrapper input[type=url]::placeholder,
.editor-styles-wrapper .gform_wrapper input[type=password]::placeholder,
.editor-styles-wrapper .gform_wrapper select::placeholder,
.editor-styles-wrapper .gform_wrapper textarea::placeholder {
  color: #888;
}
body:not(.wp-admin) .gform_wrapper input[type=text]:focus,
body:not(.wp-admin) .gform_wrapper input[type=email]:focus,
body:not(.wp-admin) .gform_wrapper input[type=tel]:focus,
body:not(.wp-admin) .gform_wrapper input[type=number]:focus,
body:not(.wp-admin) .gform_wrapper input[type=url]:focus,
body:not(.wp-admin) .gform_wrapper input[type=password]:focus,
body:not(.wp-admin) .gform_wrapper select:focus,
body:not(.wp-admin) .gform_wrapper textarea:focus,
.editor-styles-wrapper .gform_wrapper input[type=text]:focus,
.editor-styles-wrapper .gform_wrapper input[type=email]:focus,
.editor-styles-wrapper .gform_wrapper input[type=tel]:focus,
.editor-styles-wrapper .gform_wrapper input[type=number]:focus,
.editor-styles-wrapper .gform_wrapper input[type=url]:focus,
.editor-styles-wrapper .gform_wrapper input[type=password]:focus,
.editor-styles-wrapper .gform_wrapper select:focus,
.editor-styles-wrapper .gform_wrapper textarea:focus {
  background-color: #e5e5e5;
}
body:not(.wp-admin) .gform_wrapper select,
.editor-styles-wrapper .gform_wrapper select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
body:not(.wp-admin) .gform_wrapper textarea,
.editor-styles-wrapper .gform_wrapper textarea {
  resize: vertical;
  min-height: 140px;
}
body:not(.wp-admin) .gform_wrapper .gfield_checkbox label,
body:not(.wp-admin) .gform_wrapper .gfield_radio label,
.editor-styles-wrapper .gform_wrapper .gfield_checkbox label,
.editor-styles-wrapper .gform_wrapper .gfield_radio label {
  display: inline !important;
  font-size: 0.95em;
}
body:not(.wp-admin) .gform_wrapper .gfield,
.editor-styles-wrapper .gform_wrapper .gfield {
  margin-bottom: 16px;
}
body:not(.wp-admin) .gform_wrapper .gfield_error input,
body:not(.wp-admin) .gform_wrapper .gfield_error select,
body:not(.wp-admin) .gform_wrapper .gfield_error textarea,
.editor-styles-wrapper .gform_wrapper .gfield_error input,
.editor-styles-wrapper .gform_wrapper .gfield_error select,
.editor-styles-wrapper .gform_wrapper .gfield_error textarea {
  background-color: #fde8e8;
}
body:not(.wp-admin) .gform_wrapper .validation_message,
.editor-styles-wrapper .gform_wrapper .validation_message {
  color: #c00;
  font-size: 0.8em;
  margin-top: 4px;
}
body:not(.wp-admin) .gform_wrapper .gform_confirmation_message,
.editor-styles-wrapper .gform_wrapper .gform_confirmation_message {
  font-size: 1em;
  padding: 20px 0;
}
body:not(.wp-admin) .borders,
.editor-styles-wrapper .borders {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10vw;
}
body:not(.wp-admin) .borders.no-top,
.editor-styles-wrapper .borders.no-top {
  padding-top: 0;
}
body:not(.wp-admin) .borders.no-bottom,
.editor-styles-wrapper .borders.no-bottom {
  padding-bottom: 0;
}
body:not(.wp-admin) .centre._70wide.centre-align,
body:not(.wp-admin) .centre._50wide.centre-align,
.editor-styles-wrapper .centre._70wide.centre-align,
.editor-styles-wrapper .centre._50wide.centre-align {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .borders,
.editor-styles-wrapper .borders {
    margin-left: 8vw;
    margin-right: 8vw;
    padding: 50px 0;
  }
  body:not(.wp-admin) ._70wide,
.editor-styles-wrapper ._70wide {
    width: 100%;
  }
  body:not(.wp-admin) .centre._70wide.centre-align,
body:not(.wp-admin) .centre._50wide.centre-align,
.editor-styles-wrapper .centre._70wide.centre-align,
.editor-styles-wrapper .centre._50wide.centre-align {
    width: 100%;
  }
}
body:not(.wp-admin) .home-hero,
.editor-styles-wrapper .home-hero {
  background-image: linear-gradient(#00000040, #00000040), var(--hero-bg-image, none);
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  display: flex;
  height: auto;
  min-height: 90vh;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}
body:not(.wp-admin) .home-hero ._50wide.text-white.max-450,
.editor-styles-wrapper .home-hero ._50wide.text-white.max-450 {
  text-shadow: 0 0 50px #000000db;
  width: 50%;
  max-width: 450px;
}
body:not(.wp-admin) .home-hero.centered,
.editor-styles-wrapper .home-hero.centered {
  justify-content: center;
  text-align: center;
}
body:not(.wp-admin) .home-hero.centered .centre-align,
.editor-styles-wrapper .home-hero.centered .centre-align {
  max-width: 800px;
}
body:not(.wp-admin) .home-hero .place-name,
.editor-styles-wrapper .home-hero .place-name {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.6em;
  position: absolute;
  inset: auto 2vw 2vw auto;
}
body:not(.wp-admin) .home-hero .place-name.top,
.editor-styles-wrapper .home-hero .place-name.top {
  top: 2vw;
  bottom: auto;
}
body:not(.wp-admin) .home-hero--slim,
.editor-styles-wrapper .home-hero--slim {
  min-height: 40vh;
  background-position: 0 0, 50% 50%;
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .home-hero,
.editor-styles-wrapper .home-hero {
    background-image: linear-gradient(#00000059, #00000059), var(--hero-bg-image, none);
    background-attachment: scroll, scroll;
    background-size: auto, cover;
    align-items: center;
    padding-top: 0;
  }
  body:not(.wp-admin) .home-hero ._50wide.text-white.max-450,
.editor-styles-wrapper .home-hero ._50wide.text-white.max-450 {
    width: 100%;
    margin-bottom: 50px;
  }
  body:not(.wp-admin) .home-hero .place-name,
.editor-styles-wrapper .home-hero .place-name {
    font-size: 0.5em;
    bottom: 4vw;
    right: 4vw;
  }
  body:not(.wp-admin) .home-hero .place-name.top,
.editor-styles-wrapper .home-hero .place-name.top {
    top: 4vw;
  }
  body:not(.wp-admin) .home-hero--slim,
.editor-styles-wrapper .home-hero--slim {
    min-height: 30vh;
  }
}
body:not(.wp-admin) .services-grid-block .thirds,
.editor-styles-wrapper .services-grid-block .thirds {
  align-items: stretch;
}
body:not(.wp-admin) .tile-curved,
.editor-styles-wrapper .tile-curved {
  color: var(--black);
  background-color: #ffffff;
  border-bottom-right-radius: 50px;
  padding: 30px;
  text-decoration: none;
  transition: all 0.4s;
  position: relative;
  box-shadow: 1px 1px 20px #0003;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
body:not(.wp-admin) .tile-curved:hover,
.editor-styles-wrapper .tile-curved:hover {
  background-color: var(--black);
  color: #ffffff;
  transform: scale(1.01);
  box-shadow: 1px 1px 25px #0000004d;
}
body:not(.wp-admin) .tile-curved .service-icon,
.editor-styles-wrapper .tile-curved .service-icon {
  display: block;
  width: auto;
  height: 40px;
  margin-bottom: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.wp-admin) .tile-curved.no-hover:hover,
.editor-styles-wrapper .tile-curved.no-hover:hover {
  background-color: #ffffff;
  color: var(--black);
  transform: none;
  box-shadow: 1px 1px 20px #0003;
}
body:not(.wp-admin) .tile-curved.no-corner,
.editor-styles-wrapper .tile-curved.no-corner {
  border-bottom-right-radius: 0;
}
body:not(.wp-admin) .tile-curved.wide-padding,
body:not(.wp-admin) .tile-curved.no-hover.wide-padding,
.editor-styles-wrapper .tile-curved.wide-padding,
.editor-styles-wrapper .tile-curved.no-hover.wide-padding {
  padding: 50px;
}
body:not(.wp-admin) .tile-curved.no-hover.no-corner.wide-padding._70wide.right-align,
.editor-styles-wrapper .tile-curved.no-hover.no-corner.wide-padding._70wide.right-align {
  margin-left: 30%;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .services-grid-block .thirds,
.editor-styles-wrapper .services-grid-block .thirds {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .tile-curved.no-hover.no-corner.wide-padding._70wide.right-align,
.editor-styles-wrapper .tile-curved.no-hover.no-corner.wide-padding._70wide.right-align {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .tile-curved,
.editor-styles-wrapper .tile-curved {
    padding: 35px;
  }
  body:not(.wp-admin) .tile-curved.no-hover.no-corner.wide-padding,
.editor-styles-wrapper .tile-curved.no-hover.no-corner.wide-padding {
    padding: 20px;
  }
  body:not(.wp-admin) .tile-curved.no-hover.wide-padding,
.editor-styles-wrapper .tile-curved.no-hover.wide-padding {
    padding: 30px;
  }
}
body:not(.wp-admin) .flexible-grid-block.cols-3 .flexible-grid-cards,
.editor-styles-wrapper .flexible-grid-block.cols-3 .flexible-grid-cards {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  gap: 30px;
  justify-content: center;
}
body:not(.wp-admin) .flexible-grid-block.cols-2 .flexible-grid-cards,
.editor-styles-wrapper .flexible-grid-block.cols-2 .flexible-grid-cards {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  gap: 30px;
  justify-content: center;
}
body:not(.wp-admin) .flexible-grid-card,
.editor-styles-wrapper .flexible-grid-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
body:not(.wp-admin) .flexible-grid-card .card-link-overlay,
.editor-styles-wrapper .flexible-grid-card .card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body:not(.wp-admin) .flexible-grid-card .para-mid a,
.editor-styles-wrapper .flexible-grid-card .para-mid a {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .flexible-grid-block.cols-3 .flexible-grid-cards,
.editor-styles-wrapper .flexible-grid-block.cols-3 .flexible-grid-cards {
    grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  }
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .flexible-grid-block.cols-3 .flexible-grid-cards,
body:not(.wp-admin) .flexible-grid-block.cols-2 .flexible-grid-cards,
.editor-styles-wrapper .flexible-grid-block.cols-3 .flexible-grid-cards,
.editor-styles-wrapper .flexible-grid-block.cols-2 .flexible-grid-cards {
    grid-template-columns: 1fr;
  }
}
body:not(.wp-admin) .stats,
.editor-styles-wrapper .stats {
  display: block;
  position: relative;
}
body:not(.wp-admin) .stats .borders,
.editor-styles-wrapper .stats .borders {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10vw;
}
body:not(.wp-admin) .stats .borders.no-top,
.editor-styles-wrapper .stats .borders.no-top {
  padding-top: 0;
}
body:not(.wp-admin) .stats .borders.no-bottom,
.editor-styles-wrapper .stats .borders.no-bottom {
  padding-bottom: 0;
}
body:not(.wp-admin) .stat-wrapper,
.editor-styles-wrapper .stat-wrapper {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
body:not(.wp-admin) .stat-wrapper.left,
.editor-styles-wrapper .stat-wrapper.left {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
body:not(.wp-admin) .subscript,
.editor-styles-wrapper .subscript {
  font-size: 0.3em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .stat-wrapper.left,
.editor-styles-wrapper .stat-wrapper.left {
    text-align: left;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .stats .borders,
.editor-styles-wrapper .stats .borders {
    margin-left: 8vw;
    margin-right: 8vw;
    padding: 50px 0;
  }
  body:not(.wp-admin) .stats .borders.no-top,
.editor-styles-wrapper .stats .borders.no-top {
    padding-top: 0;
  }
  body:not(.wp-admin) .stats .borders.no-bottom,
.editor-styles-wrapper .stats .borders.no-bottom {
    padding-bottom: 0;
  }
  body:not(.wp-admin) .stat-wrapper,
.editor-styles-wrapper .stat-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.wp-admin) .stats .thirds,
.editor-styles-wrapper .stats .thirds {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}
body:not(.wp-admin) .cta,
.editor-styles-wrapper .cta {
  background-image: linear-gradient(#0000004f, #0000004f), var(--cta-bg-image, none);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}
body:not(.wp-admin) .cta .borders,
.editor-styles-wrapper .cta .borders {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 13vw 10vw;
}
body:not(.wp-admin) .cta .halves,
.editor-styles-wrapper .cta .halves {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}
body:not(.wp-admin) .cta .centre-align,
.editor-styles-wrapper .cta .centre-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body:not(.wp-admin) .cta .centre-align .button,
.editor-styles-wrapper .cta .centre-align .button {
  width: auto;
}
body:not(.wp-admin) .cta .place-name,
.editor-styles-wrapper .cta .place-name {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.6em;
  position: absolute;
  inset: auto 2vw 2vw auto;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .cta .halves,
.editor-styles-wrapper .cta .halves {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .cta .borders,
.editor-styles-wrapper .cta .borders {
    margin-left: 8vw;
    margin-right: 8vw;
    padding: 20vw 0;
  }
  body:not(.wp-admin) .cta .place-name,
.editor-styles-wrapper .cta .place-name {
    font-size: 0.5em;
    bottom: 4vw;
    right: 4vw;
  }
}
body:not(.wp-admin) .testimonials-block,
.editor-styles-wrapper .testimonials-block {
  position: relative;
}
body:not(.wp-admin) .testimonials-block.grey,
.editor-styles-wrapper .testimonials-block.grey {
  background-image: url("../images/cubes-yellow.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
}
body:not(.wp-admin) .testimonials-block .borders,
.editor-styles-wrapper .testimonials-block .borders {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 13vw 10vw;
}
body:not(.wp-admin) .testimonials-layout,
.editor-styles-wrapper .testimonials-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  align-items: start;
}
body:not(.wp-admin) .testimonials-slider-column,
.editor-styles-wrapper .testimonials-slider-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body:not(.wp-admin) .textimonial-wrapper,
.editor-styles-wrapper .textimonial-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}
body:not(.wp-admin) .testimonials-block .swiper-container,
.editor-styles-wrapper .testimonials-block .swiper-container {
  overflow: hidden;
  width: 100%;
}
body:not(.wp-admin) .testimonials-block .swiper-wrapper,
.editor-styles-wrapper .testimonials-block .swiper-wrapper {
  align-items: flex-start;
}
body:not(.wp-admin) .testimonials-block .swiper-slide,
.editor-styles-wrapper .testimonials-block .swiper-slide {
  width: 100%;
}
body:not(.wp-admin) .testimonials-block .swiper-pagination,
.editor-styles-wrapper .testimonials-block .swiper-pagination {
  text-align: left;
  display: flex;
  margin-top: 20px;
  position: static;
}
body:not(.wp-admin) .testimonials-block .swiper-pagination-bullet-active,
.editor-styles-wrapper .testimonials-block .swiper-pagination-bullet-active {
  background: var(--black);
}
body:not(.wp-admin) .testimonials-layout--cards,
.editor-styles-wrapper .testimonials-layout--cards {
  display: block;
}
body:not(.wp-admin) .testimonials-layout--cards .testimonials-label,
.editor-styles-wrapper .testimonials-layout--cards .testimonials-label {
  margin-bottom: 40px;
}
body:not(.wp-admin) .testimonials-cards,
.editor-styles-wrapper .testimonials-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body:not(.wp-admin) .testimonials-card,
.editor-styles-wrapper .testimonials-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 260px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom-right-radius: 40px;
  padding: 40px;
}
.testimonials-block.grey body:not(.wp-admin) .testimonials-card,
.testimonials-block.grey .editor-styles-wrapper .testimonials-card {
  background: #ffffff;
}
.testimonials-block.white body:not(.wp-admin) .testimonials-card,
.testimonials-block.white .editor-styles-wrapper .testimonials-card {
  background: var(--light-grey, #f4f4f4);
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .testimonials-layout,
.editor-styles-wrapper .testimonials-layout {
    grid-template-columns: 1fr;
  }
  body:not(.wp-admin) .testimonials-card,
.editor-styles-wrapper .testimonials-card {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .testimonials-block .borders,
.editor-styles-wrapper .testimonials-block .borders {
    margin-left: 8vw;
    margin-right: 8vw;
    padding: 20vw 0;
  }
  body:not(.wp-admin) .testimonials-block.grey,
.editor-styles-wrapper .testimonials-block.grey {
    background-size: 80%;
    padding-bottom: 50px;
  }
  body:not(.wp-admin) .testimonials-block.grey.is--testimony,
.editor-styles-wrapper .testimonials-block.grey.is--testimony {
    padding-bottom: 100px;
  }
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --teal: #346895;
  --blue: #83c7d1;
  --yellow: #ffb201;
  --crimson: #d84035;
  --black: #161616;
  --grey: #f4f4f4;
  --white: #ffffff;
}
body:not(.wp-admin) .content-halves-block .image-full-width,
.editor-styles-wrapper .content-halves-block .image-full-width {
  width: 100%;
  height: 500px;
  overflow: hidden;
  align-self: stretch;
}
body:not(.wp-admin) .content-halves-block .image-full-width img,
.editor-styles-wrapper .content-halves-block .image-full-width img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:not(.wp-admin) .content-halves-block .image-full-width.harbour img,
.editor-styles-wrapper .content-halves-block .image-full-width.harbour img {
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}
body:not(.wp-admin) .content-halves-block .image-full-width.brokers img,
.editor-styles-wrapper .content-halves-block .image-full-width.brokers img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
body:not(.wp-admin) .content-halves-block .div-block.half-content-wrapper,
.editor-styles-wrapper .content-halves-block .div-block.half-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
}
body:not(.wp-admin) .content-halves-block.image-right .image-full-width,
.editor-styles-wrapper .content-halves-block.image-right .image-full-width {
  order: 2;
}
body:not(.wp-admin) .content-halves-block.image-right .div-block.half-content-wrapper,
.editor-styles-wrapper .content-halves-block.image-right .div-block.half-content-wrapper {
  order: 1;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .content-halves-block .image-full-width,
.editor-styles-wrapper .content-halves-block .image-full-width {
    height: 300px;
  }
  body:not(.wp-admin) .content-halves-block .div-block.half-content-wrapper,
.editor-styles-wrapper .content-halves-block .div-block.half-content-wrapper {
    width: 100%;
  }
  body:not(.wp-admin) .content-halves-block.image-right .image-full-width,
body:not(.wp-admin) .content-halves-block.image-right .div-block.half-content-wrapper,
.editor-styles-wrapper .content-halves-block.image-right .image-full-width,
.editor-styles-wrapper .content-halves-block.image-right .div-block.half-content-wrapper {
    order: unset;
  }
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --teal: #346895;
  --blue: #83c7d1;
  --yellow: #ffb201;
  --crimson: #d84035;
  --black: #161616;
  --grey: #f4f4f4;
  --white: #ffffff;
}
body:not(.wp-admin) .team-grid-block .team-grid,
.editor-styles-wrapper .team-grid-block .team-grid {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
body:not(.wp-admin) .team-grid-block .team-wrapper,
.editor-styles-wrapper .team-grid-block .team-wrapper {
  flex-direction: column;
  display: flex;
}
body:not(.wp-admin) .team-grid-block .team-bio-image,
.editor-styles-wrapper .team-grid-block .team-bio-image {
  width: 100%;
  overflow: hidden;
}
body:not(.wp-admin) .team-grid-block .team-bio-image img,
.editor-styles-wrapper .team-grid-block .team-bio-image img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body:not(.wp-admin) .team-grid-block .team-contact-links,
.editor-styles-wrapper .team-grid-block .team-contact-links {
  border-top: 0.75px solid #000;
  border-bottom: 0.75px solid #000;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
body:not(.wp-admin) .team-grid-block .title-no-wrap,
.editor-styles-wrapper .team-grid-block .title-no-wrap {
  margin-bottom: 10px;
  display: flex;
}
body:not(.wp-admin) .team-grid-block .link-blk,
.editor-styles-wrapper .team-grid-block .link-blk {
  color: #1f1f1f;
  text-decoration: none;
}
body:not(.wp-admin) .team-grid-block .link-blk:hover,
.editor-styles-wrapper .team-grid-block .link-blk:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .team-grid-block .team-grid,
.editor-styles-wrapper .team-grid-block .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  body:not(.wp-admin) .team-grid-block .team-bio-image,
.editor-styles-wrapper .team-grid-block .team-bio-image {
    height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .team-grid-block .team-grid,
.editor-styles-wrapper .team-grid-block .team-grid {
    grid-template-columns: 1fr;
  }
  body:not(.wp-admin) .team-grid-block .team-bio-image,
.editor-styles-wrapper .team-grid-block .team-bio-image {
    height: 70vw;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .team-grid-block .team-bio-image,
.editor-styles-wrapper .team-grid-block .team-bio-image {
    height: 90vw;
  }
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --teal: #346895;
  --blue: #83c7d1;
  --yellow: #ffb201;
  --crimson: #d84035;
  --black: #161616;
  --grey: #f4f4f4;
  --white: #ffffff;
}
body:not(.wp-admin) .value-cards-block,
.editor-styles-wrapper .value-cards-block {
  margin-top: -100px;
  position: relative;
}
body:not(.wp-admin) .value-cards-block .quarters,
.editor-styles-wrapper .value-cards-block .quarters {
  align-items: stretch;
}
body:not(.wp-admin) .value-cards-block .quarters .tile-curved,
.editor-styles-wrapper .value-cards-block .quarters .tile-curved {
  height: 100%;
  box-sizing: border-box;
}
body:not(.wp-admin) .value-cards-block .tile-curved.no-hover:hover,
.editor-styles-wrapper .value-cards-block .tile-curved.no-hover:hover {
  color: var(--black);
  background-color: #ffffff;
  transform: none;
  box-shadow: 1px 1px 20px #0003;
}
body:not(.wp-admin) .value-cards-block .value-cards__intro,
.editor-styles-wrapper .value-cards-block .value-cards__intro {
  max-width: 700px;
  margin-bottom: 20px;
}
body:not(.wp-admin) .un,
.editor-styles-wrapper .un {
  text-decoration: underline;
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --teal: #346895;
  --blue: #83c7d1;
  --yellow: #ffb201;
  --crimson: #d84035;
  --black: #161616;
  --grey: #f4f4f4;
  --white: #ffffff;
}
body:not(.wp-admin) .quarters-info-grid-block .quarters,
.editor-styles-wrapper .quarters-info-grid-block .quarters {
  align-items: stretch;
}
body:not(.wp-admin) .quarters-info-grid-block .border-bottom,
.editor-styles-wrapper .quarters-info-grid-block .border-bottom {
  border-bottom: 1px solid var(--black);
  padding-bottom: 20px;
}
body:not(.wp-admin) .quarters-info-grid-block .link,
.editor-styles-wrapper .quarters-info-grid-block .link {
  color: #346895;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
body:not(.wp-admin) .quarters-info-grid-block .link:hover,
.editor-styles-wrapper .quarters-info-grid-block .link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .quarters-info-grid-block .border-bottom,
.editor-styles-wrapper .quarters-info-grid-block .border-bottom {
    padding-bottom: 20px;
  }
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --teal: #346895;
  --blue: #83c7d1;
  --yellow: #ffb201;
  --crimson: #d84035;
  --black: #161616;
  --grey: #f4f4f4;
  --white: #ffffff;
}
body:not(.wp-admin) .industries-page-grid .halves,
.editor-styles-wrapper .industries-page-grid .halves {
  align-items: stretch;
}
body:not(.wp-admin) .industries-page-grid .industry-wrapper,
.editor-styles-wrapper .industries-page-grid .industry-wrapper {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: inherit;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-align: left;
}
body:not(.wp-admin) .industries-page-grid .industry-wrapper:hover .tile-curved,
.editor-styles-wrapper .industries-page-grid .industry-wrapper:hover .tile-curved {
  background-color: var(--black);
  color: #ffffff;
  transform: scale(1.01);
  box-shadow: 1px 1px 25px #0000004d;
}
body:not(.wp-admin) .industries-page-grid .industry-wrapper .tile-curved,
.editor-styles-wrapper .industries-page-grid .industry-wrapper .tile-curved {
  flex: 1;
}
body:not(.wp-admin) .industries-page-grid .thumbnail,
.editor-styles-wrapper .industries-page-grid .thumbnail {
  z-index: 2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
}
body:not(.wp-admin) .industries-page-grid .un,
.editor-styles-wrapper .industries-page-grid .un {
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .industries-page-grid .thumbnail,
.editor-styles-wrapper .industries-page-grid .thumbnail {
    height: 250px;
  }
}
body:not(.wp-admin) :root,
.editor-styles-wrapper :root {
  --teal: #346895;
  --blue: #83c7d1;
  --yellow: #ffb201;
  --crimson: #d84035;
  --black: #161616;
  --grey: #f4f4f4;
  --white: #ffffff;
}
body:not(.wp-admin) .blog-archive .order-wrapper,
.editor-styles-wrapper .blog-archive .order-wrapper {
  align-items: center;
  display: flex;
}
body:not(.wp-admin) .blog-archive .break-10px,
.editor-styles-wrapper .blog-archive .break-10px {
  width: 10px;
}
body:not(.wp-admin) .blog-archive .newest,
body:not(.wp-admin) .blog-archive .oldest,
.editor-styles-wrapper .blog-archive .newest,
.editor-styles-wrapper .blog-archive .oldest {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.9em;
  font-family: inherit;
  color: var(--black);
  opacity: 0.35;
  transition: opacity 0.2s;
}
body:not(.wp-admin) .blog-archive .newest.is-active,
body:not(.wp-admin) .blog-archive .oldest.is-active,
.editor-styles-wrapper .blog-archive .newest.is-active,
.editor-styles-wrapper .blog-archive .oldest.is-active {
  opacity: 1;
}
body:not(.wp-admin) .blog-archive .newest:hover,
body:not(.wp-admin) .blog-archive .oldest:hover,
.editor-styles-wrapper .blog-archive .newest:hover,
.editor-styles-wrapper .blog-archive .oldest:hover {
  opacity: 0.7;
}
body:not(.wp-admin) .blog-archive .industry-wrapper,
.editor-styles-wrapper .blog-archive .industry-wrapper {
  text-decoration: none;
  display: block;
  color: inherit;
}
body:not(.wp-admin) .blog-archive .inline-block,
.editor-styles-wrapper .blog-archive .inline-block {
  display: block;
}
body:not(.wp-admin) .blog-archive .thumbnail,
.editor-styles-wrapper .blog-archive .thumbnail {
  z-index: 2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f4f4f4;
  width: 100%;
  height: 200px;
  position: relative;
}
body:not(.wp-admin) .blog-archive .tile-curved.no-hover:hover,
.editor-styles-wrapper .blog-archive .tile-curved.no-hover:hover {
  color: var(--black);
  background-color: #ffffff;
  transform: none;
  box-shadow: 1px 1px 20px #0003;
}
body:not(.wp-admin) .blog-archive .un,
.editor-styles-wrapper .blog-archive .un {
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .blog-archive .thumbnail,
.editor-styles-wrapper .blog-archive .thumbnail {
    height: 180px;
  }
}
body:not(.wp-admin) .page-intro-block,
.editor-styles-wrapper .page-intro-block {
  overflow: hidden;
}
body:not(.wp-admin) .team-heading.page-intro-block .borders,
.editor-styles-wrapper .team-heading.page-intro-block .borders {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
body:not(.wp-admin) .home-opeing.page-intro-block .borders,
.editor-styles-wrapper .home-opeing.page-intro-block .borders {
  padding-bottom: 0;
}
body:not(.wp-admin) .buttons-wrapper,
.editor-styles-wrapper .buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}
body:not(.wp-admin) .buttons-wrapper .button.major,
body:not(.wp-admin) .buttons-wrapper .button.major.full-width,
.editor-styles-wrapper .buttons-wrapper .button.major,
.editor-styles-wrapper .buttons-wrapper .button.major.full-width {
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  padding-right: 60px;
}
body:not(.wp-admin) .centre .buttons-wrapper,
.editor-styles-wrapper .centre .buttons-wrapper {
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 16px;
}
body:not(.wp-admin) .centre .buttons-wrapper .button.major,
.editor-styles-wrapper .centre .buttons-wrapper .button.major {
  flex: 0 1 auto;
  width: auto;
}
@media screen and (max-width: 991px) {
  body:not(.wp-admin) .buttons-wrapper,
.editor-styles-wrapper .buttons-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  body:not(.wp-admin) .buttons-wrapper .button.major,
body:not(.wp-admin) .buttons-wrapper .button.major.full-width,
.editor-styles-wrapper .buttons-wrapper .button.major,
.editor-styles-wrapper .buttons-wrapper .button.major.full-width {
    width: 100% !important;
    box-sizing: border-box;
    flex: none;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .team-heading.page-intro-block .borders,
.editor-styles-wrapper .team-heading.page-intro-block .borders {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
body:not(.wp-admin) .photo-banner-block.has-dark-overlay::before,
.editor-styles-wrapper .photo-banner-block.has-dark-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
  pointer-events: none;
}
body:not(.wp-admin) .photo-banner-block.has-dark-overlay .borders,
.editor-styles-wrapper .photo-banner-block.has-dark-overlay .borders {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .photo-banner-block.has-dark-overlay .place-name,
.editor-styles-wrapper .photo-banner-block.has-dark-overlay .place-name {
  z-index: 1;
}
body:not(.wp-admin) .photo-banner-block,
.editor-styles-wrapper .photo-banner-block {
  position: relative;
  color: #ffffff;
}
body:not(.wp-admin) .photo-banner-block .borders,
.editor-styles-wrapper .photo-banner-block .borders {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 13vw 10vw;
}
body:not(.wp-admin) .photo-banner-block .halves,
.editor-styles-wrapper .photo-banner-block .halves {
  align-items: center;
}
body:not(.wp-admin) .photo-banner-block .centre .button,
.editor-styles-wrapper .photo-banner-block .centre .button {
  width: auto;
}
body:not(.wp-admin) .photo-banner-block .why-wrapper,
.editor-styles-wrapper .photo-banner-block .why-wrapper {
  display: flex;
  flex-direction: column;
}
body:not(.wp-admin) .photo-banner-block .why-wrapper .button,
.editor-styles-wrapper .photo-banner-block .why-wrapper .button {
  align-self: flex-start;
}
body:not(.wp-admin) .photo-banner-block .place-name,
.editor-styles-wrapper .photo-banner-block .place-name {
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.6em;
  position: absolute;
  inset: auto 2vw 2vw auto;
}
body:not(.wp-admin) .photo-banner-block .place-name.top,
.editor-styles-wrapper .photo-banner-block .place-name.top {
  inset: 2vw auto auto 2vw;
}
body:not(.wp-admin) .photo-banner-block.image-under-lap,
.editor-styles-wrapper .photo-banner-block.image-under-lap {
  background-image: linear-gradient(to right, #00000096, rgba(0, 0, 0, 0)), var(--photo-banner-bg, none);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
body:not(.wp-admin) .photo-banner-block.values-about,
.editor-styles-wrapper .photo-banner-block.values-about {
  background-image: var(--photo-banner-bg, none);
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0;
}
body:not(.wp-admin) .photo-banner-block.asx-banner,
.editor-styles-wrapper .photo-banner-block.asx-banner {
  background-image: url("../images/cubes-yellow.png"), linear-gradient(#00000080, #00000080), var(--photo-banner-bg, none);
  background-position: 0 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 50%, auto, cover;
  background-attachment: scroll, scroll, fixed;
}
body:not(.wp-admin) .photo-banner-block.team-values,
.editor-styles-wrapper .photo-banner-block.team-values {
  background-image: linear-gradient(#00000066, #00000066), var(--photo-banner-bg, none);
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
body:not(.wp-admin) .photo-banner-block.mailing-list-sign-up-banner,
.editor-styles-wrapper .photo-banner-block.mailing-list-sign-up-banner {
  background-image: linear-gradient(#00000047, #00000047), var(--photo-banner-bg, none);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
body:not(.wp-admin) .photo-banner-block.risk,
.editor-styles-wrapper .photo-banner-block.risk {
  background-image: linear-gradient(#00000080, #00000080), var(--photo-banner-bg, none);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
body:not(.wp-admin) .photo-banner-block.careers-hero,
.editor-styles-wrapper .photo-banner-block.careers-hero {
  background-image: linear-gradient(to right, #00000080, rgba(0, 0, 0, 0.15)), var(--photo-banner-bg, none);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
body:not(.wp-admin) .photo-banner-block.industries-hero,
.editor-styles-wrapper .photo-banner-block.industries-hero {
  background-image: url("../images/rect-yellow.png"), linear-gradient(#0000002b, #0000002b), var(--photo-banner-bg, none);
  background-position: 100% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 40%, auto, cover;
  background-attachment: scroll, scroll, fixed;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .photo-banner-block .halves,
.editor-styles-wrapper .photo-banner-block .halves {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .photo-banner-block .borders,
.editor-styles-wrapper .photo-banner-block .borders {
    margin-left: 8vw;
    margin-right: 8vw;
    padding: 20vw 0;
  }
  body:not(.wp-admin) .photo-banner-block .place-name,
.editor-styles-wrapper .photo-banner-block .place-name {
    font-size: 0.5em;
    bottom: 4vw;
    right: 4vw;
  }
  body:not(.wp-admin) .photo-banner-block .place-name.top,
.editor-styles-wrapper .photo-banner-block .place-name.top {
    inset: 4vw auto auto 4vw;
  }
  body:not(.wp-admin) .photo-banner-block.values-about,
.editor-styles-wrapper .photo-banner-block.values-about {
    padding-bottom: 50px;
  }
}
body:not(.wp-admin) .contact-form-block,
.editor-styles-wrapper .contact-form-block {
  position: relative;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .contact-form-block,
.editor-styles-wrapper .contact-form-block {
    padding: 50px;
  }
}
body:not(.wp-admin) .contact-form-block[style*="--contact-form-bg"],
.editor-styles-wrapper .contact-form-block[style*="--contact-form-bg"] {
  background-image: linear-gradient(#00000066, #00000066), var(--contact-form-bg, none);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
body:not(.wp-admin) .contact-form-block.has-dark-overlay::before,
.editor-styles-wrapper .contact-form-block.has-dark-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  pointer-events: none;
}
body:not(.wp-admin) .contact-form-block.has-dark-overlay .borders,
.editor-styles-wrapper .contact-form-block.has-dark-overlay .borders {
  position: relative;
  z-index: 1;
}
body:not(.wp-admin) .contact-form-block .borders,
.editor-styles-wrapper .contact-form-block .borders {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body:not(.wp-admin) .contact-form-block .contact-form-columns,
.editor-styles-wrapper .contact-form-block .contact-form-columns {
  grid-template-columns: 3fr 7fr;
  align-items: start;
  justify-items: stretch;
}
body:not(.wp-admin) .contact-form-block .contact-form-info .contact-details p,
.editor-styles-wrapper .contact-form-block .contact-form-info .contact-details p {
  margin: 0 0 12px;
}
body:not(.wp-admin) .contact-form-block .contact-form-info .contact-details a,
.editor-styles-wrapper .contact-form-block .contact-form-info .contact-details a {
  color: inherit;
  text-decoration: underline;
}
body:not(.wp-admin) .contact-form-block .contact-form-info .contact-details a:hover,
.editor-styles-wrapper .contact-form-block .contact-form-info .contact-details a:hover {
  opacity: 0.75;
}
body:not(.wp-admin) .contact-form-block .contact-form-gf,
.editor-styles-wrapper .contact-form-block .contact-form-gf {
  width: 100%;
}
body:not(.wp-admin) .contact-form-block .contact-form-gf .gform_wrapper,
body:not(.wp-admin) .contact-form-block .contact-form-gf .gform_wrapper form,
body:not(.wp-admin) .contact-form-block .contact-form-gf .gform_wrapper .gform_body,
.editor-styles-wrapper .contact-form-block .contact-form-gf .gform_wrapper,
.editor-styles-wrapper .contact-form-block .contact-form-gf .gform_wrapper form,
.editor-styles-wrapper .contact-form-block .contact-form-gf .gform_wrapper .gform_body {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  body:not(.wp-admin) .contact-form-block .contact-form-columns,
.editor-styles-wrapper .contact-form-block .contact-form-columns {
    grid-template-columns: 1fr;
  }
}
body:not(.wp-admin) .payment-block__header,
.editor-styles-wrapper .payment-block__header {
  text-align: center;
  margin-bottom: 40px;
}
body:not(.wp-admin) .payment-block__header .heading-mid,
.editor-styles-wrapper .payment-block__header .heading-mid {
  margin-bottom: 16px;
}
body:not(.wp-admin) .payment-block__header .para-regular,
.editor-styles-wrapper .payment-block__header .para-regular {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
body:not(.wp-admin) .payment-block__frame,
.editor-styles-wrapper .payment-block__frame {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
body:not(.wp-admin) .payment-block__frame iframe,
.editor-styles-wrapper .payment-block__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
body:not(.wp-admin) .payment-block .borders,
.editor-styles-wrapper .payment-block .borders {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 479px) {
  body:not(.wp-admin) .payment-block .borders,
.editor-styles-wrapper .payment-block .borders {
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.wp-admin) .payment-block__frame,
.editor-styles-wrapper .payment-block__frame {
    height: 1000px;
  }
}
/*# sourceMappingURL=app.css.map*/