/*!***********************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/nouislider/dist/nouislider.css ***!
  \***********************************************************************************************************************************/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!****************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/tippy.js/dist/tippy.css ***!
  \****************************************************************************************************************************/
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!../../node_modules/import-glob-loader/index.js??ruleSet[1].rules[0]!./styles/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
  --post-block-colour: #f93d00;
  --brand-purple: #662D91;
  --brand-dark-orange: #ea5b0a;
  --brand-teal: #30a8ab;
}

.single-post .main-content-container > *.colour-dark_orange {
  --post-block-colour: #ea5b0a;
}
.single-post .main-content-container > *.colour-dark_orange :root {
  --post-block-colour: #ea5b0a;
}
.single-post .main-content-container > *.colour-light_orange {
  --post-block-colour: #f9b235;
}
.single-post .main-content-container > *.colour-teal {
  --post-block-colour: #30a8ab;
}
.single-post .main-content-container > *.colour-purple {
  --post-block-colour: #662483;
}
.single-post .main-content-container > *.colour-purple :root {
  --post-block-colour: #662483;
}

/** Import everything from autoload */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #662483;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ff9c00;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #30a8ab;
  --bs-cyan: #31ACAB;
  --bs-black: #231F20;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #525ddc;
  --bs-primary-rgb: 82, 93, 220;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(19.6, 68.8, 68.4);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(213.8, 238.4, 238.2);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(172.6, 221.8, 221.4);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 35, 31, 32;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #231F20;
  --bs-emphasis-color-rgb: 35, 31, 32;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(35, 31, 32, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(35, 31, 32, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(35, 31, 32, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(35, 31, 32, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(35, 31, 32, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(131.4, 205.2, 204.6);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(9.8, 34.4, 34.2);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: rgb(43.5, 44.5, 48);
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(29.4, 103.2, 102.6);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, .comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .search-form .search-field, .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    transition: none;
  }
}
.form-control[type=file], .search-form [type=file].search-field, .comment-form input[type=file][type=text],
.comment-form input[type=file][type=email],
.comment-form input[type=file][type=url],
.comment-form textarea[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .search-form [type=file].search-field:not(:disabled):not([readonly]), .comment-form input[type=file][type=text]:not(:disabled):not([readonly]),
.comment-form input[type=file][type=email]:not(:disabled):not([readonly]),
.comment-form input[type=file][type=url]:not(:disabled):not([readonly]),
.comment-form textarea[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .search-form .search-field::-webkit-date-and-time-value, .comment-form input[type=text]::-webkit-date-and-time-value,
.comment-form input[type=email]::-webkit-date-and-time-value,
.comment-form input[type=url]::-webkit-date-and-time-value,
.comment-form textarea::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .search-form .search-field::-webkit-datetime-edit, .comment-form input[type=text]::-webkit-datetime-edit,
.comment-form input[type=email]::-webkit-datetime-edit,
.comment-form input[type=url]::-webkit-datetime-edit,
.comment-form textarea::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button, .search-form .search-field::file-selector-button, .comment-form input[type=text]::file-selector-button,
.comment-form input[type=email]::file-selector-button,
.comment-form input[type=url]::file-selector-button,
.comment-form textarea::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .search-form .search-field::file-selector-button, .comment-form input[type=text]::file-selector-button,
  .comment-form input[type=email]::file-selector-button,
  .comment-form input[type=url]::file-selector-button,
  .comment-form textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .search-form .search-field:hover:not(:disabled):not([readonly])::file-selector-button, .comment-form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-form input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-form textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, .search-form textarea.search-field,
.comment-form textarea {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%2835, 31, 32, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28134, 182.5, 254%29%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .search-form .btn-check[disabled] + .search-submit, .comment-form .btn-check[disabled] + input[type=submit], .btn-check:disabled + .btn, .search-form .btn-check:disabled + .search-submit, .comment-form .btn-check:disabled + input[type=submit] {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .search-form .form-floating > .search-field, .comment-form .form-floating > input[type=text],
.comment-form .form-floating > input[type=email],
.comment-form .form-floating > input[type=url],
.comment-form .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .search-form .form-floating > .search-field, .comment-form .form-floating > input[type=text],
.comment-form .form-floating > input[type=email],
.comment-form .form-floating > input[type=url],
.comment-form .form-floating > textarea,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder, .search-form .form-floating > .search-field::placeholder, .comment-form .form-floating > input[type=text]::placeholder,
.comment-form .form-floating > input[type=email]::placeholder,
.comment-form .form-floating > input[type=url]::placeholder,
.comment-form .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .search-form .form-floating > .search-field:focus, .comment-form .form-floating > input[type=text]:focus,
.comment-form .form-floating > input[type=email]:focus,
.comment-form .form-floating > input[type=url]:focus,
.comment-form .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .search-form .form-floating > .search-field:not(:placeholder-shown), .comment-form .form-floating > input[type=text]:not(:placeholder-shown),
.comment-form .form-floating > input[type=email]:not(:placeholder-shown),
.comment-form .form-floating > input[type=url]:not(:placeholder-shown),
.comment-form .form-floating > textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .search-form .form-floating > .search-field:-webkit-autofill, .comment-form .form-floating > input[type=text]:-webkit-autofill,
.comment-form .form-floating > input[type=email]:-webkit-autofill,
.comment-form .form-floating > input[type=url]:-webkit-autofill,
.comment-form .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label, .search-form .form-floating > .search-field:focus ~ label, .comment-form .form-floating > input[type=text]:focus ~ label,
.comment-form .form-floating > input[type=email]:focus ~ label,
.comment-form .form-floating > input[type=url]:focus ~ label,
.comment-form .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.search-form .form-floating > .search-field:not(:placeholder-shown) ~ label,
.comment-form .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.comment-form .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.comment-form .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.comment-form .form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .search-form .form-floating > .search-field:-webkit-autofill ~ label, .comment-form .form-floating > input[type=text]:-webkit-autofill ~ label,
.comment-form .form-floating > input[type=email]:-webkit-autofill ~ label,
.comment-form .form-floating > input[type=url]:-webkit-autofill ~ label,
.comment-form .form-floating > textarea:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .search-form .input-group > .search-field, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .search-form .input-group > .search-field:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .search-form .search-submit, .search-form .input-group .search-submit, .input-group .comment-form input[type=submit], .comment-form .input-group input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .search-form .search-submit:focus, .search-form .input-group .search-submit:focus, .input-group .comment-form input[type=submit]:focus, .comment-form .input-group input[type=submit]:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control, .search-form .input-group-lg > .search-field, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.search-form .input-group-lg > .search-submit,
.comment-form .input-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control, .search-form .input-group-sm > .search-field, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.search-form .input-group-sm > .search-submit,
.comment-form .input-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.search-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > .search-field,
.comment-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.comment-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.comment-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
.comment-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.search-form .input-group.has-validation > .form-floating:nth-last-child(n+3) > .search-field,
.comment-form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.comment-form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.comment-form .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=url],
.comment-form .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .search-form .input-group > .form-floating:not(:first-child) > .search-field, .comment-form .input-group > .form-floating:not(:first-child) > input[type=text],
.comment-form .input-group > .form-floating:not(:first-child) > input[type=email],
.comment-form .input-group > .form-floating:not(:first-child) > input[type=url],
.comment-form .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .search-form .is-valid.search-field, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid, .search-form textarea.is-valid.search-field,
.comment-form textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .search-form .input-group > .search-field:not(:focus):valid, .search-form .was-validated .input-group > .search-field:not(:focus):valid, .was-validated .comment-form .input-group > input[type=text]:not(:focus):valid, .comment-form .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .comment-form .input-group > input[type=email]:not(:focus):valid,
.comment-form .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .comment-form .input-group > input[type=url]:not(:focus):valid,
.comment-form .was-validated .input-group > input[type=url]:not(:focus):valid,
.was-validated .comment-form .input-group > textarea:not(:focus):valid,
.comment-form .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .search-form .input-group > .search-field:not(:focus).is-valid, .comment-form .input-group > input[type=text]:not(:focus).is-valid,
.comment-form .input-group > input[type=email]:not(:focus).is-valid,
.comment-form .input-group > input[type=url]:not(:focus).is-valid,
.comment-form .input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid, .search-form textarea.is-invalid.search-field,
.comment-form textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .search-form .input-group > .search-field:not(:focus):invalid, .search-form .was-validated .input-group > .search-field:not(:focus):invalid, .was-validated .comment-form .input-group > input[type=text]:not(:focus):invalid, .comment-form .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .comment-form .input-group > input[type=email]:not(:focus):invalid,
.comment-form .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .comment-form .input-group > input[type=url]:not(:focus):invalid,
.comment-form .was-validated .input-group > input[type=url]:not(:focus):invalid,
.was-validated .comment-form .input-group > textarea:not(:focus):invalid,
.comment-form .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .search-form .input-group > .search-field:not(:focus).is-invalid, .comment-form .input-group > input[type=text]:not(:focus).is-invalid,
.comment-form .input-group > input[type=email]:not(:focus).is-invalid,
.comment-form .input-group > input[type=url]:not(:focus).is-invalid,
.comment-form .input-group > textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .search-form .search-submit, .comment-form input[type=submit] {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(35, 31, 32, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .search-form .search-submit, .comment-form input[type=submit] {
    transition: none;
  }
}
.btn:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .search-form .btn-check + .search-submit:hover, .comment-form .btn-check + input[type=submit]:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .search-form .search-submit:focus-visible, .comment-form input[type=submit]:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .search-form .btn-check:focus-visible + .search-submit, .comment-form .btn-check:focus-visible + input[type=submit] {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .search-form .btn-check:checked + .search-submit, .comment-form .btn-check:checked + input[type=submit], :not(.btn-check) + .btn:active, .search-form :not(.btn-check) + .search-submit:active, .comment-form :not(.btn-check) + input[type=submit]:active, .btn:first-child:active, .search-form .search-submit:first-child:active, .comment-form input[type=submit]:first-child:active, .btn.active, .search-form .active.search-submit, .comment-form input.active[type=submit], .btn.show, .search-form .show.search-submit, .comment-form input.show[type=submit] {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .search-form .btn-check:checked + .search-submit:focus-visible, .comment-form .btn-check:checked + input[type=submit]:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .search-form :not(.btn-check) + .search-submit:active:focus-visible, .comment-form :not(.btn-check) + input[type=submit]:active:focus-visible, .btn:first-child:active:focus-visible, .search-form .search-submit:first-child:active:focus-visible, .comment-form input[type=submit]:first-child:active:focus-visible, .btn.active:focus-visible, .search-form .active.search-submit:focus-visible, .comment-form input.active[type=submit]:focus-visible, .btn.show:focus-visible, .search-form .show.search-submit:focus-visible, .comment-form input.show[type=submit]:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .search-form .btn-check:checked:focus-visible + .search-submit, .comment-form .btn-check:checked:focus-visible + input[type=submit] {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled, .btn.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], fieldset:disabled .btn, fieldset:disabled .search-form .search-submit, .search-form fieldset:disabled .search-submit, fieldset:disabled .comment-form input[type=submit], .comment-form fieldset:disabled input[type=submit] {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #525ddc;
  --bs-btn-border-color: #525ddc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(69.7, 79.05, 187);
  --bs-btn-hover-border-color: rgb(65.6, 74.4, 176);
  --bs-btn-focus-shadow-rgb: 108, 117, 225;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(65.6, 74.4, 176);
  --bs-btn-active-border-color: rgb(61.5, 69.75, 165);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 31, 32, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #525ddc;
  --bs-btn-disabled-border-color: #525ddc;
}

.btn-outline-primary {
  --bs-btn-color: #525ddc;
  --bs-btn-border-color: #525ddc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #525ddc;
  --bs-btn-hover-border-color: #525ddc;
  --bs-btn-focus-shadow-rgb: 82, 93, 220;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #525ddc;
  --bs-btn-active-border-color: #525ddc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(35, 31, 32, 0.125);
  --bs-btn-disabled-color: #525ddc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #525ddc;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .site-header .nav li.show .nav-link,
.site-header .nav .nav-tabs li.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item,
.nav-fill .site-header .nav li,
.site-header .nav .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item,
.nav-justified .site-header .nav li,
.site-header .nav .nav-justified li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-fill .site-header .nav li .nav-link, .site-header .nav .nav-fill li .nav-link,
.nav-justified .nav-item .nav-link,
.nav-justified .site-header .nav li .nav-link,
.site-header .nav .nav-justified li .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6, .info-banner .page-container .info .fast-facts .show-5-facts,
.info-banner .page-container .info .fast-facts .show-6-facts, .info-banner .page-container .info .fast-facts .show-2-facts,
.info-banner .page-container .info .fast-facts .show-3-facts,
.info-banner .page-container .info .fast-facts .show-4-facts {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, .info-banner .page-container .info .fast-facts .show-1-facts {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12, .posts-archive .posts-archive-grid .post-card.post-large {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .info-banner .page-container .info .fast-facts .show-5-facts,
  .info-banner .page-container .info .fast-facts .show-6-facts {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(35, 31, 32, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/** Import theme styles */
@font-face {
  font-family: "TheSans";
  src: url(../fonts/TheSans_7aa4691a06.otf);
}
@font-face {
  font-family: "TheSans";
  src: url(../fonts/TheSans-Bold_71edae1efc.otf);
  font-weight: bold;
}
@font-face {
  font-family: "TheSans";
  src: url(../fonts/TheSans-Bold_71edae1efc.otf);
  font-weight: 700;
}
@font-face {
  font-family: "TheSans";
  src: url(../fonts/TheSans-Light_69a3b1379b.otf);
  font-weight: 200;
}
@font-face {
  font-family: "TheSans";
  src: url(../fonts/TheSans-SemiLight_1440261d89.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Digital 7";
  src: url(../fonts/digital-7_93911ab167.ttf);
}
body {
  font-family: TheSans;
  font-weight: 300;
}

@media (max-width: 739px) {
  .main .coloured-card-banner:first-child.extra-space-top .flickity-button {
    top: 115px;
  }
}

@media (max-width: 600px) {
  body .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 360px) {
  .wrap.container {
    padding: 0;
  }
}

.page-wrapper {
  position: relative;
}

ul li {
  color: #87888B;
  list-style-type: "–  ";
}

.post-accordion .accordion-tab.open .accordion-tab-content ul li {
  color: #ffffff !important;
}

h3, .h3, h4, .h4 {
  font-size: 1.75rem;
}

h4, .h4 {
  color: #f93d00;
}

h6, .h6 {
  color: #f93d00;
}

p {
  color: #87888B;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}

main.main .h1, main.main .h2, main.main .h3, main.main .h4, main.main .h5, main.main .h6, main.main h1, main.main h2, main.main h3, main.main h4, main.main h5, main.main h6 {
  font-family: TheSans;
}

.heading-1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .heading-1 {
    font-size: 1.75rem;
  }
}

.dark-first-paragraph p:first-of-type {
  color: black;
  font-size: 1.1rem;
}
.dark-first-paragraph blockquote p,
.dark-first-paragraph blockquote p:first-of-type {
  color: #f93d00;
  font-size: 1.25rem;
}

blockquote {
  padding: 60px 0 0 0;
  margin-bottom: 20px;
  position: relative;
}
blockquote p {
  color: #f93d00;
  font-size: 1.25rem;
  font-weight: bold;
}
blockquote:before {
  content: "“";
  position: absolute;
  font-family: theSans-B7Bold, TheSans;
  transform: translateY(-75px);
  font-size: 6rem;
  color: #f93d00;
  font-weight: 600;
  left: -5px;
}
blockquote h6, blockquote .h6 {
  line-height: 1.5;
}
blockquote h6::after, blockquote .h6::after {
  display: none !important;
}

img {
  max-width: 100%;
}

table {
  max-width: 100%;
}
table tbody tr:first-child {
  border-bottom: 1px solid #cacaca;
}
table tbody tr:nth-child(2) td {
  padding-top: 15px;
}
table td:not(:first-child) {
  padding-left: 15px;
}
table td {
  vertical-align: top;
}
table td ul,
table td ol {
  padding-left: 20px;
}

.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.info-banner {
  padding-top: 30px;
}
@media (max-width: 992px) {
  .site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.info-banner {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.info-banner {
    padding-top: 70px;
  }
}

.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.content-slider {
  padding-top: 70px;
}
@media (max-width: 992px) {
  .site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.content-slider {
    padding-top: 100px;
  }
}

.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.code-embed.normal,
.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.code-embed.none_below {
  padding-top: 200px;
}

.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.code-embed.none,
.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > #block-number-1.code-embed.none_above {
  padding-top: 100px;
}

.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > .posts-overview .pinned-posts-section,
.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > .posts-archive .background,
.site-header.transparent-bg + .header-spacer + .wrap > .content > .main > .type-post .background {
  padding-top: 200px;
}
@media (max-width: 1200px) {
  .site-header.transparent-bg + .header-spacer + .wrap > .content > .main > .posts-overview .pinned-posts-section,
  .site-header.transparent-bg + .header-spacer + .wrap > .content > .main > .posts-archive .background,
  .site-header.transparent-bg + .header-spacer + .wrap > .content > .main > .type-post .background {
    padding-top: 130px;
  }
}

#property_bookmarks_link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  background: #fee6ca;
  color: #ff9c00;
  z-index: 10;
}
#property_bookmarks_link a {
  color: #ff9c00;
  text-decoration: underline;
}
#property_bookmarks_link a:hover {
  text-decoration: none;
}

#person_qr_code .inside {
  padding: 0;
}

#ajax-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.8;
  z-index: 100;
  transition: all ease-in-out 0.25s;
}

.posts-archive-grid #ajax-overlay {
  left: 15px;
  right: 15px;
}

@media screen and (max-width: 997px) {
  form.filter-form {
    width: 100%;
    max-width: 100%;
  }
  form.filter-form button[type=submit] i.fa-spinner {
    color: white !important;
    font-size: 43px;
  }
  .coloured-filter-form form.filter-form button[type=submit] i.fa-spinner {
    color: #f93d00 !important;
  }
}
picture[class*=wp-image-] img,
img[class*=wp-image-] {
  height: auto;
}

.corner {
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: 1;
}
.corner.corner-right {
  left: auto;
  right: -2px;
  transform: scaleX(-1);
}

a {
  color: #525ddc;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#map-loading-overlay {
  z-index: 100;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background-color: #f93d00;
  margin-top: 10px;
  border-radius: 20px;
  padding: 15px 20px 15px 20px;
}

/** Bootstrap navbar fix (https://git.io/fADqW) */
/* OPACITY
========================================================================== */
.button {
  padding: 13px 15px 10px;
  border-radius: 10px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  transition: all 0.3s;
}
.button:hover {
  transition: all 0.3s;
  transform: scale(1.05);
  text-decoration: none;
}
.button .button-icon {
  margin-left: 15px;
  right: 0;
  position: relative;
}
.button.filled-in {
  color: white;
  border: none;
}
.button.filled-in.blue {
  background-color: #4382c2;
}
.button.filled-in.red {
  background-color: #f93d00;
}
.button.filled-in.orange {
  background-color: #ff9c00;
}
.button.filled-in.purple {
  background-color: #662483;
}
.button.filled-in.teal {
  background-color: #2facab;
}
.button.filled-in.white {
  background-color: white;
}
.button.filled-in.white.blue-text {
  color: #2facab;
}
.button.filled-in.white.red-text {
  color: #f93d00;
}
.button.filled-in.white.orange-text {
  color: #ff9c00;
}
.button.outlined.blue {
  border: 1px solid #2facab;
  color: #2facab;
}
.button.outlined.red {
  border: 1px solid #f93d00;
  color: #f93d00;
}
.button.outlined.orange {
  border: 1px solid #ff9c00;
  color: #ff9c00;
}
.button.outlined.white {
  border: 1px solid white;
  color: white;
}

#copyLinkToClipboard {
  display: contents;
  padding: 8px;
  background-color: white;
}

.comment-list ol {
  list-style: none;
}

.filter-form-container {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  z-index: 100;
}
.filter-form-container .filter-secondary-buttons .filter-toggle,
.filter-form-container .filter-secondary-buttons .filter-reset {
  -webkit-appearance: none;
  color: #aaa;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 10px;
}
.filter-form-container .filter-secondary-buttons .filter-toggle:focus,
.filter-form-container .filter-secondary-buttons .filter-reset:focus {
  outline: none;
}
.filter-form-container .filter-secondary-buttons .filter-toggle:hover,
.filter-form-container .filter-secondary-buttons .filter-reset:hover {
  text-decoration: none;
}
.filter-form-container .filter-secondary-buttons .filter-toggle.hide,
.filter-form-container .filter-secondary-buttons .filter-reset.hide {
  display: none;
}
.filter-form-container .filter-badge {
  background: #ff9c00;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 6px;
  font-weight: normal;
  font-size: 0.8rem;
  margin-left: 7px;
}
.filter-form-container .filter-form {
  display: inline-block;
  margin-bottom: 0;
}
.filter-form-container .filter-form .filter-form-inner {
  display: block;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 15px 20px;
}
.filter-form-container .filter-form .filter-form-view-all {
  color: #f93d00;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  text-decoration: none;
}
.filter-form-container .filter-form .filter-text .label,
.filter-form-container .filter-form .filter-dropdown .label,
.filter-form-container .filter-form .filter-minmax .label {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-bottom: 5px;
  display: block;
}
.filter-form-container .filter-form .filter-text .filter-dropdown-placeholder,
.filter-form-container .filter-form .filter-dropdown .filter-dropdown-placeholder,
.filter-form-container .filter-form .filter-minmax .filter-dropdown-placeholder {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter-form-container .filter-form .filter-text .filter-dropdown-placeholder .fa,
.filter-form-container .filter-form .filter-dropdown .filter-dropdown-placeholder .fa,
.filter-form-container .filter-form .filter-minmax .filter-dropdown-placeholder .fa {
  flex: 1;
  text-align: right;
}
.filter-form-container .filter-form .filter-text input[type=text],
.filter-form-container .filter-form .filter-text input[type=number],
.filter-form-container .filter-form .filter-dropdown input[type=text],
.filter-form-container .filter-form .filter-dropdown input[type=number],
.filter-form-container .filter-form .filter-minmax input[type=text],
.filter-form-container .filter-form .filter-minmax input[type=number] {
  border: none;
  padding: 0 2px;
  margin-left: -2px;
  background: transparent;
}
.filter-form-container .filter-form .filter-text input[type=text]:focus,
.filter-form-container .filter-form .filter-text input[type=number]:focus,
.filter-form-container .filter-form .filter-dropdown input[type=text]:focus,
.filter-form-container .filter-form .filter-dropdown input[type=number]:focus,
.filter-form-container .filter-form .filter-minmax input[type=text]:focus,
.filter-form-container .filter-form .filter-minmax input[type=number]:focus {
  outline: none;
  box-shadow: 0 0 2px #ccc;
  border-radius: 3px;
}
.filter-form-container .filter-form .filter-text input[type=text]::-webkit-input-placeholder,
.filter-form-container .filter-form .filter-text input[type=number]::-webkit-input-placeholder,
.filter-form-container .filter-form .filter-dropdown input[type=text]::-webkit-input-placeholder,
.filter-form-container .filter-form .filter-dropdown input[type=number]::-webkit-input-placeholder,
.filter-form-container .filter-form .filter-minmax input[type=text]::-webkit-input-placeholder,
.filter-form-container .filter-form .filter-minmax input[type=number]::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filter-form-container .filter-form .filter-text input[type=text]:-ms-input-placeholder,
.filter-form-container .filter-form .filter-text input[type=number]:-ms-input-placeholder,
.filter-form-container .filter-form .filter-dropdown input[type=text]:-ms-input-placeholder,
.filter-form-container .filter-form .filter-dropdown input[type=number]:-ms-input-placeholder,
.filter-form-container .filter-form .filter-minmax input[type=text]:-ms-input-placeholder,
.filter-form-container .filter-form .filter-minmax input[type=number]:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filter-form-container .filter-form .filter-text input[type=text]::placeholder,
.filter-form-container .filter-form .filter-text input[type=number]::placeholder,
.filter-form-container .filter-form .filter-dropdown input[type=text]::placeholder,
.filter-form-container .filter-form .filter-dropdown input[type=number]::placeholder,
.filter-form-container .filter-form .filter-minmax input[type=text]::placeholder,
.filter-form-container .filter-form .filter-minmax input[type=number]::placeholder {
  color: inherit;
  opacity: 1;
}
.filter-form-container .filter-form .submit button {
  -webkit-appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-form-container .filter-form .submit button:focus {
  outline: none;
}
.filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs {
  white-space: normal !important;
  display: none;
}
.filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label {
  margin-bottom: 0;
}
.filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label input {
  display: none;
}
.filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label strong {
  padding: 10px 15px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: normal;
  cursor: pointer;
  transition: 0.2s background, 0.2s color;
}
.filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    z-index: -1;
    margin-bottom: 20px;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    margin-bottom: 0px;
    opacity: 1;
    z-index: 1;
  }
}
.coloured-filter-form .filter-form-container .filter-form .filter-form-inner {
  background: #f93d00;
  color: #fff;
}
.coloured-filter-form .filter-form-container .filter-form .filter-badge {
  background-color: rgba(255, 255, 255, 0.3);
}
.coloured-filter-form .filter-form-container .filter-form .filter-text,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=text],
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=number],
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=text],
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=number],
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=text],
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=number] {
  color: #fff;
}
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=text]:focus,
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=number]:focus,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=text]:focus,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=number]:focus,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=text]:focus,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=number]:focus {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=text]::-webkit-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=number]::-webkit-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=text]::-webkit-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=number]::-webkit-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=text]::-webkit-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=number]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=text]:-ms-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=number]:-ms-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=text]:-ms-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=number]:-ms-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=text]:-ms-input-placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=number]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=text]::placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-text input[type=number]::placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=text]::placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-dropdown input[type=number]::placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=text]::placeholder,
.coloured-filter-form .filter-form-container .filter-form .filter-minmax input[type=number]::placeholder {
  color: #fff;
  opacity: 1;
}

.close-filter {
  display: none;
}

.archive-filter-form .full-width-filter-form form {
  width: 100%;
}
.archive-filter-form form {
  display: inline-block !important;
}
.archive-filter-form form .filter-form-inner {
  transition: all 0.3s ease-in-out;
}
.archive-filter-form form .filter-form-inner .filter-dropdown-inputs {
  margin-top: 0 !important;
  top: unset !important;
  bottom: 0 !important;
  padding-right: 70px !important;
}
.archive-filter-form form .filter-form-inner .filter-dropdown-inputs .close-filter {
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  cursor: pointer;
}
.archive-filter-form form .filter-form-inner .filter-dropdown-inputs .close-filter svg {
  stroke: white;
}

.enlarged_gravity_dropdown select {
  padding: 7px 0px !important;
}

@media screen and (max-width: 997px) {
  .filter-form-container {
    display: block;
    width: 380px;
    max-width: 100%;
  }
  .filter-form-container .filter-secondary-buttons {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .filter-form-container .filter-secondary-buttons .filter-toggle,
  .filter-form-container .filter-secondary-buttons .filter-reset {
    display: flex;
    width: 150px;
    max-width: 45%;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 15px;
    font-size: 0.9rem;
  }
  .filter-form-container .filter-secondary-buttons .filter-toggle > span,
  .filter-form-container .filter-secondary-buttons .filter-reset > span {
    line-height: 40px;
  }
  .filter-form-container .filter-secondary-buttons .filter-toggle {
    margin-right: 10%;
  }
}
@media screen and (max-width: 997px) and (max-width: 400px) {
  .filter-form-container .filter-secondary-buttons .filter-reset > span > span {
    display: none;
  }
}
@media screen and (max-width: 997px) {
  .full-width-filter-form .filter-form-container .filter-reset svg {
    display: none;
  }
  .filter-form-container .filter-form .filter-form-inner {
    width: 100%;
  }
  .filter-form-container .filter-form .filter-text,
  .filter-form-container .filter-form .filter-dropdown,
  .filter-form-container .filter-form .filter-minmax {
    margin-bottom: 15px;
  }
  .filter-form-container .filter-form .filter-text.filter-minmax input,
  .filter-form-container .filter-form .filter-dropdown.filter-minmax input,
  .filter-form-container .filter-form .filter-minmax.filter-minmax input {
    width: 49%;
  }
  .filter-form-container .filter-form .filter-text input {
    width: 100%;
  }
  .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs {
    padding-top: 15px;
  }
  .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs .close-filter {
    display: none;
  }
  .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label strong {
    background: rgba(255, 156, 0, 0.3);
    color: #ff9c00;
    font-size: 0.8rem;
    padding: 8px 9px;
  }
  .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label input:checked + strong {
    background: #ff9c00;
    color: #fff;
  }
  .filter-form-container .filter-form .submit button {
    width: 100%;
    padding: 10px 0;
    background: #f93d00;
    font-size: 25px;
    border-radius: 10px;
    justify-content: center;
  }
  .filter-form-container .filter-form .submit button svg path {
    fill: #fff;
  }
  .coloured-filter-form .filter-form-container .filter-form .submit button {
    background: #fff;
  }
  .coloured-filter-form .filter-form-container .filter-form .submit button svg path {
    fill: #f93d00;
  }
  .coloured-filter-form .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label strong {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
  }
  .coloured-filter-form .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label input:checked + strong {
    background: #fff;
    color: #f93d00;
  }
}
@media screen and (min-width: 998px) {
  body.template-people_archive .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.template-properties_overview .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.template-services_overview .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.template-vacancies_overview .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.template-case_studies_overview_archive .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.blog .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.template-resource_archive .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.template-challenges_archive .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs, body.template-posts_overview .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs {
    margin-top: 30px;
  }
  .filter-form-container .filter-secondary-buttons .filter-toggle {
    display: none;
  }
  .filter-form-container .filter-secondary-buttons .filter-reset {
    opacity: 1 !important;
    height: 50px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .filter-form-container .filter-secondary-buttons .filter-reset > span {
    line-height: 50px;
  }
  .filter-form-container .filter-form {
    display: inline-block !important;
  }
  .filter-form-container .filter-form .filter-text,
  .filter-form-container .filter-form .filter-dropdown,
  .filter-form-container .filter-form .filter-minmax {
    padding: 5px 20px;
    min-width: 150px;
    border-right: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
  }
  .filter-form-container .filter-form .filter-text:first-of-type,
  .filter-form-container .filter-form .filter-dropdown:first-of-type,
  .filter-form-container .filter-form .filter-minmax:first-of-type {
    padding-left: 0;
  }
  .filter-form-container .filter-form .filter-text:nth-last-of-type(2),
  .filter-form-container .filter-form .filter-dropdown:nth-last-of-type(2),
  .filter-form-container .filter-form .filter-minmax:nth-last-of-type(2) {
    border-right: none;
  }
  .filter-form-container .filter-form .filter-text.filter-minmax input,
  .filter-form-container .filter-form .filter-dropdown.filter-minmax input,
  .filter-form-container .filter-form .filter-minmax.filter-minmax input {
    width: 50px;
  }
}
@media screen and (min-width: 998px) and (min-width: 1200px) {
  .filter-form-container .filter-form .filter-text.filter-minmax input,
  .filter-form-container .filter-form .filter-dropdown.filter-minmax input,
  .filter-form-container .filter-form .filter-minmax.filter-minmax input {
    width: 90px;
  }
}
@media screen and (min-width: 998px) {
  .filter-form-container .filter-form .submit {
    display: inline-block;
    vertical-align: middle;
  }
  .filter-form-container .filter-form .submit button {
    height: 55px;
    font-size: 50px;
    line-height: 55px;
    width: 75px;
    color: #f93d00;
    background: transparent;
  }
  .filter-form-container .filter-form .submit button svg path {
    fill: #f93d00;
  }
  .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs {
    background: #ff9c00;
    color: #ff9c00;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 20px 13px 20px;
    right: 0;
    margin-top: -30px;
    z-index: 10000;
    border-radius: 10px;
  }
  .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label strong {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  .filter-form-container .filter-form .filter-dropdown .filter-dropdown-inputs label input:checked + strong {
    background: #fff;
    color: inherit;
  }
  .full-width-filter-form .filter-form-container .filter-reset {
    background: transparent;
    box-shadow: none;
    font-size: 50px;
    line-height: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
  }
  .full-width-filter-form .filter-form-container .filter-reset > span,
  .full-width-filter-form .filter-form-container .filter-reset > i {
    display: none;
  }
  .full-width-filter-form .filter-form-container .filter-reset svg path {
    fill: rgba(255, 255, 255, 0.5);
  }
  .full-width-filter-form .filter-form-container .filter-form {
    display: inline-block !important;
  }
  .full-width-filter-form .filter-form-container .filter-form .filter-form-inner {
    display: flex !important;
  }
  .full-width-filter-form .filter-form-container .filter-form .submit {
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .full-width-filter-form .filter-form-container .filter-form.has-input .submit {
    padding-right: 60px;
  }
  .coloured-filter-form .filter-form-container .submit button svg path {
    fill: #fff;
  }
  .properties_view,
  .case-studies-overview .grid-container,
  .services-overview .grid,
  .vacancies-overview .grid {
    transition: 0.5s filter, 0.5s opacity;
  }
  body.filter-form-overlay-open .archive-cards-container {
    filter: blur(5px);
    opacity: 0.3;
  }
  body.filter-form-overlay-open .vacancies-overview .grid {
    filter: blur(5px);
    opacity: 1;
  }
}
/** Search form */
.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.colourful-logo-left .shape-container {
  height: auto;
  background-color: white;
  position: relative;
}
.colourful-logo-left .shape-container .photo-container {
  position: absolute;
  left: 1px;
  top: 0.5px;
  width: 99%;
  height: 100%;
  border: 2px solid white;
  box-sizing: border-box;
}
.colourful-logo-left .shape-container .solid-shape {
  position: absolute;
  left: -38.5%;
  width: 61%;
  top: 0.7%;
  height: 98%;
  z-index: 3;
}
.colourful-logo-left .shape-container .photo {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.colourful-logo-left .shape-container .cutout {
  width: 100%;
  height: auto;
  position: relative;
}
.colourful-logo-left .shape-container .overlay {
  position: absolute;
  left: -0.5%;
  width: 61%;
  top: 0.6%;
  height: 98.6%;
  opacity: 0.8;
  mix-blend-mode: multiply;
}

.vw_shape_small .colourful-logo-left .main-container {
  display: flex;
  flex-direction: row-reverse;
}
.vw_shape_small .colourful-logo-left .shape-container {
  width: 445px;
}
.vw_shape_small .colourful-logo-left .shape-container .solid-shape {
  left: -37.5%;
}
.vw_shape_small .colourful-logo-left .shape-container .cutout {
  height: 450px;
}

.colourful-logo-right .shape-container {
  height: auto;
  background-color: white;
  position: relative;
}
.colourful-logo-right .shape-container .photo-container {
  position: absolute;
  left: 1px;
  top: 0.5px;
  width: 99%;
  height: 100%;
  border: 2px solid white;
  box-sizing: border-box;
}
.colourful-logo-right .shape-container .solid-shape {
  position: absolute;
  width: 61%;
  top: 0.7%;
  height: 98%;
  z-index: 3;
  right: -38%;
}
.colourful-logo-right .shape-container .photo {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.colourful-logo-right .shape-container .cutout {
  width: 100%;
  height: auto;
  position: relative;
}
.colourful-logo-right .shape-container .cutout #Layer_2 #Layer_1-2 path {
  fill: white;
}
.colourful-logo-right .shape-container .overlay {
  position: absolute;
  left: 38.6%;
  width: 61%;
  top: 0.6%;
  height: 98.6%;
  opacity: 0.8;
  mix-blend-mode: multiply;
}

.vw_shape_small .colourful-logo-right .shape-container {
  width: 445px;
}
.vw_shape_small .colourful-logo-right .shape-container .solid-shape {
  right: -37.5%;
}
.vw_shape_small .colourful-logo-right .shape-container .cutout {
  height: 450px;
}

.case-study-card.card-container {
  width: calc(33.3% - 40px);
  counter-increment: carousel-cell;
  padding-right: 60px;
  box-sizing: content-box;
  position: relative;
}
.case-study-card.card-container:nth-of-type(2n+1) .card {
  background-color: #2facab;
}
.case-study-card.card-container:nth-of-type(2n+2) .card {
  background-color: #662483;
}
.case-study-card.card-container .card {
  overflow: visible;
  height: 100%;
  min-height: 360px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .case-study-card.card-container .card {
    height: 310px;
  }
}
@media (max-width: 768px) {
  .case-study-card.card-container .card {
    height: 260px;
  }
}
.case-study-card.card-container .card-content {
  padding: 30px 30px 0;
  color: #ffffff;
}
.case-study-card.card-container .card-content .card-title {
  font-size: 16px;
  display: flex;
}
.case-study-card.card-container .card-content .card-title svg {
  width: 15px;
  min-width: 15px;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  position: relative;
}
.case-study-card.card-container .card-content .case-study-header {
  display: inline-block;
  z-index: 2;
  font-size: 12px;
  color: white;
}
.case-study-card.card-container .v-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.case-study-card.card-container .v-container .shape-v {
  position: absolute;
  left: -220px;
  bottom: -20px;
  height: 275px;
}
.case-study-card.card-container .shape-container {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.case-study-card.card-container .shape-container .shape-photo {
  height: 275px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .case-study-card.card-container .shape-container .shape-photo {
    height: 225px;
  }
}
@media (max-width: 1199px) {
  .case-study-card.card-container {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .case-study-card.card-container {
    width: 100%;
  }
  .case-study-card.card-container .card {
    min-height: 310px;
  }
  .case-study-card.card-container .shape-container {
    bottom: -10px;
    right: -10px;
  }
  .case-study-card.card-container .shape-container .shape-photo {
    height: 225px;
  }
  .case-study-card.card-container .v-container .shape-v {
    left: -220px;
    bottom: -10px;
    height: 225px;
  }
}

.navigation {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(251, 251, 251, 0.6);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  align-items: flex-start;
  z-index: 101;
  overflow: scroll;
  /* Convert opacity values */
  /* Set opacity value */
  opacity: 0;
  filter: alpha(opacity=0);
  /* Check visibility */
  /* If visible is true, set visibility value as visible */
  visibility: hidden;
}
.navigation .nav--toggle {
  position: absolute;
  top: 18px;
  right: 20px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 55;
}
.navigation .navigation--svg {
  display: none;
}
.navigation .navigation--inner {
  display: none;
}
@media (min-width: 1100px) {
  .navigation .nav--toggle {
    top: 64px;
    right: 30px;
  }
  .navigation .mobile-menu {
    display: none;
  }
  .navigation .navigation--svg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 35;
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 0;
    filter: alpha(opacity=0);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: hidden;
    transform: translateY(50px);
  }
  .navigation .navigation--svg svg {
    display: block;
    width: 528px;
    height: auto;
  }
  .navigation .navigation--inner {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 0;
    filter: alpha(opacity=0);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: hidden;
    transform: translateY(50px);
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 140px;
    z-index: 45;
  }
  .navigation .navigation--inner > div {
    flex-basis: 30%;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .navigation .navigation--inner > div:first-child {
    border-right: 2px solid #D2D2D2;
  }
  .navigation .navigation--inner .navigation--tab--content {
    flex-basis: 70%;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .navigation .navigation--inner .navigation--tab--content .navigation--tab--content--inner {
    display: flex;
    height: 100%;
  }
  .navigation .navigation--inner .navigation--tab--content .navigation--tab--content--inner > div {
    flex-basis: 55%;
    padding: 0 0 0 48px;
  }
  .navigation .navigation--inner .navigation--tab--content .navigation--tab--content--inner > div:first-child {
    flex-basis: 45%;
    border-right: 2px solid #D2D2D2;
    padding: 0 48px 0 0;
  }
  .navigation .navigation--inner li {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .navigation .navigation--inner li a {
    text-decoration: none;
    color: #231F20;
  }
  .navigation .navigation--inner li svg path {
    transition: all 0.3s ease-in-out;
  }
  .navigation .navigation--inner li:hover, .navigation .navigation--inner li.active {
    color: #ED4C14;
  }
  .navigation .navigation--inner li:hover a, .navigation .navigation--inner li.active a {
    color: #ED4C14;
  }
  .navigation .navigation--inner li:hover svg path, .navigation .navigation--inner li.active svg path {
    stroke: #ED4C14;
  }
  .navigation .navigation--inner .navigation--tab--content {
    display: none;
  }
  .navigation .navigation--inner .navigation--subTab--content {
    display: none;
  }
  .navigation .navigation--inner .ul--first li {
    display: flex;
    align-items: center;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 48px;
  }
  .navigation .navigation--inner .ul--first li svg {
    margin-left: 24px;
  }
  .navigation .navigation--inner .ul--default li {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 48px;
  }
  .navigation .navigation--inner .ul--default li svg {
    margin-left: 16px;
  }
}
@media (min-width: 1300px) {
  .navigation .navigation--inner .ul--first li {
    font-size: 32px;
    line-height: 32px;
  }
  .navigation .navigation--inner .ul--first li svg {
    margin-left: 24px;
  }
}
@media (min-width: 1400px) {
  .navigation .navigation--svg svg {
    width: 628px;
  }
}

.navigation--address {
  display: flex;
  margin-bottom: 24px;
  background: transparent;
}
.navigation--address .navigation--address--link {
  color: #808285;
  font-size: 14px;
}
.navigation--address .navigation--address--link:hover {
  color: #ED4C14;
}
.navigation--address i {
  margin-right: 16px;
}
.navigation--address > div .address {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-top: 8px;
  color: #404040;
}
.navigation--address > div a {
  font-size: 12px;
  line-height: 18px;
  color: #ED4C14;
  text-decoration: underline;
}

header.header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header .svg-transparent-bg {
  display: none;
}
header.header a {
  text-decoration: none;
}
header.header.transparent-bg {
  position: absolute;
  width: 100%;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
header.header.transparent-bg .svg-transparent-bg {
  display: block;
}
header.header.transparent-bg .svg-white-bg {
  display: none;
}
header.header.transparent-bg .header--menu ul li > a {
  transition: color 0.5s;
  color: white;
}
header.header.transparent-bg .header--menu ul li > a a {
  transition: color 0.5s;
  color: white;
}
header.header.transparent-bg .header--menu ul li > a + svg path {
  transition: stroke 0.5s;
  stroke: white;
}
header.header.transparent-bg .header--burger .search-icon svg {
  fill: white;
}
header.header.transparent-bg .header--burger .nav--toggle svg path {
  stroke: white;
}
header.header.transparent-bg:hover {
  background-color: white;
  transition: background-color 0.5s;
}
header.header.transparent-bg:hover .svg-transparent-bg {
  display: none;
}
header.header.transparent-bg:hover .svg-white-bg {
  display: block;
}
header.header.transparent-bg:hover .header--menu {
  transition: color 0.5s;
}
header.header.transparent-bg:hover .header--menu ul li > a {
  color: black;
  transition: color 0.5s;
}
header.header.transparent-bg:hover .header--menu ul li > a:hover {
  color: #ed4c14;
  cursor: pointer;
}
header.header.transparent-bg:hover .header--menu ul li > a a {
  transition: color 0.5s;
  color: black;
}
header.header.transparent-bg:hover .header--menu ul li > a a:hover {
  color: #ed4c14;
  cursor: pointer;
}
header.header.transparent-bg:hover .header--menu ul li > a + svg path {
  transition: stroke 0.5s;
  stroke: black;
}
header.header.transparent-bg:hover .header--burger .search-icon svg {
  fill: black;
}
header.header.transparent-bg:hover .header--burger .nav--toggle svg:hover path {
  stroke: #ed4c14;
}
header.header.transparent-bg:hover .header--burger .nav--toggle svg path {
  stroke: black;
}
header.header .header--menu ul {
  margin-bottom: 0px;
}
header.header .header--logo {
  flex-basis: 160px;
  position: relative;
  z-index: 100000;
}
header.header .header--logo svg {
  width: 120px;
  height: auto;
}
header.header .filter-form-container .filter-form {
  width: 100%;
}
header.header .filter-form-container .filter-form .filter-dropdown {
  min-width: 40% !important;
}
header.header .filter-form-container .filter-form .filter-dropdown:nth-child(2) {
  border-right: none;
}
header.header .filter-form-container .filter-form .filter-dropdown:first-child {
  margin-right: 15%;
}
header.header .filter-form-container .filter-form .filter-text {
  border-right: none;
}
header.header .filter-form-container .filter-form .submit {
  float: right;
}
header.header .filter-form-container .filter-form .submit button {
  font-size: 16px;
  line-height: 15px;
  color: white;
  background-color: #f93d00;
  padding-right: 16px;
  padding-left: 16px;
  width: fit-content;
  border-radius: 10px;
  height: 48px;
  margin-top: 20px;
}
header.header .filter-form-container .filter-form .submit button:hover {
  background-color: #31acab;
}
header.header .filter-form-container .filter-form .submit button span {
  margin-right: 18px;
}
header.header .filter-form-container .second-line {
  margin-top: 20px;
}
header.header .header--burger {
  display: flex;
  flex-basis: 100px;
  justify-content: flex-end;
  align-items: center;
}
header.header .header--burger .nav--toggle {
  margin-left: 22px;
}
header.header .header--burger .search-icon {
  display: none;
  padding: 0px !important;
}
@media (min-width: 660px) {
  header.header {
    padding: 20px 50px 20px 50px;
  }
  header.header .header--logo svg {
    width: 160px;
    height: auto;
  }
  header.header .header--logo figure {
    margin: 0px;
  }
  header.header .header--burger .search-icon {
    display: block;
  }
}
@media (min-width: 1200px) {
  header.header .header--burger {
    flex-basis: 160px;
  }
}

.nav--toggle svg path {
  transition: all 0.3s ease-in-out;
}
.nav--toggle:hover {
  cursor: pointer;
}
.nav--toggle:hover svg path {
  stroke: #ED4C14;
}

.search-icon {
  background: transparent;
  border: none;
}
.search-icon svg path {
  transition: all 0.3s ease-in-out;
}
.search-icon:hover {
  cursor: pointer;
}
.search-icon:hover svg path {
  fill: #ED4C14;
}

.header.is-hover {
  background-color: white;
}

.mobile-menu {
  padding: 80px 24px 24px 24px;
  width: 100%;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item .office-list {
  padding-left: 0px;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item .office-list .office-item {
  align-items: start;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item .office-list .office-item .office-name-link {
  color: black;
  font-size: 16px;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item .office-list .office-item .office-name-link:hover {
  color: #ED4C14;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item .office-list .office-item .address {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item .office-list .office-item .address:hover {
  color: #808285;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-panel ul .mobile-dropdown-item .office-list .office-item a {
  text-decoration: none;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-title-contact {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-title-contact svg {
  margin-left: 16px;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-title-contact.active {
  color: #ED4C14;
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-title-contact.active svg {
  transform: rotate(90deg);
}
.mobile-menu .contact-mobile-dropdown .mobile-menu-title-contact.active svg path {
  stroke: #ED4C14;
}
.mobile-menu .contact-mobile-dropdown p {
  color: black;
}
.mobile-menu .contact-mobile-dropdown .office-list {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.2s linear, padding-bottom 0.4s ease-in-out, margin-bottom 0.4s ease-in-out;
}
.mobile-menu .contact-mobile-dropdown .office-list.show {
  opacity: 1;
  max-height: 1000px;
  visibility: visible;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.mobile-menu .contact-mobile-dropdown:hover {
  cursor: pointer;
}
.mobile-menu .contact-mobile-dropdown p:hover {
  color: #ED4C14;
}
.mobile-menu .mob-item {
  margin-bottom: 24px;
}
.mobile-menu a {
  color: #231F20;
  text-decoration: none;
}
.mobile-menu a:hover {
  color: #ED4C14;
}
.mobile-menu .spacer {
  height: 2px;
  background: #D2D2D2;
  width: 100%;
  margin: 32px 0;
}
.mobile-menu .mobile-menu-title, .mobile-menu .mobile-menu-title-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.mobile-menu .mobile-menu-title svg, .mobile-menu .mobile-menu-title-link svg {
  margin-left: 16px;
}
.mobile-menu .mobile-menu-title .mobile-dropdown, .mobile-menu .mobile-menu-title-link .mobile-dropdown {
  transform: translateY(3px);
}
.mobile-menu .mobile-menu-title.active, .mobile-menu .mobile-menu-title-link.active {
  color: #ED4C14;
}
.mobile-menu .mobile-menu-title.active svg, .mobile-menu .mobile-menu-title-link.active svg {
  transform: translateY(3px) rotate(90deg);
}
.mobile-menu .mobile-menu-title.active svg path, .mobile-menu .mobile-menu-title-link.active svg path {
  stroke: #ED4C14;
}
.mobile-menu .mobile-menu-panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  text-align: left;
}
.mobile-menu .mobile-menu-panel .spacer {
  margin: 22px 0 22px 0;
}
.mobile-menu .mobile-menu-panel .spacer + ul {
  padding: 24px 24px 0 24px;
}
.mobile-menu .mobile-menu-panel .spacer + ul:last-child {
  padding: 24px 24px 24px 24px;
}
.mobile-menu .mobile-menu-panel .spacer:last-child {
  display: none;
}
.mobile-menu .mobile-menu-panel ul {
  padding: 0 24px 0 24px;
}
.mobile-menu .mobile-menu-panel ul li {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-menu-panel ul li > a {
  display: inline-flex;
  align-items: center;
}
.mobile-menu .mobile-menu-panel ul li > a > div {
  width: 30px;
}
.mobile-menu .mobile-menu-panel ul li > a img {
  display: block;
  max-height: 16px;
  max-width: 20px;
  width: 100%;
  height: 100%;
}
.mobile-menu .mobile-menu-panel ul li:last-child {
  margin-bottom: 0 !important;
}
.mobile-menu .mobile-menu-panel ul:last-child {
  padding: 0 24px 0 24px;
  margin-bottom: 0px;
}
.mobile-menu .mobile-menu-panel .mobile-menu-content {
  padding: 0 24px 0px 24px;
}
.mobile-menu .mobile-menu-panel.show {
  opacity: 1;
  max-height: 1200px;
  padding-top: 11px;
}
.mobile-menu .sub-accordion {
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mobile-menu .sub-accordion svg {
  margin-left: 16px;
  height: 12px;
  width: auto;
}
.mobile-menu .sub-accordion.active {
  color: #ED4C14;
}
.mobile-menu .sub-accordion.active svg {
  transform: rotate(90deg);
}
.mobile-menu .sub-accordion.active svg path {
  stroke: #ED4C14;
}
.mobile-menu .sub-accordion.active {
  color: #ED4C14;
}
.mobile-menu .sub-panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  max-width: 580px;
}
.mobile-menu .sub-panel.show {
  opacity: 1;
  max-height: 1200px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
.mobile-menu .navigation--addresses {
  padding: 24px 24px 24px 0;
}
@media (min-width: 1100px) {
  .mobile-menu {
    padding: 140px 24px 24px 24px;
  }
}

.mobile-people {
  padding: 24px;
}

@media (max-width: 1199px) {
  .navigation .mobile-menu .search-form-modal {
    display: block;
    margin: 0px;
  }
}
.header--menu > ul > li > a {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 24px 0;
  color: #231F20;
}
.header--menu > ul > li > a:hover {
  color: #ED4C14;
  cursor: pointer;
}
.header--menu > ul > li > a + svg {
  margin-left: 2px;
}
.header--menu > ul > li > a + svg path {
  transition: all 0.3s ease-in-out;
}
.header--menu {
  display: none;
}
@media (min-width: 1100px) {
  .header--menu {
    display: block;
  }
  .header--menu ul {
    margin-bottom: 0px;
  }
  .header--menu ul li {
    display: inline-block;
    margin: 0 12px 0 0;
  }
  .header--menu ul li > span {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 24px 0;
    color: #231F20;
  }
  .header--menu ul li > span a {
    color: #231F20;
  }
  .header--menu ul li a {
    text-decoration: none;
  }
  .header--menu ul li .header--menu--sub {
    position: absolute;
    left: 50%;
    top: 87px;
    transform: translateX(-50%);
    max-width: 1216px;
    width: 90%;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 0;
    filter: alpha(opacity=0);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: hidden;
    background: rgba(251, 251, 251, 0.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.06), 1px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
  }
  .header--menu ul li:hover > span {
    color: #ED4C14;
    cursor: pointer;
  }
  .header--menu ul li:hover > span > a {
    color: #ED4C14;
  }
  .header--menu ul li:hover .header--menu--sub {
    /* Convert opacity values */
    /* Set opacity value */
    opacity: 1;
    filter: alpha(opacity=100);
    /* Check visibility */
    /* If visible is true, set visibility value as visible */
    visibility: visible;
  }
}
@media (min-width: 1316px) {
  .header--menu ul li .header--menu--sub {
    width: 100%;
  }
}

.sub--list {
  min-height: 400px;
  padding-left: 0px;
}
.sub--list li {
  display: block !important;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px;
  padding: 0;
}
.sub--list li a:not(.button) {
  color: #231F20;
}
.sub--list li a:not(.button):hover {
  color: #ED4C14;
}
.sub--list li .property-menu-icon {
  width: 100%;
  height: 100%;
}

.default--list li {
  display: block !important;
  margin: 0 0 16px 0 !important;
}
.default--list li a {
  color: #231F20;
}
.default--list li a:hover {
  color: #ED4C14;
}

.header--menu--tab {
  display: flex;
}
.header--menu--tab .tab--links {
  flex-basis: 33.333333%;
  padding: 56px 48px 56px 56px;
  box-sizing: border-box;
}
.header--menu--tab .tab--links > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-right: 2px solid #D2D2D2;
  padding-right: 48px;
}
.header--menu--tab .tab--links > div .button {
  font-weight: normal;
}
.header--menu--tab .tab--links .tab-button {
  cursor: pointer;
  display: flex !important;
  align-items: center;
  margin: 0px 0px 25px 0px;
  transition: all 0.3s ease-in-out;
}
.header--menu--tab .tab--links .tab-button > div {
  width: 24px;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.header--menu--tab .tab--links .tab-button > div img {
  display: block;
}
.header--menu--tab .tab--links .tab-button svg {
  margin-left: 16px;
}
.header--menu--tab .tab--links .tab-button svg path {
  stroke: #231F20;
  transition: all 0.3s ease-in-out;
}
.header--menu--tab .tab--links .tab-button.active, .header--menu--tab .tab--links .tab-button:hover {
  color: #ED4C14;
}
.header--menu--tab .tab--links .tab-button.active svg path, .header--menu--tab .tab--links .tab-button:hover svg path {
  stroke: #ED4C14;
}
.header--menu--tab .tab--info {
  flex-basis: 66.666666%;
  display: flex;
}
.header--menu--tab .tab--info .tab--info--items {
  flex-basis: 50%;
  padding: 56px 56px 56px 0;
  box-sizing: border-box;
}
.header--menu--tab .tab--info .tab--info--items.hasNews {
  padding: 44px 44px 44px 0;
}
.header--menu--tab .tab--info .tab--info--cta {
  border-radius: 0 24px 24px 0;
  flex-basis: 50%;
  background: rgba(235, 235, 235, 0.5);
  padding: 56px;
  box-sizing: border-box;
}

.tab-content {
  display: none;
}

.header--menu--people {
  padding: 56px;
  display: flex;
}
.header--menu--people .people--links {
  flex-basis: 33.333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 2px solid #D2D2D2;
  padding-right: 48px;
}
.header--menu--people .people--links .sub--list li {
  margin-bottom: 25px;
}
.header--menu--people .people--links .button {
  font-weight: normal;
}
.header--menu--people .people--search {
  flex-basis: 66.666666%;
  padding: 0 35px 0 90px;
  min-height: 372px;
}

.about-menu {
  position: relative;
}

.about-menu .header--menu--sub {
  width: fit-content !important;
  top: 66px !important;
}

.header--menu--about {
  padding: 40px;
  display: flex;
  width: max-content;
}
.header--menu--about .about--links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 48px;
}
.header--menu--about .about--links .sub--list {
  min-height: auto;
}
.header--menu--about .about--links .sub--list li {
  margin-bottom: 25px;
}
.header--menu--about .about--links .button {
  font-weight: normal;
}

.header--menu--contact {
  display: flex;
  width: 100%;
}
.header--menu--contact .tab--links {
  flex-basis: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: fit-content;
  row-gap: 40px;
}
.header--menu--contact .tab--links .tab-link-item {
  flex-basis: 33.3333%;
  border: none;
}
.header--menu--contact .tab--links .tab-link-item p {
  font-size: 20px;
  color: black;
  margin-bottom: 18px;
}
.header--menu--contact .tab--links .tab-link-item span {
  font-weight: normal;
  font-size: 16px;
}
.header--menu--contact .tab--links .tab-link-item .navigation--address {
  margin-bottom: 8px;
}
.header--menu--contact .tab--links .tab-link-item .navigation--address .address {
  margin-top: 0px;
  margin-bottom: 0px;
}
.header--menu--contact .tab--links .tab-link-item .navigation--address div {
  font-size: 16px;
}
.header--menu--contact .tab--links .tab-link-item .navigation--address .office-name-link {
  font-size: 16px;
  color: black;
  display: block;
  margin-bottom: 2px;
}
.header--menu--contact .tab--links .tab-link-item .navigation--address .office-name-link:hover {
  color: #ED4C14;
}
.header--menu--contact .tab--info {
  flex-basis: 30%;
}
.header--menu--contact .tab--info .tab--info--cta {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header--menu--contact .tab--info .tab--info--cta .button {
  width: fit-content;
}
.header--menu--contact .tab--info .tab--info--cta .general-contact {
  color: black;
  font-size: 20px;
  margin-bottom: 0px;
}
.header--menu--contact .tab--info .tab--info--cta .navigation--address {
  flex-direction: column;
}
.header--menu--contact .tab--info .tab--info--cta .nav-general-email {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-top: 8px;
  color: #404040;
}
.header--menu--contact .tab--info .tab--info--cta .nav-general-phone {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ed4c14;
}

.header--menu--services {
  padding: 56px;
  display: flex;
}
.header--menu--services ul li {
  display: block;
  padding: 0;
  margin: 0 0 16px 0;
}
.header--menu--services .services--tabs {
  flex-basis: 33.333333%;
  display: flex;
  border-right: 2px solid #D2D2D2;
  padding-right: 48px;
}
.header--menu--services .services--tabs ul {
  width: 100%;
  max-width: 260px;
  padding-left: 0px;
}
.header--menu--services .services--tabs .service--tab {
  padding: 12px 24px;
  background: #B8B7B7;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.header--menu--services .services--tabs .service--tab img:first-child {
  display: none;
}
.header--menu--services .services--tabs .service--tab img:last-child {
  display: block;
}
.header--menu--services .services--tabs .service--tab > div:first-child {
  flex-basis: 40px;
}
.header--menu--services .services--tabs .service--tab.active, .header--menu--services .services--tabs .service--tab:hover {
  background: #ED4C14;
  color: #FFFFFF;
}
.header--menu--services .services--tabs .service--tab.active img:first-child, .header--menu--services .services--tabs .service--tab:hover img:first-child {
  display: block;
}
.header--menu--services .services--tabs .service--tab.active img:last-child, .header--menu--services .services--tabs .service--tab:hover img:last-child {
  display: none;
}
.header--menu--services .services--list {
  flex-basis: 66.666666%;
  padding-left: 48px;
  column-count: 2;
  gap: 10px;
}
.header--menu--services .services--list li {
  display: none;
}
.header--menu--services .services--list li a {
  color: #231F20;
}
.header--menu--services .services--list li a:hover {
  color: #ED4C14;
}
.header--menu--services .services--list li.active {
  display: block;
}
.header--menu--services .services--view-more {
  padding-left: 88px;
  padding-top: 12px;
}
.header--menu--services .services--view-more a {
  height: 44px;
  display: none;
}
.header--menu--services .services--view-more a.active {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header--menu--services .services--view-more a.button {
  line-height: 38px;
}

.news--mini--spacer {
  display: block;
  height: 2px;
  width: calc(100% - 24px);
  box-sizing: border-box;
  background: #D2D2D2;
  margin: 12px;
}

.news--mini {
  border-radius: 10px;
  color: #231F20;
  display: block;
}
.news--mini p {
  color: #231F20;
}
.news--mini .news--mini--top .date {
  color: #231F20;
}
.news--mini:hover p {
  color: white;
}
.news--mini.news .tag {
  background: #ED4C14;
  border: #ED4C14 2px solid;
}
.news--mini.news .news--button {
  color: #ED4C14;
}
.news--mini.news:hover {
  color: #ffffff;
  background: #ED4C14;
}
.news--mini.news:hover .tag {
  background: #ffffff;
  color: #ED4C14;
  border: white 2px solid;
}
.news--mini.news:hover .date {
  color: #ffffff;
}
.news--mini.news:hover .news--button {
  color: #ffffff;
}
.news--mini.market-insight .tag {
  background: #ff9c00;
  border: #ff9c00 2px solid;
}
.news--mini.market-insight .news--button {
  color: #ff9c00;
}
.news--mini.market-insight:hover {
  color: #ffffff;
  background: #ff9c00;
}
.news--mini.market-insight:hover .tag {
  background: #ffffff;
  color: #ff9c00;
}
.news--mini.market-insight:hover .date {
  color: #ffffff;
}
.news--mini.market-insight:hover .news--button {
  color: #ffffff;
}
.news--mini.resource .tag {
  background: #30a8ab;
}
.news--mini.resource .news--button {
  color: #30a8ab;
}
.news--mini.resource:hover {
  color: #ffffff;
  background: #30a8ab;
}
.news--mini.resource:hover .tag {
  background: #ffffff;
  color: #30a8ab;
}
.news--mini.resource:hover .date {
  color: #ffffff;
}
.news--mini.resource:hover .news--button {
  color: #ffffff;
}
.news--mini .news--mini--inner {
  padding: 12px;
}
.news--mini .news--mini--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.news--mini .news--mini--top > div {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.news--mini .news--mini--top .tag {
  margin-bottom: 0px;
}
.news--mini .tag {
  border-radius: 10px;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  line-height: 12px;
  transition: all 0.3s ease-in-out;
}
.news--mini .date {
  color: #808285;
}
.news--mini .news--button {
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.news--mini .news--button i {
  margin-left: 16px;
}
.news--mini:hover {
  background: rgba(235, 235, 235, 0.5);
}

.featured-nav-container .news--mini.news .tag {
  color: #ffffff;
  background: #ED4C14;
}
.featured-nav-container .news--mini.news:hover {
  color: #ffffff;
  background: #ED4C14;
}
.featured-nav-container .news--mini.market-insight .tag {
  color: #ffffff;
  background: #ff9c00;
}
.featured-nav-container .news--mini.market-insight:hover {
  color: #ffffff;
  background: #ff9c00;
}
.featured-nav-container .news--mini.resource .tag {
  color: #ffffff;
  background: #30a8ab;
}
.featured-nav-container .news--mini.resource:hover {
  color: #ffffff;
  background: #30a8ab;
}

.people-card.card-container {
  height: 100%;
  min-height: 500px;
}
@media (max-width: 500px) {
  .people-card.card-container {
    min-height: 350px;
  }
}
.people-card.card-container .image-and-icons {
  position: relative;
}
.people-card.card-container .image-and-icons .slider-card-image {
  background-size: cover;
  background-color: #ddd;
  background-position: center;
  width: auto;
  height: 240px;
  border-radius: 10px 10px 0 0;
  margin: 0 0 0;
}
.people-card.card-container .image-and-icons .lead-contact {
  background-color: #2facab;
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-block;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
@media (max-width: 434px) {
  .people-card.card-container .image-and-icons .lead-contact {
    position: absolute;
    top: 20px;
    left: calc(100% - 115px);
    right: 15px;
  }
}
.people-card.card-container.one-person .image-and-icons {
  flex: 1 1 auto;
}
.people-card.card-container.one-person .image-and-icons .slider-card-image {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.people-card.card-container .contact-links-single {
  display: none;
  min-width: max-content;
}
.people-card.card-container .contact-links-multiple {
  display: flex;
  transform: translatey(-50%);
  right: 20px;
  bottom: -28px;
  position: absolute;
}
.people-card.card-container .contact-links-multiple .contact-icon {
  margin-right: 10px;
}
.people-card.card-container .contact-links-multiple .contact-icon svg,
.people-card.card-container .contact-links-multiple .contact-icon i {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background-color: #f93d00;
  color: white;
}
.people-card.card-container .contact-links-multiple .linkedin-icon i {
  padding-left: 7px;
}
.people-card.card-container .contact-links-multiple .vcard-icon {
  font-size: 0.9rem;
}
.people-card.card-container .contact-links-multiple .vcard-icon i:before {
  margin-left: -0.5px;
}
.people-card.card-container .card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.people-card.card-container .card .card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.people-card.card-container .card .card-content .name {
  position: relative;
}
.people-card.card-container .card .card-content .name a {
  color: inherit;
}
.people-card.card-container .card .card-content .name a:hover {
  text-decoration: none;
}
.people-card.card-container .card .card-content .name a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: #ED4C14;
  transition: width 0.5s ease, left 0.5s ease;
}
.people-card.card-container .card .card-content .name {
  margin-bottom: 8px !important;
}
.people-card.card-container .card .card-content .job-role {
  margin-bottom: 0px;
  color: black;
}
.people-card.card-container .card .card-content .strapline-or-services {
  color: #818386;
}
.people-card.card-container .card .card-content .position-and-offices {
  color: #f93d00;
  font-weight: bold;
  margin-bottom: 0;
}
.people-card.card-container .card .card-content .position-and-offices svg {
  margin-left: 8px;
  margin-right: 8px;
}
.people-card.card-container .person-card:hover {
  cursor: pointer;
}
.people-card.card-container .person-card:hover .name a:after {
  width: 100%;
  left: 0;
}

.service-card.card-container {
  box-sizing: content-box;
  color: black;
  min-height: 350px;
}
.service-card.card-container .slider-card-image {
  background-size: cover;
  background-color: #ddd;
  background-position: center;
  width: auto;
  height: 100%;
  border-radius: 10px 10px 0 0;
  margin: 0 0 0;
}
.service-card.card-container .card {
  height: 100%;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border: none;
}
.service-card.card-container .service-icons {
  margin-bottom: 20px;
  display: flex;
}
.service-card.card-container .service-icons .service-icon {
  width: 25px;
  height: 25px;
  margin: 0 7px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-card.card-container .service-icons .service-icon img {
  max-width: 100%;
  height: auto;
}
.service-card.card-container .card-content {
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.service-card.card-container .card-content .service-intro {
  display: none;
}
.service-card.card-container .card-content .card-title {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.pagination {
  justify-content: center;
}
.pagination .pagination-num {
  margin: 0 auto;
  padding-bottom: 100px;
}
.pagination .page-numbers {
  width: 33px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  height: 33px;
  color: black;
  border-radius: 5px;
  border: 2px solid #D9D9D9;
  margin-right: 8px;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers:hover {
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #f93d00;
  color: white;
  border: none;
}

.az-pagination {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  row-gap: 10px;
}
.az-pagination .az-letter {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  margin-right: 8px;
  cursor: pointer;
}
.az-pagination .az-letter:not(.disabled):not(.active):hover {
  background-color: #f93d00;
  color: white;
  border-color: #f93d00;
}
.az-pagination .az-letter.active {
  background-color: #f93d00;
  color: white;
  border: none;
  cursor: default;
}
.az-pagination .az-letter.disabled {
  background-color: #818386;
  color: white;
  border: none;
  cursor: not-allowed;
}

a.region-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
a.region-thumbnail p {
  color: black;
}
a.region-thumbnail .grid-item-title {
  color: #f93d00;
  font-weight: bold;
}
a.region-thumbnail .region-thumbnail-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 33%;
}
a.region-thumbnail .region-offices-wrapper p {
  margin-bottom: 0;
}
a.region-thumbnail .region-image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
a.region-thumbnail .region-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-card {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.office-card .card-map {
  border-radius: 10px 10px 0 0;
  flex-basis: 225px;
  flex-grow: 1;
}
.office-card .card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 3;
}
.office-card .card-info .card-title,
.office-card .card-info .card-title a,
.office-card .card-info .card-link a {
  color: #f93d00;
}
.office-card .card-info .card-title:hover,
.office-card .card-info .card-title a:hover,
.office-card .card-info .card-link a:hover {
  text-decoration: none;
}
.office-card .card-info .card-link {
  font-size: 1rem;
}
.office-card .card-info .card-title {
  font-weight: bold;
}
.office-card .card-info .card-contact-number {
  color: black;
}
.office-card .card-info .card-key-person {
  display: flex;
  margin: 30px 0;
}
.office-card .card-info .card-key-person h5.card-person-name, .office-card .card-info .card-key-person .card-person-name.h5 {
  margin-bottom: 0;
}
.office-card .card-info .card-key-person .card-person-role {
  margin-bottom: 0;
}
.office-card .card-info .key-person-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.office-card .card-info .key-person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.property-card {
  display: flex;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 10px 0;
  margin-bottom: 90px;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .property-card {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .property-card {
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .property-card {
    box-shadow: none;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 0 10px 0 0;
  }
}
.property-card .property-card-info {
  flex: 55%;
  padding: 40px;
}
@media (max-width: 767px) {
  .property-card .property-card-info {
    order: 2;
  }
}
.property-card .property-card-info ul {
  margin-bottom: 0;
}
.property-card .property-card-info .entry-title {
  color: #f93d00;
  margin-bottom: 1rem;
}
.property-card .property-card-info .entry-title a {
  text-decoration: none;
  color: #f93d00;
}
.property-card .property-card-info .price {
  font-size: 1.3rem;
}
.property-card .property-card-info .introduction p {
  color: black;
}
.property-card .property-card-info .selling-points ul {
  padding-left: 22px;
}
.property-card .property-card-info .selling-points ul > li::marker {
  color: #f93d00;
}
.property-card .property-card-info .key-contact {
  margin-top: 15px;
}
.property-card .property-card-info .key-contact .key-contact-name {
  margin-bottom: 5px;
  font-size: 1.25rem;
  color: black;
  text-decoration: none;
  display: block;
}
.property-card .property-card-info .key-contact .phone-number {
  color: #87888B;
  text-decoration: none;
}
.property-card .property-card-info .key-contact .person-container {
  display: flex;
  align-items: center;
}
.property-card .property-card-info .key-contact .person-container .name-and-mobile {
  display: flex;
  flex-direction: column;
}
.property-card .property-card-info .key-contact .person-container .key-contact-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 0;
}
.property-card .property-card-info .key-contact .person-container .key-contact-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.property-card .property-image-and-info {
  flex: 45%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .property-card .property-image-and-info {
    order: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .property-card .property-image-and-info {
    border-radius: 10px 10px 0 0;
  }
}
.property-card .property-image-and-info .flickity-prev-next-button {
  background-color: white;
  width: 40px;
  height: 40px;
}
.property-card .property-image-and-info .flickity-prev-next-button .flickity-button-icon {
  fill: #f93d00;
  left: 3%;
  top: 3%;
  width: 100%;
  height: 100%;
}
.property-card .property-image-and-info i.fa-spinner {
  top: 50%;
  width: 100%;
  margin-top: -40px;
  text-align: center;
  position: absolute;
  font-size: 30px;
  z-index: 1;
  color: #ddd;
}
.property-card .property-image-and-info .image-gallery {
  border-radius: 0 10px 0 0;
  height: 100%;
  z-index: 2;
}
.property-card .property-image-and-info .image-gallery > .carousel-cell {
  display: none;
}
@media (min-width: 576px) and (max-width: 767px) {
  .property-card .property-image-and-info .image-gallery {
    border-radius: 10px 10px 0 0;
  }
}
.property-card .property-image-and-info .image-gallery > img {
  border-radius: 0 10px 0 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .property-card .property-image-and-info .image-gallery > img {
    border-radius: 10px 10px 0 0;
  }
}
.property-card .property-image-and-info .carousel-cell,
.property-card .property-image-and-info .flickity-viewport {
  border-radius: 0 10px 0 0;
  object-fit: cover;
  min-height: 300px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .property-card .property-image-and-info .carousel-cell,
  .property-card .property-image-and-info .flickity-viewport {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 768px) {
  .property-card .property-image-and-info .flickity-viewport {
    height: 100% !important;
  }
}
.property-card .property-image-and-info .carousel-cell {
  height: 100%;
  width: 100%;
  display: none;
}
.property-card .property-image-and-info .carousel-cell.is-selected {
  display: block;
}
.property-card .property-image-and-info .specs {
  position: relative;
  border-radius: 0 0 10px 0;
  bottom: 0;
  padding: 20px;
  background: #f93d00;
  right: 0;
  left: 0;
  color: white;
  display: flex;
}
.property-card .property-image-and-info .specs.no-image {
  border-radius: 0 10px 0 0;
}
@media (max-width: 767px) {
  .property-card .property-image-and-info .specs {
    border-radius: 0 0 0 0;
  }
  .property-card .property-image-and-info .specs.no-image {
    border-radius: 10px 10px 0 0;
  }
}
.property-card .property-image-and-info .specs .spec {
  margin-right: 30px;
  width: 100%;
  flex: 1;
}
.property-card .property-image-and-info .specs .spec:first-of-type {
  flex: 1.5;
}
.property-card .property-image-and-info .specs .spec:last-of-type {
  margin-right: 0;
}
.property-card .property-image-and-info .specs p {
  color: white;
  margin-bottom: 0;
}
.property-card .property-image-and-info .specs .spec-label {
  opacity: 0.7;
  font-size: 0.8rem;
}
.property-card .property-image-and-info .specs .spec-content {
  font-size: 0.9rem;
}
.property-card .property-image-and-info .specs .spec-content.property-type {
  overflow-wrap: break-word;
}
.property-card .property-image-and-info .property-bookmark {
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f93d00;
  border: none;
  outline: none;
  z-index: 3;
}
.property-card .property-image-and-info .property-bookmark .bookmarked-icon {
  display: none;
}
.property-card .property-image-and-info .property-bookmark figure {
  margin-bottom: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.property-card .property-image-and-info .property-bookmark.bookmarked {
  background-color: #ff9c00;
}
.property-card .property-image-and-info .property-bookmark.bookmarked .bookmark-icon {
  display: none;
}
.property-card .property-image-and-info .property-bookmark.bookmarked .bookmarked-icon {
  display: block;
}
.property-card .view-property-button {
  top: 100%;
  position: absolute;
  border-radius: 0 0 10px 10px;
}
.property-card .view-property-button:hover {
  transform: none;
}
@media (max-width: 767px) {
  .property-card .view-property-button {
    display: none;
  }
}
.property-card.featured-property, .property-card.property-cta-block {
  background-color: #4382c2;
}
.property-card.featured-property::after, .property-card.property-cta-block::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  z-index: 1;
}
.property-card.featured-property .entry-title a,
.property-card.featured-property p, .property-card.featured-property h5, .property-card.featured-property .h5,
.property-card.featured-property .introduction,
.property-card.featured-property .introduction p,
.property-card.featured-property .key-contact a,
.property-card.featured-property .selling-points ul,
.property-card.featured-property .selling-points > ul > li,
.property-card.featured-property .selling-points > ul > li::marker,
.property-card.featured-property .price,
.property-card.featured-property .property-card-info .key-contact .key-contact-name,
.property-card.featured-property .property-card-info .key-contact .phone-number, .property-card.property-cta-block .entry-title a,
.property-card.property-cta-block p, .property-card.property-cta-block h5, .property-card.property-cta-block .h5,
.property-card.property-cta-block .introduction,
.property-card.property-cta-block .introduction p,
.property-card.property-cta-block .key-contact a,
.property-card.property-cta-block .selling-points ul,
.property-card.property-cta-block .selling-points > ul > li,
.property-card.property-cta-block .selling-points > ul > li::marker,
.property-card.property-cta-block .price,
.property-card.property-cta-block .property-card-info .key-contact .key-contact-name,
.property-card.property-cta-block .property-card-info .key-contact .phone-number {
  color: white;
}
.property-card.featured-property .selling-points ul li,
.property-card.featured-property .phone-number, .property-card.property-cta-block .selling-points ul li,
.property-card.property-cta-block .phone-number {
  opacity: 0.7;
}
.property-card.featured-property .property-card-info,
.property-card.featured-property .property-image-and-info, .property-card.property-cta-block .property-card-info,
.property-card.property-cta-block .property-image-and-info {
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  .property-card.featured-property .property-card-info, .property-card.property-cta-block .property-card-info {
    border-radius: 0 0 10px 10px;
  }
}
.property-card.featured-property .specs, .property-card.property-cta-block .specs {
  background-color: transparent;
}
@media (max-width: 768px) {
  .property-card.featured-property .specs, .property-card.property-cta-block .specs {
    background-color: #00B0AD;
  }
}
.property-card.featured-property .property-image-and-info .flickity-prev-next-button .flickity-button-icon, .property-card.property-cta-block .property-image-and-info .flickity-prev-next-button .flickity-button-icon {
  fill: #4382c2;
}
.property-card.featured-property .view-property-button, .property-card.property-cta-block .view-property-button {
  background-color: #4382c2;
}
.property-card.featured-property .property-bookmark, .property-card.property-cta-block .property-bookmark {
  background-color: #4382c2;
}
.property-card.featured-property .property-bookmark.bookmarked, .property-card.property-cta-block .property-bookmark.bookmarked {
  background-color: #4382c2;
}
.property-card.property-cta-block {
  border-radius: 10px;
  min-height: 300px;
}
.property-card.property-cta-block .property-card-info {
  max-width: 650px;
}
.property-card.property-cta-block .property-card-info .entry-title {
  color: #fff !important;
}
.property-card.property-cta-block .property-card-info a {
  color: white;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .property-card.property-cta-block {
    margin-bottom: 55px;
  }
}
@media (max-width: 576px) {
  .property-card.property-cta-block {
    border-radius: 0;
  }
}

#properties_overview_map_view .property-card {
  flex-direction: column;
  box-shadow: none;
  margin: 0;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 992px) {
  #properties_overview_map_view .property-card {
    border-radius: 0 10px 10px 0;
  }
}
#properties_overview_map_view .property-card .property-card-info {
  order: 2;
}
#properties_overview_map_view .property-card .property-image-and-info {
  order: 1;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
  #properties_overview_map_view .property-card .property-image-and-info .carousel-cell,
  #properties_overview_map_view .property-card .property-image-and-info .flickity-viewport {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  #properties_overview_map_view .property-card .property-image-and-info .property-bookmark {
    border-radius: 0;
  }
}
#properties_overview_map_view .property-card .specs {
  border-radius: 0;
}
@media (min-width: 992px) {
  #properties_overview_map_view .property-card .specs.no-image {
    border-radius: 0 10px 0 0;
  }
}
#properties_overview_map_view .property-card .property-image-and-info,
#properties_overview_map_view .property-card .image-gellary,
#properties_overview_map_view .property-card .image-gallery > img {
  border-radius: 0 10px 0 0;
}
#properties_overview_map_view .property-card .view-property-button {
  display: none;
}

.single-property-page .property-card-availability > p {
  padding: 0.5rem 4.5rem;
}

.properties-overview .property-card-availability > p {
  padding: 0.5rem 2.5rem;
}

.map-view-container .property-card-availability > p {
  padding: 0.5rem 4.5rem;
}

.related-property-card .property-image-and-info {
  overflow: hidden;
}
.related-property-card .property-card-availability > p {
  padding: 0.5rem 3rem;
}

.property-card-availability {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  border-bottom-right-radius: 10px;
  z-index: 3;
}
.property-card-availability.available {
  background-color: #662483;
}
.property-card-availability.let, .property-card-availability.sold, .property-card-availability.unavailable {
  background-color: #fd5d00;
}
.property-card-availability.under_offer {
  background-color: #2facab;
}
.property-card-availability.coming_soon {
  background-color: #ff9c00;
}
.property-card-availability p {
  color: #ffffff;
  margin: 0;
}

.property__opportunity {
  padding: 10px 11px;
  color: #fff;
  background-color: #4382c2;
  border-radius: 11px;
  margin-bottom: 15px;
  font-size: 12px;
  display: inline-block;
  line-height: 11px;
}

.single-property-page.unavailable .property-gallery-and-intro .property-image-and-info .image-gallery, .single-property-page.unavailable .property-gallery-and-intro .property-image-and-info .property-bookmark, .single-property-page.unavailable .property-gallery-and-intro .property-image-and-info .specs {
  opacity: 0.5;
}
.single-property-page.unavailable .property-gallery-and-intro .property-image-and-info i.fa-spinner {
  display: none;
}
.content-slider.properties .main-carousel:not(.flickity-enabled) {
  display: flex;
}
.content-slider.properties .main-carousel .flickity-viewport {
  overflow: visible;
}
.content-slider.properties .main-carousel .property-card {
  width: calc(33.33% - 15px);
  padding-right: 30px;
  box-sizing: content-box;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .content-slider.properties .main-carousel .property-card {
    width: calc(48% - 30px);
  }
}
@media (max-width: 767px) {
  .content-slider.properties .main-carousel .property-card {
    width: calc(95% - 30px);
  }
}
@media (max-width: 575px) {
  .content-slider.properties .main-carousel .property-card {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.content-slider.properties .main-carousel .property-card .related-property-card {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  min-height: 370px;
  border: none;
}
.content-slider.properties .main-carousel .property-card .property-image-and-info {
  max-height: 200px;
  display: block;
}
.content-slider.properties .main-carousel .property-card .image-gallery {
  border-radius: 0 10px 0 0;
  object-fit: cover;
  max-height: 200px;
}
.content-slider.properties .main-carousel .property-card .image-gallery img {
  border-radius: 10px 10px 0 0;
  max-height: 200px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .content-slider.properties .main-carousel .property-card .image-gallery {
    border-radius: 10px 10px 0 0;
  }
}
.content-slider.properties .main-carousel .property-card .property-card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-slider.properties .main-carousel .property-card .entry-title a {
  color: #f93d00;
  font-size: 1.3rem;
  text-decoration: none;
  margin-bottom: 0;
}
.content-slider.properties .main-carousel .property-card .price {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.content-slider.properties .main-carousel .property-card .address {
  display: inline-block;
}
.content-slider.properties .main-carousel .property-card .key-contact-name,
.content-slider.properties .main-carousel .property-card .get-in-touch {
  font-size: 1rem;
  margin-bottom: 0;
}
.content-slider.properties .main-carousel .property-card .address-and-price-container {
  margin: 20px 0;
}
.content-slider.properties .main-carousel .property-card .flickity-viewport {
  height: 100% !important;
}

@media (max-width: 1200px) {
  .content-slider.properties .main-carousel::after {
    content: "flickity";
    visibility: hidden;
  }
}

.property-window {
  display: flex;
  height: fit-content;
  grid-column-gap: 25px;
  padding: 10px;
  max-width: 530px;
}
.property-window h3, .property-window .h3 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
.property-window p {
  margin-bottom: 0px !important;
}
.property-window .property-text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 5px;
}
.property-window .property-text-content div .price {
  margin-bottom: 5px;
}
.property-window .window-image {
  max-width: 100px;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.property-window .window-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.property-window .entry-title {
  color: #f93d00;
  margin-top: 3px;
  margin-bottom: 2px;
}
.property-window .specs {
  background: #f93d00;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
}
.property-window .specs .spec {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.property-window .specs .spec span {
  color: white;
  font-weight: 500;
}
.property-window .specs .spec .spec-content {
  color: white;
  margin-bottom: 0px !important;
  font-weight: 500;
}

.gm-style-iw .gm-ui-hover-effect {
  right: 10px !important;
  top: 10px !important;
}

.post-card:hover {
  text-decoration: none;
}
.post-card .card {
  text-decoration: none;
  height: 100%;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border: none;
}
.post-card .slider-card-image {
  background-size: cover;
  background-color: #ddd;
  background-position: center;
  width: auto;
  height: 100%;
  border-radius: 10px 10px 0 0;
  margin: 0 0 0;
}
.post-card .card-content {
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  color: black;
}
.post-card .card-content .date {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: bold;
  margin-left: 10px;
}
.post-card .card-content .card-title {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.05rem;
  max-width: 75%;
  margin-bottom: 0;
}
.post-card .card:not(.with-photo) .card-content {
  border-radius: 10px;
  justify-content: flex-start;
}
.post-card .card:not(.with-photo) .read-article {
  display: block;
  color: white;
  position: absolute;
  bottom: 30px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
}
.post-card .card .card-blurb,
.post-card .card .read-article {
  display: none;
}
.post-card .tag {
  border-radius: 10px;
  color: white;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.65rem;
  font-weight: 600;
}
.post-card .card-blurb {
  margin: 20px 0;
  color: #808285;
  font-size: 0.8rem;
  line-height: 1.5;
}
.post-card .date {
  color: #7a7c7f;
}
.post-card .card-title {
  margin-top: 20px;
}
.post-card .read-article {
  position: absolute;
  bottom: 30px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
}
.post-card .read-article .read-arrow {
  position: relative;
  left: 10px;
}
.post-card .card .card-content .tag {
  background-color: #30a8ab;
}
.post-card .card.news .card-content .tag {
  background-color: #f93d00;
}
.post-card .card.news .card-content .read-article {
  color: #f93d00;
}
.post-card .card.uncategorized .card-content .tag {
  background-color: #662483;
}
.post-card .card.uncategorized .card-content .read-article {
  color: #662483;
}
.post-card .card.market-insight .card-content .tag {
  background-color: #ff9c00;
}
.post-card .card.market-insight .card-content .read-article {
  color: #ff9c00;
}
.post-card .card.with-photo .card-blurb,
.post-card .card.with-photo .read-article {
  display: none;
}
.post-card .card.with-photo .card-title {
  margin-top: 0;
}
.post-card .card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #f93d00;
  color: white;
  border-radius: 8px;
  font-size: 0.9rem;
  overflow: hidden;
}
.post-card .card-badge .badge-label {
  display: inline-block;
  padding: 5px 12px;
}
.post-card .card-badge .badge-icon {
  background: #fff;
  display: inline-block;
  padding: 5px 12px;
  color: #f93d00;
}

.image-card {
  max-height: none;
  min-height: unset;
}
.image-card:hover {
  text-decoration: none;
}
.image-card .card {
  text-decoration: none;
  height: 100%;
  max-height: 100%;
  border-radius: 0px;
  background-color: white;
  box-shadow: none;
  border: none;
  max-width: 23rem;
  overflow: hidden;
}
.image-card .card picture {
  height: 100%;
  max-height: 100%;
}
.image-card .card img {
  object-fit: contain;
}
.image-card .slider-card-image {
  background-size: cover;
  background-color: #ddd;
  background-position: center;
  width: auto;
  height: 100%;
  border-radius: 10px 10px 0 0;
  margin: 0 0 0;
}
.image-card .card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #f93d00;
  color: white;
  border-radius: 8px;
  font-size: 0.9rem;
  overflow: hidden;
}
.image-card .card-badge .badge-label {
  display: inline-block;
  padding: 5px 12px;
}
.image-card .card-badge .badge-icon {
  background: #fff;
  display: inline-block;
  padding: 5px 12px;
  color: #f93d00;
}

.wrap > .content {
  overflow: hidden;
}

.flickity-remove-height {
  height: 100% !important;
}
.flickity-remove-height .image-and-icons {
  min-height: 200px;
}
.flickity-remove-height .people-card {
  height: auto !important;
}

.flickity-slider::after {
  content: " ";
  display: block;
  clear: both;
}

html.js main.main .people-overview .introduction,
html.js main.main .people-overview .right-logo-photo,
html.js main.main .people-overview .people-boxes,
html.js main.main .people-overview .finder-form {
  opacity: 0;
  transition: 0.2s opacity;
}
html.js main.main .people-overview .introduction {
  transition-delay: 0.2s;
}
html.js main.main .people-overview .right-logo-photo {
  transition-delay: 0.4s;
}
html.js main.main .people-overview .people-boxes {
  transition-delay: 0.6s;
}
html.js main.main .people-overview .finder-form {
  transition-delay: 0.8s;
}
html.js main.main.scrolled-into-view .people-overview .introduction,
html.js main.main.scrolled-into-view .people-overview .right-logo-photo,
html.js main.main.scrolled-into-view .people-overview .people-boxes,
html.js main.main.scrolled-into-view .people-overview .finder-form {
  opacity: 1;
}
html.js main.main .people-archive .introduction,
html.js main.main .people-archive .filter-form-container,
html.js main.main .people-archive .grid-container {
  opacity: 0;
  transition: 0.2s opacity;
}
html.js main.main .people-archive .introduction {
  transition-delay: 0.2s;
}
html.js main.main .people-archive .filter-form-container {
  transition-delay: 0.4s;
}
html.js main.main .people-archive .grid-container {
  transition-delay: 0.6s;
}
html.js main.main.scrolled-into-view .people-archive .introduction,
html.js main.main.scrolled-into-view .people-archive .filter-form-container,
html.js main.main.scrolled-into-view .people-archive .grid-container {
  opacity: 1;
}
html.js main.main .services-overview .introduction,
html.js main.main .services-overview .filter-form-container,
html.js main.main .services-overview .grid {
  opacity: 0;
  transition: 0.2s opacity;
}
html.js main.main .services-overview .introduction {
  transition-delay: 0.2s;
}
html.js main.main .services-overview .filter-form-container {
  transition-delay: 0.4s;
}
html.js main.main .services-overview .grid {
  transition-delay: 0.6s;
}
html.js main.main.scrolled-into-view .services-overview .introduction,
html.js main.main.scrolled-into-view .services-overview .filter-form-container,
html.js main.main.scrolled-into-view .services-overview .grid {
  opacity: 1;
}
html.js main.main .properties-overview .properties_overview_header,
html.js main.main .properties-overview .filter-form-container,
html.js main.main .properties-overview #view_buttons,
html.js main.main .properties-overview .map-view-container,
html.js main.main .properties-overview .property-card {
  opacity: 0;
  transition: 0.2s opacity;
}
html.js main.main .properties-overview .properties_overview_header {
  transition-delay: 0.2s;
}
html.js main.main .properties-overview .filter-form-container {
  transition-delay: 0.4s;
}
html.js main.main .properties-overview #view_buttons {
  transition-delay: 0.6s;
}
html.js main.main .properties-overview .map-view-container {
  transition-delay: 0.8s;
}
html.js main.main .properties-overview .property-card {
  transition-delay: 1s;
}
html.js main.main.scrolled-into-view .properties-overview .properties_overview_header,
html.js main.main.scrolled-into-view .properties-overview .filter-form-container,
html.js main.main.scrolled-into-view .properties-overview #view_buttons,
html.js main.main.scrolled-into-view .properties-overview .map-view-container,
html.js main.main.scrolled-into-view .properties-overview .property-card {
  opacity: 1;
}
html.js main.main .case-studies-overview .introduction,
html.js main.main .case-studies-overview .filter-form-container,
html.js main.main .case-studies-overview .grid-container {
  opacity: 0;
  transition: 0.2s opacity;
}
html.js main.main .case-studies-overview .introduction {
  transition-delay: 0.2s;
}
html.js main.main .case-studies-overview .filter-form-container {
  transition-delay: 0.4s;
}
html.js main.main .case-studies-overview .grid-container {
  transition-delay: 0.6s;
}
html.js main.main.scrolled-into-view .case-studies-overview .introduction,
html.js main.main.scrolled-into-view .case-studies-overview .filter-form-container,
html.js main.main.scrolled-into-view .case-studies-overview .grid-container {
  opacity: 1;
}
html.js main.main .posts-overview .introduction,
html.js main.main .posts-overview .pinned-posts-grid .post-card,
html.js main.main .posts-overview .filter-form-container,
html.js main.main .posts-overview .categories-sliders-section,
html.js main.main .posts-overview .trending-stories-section,
html.js main.main .posts-overview .call-to-action {
  opacity: 0;
  transition: 0.2s opacity;
}
html.js main.main .posts-overview .pinned-posts-grid .post-card:nth-child(1) {
  transition-delay: 0.4s;
}
html.js main.main .posts-overview .pinned-posts-grid .post-card:nth-child(2) {
  transition-delay: 0.6s;
}
html.js main.main .posts-overview .pinned-posts-grid .post-card:nth-child(3) {
  transition-delay: 0.8s;
}
html.js main.main .posts-overview .filter-form-container {
  transition-delay: 0.4s;
}
html.js main.main .posts-overview .categories-sliders-section {
  transition-delay: 0.6s;
  overflow: hidden;
}
html.js main.main .posts-overview .trending-stories-section {
  transition-delay: 0.8s;
  overflow: hidden;
}
html.js main.main .posts-overview .call-to-action {
  transition-delay: 1s;
}
html.js main.main.scrolled-into-view .posts-overview .introduction,
html.js main.main.scrolled-into-view .posts-overview .pinned-posts-grid .post-card,
html.js main.main.scrolled-into-view .posts-overview .filter-form-container,
html.js main.main.scrolled-into-view .posts-overview .categories-sliders-section,
html.js main.main.scrolled-into-view .posts-overview .trending-stories-section,
html.js main.main.scrolled-into-view .posts-overview .call-to-action {
  opacity: 1;
}
html.js main.main .posts-archive .background .page-title,
html.js main.main .posts-archive .background .filter-form-container,
html.js main.main .posts-archive .posts-archive-grid {
  opacity: 0;
  transition: 0.2s opacity;
}
html.js main.main .posts-archive .background .page-title {
  transition-delay: 0.2s;
}
html.js main.main .posts-archive .background .filter-form-container {
  transition-delay: 0.4s;
}
html.js main.main .posts-archive .posts-archive-grid {
  transition-delay: 0.6s;
}
html.js main.main.scrolled-into-view .posts-archive .background .page-title,
html.js main.main.scrolled-into-view .posts-archive .background .filter-form-container,
html.js main.main.scrolled-into-view .posts-archive .posts-archive-grid {
  opacity: 1;
}
html.js main.main > .finder-form .introduction,
html.js main.main > .finder-form .form-container {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .finder-form .form-container {
  transition-delay: 0.8s;
}
html.js main.main > .finder-form.scrolled-into-view .introduction,
html.js main.main > .finder-form.scrolled-into-view .form-container {
  opacity: 1;
}
html.js main.main > .banner-block .carousel-cell .container,
html.js main.main > .banner-block .arrow-and-buttons,
html.js main.main > .banner-block .flickity-page-dots {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .banner-block .arrow-and-buttons {
  transition-delay: 0.8s;
}
html.js main.main > .banner-block .flickity-page-dots {
  transition-delay: 1.6s;
}
html.js main.main > .banner-block.scrolled-into-view .carousel-cell .container,
html.js main.main > .banner-block.scrolled-into-view .arrow-and-buttons,
html.js main.main > .banner-block.scrolled-into-view .flickity-page-dots {
  opacity: 1;
}
html.js main.main > .bio-block .photo-card-container {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .bio-block.scrolled-into-view .photo-card-container {
  opacity: 1;
}
html.js main.main > .info-banner .heading,
html.js main.main > .info-banner .labels,
html.js main.main > .info-banner .fast-facts .fact,
html.js main.main > .info-banner .people-card {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .info-banner .labels {
  transition-delay: 0.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(1) {
  transition-delay: 1s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(2) {
  transition-delay: 1.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(3) {
  transition-delay: 1.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(4) {
  transition-delay: 1.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(5) {
  transition-delay: 1.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(6) {
  transition-delay: 2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(7) {
  transition-delay: 2.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(8) {
  transition-delay: 2.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(9) {
  transition-delay: 2.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(10) {
  transition-delay: 2.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(11) {
  transition-delay: 3s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(12) {
  transition-delay: 3.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(13) {
  transition-delay: 3.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(14) {
  transition-delay: 3.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(15) {
  transition-delay: 3.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(16) {
  transition-delay: 4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(17) {
  transition-delay: 4.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(18) {
  transition-delay: 4.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(19) {
  transition-delay: 4.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(20) {
  transition-delay: 4.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(21) {
  transition-delay: 5s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(22) {
  transition-delay: 5.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(23) {
  transition-delay: 5.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(24) {
  transition-delay: 5.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(25) {
  transition-delay: 5.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(26) {
  transition-delay: 6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(27) {
  transition-delay: 6.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(28) {
  transition-delay: 6.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(29) {
  transition-delay: 6.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(30) {
  transition-delay: 6.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(31) {
  transition-delay: 7s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(32) {
  transition-delay: 7.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(33) {
  transition-delay: 7.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(34) {
  transition-delay: 7.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(35) {
  transition-delay: 7.8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(36) {
  transition-delay: 8s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(37) {
  transition-delay: 8.2s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(38) {
  transition-delay: 8.4s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(39) {
  transition-delay: 8.6s;
}
html.js main.main > .info-banner .fast-facts .fact:nth-child(40) {
  transition-delay: 8.8s;
}
html.js main.main > .info-banner .people-card:nth-child(1) {
  transition-delay: 1.8s;
}
html.js main.main > .info-banner .people-card:nth-child(2) {
  transition-delay: 2s;
}
html.js main.main > .info-banner .people-card:nth-child(3) {
  transition-delay: 2.2s;
}
html.js main.main > .info-banner .people-card:nth-child(4) {
  transition-delay: 2.4s;
}
html.js main.main > .info-banner .people-card:nth-child(5) {
  transition-delay: 2.6s;
}
html.js main.main > .info-banner .people-card:nth-child(6) {
  transition-delay: 2.8s;
}
html.js main.main > .info-banner .people-card:nth-child(7) {
  transition-delay: 3s;
}
html.js main.main > .info-banner .people-card:nth-child(8) {
  transition-delay: 3.2s;
}
html.js main.main > .info-banner .people-card:nth-child(9) {
  transition-delay: 3.4s;
}
html.js main.main > .info-banner .people-card:nth-child(10) {
  transition-delay: 3.6s;
}
html.js main.main > .info-banner .people-card:nth-child(11) {
  transition-delay: 3.8s;
}
html.js main.main > .info-banner .people-card:nth-child(12) {
  transition-delay: 4s;
}
html.js main.main > .info-banner .people-card:nth-child(13) {
  transition-delay: 4.2s;
}
html.js main.main > .info-banner .people-card:nth-child(14) {
  transition-delay: 4.4s;
}
html.js main.main > .info-banner .people-card:nth-child(15) {
  transition-delay: 4.6s;
}
html.js main.main > .info-banner .people-card:nth-child(16) {
  transition-delay: 4.8s;
}
html.js main.main > .info-banner .people-card:nth-child(17) {
  transition-delay: 5s;
}
html.js main.main > .info-banner .people-card:nth-child(18) {
  transition-delay: 5.2s;
}
html.js main.main > .info-banner .people-card:nth-child(19) {
  transition-delay: 5.4s;
}
html.js main.main > .info-banner .people-card:nth-child(20) {
  transition-delay: 5.6s;
}
html.js main.main > .info-banner .people-card:nth-child(21) {
  transition-delay: 5.8s;
}
html.js main.main > .info-banner .people-card:nth-child(22) {
  transition-delay: 6s;
}
html.js main.main > .info-banner .people-card:nth-child(23) {
  transition-delay: 6.2s;
}
html.js main.main > .info-banner .people-card:nth-child(24) {
  transition-delay: 6.4s;
}
html.js main.main > .info-banner .people-card:nth-child(25) {
  transition-delay: 6.6s;
}
html.js main.main > .info-banner .people-card:nth-child(26) {
  transition-delay: 6.8s;
}
html.js main.main > .info-banner .people-card:nth-child(27) {
  transition-delay: 7s;
}
html.js main.main > .info-banner .people-card:nth-child(28) {
  transition-delay: 7.2s;
}
html.js main.main > .info-banner .people-card:nth-child(29) {
  transition-delay: 7.4s;
}
html.js main.main > .info-banner .people-card:nth-child(30) {
  transition-delay: 7.6s;
}
html.js main.main > .info-banner .people-card:nth-child(31) {
  transition-delay: 7.8s;
}
html.js main.main > .info-banner .people-card:nth-child(32) {
  transition-delay: 8s;
}
html.js main.main > .info-banner .people-card:nth-child(33) {
  transition-delay: 8.2s;
}
html.js main.main > .info-banner .people-card:nth-child(34) {
  transition-delay: 8.4s;
}
html.js main.main > .info-banner .people-card:nth-child(35) {
  transition-delay: 8.6s;
}
html.js main.main > .info-banner .people-card:nth-child(36) {
  transition-delay: 8.8s;
}
html.js main.main > .info-banner .people-card:nth-child(37) {
  transition-delay: 9s;
}
html.js main.main > .info-banner .people-card:nth-child(38) {
  transition-delay: 9.2s;
}
html.js main.main > .info-banner .people-card:nth-child(39) {
  transition-delay: 9.4s;
}
html.js main.main > .info-banner .people-card:nth-child(40) {
  transition-delay: 9.6s;
}
html.js main.main > .info-banner.scrolled-into-view .heading,
html.js main.main > .info-banner.scrolled-into-view .labels,
html.js main.main > .info-banner.scrolled-into-view .fast-facts .fact,
html.js main.main > .info-banner.scrolled-into-view .people-card {
  opacity: 1;
}
html.js main.main > .call-to-action .content,
html.js main.main > .call-to-action .people-card {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .call-to-action .people-card:nth-child(1) {
  transition-delay: 1s;
}
html.js main.main > .call-to-action .people-card:nth-child(2) {
  transition-delay: 1.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(3) {
  transition-delay: 1.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(4) {
  transition-delay: 1.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(5) {
  transition-delay: 1.8s;
}
html.js main.main > .call-to-action .people-card:nth-child(6) {
  transition-delay: 2s;
}
html.js main.main > .call-to-action .people-card:nth-child(7) {
  transition-delay: 2.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(8) {
  transition-delay: 2.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(9) {
  transition-delay: 2.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(10) {
  transition-delay: 2.8s;
}
html.js main.main > .call-to-action .people-card:nth-child(11) {
  transition-delay: 3s;
}
html.js main.main > .call-to-action .people-card:nth-child(12) {
  transition-delay: 3.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(13) {
  transition-delay: 3.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(14) {
  transition-delay: 3.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(15) {
  transition-delay: 3.8s;
}
html.js main.main > .call-to-action .people-card:nth-child(16) {
  transition-delay: 4s;
}
html.js main.main > .call-to-action .people-card:nth-child(17) {
  transition-delay: 4.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(18) {
  transition-delay: 4.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(19) {
  transition-delay: 4.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(20) {
  transition-delay: 4.8s;
}
html.js main.main > .call-to-action .people-card:nth-child(21) {
  transition-delay: 5s;
}
html.js main.main > .call-to-action .people-card:nth-child(22) {
  transition-delay: 5.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(23) {
  transition-delay: 5.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(24) {
  transition-delay: 5.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(25) {
  transition-delay: 5.8s;
}
html.js main.main > .call-to-action .people-card:nth-child(26) {
  transition-delay: 6s;
}
html.js main.main > .call-to-action .people-card:nth-child(27) {
  transition-delay: 6.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(28) {
  transition-delay: 6.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(29) {
  transition-delay: 6.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(30) {
  transition-delay: 6.8s;
}
html.js main.main > .call-to-action .people-card:nth-child(31) {
  transition-delay: 7s;
}
html.js main.main > .call-to-action .people-card:nth-child(32) {
  transition-delay: 7.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(33) {
  transition-delay: 7.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(34) {
  transition-delay: 7.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(35) {
  transition-delay: 7.8s;
}
html.js main.main > .call-to-action .people-card:nth-child(36) {
  transition-delay: 8s;
}
html.js main.main > .call-to-action .people-card:nth-child(37) {
  transition-delay: 8.2s;
}
html.js main.main > .call-to-action .people-card:nth-child(38) {
  transition-delay: 8.4s;
}
html.js main.main > .call-to-action .people-card:nth-child(39) {
  transition-delay: 8.6s;
}
html.js main.main > .call-to-action .people-card:nth-child(40) {
  transition-delay: 8.8s;
}
html.js main.main > .call-to-action.scrolled-into-view .content,
html.js main.main > .call-to-action.scrolled-into-view .people-card {
  opacity: 1;
}
html.js main.main > .container > .text-block .content,
html.js main.main > .container > .text-block .right-logo-photo,
html.js main.main > .container > .text-block .left-logo-photo {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .container > .text-block .right-logo-photo,
html.js main.main > .container > .text-block .left-logo-photo {
  transition-delay: 0.56s;
}
html.js main.main > .container.scrolled-into-view > .text-block .content,
html.js main.main > .container.scrolled-into-view > .text-block .right-logo-photo,
html.js main.main > .container.scrolled-into-view > .text-block .left-logo-photo {
  opacity: 1;
}
html.js main.main > .block-list .block-list-content {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .block-list .block-list-content:nth-child(1) {
  transition-delay: 0.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(2) {
  transition-delay: 0.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(3) {
  transition-delay: 0.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(4) {
  transition-delay: 0.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(5) {
  transition-delay: 1s;
}
html.js main.main > .block-list .block-list-content:nth-child(6) {
  transition-delay: 1.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(7) {
  transition-delay: 1.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(8) {
  transition-delay: 1.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(9) {
  transition-delay: 1.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(10) {
  transition-delay: 2s;
}
html.js main.main > .block-list .block-list-content:nth-child(11) {
  transition-delay: 2.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(12) {
  transition-delay: 2.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(13) {
  transition-delay: 2.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(14) {
  transition-delay: 2.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(15) {
  transition-delay: 3s;
}
html.js main.main > .block-list .block-list-content:nth-child(16) {
  transition-delay: 3.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(17) {
  transition-delay: 3.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(18) {
  transition-delay: 3.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(19) {
  transition-delay: 3.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(20) {
  transition-delay: 4s;
}
html.js main.main > .block-list .block-list-content:nth-child(21) {
  transition-delay: 4.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(22) {
  transition-delay: 4.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(23) {
  transition-delay: 4.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(24) {
  transition-delay: 4.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(25) {
  transition-delay: 5s;
}
html.js main.main > .block-list .block-list-content:nth-child(26) {
  transition-delay: 5.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(27) {
  transition-delay: 5.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(28) {
  transition-delay: 5.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(29) {
  transition-delay: 5.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(30) {
  transition-delay: 6s;
}
html.js main.main > .block-list .block-list-content:nth-child(31) {
  transition-delay: 6.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(32) {
  transition-delay: 6.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(33) {
  transition-delay: 6.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(34) {
  transition-delay: 6.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(35) {
  transition-delay: 7s;
}
html.js main.main > .block-list .block-list-content:nth-child(36) {
  transition-delay: 7.2s;
}
html.js main.main > .block-list .block-list-content:nth-child(37) {
  transition-delay: 7.4s;
}
html.js main.main > .block-list .block-list-content:nth-child(38) {
  transition-delay: 7.6s;
}
html.js main.main > .block-list .block-list-content:nth-child(39) {
  transition-delay: 7.8s;
}
html.js main.main > .block-list .block-list-content:nth-child(40) {
  transition-delay: 8s;
}
html.js main.main > .block-list.scrolled-into-view .block-list-content {
  opacity: 1;
}
html.js main.main > .content-slider .heading,
html.js main.main > .content-slider .card-container,
html.js main.main > .content-slider .flickity-button,
html.js main.main > .content-slider .flickity-page-dots,
html.js main.main > .content-slider .slider-button {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .content-slider .card-container:nth-child(1) {
  transition-delay: 0.2s;
}
html.js main.main > .content-slider .card-container:nth-child(2) {
  transition-delay: 0.4s;
}
html.js main.main > .content-slider .card-container:nth-child(3) {
  transition-delay: 0.6s;
}
html.js main.main > .content-slider .card-container:nth-child(4) {
  transition-delay: 0.8s;
}
html.js main.main > .content-slider .card-container:nth-child(5) {
  transition-delay: 1s;
}
html.js main.main > .content-slider .card-container:nth-child(6) {
  transition-delay: 1.2s;
}
html.js main.main > .content-slider .card-container:nth-child(7) {
  transition-delay: 1.4s;
}
html.js main.main > .content-slider .card-container:nth-child(8) {
  transition-delay: 1.6s;
}
html.js main.main > .content-slider .card-container:nth-child(9) {
  transition-delay: 1.8s;
}
html.js main.main > .content-slider .card-container:nth-child(10) {
  transition-delay: 2s;
}
html.js main.main > .content-slider .card-container:nth-child(11) {
  transition-delay: 2.2s;
}
html.js main.main > .content-slider .card-container:nth-child(12) {
  transition-delay: 2.4s;
}
html.js main.main > .content-slider .card-container:nth-child(13) {
  transition-delay: 2.6s;
}
html.js main.main > .content-slider .card-container:nth-child(14) {
  transition-delay: 2.8s;
}
html.js main.main > .content-slider .card-container:nth-child(15) {
  transition-delay: 3s;
}
html.js main.main > .content-slider .card-container:nth-child(16) {
  transition-delay: 3.2s;
}
html.js main.main > .content-slider .card-container:nth-child(17) {
  transition-delay: 3.4s;
}
html.js main.main > .content-slider .card-container:nth-child(18) {
  transition-delay: 3.6s;
}
html.js main.main > .content-slider .card-container:nth-child(19) {
  transition-delay: 3.8s;
}
html.js main.main > .content-slider .card-container:nth-child(20) {
  transition-delay: 4s;
}
html.js main.main > .content-slider .card-container:nth-child(21) {
  transition-delay: 4.2s;
}
html.js main.main > .content-slider .card-container:nth-child(22) {
  transition-delay: 4.4s;
}
html.js main.main > .content-slider .card-container:nth-child(23) {
  transition-delay: 4.6s;
}
html.js main.main > .content-slider .card-container:nth-child(24) {
  transition-delay: 4.8s;
}
html.js main.main > .content-slider .card-container:nth-child(25) {
  transition-delay: 5s;
}
html.js main.main > .content-slider .card-container:nth-child(26) {
  transition-delay: 5.2s;
}
html.js main.main > .content-slider .card-container:nth-child(27) {
  transition-delay: 5.4s;
}
html.js main.main > .content-slider .card-container:nth-child(28) {
  transition-delay: 5.6s;
}
html.js main.main > .content-slider .card-container:nth-child(29) {
  transition-delay: 5.8s;
}
html.js main.main > .content-slider .card-container:nth-child(30) {
  transition-delay: 6s;
}
html.js main.main > .content-slider .card-container:nth-child(31) {
  transition-delay: 6.2s;
}
html.js main.main > .content-slider .card-container:nth-child(32) {
  transition-delay: 6.4s;
}
html.js main.main > .content-slider .card-container:nth-child(33) {
  transition-delay: 6.6s;
}
html.js main.main > .content-slider .card-container:nth-child(34) {
  transition-delay: 6.8s;
}
html.js main.main > .content-slider .card-container:nth-child(35) {
  transition-delay: 7s;
}
html.js main.main > .content-slider .card-container:nth-child(36) {
  transition-delay: 7.2s;
}
html.js main.main > .content-slider .card-container:nth-child(37) {
  transition-delay: 7.4s;
}
html.js main.main > .content-slider .card-container:nth-child(38) {
  transition-delay: 7.6s;
}
html.js main.main > .content-slider .card-container:nth-child(39) {
  transition-delay: 7.8s;
}
html.js main.main > .content-slider .card-container:nth-child(40) {
  transition-delay: 8s;
}
html.js main.main > .content-slider .flickity-button,
html.js main.main > .content-slider .flickity-page-dots,
html.js main.main > .content-slider .slider-button {
  transition-delay: 0.8s;
}
html.js main.main > .content-slider.scrolled-into-view .heading,
html.js main.main > .content-slider.scrolled-into-view .card-container,
html.js main.main > .content-slider.scrolled-into-view .flickity-button,
html.js main.main > .content-slider.scrolled-into-view .flickity-page-dots,
html.js main.main > .content-slider.scrolled-into-view .slider-button {
  opacity: 1;
}
html.js main.main > .image-strip .image-grid-content img {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .image-strip .image-grid-content:nth-child(1) img {
  transition-delay: 0.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(2) img {
  transition-delay: 0.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(3) img {
  transition-delay: 0.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(4) img {
  transition-delay: 0.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(5) img {
  transition-delay: 1s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(6) img {
  transition-delay: 1.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(7) img {
  transition-delay: 1.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(8) img {
  transition-delay: 1.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(9) img {
  transition-delay: 1.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(10) img {
  transition-delay: 2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(11) img {
  transition-delay: 2.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(12) img {
  transition-delay: 2.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(13) img {
  transition-delay: 2.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(14) img {
  transition-delay: 2.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(15) img {
  transition-delay: 3s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(16) img {
  transition-delay: 3.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(17) img {
  transition-delay: 3.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(18) img {
  transition-delay: 3.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(19) img {
  transition-delay: 3.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(20) img {
  transition-delay: 4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(21) img {
  transition-delay: 4.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(22) img {
  transition-delay: 4.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(23) img {
  transition-delay: 4.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(24) img {
  transition-delay: 4.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(25) img {
  transition-delay: 5s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(26) img {
  transition-delay: 5.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(27) img {
  transition-delay: 5.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(28) img {
  transition-delay: 5.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(29) img {
  transition-delay: 5.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(30) img {
  transition-delay: 6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(31) img {
  transition-delay: 6.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(32) img {
  transition-delay: 6.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(33) img {
  transition-delay: 6.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(34) img {
  transition-delay: 6.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(35) img {
  transition-delay: 7s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(36) img {
  transition-delay: 7.2s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(37) img {
  transition-delay: 7.4s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(38) img {
  transition-delay: 7.6s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(39) img {
  transition-delay: 7.8s;
}
html.js main.main > .image-strip .image-grid-content:nth-child(40) img {
  transition-delay: 8s;
}
html.js main.main > .image-strip.scrolled-into-view .image-grid-content img {
  opacity: 1;
}
html.js main.main > .offices-content-block .office-card {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .offices-content-block .office-card:nth-child(1) {
  transition-delay: 0.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(2) {
  transition-delay: 0.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(3) {
  transition-delay: 0.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(4) {
  transition-delay: 0.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(5) {
  transition-delay: 1s;
}
html.js main.main > .offices-content-block .office-card:nth-child(6) {
  transition-delay: 1.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(7) {
  transition-delay: 1.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(8) {
  transition-delay: 1.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(9) {
  transition-delay: 1.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(10) {
  transition-delay: 2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(11) {
  transition-delay: 2.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(12) {
  transition-delay: 2.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(13) {
  transition-delay: 2.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(14) {
  transition-delay: 2.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(15) {
  transition-delay: 3s;
}
html.js main.main > .offices-content-block .office-card:nth-child(16) {
  transition-delay: 3.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(17) {
  transition-delay: 3.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(18) {
  transition-delay: 3.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(19) {
  transition-delay: 3.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(20) {
  transition-delay: 4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(21) {
  transition-delay: 4.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(22) {
  transition-delay: 4.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(23) {
  transition-delay: 4.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(24) {
  transition-delay: 4.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(25) {
  transition-delay: 5s;
}
html.js main.main > .offices-content-block .office-card:nth-child(26) {
  transition-delay: 5.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(27) {
  transition-delay: 5.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(28) {
  transition-delay: 5.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(29) {
  transition-delay: 5.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(30) {
  transition-delay: 6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(31) {
  transition-delay: 6.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(32) {
  transition-delay: 6.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(33) {
  transition-delay: 6.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(34) {
  transition-delay: 6.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(35) {
  transition-delay: 7s;
}
html.js main.main > .offices-content-block .office-card:nth-child(36) {
  transition-delay: 7.2s;
}
html.js main.main > .offices-content-block .office-card:nth-child(37) {
  transition-delay: 7.4s;
}
html.js main.main > .offices-content-block .office-card:nth-child(38) {
  transition-delay: 7.6s;
}
html.js main.main > .offices-content-block .office-card:nth-child(39) {
  transition-delay: 7.8s;
}
html.js main.main > .offices-content-block .office-card:nth-child(40) {
  transition-delay: 8s;
}
html.js main.main > .offices-content-block.scrolled-into-view .office-card {
  opacity: 1;
}
html.js main.main > .regions-content-block .region-thumbnail {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(1) {
  transition-delay: 0.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(2) {
  transition-delay: 0.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(3) {
  transition-delay: 0.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(4) {
  transition-delay: 0.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(5) {
  transition-delay: 1s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(6) {
  transition-delay: 1.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(7) {
  transition-delay: 1.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(8) {
  transition-delay: 1.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(9) {
  transition-delay: 1.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(10) {
  transition-delay: 2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(11) {
  transition-delay: 2.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(12) {
  transition-delay: 2.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(13) {
  transition-delay: 2.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(14) {
  transition-delay: 2.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(15) {
  transition-delay: 3s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(16) {
  transition-delay: 3.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(17) {
  transition-delay: 3.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(18) {
  transition-delay: 3.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(19) {
  transition-delay: 3.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(20) {
  transition-delay: 4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(21) {
  transition-delay: 4.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(22) {
  transition-delay: 4.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(23) {
  transition-delay: 4.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(24) {
  transition-delay: 4.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(25) {
  transition-delay: 5s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(26) {
  transition-delay: 5.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(27) {
  transition-delay: 5.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(28) {
  transition-delay: 5.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(29) {
  transition-delay: 5.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(30) {
  transition-delay: 6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(31) {
  transition-delay: 6.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(32) {
  transition-delay: 6.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(33) {
  transition-delay: 6.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(34) {
  transition-delay: 6.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(35) {
  transition-delay: 7s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(36) {
  transition-delay: 7.2s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(37) {
  transition-delay: 7.4s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(38) {
  transition-delay: 7.6s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(39) {
  transition-delay: 7.8s;
}
html.js main.main > .regions-content-block .region-thumbnail:nth-child(40) {
  transition-delay: 8s;
}
html.js main.main > .regions-content-block.scrolled-into-view .region-thumbnail {
  opacity: 1;
}
html.js main.main > .stats-block-container .stat-circle-container {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(1) {
  transition-delay: 0.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(2) {
  transition-delay: 0.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(3) {
  transition-delay: 0.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(4) {
  transition-delay: 0.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(5) {
  transition-delay: 1s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(6) {
  transition-delay: 1.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(7) {
  transition-delay: 1.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(8) {
  transition-delay: 1.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(9) {
  transition-delay: 1.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(10) {
  transition-delay: 2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(11) {
  transition-delay: 2.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(12) {
  transition-delay: 2.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(13) {
  transition-delay: 2.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(14) {
  transition-delay: 2.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(15) {
  transition-delay: 3s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(16) {
  transition-delay: 3.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(17) {
  transition-delay: 3.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(18) {
  transition-delay: 3.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(19) {
  transition-delay: 3.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(20) {
  transition-delay: 4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(21) {
  transition-delay: 4.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(22) {
  transition-delay: 4.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(23) {
  transition-delay: 4.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(24) {
  transition-delay: 4.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(25) {
  transition-delay: 5s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(26) {
  transition-delay: 5.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(27) {
  transition-delay: 5.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(28) {
  transition-delay: 5.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(29) {
  transition-delay: 5.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(30) {
  transition-delay: 6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(31) {
  transition-delay: 6.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(32) {
  transition-delay: 6.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(33) {
  transition-delay: 6.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(34) {
  transition-delay: 6.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(35) {
  transition-delay: 7s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(36) {
  transition-delay: 7.2s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(37) {
  transition-delay: 7.4s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(38) {
  transition-delay: 7.6s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(39) {
  transition-delay: 7.8s;
}
html.js main.main > .stats-block-container .stat-circle-container:nth-child(40) {
  transition-delay: 8s;
}
html.js main.main > .stats-block-container.scrolled-into-view .stat-circle-container {
  opacity: 1;
}
html.js main.main > .tabs-container .grid-item {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .tabs-container .grid-item:nth-child(1) {
  transition-delay: 0.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(2) {
  transition-delay: 0.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(3) {
  transition-delay: 0.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(4) {
  transition-delay: 0.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(5) {
  transition-delay: 1s;
}
html.js main.main > .tabs-container .grid-item:nth-child(6) {
  transition-delay: 1.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(7) {
  transition-delay: 1.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(8) {
  transition-delay: 1.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(9) {
  transition-delay: 1.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(10) {
  transition-delay: 2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(11) {
  transition-delay: 2.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(12) {
  transition-delay: 2.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(13) {
  transition-delay: 2.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(14) {
  transition-delay: 2.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(15) {
  transition-delay: 3s;
}
html.js main.main > .tabs-container .grid-item:nth-child(16) {
  transition-delay: 3.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(17) {
  transition-delay: 3.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(18) {
  transition-delay: 3.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(19) {
  transition-delay: 3.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(20) {
  transition-delay: 4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(21) {
  transition-delay: 4.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(22) {
  transition-delay: 4.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(23) {
  transition-delay: 4.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(24) {
  transition-delay: 4.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(25) {
  transition-delay: 5s;
}
html.js main.main > .tabs-container .grid-item:nth-child(26) {
  transition-delay: 5.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(27) {
  transition-delay: 5.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(28) {
  transition-delay: 5.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(29) {
  transition-delay: 5.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(30) {
  transition-delay: 6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(31) {
  transition-delay: 6.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(32) {
  transition-delay: 6.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(33) {
  transition-delay: 6.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(34) {
  transition-delay: 6.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(35) {
  transition-delay: 7s;
}
html.js main.main > .tabs-container .grid-item:nth-child(36) {
  transition-delay: 7.2s;
}
html.js main.main > .tabs-container .grid-item:nth-child(37) {
  transition-delay: 7.4s;
}
html.js main.main > .tabs-container .grid-item:nth-child(38) {
  transition-delay: 7.6s;
}
html.js main.main > .tabs-container .grid-item:nth-child(39) {
  transition-delay: 7.8s;
}
html.js main.main > .tabs-container .grid-item:nth-child(40) {
  transition-delay: 8s;
}
html.js main.main > .tabs-container.scrolled-into-view .grid-item {
  opacity: 1;
}
html.js main.main > .timeline-block, html.js main.main > .coloured-block, html.js main.main > .form-block {
  opacity: 0;
  transition: 0.8s opacity;
}
html.js main.main > .timeline-block.scrolled-into-view, html.js main.main > .coloured-block.scrolled-into-view, html.js main.main > .form-block.scrolled-into-view {
  opacity: 1;
}

body.showing_splash {
  overflow: hidden;
}

#splash_screen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 999999;
  padding: 40px;
}
#splash_screen button:focus {
  outline: none;
}
#splash_screen #splash_content {
  max-width: 500px;
}
#splash_screen #splash_close {
  stroke: #000;
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
}
#splash_screen #splash_button {
  display: block;
  margin-top: 40px;
}
#splash_screen #splash_button.centre {
  margin: 40px auto 0;
}
#splash_screen #splash_button.right {
  float: right;
}

.card.vacancy-card:hover {
  text-decoration: none;
  color: inherit;
}
.card.vacancy-card figure {
  min-height: 250px;
}
.card.vacancy-card .card-content {
  padding-top: 25px;
}
.card.vacancy-card .card-content .card-title, .card.vacancy-card .card-content .card-sub-title {
  color: black;
  font-size: 22px;
}
.card.vacancy-card .card-content .card-title {
  font-weight: bold;
}
.card.vacancy-card .card-content .card-sub-title {
  font-weight: 300;
  margin-bottom: 0px;
}
.card.vacancy-card .card-content .vacancy-intro {
  margin-top: 20px;
  font-weight: 200;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.resource-card:hover {
  text-decoration: none;
}
.resource-card .card {
  height: auto;
  display: flex;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  text-decoration: none;
  border-radius: 10px;
  border: none;
}
.resource-card .card > * {
  margin-bottom: 20px;
}
.resource-card .card > *:last-child {
  margin-bottom: 0;
}
.resource-card .card .card-title {
  line-height: 1.5;
  max-width: 75%;
  color: black;
}
.resource-card .card .resource__image {
  background-size: cover;
  background-color: #ddd;
  background-position: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
  min-height: 193px;
}
.resource-card .card .button {
  width: fit-content;
  padding: 10px 20px;
}
.resource-card .card .button .fa-cloud-download {
  font-size: 1.2rem;
}
.resource-card .card .button {
  color: white;
}
.resource-card .card .button:hover {
  cursor: pointer;
  color: white;
}
.resource-card .card .tag {
  color: #f93d00;
}
.resource-card .card-content {
  color: black;
}
.resource-card .card-content .date {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: bold;
  margin-left: 10px;
}

.challenge-card .card {
  height: auto;
  display: flex;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  justify-content: space-between;
  align-items: start;
  color: #31ACAB;
  aspect-ratio: 1/1;
  transition: all 0.2s ease-in-out;
}
.challenge-card .card .card-title {
  font-size: 24px;
  margin: 0;
}
.challenge-card .card i {
  font-size: 40px;
}
.challenge-card .card:hover {
  background-color: #662D91 !important;
  color: white !important;
}
@media (max-width: 576px) {
  .challenge-card .card .card-title {
    font-size: 18px;
  }
  .challenge-card .card i {
    font-size: 26px;
  }
}

.posts-archive .filter-container {
  margin: 50px auto 14rem;
}
@media (min-width: 600px) {
  .posts-archive .filter-container {
    margin: 50px auto 10rem;
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.basic-cards .three-card-width .basic-card {
  width: 30%;
}
.basic-cards .two-card-width .basic-card {
  width: 46%;
}

a.basic-card, .basic-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  justify-content: space-between;
  background-color: #31acab;
  color: white !important;
  border-radius: 10px;
  border: none;
  margin-right: 30px !important;
  min-height: 265px !important;
  min-width: 300px;
  transition: background-color 0.4s linear;
}
a.basic-card:hover, .basic-card:hover {
  background-color: #662483 !important;
}
a.basic-card .card__icon, .basic-card .card__icon {
  font-size: 3rem;
  margin-bottom: 20px;
}
a.basic-card .card__heading, .basic-card .card__heading {
  margin-top: 1rem;
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
a.basic-card .card__text, .basic-card .card__text {
  font-size: 1rem;
  line-height: 1.4;
}
a.basic-card .card__text > *, .basic-card .card__text > * {
  color: white;
  margin: 0;
}
a.basic-card .card__text + .button, .basic-card .card__text + .button {
  margin-top: 16px;
}
a.basic-card .card__text h1, a.basic-card .card__text h2, a.basic-card .card__text h3, a.basic-card .card__text h4, a.basic-card .card__text h5, a.basic-card .card__text h6, .basic-card .card__text h1, .basic-card .card__text .h1, .basic-card .card__text h2, .basic-card .card__text .h2, .basic-card .card__text h3, .basic-card .card__text .h3, .basic-card .card__text h4, .basic-card .card__text .h4, .basic-card .card__text h5, .basic-card .card__text .h5, .basic-card .card__text h6, .basic-card .card__text .h6 {
  margin-bottom: 16px;
}
a.basic-card .button, .basic-card .button {
  color: #31acab;
  background-color: white;
  width: fit-content;
}
a.basic-card .button .button-icon, .basic-card .button .button-icon {
  margin-left: 30px;
}
a.basic-card:last-child, .basic-card:last-child {
  margin-right: 0 !important;
}

.colour-background .basic-card {
  background-color: white;
  color: black !important;
}
.colour-background .basic-card .card__icon {
  color: #31ACAB;
}
.colour-background .basic-card .card__text {
  color: #87888b !important;
}
.colour-background .basic-card:hover {
  color: white !important;
}
.colour-background .basic-card:hover .card__text {
  color: white !important;
}

.video-block {
  position: relative;
  margin: 4rem 0;
  height: 500px;
  box-sizing: content-box;
}
.video-block > a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.video-block > a .play-button {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  opacity: 1;
  background-color: #f93d00;
  color: #fff;
  font-size: 2rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 6;
}
.video-block > a .play-button > i {
  margin-left: 5px;
}
.video-block iframe {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  pointer-events: none;
}
.video-block .video-placeholder,
.video-block .video-placeholder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shape-container {
  position: relative;
  line-height: 0;
}
.shape-container .shape-photo {
  background-size: cover;
  display: inline-block;
  height: 500px;
}
.shape-container .shape-svg-container {
  display: block;
  height: 0;
}
.shape-container .shape-v {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.shape-container.shape-left .shape-v {
  right: -50%;
}
.shape-container.shape-right .shape-v {
  left: -50%;
}

.vw-shape .shape-v,
.angle-shape-small .shape-v {
  left: -75%;
}

.site-header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  right: 0;
  left: 0;
}
.site-header button:focus {
  outline: none;
}
.site-header .menu-container {
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s background-color;
}
.site-header .menu-container .nav-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.site-header .menu-container .header-logo {
  margin-right: 40px;
  margin-bottom: 0;
}
.site-header .menu-container .header-logo > figure {
  margin-bottom: 0;
}
.site-header .menu-container .nav-secondary {
  display: flex;
  opacity: 1;
  transition: all 0.4s;
  justify-content: flex-end;
}
.site-header .menu-container .nav-secondary.search-modal-open {
  opacity: 0;
  transition: all 0.4s;
}
.site-header .menu-container .search-icon {
  padding: 0;
  bottom: 0;
  position: relative;
  background-color: transparent;
  border: none;
  margin-right: 0;
  transition: all 0.3s;
}
.site-header .menu-container .search-icon:hover svg path {
  fill: #f93d00;
  transition: all 0.3s;
}
.site-header .nav li,
.site-header .nav li a {
  font-size: 0.9rem;
}
.site-header .nav li:hover,
.site-header .nav li a:hover {
  transition: all 0.2s;
}
.site-header.transparent-bg {
  background-color: transparent;
}
.site-header.transparent-bg .hamburger-icon svg line {
  stroke: white;
}
.site-header.transparent-bg .header-logo > figure > svg path:not(#Path_19),
.site-header.transparent-bg .header-logo > figure > svg path:not(#Path_20),
.site-header.transparent-bg .search-icon > svg path {
  fill: white;
}
@media screen and (max-width: 1199px) {
  .site-header.transparent-bg .nav li.current-menu-item a,
  .site-header.transparent-bg .nav li.current_page_item a {
    color: #f93d00;
  }
}
@media screen and (min-width: 1200px) {
  .site-header.transparent-bg,
  .site-header.transparent-bg .nav li,
  .site-header.transparent-bg .nav li > a {
    color: white;
  }
}
.site-header.white-bg + .header-spacer {
  height: 97px;
  background-color: white;
}
.site-header.white-bg .menu-container, .site-header.headroom--pinned.headroom--not-top .menu-container, body.navigation-open .site-header .menu-container {
  background-color: white;
  color: black;
}
.site-header.white-bg .header-logo > figure > svg path:not(#Path_19),
.site-header.white-bg .header-logo > figure > svg path:not(#Path_20), .site-header.headroom--pinned.headroom--not-top .header-logo > figure > svg path:not(#Path_19),
.site-header.headroom--pinned.headroom--not-top .header-logo > figure > svg path:not(#Path_20), body.navigation-open .site-header .header-logo > figure > svg path:not(#Path_19),
body.navigation-open .site-header .header-logo > figure > svg path:not(#Path_20) {
  fill: black;
}
.site-header.white-bg .nav li > a, .site-header.headroom--pinned.headroom--not-top .nav li > a, body.navigation-open .site-header .nav li > a {
  color: black;
  font-size: 0.9rem;
}
.site-header.white-bg .nav li > a:hover, .site-header.headroom--pinned.headroom--not-top .nav li > a:hover, body.navigation-open .site-header .nav li > a:hover {
  color: #f93d00;
  transition: all 0.2s;
}
.site-header.white-bg .nav li > a.current-menu-item > a, .site-header.white-bg .nav li > a.current_page_item > a, .site-header.headroom--pinned.headroom--not-top .nav li > a.current-menu-item > a, .site-header.headroom--pinned.headroom--not-top .nav li > a.current_page_item > a, body.navigation-open .site-header .nav li > a.current-menu-item > a, body.navigation-open .site-header .nav li > a.current_page_item > a {
  color: #f93d00;
}
.site-header.white-bg .hamburger-icon svg line, .site-header.headroom--pinned.headroom--not-top .hamburger-icon svg line, body.navigation-open .site-header .hamburger-icon svg line {
  stroke: black;
}
.site-header.headroom {
  will-change: transform;
  transition: 0.2s transform;
}
.site-header.headroom--unpinned, .site-header.headroom--not-top {
  transform: translateY(-100%);
}
.site-header.headroom--pinned.headroom--not-top {
  transform: translateY(0%);
}
.site-header .nav li {
  transition: all 0.1s;
  text-align: center;
  list-style-type: none;
}
.site-header .nav a {
  transition: all 0.1s;
  text-align: center;
  padding: 5px 15px;
  list-style-type: none;
}
.site-header .hamburger-icon {
  display: none;
  background-color: transparent;
  border: none;
}
@media (max-width: 1199px) {
  .site-header .hamburger-icon {
    display: block;
    poition: relative;
    z-index: 100000;
  }
  .site-header .menu-container .nav-container {
    display: none;
  }
  .site-header .menu-container {
    justify-content: space-between;
  }
}

/* NAVIGATION */
.nav-container > nav, .nav-container > nav ul, .nav-container > nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-container > nav li {
  line-height: 18px;
  transition: 0.2s opacity;
}
.nav-container > nav li a {
  color: inherit;
  text-decoration: none;
}
.nav-container > nav li.menu-item-has-children > .submenu-toggle {
  padding: 13px 10px;
  line-height: inherit;
  color: inherit;
  opacity: 0.5;
}
.nav-container > nav li.menu-item-has-children > .submenu-toggle i.open-icon {
  display: block;
}
.nav-container > nav li.menu-item-has-children > .submenu-toggle i.close-icon {
  display: none;
}
.nav-container > nav li.menu-item-has-children.show-children > a {
  font-weight: bold;
}
.nav-container > nav li.menu-item-has-children.show-children > .submenu-toggle {
  opacity: 1;
}
.nav-container > nav li.menu-item-has-children.show-children > .submenu-toggle i.open-icon {
  display: none;
}
.nav-container > nav li.menu-item-has-children.show-children > .submenu-toggle i.close-icon {
  display: block;
}
@media (min-width: 1200px) {
  .nav-container > nav > div > .nav > li.menu-item-has-children > a {
    margin-top: -1px;
  }
}
.nav-container > nav > li > a {
  font-size: 18px;
}
.nav-container > nav > li.menu-item-has-children > ul > li.show-children:not(:last-child) ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  html body.navigation-open {
    overflow: hidden !important;
  }
  html body.navigation-open .site-header {
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    z-index: 1000;
  }
  html body.navigation-open .search-form-modal {
    display: block;
  }
  html body.navigation-open .site-header .menu-container .nav-container {
    display: block;
  }
  .site-header {
    position: fixed;
    left: 0;
    right: 0;
  }
  .site-header .site-header-inner {
    display: flex;
    align-items: center;
  }
  .site-header .site-header-inner .menu-container {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-header .site-header-inner .menu-container .header-logo {
    margin-left: 15px;
  }
  .site-header .site-header-inner .menu-container .hamburger-icon {
    margin-right: 15px;
  }
  .site-header .nav-container {
    display: none;
    padding-top: 30px;
    order: 3;
  }
  .site-header .nav-container .nav-header {
    margin: 0 15px;
  }
  .site-header .nav-container .nav-header a {
    padding: 10px 0;
  }
  .site-header .nav-container .nav-header.nav-secondary {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  .site-header .nav-container.child-is-showing-children > .nav-header > div > ul > li {
    opacity: 0.5;
  }
  .site-header .nav-container.child-is-showing-children > .nav-header > div > ul > li.show-children {
    opacity: 1;
  }
  .site-header .nav-container .nav-header,
  .site-header .nav-container .nav-header > div > ul {
    display: block;
  }
  .site-header .nav-container .nav-header > div > ul li {
    position: relative;
    transition: 0.2s opacity;
  }
  .site-header .nav-container .nav-header > div > ul li a {
    display: block;
    text-align: left;
  }
  .site-header .nav-container .nav-header > div > ul li.menu-item-has-children > ul {
    display: none;
  }
  .site-header .nav-container .nav-header > div > ul li.menu-item-has-children.show-children > ul {
    display: block;
  }
  .site-header .nav-container .nav-header > div > ul li.show-children > ul {
    display: block !important;
  }
  .site-header .nav-container .nav-header > div > ul > li {
    margin-bottom: 15px;
    text-align: left;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children {
    position: relative;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > a {
    display: inline-block;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children .submenu-toggle {
    margin-left: 15px;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    opacity: 1;
    position: relative;
    top: 1px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children .submenu-toggle i.open-icon {
    color: inherit;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children .submenu-toggle i.close-icon {
    color: #fd5d00;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > .sub-menu {
    margin-left: 15px;
    margin-right: 15px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul {
    margin-top: 15px;
  }
  .site-header .nav-container .nav-header > div > ul > li.find-a-service .primary-menu-items img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .site-header .nav-container .nav-header > div > ul > li.find-a-service > ul > li > a {
    display: none;
  }
  .site-header .nav-container .nav-header > div > ul > li.find-a-service .primary-menu-items,
  .site-header .nav-container .nav-header > div > ul > li.find-a-service .secondary-menu-items {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .site-header .nav-container .nav-header > div > ul > li.find-a-service .tertiary-menu-items li:last-child > a {
    color: #fd5d00;
  }
  .site-header .nav-container .nav-header > div > ul > li.find-a-service .tertiary-menu-items li:last-child > a i {
    margin-left: 10px;
  }
  .site-header .nav-container .header-buttons .button {
    margin-top: 30px;
    margin-left: 0;
  }
  body.navigation-open .toggle-mobile-navigation {
    color: white;
  }
  body.navigation-open .toggle-mobile-navigation i.open-icon {
    display: none;
  }
  body.navigation-open .toggle-mobile-navigation i.close-icon {
    display: block;
  }
  .search-icon,
  .close-search-button {
    display: none;
  }
  .search-form-modal {
    order: 4;
    display: none;
  }
  .search-form-modal {
    margin: 0 15px;
    width: 100%;
  }
  .search-form-modal .search-form {
    display: block;
  }
  .search-form-modal .search-form label {
    display: block;
  }
  .search-form-modal .search-form label .search-field {
    width: 100%;
    height: 48px;
    background-color: white;
    border-radius: 0;
  }
  .search-form-modal .search-form .search-submit {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header {
    z-index: 1000;
  }
  .site-header .toggle-mobile-navigation,
  .site-header .nav-container .nav-header > div > ul > li > .submenu-toggle {
    display: none;
  }
  .site-header .menu-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1300px) {
  .site-header .menu-container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .nav-container {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .site-header .nav-container .nav-header {
    flex-grow: 1;
  }
  .site-header .nav-container .nav-header > div > ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .site-header .nav-container .nav-header > div > ul li a {
    display: inline-block;
    padding: 10px 0;
  }
  .site-header .nav-container .nav-header > div > ul > li {
    padding: 48px 20px 48px 0;
  }
  .site-header .nav-container .nav-header > div > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    height: 3px;
    background: #ff9c00;
    width: 0;
    transition: 0.5s width ease-in;
  }
  .site-header .nav-container .nav-header > div > ul > li.showing-children:after {
    width: 101vw;
  }
  .site-header .nav-container .nav-header > div > ul > li.show-children:after {
    display: none;
  }
  .site-header .nav-container .nav-header > div > ul > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul {
    position: absolute;
    top: 100%;
    padding: 50px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity, 0.5s transform;
    z-index: -1;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 200vw;
    margin-left: -100vw;
    background: #fff;
    z-index: 999;
    border-top: 1px solid #ddd;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul li {
    color: #0d6efd;
    line-height: 24px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul li.menu-item-has-children {
    position: relative;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul li.menu-item-has-children > a {
    padding-right: 40px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul li.menu-item-has-children > ul {
    display: none;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul li.menu-item-has-children.show-children > ul {
    display: block;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul > li {
    z-index: 1000;
    vertical-align: top;
    margin-right: 40px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul.all-children-have-children > li {
    flex: 1;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children > ul.some-children-have-children > li.menu-item-has-children {
    flex-basis: 200px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.show-children > ul {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.show-children.find-a-service > ul {
    transform: translateY(0) translateX(-50%);
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul {
    flex-direction: column;
    width: 1200px;
    left: 50%;
    padding: 50px 20px;
    transform: translateY(-100%) translateX(-50%);
    max-width: 100%;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul > li > a {
    display: none;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul > li > ul > li {
    text-align: left;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul > li > ul > li > a {
    text-align: left;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .primary-menu-items,
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .secondary-menu-items {
    width: 220px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .primary-menu-items > ul > li > a,
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .secondary-menu-items > ul > li > a {
    font-size: 1.1rem;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .primary-menu-items img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .secondary-menu-items {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .tertiary-menu-items {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 270px;
    border-left: 1px solid #ddd;
    padding-left: 50px;
    text-align: left;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .tertiary-menu-items > ul > li {
    display: inline-block;
    width: 270px;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .tertiary-menu-items > ul > li > a {
    text-align: left;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .tertiary-menu-items > ul > li:last-child > a {
    color: #fd5d00;
  }
  .site-header .nav-container .nav-header > div > ul > li.menu-item-has-children.find-a-service > ul .tertiary-menu-items > ul > li:last-child > a i {
    margin-left: 10px;
  }
  .site-header .nav-container .nav-header.nav-secondary > div > ul > li.menu-item-has-children > ul {
    padding: 50px;
    right: 0;
    left: auto;
  }
  .header-shadow-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: 998;
    transform: translateY(-100%);
    transition: 0.2s opacity;
  }
  body.navigation-open .header-shadow-overlay {
    transform: translateY(0);
    opacity: 0.8;
  }
  .search-form-modal {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
  }
  .search-form-modal.open {
    opacity: 1;
    z-index: 99999;
    transition: all 0.4s;
  }
  .search-form-modal .search-field {
    right: 35%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 400px;
    height: 48px;
    background-color: white;
    border-radius: 0;
  }
  .search-form-modal .search-submit {
    display: none;
  }
  .search-form-modal .close-search-button {
    background-color: transparent;
    border: none;
  }
  .search-form-modal .close-search-button:hover line {
    stroke: #f93d00;
    transition: all 0.3s;
  }
  .search-form-modal .close-search-button line {
    stroke: black;
    transition: all 0.3s;
  }
  .search-form-modal .close-search-button {
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
.header {
  position: relative;
}

.header--menu .button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
  border: none;
  border-radius: 10px;
  background-color: #ED4C14;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  outline: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
.header--menu .button:hover {
  background-color: #31ACAB;
  color: #ffffff;
}
.header--menu .button i {
  margin-left: 24px;
}
.header--menu ul li {
  color: black;
  list-style-type: "–  ";
}
.header--menu .people--search {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.header--menu .people--search h2, .header--menu .people--search .h2 {
  color: #231f20;
}
.header--menu .people--search .finder-form .filter-dropdown-inputs {
  top: 38%;
  margin-top: 0px !important;
}
.header--menu .finder-form.normal {
  margin-top: 0px;
  margin-bottom: 0px;
}
.header--menu .filter-form-container .filter-secondary-buttons .filter-reset {
  display: none;
}

.header--menu .left-logo-photo {
  display: none;
}

.header--menu .finder-form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
  min-height: 300px;
}

.header--menu .finder-form .form-container {
  width: 100%;
}

.navigation ul li {
  color: black;
}

.header .featured-nav-container {
  min-width: 100%;
}

.featured-nav-container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.featured-nav-container .featured-nav-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.featured-nav-container .featured-nav-content .property-bookmark {
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f93d00;
  border: none;
  outline: none;
  z-index: 3;
}
.featured-nav-container .featured-nav-content .property-bookmark .bookmarked-icon {
  display: none;
}
.featured-nav-container .featured-nav-content .property-bookmark .bookmarked-icon svg path {
  stroke: none;
}
.featured-nav-container .featured-nav-content .property-bookmark figure {
  margin-bottom: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.featured-nav-container .featured-nav-content .property-bookmark.bookmarked {
  background-color: #ff9c00;
}
.featured-nav-container .featured-nav-content .property-bookmark.bookmarked .bookmark-icon {
  display: none;
}
.featured-nav-container .featured-nav-content .property-bookmark.bookmarked .bookmarked-icon {
  display: block;
}
.featured-nav-container .featured-nav-content .featured-nav-tab {
  margin-bottom: 0px;
}
.featured-nav-container .featured-nav-content .featured-nav-text {
  display: block;
  padding: 20px;
}
.featured-nav-container .featured-nav-content h2, .featured-nav-container .featured-nav-content .h2 {
  margin-bottom: 0px;
  font-size: 1.25rem;
}
.featured-nav-container .featured-nav-content h2.featured-nav-title, .featured-nav-container .featured-nav-content .featured-nav-title.h2 {
  padding-bottom: 15px;
}
.featured-nav-container .featured-nav-content .featured-nav-title {
  padding-top: 15px;
  color: black;
}
.featured-nav-container .featured-nav-content .property-card-availability {
  padding: 0.5rem 3rem;
  border-radius: 14px 0px 0px 0px;
}
.featured-nav-container .news--mini.news:hover {
  background-color: #fff;
  color: black;
}
.featured-nav-container .news--mini.market-insight:hover {
  background-color: #fff;
  color: black;
}
.featured-nav-container .news--mini.resource:hover {
  background-color: #fff;
  color: black;
}

.tab--info--cta .button {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  font-weight: normal;
}

.transparent-bg {
  background-color: transparent;
}

@media (max-width: 1100px) {
  .header .header--burger .search-icon {
    display: none;
  }
}
.menu-item.parent-item {
  margin-bottom: 8px;
}

.menu-item.child-item {
  padding-left: 12px;
  margin-bottom: 4px;
}

.menu-item.last-agency-child {
  margin-bottom: 12px;
}

.site-footer {
  background-color: #818386;
  padding: 50px 0;
  list-style-type: none;
  color: white;
}
@media (max-width: 992px) {
  .site-footer {
    padding: 30px 15px;
  }
}
.site-footer ul li {
  list-style-type: none;
  font-size: 0.85rem;
  color: white;
}
.site-footer ul li.header {
  font-size: 1.25rem;
}
.site-footer a {
  color: white;
}
.site-footer p {
  color: white;
}
.site-footer .footer-logo > svg path:not(#Path_19),
.site-footer .footer-logo > svg path:not(#Path_20) {
  fill: white;
}
.site-footer .footer-top-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .site-footer .footer-top-row {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.site-footer .footer-grid {
  width: 100%;
  justify-content: space-between;
  flex: 73%;
}
.site-footer .footer-grid .footer-links-cols {
  width: 100%;
}
.site-footer .footer-grid .footer-links-cols a {
  overflow-wrap: break-word;
}
.site-footer .footer-left-section {
  margin-right: 50px;
  border-right: 1px solid #9B9CA0;
  flex: 27%;
}
@media (max-width: 992px) {
  .site-footer .footer-left-section {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.site-footer .footer-bottom-section {
  padding-top: 30px;
  border-top: 1px solid #9B9CA0;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  .site-footer .footer-bottom-section {
    padding-top: 20px;
    flex-direction: column;
  }
}
.site-footer .footer-bottom-section .footer-text-primary {
  width: 45%;
}
@media (max-width: 992px) {
  .site-footer .footer-bottom-section .footer-text-primary {
    width: 100%;
    order: 2;
  }
}
.site-footer .footer-bottom-section .footer-text-secondary {
  position: relative;
}
@media (max-width: 992px) {
  .site-footer .footer-bottom-section .footer-text-secondary {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .site-footer .footer-bottom-section .footer-text-secondary .secondary-text {
    order: 2;
  }
}
.site-footer .footer-bottom-section .footer-text-secondary .footer-social-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.site-footer .footer-bottom-section .footer-text-secondary .footer-social-icons li {
  margin-right: 15px;
}
.site-footer .footer-bottom-section .footer-text-secondary .footer-social-icons li:last-of-type {
  margin-right: 0;
}
.site-footer .footer-bottom-section .footer-text-secondary .footer-social-icons i {
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  .site-footer .footer-bottom-section .footer-text-secondary .footer-social-icons {
    order: 1;
    justify-content: flex-start;
    display: flex;
    padding-left: 0;
    position: relative;
  }
  .site-footer .footer-bottom-section .footer-text-secondary .footer-social-icons li {
    margin-right: 15px;
  }
  .site-footer .footer-bottom-section .footer-text-secondary .footer-social-icons li:last-of-type {
    margin-right: 0;
  }
}
.site-footer .footer-bottom-section .footer-social-icons {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

body#tinymce {
  margin: 12px !important;
}

.text-block {
  position: relative;
  display: flex;
  align-items: center;
}
.text-block .content {
  max-width: 430px;
  flex: 1;
  position: relative;
}
.text-block .content h1, .text-block .content .h1 {
  color: #f93d00;
}
.text-block .content ul {
  padding-left: 18px;
}
.text-block .content ul > li {
  list-style: disc;
}
.text-block .content ul > li, .text-block .content ol > li {
  line-height: 1.5;
  margin-bottom: 15px;
}
.text-block .content p:last-child {
  margin-bottom: 0;
}
.text-block .content h1 a, .text-block .content .h1 a, .text-block .content h2 a, .text-block .content .h2 a, .text-block .content h3 a, .text-block .content .h3 a, .text-block .content h4 a, .text-block .content .h4 a, .text-block .content h5 a, .text-block .content .h5 a, .text-block .content h6 a, .text-block .content .h6 a, .text-block .content p a, .text-block .content ul a, .text-block .content li a, .text-block .content ol a {
  color: inherit !important;
  text-decoration: underline;
}
.text-block .content h1 a:hover, .text-block .content .h1 a:hover, .text-block .content h2 a:hover, .text-block .content .h2 a:hover, .text-block .content h3 a:hover, .text-block .content .h3 a:hover, .text-block .content h4 a:hover, .text-block .content .h4 a:hover, .text-block .content h5 a:hover, .text-block .content .h5 a:hover, .text-block .content h6 a:hover, .text-block .content .h6 a:hover, .text-block .content p a:hover, .text-block .content ul a:hover, .text-block .content li a:hover, .text-block .content ol a:hover {
  text-decoration: none;
}
.text-block .content.teal h1, .text-block .content.teal .h1 {
  color: #2facab;
}
.text-block .content.purple h1, .text-block .content.purple .h1 {
  color: #662483;
}
.text-block .content.orange h1, .text-block .content.orange .h1 {
  color: #ff9c00;
}
.text-block .content.blue h1, .text-block .content.blue .h1 {
  color: #4382c2;
}
.text-block .content.red h1, .text-block .content.red .h1 {
  color: #f93d00;
}
.text-block.center {
  justify-content: center;
}
.text-block.center .content {
  max-width: 700px;
  width: 100%;
}
.text-block .left-logo-photo {
  position: relative;
  flex: 1;
  margin-left: -150px;
  padding-right: 150px;
}
@media (min-width: 993px) {
  .text-block .left-logo-photo {
    position: sticky;
    top: 50px;
    align-self: flex-start;
  }
  .text-block .left-logo-photo.vw_shape_small {
    top: 140px;
  }
  .text-block .left-logo-photo.rounded {
    top: 160px;
  }
  .text-block .left-logo-photo.angle_shape {
    top: 140px;
  }
  .text-block .left-logo-photo.angle_shape_colour {
    top: 140px;
  }
}
.text-block .right-logo-photo {
  position: relative;
  flex: 1;
  margin-right: -150px;
  padding-left: 150px;
}
@media (min-width: 993px) {
  .text-block .right-logo-photo {
    position: sticky;
    top: 50px;
    align-self: flex-start;
  }
  .text-block .right-logo-photo.vw_shape_small {
    top: 140px;
  }
  .text-block .right-logo-photo.rounded {
    top: 140px;
  }
  .text-block .right-logo-photo.angle_shape {
    top: 140px;
  }
  .text-block .right-logo-photo.angle_shape_colour {
    top: 140px;
  }
}
.text-block img.rounded-image {
  border-radius: 10px;
}
.text-block .text-block__image-caption {
  margin-top: 1rem;
}
.text-block .button.primary {
  font-size: 1rem;
}
.text-block .cta + .text-block__secondary-buttons {
  margin-top: 1rem;
}
.text-block .text-block__secondary-buttons > .button {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.text-block .text-block__secondary-buttons > .button:nth-of-type(1), .text-block .text-block__secondary-buttons > .button:nth-of-type(3n+4) {
  background-color: #ff9c00;
}
.text-block .text-block__secondary-buttons > .button:nth-of-type(2), .text-block .text-block__secondary-buttons > .button:nth-of-type(3n+5) {
  background-color: #4382c2;
}
.text-block .text-block__secondary-buttons > .button:nth-of-type(3), .text-block .text-block__secondary-buttons > .button:nth-of-type(3n+6) {
  background-color: #f93d00;
}
.text-block.blue .solid-shape {
  fill: #4382c2;
}
.text-block.blue .overlay {
  fill: #2facab;
}
@media (min-width: 993px) {
  .text-block .right-logo-photo.rounded, .text-block .left-logo-photo.rounded {
    display: flex;
    flex-direction: column;
  }
  .text-block .right-logo-photo.rounded {
    margin-right: unset;
    padding-left: 90px;
    align-items: flex-end;
  }
  .text-block .left-logo-photo.rounded {
    margin-left: unset;
    padding-right: 90px;
    align-items: flex-start;
  }
}
@media (max-width: 993px) {
  .text-block {
    flex-direction: column;
    width: 100%;
  }
  .text-block .left-logo-photo,
  .text-block .right-logo-photo {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .text-block .right-logo-photo {
    order: 1;
    padding: 0;
  }
  .text-block .content {
    order: 2;
    max-width: 100%;
  }
}
@media (min-width: 1199px) {
  .text-block.angle_image .right-logo-photo.rounded, .text-block.angle_image .left-logo-photo.rounded {
    display: flex;
    flex-direction: column;
  }
  .text-block.angle_image .right-logo-photo.rounded {
    margin-right: unset;
    padding-left: 90px;
    align-items: flex-end;
  }
  .text-block.angle_image .left-logo-photo.rounded {
    margin-left: unset;
    padding-right: 90px;
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .text-block.angle_image {
    flex-direction: column;
    width: 100%;
  }
  .text-block.angle_image .left-logo-photo,
  .text-block.angle_image .right-logo-photo {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .text-block.angle_image .right-logo-photo {
    order: 1;
    padding: 0;
  }
  .text-block.angle_image .content {
    order: 2;
    max-width: 100%;
  }
}

.tabs-block {
  max-width: 1500px;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  padding: 85px 100px 100px 50px;
}
.tabs-block.tabs-colour-teal {
  background-color: #2facab;
}
.tabs-block.tabs-colour-purple {
  background-color: #662483;
}
.tabs-block.tabs-colour-orange {
  background-color: #ff9c00;
}
.tabs-block.tabs-colour-blue {
  background-color: #4382c2;
}
.tabs-block.tabs-colour-red {
  background-color: #fd5d00;
}
.tabs-block .tab-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  padding-right: 60px;
}
.tabs-block .tab-nav .tab-title {
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s, transform 0.4s;
  margin-right: 15px;
  margin-top: 15px;
  color: white;
  padding: 12px 16px 10px;
}
.tabs-block .tab-nav .tab-title.active {
  opacity: 1;
}
.tabs-block .tab-nav .tab-title:hover {
  text-decoration: none;
}
.tabs-block .tab-nav .tab-title:not(.active):hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.tabs-block.one-tab .tab-nav {
  display: none;
}
.tabs-block .tab-text {
  color: white;
}
.tabs-block .tab-text.one-column {
  max-width: 600px;
}
@media (min-width: 1000px) {
  .tabs-block .tab-text.two-column {
    column-count: 2;
    column-gap: 50px;
  }
}
.tabs-block .tab-text p, .tabs-block .tab-text ul, .tabs-block .tab-text ul li, .tabs-block .tab-text a, .tabs-block .tab-text h1, .tabs-block .tab-text .h1, .tabs-block .tab-text h2, .tabs-block .tab-text .h2, .tabs-block .tab-text h3, .tabs-block .tab-text .h3, .tabs-block .tab-text h4, .tabs-block .tab-text .h4, .tabs-block .tab-text h5, .tabs-block .tab-text .h5, .tabs-block .tab-text h6, .tabs-block .tab-text .h6 {
  color: white;
}
.tabs-block .tab-text a {
  text-decoration: underline;
}
.tabs-block .tab-text:last-child {
  margin-bottom: 0;
}
.tabs-block .tab-content {
  display: none;
  z-index: 1;
  position: relative;
}
.tabs-block .tab-content.active {
  display: block;
}
@media (min-width: 1000px) {
  .tabs-block .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
  }
}
.tabs-block .grid .grid-item {
  color: white;
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .tabs-block .grid .grid-item {
    margin-bottom: 0;
  }
}
.tabs-block .grid .grid-item .grid-item-image {
  margin-right: 30px;
  width: 72px;
  display: flex;
  justify-content: center;
}
.tabs-block .grid .grid-item .grid-item-image img {
  max-width: 100%;
  height: auto;
}
.tabs-block .grid .grid-item .grid-item-icon {
  width: 72px;
  font-size: 4rem;
  margin-right: 30px;
  display: flex;
  justify-content: center;
}
.tabs-block .grid .grid-item .grid-item-content {
  flex: 1;
}
.tabs-block .grid .grid-item .grid-item-content .grid-item-title {
  font-size: 2rem;
}
.tabs-block .grid .grid-item .grid-item-content .grid-item-description p, .tabs-block .grid .grid-item .grid-item-content .grid-item-description ul, .tabs-block .grid .grid-item .grid-item-content .grid-item-description ul li, .tabs-block .grid .grid-item .grid-item-content .grid-item-description a {
  color: white;
}
@media (max-width: 767px) {
  .tabs-block {
    padding: 50px 30px 50px;
  }
  .tabs-block .container {
    padding: 0;
  }
  .tabs-block .container .grid .grid-item .grid-item-icon {
    font-size: 3rem;
    width: 3rem;
  }
  .tabs-block .container .grid .grid-item .grid-item-content {
    padding-right: calc(20vw - 32px);
  }
}
@media (max-width: 576px) {
  .tabs-block .container .grid .grid-item {
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 56px;
  }
  .tabs-block .container .grid .grid-item .grid-item-icon {
    font-size: 32px;
    width: 32px;
  }
  .tabs-block .container .grid .grid-item .grid-item-bottom {
    margin-top: 24px;
  }
}
@media (max-width: 1560px) {
  .tabs-block {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.stats-block-container .stats-block {
  padding: 0 15px;
}
.stats-block-container .stats-block .stat-intro {
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 75%;
}
.stats-block-container .stats-block .stat-intro h1, .stats-block-container .stats-block .stat-intro .h1 {
  color: #f93d00;
}
.stats-block-container .stats-block .stat-intro h6, .stats-block-container .stats-block .stat-intro .h6 {
  margin-right: 10px;
  font-weight: 300;
}
.stats-block-container .stats-block .stat-intro h6::after, .stats-block-container .stats-block .stat-intro .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.stats-block-container .stats-block .stat-intro h1, .stats-block-container .stats-block .stat-intro .h1, .stats-block-container .stats-block .stat-intro h2, .stats-block-container .stats-block .stat-intro .h2, .stats-block-container .stats-block .stat-intro h3, .stats-block-container .stats-block .stat-intro .h3, .stats-block-container .stats-block .stat-intro h4, .stats-block-container .stats-block .stat-intro .h4, .stats-block-container .stats-block .stat-intro h6, .stats-block-container .stats-block .stat-intro .h6, .stats-block-container .stats-block .stat-intro h5, .stats-block-container .stats-block .stat-intro .h5 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .stats-block-container .stats-block .stat-intro {
    max-width: 100%;
  }
}
.stats-block-container .stats-block .stats.row {
  justify-content: center;
}
.stats-block-container .stats-block .stat-circle-container {
  margin: 0 auto;
}
.stats-block-container .stats-block .stat-circle-container:first-child:nth-last-child(2), .stats-block-container .stats-block .stat-circle-container:first-child:nth-last-child(2) ~ .stat-circle-container {
  margin: 0;
}
@media (max-width: 360px) {
  .stats-block-container .stats-block .stat-circle-container {
    padding: 0;
  }
}
.stats-block-container .stats-block .stat-circle {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  text-align: center;
}
.stats-block-container .stats-block .stat-circle.solid {
  background-color: #2facab;
  color: white;
}
.stats-block-container .stats-block .stat-circle.solid p {
  color: white;
}
.stats-block-container .stats-block .stat-circle.bordered {
  border: 10px solid #f93d00;
  color: #f93d00;
}
.stats-block-container .stats-block .stat-circle .stat-subject {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0 15px;
}
.stats-block-container .stats-block .stat-circle.small .stat-subject {
  font-size: 2rem;
}
.stats-block-container .stats-block .stat-circle.medium .stat-subject {
  font-size: 3rem;
}
.stats-block-container .stats-block .stat-circle.large .stat-subject {
  font-size: 4rem;
}
.stats-block-container .stats-block .stat-circle .stat-caption {
  font-size: 1.25rem;
  text-align: center;
  display: block;
  max-width: 60%;
}
.stats-block-container .stats-block .stat-circle .stat-caption p {
  margin-bottom: 0;
}

.content-slider {
  z-index: 1;
  overflow-x: hidden;
  position: relative;
}
.content-slider.cards-block .container {
  padding: 0 15px;
}
@media (max-width: 600px) {
  .content-slider.cards-block .container {
    padding: 0 30px;
  }
}
.content-slider:not(.show-all-content) .slider-button {
  top: unset;
  bottom: 45px;
}
.content-slider:not(.show-all-content) .flickity-page-dots {
  margin-left: 132px;
}
@media (max-width: 767px) {
  .content-slider:not(.show-all-content):has(.slider-button) .flickity-prev-next-button {
    margin-left: 125px;
  }
  .content-slider:not(.show-all-content):has(.slider-button) .flickity-prev-next-button.next {
    margin-left: 0;
  }
  .content-slider:not(.show-all-content) .flickity-prev-next-button {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .content-slider:not(.show-all-content) {
    margin-left: 0px;
  }
}
.content-slider .flickity-page-dots {
  order: 2;
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  position: relative;
  width: auto;
  margin-right: 24px;
  bottom: 0;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .content-slider .flickity-page-dots {
    display: none;
  }
}
.content-slider .flickity-page-dots .dot {
  margin: 0;
  border-radius: 1px;
  flex: 1;
  position: relative;
  height: 1px;
}
.content-slider .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content-slider .flickity-page-dots .dot.is-selected::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.content-slider .flickity-prev-next-button {
  position: relative;
  order: 3;
  border-radius: 50%;
  transform: none;
  background-color: transparent;
  top: unset;
  right: unset !important;
  bottom: unset;
  left: unset !important;
  margin-top: 40px;
}
.content-slider .flickity-page-arrows .flickity-button:hover {
  background-color: white;
  color: #f93d00;
}
.content-slider .flickity-prev-next-button.previous {
  margin-right: 16px;
}
.content-slider a {
  text-decoration: none;
  color: black;
}
.content-slider a:hover {
  text-decoration: none;
}
.content-slider .slider-button {
  display: inline-block;
  top: 40px;
  position: relative;
}
.content-slider:not(.case-studies):not(.image-slider):not(.challenges) .main-carousel .carousel-cell {
  min-height: 370px;
}
@media (max-width: 1200px) {
  .content-slider:not(.case-studies):not(.image-slider):not(.challenges) .main-carousel::after {
    content: "flickity";
    display: none;
  }
}
@media (max-width: 1200px) {
  .content-slider.three-services .content-slider-block::after {
    content: "flickity";
    display: none;
  }
}
@media (min-width: 767px) {
  .content-slider.three-services {
    padding-bottom: 60px;
    margin-bottom: 16px;
  }
  .content-slider.three-services .flickity-button,
  .content-slider.three-services .flickity-page-dots {
    display: none;
  }
}
.content-slider.three-services:last-child {
  margin-bottom: 0px !important;
}
.content-slider.images-block .images-carousel::after {
  content: "flickity";
  display: none;
}
.content-slider.services .main-carousel .carousel-cell {
  min-height: 350px;
}
.content-slider.image-slider {
  margin-top: 0;
}
@media (max-width: 767px) {
  .content-slider.image-slider {
    row-gap: 40px;
  }
}
.content-slider.image-slider .main-carousel .carousel-cell {
  max-height: 250px !important;
  display: flex;
  align-items: center;
  width: auto;
}
@media (max-width: 100px) {
  .content-slider.image-slider .main-carousel::after {
    content: "flickity";
    display: none;
  }
}
@media (max-width: 767px) {
  .content-slider.case-studies .main-carousel::after {
    content: "flickity";
    display: none;
  }
}
.content-slider.properties .flickity-viewport {
  transition: all 0.5s ease-in-out;
}
.content-slider .main-carousel {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .content-slider .main-carousel {
    width: 85%;
  }
}
@media (max-width: 576px) {
  .content-slider .main-carousel {
    row-gap: 20px;
  }
}
@media (max-width: 750px) {
  .content-slider .main-carousel.single-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content-slider .main-carousel.single-item .people-card .slider-card-image {
    height: 100%;
  }
}
.content-slider .main-carousel:not(.flickity-enabled) {
  display: flex;
}
.content-slider .main-carousel:not(.flickity-enabled) .carousel-cell {
  margin: 0;
}
.content-slider .main-carousel:not(.flickity-enabled) + .slider-button {
  display: none;
}
.content-slider .main-carousel .slider-card-image {
  background-size: cover;
  background-color: #ddd;
  background-position: center;
  width: auto;
  height: 100%;
  border-radius: 10px 10px 0 0;
  margin: 0 0 0;
}
.content-slider .flickity-viewport {
  overflow: visible;
  order: 1;
  flex-basis: 100%;
  flex-shrink: 0;
}
.content-slider .introduction h6::after, .content-slider .introduction .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.content-slider .heading,
.content-slider .introduction {
  margin-bottom: 30px;
}
.content-slider .heading h1, .content-slider .heading .h1,
.content-slider .introduction h1,
.content-slider .introduction .h1 {
  color: #f93d00;
}
.content-slider.colour-background {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-slider.colour-background .heading,
.content-slider.colour-background .introduction {
  color: white;
}
.content-slider.colour-background .heading h1, .content-slider.colour-background .heading .h1, .content-slider.colour-background .heading p,
.content-slider.colour-background .introduction h1,
.content-slider.colour-background .introduction .h1,
.content-slider.colour-background .introduction p {
  color: white;
}
.content-slider.colour-background .flickity-page-dots .dot {
  background: white;
}
.content-slider.colour-background .flickity-page-dots .dot::after {
  background: white;
}
.content-slider.colour-background .flickity-prev-next-button {
  color: white;
  border: 2px solid white;
  margin-top: 40px;
}
.content-slider.colour-background .flickity-prev-next-button:hover {
  background-color: transparent;
}
.content-slider.colour-background.posts, .content-slider.colour-background.posts-and-services, .content-slider.colour-background.properties {
  background-image: url(../images/slider-orange-bg_e50a0082a1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EB4D24;
}
.content-slider.colour-background.posts::after, .content-slider.colour-background.posts-and-services::after, .content-slider.colour-background.properties::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
}
.content-slider.colour-background.people, .content-slider.colour-background.case-studies {
  background-image: url(../images/slider-blue-bg_6f5d71532c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4981BD;
}
.content-slider.colour-background.services {
  background-image: url(../images/slider-purple-bg_85d155c059.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4981BD;
}
.content-slider.colour-background::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
}
.content-slider.white-background.none .container .main-carousel.flickity-enabled, .content-slider.white-background.none_below .container .main-carousel.flickity-enabled {
  margin-bottom: 0px;
}
.content-slider.white-background.none .flickity-enabled + .slider-button, .content-slider.white-background.none_below .flickity-enabled + .slider-button {
  display: inline-block;
  position: absolute;
}
.content-slider.white-background:not(.show-all-content) .slider-button {
  top: unset;
}
.content-slider.white-background:not(.show-all-content) .flickity-page-dots {
  margin-left: 132px;
}
@media (max-width: 768px) {
  .content-slider.white-background:not(.show-all-content):has(.slider-button) .flickity-prev-next-button {
    margin-left: 125px;
  }
  .content-slider.white-background:not(.show-all-content):has(.slider-button) .flickity-prev-next-button.next {
    margin-left: 0;
  }
  .content-slider.white-background:not(.show-all-content) .flickity-prev-next-button {
    margin-top: 40px;
  }
}
.content-slider.white-background.none .container {
  padding: 0px 15px 0px;
}
@media (max-width: 600px) {
  .content-slider.white-background.none .container {
    padding: 0 30px;
  }
}
.content-slider.white-background.none_below .container:not(.no-bottom-padding) {
  padding: 15px 15px 0px 15px;
}
.content-slider.white-background.none_below .container.no-bottom-padding {
  padding: 15px 15px 0 15px;
}
@media (max-width: 1200px) {
  .content-slider.white-background.none_below .container.no-bottom-padding {
    padding: 15px 15px 60px 15px;
  }
}
.content-slider.white-background.none_below.case-studies .container.no-bottom-padding {
  padding: 15px 15px 0 15px;
}
@media (max-width: 767px) {
  .content-slider.white-background.none_below.case-studies .container.no-bottom-padding {
    padding: 15px 15px 60px 15px;
  }
}
.content-slider.white-background .flickity-prev-next-button {
  background-color: #333;
  border-color: #333;
  color: white;
  margin-top: 40px;
}
.content-slider.white-background .flickity-page-dots .dot {
  background-color: #333;
}
.content-slider.white-background.normal, .content-slider.white-background.none_above {
  margin-bottom: 0;
}
.content-slider.white-background.normal .container, .content-slider.white-background.none_above .container {
  padding: 15px 15px 100px;
}
.content-slider.white-background.posts .flickity-prev-next-button, .content-slider.white-background.posts-and-services .flickity-prev-next-button {
  background-color: #f93d00;
  border: 2px solid #f93d00;
  margin-top: 40px;
}
.content-slider.white-background.posts .flickity-page-dots .dot, .content-slider.white-background.posts-and-services .flickity-page-dots .dot {
  background: #f93d00;
}
.content-slider.white-background.posts .flickity-page-dots .dot::after, .content-slider.white-background.posts-and-services .flickity-page-dots .dot::after {
  background: #f93d00;
}
.content-slider.white-background.posts .slider-button, .content-slider.white-background.posts-and-services .slider-button {
  color: #f93d00;
  border-color: #f93d00;
}
.content-slider.white-background.posts .heading,
.content-slider.white-background.posts .introduction, .content-slider.white-background.posts-and-services .heading,
.content-slider.white-background.posts-and-services .introduction {
  color: black;
}
.content-slider.white-background.services .flickity-prev-next-button, .content-slider.white-background.people .flickity-prev-next-button, .content-slider.white-background.case-studies .flickity-prev-next-button {
  background-color: #2facab;
  border: 2px solid #2facab;
  margin-top: 40px;
}
.content-slider.white-background.services .flickity-page-dots .dot, .content-slider.white-background.people .flickity-page-dots .dot, .content-slider.white-background.case-studies .flickity-page-dots .dot {
  background: #2facab;
}
.content-slider.white-background.services .flickity-page-dots .dot::after, .content-slider.white-background.people .flickity-page-dots .dot::after, .content-slider.white-background.case-studies .flickity-page-dots .dot::after {
  background: #2facab;
}
.content-slider.white-background.services .slider-button, .content-slider.white-background.people .slider-button, .content-slider.white-background.case-studies .slider-button {
  border-color: #2facab;
}
.content-slider.white-background.services .heading,
.content-slider.white-background.services .introduction, .content-slider.white-background.people .heading,
.content-slider.white-background.people .introduction, .content-slider.white-background.case-studies .heading,
.content-slider.white-background.case-studies .introduction {
  color: black;
}
.content-slider.white-background.case-studies .heading {
  color: #2facab;
}
.content-slider.white-background.image-slider .flickity-prev-next-button {
  background-color: #dbdbdb;
  border: 2px solid #dbdbdb;
  margin-top: 40px;
}
.content-slider.white-background.image-slider .flickity-page-dots .dot {
  background: #dbdbdb;
}
.content-slider.white-background.image-slider .flickity-page-dots .dot::after {
  background: #dbdbdb;
}
.content-slider.white-background.image-slider .slider-button {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.content-slider.white-background.properties .flickity-prev-next-button {
  background-color: #ff9c00;
  border: 2px solid #ff9c00;
  margin-top: 40px;
}
.content-slider.white-background.properties .flickity-page-dots .dot {
  background: #ff9c00;
}
.content-slider.white-background.properties .flickity-page-dots .dot::after {
  background: #ff9c00;
}
.content-slider.white-background.properties .slider-button {
  color: #ff9c00;
  border-color: #ff9c00;
  background-color: transparent;
}
.content-slider.white-background.properties .heading,
.content-slider.white-background.properties .introduction {
  color: black;
}
.content-slider.white-background.purple .flickity-prev-next-button {
  background-color: #662D91;
  border: 2px solid #662D91;
  margin-top: 40px;
}
.content-slider.white-background.purple .flickity-page-dots .dot {
  background: #662D91;
}
.content-slider.white-background.purple .flickity-page-dots .dot::after {
  background: #662D91;
}
.content-slider.white-background.purple .slider-button {
  background-color: #662D91;
  border-color: #662D91;
}
.content-slider .container {
  padding: 0px 15px 0px 15px;
}
@media (max-width: 600px) {
  .content-slider .container {
    padding: 0px 30px 0px 30px;
  }
}
.content-slider.posts .card-container.carousel-cell, .content-slider.posts-and-services .card-container.carousel-cell, .content-slider.services .card-container.carousel-cell, .content-slider.people .card-container.carousel-cell, .content-slider.property .card-container.carousel-cell {
  counter-increment: carousel-cell;
  padding-right: 30px;
  width: calc(33.33% - 20px);
  box-sizing: content-box;
}
@media (min-width: 751px) and (max-width: 1200px) {
  .content-slider.posts .card-container.carousel-cell, .content-slider.posts-and-services .card-container.carousel-cell, .content-slider.services .card-container.carousel-cell, .content-slider.people .card-container.carousel-cell, .content-slider.property .card-container.carousel-cell {
    width: calc(50% - 15px);
  }
}
@media (max-width: 750px) {
  .content-slider.posts .card-container.carousel-cell, .content-slider.posts-and-services .card-container.carousel-cell, .content-slider.services .card-container.carousel-cell, .content-slider.people .card-container.carousel-cell, .content-slider.property .card-container.carousel-cell {
    width: 100%;
  }
}
.content-slider .card-container.carousel-cell:last-of-type:last-child {
  padding-right: 0;
}
.content-slider.people .card-container.carousel-cell:only-child {
  width: 100%;
}
.content-slider.posts-and-services .slider-button {
  display: none;
}
.content-slider.posts-and-services .flickity-page-dots {
  margin-left: 0;
}
.content-slider.posts .card, .content-slider.posts-and-services .card, .content-slider.services .card {
  height: 100%;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border: none;
}
.content-slider.services, .content-slider.posts-and-services .card-container.service {
  color: black;
}
.content-slider.services .service-icons, .content-slider.posts-and-services .card-container.service .service-icons {
  margin-bottom: 20px;
  display: flex;
}
.content-slider.services .service-icons .service-icon, .content-slider.posts-and-services .card-container.service .service-icons .service-icon {
  width: 25px;
  height: 25px;
  margin: 0 7px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content-slider.services .service-icons .service-icon img, .content-slider.posts-and-services .card-container.service .service-icons .service-icon img {
  max-width: 100%;
  height: auto;
}
.content-slider.services .card-content, .content-slider.posts-and-services .card-container.service .card-content {
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.content-slider.services .card-content .card-title, .content-slider.posts-and-services .card-container.service .card-content .card-title {
  font-size: 1.15rem;
}
.content-slider.services .card-content .date,
.content-slider.services .card-content .tag,
.content-slider.services .card-content .card-blurb,
.content-slider.services .card-content .read-article, .content-slider.posts-and-services .card-container.service .card-content .date,
.content-slider.posts-and-services .card-container.service .card-content .tag,
.content-slider.posts-and-services .card-container.service .card-content .card-blurb,
.content-slider.posts-and-services .card-container.service .card-content .read-article {
  display: none;
}
.content-slider.posts .card-container .card, .content-slider.posts-and-services .card-container.post .card {
  border-radius: 10px;
}
.content-slider.posts .card-container .card .card-content, .content-slider.posts-and-services .card-container.post .card .card-content {
  padding: 30px;
  height: 100%;
}
.content-slider.posts .card-container .card .card-content .service-icons, .content-slider.posts-and-services .card-container.post .card .card-content .service-icons {
  display: none;
}
.content-slider.posts .card-container .card .card-content .date, .content-slider.posts-and-services .card-container.post .card .card-content .date {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: bold;
  margin-left: 10px;
}
.content-slider.posts .card-container .card .card-content .card-title, .content-slider.posts-and-services .card-container.post .card .card-content .card-title {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.05rem;
  max-width: 75%;
  margin-bottom: 0;
}
.content-slider.posts-and-services .card-container.post .card:not(.with-photo) .card-content {
  border-radius: 10px;
  justify-content: flex-start;
}
.content-slider.posts-and-services .card-container.post .card:not(.with-photo) .read-article {
  display: block;
  color: white;
  position: absolute;
  bottom: 30px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
}
.content-slider.posts-and-services .card-container.post .card .card-blurb,
.content-slider.posts-and-services .card-container.post .card .read-article {
  display: none;
}
.content-slider.posts-and-services .card-container.post .card .tag {
  border-radius: 10px;
  background-color: white;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.65rem;
  font-weight: 600;
}
.content-slider.posts-and-services .card-container.post .card.news .card-content {
  background-color: #f93d00;
}
.content-slider.posts-and-services .card-container.post .card.news .card-content .tag {
  color: #f93d00;
}
.content-slider.posts-and-services .card-container.post .card.uncategorized .card-content {
  background-color: #662483;
}
.content-slider.posts-and-services .card-container.post .card.uncategorized .card-content .tag {
  color: #662483;
}
.content-slider.posts-and-services .card-container.post .card.market-insight .card-content {
  background-color: #ff9c00;
}
.content-slider.posts-and-services .card-container.post .card.market-insight .card-content .tag {
  color: #ff9c00;
}
.content-slider.posts-and-services .card-container.post .card:not(.news):not(.uncategorized):not(.market-insight) .card-content {
  background-color: #30a8ab;
}
.content-slider.posts-and-services .card-container.post .card:not(.news):not(.uncategorized):not(.market-insight) .card-content .tag {
  color: #30a8ab;
}
.content-slider.posts-and-services .card-container.post .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
.content-slider.posts-and-services .card-container.post .card-content .card-title {
  margin-top: 0;
}
.content-slider.posts-and-services .card-container.post .card-content .card-title,
.content-slider.posts-and-services .card-container.post .card-content .date {
  color: white;
}
.content-slider.posts .card-container .card .tag {
  border-radius: 10px;
  color: white;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.65rem;
  font-weight: 600;
}
.content-slider.posts .card-container .card .card-blurb {
  margin: 20px 0;
  color: #808285;
  font-size: 0.8rem;
  line-height: 1.5;
}
.content-slider.posts .card-container .card .date {
  color: #7a7c7f;
}
.content-slider.posts .card-container .card .card-title {
  margin-top: 20px;
}
.content-slider.posts .card-container .card .read-article {
  position: absolute;
  bottom: 30px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
}
.content-slider.posts .card-container .card .read-article .read-arrow {
  position: relative;
  left: 10px;
}
.content-slider.posts .card-container .card.news .card-content .tag {
  background-color: #f93d00;
}
.content-slider.posts .card-container .card.news .card-content .read-article {
  color: #f93d00;
}
.content-slider.posts .card-container .card.uncategorized .card-content .tag {
  background-color: #662483;
}
.content-slider.posts .card-container .card.uncategorized .card-content .read-article {
  color: #662483;
}
.content-slider.posts .card-container .card.market-insight .card-content .tag {
  background-color: #ff9c00;
}
.content-slider.posts .card-container .card.market-insight .card-content .read-article {
  color: #ff9c00;
}
.content-slider.posts .card-container .card.with-photo .card-blurb,
.content-slider.posts .card-container .card.with-photo .read-article {
  display: none;
}
.content-slider.posts .card-container .card.with-photo .card-title {
  margin-top: 0;
}
.content-slider.challenges .main-carousel .flickity-viewport {
  margin-left: -15px;
}
.content-slider.challenges .main-carousel .carousel-cell .card {
  background-color: #31ACAB;
  color: white;
}
.content-slider.challenges .main-carousel .flickity-prev-next-button {
  background-color: #31ACAB;
  border: 2px solid #31ACAB;
  color: white;
  margin-top: 40px;
}
.content-slider.challenges .main-carousel .flickity-page-dots .dot {
  background: #31ACAB;
}
.content-slider.challenges .main-carousel .flickity-page-dots .dot::after {
  background: #31ACAB;
}
.content-slider.basic-cards .carousel-cell {
  min-width: 290px;
  min-height: 200px !important;
}
.content-slider.basic-cards .carousel-cell a .vacancy-benefit-card {
  height: 100%;
}
.content-slider.basic-cards.colour-background {
  position: relative;
  overflow: hidden;
  background-image: url(../images/slider-blue-bg_6f5d71532c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4981BD;
}
.content-slider.basic-cards:not(.colour-background) .flickity-page-dots .dot {
  background: #31ACAB;
}
.content-slider.basic-cards:not(.colour-background) .flickity-page-dots .dot::after {
  background: #31ACAB;
}
.content-slider.basic-cards:not(.colour-background) .flickity-prev-next-button {
  background-color: #31ACAB;
  border: 2px solid #31ACAB;
  color: white;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .content-slider .people-card.card-container.carousel-cell:only-child {
    margin-right: 0;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card {
    flex-direction: row;
    height: 100%;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .image-and-icons {
    border-radius: 10px 0 0 10px;
    height: auto;
    width: 100%;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .image-and-icons .slider-card-image {
    border-radius: 10px 0 0 10px;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .contact-links-multiple {
    display: none;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .name {
    font-size: 2.5rem;
    transform: none;
    margin-bottom: 0.5rem;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .position {
    font-size: 1.25rem;
    transform: none;
    margin-bottom: 50px;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single {
    display: block;
    color: #f93d00;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single .contact-link {
    display: flex;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single .contact-link .contact-icon {
    margin-right: 10px;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single .contact-link .contact-icon svg,
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single .contact-link .contact-icon i {
    width: 28px;
    height: 28px;
    padding: 6px;
    border-radius: 50%;
    background-color: #f93d00;
    color: white;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single .contact-link .linkedin-icon i {
    padding-left: 7px;
  }
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single a,
  .content-slider .people-card.card-container.carousel-cell:only-child .card-content .contact-links-single p {
    color: #f93d00;
    word-break: break-word;
  }
}

.content-slider:not(.show-all-content).none.white-background .slider-button {
  bottom: 0px;
}

@media (min-width: 1200px) {
  .three-services .flickity-button,
  .three-services .flickity-page-dots {
    display: none;
  }
}
.three-services .slider-button {
  display: contents;
}
.three-services .slider-button a {
  margin-top: 2rem;
}

.news-and-insights-grid {
  background-color: #F5F5F5;
  overflow: hidden;
}
@media (min-width: 1205px) {
  .news-and-insights-grid {
    padding: 90px 0px 100px 0px;
  }
}
@media (max-width: 1204px) {
  .news-and-insights-grid {
    padding: 50px 0px 140px 0px;
  }
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(35, 31, 32, 0.1);
  }
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav .text-and-header {
    width: 40%;
  }
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav .text-and-header {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(35, 31, 32, 0.1);
  }
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options {
    width: 60%;
    justify-content: end;
  }
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options {
    padding-top: 20px;
    overflow-x: scroll;
  }
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options .featured_tab {
    min-width: max-content;
  }
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options {
  display: flex;
  align-items: center;
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options a {
    margin-right: 33px !important;
  }
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options a {
  margin-right: 20px;
  color: #808285;
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options a:hover {
  cursor: pointer;
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options a.active {
  color: #ED4C14;
  text-decoration: underline;
  text-decoration-color: #ED4C14;
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options .find-all-articles-button:hover {
  text-decoration: none;
  background-color: #ED4C14;
  color: #FFF;
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options .find-all-articles-button:hover i {
  color: #FFF;
}
@media (max-width: 1024px) {
  .news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options .find-all-articles-button.desktop {
    display: none;
  }
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options .find-all-articles-button {
  display: block;
  color: #ED4C14;
  border: 2px solid #ED4C14;
  padding: 12px 24px 12px 24px;
  border-radius: 15px;
  transition: all 0.3s;
}
.news-and-insights-grid .news-and-insight-nav .top-text-and-nav .nav-options .find-all-articles-button i {
  color: #ED4C14;
  margin-left: 14px;
  transform: translateY(1px);
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .main-carousel:after {
  content: "flickity";
  display: none;
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .main-carousel:after {
    content: "";
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container.special-feature-card .featured-nav-title {
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0px;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container {
  display: flex;
  column-gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container {
    flex-direction: column;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-content .featured-article-img {
  height: 360px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-content .featured-article-img {
    position: relative;
    flex-grow: 1;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-content .featured-article-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-content .featured-article-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-content .featured-property-img-container {
  max-height: 360px;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-content .featured-property-img-container img {
  height: 100%;
  object-fit: cover;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-text {
  padding-right: 22%;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-text .featured-nav-title {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-text .featured-nav-title {
    font-size: 24px;
    padding-top: 20px;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-text p {
  margin-bottom: 36px;
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-text {
    height: unset !important;
  }
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-text p {
    margin-bottom: 64px;
  }
}
@media (max-width: 576px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature .featured-nav-text {
    padding-right: 0;
  }
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature {
    width: 100% !important;
    margin-bottom: 24px;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .large-feature {
  width: 50%;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .featured-nav-content {
  box-shadow: 2px 2px 4px rgba(135, 136, 139, 0.2), -2px 2px 4px rgba(135, 136, 139, 0.2);
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .news--mini:hover p {
  color: black !important;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container:hover .news--mini .tag {
  background-color: white;
  color: #ED4C14;
  border: #ED4C14 2px solid;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container:hover .news--mini.market-insight .tag {
  background-color: white;
  color: #ff9c00;
  border: #ff9c00 2px solid;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container {
  text-decoration: none;
  height: 100%;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .featured-nav-text {
  height: fit-content;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .featured-nav-text:hover p {
  color: black;
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .featured-nav-text p {
    margin-bottom: 2rem;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .featured-nav-text span.date-section {
  color: #808285;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .featured-nav-text .main-featured {
  color: #ED4C14;
  font-size: 12px;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .featured-nav-container .featured-nav-text .main-featured .featured-star {
  margin-bottom: 3px;
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .featured-nav-container {
    grid-column: span 1/span 1;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .featured-nav-container .featured-article-img {
  height: 173px;
  overflow: hidden;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .featured-nav-container .featured-article-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .featured-nav-container .featured-nav-text p {
    margin-bottom: 1.5rem;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .flickity-viewport {
  overflow: visible;
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .flickity-button {
  top: 110%;
  color: #ED4C14;
  border: 2px solid #ED4C14;
  background: #F5F5F5;
}
@media (min-width: 1205px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .flickity-button.previous {
    right: 70px;
    left: unset;
  }
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .flickity-button {
    height: 40px;
    width: 40px;
  }
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .flickity-button.previous {
    left: 0px;
  }
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .flickity-button.next {
    left: 52px;
  }
}
@media (max-width: 1204px) {
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature {
    width: 100%;
  }
  .news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .featured-nav-container {
    width: 290px;
    margin-right: 30px;
  }
}
.news-and-insights-grid .news-and-insight-nav .featured-news-container .standard-feature .featured-nav-title {
  margin-bottom: 28px;
  padding-top: 12px;
}

.nav-options-tablet a {
  display: block;
  color: #ED4C14 !important;
  border: 2px solid #ED4C14;
  padding: 12px 24px 12px 24px;
  border-radius: 15px;
  max-width: fit-content;
  float: right;
  margin-top: 17px;
}
.nav-options-tablet a:hover {
  cursor: pointer;
}
.nav-options-tablet i {
  color: #ED4C14;
  margin-left: 14px;
  transform: translateY(1px);
}
@media (min-width: 1025px) {
  .nav-options-tablet {
    display: none;
  }
}

.featured_nav_title {
  font-weight: bold;
}

.properties-grid {
  overflow: hidden;
  background-color: #F5F5F5;
}
@media (min-width: 1205px) {
  .properties-grid {
    padding: 90px 0px 100px 0px;
  }
}
@media (max-width: 1204px) {
  .properties-grid {
    padding: 50px 0px 140px 0px;
  }
}
@media (min-width: 780px) {
  .properties-grid .properties-nav .top-text-and-nav {
    padding-bottom: 35px;
  }
}
.properties-grid .properties-nav .top-text-and-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(35, 31, 32, 0.1);
}
.properties-grid .properties-nav .top-text-and-nav .text-and-header {
  width: 100%;
}
@media (min-width: 780px) {
  .properties-grid .properties-nav .top-text-and-nav .text-and-header {
    width: 50%;
  }
}
@media (max-width: 779px) {
  .properties-grid .properties-nav .top-text-and-nav .text-and-header {
    margin-bottom: 24px;
  }
}
.properties-grid .properties-nav .top-text-and-nav .text-and-header h1, .properties-grid .properties-nav .top-text-and-nav .text-and-header .h1, .properties-grid .properties-nav .top-text-and-nav .text-and-header h2, .properties-grid .properties-nav .top-text-and-nav .text-and-header .h2, .properties-grid .properties-nav .top-text-and-nav .text-and-header h3, .properties-grid .properties-nav .top-text-and-nav .text-and-header .h3, .properties-grid .properties-nav .top-text-and-nav .text-and-header h4, .properties-grid .properties-nav .top-text-and-nav .text-and-header .h4, .properties-grid .properties-nav .top-text-and-nav .text-and-header h5, .properties-grid .properties-nav .top-text-and-nav .text-and-header .h5, .properties-grid .properties-nav .top-text-and-nav .text-and-header h6, .properties-grid .properties-nav .top-text-and-nav .text-and-header .h6, .properties-grid .properties-nav .top-text-and-nav .text-and-header p {
  margin-bottom: 0px;
}
@media (min-width: 780px) {
  .properties-grid .properties-nav .top-text-and-nav .nav-options.desktop {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
}
@media (max-width: 779px) {
  .properties-grid .properties-nav .top-text-and-nav .nav-options.desktop {
    display: none;
  }
}
.properties-grid .properties-nav .top-text-and-nav .nav-options a:hover {
  cursor: pointer;
}
.properties-grid .properties-nav .top-text-and-nav .nav-options .find-property-button:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #4981BC;
}
.properties-grid .properties-nav .top-text-and-nav .nav-options .find-property-button:hover i {
  color: #FFF;
}
.properties-grid .properties-nav .top-text-and-nav .nav-options .find-property-button {
  display: block;
  color: #4981BC;
  border: 2px solid #4981BC;
  padding: 12px 24px 12px 24px;
  border-radius: 15px;
  transition: all 0.3s;
}
.properties-grid .properties-nav .top-text-and-nav .nav-options .find-property-button i {
  color: #4981BC;
  margin-left: 14px;
  transform: translateY(1px);
}
.properties-grid .properties-nav .featured-news-container .main-carousel:after {
  content: "flickity";
  display: none;
}
@media (min-width: 1205px) {
  .properties-grid .properties-nav .featured-news-container .main-carousel:after {
    content: "";
  }
}
.properties-grid .properties-nav .featured-news-container.special-feature-card .featured-nav-title {
  font-size: 16px;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0px;
}
.properties-grid .properties-nav .featured-news-container {
  display: flex;
  column-gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1205px) {
  .properties-grid .properties-nav .featured-news-container {
    flex-direction: column;
  }
}
.properties-grid .properties-nav .featured-news-container .large-feature .featured-nav-title {
  font-size: 24px;
}
.properties-grid .properties-nav .featured-news-container .large-feature .featured-property-img-container {
  max-height: 360px;
  overflow: hidden;
}
.properties-grid .properties-nav .featured-news-container .large-feature .featured-property-img-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 0.4s;
  transition-timing-function: ease-in-out;
}
.properties-grid .properties-nav .featured-news-container .large-feature .card-content-properties {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
}
.properties-grid .properties-nav .featured-news-container .large-feature .card-content-properties.padding-for-person {
  padding-bottom: 75px;
}
.properties-grid .properties-nav .featured-news-container .large-feature {
  width: 50%;
}
@media (max-width: 1205px) {
  .properties-grid .properties-nav .featured-news-container .large-feature {
    width: 100%;
    margin-bottom: 24px;
  }
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .news--mini:hover .featured-nav-text {
  color: black !important;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .news--mini:hover .property-card-availability p {
  color: white !important;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .news--mini:hover .property-availability-type .spec-content {
  color: white;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container {
  text-decoration: none;
  height: 100%;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text {
  text-decoration: none;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text:hover {
  text-decoration: none;
}
@media (max-width: 1204px) {
  .properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text {
    height: 100%;
  }
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text {
  display: block;
  position: relative;
  padding-bottom: 0px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text .opportunity-type-and-featured {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  column-gap: 12px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text .opportunity-type-and-featured .specs .pill-padding {
  margin-left: 5px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text .spec-content {
  margin-bottom: 0px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text .condensed-address {
  font-size: 14px;
}
@media (max-width: 1204px) {
  .properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text .condensed-address {
    margin-bottom: 0px;
  }
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text:hover p {
  color: black;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text:hover .property-card-availability p {
  color: white !important;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text:hover .property-availability-type .spec-content {
  color: white;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text span.date-section {
  color: #808285;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text .main-featured {
  color: #ED4C14;
  font-size: 12px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .featured-nav-text .main-featured .featured-star {
  margin-bottom: 3px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section.lg-card-padding {
  position: absolute;
  bottom: 0px;
  padding: 0px 32px 32px 32px;
  width: 100%;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section.sm-card-padding {
  padding: 0px 20px 20px 20px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section {
  display: flex;
  align-items: center;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section .contact-person-image {
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section .contact-person-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  transition-timing-function: ease-in-out;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section .contact-person-details {
  margin-left: 15px;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section .contact-person-details span {
  display: block;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container .contact-person-section .contact-person-details .mobile-number {
  color: #808285;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-container:hover .featured-property-img-container img {
  transform: scale(1.1);
}
.properties-grid .properties-nav .featured-news-container .featured-nav-title {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 8px;
}
@media (min-width: 1206px) {
  .properties-grid .properties-nav .featured-news-container .standard-feature {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }
  .properties-grid .properties-nav .featured-news-container .standard-feature .featured-nav-container {
    grid-column: span 1/span 1;
  }
}
.properties-grid .properties-nav .featured-news-container .standard-feature .flickity-viewport {
  overflow: visible;
}
.properties-grid .properties-nav .featured-news-container .standard-feature .flickity-button {
  top: 110%;
  color: #4981BC;
  border: 2px solid #4981BC;
  background: #F5F5F5;
}
@media (min-width: 780px) {
  .properties-grid .properties-nav .featured-news-container .standard-feature .flickity-button.previous {
    right: 70px;
    left: unset;
  }
}
@media (max-width: 779px) {
  .properties-grid .properties-nav .featured-news-container .standard-feature .flickity-button {
    height: 40px;
    width: 40px;
  }
  .properties-grid .properties-nav .featured-news-container .standard-feature .flickity-button.previous {
    left: 0px;
  }
  .properties-grid .properties-nav .featured-news-container .standard-feature .flickity-button.next {
    left: 52px;
  }
}
@media (max-width: 1205px) {
  .properties-grid .properties-nav .featured-news-container .standard-feature {
    width: 100%;
  }
  .properties-grid .properties-nav .featured-news-container .standard-feature .featured-nav-container {
    width: 290px;
    margin-right: 30px;
  }
}
.properties-grid .properties-nav .featured-news-container .standard-feature .featured-nav-content .featured-property-img-container {
  height: 170px;
  min-height: 170px;
  overflow: hidden;
}
.properties-grid .properties-nav .featured-news-container .standard-feature .featured-nav-content .featured-property-img-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 0.4s;
  transition-timing-function: ease-in-out;
}
.properties-grid .properties-nav .featured-news-container .standard-feature .featured-nav-content .card-content-properties {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-content:hover p {
  color: black;
}
.properties-grid .properties-nav .featured-news-container .featured-nav-content:hover .property-card-availability p {
  color: white !important;
}
.properties-grid .properties-nav .featured-news-container .property-card-availability p {
  color: white !important;
}
.properties-grid .properties-nav .featured-news-container .property-availability-type .spec-content {
  padding: 10px 11px;
  color: #fff;
  background-color: #4382c2;
  border-radius: 11px;
  margin-bottom: 15px;
  font-size: 12px;
  display: inline-block;
  line-height: 11px;
}
.properties-grid .properties-nav .featured-news-container .property-availability-type .spec-content.for_sale {
  background-color: #31ACAB;
}
@media (min-width: 780px) {
  .properties-grid .properties-nav .nav-options.tablet {
    display: none;
  }
}
@media (max-width: 779px) {
  .properties-grid .properties-nav .nav-options.tablet {
    display: block;
  }
  .properties-grid .properties-nav .nav-options.tablet a:hover {
    cursor: pointer;
  }
  .properties-grid .properties-nav .nav-options.tablet .find-property-button:hover {
    text-decoration: none;
  }
  .properties-grid .properties-nav .nav-options.tablet .find-property-button {
    display: block;
    color: #4981BC;
    border: 2px solid #4981BC;
    padding: 10px 22px 10px 22px;
    border-radius: 15px;
    max-width: fit-content;
    float: right;
    font-size: 14px;
    margin-top: 17px;
  }
  .properties-grid .properties-nav .nav-options.tablet .find-property-button i {
    color: #4981BC;
    margin-left: 14px;
    transform: translateY(1px);
  }
}
.properties-grid .featured-nav-content {
  box-shadow: 2px 2px 4px rgba(135, 136, 139, 0.2), -2px 2px 4px rgba(135, 136, 139, 0.2);
}

.featured-person {
  overflow: hidden;
  color: white;
}
@media (min-width: 601px) {
  .featured-person {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
@media (max-width: 600px) {
  .featured-person {
    padding-top: 50px;
    padding-bottom: 140px;
  }
}
@media (max-width: 600px) {
  .featured-person {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.featured-person.purple {
  background: linear-gradient(73.83deg, #662483 0.93%, #4382c2 95.67%);
}
.featured-person.teal {
  background: linear-gradient(73.83deg, #2facab 0.93%, #4382c2 95.67%);
}
.featured-person.blue {
  background: linear-gradient(73.83deg, #4382c2 0.93%, #43a5c2 95.67%);
}
.featured-person.orange {
  background: linear-gradient(73.83deg, #ff9c00 0.93%, #dc3545 95.67%);
}
.featured-person.red {
  background: linear-gradient(73.83deg, #dc3545 0.93%, #dc4635 95.67%);
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-card-carousel {
    padding-bottom: 40px;
  }
}
.featured-person .featured-person-wrapping .flickity-viewport {
  overflow: visible;
}
.featured-person .featured-person-wrapping .flickity-button {
  top: 110%;
  color: white;
  border: 2px solid white;
  background: transparent;
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .flickity-button.previous {
    right: 70px;
    left: unset;
  }
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .flickity-button {
    height: 40px;
    width: 40px;
  }
  .featured-person .featured-person-wrapping .flickity-button.previous {
    left: 0px;
  }
  .featured-person .featured-person-wrapping .flickity-button.next {
    left: 52px;
  }
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .featured-person-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-profile-link:hover {
  text-decoration: none;
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-profile-link:hover a {
  background-color: white;
  color: #4981BD;
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-profile-link:hover i {
  color: #4981BD;
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-profile-link a {
    max-width: fit-content;
  }
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-profile-link a {
  display: block;
  color: white;
  border: 2px solid white;
  padding: 12px 24px 12px 24px;
  border-radius: 15px;
  transition: all 0.3s;
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-profile-link a i {
  color: white;
  margin-left: 14px;
  transform: translateY(1px);
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-profile-link a:hover {
  cursor: pointer;
  text-decoration: none;
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details {
  display: flex;
  column-gap: 70px;
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details {
    flex-direction: column;
  }
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details h2, .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details .h2, .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details p {
    color: white;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details span {
    margin-bottom: 20px;
  }
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
}
@media (min-width: 993px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details h2, .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details .h2 {
    font-size: 48px;
  }
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details span {
  padding: 8px 12px;
  max-width: fit-content;
  border-radius: 8px;
  display: inline-block;
  background: white;
  color: #662483;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details h2, .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details .h2, .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-details p {
    color: white;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image {
    max-width: 195px;
  }
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image .featured-image {
  position: relative;
  height: 100%;
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image .featured-image {
    min-height: 275px;
  }
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image .featured-image .shaped-image {
    transform: scaleX(-1);
    clip-path: url(#angle_svg);
  }
}
.featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image .featured-image .shaped-image {
  background-size: cover;
  position: absolute;
  aspect-ratio: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image .featured-image .shaped-image {
    clip-path: url(#mobile_angle_svg);
    max-width: 100%;
    height: 390px;
    background-position: center;
  }
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image .featured-image .shape-svg-container {
    transform: rotate(270deg);
  }
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .featured-person-header .featured-person-image-and-details .featured-person-image .featured-image .shape-svg-container {
    transform: rotate(180);
  }
}
.featured-person .featured-person-wrapping .featured-person-options {
  padding: 70px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .featured-person-options {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-options {
    flex-direction: column;
  }
  .featured-person .featured-person-wrapping .featured-person-options .tabs-section a {
    padding-right: 20px;
    padding-left: 0px;
  }
  .featured-person .featured-person-wrapping .featured-person-options .tabs-section a:hover {
    cursor: pointer;
  }
  .featured-person .featured-person-wrapping .featured-person-options .tabs-section a.active {
    color: white;
    font-weight: bold;
  }
}
.featured-person .featured-person-wrapping .featured-person-options .person-content-header h4, .featured-person .featured-person-wrapping .featured-person-options .person-content-header .h4 {
  color: white;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-options .person-content-header h4, .featured-person .featured-person-wrapping .featured-person-options .person-content-header .h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
  }
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-options .tabs-section {
    padding-top: 20px;
  }
}
@media (min-width: 785px) {
  .featured-person .featured-person-wrapping .featured-person-options .tabs-section a {
    padding-left: 33px;
  }
}
@media (max-width: 784px) {
  .featured-person .featured-person-wrapping .featured-person-options .tabs-section a {
    padding-right: 20px;
  }
}
.featured-person .featured-person-wrapping .featured-person-options .tabs-section a:hover {
  cursor: pointer;
}
.featured-person .featured-person-wrapping .featured-person-options .tabs-section a.active {
  color: white;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: white;
}

.featured-person-cards {
  height: 100%;
}
.featured-person-cards .article-card-padding .featured-nav-content {
  padding-bottom: 36px;
}
.featured-person-cards {
  margin-top: 24px;
}
.featured-person-cards:hover {
  text-decoration: none;
}
.featured-person-cards .case-study-card {
  height: 100%;
  max-width: 300px;
}
.featured-person-cards .case-study-card .card-content {
  padding: 22px 16px 0;
}
.featured-person-cards .case-study-card:hover {
  text-decoration: none;
}
.featured-person-cards .case-study-card .card-content .card-title span {
  text-decoration: none !important;
}
.featured-person-cards .case-study-card .card-content .card-title span:hover {
  text-decoration: none !important;
}
.featured-person-cards .featured-property-img-container {
  height: 170px;
  overflow: hidden;
}
.featured-person-cards .featured-nav-container {
  height: 390px;
  text-decoration: none;
  min-height: fit-content;
  width: 300px;
  margin-right: 50px;
}
.featured-person-cards .featured-nav-container:hover img {
  transform: scale(1.1);
}
.featured-person-cards .featured-nav-container .featured-nav-content {
  height: 100%;
  min-height: fit-content;
  position: relative;
}
.featured-person-cards .featured-nav-container .featured-nav-content:hover p {
  color: black;
}
.featured-person-cards .featured-nav-container .featured-nav-content .featured-article-img {
  height: 170px;
  overflow: hidden;
}
.featured-person-cards .featured-nav-container .featured-nav-content .featured-article-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s;
  transition-timing-function: ease-in-out;
}
.featured-person-cards .featured-nav-container .news--mini:hover .featured-nav-text {
  color: black !important;
}
.featured-person-cards .featured-nav-container .news--mini:hover .property-card-availability p {
  color: white !important;
}
.featured-person-cards .featured-nav-container .news--mini:hover .property-availability-type .spec-content {
  color: white;
}
.featured-person-cards .featured-nav-container .property-availability-type .spec-content {
  padding: 10px 11px;
  color: #fff;
  background-color: #4382c2;
  border-radius: 11px;
  margin-bottom: 0px;
  font-size: 12px;
  display: inline-block;
  line-height: 11px;
}
.featured-person-cards .featured-nav-container .property-availability-type .spec-content.for_sale {
  background-color: #31ACAB;
}
.featured-person-cards .featured-nav-container .featured-nav-text {
  padding-bottom: 0px;
}
.featured-person-cards .featured-nav-container .featured-nav-text:hover {
  color: black;
  text-decoration: none;
}
.featured-person-cards .featured-nav-container .featured-nav-text:hover p {
  color: black;
}
.featured-person-cards .featured-nav-container .featured-nav-text:hover .property-card-availability p {
  color: white !important;
}
.featured-person-cards .featured-nav-container .featured-nav-text:hover .property-availability-type .spec-content {
  color: white;
}
.featured-person-cards .featured-nav-container .featured-nav-text span.date-section {
  color: #808285;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
}
.featured-person-cards .featured-nav-container .featured-nav-text .main-featured {
  color: #ED4C14;
  font-size: 12px;
}
.featured-person-cards .featured-nav-container .featured-nav-text .main-featured .featured-star {
  margin-bottom: 3px;
}
.featured-person-cards .featured-nav-container .contact-person-section {
  display: none;
}

.featured-nav-title {
  font-weight: bold !important;
  font-size: 16px;
}

.info-banner {
  background-image: url(../images/info-banner-blue_78631f4ee8.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
}
.info-banner::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  z-index: 1;
}
.info-banner .page-container {
  z-index: 2;
  position: relative;
  padding: 150px 0 150px 150px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .info-banner .page-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .info-banner .page-container {
    padding: 80px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .info-banner .page-container {
    padding: 50px;
  }
  .info-banner .page-container .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .info-banner .page-container {
    padding: 30px;
  }
}
@media (min-width: 1201px) {
  .info-banner .page-container .info {
    width: 50%;
    margin-right: 200px;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .info-banner .page-container .info {
    width: 100%;
  }
}
@media (max-width: 993px) {
  .info-banner .page-container .info {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .info-banner .page-container .info {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .info-banner .page-container .info {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.info-banner .page-container .info .back-link a {
  text-decoration: none;
  color: white;
  display: block;
  margin-bottom: 15px;
  font-size: 1rem;
  position: relative;
}
.info-banner .page-container .info .heading {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .info-banner .page-container .info .heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .info-banner .page-container .info .heading {
    font-size: 3rem;
  }
}
.info-banner .page-container .info .labels {
  margin: 40px 0 10px 0;
}
@media (max-width: 767px) {
  .info-banner .page-container .info .labels {
    margin: 20px 0 0 0;
  }
}
.info-banner .page-container .info .labels .label {
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 10px 10px 0 0;
}
.info-banner .page-container .info .labels .label:nth-of-type(1), .info-banner .page-container .info .labels .label:nth-of-type(4n+5) {
  background-color: white;
  color: #2facab;
}
.info-banner .page-container .info .labels .label:nth-of-type(2), .info-banner .page-container .info .labels .label:nth-of-type(4n+6) {
  background-color: #4382c2;
}
.info-banner .page-container .info .labels .label:nth-of-type(3), .info-banner .page-container .info .labels .label:nth-of-type(4n+7) {
  background-color: #f93d00;
}
.info-banner .page-container .info .labels .label:nth-of-type(4), .info-banner .page-container .info .labels .label:nth-of-type(4n+8) {
  background-color: #ff9c00;
}
.info-banner .page-container .info .fast-facts {
  margin-right: 0;
  margin-left: 0;
}
.info-banner .page-container .info .fast-facts .show-4-facts:nth-of-type(1), .info-banner .page-container .info .fast-facts .show-4-facts:nth-of-type(2),
.info-banner .page-container .info .fast-facts .show-3-facts:nth-of-type(1),
.info-banner .page-container .info .fast-facts .show-3-facts:nth-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.info-banner .page-container .info .fast-facts .show-5-facts:nth-of-type(1), .info-banner .page-container .info .fast-facts .show-5-facts:nth-of-type(2), .info-banner .page-container .info .fast-facts .show-5-facts:nth-of-type(3),
.info-banner .page-container .info .fast-facts .show-6-facts:nth-of-type(1),
.info-banner .page-container .info .fast-facts .show-6-facts:nth-of-type(2),
.info-banner .page-container .info .fast-facts .show-6-facts:nth-of-type(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 992px) {
  .info-banner .page-container .info .fast-facts .show-5-facts:nth-of-type(4),
  .info-banner .page-container .info .fast-facts .show-6-facts:nth-of-type(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.info-banner .page-container .info .fast-facts .fact {
  min-height: 100px;
  padding: 30px 100px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 180px;
}
.info-banner .page-container .info .fast-facts .fact p {
  color: white;
}
@media (max-width: 992px) {
  .info-banner .page-container .info .fast-facts .fact {
    padding: 30px 30px 30px 0;
  }
}
.info-banner .page-container .info .fast-facts .show-5-facts,
.info-banner .page-container .info .fast-facts .show-6-facts {
  padding-right: 70px;
}
.info-banner .page-container .info .fast-facts .number-and-unit {
  margin-bottom: 5px;
}
.info-banner .page-container .info .fast-facts .fact-number {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
}
.info-banner .page-container .info .fast-facts .fact-unit {
  opacity: 0.6;
  font-size: 1.5rem;
  display: inline-block;
}
.info-banner .page-container .info .fast-facts .fact-caption {
  font-size: 1rem;
  display: inline-block;
}
.info-banner .page-container .info .fast-facts .fact-logo {
  max-width: 100%;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.info-banner .page-container .main-carousel {
  width: 50%;
  padding: 10px 0;
  flex: 40%;
}
@media (max-width: 767px) {
  .info-banner .page-container .main-carousel::after {
    content: "flickity";
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .info-banner .page-container .main-carousel.two-items {
    display: flex;
    justify-content: space-between;
  }
  .info-banner .page-container .main-carousel.two-items .card-container.carousel-cell {
    width: 50%;
  }
  .info-banner .page-container .main-carousel.two-items .card-container.carousel-cell:last-of-type {
    padding-right: 0;
  }
  .info-banner .page-container .main-carousel::after {
    content: "";
    display: none;
  }
}
@media (min-width: 1201px) {
  .info-banner .page-container .main-carousel::after {
    content: "flickity";
    display: none;
  }
}
.info-banner .page-container .main-carousel .flickity-prev-next-button {
  border-radius: 50%;
  transform: none;
  top: 10px;
  margin: 10px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  position: relative;
}
.info-banner .page-container .main-carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.info-banner .page-container .main-carousel .flickity-button:disabled {
  opacity: 1;
}
.info-banner .page-container .main-carousel .flickity-prev-next-button.next,
.info-banner .page-container .main-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.info-banner .page-container .main-carousel .flickity-page-arrows .flickity-button:hover {
  background-color: white;
}
.info-banner .page-container .main-carousel .flickity-viewport {
  overflow-y: visible;
}
@media (max-width: 767px) {
  .info-banner .page-container .main-carousel.single-item {
    width: 100%;
  }
}
.info-banner .page-container .main-carousel.add-lead-contact .carousel-cell:first-of-type .card .image-and-icons::after {
  content: "Lead contact";
  background-color: #2facab;
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 434px) {
  .info-banner .page-container .main-carousel.add-lead-contact .carousel-cell:first-of-type .card .image-and-icons::after {
    position: relative;
    top: auto;
    bottom: 60px;
    left: calc(100% - 140px);
  }
}
.info-banner .page-container .main-carousel .card-container.carousel-cell {
  counter-increment: carousel-cell;
  padding-right: 30px;
  width: calc(75% - 20px);
  box-sizing: content-box;
}
.info-banner .page-container .main-carousel .card-container.carousel-cell .card {
  box-shadow: none;
}
.info-banner .page-container .main-carousel .card-container.carousel-cell .card .name {
  text-decoration: none;
  color: black;
}
.info-banner .page-container .main-carousel .card-container.carousel-cell .card .name:hover {
  text-decoration: none;
}
.info-banner .page-container .main-carousel .card-container.carousel-cell:last-of-type {
  padding-right: 50px;
}
.info-banner .page-container .main-carousel .card-container.carousel-cell .contact-icon svg,
.info-banner .page-container .main-carousel .card-container.carousel-cell .contact-icon i {
  background-color: #2facab;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .info-banner .page-container .main-carousel .card-container.carousel-cell {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .info-banner .page-container .main-carousel .card-container.carousel-cell {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .info-banner .page-container .main-carousel {
    flex: 50%;
  }
}
@media (max-width: 1200px) {
  .info-banner .page-container .main-carousel {
    margin: 30px 0;
    width: 100%;
  }
  .info-banner .page-container .main-carousel .flickity-viewport {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .info-banner .page-container .main-carousel {
    width: 85%;
  }
}
.info-banner .card-container.carousel-cell:last-of-type {
  padding-right: 0;
}
.info-banner .card-container.carousel-cell:only-child {
  width: 100%;
}
@media (max-width: 767px) {
  .info-banner .card-container.carousel-cell:nth-child(1):nth-last-child(2),
  .info-banner .card-container.carousel-cell:nth-child(2):nth-last-child(1) {
    width: 100%;
  }
}

.call-to-action .page-container {
  display: flex;
  padding-left: calc((100vw - 1140px) / 2);
  align-items: center;
}
@media (max-width: 1200px) {
  .call-to-action .page-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .call-to-action .page-container {
    padding-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .call-to-action .page-container {
    padding-left: 30px;
  }
  .call-to-action .page-container .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .call-to-action .page-container {
    padding: 0 30px;
  }
  .call-to-action .page-container .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.call-to-action .page-container .info {
  padding-left: 5px;
}
.call-to-action .page-container .info .content a {
  color: inherit;
  text-decoration: underline;
}
.call-to-action .page-container .info .content a:hover {
  text-decoration: none;
}
@media (min-width: 1201px) {
  .call-to-action .page-container .info {
    flex: 50%;
    margin-right: 50px;
  }
  .call-to-action .page-container .info .content {
    width: 75%;
  }
  .call-to-action .page-container .info .content h6::after, .call-to-action .page-container .info .content .h6::after {
    content: "––––––––";
    position: relative;
    top: 0;
    bottom: 0;
    color: #fd5d00;
    left: 15px;
  }
}
.call-to-action .page-container .main-carousel.flickity-enabled .card-container.carousel-cell {
  margin: 0 0 20px 20px;
}
.call-to-action .page-container .main-carousel {
  width: 50%;
  margin-left: 30px;
  padding: 0;
}
.call-to-action .page-container .main-carousel.add-lead-contact .carousel-cell:first-of-type .card .image-and-icons::after {
  content: "Lead contact";
  background-color: #2facab;
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-block;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 434px) {
  .call-to-action .page-container .main-carousel.add-lead-contact .carousel-cell:first-of-type .card .image-and-icons::after {
    position: relative;
    top: 10px;
    left: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .call-to-action .page-container .main-carousel::after {
    content: "flickity";
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .call-to-action .page-container .main-carousel.two-items {
    display: flex;
    justify-content: space-between;
  }
  .call-to-action .page-container .main-carousel.two-items .card-container.carousel-cell {
    width: 50%;
  }
  .call-to-action .page-container .main-carousel.two-items .card-container.carousel-cell:last-of-type {
    padding-right: 0;
  }
  .call-to-action .page-container .main-carousel::after {
    content: "";
    display: none;
  }
}
@media (min-width: 1201px) {
  .call-to-action .page-container .main-carousel::after {
    content: "flickity";
    display: none;
  }
}
.call-to-action .page-container .main-carousel .flickity-prev-next-button {
  border-radius: 50%;
  transform: none;
  top: 10px;
  background-color: #2facab;
  color: white;
  border: 1px solid white;
  position: relative;
}
.call-to-action .page-container .main-carousel .flickity-prev-next-button.previous {
  margin-right: 16px;
}
.call-to-action .page-container .main-carousel .flickity-button:disabled {
  opacity: 1;
}
.call-to-action .page-container .main-carousel .flickity-prev-next-button.next,
.call-to-action .page-container .main-carousel .flickity-prev-next-button.previous {
  left: 30px;
}
@media (max-width: 1200px) {
  .call-to-action .page-container .main-carousel .flickity-prev-next-button.next,
  .call-to-action .page-container .main-carousel .flickity-prev-next-button.previous {
    left: 0;
  }
}
.call-to-action .page-container .main-carousel .flickity-page-arrows .flickity-button:hover {
  background-color: #2facab;
}
.call-to-action .page-container .main-carousel .flickity-viewport {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .call-to-action .page-container .main-carousel.single-item {
    width: 100%;
  }
}
.call-to-action .page-container .main-carousel .card-container.carousel-cell {
  counter-increment: carousel-cell;
  padding: 0 0 0 30px;
  width: calc(75% - 30px);
  box-sizing: content-box;
  margin: 0 0 0px 20px;
}
.call-to-action .page-container .main-carousel .card-container.carousel-cell:last-of-type {
  padding-right: 50px;
}
.call-to-action .page-container .main-carousel .card-container.carousel-cell a {
  color: black;
  text-decoration: none;
}
.call-to-action .page-container .main-carousel .card-container.carousel-cell a:hover {
  text-decoration: none;
}
.call-to-action .page-container .main-carousel .card-container.carousel-cell .contact-icon svg,
.call-to-action .page-container .main-carousel .card-container.carousel-cell .contact-icon i {
  background-color: #2facab;
}
@media (max-width: 1200px) {
  .call-to-action .page-container .main-carousel .card-container.carousel-cell {
    margin: 0;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  .call-to-action .page-container .main-carousel .card-container.carousel-cell {
    width: 350px;
  }
}
@media (max-width: 600px) {
  .call-to-action .page-container .main-carousel .card-container.carousel-cell {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .call-to-action .page-container .main-carousel {
    flex: 50%;
  }
}
@media (max-width: 1200px) {
  .call-to-action .page-container .main-carousel {
    margin: 0;
    width: 100%;
  }
  .call-to-action .page-container .main-carousel .flickity-viewport {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .call-to-action .page-container .main-carousel {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .call-to-action .page-container .main-carousel .card-container.carousel-cell:nth-child(1):nth-last-child(2),
  .call-to-action .page-container .main-carousel .card-container.carousel-cell:nth-child(2):nth-last-child(1) {
    width: 100%;
  }
}

.banner-block {
  position: relative;
  overflow: hidden;
}
.banner-block .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: calc(100% - 150px);
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(50%);
}
.banner-block .flickity-page-dots .dot {
  margin: 8px 0;
  background: white;
}
.banner-block .carousel-cell {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 991px) {
  .banner-block .carousel-cell {
    padding-top: 101px;
  }
}
.banner-block .carousel-cell .banner-bg-shapes {
  position: absolute;
  right: 0;
}
.banner-block .carousel-cell .teal-default {
  background: #30a8ab;
}
.banner-block .carousel-cell .overlay-colour {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8;
}
.banner-block .carousel-cell .hide-styling {
  display: none;
}
.banner-block .carousel-cell iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.banner-block .carousel-cell .container {
  z-index: 2;
  padding: 100px 15px 100px 15px;
}
@media (min-width: 992px) {
  .banner-block .carousel-cell .container.extra-space-top {
    padding: 220px 0 100px 0;
  }
}
.banner-block .carousel-cell .content {
  color: white;
  max-width: 75%;
}
.banner-block .carousel-cell .content p, .banner-block .carousel-cell .content h1, .banner-block .carousel-cell .content .h1, .banner-block .carousel-cell .content h2, .banner-block .carousel-cell .content .h2, .banner-block .carousel-cell .content h3, .banner-block .carousel-cell .content .h3, .banner-block .carousel-cell .content h4, .banner-block .carousel-cell .content .h4, .banner-block .carousel-cell .content h5, .banner-block .carousel-cell .content .h5, .banner-block .carousel-cell .content h6, .banner-block .carousel-cell .content .h6, .banner-block .carousel-cell .content ul li, .banner-block .carousel-cell .content blockquote p {
  color: white;
}
.banner-block .carousel-cell .content p a, .banner-block .carousel-cell .content h1 a, .banner-block .carousel-cell .content .h1 a, .banner-block .carousel-cell .content h2 a, .banner-block .carousel-cell .content .h2 a, .banner-block .carousel-cell .content h3 a, .banner-block .carousel-cell .content .h3 a, .banner-block .carousel-cell .content h4 a, .banner-block .carousel-cell .content .h4 a, .banner-block .carousel-cell .content h5 a, .banner-block .carousel-cell .content .h5 a, .banner-block .carousel-cell .content h6 a, .banner-block .carousel-cell .content .h6 a, .banner-block .carousel-cell .content ul li a, .banner-block .carousel-cell .content blockquote p a {
  color: inherit !important;
  text-decoration: underline;
}
.banner-block .carousel-cell .content p a:hover, .banner-block .carousel-cell .content h1 a:hover, .banner-block .carousel-cell .content .h1 a:hover, .banner-block .carousel-cell .content h2 a:hover, .banner-block .carousel-cell .content .h2 a:hover, .banner-block .carousel-cell .content h3 a:hover, .banner-block .carousel-cell .content .h3 a:hover, .banner-block .carousel-cell .content h4 a:hover, .banner-block .carousel-cell .content .h4 a:hover, .banner-block .carousel-cell .content h5 a:hover, .banner-block .carousel-cell .content .h5 a:hover, .banner-block .carousel-cell .content h6 a:hover, .banner-block .carousel-cell .content .h6 a:hover, .banner-block .carousel-cell .content ul li a:hover, .banner-block .carousel-cell .content blockquote p a:hover {
  text-decoration: none;
}
.banner-block .carousel-cell .back-link a {
  text-decoration: none;
  color: white;
  display: block;
  margin-bottom: 15px;
  font-size: 1rem;
  position: relative;
}
.banner-block .carousel-cell::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8;
  transform: scale(2);
}
.banner-block .carousel-cell.no_overlay::after {
  content: none;
}
.banner-block .carousel-cell .slide-text *:last-child {
  margin-bottom: 0;
}
.banner-block .carousel-cell .category {
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: white;
  padding: 6px 12px;
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
}
.banner-block .carousel-cell .category.news {
  background-color: #f93d00;
}
.banner-block .carousel-cell .category.uncategorized {
  background-color: #662483;
}
.banner-block .carousel-cell .category.market-insight {
  background-color: #ff9c00;
}
.banner-block .carousel-cell .category.resource {
  background-color: #30a8ab;
}
.banner-block .post-slide-text h2, .banner-block .post-slide-text .h2 {
  margin-bottom: 15px;
}
.banner-block .slide-buttons {
  margin-bottom: -20px;
}
.banner-block .slide-buttons .button {
  margin: 0 20px 20px 0;
}
.banner-block .slide-buttons .button:nth-of-type(1), .banner-block .slide-buttons .button:nth-of-type(4n+5) {
  background-color: white;
  color: #2facab;
}
.banner-block .slide-buttons .button:nth-of-type(2), .banner-block .slide-buttons .button:nth-of-type(4n+6) {
  background-color: #4382c2;
}
.banner-block .slide-buttons .button:nth-of-type(3), .banner-block .slide-buttons .button:nth-of-type(4n+7) {
  background-color: #f93d00;
}
.banner-block .slide-buttons .button:nth-of-type(4), .banner-block .slide-buttons .button:nth-of-type(4n+8) {
  background-color: #ff9c00;
}
.banner-block .arrow-and-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: -1px;
  right: 0;
  z-index: 2;
  padding: 0 150px;
  align-self: flex-end;
}
.banner-block .arrow-and-buttons .down-arrow {
  width: 50px;
}
.banner-block .arrow-and-buttons .client-buttons {
  width: auto;
  background-color: white;
  bottom: -1px;
  z-index: 2;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
.banner-block .arrow-and-buttons .client-buttons .client-button {
  border-left: 1px solid #d9d9d9;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-block .arrow-and-buttons .client-buttons .client-button:first-of-type {
  border-left: none;
}
.banner-block .arrow-and-buttons .client-buttons .client-button:hover {
  text-decoration: none;
}
.banner-block .arrow-and-buttons .client-buttons .client-button .image-and-arrow-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  height: 50px;
  align-items: center;
}
.banner-block .arrow-and-buttons .client-buttons .client-button .image-and-arrow-mobile img {
  width: 30px;
}
.banner-block .arrow-and-buttons .client-buttons .client-button .i-am {
  color: gray;
  margin-bottom: 0;
  font-size: 0.75rem;
  margin-top: 5px;
}
.banner-block .arrow-and-buttons .client-buttons .client-button .client-name-and-arrow-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
}
.banner-block .arrow-and-buttons .client-buttons .client-button .client-type-name {
  color: black;
  margin-top: 0;
  font-size: 1rem;
  display: inline-block;
  margin-right: 30px;
}
.banner-block .arrow-and-buttons .client-buttons .client-button .arrow-mobile {
  display: none;
}
.banner-block .arrow-and-buttons .client-buttons .client-button .client-type-name + .arrow-desktop {
  color: #bfbfbf;
  font-size: 0.75rem;
  position: relative;
  display: inline-block;
  right: 0;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .banner-block .arrow-and-buttons .client-buttons .client-button {
    padding: 15px;
    border-left: none;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button:first-of-type {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: none;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button:nth-of-type(2) {
    border-bottom: 1px solid #d9d9d9;
    border-left: none;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button:nth-of-type(3) {
    border-right: 1px solid #d9d9d9;
    border-left: none;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button:nth-of-type(4) {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .banner-block .flickity-page-dots {
    left: calc(100% - 30px);
    bottom: calc(100% - 180px);
  }
  .banner-block .carousel-cell .container {
    padding: 30px;
    max-width: 100%;
  }
  .banner-block .carousel-cell .container.no-padding {
    padding: 30px 30px 0 30px;
  }
  .banner-block .arrow-and-buttons {
    padding: 0 30px;
  }
}
@media (max-width: 800px) {
  .banner-block .arrow-and-buttons {
    padding: 0 0 0 30px;
    display: block;
  }
  .banner-block .arrow-and-buttons .down-arrow {
    display: none;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button {
    height: 150px;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button > h5, .banner-block .arrow-and-buttons .client-buttons .client-button > .h5 {
    margin-right: 0;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button .client-type-name + .arrow-desktop {
    display: none;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button .arrow-mobile {
    display: block;
    color: #bfbfbf;
    font-size: 0.75rem;
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 600px) {
  .banner-block .carousel-cell .content {
    max-width: 90%;
  }
  .banner-block .flickity-page-dots {
    bottom: 340px;
    left: 0;
    display: block;
  }
  .banner-block .flickity-page-dots .dot {
    margin: 8px 8px;
  }
  .banner-block .flickity-page-dots .dot:first-of-type {
    margin-left: 0;
  }
  .banner-block .flickity-page-dots {
    bottom: 50px;
  }
  .banner-block .arrow-and-buttons {
    margin-top: 15px;
  }
  .banner-block .arrow-and-buttons .client-buttons .client-button .client-type-name {
    overflow-wrap: break-word;
  }
}

@media screen and (min-width: 768px) {
  header.transparent-bg ~ .wrap > .content > .main > .banner-block:first-child > .main-carousel > .carousel-cell:not(.no-padding) {
    padding-top: 100px;
  }
}
.bio-block {
  overflow: hidden;
}
.bio-block .bio-header .bio-header-container {
  padding-top: 170px;
  position: relative;
}
@media (max-width: 992px) {
  .bio-block .bio-header .bio-header-container {
    padding-top: 0px;
  }
}
.bio-block .bio-header .container {
  display: flex;
  gap: 40px;
}
.bio-block .bio-header .container .bio-img {
  position: relative;
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .bio-block .bio-header .container .bio-img {
    margin-bottom: 28px;
  }
}
.bio-block .bio-header .container .bio-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bio-block .bio-header .container .bio-header-info {
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top {
  padding-bottom: 25px;
  color: white !important;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .name {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .bio-block .bio-header .container .bio-header-info .bio-info-top .name {
    margin-bottom: 12px;
  }
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office > * {
  margin-bottom: 0;
  color: white !important;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .role {
  font-size: 18px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .first-service {
  display: block;
  padding-bottom: 3px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .strapline-offices {
  margin-top: 16px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .strapline-offices .strapline {
  display: block;
  padding-bottom: 3px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio > * {
  margin-bottom: 0;
  color: white !important;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio > *:last-child.line {
  display: none;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio h6, .bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio .h6 {
  color: white;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio .office {
  margin-right: 8px;
  color: white;
  margin-bottom: 0;
}
.bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio .office:not(:first-child) {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office {
    align-items: flex-start;
    flex-direction: column;
  }
  .bio-block .bio-header .container .bio-header-info .bio-info-top .role-and-office .office-bio .office:not(:first-child) {
    margin-left: 0;
  }
}
.bio-block .bio-header .container .bio-header-info .bio-info-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  flex-wrap: wrap;
  padding-top: 23px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-bottom a {
  margin: 6px;
  margin-left: 0px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-bottom a.contact-link {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-bottom a.contact-link .contact-icon {
  display: inline-flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #31ACAB;
  border-radius: 100%;
  color: white;
  fill: white;
}
.bio-block .bio-header .container .bio-header-info .bio-info-bottom a.contact-link p {
  display: inline-block;
  color: #231F20;
  margin-bottom: 0;
  font-size: 14px;
}
.bio-block .bio-header .container .bio-header-info .bio-info-bottom a.contact-link:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .bio-block .bio-header .container {
    flex-direction: column-reverse;
  }
}
.bio-block .bio-header .header-overlay {
  position: absolute;
  background: linear-gradient(73.83deg, #662D91 0.93%, #4981BC 95.67%);
  width: 101%;
  height: 100%;
  left: -1px;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .bio-block .bio-header .header-overlay {
    top: 0px;
  }
}
.bio-block .bio-header .header-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .bio-block .bio-header {
    padding-top: 0px;
  }
  .bio-block .bio-header .bio-header-container {
    padding-bottom: 40px;
  }
  .bio-block .bio-header .container .bio-img {
    width: 300px;
    aspect-ratio: 1/1;
    order: 2;
    margin-top: 100px;
  }
  .bio-block .bio-header .container .bio-header-info > * {
    padding: 0;
  }
  .bio-block .bio-header .container .bio-header-info .bio-info-bottom {
    height: 100%;
    flex-direction: column;
    align-items: start;
    row-gap: 12px;
    padding-top: 0;
  }
  .bio-block .bio-header .container .bio-header-info .bio-info-bottom .contact-link p {
    color: white !important;
  }
  .bio-block .bio-header .container .bio-header-info .role-and-office {
    row-gap: 16px;
  }
  .bio-block .bio-header .container .bio-header-info .role-and-office .line {
    display: none;
  }
  .bio-block .bio-header .header-overlay {
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .bio-block .bio-header .container {
    gap: 0px;
  }
  .bio-block .bio-header .container .bio-img {
    width: 320px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 480px) {
  .bio-block .bio-header .container .bio-img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .bio-block .bio-header .container .bio-header-info .bio-info-bottom .contact-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .bio-block .bio-header .container {
    gap: unset;
  }
}
.bio-block .bio-tab {
  width: 100%;
  margin-bottom: 80px;
}
.bio-block .bio-tab .tab-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px;
}
.bio-block .bio-tab .content-slider {
  overflow: visible;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.bio-block .bio-tab .content-slider > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.bio-block .bio-tab .content-slider > .container .main-carousel {
  padding-top: 0;
  padding-bottom: 0;
}
.bio-block .bio-tab.active {
  display: block !important;
}
.bio-block .bio-tab .bio-text {
  max-width: 647px;
}
.bio-block .bio-tab .bio-text > p {
  color: #808285;
}
.bio-block .bio-tab .bio-text > p:first-child {
  color: #231F20;
  font-weight: bold;
}
.bio-block .bio-tab .key-skills {
  max-width: 408px;
  background-color: #31ACAB;
  border-radius: 25px;
  padding: 40px 40px;
}
@media (max-width: 600px) {
  .bio-block .bio-tab .key-skills {
    width: 100%;
    max-width: 100%;
  }
}
.bio-block .bio-tab .key-skills h4, .bio-block .bio-tab .key-skills .h4 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 24px;
  color: white;
}
.bio-block .bio-tab .key-skills ul {
  font-size: 18px;
}
.bio-block .bio-tab .key-skills ul li {
  color: white;
  list-style-type: "\f00c    ";
}
.bio-block .bio-tab .key-skills ul li::marker {
  font-family: FontAwesome;
}
.bio-block .bio-tab > div:not(:only-child):not(:first-child) {
  margin-top: 80px;
}
.bio-block .person-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 36px;
  margin-top: 60px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.bio-block .person-tabs .tab {
  padding: 12px 16px;
  background-color: #662D91;
  border-radius: 10px;
  color: white;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.bio-block .person-tabs .tab.active {
  opacity: 1;
}
.bio-block .person-tabs .tab:hover {
  cursor: pointer;
}

.form-block {
  padding: 0;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 767px) {
  .form-block {
    padding: 0px 30px;
  }
}
.form-block .content-block-heading {
  margin-bottom: 1.25rem;
}
.form-block .content-block-intro {
  margin-bottom: 50px;
}
.form-block .content-block-intro a {
  color: inherit !important;
  text-decoration: underline;
}
.form-block .content-block-intro a:hover {
  text-decoration: none;
}
.form-block label {
  color: black;
}
.form-block a {
  text-decoration: underline;
  color: inherit !important;
}
.form-block a.button {
  text-decoration: none;
}
.form-block .form-contact-options a {
  color: #f93d00;
}
.form-block .form-contact-options {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  .form-block .form-contact-options {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.form-block .form-contact-options a, .form-block .form-contact-options p {
  color: #f93d00;
  margin-bottom: 0;
}
.form-block .form-contact-options a,
.form-block .form-contact-options button {
  display: flex;
  margin-right: 30px;
  text-decoration: none;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .form-block .form-contact-options a,
  .form-block .form-contact-options button {
    margin-right: 0;
    margin-bottom: 30px;
    align-items: flex-start;
  }
}
.form-block .form-contact-options .contact-icon {
  margin-right: 10px;
}
.form-block .form-contact-options .contact-icon svg,
.form-block .form-contact-options .contact-icon i {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background-color: #f93d00;
  color: white;
}
.form-block .form-contact-options .open-form-icon path {
  transform: scale(0.8) translateY(3px) translateX(2px);
  fill: white;
}
.form-block .form-contact-options .show-form-button {
  background: transparent;
  border: none;
  outline: none;
  border-radius: 10px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .form-block .form-contact-options .show-form-button {
    padding: 14px 15px;
    padding-left: 15px;
    transition: all 0.3s;
  }
}
.form-block .form-contact-options .show-form-button.form-open {
  background-color: #f93d00;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .form-block .form-contact-options .show-form-button.form-open {
    padding: 14px 15px;
    transition: all 0s;
  }
}
.form-block .form-contact-options .show-form-button.form-open p {
  color: white;
}
.form-block .form-contact-options .show-form-button.form-open svg {
  background-color: white;
}
.form-block .form-contact-options .show-form-button.form-open svg path {
  fill: #f93d00;
}
.form-block .form-wrapper.hide-form {
  display: none;
}
.form-block .gform_wrapper label.gfield_label {
  font-weight: normal;
  color: black;
}
.form-block .gform_wrapper input:not([type=radio]) :not([type=checkbox]):not([type=submit]) :not([type=button]) :not([type=image]) :not([type=file]) {
  width: 100%;
  border: 1.5px solid #d4d4d4;
}
@media only screen and (min-width: 641px) {
  .form-block .gform_wrapper .top_label select.medium {
    width: 100%;
    border: 1.5px solid #d4d4d4;
  }
}
.form-block .gform_wrapper textarea {
  border: 1.5px solid #d4d4d4;
}
.form-block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1.5px solid #d4d4d4;
  width: 100%;
}
.form-block .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: -5px;
  margin-bottom: 0;
}
.form-block .form-container {
  max-width: 500px;
  margin: 0 auto;
}
.form-block .form-container h2, .form-block .form-container .h2 {
  margin-bottom: 35px;
}
.form-block button.button {
  border-radius: 10px;
  transition: all 0.4s;
  padding: 15px 42px 15px 23px;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  position: relative;
  color: white;
}
.form-block button[type=submit].button.gform_button {
  border: none;
  background-color: #f93d00;
  color: white;
  position: relative;
  border: none;
}
.form-block button.button .fa.fa-arrow-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.form-block .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.form-block .gfield_radio li input[type=radio] {
  margin-top: 0px;
  position: absolute;
  left: -99999px;
}
.form-block .gform_wrapper.gf_browser_safari .gfield_checkbox li input,
.form-block .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.form-block input[type=checkbox] {
  margin-top: 0px;
  position: absolute;
  left: -99999px;
}
.form-block ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.form-block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.form-block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  border: 1.5px solid #d4d4d4;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .form-block .form-block .gform_wrapper .top_label input.medium {
    border: none;
  }
}
.form-block .ginput_container_consent {
  margin-top: 0;
}
.form-block .gfield_checkbox > li label,
.form-block .ginput_container.ginput_container_consent > .gfield_consent_label {
  position: relative;
  color: black;
  margin-top: -10px;
}
.form-block .gfield_checkbox > li label::before,
.form-block .ginput_container.ginput_container_consent > .gfield_consent_label::before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  border: 1.5px solid #d4d4d4;
  transform: translateY(15px);
  background-color: #D2D2D2;
}
@media screen and (max-width: 535px) {
  .form-block .gform_wrapper ul.gfield_checkbox li label,
  .form-block .ginput_container.ginput_container_consent > .gfield_consent_label {
    position: relative;
    padding-left: 55px;
    padding-top: 13px;
  }
  .form-block .gfield_checkbox > li label::before,
  .form-block .ginput_container.ginput_container_consent > .gfield_consent_label::before {
    content: "";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    border: 1.5px solid #d4d4d4;
    transform: translateY(15px);
    position: absolute;
    padding-right: 5%;
    left: 0;
    bottom: 1px;
    right: 0;
  }
}
.form-block .gfield_checkbox > li input[type=checkbox]:checked + label::after,
.form-block .ginput_container.ginput_container_consent > input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 22px;
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
}
@media screen and (max-width: 535px) {
  .form-block .gfield_checkbox > li input[type=checkbox]:checked + label::after,
  .form-block .ginput_container.ginput_container_consent > input[type=checkbox]:checked + label::after {
    top: 15px;
  }
}
@media screen and (max-width: 535px) {
  .form-block .ginput_container.ginput_container_consent > input[type=checkbox]:checked + label::after {
    top: 17px;
  }
}
.form-block {
  /*Hide the checkmark by default*/
}
.form-block .gfield_checkbox input[type=checkbox] + label::after,
.form-block .ginput_container_consent input[type=checkbox] + label::after {
  content: none;
}
.form-block {
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.form-block .gfield_checkbox input[type=checkbox]:focus + label::before,
.form-block .ginput_container_consent input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
.form-block .gform_wrapper ul.gfield_checkbox li,
.form-block .gform_wrapper ul.gfield_radio li {
  padding: 0 0 15px 0 !important;
  margin-bottom: 0;
}
.form-block .gfield_radio > li label {
  position: relative;
  color: black;
}
.form-block .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
}
.form-block .gform_wrapper ul li.field_description_below div.ginput_container_radio > ul {
  margin-top: 0;
}
.form-block .gfield_radio > li label::before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1.5px solid #d4d4d4;
  transform: translateY(15px);
  background-color: #D2D2D2;
}
@media screen and (max-width: 535px) {
  .form-block .ginput_container_radio .gfield_radio > li > label {
    position: relative;
    padding-left: 55px;
    padding-top: 13px;
  }
  .form-block .gfield_radio > li label::before {
    content: "";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    border: 1.5px solid #d4d4d4;
    border-radius: 50%;
    transform: translateY(15px);
    position: absolute;
    padding-right: 5%;
    left: 0;
    bottom: 1px;
    right: 0;
  }
}
.form-block .gfield_radio > li input[type=radio]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 22px;
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
}
@media screen and (max-width: 535px) {
  .form-block .gfield_radio > li input[type=radio]:checked + label::after {
    top: 15px;
  }
}
.form-block {
  /*Hide the dot by default*/
}
.form-block .gfield_radio input[type=radio] + label::after {
  content: none;
}
.form-block {
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.form-block .gfield_radio input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
.form-block .gform_validation_error {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin: -20px;
  border: 1px solid #eee;
  border-radius: 2rem;
  transition: background-color 0.5s, color 0.5s;
  opacity: 1;
}
.form-block .gform_wrapper div.validation_error {
  border: none;
  text-align: left;
}
.form-block .gform_wrapper li.gfield.gfield_error,
.form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border: none;
}
.form-block .gform_wrapper .gfield_required, .form-block .gform_wrapper .validation_message,
.form-block .gform_wrapper li.gfield_error ul.gfield_checkbox {
  color: #f93d00;
}
.form-block .gform_wrapper .gfield_error .gfield_label {
  opacity: 0.7;
}
.form-block .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #f93d00;
}
@media screen and (max-width: 630px) {
  .form-block .gform_validation_error {
    margin: 0;
  }
}
.form-block .gform_ajax_spinner {
  width: 30px;
}
.form-block .gform_legacy_markup_wrapper {
  margin-bottom: 0;
}
.form-block .gform_legacy_markup_wrapper .gform_footer {
  padding: 16px 0 0px;
  margin: 16px 0 0;
}

.reverse-column ul {
  display: flex;
  flex-direction: column-reverse;
}

.code-embed.dark-bg {
  background-color: #808285;
}

.timeline-block {
  padding: 70px 0 90px 0;
  background-image: url(../images/banner-background-purple_4455874df5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.timeline-block:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  opacity: 0.1;
}
.timeline-block .timeline_content {
  position: relative;
  padding-bottom: 140px;
}
.timeline-block .timeline_content h2, .timeline-block .timeline_content .h2 {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 2rem;
}
.timeline-block .timeline_events {
  display: none;
  position: relative;
}
.timeline-block .timeline_events h2, .timeline-block .timeline_events .h2 {
  color: white;
}
.timeline-block .timeline_events .slick-list {
  overflow: visible;
}
.timeline-block .timeline_events .slick-track {
  height: 600px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .slick-track {
    height: 300px;
  }
}
.timeline-block .timeline_events .slick-track:before {
  content: "";
  display: block;
  width: 500%;
  background: #E3E3E3;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -200%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .slick-track:before {
    top: 100%;
    transform: translate(0);
  }
}
.timeline-block .timeline_events .timeline_event {
  position: relative;
  margin: 0 20px;
  height: 50%;
  flex: 1 1 auto;
}
.timeline-block .timeline_events .timeline_event a {
  color: #EA5B09;
}
.timeline-block .timeline_events .timeline_event:focus,
.timeline-block .timeline_events .timeline_event *:focus {
  outline: none;
}
.timeline-block .timeline_events .timeline_event:before {
  content: "";
  position: absolute;
  bottom: -2px;
  background: #EA5B09;
  height: 4px;
  width: 70px;
  left: 50%;
  margin-left: -35px;
}
.timeline-block .timeline_events .timeline_event:after {
  content: "";
  position: absolute;
  bottom: -10px;
  background: #EA5B09;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  left: 50%;
  margin-left: -10px;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .timeline_event {
    height: 100%;
  }
  .timeline-block .timeline_events .timeline_event:before {
    bottom: -4px;
  }
  .timeline-block .timeline_events .timeline_event:after {
    bottom: -12px;
  }
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper {
  position: relative;
  overflow: hidden;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper:before {
  content: "";
  position: absolute;
  background: #EA5B09;
  width: 4px;
  height: 49px;
  left: 50%;
  margin-left: -2px;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .timeline_event .timeline_event--wrapper {
    padding-bottom: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .timeline-block .timeline_events .timeline_event .timeline_event--wrapper:before {
    bottom: 0;
  }
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper:hover .timeline_event--content {
  color: #fff !important;
  background: #EA5B09;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper:hover .timeline_event--content p, .timeline-block .timeline_events .timeline_event .timeline_event--wrapper:hover .timeline_event--content h2, .timeline-block .timeline_events .timeline_event .timeline_event--wrapper:hover .timeline_event--content .h2 {
  color: white;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper:hover .timeline_event--content .read_more {
  display: inline-block;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content {
  padding: 25px 30px 15px;
  transition: 0.5s background;
  position: relative;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content:before, .timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content:before {
  border-width: 20px 0 0 139px;
  border-top-color: #EA5A09;
  border-right-color: #EA5A09;
  border-bottom-color: #EA5A09;
  border-left-color: transparent;
  right: 50%;
  top: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content:after {
  border-width: 0 0 20px 139px;
  border-top-color: #EA5A09;
  border-right-color: #EA5A09;
  border-bottom-color: transparent;
  border-left-color: #EA5A09;
  left: 50%;
  top: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content p {
  color: white;
  font-size: 1rem;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content h2, .timeline-block .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content .h2 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 481px) {
  .timeline-block .timeline_events .timeline_event:nth-of-type(odd) .timeline_event--wrapper {
    padding-bottom: 67px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(odd) .timeline_event--wrapper:before {
    bottom: 0;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(even) .timeline_event--wrapper {
    padding-top: 67px;
    top: 100%;
    margin-top: 5px;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(even) .timeline_event--wrapper:before {
    top: 0;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(even) .timeline_event--wrapper .timeline_event--content {
    padding: 15px 30px 15px;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(even) .timeline_event--wrapper .timeline_event--content:before, .timeline-block .timeline_events .timeline_event:nth-of-type(even) .timeline_event--wrapper .timeline_event--content:after {
    top: 0;
    bottom: auto;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(even) .timeline_event--wrapper .timeline_event--content:before {
    border-width: 0 0 20px 139px;
    border-top-color: #EA5A09;
    border-right-color: #EA5A09;
    border-bottom-color: #EA5A09;
    border-left-color: transparent;
    bottom: 100%;
    top: auto;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(even) .timeline_event--wrapper .timeline_event--content:after {
    border-width: 20px 0 0 139px;
    border-top-color: transparent;
    border-right-color: #EA5A09;
    border-bottom-color: #EA5A09;
    border-left-color: #EA5A09;
    bottom: 100%;
    top: auto;
    opacity: 0;
    transition: opacity 0.5s;
  }
}
.timeline-block .timeline_events .timeline_event a {
  text-decoration: none;
}
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper:hover .timeline_event--content:before,
.timeline-block .timeline_events .timeline_event .timeline_event--wrapper:hover .timeline_event--content:after {
  opacity: 1;
  transition: opacity 0.5s;
}
.timeline-block .timeline_events .timeline_event .read_more {
  display: none;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  line-height: 30px;
  padding-right: 50px;
}
.timeline-block .timeline_events .timeline_event .read_more:after {
  content: "›";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin-left: 10px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  height: 30px;
  width: 30px;
  color: #EA5B09;
  font-size: 30px;
}
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+2):before, .timeline-block .timeline_events .timeline_event:nth-of-type(3n+2):after,
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) .timeline_event--wrapper:before,
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) .timeline_event--wrapper:hover .timeline_event--content {
  background: #2FA7AB;
}
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) .timeline_event--wrapper:hover .timeline_event--content:before,
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) .timeline_event--wrapper:hover .timeline_event--content:after {
  opacity: 1;
  transition: opacity 0.5s;
}
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) a,
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) .timeline_event--wrapper:hover .read_more:after {
  color: #2FA7AB;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) .timeline_event--wrapper .timeline_event--content:before {
    border-width: 20px 0 0 160px;
    border-top-color: #2FA7AB;
    border-right-color: #2FA7AB;
    border-bottom-color: #2FA7AB;
    border-left-color: transparent;
    right: 50%;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(3n+2) .timeline_event--wrapper .timeline_event--content:after {
    border-width: 0 0 20px 160px;
    border-top-color: #2FA7AB;
    border-right-color: #2FA7AB;
    border-bottom-color: transparent;
    border-left-color: #2FA7AB;
    left: 50%;
  }
}
.timeline-block .timeline_events .timeline_event:nth-of-type(6n+11) .timeline_event--wrapper .timeline_event--content:before, .timeline-block .timeline_events .timeline_event:nth-of-type(5) .timeline_event--wrapper .timeline_event--content:before {
  border-width: 20px 0 0 139px;
  border-top-color: #2FA7AB;
  border-right-color: #2FA7AB;
  border-bottom-color: #2FA7AB;
  border-left-color: transparent;
  right: 50%;
}
.timeline-block .timeline_events .timeline_event:nth-of-type(6n+11) .timeline_event--wrapper .timeline_event--content:after, .timeline-block .timeline_events .timeline_event:nth-of-type(5) .timeline_event--wrapper .timeline_event--content:after {
  border-width: 0 0 20px 139px;
  border-top-color: #2FA7AB;
  border-right-color: #2FA7AB;
  border-bottom-color: transparent;
  border-left-color: #2FA7AB;
  left: 50%;
}
@media only screen and (min-width: 481px) {
  .timeline-block .timeline_events .timeline_event:nth-of-type(6n+8) .timeline_event--wrapper .timeline_event--content:before, .timeline-block .timeline_events .timeline_event:nth-of-type(2) .timeline_event--wrapper .timeline_event--content:before {
    border-width: 0 0 20px 139px;
    border-top-color: #2FA7AB;
    border-right-color: #2FA7AB;
    border-bottom-color: #2FA7AB;
    border-left-color: transparent;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(6n+8) .timeline_event--wrapper .timeline_event--content:after, .timeline-block .timeline_events .timeline_event:nth-of-type(2) .timeline_event--wrapper .timeline_event--content:after {
    border-width: 20px 0 0 139px;
    border-top-color: transparent;
    border-right-color: #2FA7AB;
    border-bottom-color: #2FA7AB;
    border-left-color: #2FA7AB;
  }
}
.timeline-block .timeline_events .timeline_event:nth-of-type(6n+9) .timeline_event--wrapper .timeline_event--content:before, .timeline-block .timeline_events .timeline_event:nth-of-type(3) .timeline_event--wrapper .timeline_event--content:before {
  border-width: 20px 0 0 139px;
  border-top-color: #662284;
  border-right-color: #662284;
  border-bottom-color: #662284;
  border-left-color: transparent;
  right: 50%;
}
.timeline-block .timeline_events .timeline_event:nth-of-type(6n+9) .timeline_event--wrapper .timeline_event--content:after, .timeline-block .timeline_events .timeline_event:nth-of-type(3) .timeline_event--wrapper .timeline_event--content:after {
  border-width: 0 0 20px 139px;
  border-top-color: #662284;
  border-right-color: #662284;
  border-bottom-color: transparent;
  border-left-color: #662284;
  left: 50%;
}
@media only screen and (min-width: 481px) {
  .timeline-block .timeline_events .timeline_event:nth-of-type(6n+12) .timeline_event--wrapper .timeline_event--content:before, .timeline-block .timeline_events .timeline_event:nth-of-type(6) .timeline_event--wrapper .timeline_event--content:before {
    border-width: 0 0 20px 139px;
    border-top-color: #662284;
    border-right-color: #662284;
    border-bottom-color: #662284;
    border-left-color: transparent;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(6n+12) .timeline_event--wrapper .timeline_event--content:after, .timeline-block .timeline_events .timeline_event:nth-of-type(6) .timeline_event--wrapper .timeline_event--content:after {
    border-width: 20px 0 0 139px;
    border-top-color: transparent;
    border-right-color: #662284;
    border-bottom-color: #662284;
    border-left-color: #662284;
  }
}
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+3):before, .timeline-block .timeline_events .timeline_event:nth-of-type(3n+3):after,
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+3) .timeline_event--wrapper:before,
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+3) .timeline_event--wrapper:hover .timeline_event--content {
  background: #662284;
}
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+3) a,
.timeline-block .timeline_events .timeline_event:nth-of-type(3n+3) .timeline_event--wrapper:hover .read_more:after {
  color: #662284;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .timeline_event:nth-of-type(3n+3) .timeline_event--wrapper .timeline_event--content:before {
    border-width: 20px 0 0 160px;
    border-top-color: #662284;
    border-right-color: #662284;
    border-bottom-color: #662284;
    border-left-color: transparent;
    right: 50%;
  }
  .timeline-block .timeline_events .timeline_event:nth-of-type(3n+3) .timeline_event--wrapper .timeline_event--content:after {
    border-width: 0 0 20px 160px;
    border-top-color: #662284;
    border-right-color: #662284;
    border-bottom-color: transparent;
    border-left-color: #662284;
    left: 50%;
  }
}
.timeline-block .timeline_events .slick-prev,
.timeline-block .timeline_events .slick-next {
  top: 51.5%;
  height: 40px;
  width: 40px;
  background-color: black;
  border-radius: 50%;
}
.timeline-block .timeline_events .slick-prev:before,
.timeline-block .timeline_events .slick-next:before {
  font-size: 1rem;
  color: white;
  border-radius: 50%;
}
.timeline-block .timeline_events .slick-prev.slick-disabled,
.timeline-block .timeline_events .slick-next.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .slick-prev,
  .timeline-block .timeline_events .slick-next {
    height: 50px;
    width: 50px;
  }
  .timeline-block .timeline_events .slick-prev:before,
  .timeline-block .timeline_events .slick-next:before {
    font-size: 40px;
  }
}
.timeline-block .timeline_events .slick-prev {
  right: 0;
  left: auto;
  z-index: 100;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .slick-prev {
    right: 5px;
  }
}
.timeline-block .timeline_events .slick-prev:before {
  content: "";
  background-image: url(../images/right-arrow_bb94b590ad.svg);
  width: 15px;
  height: 15px;
  color: white;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
.timeline-block .timeline_events .slick-next {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 480px) {
  .timeline-block .timeline_events .slick-next {
    left: 5px;
  }
}
.timeline-block .timeline_events .slick-next:before {
  content: "";
  background-image: url(../images/left-arrow_2f3fd6da1c.svg);
  width: 15px;
  height: 15px;
  color: white;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
.timeline-block .timeline_events .slick-slide {
  direction: ltr;
}

:root {
  --active-timeline-colour: var(--brand-dark-orange);
}

#photo-timeline-svg-shape {
  position: absolute;
}

.photo-timeline-block {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 55px 0;
  --photo-timeline-block-y-padding: 110px;
}
.photo-timeline-block .timeline-bgs {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  inset: 0;
  z-index: -1;
  transition: transform 0.4s ease-in-out;
}
.photo-timeline-block .timeline-bgs .timeline-bg {
  position: relative;
  display: inline-block;
  inset: 0;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}
.photo-timeline-block .timeline-bgs .timeline-bg.default:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  opacity: 0.1;
}
.photo-timeline-block .timeline-bgs .timeline-bg img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
}
.photo-timeline-block .timeline_content {
  position: relative;
  padding-bottom: 140px;
}
.photo-timeline-block .timeline_content h2, .photo-timeline-block .timeline_content .h2 {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 2rem;
}
.photo-timeline-block .timeline.slick-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo-timeline-block .timeline.slick-slider .slick-list {
  flex-basis: 100%;
  flex-shrink: 0;
  order: 1;
  overflow: visible;
}
.photo-timeline-block .timeline.slick-slider .slick-arrow {
  display: flex;
  position: relative;
  top: 0;
  height: auto;
  width: auto;
  margin-top: 32px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: white;
  order: 2;
  transform: none;
  z-index: 1000;
}
.photo-timeline-block .timeline.slick-slider .slick-arrow:before {
  height: 40px;
  width: 40px;
  top: 100%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
  font-family: "FontAwesome";
  color: #ea5b0a;
}
.photo-timeline-block .timeline.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.photo-timeline-block .timeline.slick-slider .slick-arrow.slick-prev {
  left: 0;
  flex-direction: row-reverse;
}
.photo-timeline-block .timeline.slick-slider .slick-arrow.slick-prev:before {
  content: "\f053";
  padding-right: 2px;
}
.photo-timeline-block .timeline.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.photo-timeline-block .timeline.slick-slider .slick-arrow.slick-next:before {
  content: "\f054";
  padding-left: 2px;
}
.photo-timeline-block .timeline.slick-slider .slick-track {
  height: calc(75vh - var(--photo-timeline-block-y-padding));
  min-height: 460px;
}
.photo-timeline-block .timeline.slick-slider .slick-track:before {
  content: "";
  display: block;
  width: 500%;
  background: white;
  height: 4px;
  position: absolute;
  bottom: calc(20% - 2px);
  left: -200%;
}
.photo-timeline-block .timeline_event {
  position: relative;
  bottom: 20%;
}
.photo-timeline-block .timeline_event:after {
  left: 0;
}
.photo-timeline-block .timeline_event:after {
  content: "";
  position: absolute;
  bottom: -10px;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-left: -10px;
  z-index: 2;
}
.photo-timeline-block .timeline_event:nth-child(3n-1) {
  --active-timeline-colour: var(--brand-purple);
}
.photo-timeline-block .timeline_event:nth-child(3n) {
  --active-timeline-colour: var(--brand-teal);
}
.photo-timeline-block .timeline_event.slick-cloned {
  display: none !important;
}
.photo-timeline-block .timeline_event .timeline_event--wrapper {
  bottom: -75px;
  width: 100%;
  z-index: 10;
}
.photo-timeline-block .timeline_event .timeline_event--wrapper:before {
  content: "";
  position: absolute;
  background: white;
  width: 4px;
  height: 70px;
  left: 0;
  bottom: 0;
  margin-left: -2px;
  transition: all 0.5s ease-in-out;
}
.photo-timeline-block .timeline_event .timeline_event--wrapper:after {
  content: "";
  position: absolute;
  background: white;
  width: 0;
  height: 4px;
  left: -100%;
  bottom: -2px;
  margin-left: -2px;
  transition: all 0.2s ease-in-out;
}
.photo-timeline-block .timeline_event .timeline_event--wrapper a:hover {
  text-decoration: none;
}
.photo-timeline-block .timeline_event .timeline_event--wrapper .timeline_event--content {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 520px;
  max-height: 100%;
  background-color: rgb(255, 255, 255);
  color: #231F20;
  padding: 80px 50px 60px 50px;
  opacity: 0;
  z-index: 0;
  transition: all 0.2s linear;
}
.photo-timeline-block .timeline_event .timeline_event--wrapper .timeline_event--content h2.timeline_event--title, .photo-timeline-block .timeline_event .timeline_event--wrapper .timeline_event--content .timeline_event--title.h2 {
  padding-right: 40px;
  font-size: 2rem;
  color: var(--active-timeline-colour);
}
.photo-timeline-block .timeline_event .timeline_event--wrapper .timeline_event--content .button {
  margin-top: 32px;
  background-color: var(--active-timeline-colour);
}
.photo-timeline-block .timeline_event.slick-active:after {
  content: "";
  background-color: var(--active-timeline-colour);
}
.photo-timeline-block .timeline_event.slick-active .timeline_event--wrapper .timeline_event--content {
  display: block;
  opacity: 1;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.photo-timeline-block .timeline_event.slick-active .timeline_event--wrapper:after {
  width: 100%;
  background-color: var(--active-timeline-colour);
}
.photo-timeline-block .timeline_event.slick-active .timeline_event--wrapper:before {
  left: 2px;
}
@media (min-width: 993px) {
  .photo-timeline-block .timeline.slick-slider .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
    transform: none !important;
  }
  .photo-timeline-block .timeline.slick-slider .slick-track .timeline_event {
    flex: 1 1 auto;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow.slick-prev {
    margin-right: 30px;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow.slick-next {
    margin-left: 30px;
    left: unset;
  }
}
@media (max-width: 992px) {
  .photo-timeline-block .timeline.slick-slider .slick-track .timeline_event {
    width: 100%;
    max-width: 350px;
    margin-right: 40px;
  }
  .photo-timeline-block .timeline.slick-slider .slick-track .timeline_event .timeline_event--content {
    max-width: 100%;
    padding: 80px 30px 60px;
  }
}
@media (max-width: 576px) {
  .photo-timeline-block .timeline.slick-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .photo-timeline-block .timeline.slick-slider .slick-track {
    height: calc(60vh - var(--photo-timeline-block-y-padding));
    min-height: 380px;
  }
  .photo-timeline-block .timeline.slick-slider .timeline_event .timeline_event--content .timeline_event--title {
    font-size: 1.8rem;
  }
  .photo-timeline-block .timeline.slick-slider .timeline_event .timeline_event--content .text {
    font-size: 14px;
  }
  .photo-timeline-block .timeline.slick-slider .timeline_event .timeline_event--content .button {
    margin-top: 20px;
  }
  .photo-timeline-block .timeline.slick-slider .slick-list {
    overflow: visible;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow:before {
    font-family: "FontAwesome";
    color: #ea5b0a;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow[aria-disabled=true] {
    opacity: 0.5;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow[aria-disabled=true]:before {
    opacity: 1;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow.slick-prev {
    left: 15px;
    right: unset;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow.slick-prev:before {
    content: "\f053";
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow.slick-next {
    right: 15px;
    left: unset;
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow.slick-next:before {
    content: "\f054";
  }
  .photo-timeline-block .timeline.slick-slider .slick-arrow.slick-next {
    left: unset;
  }
}
@media (max-width: 376px) {
  .photo-timeline-block .timeline.slick-slider .timeline_event {
    width: 100%;
    max-width: 300px;
  }
}

.block-list {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .block-list {
    padding: 0px 30px;
  }
}
.block-list .block-list-intro {
  margin-bottom: 30px;
  max-width: 700px;
}
.block-list .block-list-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}
@media (max-width: 768px) {
  .block-list .block-list-grid {
    display: block;
  }
}
.block-list .block-list-grid.has-image {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .block-list .block-list-grid .block-list-content:last-child .block-item {
    margin-bottom: 0px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-list .block-list-grid {
    display: block;
  }
  .block-list .block-list-grid .block-list-content {
    display: inline-block;
    width: calc(50% - 15px);
    padding: 0;
    margin-bottom: 30px;
  }
  .block-list .block-list-grid .block-list-content:nth-of-type(2n) {
    margin-left: 25px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 992px), (-ms-high-contrast: active) and (max-width: 992px) {
  .block-list .block-list-grid .block-list-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .block-list .block-list-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.block-list .block-list-grid .block-item {
  display: flex;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 768px) {
  .block-list .block-list-grid .block-item {
    margin-bottom: 20px;
  }
}
.block-list .block-list-grid .block-item:hover {
  text-decoration: none;
}
.block-list .block-list-grid .block-item .image-container {
  width: 100%;
  height: auto;
}
.block-list .block-list-grid .block-item .image-container img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.block-list .block-list-grid .block-item .block-list-title {
  color: black;
  font-size: 1rem;
}
.block-list .block-list-grid .block-item .block-list-title.no-margin {
  margin-bottom: 0;
}
.block-list .block-list-grid .block-item p.block-list-byline {
  margin-bottom: 0;
}
.block-list .block-list-grid .block-item .item-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-shrink: 15;
}
.block-list .block-list-grid .block-item .link-arrow {
  width: 100px;
  background-color: #f93d00;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-list .block-list-grid .block-item h5:only-child, .block-list .block-list-grid .block-item .h5:only-child {
  margin-bottom: 0 !important;
}
.block-list .block-list-grid .block-item.has-image {
  display: block;
}
.block-list .block-list-grid .block-item.has-image .block-list-title {
  font-size: 1.4rem;
}
.block-list .block-list-grid .block-item.has-image .item-text {
  height: auto;
  padding: 30px;
}
.block-list .block-list-grid .block-item.has-image .link-arrow {
  display: inline-block;
  width: auto;
  border-radius: 10px;
  margin: 0 30px 30px 30px;
  padding: 13px 18px;
  color: #fff;
}
.block-list .block-list-grid .block-item.has-image .link-arrow span {
  display: inline-block;
  margin-right: 20px;
}
.block-list .block-list-grid .block-item.has-image .link-arrow svg {
  width: 18px;
}

.coloured-block {
  position: relative;
}
.coloured-block.two_columns .background {
  background-image: url(../images/slider-blue-bg_6f5d71532c.svg);
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .coloured-block.two_columns .background {
    background-image: none;
    background-color: rgb(84, 134, 188);
  }
  .coloured-block.two_columns .background .testimonial {
    width: 100%;
  }
}
.coloured-block.two_columns .background:after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  transform: scale(2);
}
.coloured-block.testimonial .background {
  padding: 70px 0;
}
.coloured-block.testimonial blockquote:before {
  display: none;
}
@media (max-width: 530px) {
  .coloured-block.testimonial .background {
    padding: 50px 0;
  }
}
.coloured-block.testimonial.teal .testimonial::before, .coloured-block.testimonial.teal .testimonial::after,
.coloured-block.testimonial.teal h1,
.coloured-block.testimonial.teal .h1, .coloured-block.testimonial.teal h2, .coloured-block.testimonial.teal .h2, .coloured-block.testimonial.teal h3, .coloured-block.testimonial.teal .h3, .coloured-block.testimonial.teal h4, .coloured-block.testimonial.teal .h4, .coloured-block.testimonial.teal h5, .coloured-block.testimonial.teal .h5, .coloured-block.testimonial.teal p {
  color: #2facab;
}
.coloured-block.testimonial.teal .background {
  background-color: rgba(47, 172, 171, 0.07);
}
.coloured-block.testimonial.teal .flickity-prev-next-button {
  background-color: #2facab;
}
.coloured-block.testimonial.purple .testimonial::before, .coloured-block.testimonial.purple .testimonial::after,
.coloured-block.testimonial.purple h1,
.coloured-block.testimonial.purple .h1, .coloured-block.testimonial.purple h2, .coloured-block.testimonial.purple .h2, .coloured-block.testimonial.purple h3, .coloured-block.testimonial.purple .h3, .coloured-block.testimonial.purple h4, .coloured-block.testimonial.purple .h4, .coloured-block.testimonial.purple h5, .coloured-block.testimonial.purple .h5, .coloured-block.testimonial.purple p {
  color: #662483;
}
.coloured-block.testimonial.purple .background {
  background-color: rgba(102, 36, 131, 0.07);
}
.coloured-block.testimonial.purple .flickity-prev-next-button {
  background-color: #662483;
}
.coloured-block.testimonial.orange .testimonial::before, .coloured-block.testimonial.orange .testimonial::after,
.coloured-block.testimonial.orange h1,
.coloured-block.testimonial.orange .h1, .coloured-block.testimonial.orange h2, .coloured-block.testimonial.orange .h2, .coloured-block.testimonial.orange h3, .coloured-block.testimonial.orange .h3, .coloured-block.testimonial.orange h4, .coloured-block.testimonial.orange .h4, .coloured-block.testimonial.orange h5, .coloured-block.testimonial.orange .h5, .coloured-block.testimonial.orange p {
  color: #ff9c00;
}
.coloured-block.testimonial.orange .background {
  background-color: rgba(255, 156, 0, 0.07);
}
.coloured-block.testimonial.orange .flickity-prev-next-button {
  background-color: #ff9c00;
}
.coloured-block.two_columns {
  margin-bottom: calc(35vw + 10px);
}
@media (max-width: 530px) {
  .coloured-block.two_columns {
    margin-bottom: calc(35vw + 100px);
  }
}
@media (min-width: 531px) and (max-width: 767px) {
  .coloured-block.two_columns {
    margin-bottom: calc(35vw + 150px);
  }
}
.coloured-block.two_columns .background {
  padding-bottom: calc(400px + 10%);
}
@media (min-width: 450px) and (max-width: 530px) {
  .coloured-block.two_columns .background {
    padding-bottom: calc(315px + 10%);
  }
}
@media (max-width: 449px) {
  .coloured-block.two_columns .background {
    padding-bottom: calc(265px + 10%);
  }
}
.coloured-block .container {
  height: 100%;
}
.coloured-block .container h1, .coloured-block .container .h1, .coloured-block .container h2, .coloured-block .container .h2, .coloured-block .container h3, .coloured-block .container .h3, .coloured-block .container h4, .coloured-block .container .h4, .coloured-block .container h5, .coloured-block .container .h5, .coloured-block .container p, .coloured-block .container blockquote, .coloured-block .container blockquote::before {
  color: #fff;
}
.coloured-block .container .multiple-testimonials .flickity-page-dots {
  bottom: -75px;
}
.coloured-block .container .multiple-testimonials .flickity-prev-next-button {
  top: auto;
  bottom: -110px;
  z-index: 1;
  color: #fff;
}
.coloured-block .container .testimonial {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coloured-block .container .testimonial::before, .coloured-block .container .testimonial::after {
  display: block;
  text-align: center;
  font-family: theSans-B7Bold, TheSans;
  font-size: 12rem;
  line-height: 12rem;
  color: white;
  max-height: 70px;
  user-select: none;
  margin-bottom: 1rem;
}
.coloured-block .container .testimonial::before {
  padding-right: 50px;
  content: "“";
  margin-left: -10px;
}
.coloured-block .container .testimonial::after {
  padding-left: 50px;
  content: "”";
}
@media (max-width: 1200px) {
  .coloured-block .container .testimonial {
    flex-direction: column;
  }
  .coloured-block .container .testimonial::before, .coloured-block .container .testimonial::after {
    width: 100%;
  }
  .coloured-block .container .testimonial::before {
    text-align: left;
  }
  .coloured-block .container .testimonial::after {
    text-align: right;
  }
}
.coloured-block .container .testimonial blockquote p:before {
  display: none;
}
.coloured-block .container .testimonial blockquote {
  padding: 0;
}
.coloured-block .container .testimonial h1, .coloured-block .container .testimonial .h1, .coloured-block .container .testimonial h2, .coloured-block .container .testimonial .h2, .coloured-block .container .testimonial h3, .coloured-block .container .testimonial .h3, .coloured-block .container .testimonial h4, .coloured-block .container .testimonial .h4, .coloured-block .container .testimonial h5, .coloured-block .container .testimonial .h5, .coloured-block .container .testimonial h6, .coloured-block .container .testimonial .h6, .coloured-block .container .testimonial p, .coloured-block .container .testimonial blockquote {
  font-weight: normal;
  font-size: 1.75rem;
}
@media (max-width: 1000px) {
  .coloured-block .container .testimonial h1, .coloured-block .container .testimonial .h1, .coloured-block .container .testimonial h2, .coloured-block .container .testimonial .h2, .coloured-block .container .testimonial h3, .coloured-block .container .testimonial .h3, .coloured-block .container .testimonial h4, .coloured-block .container .testimonial .h4, .coloured-block .container .testimonial h5, .coloured-block .container .testimonial .h5, .coloured-block .container .testimonial h6, .coloured-block .container .testimonial .h6, .coloured-block .container .testimonial p, .coloured-block .container .testimonial blockquote {
    font-size: 1.5rem;
  }
}
@media (max-width: 530px) {
  .coloured-block .container .testimonial h1, .coloured-block .container .testimonial .h1, .coloured-block .container .testimonial h2, .coloured-block .container .testimonial .h2, .coloured-block .container .testimonial h3, .coloured-block .container .testimonial .h3, .coloured-block .container .testimonial h4, .coloured-block .container .testimonial .h4, .coloured-block .container .testimonial h5, .coloured-block .container .testimonial .h5, .coloured-block .container .testimonial h6, .coloured-block .container .testimonial .h6, .coloured-block .container .testimonial p, .coloured-block .container .testimonial blockquote {
    font-size: 1.25rem;
  }
}
.coloured-block .container h2.testimonial-source, .coloured-block .container .testimonial-source.h2 {
  opacity: 0.8;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #222;
  font-weight: normal;
  text-align: center;
}
.coloured-block .container a {
  color: inherit !important;
  text-decoration: underline;
}
.coloured-block .container a:hover {
  text-decoration: none;
}
.coloured-block .container .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  grid-gap: 100px;
}
@media (max-width: 767px) {
  .coloured-block .container .grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.coloured-block.compact .container {
  text-align: left;
}
.coloured-block.compact .container .testimonial .quote,
.coloured-block.compact .container h1,
.coloured-block.compact .container .h1, .coloured-block.compact .container h2, .coloured-block.compact .container .h2, .coloured-block.compact .container h3, .coloured-block.compact .container .h3, .coloured-block.compact .container h4, .coloured-block.compact .container .h4, .coloured-block.compact .container h5, .coloured-block.compact .container .h5, .coloured-block.compact .container p {
  color: #4382c2;
  text-align: left;
}
.coloured-block.compact .container .testimonial {
  position: relative;
  padding-top: 70px;
}
.coloured-block.compact .container .testimonial::before {
  color: #4382c2;
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  line-height: 1em;
}
.coloured-block.compact .container .testimonial-source {
  width: 100%;
  color: #222;
  text-align: left;
}
.coloured-block .logo-photo {
  bottom: 0;
  left: 0;
  margin-left: -20%;
  position: absolute;
  transform: translateY(40%);
  margin-top: -40%;
  z-index: 2;
}
@media (max-width: 530px) {
  .coloured-block .logo-photo {
    transform: translateY(45%);
    margin-left: -3%;
  }
}
.coloured-block .logo-photo .main-image {
  width: 70vw;
}
@media (max-width: 767px) {
  .coloured-block .logo-photo .main-image {
    width: 100vw;
  }
}
.coloured-block .logo-photo .overlay {
  transform: scale(0.25) translateX(-335px) translateY(16px);
  fill: #f93d00;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.coloured-block .text-and-image {
  position: relative;
  mix-blend-mode: normal;
  border-radius: 25px;
  border-top-left-radius: 0;
  padding: 100px;
  overflow: hidden;
  align-items: start;
}
@media (max-width: 600px) {
  .coloured-block .text-and-image {
    padding: 50px 30px;
  }
}
.coloured-block .text-and-image.purple {
  background: linear-gradient(73.83deg, #662483 0.93%, #4382c2 95.67%);
}
.coloured-block .text-and-image.teal {
  background: linear-gradient(73.83deg, #2facab 0.93%, #4382c2 95.67%);
}
.coloured-block .text-and-image.blue {
  background: linear-gradient(73.83deg, #4382c2 0.93%, #43a5c2 95.67%);
}
.coloured-block .text-and-image.orange {
  background: linear-gradient(73.83deg, #ff9c00 0.93%, #dc3545 95.67%);
}
.coloured-block .text-and-image.red {
  background: linear-gradient(73.83deg, #dc3545 0.93%, #dc4635 95.67%);
}
@media (min-width: 993px) {
  .coloured-block .text-and-image {
    margin-left: -100px;
    margin-right: -100px;
    display: flex;
    overflow: visible;
  }
}
@media (min-width: 993px) {
  .coloured-block .text-and-image .shape-container {
    margin-bottom: -130px;
  }
}
.coloured-block .text-and-image .shape-container .shape-photo {
  height: 300px;
}
@media (min-width: 993px) {
  .coloured-block .text-and-image .shape-container .shape-photo {
    height: 500px;
  }
}
@media (min-width: 993px) {
  .coloured-block .text-and-image .shape-container.caption {
    margin-bottom: -90px;
  }
}
.coloured-block .text-and-image .text {
  max-width: 450px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
@media (min-width: 993px) {
  .coloured-block .text-and-image .text {
    margin-top: 0;
    margin-left: 150px;
  }
}
.coloured-block .text-and-image .text p,
.coloured-block .text-and-image .text h1,
.coloured-block .text-and-image .text .h1, .coloured-block .text-and-image .text h2, .coloured-block .text-and-image .text .h2, .coloured-block .text-and-image .text h3, .coloured-block .text-and-image .text .h3, .coloured-block .text-and-image .text h4, .coloured-block .text-and-image .text .h4, .coloured-block .text-and-image .text h5, .coloured-block .text-and-image .text .h5, .coloured-block .text-and-image .text h6, .coloured-block .text-and-image .text .h6,
.coloured-block .text-and-image .text ul li,
.coloured-block .text-and-image .text ol li,
.coloured-block .text-and-image .text blockquote h6 {
  color: white;
}
.coloured-block .text-and-image .shape-v {
  height: 300px;
}
@media (min-width: 993px) {
  .coloured-block .text-and-image .shape-v {
    height: 500px;
  }
}
.coloured-block .text-and-image .v-container {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.coloured-block .text-and-image .v-container .shape-v {
  position: absolute;
  left: -270px;
  top: 100px;
}
.coloured-block .text-and-image.image-right {
  flex-direction: row-reverse;
  border-top-right-radius: 0;
  border-top-left-radius: 25px;
}
@media (min-width: 993px) {
  .coloured-block .text-and-image.image-right .text {
    margin-right: 150px;
    margin-left: 0;
  }
}
.coloured-block .testimonial-container .testimonial div p:last-child {
  margin-bottom: 0;
}
.coloured-block .testimonial-container .testimonial-source {
  margin-top: 20px;
}

@media (max-width: 739px) {
  .coloured-card-banner .coloured-cards .flickity-prev-next-button {
    top: 40px;
  }
  .coloured-card-banner .coloured-cards .flickity-prev-next-button.previous {
    left: unset;
    right: 75px;
  }
  .coloured-card-banner .coloured-cards .flickity-prev-next-button.next {
    right: 20px;
  }
}
@media (min-width: 740px) {
  .coloured-card-banner .coloured-cards .flickity-prev-next-button {
    top: unset;
    bottom: 60px;
    color: #ff9c00;
    background: white;
  }
  .coloured-card-banner .coloured-cards .flickity-prev-next-button.previous {
    left: unset;
    right: 140px;
  }
  .coloured-card-banner .coloured-cards .flickity-prev-next-button.next {
    right: 80px;
  }
}
.coloured-card-banner .coloured-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0.6) 0%, rgba(30, 30, 30, 0.3) 50%, rgba(1, 1, 1, 0) 100%);
}
.coloured-card-banner .coloured-card {
  height: 90vh;
  width: 100vw;
  background-position: center;
  background-size: cover;
  position: relative;
}
.coloured-card-banner .coloured-card .category {
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  background-color: white;
}
.coloured-card-banner .coloured-card.purple svg {
  fill: rgba(102, 45, 145, 0.85);
}
.coloured-card-banner .coloured-card.purple .text-and-button {
  background-image: url(../images/coloured-banner-purple_18b0a87810.svg);
}
.coloured-card-banner .coloured-card.purple .text-and-button .news, .coloured-card-banner .coloured-card.purple .text-and-button .uncategorized, .coloured-card-banner .coloured-card.purple .text-and-button .market-insight, .coloured-card-banner .coloured-card.purple .text-and-button .resource {
  color: #662483;
}
.coloured-card-banner .coloured-card.purple a:hover {
  background-color: white;
  color: #7d4595 !important;
}
.coloured-card-banner .coloured-card.purple a:hover i {
  color: #7d4595 !important;
}
.coloured-card-banner .coloured-card.orange svg {
  fill: rgba(237, 76, 20, 0.85);
}
.coloured-card-banner .coloured-card.orange .text-and-button {
  background-image: url(../images/coloured-banner-orange_2e527d6b61.svg);
}
.coloured-card-banner .coloured-card.orange .text-and-button .news, .coloured-card-banner .coloured-card.orange .text-and-button .uncategorized, .coloured-card-banner .coloured-card.orange .text-and-button .market-insight, .coloured-card-banner .coloured-card.orange .text-and-button .resource {
  color: #ff9c00;
}
.coloured-card-banner .coloured-card.orange a:hover {
  background-color: white;
  color: rgba(237, 76, 20, 0.85) !important;
}
.coloured-card-banner .coloured-card.orange a:hover i {
  color: rgba(237, 76, 20, 0.85) !important;
}
.coloured-card-banner .coloured-card.teal svg {
  fill: rgba(49, 172, 171, 0.85);
}
.coloured-card-banner .coloured-card.teal .text-and-button {
  background-image: url(../images/coloured-banner-teal_615cf52381.svg);
}
.coloured-card-banner .coloured-card.teal .text-and-button .news, .coloured-card-banner .coloured-card.teal .text-and-button .uncategorized, .coloured-card-banner .coloured-card.teal .text-and-button .market-insight, .coloured-card-banner .coloured-card.teal .text-and-button .resource {
  color: #30a8ab;
}
.coloured-card-banner .coloured-card.teal a:hover {
  background-color: white;
  color: rgba(49, 172, 171, 0.85) !important;
}
.coloured-card-banner .coloured-card.teal a:hover i {
  color: rgba(49, 172, 171, 0.85) !important;
}
.coloured-card-banner .coloured-card.blue svg {
  fill: rgba(67, 130, 194, 0.85);
}
.coloured-card-banner .coloured-card.blue .text-and-button {
  background-image: url(../images/coloured-banner-blue_e32364ba2d.svg);
}
.coloured-card-banner .coloured-card.blue .text-and-button .news, .coloured-card-banner .coloured-card.blue .text-and-button .uncategorized, .coloured-card-banner .coloured-card.blue .text-and-button .market-insight, .coloured-card-banner .coloured-card.blue .text-and-button .resource {
  color: #4382c2;
}
.coloured-card-banner .coloured-card.blue a:hover {
  background-color: white;
  color: rgba(67, 130, 194, 0.85) !important;
}
.coloured-card-banner .coloured-card.blue a:hover i {
  color: rgba(67, 130, 194, 0.85) !important;
}
.coloured-card-banner .coloured-card.red svg {
  fill: rgba(249, 61, 0, 0.85);
}
.coloured-card-banner .coloured-card.red .text-and-button {
  background-image: url(../images/coloured-banner-red_c64d42b6a0.svg);
}
.coloured-card-banner .coloured-card.red .text-and-button .news, .coloured-card-banner .coloured-card.red .text-and-button .uncategorized, .coloured-card-banner .coloured-card.red .text-and-button .market-insight, .coloured-card-banner .coloured-card.red .text-and-button .resource {
  color: #dc3545;
}
.coloured-card-banner .coloured-card.red a:hover {
  background-color: white;
  color: rgba(249, 61, 0, 0.85) !important;
}
.coloured-card-banner .coloured-card.red a:hover i {
  color: rgba(249, 61, 0, 0.85) !important;
}
.coloured-card-banner .coloured-card .coloured-card-content {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 739px) {
  .coloured-card-banner .coloured-card .coloured-card-content {
    width: 100%;
  }
}
@media (min-width: 740px) {
  .coloured-card-banner .coloured-card .coloured-card-content.slide-1 {
    left: 10%;
  }
  .coloured-card-banner .coloured-card .coloured-card-content.slide-2 {
    left: 20%;
  }
  .coloured-card-banner .coloured-card .coloured-card-content.slide-3 {
    left: 30%;
  }
}
@media (min-width: 740px) {
  .coloured-card-banner .coloured-card .coloured-card-content .text-and-button {
    padding: 30px 160px 30px 30px;
    background-size: 120% 190%;
  }
}
@media (max-width: 739px) {
  .coloured-card-banner .coloured-card .coloured-card-content .text-and-button {
    padding: 30px;
    background-size: 100% 100vw;
  }
}
@media (max-width: 540px) {
  .coloured-card-banner .coloured-card .coloured-card-content .text-and-button {
    background-size: cover;
  }
}
.coloured-card-banner .coloured-card .coloured-card-content .text-and-button {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.coloured-card-banner .coloured-card .coloured-card-content .text-and-button .normal-option-text {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 500px;
}
@media (max-width: 739px) {
  .coloured-card-banner .coloured-card .coloured-card-content .text-and-button .normal-option-text {
    max-width: 80%;
  }
}
@media (max-width: 739px) {
  .coloured-card-banner .coloured-card .coloured-card-content .text-and-button h2, .coloured-card-banner .coloured-card .coloured-card-content .text-and-button .h2 {
    font-size: 24px;
    max-width: 75%;
  }
}
@media (min-width: 740px) {
  .coloured-card-banner .coloured-card .coloured-card-content .text-and-button h2, .coloured-card-banner .coloured-card .coloured-card-content .text-and-button .h2 {
    max-width: 500px;
  }
}
.coloured-card-banner .coloured-card .coloured-card-content .text-and-button .button-container a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 15px;
  color: white;
  height: 48px;
  border: white 2px solid;
  width: fit-content;
  border-radius: 14px;
  padding: 5px 18px;
  margin-top: 24px;
  text-decoration: none;
  transition: all 0.3s;
}
.coloured-card-banner .coloured-card .coloured-card-content .text-and-button .button-container a i {
  margin-left: 10px;
}
.coloured-card-banner .coloured-card .coloured-card-content .text-and-button .button-container:hover {
  cursor: pointer;
  text-decoration: none;
}
.coloured-card-banner .coloured-card .coloured-card-content p {
  color: white;
}
.coloured-card-banner .coloured-card .coloured-card-content h2, .coloured-card-banner .coloured-card .coloured-card-content .h2 {
  color: white;
}
.coloured-card-banner .coloured-card .coloured-card-coloured-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 390px) {
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg {
    top: 0px;
  }
}
@media (max-width: 739px) {
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg {
    right: 0px;
  }
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg .mobile-svg {
    display: block;
  }
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg .desktop-svg {
    display: none;
  }
}
.coloured-card-banner .coloured-card .coloured-card-coloured-bg svg {
  min-width: 100%;
  min-height: 100%;
}
@media (min-width: 740px) {
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg {
    width: 100%;
    height: 100%;
  }
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg .mobile-svg {
    display: none;
  }
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg .desktop-svg {
    display: block;
  }
  .coloured-card-banner .coloured-card .coloured-card-coloured-bg svg {
    min-width: 580px;
    min-height: 400px;
  }
}

.regions-content-block {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .regions-content-block {
    padding: 0 30px;
  }
}
.regions-content-block .introduction {
  margin-bottom: 50px;
}
.regions-content-block .introduction h1, .regions-content-block .introduction .h1, .regions-content-block .introduction h6, .regions-content-block .introduction .h6 {
  color: #f93d00;
}
.regions-content-block .introduction h6::after, .regions-content-block .introduction .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.regions-content-block .regions-wrapper.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 768px) and (max-width: 992px) {
  .regions-content-block .regions-wrapper.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .regions-content-block .regions-wrapper.grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .regions-content-block .regions-wrapper.grid {
    display: block;
  }
  .regions-content-block .regions-wrapper.grid > .grid-item {
    margin-right: 26px;
    padding-right: 0;
    display: inline-block;
    width: calc(33.3333333333% - 20px);
    margin-bottom: 30px;
    max-height: 400px;
  }
  .regions-content-block .regions-wrapper.grid > .grid-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 992px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 992px) {
  .regions-content-block .regions-wrapper.grid > .grid-item {
    width: calc(50% - 20px);
    margin-right: 0;
  }
  .regions-content-block .regions-wrapper.grid > .grid-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .regions-content-block .regions-wrapper.grid > .grid-item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 35px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .regions-content-block .regions-wrapper.grid > .grid-item {
    width: 100%;
    margin-right: 0;
  }
  .regions-content-block .regions-wrapper.grid > .grid-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .regions-content-block .regions-wrapper.grid > .grid-item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
  }
}

.spacer-block .mobile-extra-tiny {
  height: 10px;
}
.spacer-block .mobile-none {
  height: 0px;
}
.spacer-block .mobile-tiny {
  height: 20px;
}
.spacer-block .mobile-small {
  height: 50px;
}
.spacer-block .mobile-medium {
  height: 75px;
}
.spacer-block .mobile-large {
  height: 130px;
}
@media (min-width: 787px) {
  .spacer-block .tiny {
    height: 50px;
  }
  .spacer-block .small {
    height: 100px;
  }
  .spacer-block .medium {
    height: 150px;
  }
  .spacer-block .large {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .spacer-block .tiny {
    height: 50px;
  }
  .spacer-block .small {
    height: 100px;
  }
  .spacer-block .medium {
    height: 200px;
  }
  .spacer-block .large {
    height: 300px;
  }
}

.offices-content-block {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .offices-content-block {
    padding: 0px 30px;
  }
}
.offices-content-block .introduction {
  margin-bottom: 50px;
}
.offices-content-block .introduction h1, .offices-content-block .introduction .h1, .offices-content-block .introduction h6, .offices-content-block .introduction .h6 {
  color: #f93d00;
}
.offices-content-block .introduction h6::after, .offices-content-block .introduction .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.offices-content-block .grid-container {
  display: grid;
  grid-gap: 30px;
}
.offices-content-block .show-three-rows.grid-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 768px) and (max-width: 992px) {
  .offices-content-block .show-three-rows.grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .offices-content-block .show-three-rows.grid-container {
    grid-template-columns: minmax(0, 1fr);
  }
}
.offices-content-block .show-two-rows.grid-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .offices-content-block .show-two-rows.grid-container {
    grid-template-columns: minmax(0, 1fr);
  }
}
.offices-content-block .show-one-rows.grid-container {
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 0px;
}
@media (min-width: 993px) {
  .offices-content-block .show-one-rows.grid-container .office-card {
    flex-direction: row;
  }
  .offices-content-block .show-one-rows.grid-container .office-card .card-map {
    flex-basis: 50%;
    border-radius: 10px 0 0 10px;
  }
  .offices-content-block .show-one-rows.grid-container .office-card .card-info {
    padding: 100px;
    width: 50%;
  }
}

.whatsapp_link a {
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #ef843b;
  padding: 0.5rem;
  color: white;
  border-radius: 11px 0 0;
  z-index: 999;
  font-size: 14px;
  transition: 0.3s;
}
.whatsapp_link a:hover {
  color: white;
  text-decoration: none;
  background-color: #eb4d24;
}

.finder-form {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 992px) {
  .finder-form {
    padding: 0px 30px;
  }
}
@media (min-width: 993px) {
  .finder-form .introduction.people, .finder-form .introduction.articles, .finder-form .introduction.properties {
    order: 2;
  }
}
.finder-form .introduction h1, .finder-form .introduction .h1 {
  color: #f93d00;
}
.finder-form .introduction h1, .finder-form .introduction .h1, .finder-form .introduction h2, .finder-form .introduction .h2, .finder-form .introduction h3, .finder-form .introduction .h3, .finder-form .introduction h4, .finder-form .introduction .h4, .finder-form .introduction h5, .finder-form .introduction .h5, .finder-form .introduction h6, .finder-form .introduction .h6 {
  margin-bottom: 20px;
}
.finder-form .introduction h6, .finder-form .introduction .h6 {
  color: #fd5d00;
  margin-right: 10px;
  font-weight: 300;
}
.finder-form .introduction h6::after, .finder-form .introduction .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.finder-form .introduction a {
  color: inherit !important;
  text-decoration: underline;
}
.finder-form .introduction a:hover {
  text-decoration: none;
}
.finder-form .left-logo-photo .solid-shape {
  fill: #4382c2;
}
.finder-form .left-logo-photo .overlay {
  fill: #2facab;
}
.finder-form .left-logo-photo.mobile-logo-photo .solid-shape {
  fill: #fd5d00;
}
.finder-form .left-logo-photo.mobile-logo-photo .overlay {
  fill: #f93d00;
}
@media (max-width: 993px) {
  .finder-form .left-logo-photo.mobile-logo-photo {
    display: block;
  }
}
.finder-form .right-logo-photo .solid-shape {
  fill: #fd5d00;
}
.finder-form .right-logo-photo .overlay {
  fill: #f93d00;
}
.finder-form .filter-form-view-all {
  font-size: 0.9rem;
}
.finder-form {
  min-height: 400px;
}
@media (min-width: 998px) and (max-width: 1199px) {
  .finder-form {
    min-height: 485px;
  }
}
@media (min-width: 1200px) {
  .finder-form {
    min-height: 575px;
  }
}
@media (min-width: 998px) {
  .finder-form .introduction {
    max-width: 430px;
    position: absolute;
    bottom: 50%;
    margin-bottom: 120px;
  }
  .finder-form .left-logo-photo,
  .finder-form .right-logo-photo {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 50%;
    bottom: 0;
  }
  .finder-form .left-logo-photo ~ .introduction {
    left: 65%;
  }
  .finder-form .right-logo-photo ~ .introduction {
    right: 55%;
    left: 10%;
  }
  .finder-form .left-logo-photo .colourful-logo-left,
  .finder-form .left-logo-photo .main-container,
  .finder-form .right-logo-photo .colourful-logo-left,
  .finder-form .right-logo-photo .main-container {
    height: 100%;
  }
  .finder-form .left-logo-photo {
    left: 100px;
  }
  .finder-form .right-logo-photo {
    right: 100px;
  }
  .finder-form .form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
  }
  .finder-form .filter-form-container {
    white-space: nowrap;
  }
  .finder-form .right-logo-photo ~ .form-container .filter-form-view-all {
    text-align: left;
    margin-left: 30px;
  }
  .finder-form .left-logo-photo ~ .form-container .filter-form-view-all {
    text-align: right;
    margin-right: 30px;
  }
}
@media (max-width: 649px) {
  .finder-form .introduction {
    margin-bottom: 180px;
  }
  .finder-form form {
    width: 300px;
    max-width: 100%;
  }
  .finder-form .left-logo-photo,
  .finder-form .right-logo-photo {
    position: absolute;
    top: 200px;
    z-index: -1;
    right: 0;
    width: 330px;
  }
}
@media (min-width: 650px) and (max-width: 997px) {
  .finder-form .introduction {
    margin-bottom: 40px;
  }
  .finder-form form {
    width: 300px;
    max-width: 100%;
  }
  .finder-form .left-logo-photo,
  .finder-form .right-logo-photo {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    width: 330px;
  }
}

.image-strip {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-strip {
    padding: 0px 0px 30px 0;
  }
}
@media (max-width: 600px) {
  .image-strip .container {
    padding: 0 0;
  }
}
.image-strip .introduction h1, .image-strip .introduction .h1, .image-strip .introduction h6, .image-strip .introduction .h6 {
  color: #f93d00;
}
.image-strip .introduction h6:after, .image-strip .introduction .h6:after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.image-strip .introduction {
  margin-bottom: 30px;
}
.image-strip .images-grid {
  justify-content: center;
}
@media (max-width: 767px) {
  .image-strip .images-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.image-strip .image-grid-content.with-divider {
  border-left: 1px solid #D0D0D0;
}
.image-strip .image-grid-content.with-divider:first-of-type {
  border-left: none;
}
@media (max-width: 992px) {
  .image-strip .image-grid-content.with-divider {
    border-left: none;
  }
}
.image-strip .images-grid.show-1-images .image-grid-content {
  width: 100%;
}
.image-strip .images-grid.show-2-images .image-grid-content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .image-strip .images-grid.show-2-images .image-grid-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.image-strip .images-grid.show-3-images .image-grid-content {
  flex: 0 0 33.33%;
  max-width: 33%;
}
@media (max-width: 992px) {
  .image-strip .images-grid.show-3-images .image-grid-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.image-strip .images-grid.show-4-images .image-grid-content {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 992px) {
  .image-strip .images-grid.show-4-images .image-grid-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.image-strip .images-grid.show-5-images .image-grid-content {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 992px) {
  .image-strip .images-grid.show-5-images .image-grid-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.image-strip .image-grid-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.image-strip .image-grid-content:first-of-type {
  padding-left: 0 !important;
}
.image-strip .image-grid-content:last-of-type {
  padding-right: 0 !important;
}
.image-strip .image-grid-content img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .image-strip .image-grid-content {
    text-align: center;
  }
  .image-strip .image-grid-content img {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .image-strip .main-carousel {
    row-gap: 40px;
  }
}
.image-strip .image-size-extra_small, .image-strip .image-size-small, .image-strip .image-size-medium, .image-strip .image-size-large {
  width: auto;
}
.image-strip .image-size-extra_small img, .image-strip .image-size-extra_small picture, .image-strip .image-size-extra_small a, .image-strip .image-size-small img, .image-strip .image-size-small picture, .image-strip .image-size-small a, .image-strip .image-size-medium img, .image-strip .image-size-medium picture, .image-strip .image-size-medium a, .image-strip .image-size-large img, .image-strip .image-size-large picture, .image-strip .image-size-large a {
  height: 100%;
}
.image-strip .image-size-small, .image-strip .image-size-medium, .image-strip .image-size-extra_small {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .image-strip .image-size-small, .image-strip .image-size-medium, .image-strip .image-size-extra_small {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.image-strip .image-size-extra_small {
  height: 25px;
}
.image-strip .image-size-small {
  height: 75px;
}
.image-strip .image-size-medium {
  height: 100px;
}
.image-strip .image-size-large {
  height: 155px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.image-strip .main-carousel-wrapper {
  display: flex;
  align-items: center;
}
.image-strip .main-carousel-wrapper .image-nav-button {
  width: 44px;
  height: 44px;
  border: 2px solid #00B0AD;
  border-radius: 50%;
  color: #00B0AD;
  cursor: pointer;
  position: relative;
}
.image-strip .main-carousel-wrapper .image-nav-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.image-strip .main-carousel-wrapper .custom-prev-button {
  margin-right: 30px;
}
.image-strip .main-carousel-wrapper .custom-next-button {
  margin-left: 30px;
}
.image-strip .main-carousel-wrapper .main-carousel {
  flex: 1;
}
.image-strip .main-carousel-wrapper .flickity-viewport {
  overflow: hidden;
}
.image-strip .main-carousel-wrapper .flickity-button {
  display: none;
}
.image-strip .mobile-carousel-wrapper {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .image-strip .mobile-carousel-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 225px;
  }
}
.image-strip .mobile-carousel-wrapper {
  display: none;
}
.image-strip .mobile-carousel-wrapper .mobile-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  grid-row-gap: 30px;
  grid-column-gap: 45px;
}
.image-strip .mobile-carousel-wrapper .card-container {
  height: 62px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.image-strip .mobile-carousel-wrapper .card-container .full-background {
  width: 100%;
  object-fit: contain;
}
.image-strip .mobile-carousel-wrapper .image-nav-button {
  width: 44px;
  height: 44px;
  border: 2px solid #00B0AD;
  border-radius: 50%;
  color: #00B0AD;
  cursor: pointer;
  position: relative;
}
.image-strip .mobile-carousel-wrapper .image-nav-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.image-strip .mobile-carousel-wrapper .custom-prev-button {
  position: absolute;
  left: 15px;
  bottom: 0px;
}
@media (max-width: 600px) {
  .image-strip .mobile-carousel-wrapper .custom-prev-button {
    left: 30px;
  }
}
.image-strip .mobile-carousel-wrapper .custom-next-button {
  position: absolute;
  bottom: 0px;
  left: 70px;
}
@media (max-width: 600px) {
  .image-strip .mobile-carousel-wrapper .custom-next-button {
    left: 85px;
  }
}
.image-strip .mobile-carousel-wrapper .main-carousel {
  flex: 1;
  width: 100%;
}
.image-strip .mobile-carousel-wrapper .flickity-viewport {
  min-height: 160px;
  overflow: hidden;
}
.image-strip .mobile-carousel-wrapper .flickity-button {
  display: none;
}

.countdown-timer {
  background-image: url(../images/banner-background-purple-blue_03910b13cd.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 150px 0;
  position: relative;
}
.countdown-timer#block-number-1 {
  padding-top: 200px;
}
.countdown-timer > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.countdown-timer > .container > * {
  color: white;
}
.countdown-timer > .container .heading > * {
  font-size: 3.5rem;
}
.countdown-timer > .container .heading > *:last-child {
  margin-bottom: 0;
}
.countdown-timer > .container .countdown__ticker {
  display: none;
  width: 100%;
  max-width: 850px;
  padding: 3rem 0;
  justify-content: space-evenly;
  align-items: center;
}
.countdown-timer > .container .countdown__ticker.show {
  display: flex;
}
.countdown-timer > .container .countdown__ticker > * {
  position: relative;
  background-color: black;
  color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
  width: 180px;
}
.countdown-timer > .container .countdown__ticker > * > span {
  font-size: 7rem;
  z-index: 2;
  font-family: "Digital 7";
  display: flex;
}
.countdown-timer > .container .countdown__ticker > * > .counter__label {
  z-index: 2;
  display: flex;
  margin: -20px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.countdown-timer > .container .countdown__ticker > * > .counter__label small, .countdown-timer > .container .countdown__ticker > * > .counter__label .small {
  font-size: 14px;
  color: white;
}
.countdown-timer > .container .countdown__ticker > *:before, .countdown-timer > .container .countdown__ticker > *:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.countdown-timer > .container .countdown__ticker > *:before {
  background-color: #283035;
  top: 0;
  border: 2px solid #231f20;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown-timer > .container .countdown__ticker > *:after {
  bottom: 0;
  background-color: #231f20;
}
.countdown-timer > .container .countdown__info > * {
  color: white;
  font-size: 1.3rem;
}
.countdown-timer > .container .button {
  margin-top: 100px;
  padding: 12px 20px;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  color: #64519f;
  z-index: 10;
}
.countdown-timer > .container .button .button-icon {
  margin-left: 30px;
}
.countdown-timer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  opacity: 0.1;
}
@media (max-width: 992px) {
  .countdown-timer {
    padding: 125px 0 125px;
  }
  .countdown-timer#block-number-1 {
    padding-top: 175px;
  }
  .countdown-timer > .container .countdown__ticker {
    font-size: 5rem;
    justify-content: space-between;
  }
  .countdown-timer > .container .countdown__ticker > * {
    width: 160px;
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .countdown-timer > .container .countdown__ticker > * {
    width: 120px;
    padding: 20px;
  }
  .countdown-timer > .container .countdown__ticker > * > span {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .countdown-timer {
    padding: 100px 0 100px;
  }
  .countdown-timer#block-number-1 {
    padding-top: 150px;
  }
  .countdown-timer > .container {
    text-align: center;
  }
  .countdown-timer > .container .heading > * {
    font-size: 2.5rem;
  }
  .countdown-timer > .container .countdown__ticker {
    max-width: 400px;
    justify-content: space-around;
  }
  .countdown-timer > .container .countdown__ticker > * {
    width: 80px;
    padding: 5px 10px;
  }
  .countdown-timer > .container .countdown__ticker > * > span {
    font-size: 3rem;
    padding-bottom: 8px;
  }
  .countdown-timer > .container .countdown__ticker > * > .counter__label {
    font-size: 12px;
  }
  .countdown-timer > .container .countdown__info {
    max-width: 300px;
  }
}

.featured-case-study {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 530px) {
  .featured-case-study {
    padding: 64px 0;
  }
}
@media (max-width: 810px) {
  .featured-case-study {
    overflow: hidden;
  }
}
.featured-case-study.purple {
  background: linear-gradient(73.83deg, #662483 0.93%, #4382c2 95.67%);
}
.featured-case-study.purple .featured-content .types-section .category {
  color: #662483;
}
.featured-case-study.purple .featured-content a:hover {
  background-color: white;
  color: #662483 !important;
}
.featured-case-study.purple .featured-content a:hover i {
  color: #662483 !important;
}
.featured-case-study.teal {
  background: linear-gradient(73.83deg, #2facab 0.93%, #4382c2 95.67%);
}
.featured-case-study.teal .featured-content .types-section .category {
  color: #2facab;
}
.featured-case-study.teal .featured-content a:hover {
  background-color: white;
  color: #2facab !important;
}
.featured-case-study.teal .featured-content a:hover i {
  color: #2facab !important;
}
.featured-case-study.blue {
  background: linear-gradient(73.83deg, #4382c2 0.93%, #43a5c2 95.67%);
}
.featured-case-study.blue .featured-content .types-section .category {
  color: #4382c2;
}
.featured-case-study.blue .featured-content a:hover {
  background-color: white;
  color: #4382c2 !important;
}
.featured-case-study.blue .featured-content a:hover i {
  color: #4382c2 !important;
}
.featured-case-study.orange {
  background: linear-gradient(73.83deg, #ff9c00 0.93%, #dc3545 95.67%);
}
.featured-case-study.orange .featured-content .types-section .category {
  color: #ff9c00;
}
.featured-case-study.orange .featured-content a:hover {
  background-color: white;
  color: #ff9c00 !important;
}
.featured-case-study.orange .featured-content a:hover i {
  color: #ff9c00 !important;
}
.featured-case-study.red {
  background: linear-gradient(73.83deg, #dc3545 0.93%, #dc4635 95.67%);
}
.featured-case-study.red .featured-content .types-section .category {
  color: #dc3545;
}
.featured-case-study.dark-blue {
  background: linear-gradient(45deg, #190a2e 0.93%, #2da7aa 58.67%);
}
.featured-case-study .featured-content {
  min-height: 300px;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 810px) {
  .featured-case-study .featured-content {
    flex-direction: column;
  }
}
.featured-case-study .featured-content .featured-image {
  width: 45%;
}
@media (max-width: 810px) {
  .featured-case-study .featured-content .featured-image {
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: -150px;
    padding-top: 64px;
  }
}
@media (max-width: 530px) {
  .featured-case-study .featured-content .featured-image {
    margin-bottom: -100px;
  }
}
.featured-case-study .featured-content .featured-image .shaped-image {
  width: 50%;
  background-size: cover;
  clip-path: url(#angle_svg);
  aspect-ratio: 1;
}
@media (min-width: 811px) {
  .featured-case-study .featured-content .featured-image .shaped-image {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    height: 100%;
  }
}
@media (max-width: 810px) {
  .featured-case-study .featured-content .featured-image .shaped-image {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 811px) {
  .featured-case-study .featured-content .featured-text {
    width: 45%;
  }
}
.featured-case-study .featured-content .featured-text .featured-text-case-study, .featured-case-study .featured-content .featured-text h2, .featured-case-study .featured-content .featured-text .h2 {
  max-width: 500px;
}
.featured-case-study .featured-content .featured-text .types-section .category {
  margin-bottom: 10px;
  margin-right: 20px;
  border-radius: 10px;
  background-color: white;
  padding: 6px 12px;
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
}
.featured-case-study .featured-content .featured-text .types-section .client-type {
  margin-right: 10px;
  font-size: 12px;
}
.featured-case-study .featured-content .featured-text .button-container a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 15px;
  color: white;
  height: 48px;
  border: white 2px solid;
  width: fit-content;
  border-radius: 14px;
  padding: 5px 18px;
  margin-top: 24px;
  text-decoration: none;
  transition: all 0.3s;
}
.featured-case-study .featured-content .featured-text .button-container a i {
  margin-left: 10px;
}
.featured-case-study .featured-content .featured-text .button-container:hover {
  cursor: pointer;
  text-decoration: none;
}
.featured-case-study .featured-content .featured-text p {
  color: white;
}

.cards-block {
  padding: 0 15px;
}
@media (max-width: 600px) {
  .cards-block .container {
    padding: 0 15px;
  }
}
.cards-block .heading {
  text-align: left;
  margin-bottom: 50px;
  max-width: 600px;
}
.cards-block .three-card-width .cards-block__card {
  width: 30%;
}
.cards-block .two-card-width .cards-block__card {
  width: 46%;
}
.cards-block .cards_wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (min-width: 1200px) {
  .cards-block .cards_wrapper {
    justify-content: space-between;
  }
}
.cards-block .cards_wrapper .cards-block__card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  justify-content: space-between;
  background-color: #31acab;
  color: white;
  border-radius: 10px;
  border: none;
  margin-right: 30px !important;
  min-height: 265px !important;
  min-width: 300px;
  transition: background-color 0.4s linear;
}
.cards-block .cards_wrapper .cards-block__card:hover {
  background-color: #662483;
}
.cards-block .cards_wrapper .cards-block__card .card__icon {
  font-size: 3rem;
  margin-bottom: 20px;
}
.cards-block .cards_wrapper .cards-block__card .card__heading {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.cards-block .cards_wrapper .cards-block__card .card__text {
  font-size: 1rem;
  line-height: 1.4;
}
.cards-block .cards_wrapper .cards-block__card .card__text > * {
  color: white;
  margin: 0;
}
.cards-block .cards_wrapper .cards-block__card .card__text + .button {
  margin-top: 16px;
}
.cards-block .cards_wrapper .cards-block__card .button {
  color: #31acab;
  background-color: white;
  width: fit-content;
}
.cards-block .cards_wrapper .cards-block__card .button .button-icon {
  margin-left: 30px;
}
.cards-block .cards_wrapper .cards-block__card:last-child {
  margin-right: 0 !important;
}
.cards-block .cards_wrapper.flickity-enabled .cards-block__card {
  margin-right: 30px;
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .cards-block .heading {
    text-align: left;
    margin: 0 auto 30px;
  }
  .cards-block:not(.content-slider) .cards_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .cards-block:not(.content-slider) .cards_wrapper .cards-block__card {
    margin-right: 0 !important;
  }
  .cards-block:not(.content-slider) .cards_wrapper .cards-block__card:last-child {
    margin-bottom: 0;
  }
}
.cards-block .flickity-page-dots {
  margin-left: 0;
}
.cards-block .flickity-page-dots .dot, .cards-block .flickity-page-dots .dot:after {
  background: #31acab;
}
.cards-block .flickity-prev-next-button {
  color: #31acab;
  border: 2px solid #31acab;
}

.case-study-banner {
  padding-top: 150px;
  background: linear-gradient(to right, #4981BC 0%, #31ACAB 100%);
  color: white;
  overflow: hidden;
}
.case-study-banner .carousel-container {
  width: 100%;
  position: relative;
}
.case-study-banner .carousel-container .background-watermark {
  position: absolute;
  height: 100%;
  left: 5%;
  width: 100%;
  background-position: center;
  background: url(../images/large-watermark_a4e50d9ff9.svg) no-repeat;
}
.case-study-banner h2, .case-study-banner .h2 {
  text-align: center;
  font-size: 40px;
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 800px;
}
@media (max-width: 1120px) {
  .case-study-banner h2, .case-study-banner .h2 {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 650px) {
  .case-study-banner h2, .case-study-banner .h2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.case-study-banner .tag-list-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}
@media (min-width: 1121px) {
  .case-study-banner .tag-list-container {
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .case-study-banner .tag-list-container.show-second-line {
    max-height: 100%;
    overflow: visible;
    margin-bottom: 15px;
  }
}
.case-study-banner .tag-list-container span {
  margin-right: 16px;
  background-color: #ff9c00;
  padding: 8px 16px;
  min-width: max-content;
  border-radius: 8px;
  max-width: 190px;
}
.case-study-banner .tag-list-container span.show-stat-on-load {
  display: inline;
}
.case-study-banner .tag-list-container span.hide-on-load {
  display: none;
}
.case-study-banner .tag-list-container svg {
  position: absolute;
  top: 14px;
  right: 0px;
}
.case-study-banner .tag-list-container svg:hover {
  cursor: pointer;
}
.case-study-banner .tag-list-container svg.rotate-180 {
  transform: rotate(180deg);
}
.case-study-banner .details-and-stats {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  overflow: visible;
  max-width: 100%;
  padding-left: 120px;
  padding-top: 50px;
}
.case-study-banner .details-and-stats.no-people {
  justify-content: center;
}
@media (min-width: 1121px) {
  .case-study-banner .details-and-stats.no-people {
    padding-left: 0px;
  }
}
@media (max-width: 1120px) {
  .case-study-banner .details-and-stats {
    flex-direction: column;
    padding-left: 100px;
  }
}
@media (max-width: 650px) {
  .case-study-banner .details-and-stats {
    padding-left: 30px;
    padding-bottom: 0px;
  }
}
.case-study-banner .details-and-stats .stats-and-text {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
@media (max-width: 1120px) {
  .case-study-banner .details-and-stats .stats-and-text {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 60px;
    padding-right: 100px;
  }
}
@media (max-width: 860px) {
  .case-study-banner .details-and-stats .stats-and-text {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .case-study-banner .details-and-stats .stats-and-text {
    padding-right: 30px;
  }
}
.case-study-banner .details-and-stats .stats-and-text .stats-section {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  min-width: 290px;
  margin-bottom: 15px;
}
@media (max-width: 860px) {
  .case-study-banner .details-and-stats .stats-and-text .stats-section {
    flex-direction: column;
    display: grid;
    row-gap: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 50px;
    margin-bottom: 0px;
  }
}
.case-study-banner .details-and-stats .stats-and-text .stats-section .stat-individual {
  padding-right: 0px;
}
@media (min-width: 861px) {
  .case-study-banner .details-and-stats .stats-and-text .stats-section .stat-individual {
    margin-bottom: 48px;
    padding-right: 50px;
  }
}
.case-study-banner .details-and-stats .stats-and-text .stats-section .stat-individual .number-and-unit {
  display: flex;
  align-items: end;
}
.case-study-banner .details-and-stats .stats-and-text .stats-section .stat-individual .number-and-unit .stat-number {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 860px) {
  .case-study-banner .details-and-stats .stats-and-text .stats-section .stat-individual .number-and-unit .stat-number {
    font-size: 26px;
  }
}
.case-study-banner .details-and-stats .stats-and-text .stats-section .stat-individual .number-and-unit .stat-measurement {
  color: rgba(255, 255, 255, 0.7);
  font-size: 32px;
  margin-left: 6px;
}
@media (max-width: 860px) {
  .case-study-banner .details-and-stats .stats-and-text .stats-section .stat-individual .number-and-unit .stat-measurement {
    font-size: 26px;
  }
}
.case-study-banner .details-and-stats .stats-and-text .text-content {
  max-width: 470px;
}
@media (min-width: 1250px) {
  .case-study-banner .details-and-stats .stats-and-text .text-content {
    padding-right: 40px;
  }
}
@media (min-width: 1119px) {
  .case-study-banner .details-and-stats .stats-and-text .text-content {
    margin-right: 40px;
  }
}
@media (max-width: 860px) {
  .case-study-banner .details-and-stats .stats-and-text .text-content {
    padding-top: 30px;
  }
}
@media (max-width: 1120px) {
  .case-study-banner .details-and-stats .stats-and-text .text-content {
    max-width: 100%;
  }
}
.case-study-banner .details-and-stats .stats-and-text .text-content p {
  color: white;
}
.case-study-banner .details-and-stats .stats-and-text .text-content .logo-container {
  position: relative;
  margin-bottom: 26px;
  max-width: 180px;
  background-color: white;
  padding: 15px;
  border-radius: 8px;
}
.case-study-banner .details-and-stats .case-studies-related-people.multiple-items {
  width: 50%;
}
.case-study-banner .details-and-stats .case-studies-related-people {
  padding-bottom: 100px;
  padding-right: 15px;
  overflow: hidden;
}
@media (max-width: 1120px) {
  .case-study-banner .details-and-stats .case-studies-related-people {
    width: 100% !important;
  }
}
.case-study-banner .details-and-stats .case-studies-related-people .main-carousel .flickity-viewport {
  overflow: visible;
}
.case-study-banner .details-and-stats .case-studies-related-people .main-carousel .flickity-button {
  border: 2px solid white;
  background: transparent;
}
.case-study-banner .details-and-stats .case-studies-related-people .main-carousel .flickity-button .flickity-button-icon {
  color: white;
}
.case-study-banner .details-and-stats .case-studies-related-people .main-carousel .flickity-prev-next-button {
  bottom: -100px;
  top: unset;
}
.case-study-banner .details-and-stats .case-studies-related-people .main-carousel .flickity-prev-next-button.previous {
  left: unset;
  right: auto;
}
.case-study-banner .details-and-stats .case-studies-related-people .main-carousel .flickity-prev-next-button.next {
  left: 70px;
}
.case-study-banner .details-and-stats .case-studies-related-people .main-carousel .people-card {
  width: 315px;
  margin-right: 50px;
  min-height: 100%;
  height: 380px;
  color: black;
}
@media (min-width: 681px) and (max-width: 1120px) {
  .case-study-banner .details-and-stats .case-studies-related-people .main-carousel .people-card {
    width: 60%;
    height: 450px;
  }
}

.call_to_action {
  background-image: url(../images/banner-background-orange_7c5550a7cf.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.call_to_action:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  opacity: 0.1;
  z-index: 1;
}
.call_to_action > .container {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.call_to_action > .container > * {
  margin: 0 auto;
}
.call_to_action > .container .heading {
  max-width: 500px;
}
.call_to_action > .container .heading h2, .call_to_action > .container .heading .h2 {
  font-size: 3rem;
}
.call_to_action > .container .content {
  padding: 20px 0;
  max-width: 600px;
}
.call_to_action > .container .content > * {
  color: white;
}
.call_to_action > .container .content > p {
  font-size: 2rem;
}
.call_to_action > .container .button {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  color: #ea5b0a;
}
@media (max-width: 768px) {
  .call_to_action {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .call_to_action > .container .heading h2, .call_to_action > .container .heading .h2 {
    font-size: 3.5rem;
  }
  .call_to_action > .container .content > p {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .call_to_action {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .call_to_action > .container .heading h2, .call_to_action > .container .heading .h2 {
    font-size: 2.75rem;
  }
  .call_to_action > .container .content > p {
    font-size: 1.15rem;
  }
}

.page-video {
  margin: 0 auto;
  height: auto;
  max-width: 1200px;
}
@media (max-width: 1260px) {
  .page-video {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.page-video .page-video-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-video .page-video-text h1, .page-video .page-video-text .h1, .page-video .page-video-text h2, .page-video .page-video-text .h2, .page-video .page-video-text h3, .page-video .page-video-text .h3, .page-video .page-video-text h4, .page-video .page-video-text .h4, .page-video .page-video-text h5, .page-video .page-video-text .h5, .page-video .page-video-text h6, .page-video .page-video-text .h6 {
  color: #2facab;
}
.page-video .page-video-preview {
  display: flex;
  height: 500px;
  justify-content: center;
}
@media (min-width: 1000px) {
  .page-video .page-video-preview {
    margin-left: 120px;
    justify-content: end;
  }
}
.page-video .page-video-preview.no-text {
  height: 700px;
}
.page-video .page-video-preview .play-button {
  background-color: #2facab;
}
.page-video .page-video-preview .shape-container {
  max-width: 100%;
}
.page-video .page-video-preview .shape-photo {
  border-radius: 20px;
  max-width: 100%;
}
.page-video.no-text .page-video-preview {
  margin: 0;
  height: 700px;
}
.page-video.big-cover {
  max-width: 1500px;
}
.page-video.big-cover .page-video-preview {
  height: 850px;
}
.page-video.big-cover .page-video-preview .corner {
  display: none;
}
@media (min-width: 1000px) {
  .page-video {
    display: flex;
    justify-content: center;
  }
  .page-video.video-left {
    flex-direction: row-reverse;
  }
  .page-video.video-left .page-video-preview {
    margin-left: 0;
    margin-right: 180px;
    justify-content: start;
  }
  .page-video .page-video-text {
    width: 50%;
  }
}

.two-column-text-block h1, .two-column-text-block .h1 {
  color: #f93d00;
}
.two-column-text-block .column_1 {
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  .two-column-text-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
  }
  .two-column-text-block .column_1 {
    margin-top: 0;
  }
}

.grid-icon-section {
  color: #fff;
  padding: 6rem 0rem;
  background-size: cover;
}
.grid-icon-section p {
  color: #fff;
}
.grid-icon-section strong {
  font-weight: 700;
}

.icon-grid {
  display: grid;
  gap: 5rem 2rem;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 6rem 0;
}
.icon-grid img {
  width: auto;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.icon-grid__item-title {
  font-weight: 700;
  margin-top: 0.75rem;
  font-size: 1.4rem;
}

.icon-grid__testimonial {
  padding: 5rem 5rem 11rem;
  background-size: cover;
  background-repeat: round;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .icon-grid__testimonial {
    background-image: url(../images/quotes_d312baa82e.svg) !important;
    background-repeat: no-repeat;
    background-size: 59px;
    padding: 5rem 0 1rem;
  }
}

.page-template-template-mri .overlay-colour {
  mix-blend-mode: multiply;
}
.page-template-template-mri .banner-block .carousel-cell .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-template-template-mri .image-strip .main-carousel-wrapper .image-nav-button {
  border-color: #e0531c;
}
.page-template-template-mri .image-strip .main-carousel-wrapper .image-nav-button path {
  fill: #e0531c;
}

.slantrow {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 16px;
}

.slantrow__background {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}

.slantrow__background-left, .slantrow__background-right {
  width: 50%;
  height: 100%;
}

.slantrow__background-left {
  background-color: #F0B247;
}

.slantrow__background-right {
  background-color: #E36928;
}

.slantrow__diagonal {
  width: 200px;
  height: 100%;
  z-index: 20;
  background: linear-gradient(115deg, #F0B247 calc(50% - 2px), white calc(50% + 4px), white 50%, #E36928 calc(50% + 7px));
}

.slantrow__column-content {
  position: relative;
  z-index: 30;
  padding-top: 80px;
  padding-bottom: 65px;
}

.slantrow__outside-background-left {
  background-color: #F0B247;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: 10;
  height: 100%;
}

.slantrow__outside-background-right {
  background-color: #E36928;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 10;
  height: 100%;
}

.slantrow__white-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 10px;
  color: orange;
  background-color: white;
}

.slantrow__column-content h2, .slantrow__column-content .h2 {
  margin-bottom: 20px;
}

.slantrow__column-content p {
  margin-bottom: 40px;
}

.slantrow__white-button:hover {
  text-decoration: none;
  background-color: #ED4C14;
  color: #FFF;
}

.slantrow__white-button {
  color: #ED4C14;
  padding: 12px 24px 12px 24px;
  border-radius: 15px;
  transition: all 0.3s;
}

@media (max-width: 800px) {
  .slantrow__diagonal {
    display: none;
  }
  .slantrow__outside-background-left {
    display: none;
  }
  .slantrow__outside-background-right {
    display: none;
  }
  .slantrow__content-container {
    display: flex;
    flex-direction: column;
  }
  .slantrow__column-content {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .slantrow__background-left {
    width: 100%;
  }
  .slantrow__background-right {
    width: 100%;
  }
}
.services-overview .container {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .services-overview .container {
    padding: 30px;
  }
}
.services-overview .introduction {
  max-width: 600px;
}
.services-overview .introduction h1, .services-overview .introduction .h1, .services-overview .introduction h6, .services-overview .introduction .h6 {
  color: #f93d00;
}
.services-overview .introduction h1, .services-overview .introduction .h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .services-overview .introduction h1, .services-overview .introduction .h1 {
    font-size: 2.5rem;
  }
}
.services-overview .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .services-overview .grid {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .services-overview .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .services-overview .grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.services-overview .service-card {
  padding-right: 30px;
  display: inline-block;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .services-overview .service-card {
    margin-right: 26px;
    padding-right: 0;
    display: inline-block;
    width: calc(33.3333333333% - 20px);
    margin-bottom: 30px;
    max-height: 400px;
  }
  .services-overview .service-card:nth-of-type(3n) {
    margin-right: 0;
  }
  .services-overview .service-card > .card {
    max-height: 400px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 992px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 992px) {
  .services-overview .service-card {
    width: calc(50% - 20px);
    margin-right: 0;
  }
  .services-overview .service-card:nth-of-type(3n) {
    margin-right: 0;
  }
  .services-overview .service-card:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 35px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .services-overview .service-card {
    width: 100%;
    margin-right: 0;
  }
  .services-overview .service-card:nth-of-type(3n) {
    margin-right: 0;
  }
  .services-overview .service-card:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
  }
}
.services-overview .service-card a {
  color: black;
  text-decoration: none;
}
.services-overview .service-card a:hover {
  text-decoration: none;
}
.services-overview .service-card .card-content .service-intro {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}
.services-overview .service-card .slider-card-image {
  min-height: 250px;
}

.mfp-container {
  padding-top: 100px;
}

.properties-overview {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .properties-overview {
    padding: 30px;
  }
}
.properties-overview h1, .properties-overview .h1, .properties-overview h6, .properties-overview .h6 {
  color: #f93d00;
}
.properties-overview h6, .properties-overview .h6 {
  color: #fd5d00;
  margin-right: 10px;
  font-weight: 300;
}
.properties-overview h6::after, .properties-overview .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.properties-overview .properties_overview_header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .properties-overview .properties_overview_header {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.properties-overview .properties_overview_header .heading {
  flex: 50%;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .properties-overview .properties_overview_header .heading {
    margin-right: 0;
  }
}
.properties-overview .properties_overview_header .intro {
  flex: 50%;
}
.properties-overview #view_buttons {
  margin-bottom: 40px;
}
.properties-overview #view_buttons a {
  color: #87888B;
}
.properties-overview #view_buttons a:hover {
  text-decoration: none;
  color: #f93d00;
}
.properties-overview #view_buttons a:first-of-type {
  margin-right: 20px;
}
.properties-overview #view_buttons a.active {
  color: #f93d00;
}
.properties-overview #view_buttons a svg {
  height: 20px;
  padding-right: 4px;
  margin-top: -2px;
}
.properties-overview #properties_overview_list_view {
  display: none;
}
.properties-overview #properties_overview_map_view {
  display: none;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
}
.properties-overview #properties_overview_map_view .map-container {
  position: relative;
  flex: 1 0 100%;
}
.properties-overview #properties_overview_map_view .map-container .marker {
  display: none;
}
.properties-overview #properties_overview_map_view .map-container #map {
  width: 100%;
  border-radius: 10px;
  height: 600px;
}
@media (min-width: 992px) {
  .properties-overview #properties_overview_map_view .map-container #map {
    height: 800px;
  }
}
.properties-overview #properties_overview_map_view .map-container * {
  outline: none !important;
}
.properties-overview #properties_overview_map_view .map-container #close_map_property {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  stroke: #fff;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  z-index: 1;
}
.properties-overview #properties_overview_map_view .map-container #close_map_property:focus {
  outline: none;
}
.properties-overview #properties_overview_map_view .map-container #close_map_property svg {
  margin-top: -5px;
}
.properties-overview #properties_overview_map_view .property-container {
  display: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .properties-overview #properties_overview_map_view .property-container {
    flex: 1 0 40%;
    border-radius: 0 10px 10px 0;
  }
}
.properties-overview #properties_overview_map_view .property-container .loading {
  display: block;
  margin: 50px auto;
  width: 50px;
}
@media (min-width: 992px) {
  .properties-overview #properties_overview_map_view.showing-property .map-view-container {
    display: flex;
  }
}
.properties-overview #properties_overview_map_view.showing-property .map-container #map {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 992px) {
  .properties-overview #properties_overview_map_view.showing-property .map-container {
    flex: 1 0 60%;
  }
  .properties-overview #properties_overview_map_view.showing-property .map-container #map {
    border-radius: 10px 0 0 10px;
  }
  .properties-overview #properties_overview_map_view.showing-property .map-container #close_map_property {
    display: block;
  }
}
.properties-overview #properties_overview_map_view.showing-property .property-container {
  display: block;
}

#read-more-toggle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.properties-read-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.properties-read-more h2, .properties-read-more .h2 {
  color: #f93d00;
}

.properties-read-more.open {
  max-height: 1000px;
}

img.mfp-img {
  max-height: 600px !important;
}

.main .people-overview, .main .vacancies-overview {
  padding: 100px 0;
}
.main .people-overview h1, .main .people-overview .h1, .main .vacancies-overview h1, .main .vacancies-overview .h1 {
  color: #f93d00;
}
.main .people-overview h1, .main .people-overview .h1, .main .people-overview h2, .main .people-overview .h2, .main .people-overview h3, .main .people-overview .h3, .main .people-overview h4, .main .people-overview .h4, .main .people-overview h5, .main .people-overview .h5, .main .people-overview h6, .main .people-overview .h6, .main .vacancies-overview h1, .main .vacancies-overview .h1, .main .vacancies-overview h2, .main .vacancies-overview .h2, .main .vacancies-overview h3, .main .vacancies-overview .h3, .main .vacancies-overview h4, .main .vacancies-overview .h4, .main .vacancies-overview h5, .main .vacancies-overview .h5, .main .vacancies-overview h6, .main .vacancies-overview .h6 {
  margin-bottom: 20px;
}
.main .people-overview h6, .main .people-overview .h6, .main .vacancies-overview h6, .main .vacancies-overview .h6 {
  color: #fd5d00;
  margin-right: 10px;
  font-weight: 300;
}
.main .people-overview h6::after, .main .people-overview .h6::after, .main .vacancies-overview h6::after, .main .vacancies-overview .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.main .people-overview .text-block, .main .vacancies-overview .text-block {
  position: relative;
  display: flex;
  align-items: center;
}
.main .people-overview .text-block .left-logo-photo, .main .vacancies-overview .text-block .left-logo-photo {
  position: relative;
  flex: 1;
  margin-left: -150px;
  padding-right: 150px;
}
.main .people-overview .text-block .left-logo-photo .solid-shape, .main .vacancies-overview .text-block .left-logo-photo .solid-shape {
  fill: #4382c2;
}
.main .people-overview .text-block .left-logo-photo .overlay, .main .vacancies-overview .text-block .left-logo-photo .overlay {
  fill: #2facab;
}
.main .people-overview .text-block .left-logo-photo.mobile-logo-photo .solid-shape, .main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo .solid-shape {
  fill: #fd5d00;
}
.main .people-overview .text-block .left-logo-photo.mobile-logo-photo .overlay, .main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo .overlay {
  fill: #f93d00;
}
.main .people-overview .text-block .left-logo-photo.mobile-logo-photo, .main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo {
  display: none;
}
@media (max-width: 993px) {
  .main .people-overview .text-block .left-logo-photo.mobile-logo-photo, .main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo {
    display: block;
  }
}
.main .people-overview .text-block .right-logo-photo, .main .vacancies-overview .text-block .right-logo-photo {
  position: relative;
  flex: 1;
  margin-right: -150px;
  padding-left: 150px;
}
@media (max-width: 993px) {
  .main .people-overview .text-block .right-logo-photo, .main .vacancies-overview .text-block .right-logo-photo {
    display: none;
  }
}
.main .people-overview .text-block .right-logo-photo .solid-shape, .main .vacancies-overview .text-block .right-logo-photo .solid-shape {
  fill: #fd5d00;
}
.main .people-overview .text-block .right-logo-photo .overlay, .main .vacancies-overview .text-block .right-logo-photo .overlay {
  fill: #f93d00;
}
.main .people-overview .text-block .introduction, .main .vacancies-overview .text-block .introduction {
  max-width: 430px;
  flex: 1;
  position: relative;
}
.main .people-overview .text-block .introduction h1, .main .people-overview .text-block .introduction .h1, .main .vacancies-overview .text-block .introduction h1, .main .vacancies-overview .text-block .introduction .h1 {
  margin-bottom: 20px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .main .people-overview .text-block .introduction h1, .main .people-overview .text-block .introduction .h1, .main .vacancies-overview .text-block .introduction h1, .main .vacancies-overview .text-block .introduction .h1 {
    font-size: 2.5rem;
  }
}
.main .people-overview .text-block .introduction p, .main .vacancies-overview .text-block .introduction p {
  color: #87888B;
}
.main .people-overview .text-block .introduction .calls-to-action, .main .vacancies-overview .text-block .introduction .calls-to-action {
  margin-top: 50px;
}
.main .people-overview .text-block .introduction .calls-to-action .button, .main .vacancies-overview .text-block .introduction .calls-to-action .button {
  margin-right: 8px;
  margin-top: 12px;
}
.main .people-overview .text-block .introduction .calls-to-action .button:nth-of-type(1), .main .people-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+4), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(1), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+4) {
  background-color: #ff9c00;
}
.main .people-overview .text-block .introduction .calls-to-action .button:nth-of-type(2), .main .people-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+5), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(2), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+5) {
  background-color: #4382c2;
}
.main .people-overview .text-block .introduction .calls-to-action .button:nth-of-type(3), .main .people-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+6), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+6) {
  background-color: #f93d00;
}
.main .people-overview .text-block.form-block, .main .vacancies-overview .text-block.form-block {
  max-width: 100%;
}
.main .people-overview .text-block.form-block .introduction, .main .vacancies-overview .text-block.form-block .introduction {
  align-self: flex-start;
}
.main .people-overview .text-block.form-block .filter-form-container, .main .vacancies-overview .text-block.form-block .filter-form-container {
  position: static;
}
.main .people-overview .text-block.form-block form, .main .vacancies-overview .text-block.form-block form {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 637px;
}
@media (max-width: 993px) {
  .main .people-overview .text-block.form-block form, .main .vacancies-overview .text-block.form-block form {
    top: 50%;
    width: 100%;
  }
}
@media (max-width: 993px) {
  .main .people-overview .text-block, .main .vacancies-overview .text-block {
    flex-direction: column;
    width: 100%;
  }
  .main .people-overview .text-block .left-logo-photo,
  .main .people-overview .text-block .right-logo-photo, .main .vacancies-overview .text-block .left-logo-photo,
  .main .vacancies-overview .text-block .right-logo-photo {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .main .people-overview .text-block .right-logo-photo, .main .vacancies-overview .text-block .right-logo-photo {
    order: 1;
    padding: 0;
  }
  .main .people-overview .text-block .introduction, .main .vacancies-overview .text-block .introduction {
    order: 1;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .main .people-overview .text-block .left-logo-photo, .main .vacancies-overview .text-block .left-logo-photo {
    order: 2;
  }
  .main .people-overview .text-block.form-block .left-logo-photo, .main .vacancies-overview .text-block.form-block .left-logo-photo {
    width: 100%;
  }
}
.main .people-overview .people-boxes, .main .vacancies-overview .people-boxes {
  padding: 150px 0 50px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .main .people-overview .people-boxes, .main .vacancies-overview .people-boxes {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 993px) {
  .main .people-overview .people-boxes, .main .vacancies-overview .people-boxes {
    padding: 50px 0;
  }
}
.main .people-overview .people-boxes .card-container.case-study-card, .main .vacancies-overview .people-boxes .card-container.case-study-card {
  width: auto;
  flex: 1;
  text-decoration: none;
}
.main .people-overview .people-boxes .card-container.case-study-card h6::after, .main .people-overview .people-boxes .card-container.case-study-card .h6::after, .main .vacancies-overview .people-boxes .card-container.case-study-card h6::after, .main .vacancies-overview .people-boxes .card-container.case-study-card .h6::after {
  color: white;
}
.main .people-overview .finder-form, .main .vacancies-overview .finder-form {
  z-index: 1;
  min-height: 516px;
  height: auto;
}
@media (min-width: 998px) {
  .main .people-overview .finder-form, .main .vacancies-overview .finder-form {
    margin-top: 100px;
  }
}

body .main .people-overview {
  padding: 100px 0 50px 0px;
}
@media (max-width: 600px) {
  body .main .people-overview {
    padding: 0 0 10px 0px;
  }
  body .main .people-overview .people-boxes {
    padding-bottom: 0px;
  }
  body .main .people-overview .case-study-card.card-container {
    padding-right: 0px;
  }
}
body .main .people-overview .container {
  padding: 0 30px;
}
@media (max-width: 600px) {
  body .main .people-overview .container.finder-form {
    padding: 0 0px;
  }
}
@media (max-width: 600px) {
  body .main .people-archive {
    padding: 0 0 10px 0px;
  }
  body .main .people-archive .container {
    padding: 0 30px;
  }
}

.case-studies-overview .container {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .case-studies-overview .container {
    padding: 30px;
  }
}
.case-studies-overview .container .introduction {
  max-width: 75%;
}
.case-studies-overview .container .introduction h1, .case-studies-overview .container .introduction .h1, .case-studies-overview .container .introduction h6, .case-studies-overview .container .introduction .h6 {
  color: #f93d00;
}
.case-studies-overview .container .introduction h1, .case-studies-overview .container .introduction .h1 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .case-studies-overview .container .introduction h1, .case-studies-overview .container .introduction .h1 {
    font-size: 2.5rem;
  }
}
.case-studies-overview .container .introduction p {
  font-size: 1.25rem;
}
.case-studies-overview .container .grid-container {
  display: flex;
  flex-wrap: wrap;
}
.case-studies-overview .container .grid-container .case-study-card.card-container {
  width: calc(33.3% - 60px);
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .case-studies-overview .container .grid-container .case-study-card.card-container {
    width: calc(50% - 60px);
  }
}
@media (max-width: 768px) {
  .case-studies-overview .container .grid-container .case-study-card.card-container {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.case-studies-overview .container .grid-container .case-study-card.card-container:hover {
  text-decoration: none;
}

.people-archive .container {
  padding-top: 150px;
}
@media (max-width: 992px) {
  .people-archive .container {
    padding: 30px;
  }
}
.people-archive .introduction {
  max-width: 75%;
}
.people-archive .introduction h1, .people-archive .introduction .h1, .people-archive .introduction h6, .people-archive .introduction .h6 {
  color: #f93d00;
}
.people-archive .introduction h1, .people-archive .introduction .h1 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .people-archive .introduction h1, .people-archive .introduction .h1 {
    font-size: 2.5rem;
  }
}
.people-archive .introduction p {
  font-size: 1.25rem;
}
.people-archive .grid-container {
  padding-bottom: 100px;
  display: grid;
  display: -ms-grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -ms-grid-columns: 1fr minmax(0, 1fr) [3];
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .people-archive .grid-container {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .people-archive .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .people-archive .grid-container {
    grid-template-columns: minmax(0, 1fr);
  }
}
.people-archive .trash-no-result {
  grid-column: span 3;
}
.people-archive .people-card.card-container {
  padding-right: 0;
  display: inline-block;
  width: 100%;
  min-height: 350px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .people-archive .people-card.card-container {
    margin-right: 56px;
    display: inline-block;
    width: calc(33.3333333333% - 40px);
    margin-bottom: 56px;
    max-height: 400px;
  }
  .people-archive .people-card.card-container:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 992px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 992px) {
  .people-archive .people-card.card-container {
    width: calc(50% - 20px);
    margin-right: 0;
  }
  .people-archive .people-card.card-container:nth-of-type(3n) {
    margin-right: 0;
  }
  .people-archive .people-card.card-container:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 35px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .people-archive .people-card.card-container {
    width: 100%;
    margin-right: 0;
  }
  .people-archive .people-card.card-container:nth-of-type(3n) {
    margin-right: 0;
  }
  .people-archive .people-card.card-container:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .people-archive .people-card.card-container {
    padding-right: 0;
  }
}
.people-archive .people-card.card-container a {
  color: black;
  text-decoration: none;
}
.people-archive .people-card.card-container a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .people-archive .people-card.card-container .card-content {
    height: 100%;
  }
}

.properties-overview.bookmarked-properties .properties_overview_header {
  margin-bottom: 100px;
  align-items: center;
}
@media (max-width: 767px) {
  .properties-overview.bookmarked-properties .properties_overview_header {
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .properties-overview.bookmarked-properties .properties_overview_header .heading {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.properties-overview.bookmarked-properties .properties_overview_header .bookmark_action_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.properties-overview.bookmarked-properties .properties_overview_header #clear_all_bookmarks,
.properties-overview.bookmarked-properties .properties_overview_header #bookmark_all_properties {
  height: 100%;
}
@media (max-width: 767px) {
  .properties-overview.bookmarked-properties .properties_overview_header #clear_all_bookmarks,
  .properties-overview.bookmarked-properties .properties_overview_header #bookmark_all_properties {
    margin-top: 30px;
  }
}
.properties-overview.bookmarked-properties .properties_overview_header #bookmark_all_properties {
  max-width: 225px;
}
.properties-overview.bookmarked-properties .properties_overview_header #clear_all_bookmarks {
  max-width: 179px;
}

.posts-overview .pinned-posts-section {
  background-image: url(../images/banner-background-purple_4455874df5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  position: relative;
  margin-bottom: 200px;
}
@media (min-width: 993px) {
  .posts-overview .pinned-posts-section {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .posts-overview .pinned-posts-section {
    padding: 100px 0px 30px 0px;
    margin-bottom: 90px;
  }
  .posts-overview .pinned-posts-section .container {
    padding: 0px 30px 0px 30px;
  }
}
.posts-overview .pinned-posts-section:after {
  content: "";
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.1;
}
.posts-overview .pinned-posts-section .introduction {
  position: relative;
  z-index: 2;
}
.posts-overview .pinned-posts-section .introduction h1, .posts-overview .pinned-posts-section .introduction .h1, .posts-overview .pinned-posts-section .introduction h2, .posts-overview .pinned-posts-section .introduction .h2, .posts-overview .pinned-posts-section .introduction h3, .posts-overview .pinned-posts-section .introduction .h3, .posts-overview .pinned-posts-section .introduction h4, .posts-overview .pinned-posts-section .introduction .h4, .posts-overview .pinned-posts-section .introduction h5, .posts-overview .pinned-posts-section .introduction .h5, .posts-overview .pinned-posts-section .introduction h6, .posts-overview .pinned-posts-section .introduction .h6, .posts-overview .pinned-posts-section .introduction p {
  color: white;
}
.posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel {
  z-index: 2;
  transform: translateY(22%);
  margin-top: -50px;
  position: relative;
}
.posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel:not(.flickity-enabled) {
  display: flex;
}
@media (max-width: 992px) {
  .posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel::after {
    content: "flickity";
    display: none;
  }
}
.posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel .flickity-viewport {
  overflow: visible;
}
.posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel .post-card {
  padding-right: 30px;
  width: calc(33.33% - 20px);
  box-sizing: content-box;
  height: 375px;
}
@media (min-width: 751px) and (max-width: 992px) {
  .posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel .post-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 750px) {
  .posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel .post-card {
    width: 90%;
  }
}
.posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel .post-card .card {
  height: 100%;
}
.posts-overview .pinned-posts-section .pinned-posts-grid.pinned-posts-carousel .post-card .card .read-article {
  display: none;
}
@media (max-width: 992px) {
  .posts-overview .filter-form-container {
    width: 100%;
  }
  .posts-overview .filter-form-container form {
    width: 100%;
  }
}
.posts-overview .category-posts-container {
  padding: 100px 0;
}
.posts-overview .category-posts-container:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .posts-overview .category-posts-container {
    padding: 60px 30px;
  }
}
.posts-overview .category-posts-container .category-posts-carousel {
  padding-bottom: 80px;
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-viewport {
  overflow: visible;
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-page-dots {
  top: 71px;
  bottom: auto;
  display: flex;
  justify-content: center;
  max-width: 1180px;
  margin-right: 150px;
  margin-left: 160px;
  position: relative;
  width: auto;
}
@media (max-width: 600px) {
  .posts-overview .category-posts-container .category-posts-carousel .flickity-page-dots {
    display: none;
  }
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-page-dots .dot {
  width: 26px;
  margin: 0;
  border-radius: 1px;
  flex: 1;
  position: relative;
  height: 1px;
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-page-dots .dot.is-selected::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-prev-next-button {
  border-radius: 50%;
  transform: none;
  top: 100%;
  margin: 50px 0;
  background-color: transparent;
}
@media (max-width: 600px) {
  .posts-overview .category-posts-container .category-posts-carousel .flickity-prev-next-button {
    display: none;
  }
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-prev-next-button.previous {
  right: 54px;
  left: auto;
  top: auto;
}
.posts-overview .category-posts-container .category-posts-carousel .flickity-prev-next-button.next {
  right: 0;
  top: auto;
}
.posts-overview .category-posts-container .category-posts-carousel .slider-button {
  display: inline-block;
  top: 425px;
  position: absolute;
}
.posts-overview .category-posts-container .category-posts-carousel .slider-button .button {
  border: 1px solid transparent;
}
.posts-overview .category-posts-container .category-posts-carousel .post-card {
  padding-right: 30px;
  width: calc(33.33% - 20px);
  box-sizing: content-box;
  height: 375px;
}
@media (min-width: 751px) and (max-width: 992px) {
  .posts-overview .category-posts-container .category-posts-carousel .post-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 750px) {
  .posts-overview .category-posts-container .category-posts-carousel .post-card {
    width: 90%;
  }
}
.posts-overview .category-posts-container .category-posts-carousel .post-card .card {
  height: 100%;
}
.posts-overview .category-posts-container .category-posts-carousel .post-card .card .read-article {
  display: none;
}
.posts-overview .trending-stories-section {
  padding: 150px 0;
  background-image: url(../images/banner-background-orange_7c5550a7cf.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 60px;
}
.posts-overview .trending-stories-section:after {
  content: "";
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .posts-overview .trending-stories-section {
    padding: 60px 30px;
  }
}
.posts-overview .trending-stories-section .trending-stories-container {
  position: relative;
  z-index: 2;
}
.posts-overview .trending-stories-section .trending-stories-container .trending-stories-header {
  color: white;
}
.posts-overview .trending-stories-section .trending-stories-carousel {
  padding-bottom: 80px;
}
.posts-overview .trending-stories-section .trending-stories-carousel:not(.flickity-enabled) {
  display: flex;
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-viewport {
  overflow: visible;
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-page-dots {
  top: 71px;
  bottom: auto;
  display: flex;
  justify-content: center;
  max-width: 1180px;
  margin-right: 150px;
  margin-left: 160px;
  position: relative;
  width: auto;
}
@media (max-width: 600px) {
  .posts-overview .trending-stories-section .trending-stories-carousel .flickity-page-dots {
    display: none;
  }
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-page-dots .dot {
  width: 26px;
  margin: 0;
  border-radius: 1px;
  flex: 1;
  position: relative;
  height: 1px;
  background-color: white;
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-page-dots .dot.is-selected::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-prev-next-button {
  border-radius: 50%;
  transform: none;
  top: 100%;
  margin: 50px 0;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
@media (max-width: 600px) {
  .posts-overview .trending-stories-section .trending-stories-carousel .flickity-prev-next-button {
    display: none;
  }
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-prev-next-button.previous {
  right: 54px;
  left: auto;
  top: auto;
}
.posts-overview .trending-stories-section .trending-stories-carousel .flickity-prev-next-button.next {
  right: 0;
  top: auto;
}
.posts-overview .trending-stories-section .trending-stories-carousel .post-card {
  padding-right: 30px;
  width: calc(100% - 30px);
  box-sizing: content-box;
  height: 375px;
}
@media (min-width: 768px) {
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .card {
    height: 100%;
    flex-direction: row;
  }
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .card.uncategorized .read-article {
    border: 1px solid #662483;
  }
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .card.news .read-article {
    border: 1px solid #f93d00;
  }
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .card.market-insight .read-article {
    border: 1px solid #ff9c00;
  }
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .slider-card-image {
    width: 100%;
    border-radius: 10px 0 0 10px;
  }
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .card-content {
    width: 100%;
  }
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .card-content .card-blurb {
    display: block;
  }
  .posts-overview .trending-stories-section .trending-stories-carousel .post-card .card-content .read-article {
    display: block;
    padding: 10px 25px 10px 15px;
    border-radius: 10px;
    font-size: 0.9rem;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    transition: all 0.3s;
  }
}

.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-3) .category-posts-carousel .flickity-viewport > .flickity-slider > .post-card > .card > .card-content > .tag-and-date > .tag {
  background-color: #f93d00;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-3) .category-posts-carousel .slider-button a {
  border-color: #f93d00;
  color: #f93d00;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-3) .category-posts-carousel .flickity-button {
  background-color: #f93d00;
  color: white;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-3) .category-posts-carousel .flickity-page-dots > li {
  background-color: #f93d00;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-2) .category-posts-carousel .flickity-viewport > .flickity-slider > .post-card > .card > .card-content > .tag-and-date > .tag {
  background-color: #ff9c00;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-2) .category-posts-carousel .slider-button a {
  border-color: #ff9c00;
  color: #ff9c00;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-2) .category-posts-carousel .flickity-button {
  background-color: #ff9c00;
  color: white;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-2) .category-posts-carousel .flickity-page-dots > li {
  background-color: #ff9c00;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-1) .category-posts-carousel .flickity-viewport > .flickity-slider > .post-card > .card > .card-content > .tag-and-date > .tag {
  background-color: #2facab;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-1) .category-posts-carousel .slider-button a {
  border-color: #2facab;
  color: #2facab;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-1) .category-posts-carousel .flickity-button {
  background-color: #2facab;
  color: white;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4n-1) .category-posts-carousel .flickity-page-dots > li {
  background-color: #2facab;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4) .category-posts-carousel .flickity-viewport > .flickity-slider > .post-card > .card > .card-content > .tag-and-date > .tag {
  background-color: #662483;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4) .category-posts-carousel .slider-button a {
  border-color: #662483;
  color: #662483;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4) .category-posts-carousel .flickity-button {
  background-color: #662483;
  color: white;
}
.posts-overview > .categories-sliders-section > .category-posts-container:nth-of-type(4) .category-posts-carousel .flickity-page-dots > li {
  background-color: #662483;
}

.posts-archive .background {
  background-image: url(../images/banner-background-purple_4455874df5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.posts-archive .background:after {
  content: "";
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.1;
}
@media (max-width: 600px) {
  .posts-archive .background {
    padding-top: 50px;
    padding-bottom: 175px;
  }
}
.posts-archive .background .container {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .posts-archive .background .container {
    padding-top: 0px;
  }
}
.posts-archive .filter-form-container {
  margin: 50px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .posts-archive .filter-form-container {
    width: 100%;
  }
  .posts-archive .filter-form-container form {
    width: 100%;
  }
}
.posts-archive .page-title {
  color: white;
  margin-bottom: 0;
}
.posts-archive .grid-container {
  position: relative;
  z-index: 2;
  bottom: 99px;
}
@media (max-width: 600px) {
  .posts-archive .grid-container {
    bottom: 174px;
  }
}
.posts-archive .posts-archive-grid .post-card {
  width: calc(33.33% - 30px);
  margin-bottom: 30px;
  height: 375px;
  position: relative;
  display: inline-block;
}
.posts-archive .posts-archive-grid .post-card.post-large {
  width: 100%;
}
@media (min-width: 768px) {
  .posts-archive .posts-archive-grid .post-card.post-large .card {
    height: 100%;
    flex-direction: row;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .card.uncategorized .read-article {
    border: 1px solid #662483;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .card.news .read-article {
    border: 1px solid #f93d00;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .card.market-insight .read-article {
    border: 1px solid #ff9c00;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .slider-card-image {
    width: 100%;
    border-radius: 10px 0 0 10px;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .card-content {
    width: 100%;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .card-content .card-blurb {
    display: block;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .card-content .read-article {
    display: block;
    padding: 10px 25px 10px 15px;
    border-radius: 10px;
    font-size: 0.9rem;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    transition: all 0.3s;
  }
  .posts-archive .posts-archive-grid .post-card.post-large .card-content .read-article:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    text-decoration: none;
  }
}

body.search h1, body.search .h1 {
  margin-bottom: 30px;
}
body.search h1 span, body.search .h1 span {
  color: #ff9c00;
}
body.search .container {
  margin-top: 60px;
  margin-bottom: 60px;
}
body.search article h4, body.search article .h4 {
  margin-bottom: 0;
}
body.search article h4 a, body.search article .h4 a {
  color: inherit;
  line-height: 1.5;
}
body.search article:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
body.search .posts-navigation a {
  color: inherit;
}

#tweets-overview {
  margin-top: 100px;
  font-size: 14px;
  line-height: 1.5;
}
#tweets-overview ol, #tweets-overview ul {
  list-style: none;
}
#tweets-overview div, #tweets-overview span, #tweets-overview applet, #tweets-overview object, #tweets-overview iframe,
#tweets-overview h1,
#tweets-overview .h1, #tweets-overview h2, #tweets-overview .h2, #tweets-overview h3, #tweets-overview .h3, #tweets-overview h4, #tweets-overview .h4, #tweets-overview h5, #tweets-overview .h5, #tweets-overview h6, #tweets-overview .h6, #tweets-overview p, #tweets-overview blockquote, #tweets-overview pre,
#tweets-overview a, #tweets-overview abbr, #tweets-overview acronym, #tweets-overview address, #tweets-overview big, #tweets-overview cite, #tweets-overview code,
#tweets-overview del, #tweets-overview dfn, #tweets-overview em, #tweets-overview img, #tweets-overview ins, #tweets-overview kbd, #tweets-overview q, #tweets-overview s, #tweets-overview samp,
#tweets-overview small,
#tweets-overview .small, #tweets-overview strike, #tweets-overview strong, #tweets-overview sub, #tweets-overview sup, #tweets-overview tt, #tweets-overview var,
#tweets-overview b, #tweets-overview u, #tweets-overview i, #tweets-overview center,
#tweets-overview dl, #tweets-overview dt, #tweets-overview dd, #tweets-overview ol, #tweets-overview ul, #tweets-overview li,
#tweets-overview fieldset, #tweets-overview form, #tweets-overview label, #tweets-overview legend,
#tweets-overview table, #tweets-overview caption, #tweets-overview tbody, #tweets-overview tfoot, #tweets-overview thead, #tweets-overview tr, #tweets-overview th, #tweets-overview td,
#tweets-overview article, #tweets-overview aside, #tweets-overview canvas, #tweets-overview details, #tweets-overview embed,
#tweets-overview figure, #tweets-overview figcaption, #tweets-overview footer, #tweets-overview header, #tweets-overview hgroup,
#tweets-overview menu, #tweets-overview nav, #tweets-overview output, #tweets-overview ruby, #tweets-overview section, #tweets-overview summary,
#tweets-overview time, #tweets-overview mark, #tweets-overview .mark, #tweets-overview audio, #tweets-overview video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#tweets-overview .container {
  margin: 0 auto;
}
#tweets-overview #feed {
  padding: 15px 15px 0 15px;
}
#tweets-overview #feed li {
  margin-bottom: 20px;
  box-sizing: border-box;
  list-style: none;
}
#tweets-overview #feed li a {
  color: #777;
}
#tweets-overview #feed li .image-and-meta {
  position: relative;
  padding-left: 37px;
  min-height: 35px;
  overflow: auto;
  margin-top: 3px;
}
#tweets-overview #feed li #meta {
  font-size: 10px;
}
#tweets-overview #feed li #meta a {
  display: inline-block;
  text-decoration: none;
  margin-right: 0.375rem;
  color: #aaa;
}
#tweets-overview #feed li .image a {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 5px;
}
#tweets-overview #feed li .image a img {
  width: 100%;
  border: none;
  display: block;
}

.main .vacancies-overview {
  padding: 100px 0;
}
.main .vacancies-overview .container .vacancies-overview-filter {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.main .vacancies-overview h1, .main .vacancies-overview .h1 {
  color: #fd5d00;
  font-size: 70px;
  white-space: nowrap;
}
.main .vacancies-overview h3, .main .vacancies-overview .h3 {
  color: black;
}
.main .vacancies-overview h1, .main .vacancies-overview .h1, .main .vacancies-overview h2, .main .vacancies-overview .h2, .main .vacancies-overview h3, .main .vacancies-overview .h3, .main .vacancies-overview h4, .main .vacancies-overview .h4, .main .vacancies-overview h5, .main .vacancies-overview .h5, .main .vacancies-overview h6, .main .vacancies-overview .h6 {
  margin-bottom: 20px;
}
.main .vacancies-overview h6, .main .vacancies-overview .h6 {
  color: #fd5d00;
  margin-right: 10px;
  font-weight: 300;
}
.main .vacancies-overview h6::after, .main .vacancies-overview .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.main .vacancies-overview .text-block {
  position: relative;
  display: flex;
  align-items: center;
}
.main .vacancies-overview .text-block .left-logo-photo {
  position: relative;
  flex: 1;
  margin-left: -150px;
  padding-right: 150px;
}
.main .vacancies-overview .text-block .left-logo-photo .solid-shape {
  fill: #4981BC;
}
.main .vacancies-overview .text-block .left-logo-photo .overlay {
  fill: #4981BC;
}
.main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo .solid-shape {
  fill: #4981BC;
}
.main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo .overlay {
  fill: #4981BC;
}
.main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo {
  display: none;
}
@media (max-width: 993px) {
  .main .vacancies-overview .text-block .left-logo-photo.mobile-logo-photo {
    display: block;
  }
}
.main .vacancies-overview .text-block .right-logo-photo {
  position: relative;
  flex: 1;
  margin-right: -150px;
  padding-left: 150px;
}
@media (max-width: 993px) {
  .main .vacancies-overview .text-block .right-logo-photo {
    display: none;
  }
}
.main .vacancies-overview .text-block .right-logo-photo .solid-shape {
  fill: #4981BC;
}
.main .vacancies-overview .text-block .right-logo-photo .overlay {
  fill: #4981BC;
}
.main .vacancies-overview .text-block .introduction {
  max-width: 430px;
  flex: 1;
  position: relative;
}
.main .vacancies-overview .text-block .introduction h1, .main .vacancies-overview .text-block .introduction .h1 {
  margin-bottom: 20px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .main .vacancies-overview .text-block .introduction h1, .main .vacancies-overview .text-block .introduction .h1 {
    font-size: 2.5rem;
  }
}
.main .vacancies-overview .text-block .introduction p {
  color: #87888B;
}
.main .vacancies-overview .text-block .introduction .calls-to-action {
  margin-top: 50px;
}
.main .vacancies-overview .text-block .introduction .calls-to-action .button {
  margin-right: 8px;
  margin-top: 12px;
}
.main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(1), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+4) {
  background-color: #ff9c00;
}
.main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(2), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+5) {
  background-color: #4382c2;
}
.main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3), .main .vacancies-overview .text-block .introduction .calls-to-action .button:nth-of-type(3n+6) {
  background-color: #f93d00;
}
.main .vacancies-overview .text-block.form-block {
  max-width: 100%;
}
.main .vacancies-overview .text-block.form-block .introduction {
  align-self: flex-start;
}
.main .vacancies-overview .text-block.form-block .filter-form-container {
  position: static;
}
.main .vacancies-overview .text-block.form-block form {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 637px;
}
@media (max-width: 993px) {
  .main .vacancies-overview .text-block.form-block form {
    top: 50%;
    width: 100%;
  }
}
@media (max-width: 993px) {
  .main .vacancies-overview .text-block {
    flex-direction: column;
    width: 100%;
  }
  .main .vacancies-overview .text-block .left-logo-photo,
  .main .vacancies-overview .text-block .right-logo-photo {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .main .vacancies-overview .text-block .right-logo-photo {
    order: 1;
    padding: 0;
  }
  .main .vacancies-overview .text-block .introduction {
    order: 1;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .main .vacancies-overview .text-block .left-logo-photo {
    order: 2;
  }
  .main .vacancies-overview .text-block.form-block .left-logo-photo {
    width: 100%;
  }
}
.main .vacancies-overview .finder-form {
  z-index: 1;
}
@media (min-width: 998px) {
  .main .vacancies-overview .finder-form {
    margin-bottom: -200px;
    margin-top: 300px;
  }
}
.main .vacancies-overview .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main .vacancies-overview .grid {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main .vacancies-overview .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .main .vacancies-overview .grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  .main .vacancies-overview h1, .main .vacancies-overview .h1 {
    font-size: 50px;
    white-space: normal;
  }
}

body.template-resource_archive .posts-archive .background {
  background-image: url(../images/banner-background-purple-orange_44119197a6.png);
  background-size: 100% 70%;
  background-position: top;
  padding-bottom: 0;
}
body.template-resource_archive .posts-archive .background:after {
  height: 70%;
}
body.template-resource_archive .posts-archive .background.full-background {
  background-size: cover;
  background-position: 50%;
  padding-bottom: revert;
}
body.template-resource_archive .posts-archive .background.full-background:after {
  height: 100%;
}
body.template-resource_archive .posts-archive .background .page-title {
  padding-bottom: 2rem;
}
body.template-resource_archive .posts-archive .featured_resources {
  z-index: 10;
}
body.template-resource_archive .posts-archive .featured_resources .resource-card {
  z-index: 10;
}
body.template-resource_archive .posts-archive #resource-archive-grid {
  margin-left: -15px;
  margin-right: -15px;
}
body.template-resource_archive .posts-archive #resource-archive-grid .resource-card {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  body.template-resource_archive .featured_resources .resource-card {
    margin-bottom: 30px;
  }
  body.template-resource_archive .featured_resources .resource-card:last-child {
    margin-bottom: 0;
  }
}

body.template-challenges_archive .posts-archive #challenge-archive-grid {
  margin-left: -15px;
  margin-right: -15px;
}
body.template-challenges_archive .posts-archive #challenge-archive-grid .challenge-card {
  margin-bottom: 30px;
}
body.template-challenges_archive .challenges-archive .filter-dropdown-inputs {
  margin-top: 30px;
}
@media (max-width: 992px) {
  body.template-challenges_archive .posts-archive #challenge-archive-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

.form-page label {
  color: white !important;
  margin-bottom: 1px !important;
  font-size: 18px !important;
}
.form-page .gform_validation_error {
  background-color: hsla(0, 95%, 7%, 0.204) !important;
}
.form-page .validation_message {
  color: #790000 !important;
}
.form-page input {
  border-radius: 10px !important;
}
.form-page select {
  height: 40px !important;
  border-radius: 10px !important;
}
.form-page button.button {
  padding: 7px 50px 7px 17px !important;
  font-size: 16px !important;
}
.form-page .gform-field-label--type-sub {
  font-size: 14px !important;
}
.form-page textarea {
  border-radius: 10px !important;
}
.form-page .gform_confirmation_message {
  padding-top: 6rem;
  padding-bottom: 10rem;
  font-size: 28px;
}

.event-form {
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2rem;
}
.event-form .form-block .content-block-intro {
  margin-bottom: 0;
}
.event-form .form-block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 7px 8px;
  border-radius: 4px;
}
.event-form .form-block .gfield_checkbox > li label, .event-form .form-block .ginput_container.ginput_container_consent > .gfield_consent_label {
  display: block;
}
.event-form .form-block .gfield_checkbox > li label::before, .event-form .form-block .ginput_container.ginput_container_consent > .gfield_consent_label::before {
  transform: none;
  background-color: #fff;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  top: 15px;
}
.event-form .gform_legacy_markup_wrapper ul.gfield_radio li label, .event-form .gform_legacy_markup_wrapper ul.gfield_checkbox li label {
  display: inline-flex;
  line-height: 1;
  align-items: center;
}
.event-form .form-block .gfield_checkbox > li input[type=checkbox]:checked + label::after, .event-form .form-block .ginput_container.ginput_container_consent > input[type=checkbox]:checked + label::after {
  content: "";
  left: 5px;
  top: 5px;
  background: #ed4c15;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
@media (max-width: 534px) {
  .event-form .form-block .gfield_checkbox > li input[type=checkbox]:checked + label::after, .event-form .form-block .ginput_container.ginput_container_consent > input[type=checkbox]:checked + label::after {
    top: 20px;
  }
}
.event-form .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .event-form .gform_wrapper.gravity-theme .gfield_consent_description {
  border: 0;
  overflow: hidden;
}
.event-form .gfield.hidden_label {
  margin: 1rem 0 0 !important;
}
.event-form .gform_wrapper ul.gfield_checkbox li,
.event-form .gform_wrapper ul.gfield_radio li {
  padding: 10px 0 15px 0 !important;
  margin-bottom: 0;
}

.single-property-page {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .single-property-page {
    padding-top: 42px;
  }
}
.single-property-page h1, .single-property-page .h1, .single-property-page h6, .single-property-page .h6 {
  color: #f93d00;
}
.single-property-page h6, .single-property-page .h6 {
  color: #fd5d00;
  margin-right: 10px;
  font-weight: 300;
}
.single-property-page h6::after, .single-property-page .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
.single-property-page .single-property-text-banner {
  padding: 1.25rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4.5rem;
  margin-bottom: 2rem;
}
.single-property-page .single-property-text-banner#single-property-unavailable-banner {
  background-color: #fd5d00;
  color: #ffffff;
}
.single-property-page .single-property-text-banner h3, .single-property-page .single-property-text-banner .h3 {
  margin: 0;
  font-size: 1.45rem;
  text-align: center;
}
@media (max-width: 767px) {
  .single-property-page .container,
  .single-property-page .full-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-property-page .half-container {
  width: 100%;
}
@media (min-width: 992px) {
  .single-property-page .half-container {
    max-width: 480px;
  }
  .single-property-page .half-container.pull-right {
    float: right;
  }
  .single-property-page .half-container.pull-left {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-property-page .half-container.pull-right {
    padding-left: 30px;
  }
  .single-property-page .half-container.pull-left {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .single-property-page .half-container {
    max-width: 570px;
  }
}
.single-property-page .property-gallery-and-intro {
  display: flex;
  margin-bottom: 100px;
  align-items: center;
}
@media (max-width: 767px) {
  .single-property-page .property-gallery-and-intro {
    flex-direction: column;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
.single-property-page .property-image-and-info {
  display: flex;
  flex: 50%;
  flex-direction: column;
  position: relative;
  background: #ddd;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-property-page .property-image-and-info {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .single-property-page .property-image-and-info {
    width: 100%;
  }
}
.single-property-page .property-image-and-info .flickity-prev-next-button {
  background-color: white;
  width: 40px;
  height: 40px;
}
.single-property-page .property-image-and-info .flickity-prev-next-button .flickity-button-icon {
  fill: #f93d00;
  left: 3%;
  top: 3%;
  width: 100%;
  height: 100%;
}
.single-property-page .property-image-and-info i.fa-spinner {
  top: 50%;
  width: 100%;
  margin-top: -40px;
  text-align: center;
  position: absolute;
  font-size: 30px;
  z-index: 1;
  color: #888;
}
.single-property-page .property-image-and-info .image-gallery {
  border-radius: 0 10px 0 0;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  z-index: 2;
}
.single-property-page .property-image-and-info .image-gallery > .carousel-cell {
  display: none;
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-property-page .property-image-and-info .image-gallery {
    border-radius: 10px 10px 0 0;
  }
}
.single-property-page .property-image-and-info .image-gallery > img {
  border-radius: 0 10px 0 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-property-page .property-image-and-info .image-gallery > img {
    border-radius: 10px 10px 0 0;
  }
}
.single-property-page .property-image-and-info .carousel-cell,
.single-property-page .property-image-and-info .flickity-viewport {
  border-radius: 0 10px 0 0;
  object-fit: cover;
  min-height: 400px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-property-page .property-image-and-info .carousel-cell,
  .single-property-page .property-image-and-info .flickity-viewport {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 768px) {
  .single-property-page .property-image-and-info .flickity-viewport {
    height: 100% !important;
  }
}
.single-property-page .property-image-and-info .carousel-cell {
  height: 100%;
  width: 100%;
}
.single-property-page .property-image-and-info .specs {
  position: relative;
  border-radius: 0 0 10px 0;
  bottom: 0;
  padding: 20px;
  background: #f93d00;
  right: 0;
  left: 0;
  color: white;
  display: flex;
}
@media (max-width: 767px) {
  .single-property-page .property-image-and-info .specs {
    border-radius: 0 0 0 0;
  }
}
.single-property-page .property-image-and-info .specs.no-image {
  margin-top: 400px;
}
.single-property-page .property-image-and-info .specs .spec {
  margin-right: 30px;
  width: 100%;
  flex: 1;
}
.single-property-page .property-image-and-info .specs .spec:last-of-type {
  margin-right: 0;
}
.single-property-page .property-image-and-info .specs p {
  color: white;
  margin-bottom: 0;
}
.single-property-page .property-image-and-info .specs .spec-label {
  opacity: 0.7;
  font-size: 0.8rem;
}
.single-property-page .property-image-and-info .specs .spec-content {
  font-size: 0.9rem;
}
.single-property-page .property-image-and-info .specs .spec-content.property-type {
  overflow-wrap: break-word;
}
.single-property-page .property-image-and-info .property-bookmark {
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #f93d00;
  border: none;
  outline: none;
  z-index: 3;
}
.single-property-page .property-image-and-info .property-bookmark .bookmarked-icon {
  display: none;
}
.single-property-page .property-image-and-info .property-bookmark figure {
  margin-bottom: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.single-property-page .property-image-and-info .property-bookmark.bookmarked {
  background-color: #ff9c00;
}
.single-property-page .property-image-and-info .property-bookmark.bookmarked .bookmark-icon {
  display: none;
}
.single-property-page .property-image-and-info .property-bookmark.bookmarked .bookmarked-icon {
  display: block;
}
.single-property-page .main-heading-mobile {
  display: none;
  font-size: 2rem;
  margin-bottom: 30px;
  padding: 0 30px 0 30px;
  color: #f93d00;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .single-property-page .main-heading-mobile {
    display: block;
  }
  .single-property-page .main-heading-desktop {
    display: none;
  }
}
.single-property-page .property-intro {
  flex: 50%;
  padding: 30px;
  order: 2;
}
@media (min-width: 767px) {
  .single-property-page .property-intro {
    order: 1;
    padding: 50px 0 50px 65px;
  }
}
@media (min-width: 992px) {
  .single-property-page .property-intro {
    padding: 50px 0 50px 130px;
  }
}
.single-property-page .property-intro .price,
.single-property-page .property-intro .address {
  font-size: 1.3rem;
}
.single-property-page .property-intro .introduction p {
  color: black;
}
.single-property-page .property-intro .selling-points ul {
  padding-left: 22px;
}
.single-property-page .property-intro .property-intro-buttons {
  margin-top: 20px;
}
.single-property-page .property-intro .property-intro-buttons > .button {
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .single-property-page .property-intro .property-intro-buttons > .button {
    width: 100%;
  }
  .single-property-page .property-intro .property-intro-buttons > .button:first-of-type {
    margin-right: 0;
  }
}
.single-property-page .property-intro #unavailable_enquire_message {
  color: #000;
  margin-top: 2rem;
  font-size: 1.1rem;
}
.single-property-page .key-contact .key-contact-name {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: black;
  text-decoration: none;
  display: block;
}
.single-property-page .key-contact .phone-number {
  color: #87888B;
  text-decoration: none;
}
.single-property-page .key-contact .person-container {
  display: flex;
  align-items: center;
}
.single-property-page .key-contact .person-container .name-and-mobile {
  display: flex;
  flex-direction: column;
}
.single-property-page .key-contact .person-container .key-contact-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
.single-property-page .key-contact .person-container .key-contact-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.single-property-page .map-and-description {
  display: flex;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .single-property-page .map-and-description {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.single-property-page .map-and-description .text-box {
  flex: 50%;
}
.single-property-page .map-and-description .text-box .introduction p {
  color: black;
}
.single-property-page .map-and-description .text-box .mini-person-card {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  max-height: 220px;
}
@media (max-width: 768px) {
  .single-property-page .map-and-description .text-box .mini-person-card {
    display: none;
  }
}
.single-property-page .map-and-description .text-box .mini-person-card .mini-person-card-image {
  flex: 30%;
  margin: 0;
}
.single-property-page .map-and-description .text-box .mini-person-card .mini-person-card-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info {
  flex: 70%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info .key-contact-name {
  color: black;
  font-size: 1.2rem;
  text-decoration: none;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info .contact-link-and-icon {
  display: block;
  margin-bottom: 5px;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info .contact-icon {
  display: inline-block;
  margin-right: 3px;
  width: 1.3rem;
  text-align: center;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info .contact-icon > svg > path {
  fill: #f93d00;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info .contact-icon > i {
  color: #f93d00;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info .contact-link {
  display: inline-block;
  color: #f93d00;
  text-decoration: none;
}
.single-property-page .map-and-description .text-box .mini-person-card .key-contact-info .contact-link:last-of-type {
  margin-bottom: 0;
}
.single-property-page .map-and-description .text-box .people-card.card-container {
  display: none;
}
.single-property-page .map-and-description .text-box .people-card.card-container .card {
  height: auto !important;
}
.single-property-page .map-and-description .text-box .people-card.card-container .image-and-icons {
  height: 325px;
}
.single-property-page .map-and-description .text-box .people-card.card-container .name {
  color: black;
}
@media (max-width: 768px) {
  .single-property-page .map-and-description .text-box .people-card.card-container {
    display: block;
  }
}
.single-property-page .map-and-description .download-links, .single-property-page .map-and-description .video-url-links {
  padding-left: 0;
  margin: 20px 0 50px 0;
}
.single-property-page .map-and-description .download-links li, .single-property-page .map-and-description .video-url-links li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-property-page .map-and-description .download-links li i, .single-property-page .map-and-description .video-url-links li i {
  display: inline-block;
  margin-right: 5px;
  color: white;
  background-color: #f93d00;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  padding-top: 7px;
  padding-left: 1.5px;
  text-align: center;
}
.single-property-page .map-and-description .download-links li i.fa-external-link-alt, .single-property-page .map-and-description .video-url-links li i.fa-external-link-alt {
  padding-top: 8.5px;
}
.single-property-page .map-and-description .download-links li i.fa-video, .single-property-page .map-and-description .video-url-links li i.fa-video {
  padding-top: 9px;
}
.single-property-page .map-and-description .download-links li a:not(.button), .single-property-page .map-and-description .video-url-links li a:not(.button) {
  color: #f93d00;
  text-decoration: none;
}
.single-property-page .map-and-description #property-map {
  flex: 50%;
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .single-property-page .map-and-description #property-map {
    padding-top: 0;
    padding-left: 50px;
  }
}
.single-property-page .map-and-description #property-map #map_buttons {
  display: none;
}
.single-property-page .map-and-description #property-map #map_buttons button {
  color: #fff;
  background: #b0b2b5;
  padding: 10px 15px;
  font-size: 0.9em;
  border: none;
  float: left;
}
.single-property-page .map-and-description #property-map #map_buttons button.active {
  background: #f93d00;
}
.single-property-page .map-and-description #property-map #map_buttons button:focus {
  outline: 0;
}
.single-property-page .map-and-description #property-map #map_buttons #show_map_view {
  border-radius: 10px 0 0 0;
}
.single-property-page .map-and-description #property-map #map_buttons #show_street_view {
  border-radius: 0 10px 0 0;
}
.single-property-page .map-and-description #property-map .acf-map {
  clear: both;
  height: 600px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .single-property-page .map-and-description #property-map .acf-map {
    /* only curved top left while no button */
    border-radius: 10px 0 0 10px;
  }
}
.single-property-page .map-and-description #property-map #pano {
  display: none;
  clear: both;
  height: 600px;
  border-radius: 0 0 0 10px;
}
.single-property-page .related-properties-header {
  margin-bottom: 30px;
}
.single-property-page .related-properties-carousel-container {
  padding-top: 30px;
  padding-bottom: 100px;
}
.single-property-page .related-properties-carousel-container .flickity-page-dots {
  top: 71px;
  bottom: auto;
  display: flex;
  justify-content: center;
  max-width: 1180px;
  margin-right: 150px;
  margin-left: 160px;
  position: relative;
  width: auto;
}
@media (max-width: 600px) {
  .single-property-page .related-properties-carousel-container .flickity-page-dots {
    display: none;
  }
}
.single-property-page .related-properties-carousel-container .flickity-page-dots .dot {
  width: 26px;
  margin: 0;
  border-radius: 1px;
  flex: 1;
  position: relative;
  height: 1px;
}
.single-property-page .related-properties-carousel-container .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-property-page .related-properties-carousel-container .flickity-page-dots .dot.is-selected::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.single-property-page .related-properties-carousel-container .flickity-prev-next-button {
  border-radius: 50%;
  transform: none;
  top: 100%;
  margin: 50px 0;
  background-color: transparent;
}
.single-property-page .related-properties-carousel-container .flickity-page-arrows .flickity-button:hover {
  background-color: white;
  color: #f93d00;
}
.single-property-page .related-properties-carousel-container .flickity-prev-next-button.previous {
  right: 54px;
  left: auto;
  top: auto;
}
.single-property-page .related-properties-carousel-container .flickity-prev-next-button.next {
  right: 0;
  top: auto;
}
.single-property-page .related-properties-carousel-container .flickity-prev-next-button {
  color: white;
  background-color: #f93d00;
}
.single-property-page .related-properties-carousel-container .flickity-page-dots .dot {
  background: #f93d00;
}
.single-property-page .related-properties-carousel-container .flickity-page-dots .dot::after {
  background: #f93d00;
}
.single-property-page .related-properties-carousel {
  padding: 10px 0;
}
.single-property-page .related-properties-carousel:not(.flickity-enabled) {
  display: flex;
}
.single-property-page .related-properties-carousel .flickity-viewport {
  overflow: visible;
}
.single-property-page .related-properties-carousel .flickity-slider {
  top: 10px;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell {
  width: calc(33.33% - 15px);
  margin-right: 30px;
  height: auto !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-property-page .related-properties-carousel .related-properties-carousel-cell {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .single-property-page .related-properties-carousel .related-properties-carousel-cell {
    width: calc(95% - 30px);
  }
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .related-property-card {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 100%;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .property-image-and-info {
  max-height: 200px;
  display: block;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .image-gallery {
  border-radius: 0 10px 0 0;
  object-fit: cover;
  max-height: 200px;
  min-height: unset;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .image-gallery .flickity-viewport {
  min-height: 200px;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .image-gallery .flickity-viewport .flickity-slider {
  top: 0;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .image-gallery .carousel-cell {
  min-height: unset;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .image-gallery img {
  border-radius: 10px 10px 0 0;
  max-height: 200px;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .image-gallery img:hover {
  cursor: zoom-in;
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-property-page .related-properties-carousel .related-properties-carousel-cell .image-gallery {
    border-radius: 10px 10px 0 0;
  }
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .property-card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .entry-title a {
  color: #f93d00;
  font-size: 1.3rem;
  text-decoration: none;
  margin-bottom: 0;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .price {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .address {
  display: inline-block;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .key-contact-name,
.single-property-page .related-properties-carousel .related-properties-carousel-cell .get-in-touch {
  font-size: 1rem;
  margin-bottom: 0;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .address-and-price-container {
  margin: 20px 0;
}
.single-property-page .related-properties-carousel .related-properties-carousel-cell .flickity-viewport {
  height: 100% !important;
}
@media (max-width: 1200px) {
  .single-property-page .related-properties-carousel::after {
    content: "flickity";
    visibility: hidden;
  }
}

.single-post .background {
  background-image: url(../images/banner-background-purple_4455874df5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
@media (min-width: 993px) {
  .single-post .background {
    padding-top: 150px;
  }
}
.single-post .background:after {
  content: "";
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.1;
}
@media (max-width: 575px) {
  .single-post .background {
    padding-top: 50px;
  }
}
.single-post .container {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .single-post .container {
    padding: 30px;
  }
}
.single-post .tag {
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.65rem;
  font-weight: 600;
}
.single-post .tag.news {
  background-color: #f93d00;
}
.single-post .tag.uncategorized {
  background-color: #662483;
}
.single-post .tag.market-insight {
  background-color: #ff9c00;
}
.single-post .tag.resource {
  background-color: #30a8ab;
}
.single-post article.post > .container.main-content-container > *:last-child {
  padding-bottom: 0;
}
.single-post .entry-title,
.single-post .intro,
.single-post .social-link,
.single-post .tag {
  color: white;
  margin-bottom: 50px;
}
.single-post .entry-title {
  max-width: 70%;
}
.single-post .intro {
  max-width: 50%;
}
@media (max-width: 992px) {
  .single-post .entry-title,
  .single-post .intro {
    max-width: 100%;
  }
}
.single-post .social-link {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 8px;
}
.single-post .date {
  font-size: 0.9rem;
  position: relative;
  bottom: 2px;
  opacity: 0.8;
  display: inline-block;
  margin-left: 15px;
  color: #fff;
}
.single-post .featured-image,
.single-post .featured-image img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: -200px;
  margin-bottom: 60px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-post .featured-image,
  .single-post .featured-image img {
    width: auto;
    display: block;
    margin: -200px auto 60px;
  }
}
.single-post .featured-image.no-crop,
.single-post .featured-image img.no-crop {
  max-height: unset;
  height: auto;
}
.single-post .featured-image.no-crop img,
.single-post .featured-image img.no-crop img {
  max-height: unset;
  height: auto;
}
.single-post .post-text {
  padding-bottom: 50px;
}
.single-post .post-text a {
  color: var(--post-block-colour);
}
.single-post .post-text a:hover {
  color: var(--post-block-colour);
}
.single-post .post-images.content-slider .container {
  padding: 20px 15px 85px;
}
.single-post .post-images .container .post-images-carousel {
  padding-bottom: 50px;
}
.single-post .post-images .container .post-images-carousel .slider-button {
  display: none;
}
.single-post .post-images .container .post-images-carousel.show-1-images {
  width: 100%;
  padding-bottom: 0;
}
.single-post .post-images .container .post-images-carousel.show-1-images .image-content-cell {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.single-post .post-images .container .post-images-carousel.show-1-images .flickity-button, .single-post .post-images .container .post-images-carousel.show-1-images .flickity-page-dots, .single-post .post-images .container .post-images-carousel.show-1-images .slider-button {
  display: none;
}
@media (min-width: 770px) {
  .single-post .post-images .container .post-images-carousel:not(.show-1-images) {
    margin-top: -50px;
  }
}
@media (max-width: 769px) {
  .single-post .post-images .container .post-images-carousel:not(.show-1-images) {
    margin-top: -50px;
  }
}
.single-post .post-images .container .post-images-carousel.show-2-images {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .single-post .post-images .container .post-images-carousel.show-2-images .flickity-button, .single-post .post-images .container .post-images-carousel.show-2-images .flickity-page-dots {
    display: none;
  }
}
.single-post .post-images .container .post-images-carousel .image-content-cell {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .single-post .post-images .container .post-images-carousel .image-content-cell {
    width: calc(100% + 40px);
    padding-right: 40px;
  }
  .single-post .post-images .container .post-images-carousel .flickity-page-dots {
    margin-right: 110px;
    margin-left: 110px;
  }
}
@media (max-width: 750px) {
  .single-post .post-images .container .post-images-carousel:not(.show-1-images) {
    padding-bottom: 65px;
  }
}
.single-post .post-images .container .post-images-carousel .flickity-button {
  color: #2facab !important;
  border: 2px solid #2facab !important;
}
.single-post .post-images .container .post-images-carousel .flickity-page-dots .dot.is-selected::after {
  background: #2facab !important;
}
.single-post .post-images .container .post-images-carousel.same_size .image-content-cell, .single-post .post-images .container .post-images-carousel.same_width .image-content-cell {
  width: 50%;
}
.single-post .post-images .container .post-images-carousel.same_size.same_size .image-content-cell, .single-post .post-images .container .post-images-carousel.same_width.same_size .image-content-cell {
  position: relative;
  height: 350px;
}
.single-post .post-images .container .post-images-carousel.same_size.same_size .image-content-cell img, .single-post .post-images .container .post-images-carousel.same_width.same_size .image-content-cell img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: calc(100% - 40px);
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1200px) {
  .single-post .post-images .container .post-images-carousel.same_size.same_size .image-content-cell, .single-post .post-images .container .post-images-carousel.same_width.same_size .image-content-cell {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .single-post .post-images .container .post-images-carousel.same_size.same_size .image-content-cell, .single-post .post-images .container .post-images-carousel.same_width.same_size .image-content-cell {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .single-post .post-images .container .post-images-carousel.same_size.same_size .image-content-cell, .single-post .post-images .container .post-images-carousel.same_width.same_size .image-content-cell {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .single-post .post-images .container .post-images-carousel.same_size.same_size .image-content-cell, .single-post .post-images .container .post-images-carousel.same_width.same_size .image-content-cell {
    height: 125px;
  }
}
.single-post .post-images .container .post-images-carousel.same_height .image-content-cell {
  height: 200px;
  width: auto;
}
.single-post .post-images .container .post-images-carousel.same_height .image-content-cell img {
  height: 100%;
}
.single-post .post-images img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .single-post .post-images.content-slider .container {
    padding: 20px 15px 65px;
  }
}
.single-post .post-quote {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 0;
}
.single-post .post-quote p, .single-post .post-quote a, .single-post .post-quote a:hover {
  color: var(--post-block-colour);
}
.single-post .post-quote a {
  text-decoration: underline;
}
.single-post .post-featured-text {
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem 0 3rem;
}
.single-post .post-featured-text p {
  font-weight: bold;
  color: #4382c2;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .single-post .post-featured-text {
    padding: 35px 0;
  }
}
.single-post .post-call-to-action {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 0;
}
.single-post .post-call-to-action h1, .single-post .post-call-to-action .h1, .single-post .post-call-to-action h2, .single-post .post-call-to-action .h2, .single-post .post-call-to-action h3, .single-post .post-call-to-action .h3, .single-post .post-call-to-action h4, .single-post .post-call-to-action .h4, .single-post .post-call-to-action h5, .single-post .post-call-to-action .h5, .single-post .post-call-to-action h6, .single-post .post-call-to-action .h6 {
  color: #ff9c00;
  padding-bottom: 1rem;
}
@media (max-width: 576px) {
  .single-post .post-call-to-action {
    padding: 35px 0;
  }
}
.single-post .main-content-container {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .single-post .main-content-container {
    padding: 30px;
  }
}
.single-post .people-card.card-container:not(.carousel-cell) .name {
  color: black;
}
.single-post .people-card.card-container:not(.carousel-cell) {
  display: grid;
}
@media (min-width: 768px) {
  .single-post .people-card.card-container:not(.carousel-cell) {
    display: block;
    margin-right: 0;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card {
    flex-direction: row;
    height: 100%;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .image-and-icons {
    border-radius: 10px 0 0 10px;
    height: auto;
    width: 100%;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .image-and-icons .slider-card-image {
    border-radius: 10px 0 0 10px;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .contact-links-multiple {
    display: none;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 40px;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .name {
    font-size: 2.5rem;
    transform: none;
    margin-bottom: 0.5rem;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .position {
    font-size: 1.25rem;
    transform: none;
    margin-bottom: 50px;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .position-and-offices {
    margin-bottom: 1rem;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single {
    display: block;
    color: #f93d00;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single .contact-link {
    display: flex;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single .contact-link .contact-icon {
    margin-right: 10px;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single .contact-link .contact-icon svg,
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single .contact-link .contact-icon i {
    width: 28px;
    height: 28px;
    padding: 6px;
    border-radius: 50%;
    background-color: #f93d00;
    color: white;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single .contact-link .linkedin-icon i {
    padding-left: 7px;
  }
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single a,
  .single-post .people-card.card-container:not(.carousel-cell) .card-content .contact-links-single p {
    color: #f93d00;
    word-break: break-word;
  }
}
.single-post .related-services:not(.flickity-enabled),
.single-post .related-articles:not(.flickity-enabled),
.single-post .type-of-client:not(.flickity-enabled),
.single-post .related-offices:not(.flickity-enabled) {
  display: flex;
}
.single-post .related-services:not(.flickity-enabled).one-item,
.single-post .related-articles:not(.flickity-enabled).one-item,
.single-post .type-of-client:not(.flickity-enabled).one-item,
.single-post .related-offices:not(.flickity-enabled).one-item {
  display: block;
}
.single-post .related-people-mb {
  margin-bottom: 50px;
}
.single-post .related-services,
.single-post .related-articles,
.single-post .type-of-client,
.single-post .related-offices {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .single-post .related-services:not(.two-items):after,
  .single-post .related-articles:not(.two-items):after,
  .single-post .type-of-client:not(.two-items):after,
  .single-post .related-offices:not(.two-items):after {
    content: "flickity";
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .single-post .related-services.two-items:after,
  .single-post .related-articles.two-items:after,
  .single-post .type-of-client.two-items:after,
  .single-post .related-offices.two-items:after {
    content: "flickity";
    visibility: hidden;
  }
}
.single-post .related-services.flickity-enabled,
.single-post .related-articles.flickity-enabled,
.single-post .type-of-client.flickity-enabled,
.single-post .related-offices.flickity-enabled {
  padding-bottom: 80px;
}
.single-post .related-articles,
.single-post .type-of-client,
.single-post .related-offices {
  margin-bottom: 50px;
}
.single-post .related-articles .flickity-page-dots,
.single-post .type-of-client .flickity-page-dots,
.single-post .related-offices .flickity-page-dots {
  top: 71px;
  bottom: auto;
  display: flex;
  justify-content: center;
  max-width: 1180px;
  margin-right: 150px;
  margin-left: 160px;
  position: relative;
  width: auto;
}
.single-post .related-articles .flickity-page-dots .dot,
.single-post .type-of-client .flickity-page-dots .dot,
.single-post .related-offices .flickity-page-dots .dot {
  width: 26px;
  margin: 0;
  border-radius: 1px;
  flex: 1;
  position: relative;
  height: 1px;
}
.single-post .related-articles .flickity-page-dots .dot::after,
.single-post .type-of-client .flickity-page-dots .dot::after,
.single-post .related-offices .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-post .related-articles .flickity-page-dots .dot.is-selected::after,
.single-post .type-of-client .flickity-page-dots .dot.is-selected::after,
.single-post .related-offices .flickity-page-dots .dot.is-selected::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.single-post .related-articles .flickity-prev-next-button,
.single-post .type-of-client .flickity-prev-next-button,
.single-post .related-offices .flickity-prev-next-button {
  border-radius: 50%;
  transform: none;
  top: 100%;
  margin: 50px 0;
  background-color: transparent;
}
.single-post .related-articles .flickity-page-arrows .flickity-button:hover,
.single-post .type-of-client .flickity-page-arrows .flickity-button:hover,
.single-post .related-offices .flickity-page-arrows .flickity-button:hover {
  background-color: white;
  color: #f93d00;
}
.single-post .related-articles .flickity-prev-next-button.previous,
.single-post .type-of-client .flickity-prev-next-button.previous,
.single-post .related-offices .flickity-prev-next-button.previous {
  right: 54px;
  left: auto;
  top: auto;
}
.single-post .related-articles .flickity-prev-next-button.next,
.single-post .type-of-client .flickity-prev-next-button.next,
.single-post .related-offices .flickity-prev-next-button.next {
  right: 0;
  top: auto;
}
.single-post .related-articles .flickity-viewport,
.single-post .type-of-client .flickity-viewport,
.single-post .related-offices .flickity-viewport {
  overflow: visible;
}
.single-post .related-articles.flickity-enabled,
.single-post .type-of-client.flickity-enabled,
.single-post .related-offices.flickity-enabled {
  padding-bottom: 80px;
}
.single-post .related-services .carousel-cell.card-container.service-card,
.single-post .related-articles .post-card,
.single-post .type-of-client .client-type-card,
.single-post .related-offices .office-card {
  width: calc(33.33% - 20px);
  box-sizing: content-box;
  padding-right: 30px;
  height: 375px;
}
.single-post .related-services .carousel-cell.card-container.service-card.service-card,
.single-post .related-articles .post-card.service-card,
.single-post .type-of-client .client-type-card.service-card,
.single-post .related-offices .office-card.service-card {
  height: auto !important;
  min-height: 375px;
}
.single-post .related-services .carousel-cell.card-container.service-card.service-card .slider-card-image,
.single-post .related-articles .post-card.service-card .slider-card-image,
.single-post .type-of-client .client-type-card.service-card .slider-card-image,
.single-post .related-offices .office-card.service-card .slider-card-image {
  min-height: 180px;
}
@media (min-width: 751px) and (max-width: 1200px) {
  .single-post .related-services .carousel-cell.card-container.service-card,
  .single-post .related-articles .post-card,
  .single-post .type-of-client .client-type-card,
  .single-post .related-offices .office-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 750px) {
  .single-post .related-services .carousel-cell.card-container.service-card,
  .single-post .related-articles .post-card,
  .single-post .type-of-client .client-type-card,
  .single-post .related-offices .office-card {
    width: 90%;
  }
}
.single-post .related-services .carousel-cell.card-container.service-card:last-of-type,
.single-post .related-articles .post-card:last-of-type,
.single-post .type-of-client .client-type-card:last-of-type,
.single-post .related-offices .office-card:last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  .single-post .related-services .carousel-cell.card-container.service-card:only-child,
  .single-post .related-articles .post-card:only-child,
  .single-post .type-of-client .client-type-card:only-child,
  .single-post .related-offices .office-card:only-child {
    width: 100%;
  }
}
.single-post .related-services .carousel-cell.card-container.service-card .card,
.single-post .related-articles .post-card .card,
.single-post .type-of-client .client-type-card .card,
.single-post .related-offices .office-card .card {
  height: 100%;
}
.single-post .related-services .carousel-cell.card-container.service-card .card-title,
.single-post .related-articles .post-card .card-title,
.single-post .type-of-client .client-type-card .card-title,
.single-post .related-offices .office-card .card-title {
  color: black;
}
.single-post .related-services .carousel-cell.card-container.service-card .card:hover,
.single-post .related-articles .post-card .card:hover,
.single-post .type-of-client .client-type-card .card:hover,
.single-post .related-offices .office-card .card:hover {
  text-decoration: none;
}
.single-post .related-services .carousel-cell.card-container.service-card:nth-child(1):nth-last-child(2) .slider-card-image, .single-post .related-services .carousel-cell.card-container.service-card:nth-child(2):nth-last-child(1) .slider-card-image,
.single-post .related-articles .post-card:nth-child(1):nth-last-child(2) .slider-card-image,
.single-post .related-articles .post-card:nth-child(2):nth-last-child(1) .slider-card-image,
.single-post .type-of-client .client-type-card:nth-child(1):nth-last-child(2) .slider-card-image,
.single-post .type-of-client .client-type-card:nth-child(2):nth-last-child(1) .slider-card-image,
.single-post .related-offices .office-card:nth-child(1):nth-last-child(2) .slider-card-image,
.single-post .related-offices .office-card:nth-child(2):nth-last-child(1) .slider-card-image {
  min-height: 300px;
}
@media (min-width: 768px) {
  .single-post .related-services .carousel-cell.card-container.service-card:nth-child(1):nth-last-child(2), .single-post .related-services .carousel-cell.card-container.service-card:nth-child(2):nth-last-child(1),
  .single-post .related-articles .post-card:nth-child(1):nth-last-child(2),
  .single-post .related-articles .post-card:nth-child(2):nth-last-child(1),
  .single-post .type-of-client .client-type-card:nth-child(1):nth-last-child(2),
  .single-post .type-of-client .client-type-card:nth-child(2):nth-last-child(1),
  .single-post .related-offices .office-card:nth-child(1):nth-last-child(2),
  .single-post .related-offices .office-card:nth-child(2):nth-last-child(1) {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .single-post .related-services .carousel-cell.card-container.service-card:nth-child(1):nth-last-child(2), .single-post .related-services .carousel-cell.card-container.service-card:nth-child(2):nth-last-child(1),
  .single-post .related-articles .post-card:nth-child(1):nth-last-child(2),
  .single-post .related-articles .post-card:nth-child(2):nth-last-child(1),
  .single-post .type-of-client .client-type-card:nth-child(1):nth-last-child(2),
  .single-post .type-of-client .client-type-card:nth-child(2):nth-last-child(1),
  .single-post .related-offices .office-card:nth-child(1):nth-last-child(2),
  .single-post .related-offices .office-card:nth-child(2):nth-last-child(1) {
    width: 90%;
  }
}
.single-post .related-articles-container {
  background-image: url(../images/banner-background-blue-no-logo_5af14d64a9.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .single-post .related-articles-container {
    padding: 30px;
  }
}
.single-post .related-articles-container:after {
  content: "";
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.1;
}
.single-post .related-articles-container h2, .single-post .related-articles-container .h2 {
  color: white;
}
.single-post .related-articles-container > .container {
  padding: 0;
}
.single-post .related-articles-container .related-articles {
  position: relative;
  z-index: 2;
}
.single-post .related-articles-container .related-articles .card-container {
  height: auto;
}
.single-post .related-articles-container .related-articles .card-container .slider-card-image {
  max-height: 250px;
  height: 250px;
  min-height: unset !important;
}
.single-post .related-articles-container .related-articles .card-container .card {
  display: block;
}
.single-post .related-articles-container .related-articles .card-container .card .tag-and-date .date {
  color: #7a7c7f;
}
.single-post .related-articles-container .related-articles .card-container .card .tag-and-date .tag {
  margin-bottom: 0px;
}
.single-post .related-articles-container .related-articles .card-container .card .card-content .card-title {
  margin-top: 24px;
}
.single-post .related-articles-container .related-articles .flickity-page-dots .dot {
  background-color: white !important;
}
.single-post .related-articles-container .related-articles .flickity-prev-next-button {
  color: white !important;
  border: 1px solid white !important;
}

.related-services {
  padding-bottom: 5px;
}

body.single-vacancy #single-vacancy {
  padding: 100px 0;
}
body.single-vacancy #single-vacancy > * {
  margin-bottom: 100px;
}
body.single-vacancy #single-vacancy > *:last-child {
  margin-bottom: 0;
}
body.single-vacancy #single-vacancy.no-padding-bottom {
  padding: 100px 0px 0px 0px;
}
body.single-vacancy .backlink {
  margin-bottom: 40px;
  font-size: 16px;
}
body.single-vacancy .backlink a {
  color: black;
  text-decoration: none;
}
body.single-vacancy .backlink:hover, body.single-vacancy .backlink a:hover {
  color: black;
}
body.single-vacancy #job__title {
  font-size: 50px;
  color: #fd5d00;
}
body.single-vacancy #job__location {
  margin-bottom: 30px;
}
body.single-vacancy .text-block {
  position: relative;
  display: flex;
  align-items: start;
}
body.single-vacancy .text-block .right-logo-photo {
  position: relative;
  flex: 1;
  margin-right: -150px;
  margin-top: 10%;
  padding-left: 150px;
}
@media (max-width: 993px) {
  body.single-vacancy .text-block .right-logo-photo {
    display: none;
  }
}
body.single-vacancy .text-block .right-logo-photo .solid-shape {
  fill: #4981BC;
}
body.single-vacancy .text-block .right-logo-photo .overlay {
  fill: #4981BC;
}
body.single-vacancy .text-block .introduction {
  max-width: 500px;
  flex: 1;
  position: relative;
}
body.single-vacancy .text-block .introduction h1, body.single-vacancy .text-block .introduction .h1 {
  margin-bottom: 20px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  body.single-vacancy .text-block .introduction h1, body.single-vacancy .text-block .introduction .h1 {
    font-size: 2.5rem;
  }
}
body.single-vacancy .text-block .introduction p {
  color: #87888B;
}
body.single-vacancy .text-block .introduction .calls-to-action {
  margin-top: 50px;
}
body.single-vacancy .text-block .introduction .calls-to-action .button {
  margin-right: 8px;
  margin-top: 12px;
}
body.single-vacancy .text-block .introduction .calls-to-action .button:nth-of-type(1), body.single-vacancy .text-block .introduction .calls-to-action .button:nth-of-type(3n+4) {
  background-color: #ff9c00;
}
body.single-vacancy .text-block .introduction .calls-to-action .button:nth-of-type(2), body.single-vacancy .text-block .introduction .calls-to-action .button:nth-of-type(3n+5) {
  background-color: #4382c2;
}
body.single-vacancy .text-block .introduction .calls-to-action .button:nth-of-type(3), body.single-vacancy .text-block .introduction .calls-to-action .button:nth-of-type(3n+6) {
  background-color: #f93d00;
}
body.single-vacancy .text-block.form-block {
  max-width: 100%;
}
body.single-vacancy .text-block.form-block .introduction {
  align-self: flex-start;
}
body.single-vacancy .text-block.form-block .filter-form-container {
  position: static;
}
body.single-vacancy .text-block.form-block form {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 637px;
}
@media (max-width: 993px) {
  body.single-vacancy .text-block.form-block form {
    top: 50%;
    width: 100%;
  }
}
@media (max-width: 993px) {
  body.single-vacancy .text-block {
    flex-direction: column;
    width: 100%;
  }
  body.single-vacancy .text-block .left-logo-photo,
  body.single-vacancy .text-block .right-logo-photo {
    margin: 0 0 30px 0;
    padding: 0;
  }
  body.single-vacancy .text-block .right-logo-photo {
    order: 1;
    padding: 0;
  }
  body.single-vacancy .text-block .introduction {
    order: 1;
    max-width: 100%;
  }
  body.single-vacancy .text-block .left-logo-photo {
    order: 2;
  }
  body.single-vacancy .text-block.form-block .left-logo-photo {
    width: 100%;
  }
}
body.single-vacancy .benefits .benefit-intro {
  font-size: 46px;
}
body.single-vacancy .benefits.colour-background {
  position: relative;
  overflow: hidden;
  background-image: url(../images/slider-blue-bg_6f5d71532c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4981BD;
}
body.single-vacancy .benefits.colour-background .benefit-intro {
  color: white;
}
body.single-vacancy .benefits.colour-background::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/slider-texture-bg_96efee7ecf.jpg);
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  body.single-vacancy h1, body.single-vacancy .h1 {
    font-size: 50px;
    white-space: normal;
  }
  body.single-vacancy #single-vacancy {
    padding: 50px 0;
  }
}

.single-hub-data .wrap {
  background: #f5f5f5;
}

.hubs-header img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.hubs-intro {
  margin-top: -200px;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  padding: 3rem;
}

.hubs-text {
  font-size: 1.4rem;
}

.hub-tag {
  border-radius: 2rem;
  padding: 0.6rem 1.25rem 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: black;
  text-decoration: none !important;
  line-height: 1;
  font-size: 0.9rem;
  white-space: nowrap;
}

.hub-tag svg {
  width: 1rem;
}

.hub-tag-blue {
  border: 3px solid #4382c2;
}

.hub-tag-blue:hover,
.hub-tag-blue.is-checked {
  background-color: #4382c2;
  color: white;
}

.hub-tag-purple {
  border: 3px solid #6f2296;
}

.hub-tag-purple:hover,
.hub-tag-purple.is-checked {
  background-color: #6f2296;
  color: white;
}

.hub-tag-orange {
  border: 3px solid #ff9c00;
}

.hub-tag-orange:hover,
.hub-tag-orange.is-checked {
  background-color: #ff9c00;
  color: white;
}

.hub-tag-cyan {
  border: 3px solid #2facab;
}

.hub-tag-cyan:hover,
.hub-tag-cyan.is-checked {
  background-color: #2facab;
  color: white;
}

.hub-tag-black {
  border: 3px solid #000000;
}

.hub-tag-black:hover,
.hub-tag-black.is-checked {
  background-color: #000000;
  color: white;
}

.hub-tag-green {
  border: 3px solid #5582c0;
}

.hub-tag-green:hover,
.hub-tag-green.is-checked {
  background-color: #5582c0;
  color: white;
}

.hub-tag-yellow {
  border: 3px solid #f9b235;
}

.hub-tag-yellow:hover,
.hub-tag-yellow.is-checked {
  background-color: #f9b235;
  color: white;
}

.hub-tag-grey {
  border: 3px solid #5b565e;
}

.hub-tag-grey:hover,
.hub-tag-grey.is-checked {
  background-color: #5b565e;
  color: white;
}

.hubs-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 948px) {
  .hubs-categories {
    flex-direction: column;
  }
}
.hubs-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 4rem;
  gap: 2rem;
  height: fit-content !important;
}
.hubs-content > div {
  box-sizing: border-box;
}
.hubs-content .width-25 {
  width: calc((100% - 6rem) / 4);
}
.hubs-content .width-33 {
  width: calc((100% - 4rem) / 3);
}
.hubs-content .width-50 {
  width: calc((100% - 2rem) / 2);
}
.hubs-content .width-66 {
  width: calc((100% - 1rem) * 0.6666);
}
.hubs-content .width-75 {
  width: calc((100% - 2rem) * 0.75);
}
.hubs-content .width-100 {
  width: 100%;
}
.hubs-content .forced-isotope-resize {
  width: calc((100% - 2rem) / 2) !important;
}

@media (max-width: 948px) {
  .hubs-content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .hubs-content .width-25 {
    width: 100%;
  }
  .hubs-content .width-33 {
    width: 100%;
  }
  .hubs-content .width-50 {
    width: 100%;
  }
  .hubs-content .width-66 {
    width: 100%;
  }
  .hubs-content .width-75 {
    width: 100%;
  }
  .hubs-content .width-100 {
    width: 100%;
  }
  .hubs-content .forced-isotope-resize {
    width: 100% !important;
  }
}
.hubs-content__item {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hubs-content__item img {
  height: 200px;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 300ms ease;
}

.hubs-content__item:hover img {
  transform: scale(1.035);
}

.hubs-content__item > div {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hubs-content__item-footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  gap: 1rem;
}

.h-button {
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  padding: 10px 20px;
  gap: 10px;
  border-radius: 4px;
  text-decoration: none !important;
}

.h-button svg {
  width: 12px;
}

.contact-box {
  gap: 1.5rem;
  align-items: center;
  margin: 1.5rem 0;
  max-width: 315px;
}

.contact-box img {
  width: 100px;
}

.post-text {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.post-text.style-with-image, .post-text.with-image {
  max-width: 900px;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.post-text.style-with-image .content h1, .post-text.style-with-image .content .h1, .post-text.style-with-image .content h2, .post-text.style-with-image .content .h2, .post-text.style-with-image .content h3, .post-text.style-with-image .content .h3, .post-text.style-with-image .content h4, .post-text.style-with-image .content .h4, .post-text.style-with-image .content h5, .post-text.style-with-image .content .h5, .post-text.with-image .content h1, .post-text.with-image .content .h1, .post-text.with-image .content h2, .post-text.with-image .content .h2, .post-text.with-image .content h3, .post-text.with-image .content .h3, .post-text.with-image .content h4, .post-text.with-image .content .h4, .post-text.with-image .content h5, .post-text.with-image .content .h5 {
  color: var(--post-block-colour);
}
.post-text.style-with-image img, .post-text.with-image img {
  border-radius: 10px;
}
.post-text.style-with-image.image-left .content, .post-text.with-image.image-left .content {
  order: 2;
}
@media (max-width: 768px) {
  .post-text.style-with-image.image-left, .post-text.with-image.image-left {
    flex-direction: column-reverse;
  }
  .post-text.style-with-image.image-left .image, .post-text.with-image.image-left .image {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .post-text.style-with-image.image-left img, .post-text.with-image.image-left img {
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .post-text.style-with-image.image-right, .post-text.with-image.image-right {
    flex-direction: column;
  }
  .post-text.style-with-image.image-right .image, .post-text.with-image.image-right .image {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .post-text.style-with-image.image-right img, .post-text.with-image.image-right img {
    margin-left: 5%;
  }
}
@media (min-width: 768px) {
  .post-text.style-with-image .image, .post-text.with-image .image {
    width: 48%;
  }
}
.post-text.style-two-col, .post-text.two-col {
  max-width: 900px;
}
.post-text.style-two-col .content, .post-text.two-col .content {
  padding-top: 60px;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 5%;
}
@media (max-width: 768px) {
  .post-text.style-two-col .content, .post-text.two-col .content {
    column-count: unset;
    padding-top: 0;
  }
}
.post-text h1, .post-text .h1 {
  color: #f93d00;
}
.post-text h6, .post-text .h6 {
  color: #fd5d00;
  margin-right: 10px;
  font-weight: 300;
}
.post-text h6::after, .post-text .h6::after {
  content: "––––––––";
  position: relative;
  top: 0;
  bottom: 0;
  color: #fd5d00;
  left: 15px;
}
@media (max-width: 576px) {
  .post-text {
    padding: 35px 30px !important;
  }
}

.post-text-item.with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 768px) {
  .post-text-item.with-image {
    grid-template-columns: 1fr;
  }
}
.post-quote blockquote:before {
  color: var(--post-block-colour);
}
@media (max-width: 576px) {
  .post-quote {
    padding: 35px 0 !important;
  }
}

.post-quote.style-image_to_the_side, .post-quote.with-image, .post-text.style-image_to_the_side, .post-text.with-image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.post-quote.style-image_to_the_side > *, .post-quote.with-image > *, .post-text.style-image_to_the_side > *, .post-text.with-image > * {
  width: 45%;
}
.post-quote.style-image_to_the_side .image, .post-quote.with-image .image, .post-text.style-image_to_the_side .image, .post-text.with-image .image {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .post-quote.style-image_to_the_side, .post-quote.with-image, .post-text.style-image_to_the_side, .post-text.with-image {
    flex-direction: column-reverse;
  }
  .post-quote.style-image_to_the_side > *:first-child, .post-quote.with-image > *:first-child, .post-text.style-image_to_the_side > *:first-child, .post-text.with-image > *:first-child {
    margin-bottom: 2rem;
  }
  .post-quote.style-image_to_the_side > *, .post-quote.with-image > *, .post-text.style-image_to_the_side > *, .post-text.with-image > * {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .post-quote.style-image_to_the_side > *:first-child, .post-quote.with-image > *:first-child, .post-text.style-image_to_the_side > *:first-child, .post-text.with-image > *:first-child {
    margin-bottom: 0;
  }
}

.post-accordion {
  cursor: pointer;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding: 30px;
}
.post-accordion .intro h1, .post-accordion .intro .h1, .post-accordion .intro h2, .post-accordion .intro .h2, .post-accordion .intro h3, .post-accordion .intro .h3, .post-accordion .intro h4, .post-accordion .intro .h4, .post-accordion .intro h5, .post-accordion .intro .h5, .post-accordion .intro h6, .post-accordion .intro .h6 {
  color: var(--post-block-colour);
}
.post-accordion .two_columns-accordion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.post-accordion .two_columns-accordion .accordion-tab {
  width: calc(50% - 0.5rem);
  height: fit-content;
}
@media (max-width: 786px) {
  .post-accordion .two_columns-accordion .accordion-tab {
    width: 100%;
  }
}
.post-accordion.colour-dark_orange {
  --post-block-colour: #ea5b0a;
}
.post-accordion.colour-dark_orange :root {
  --post-block-colour: #ea5b0a;
}
.post-accordion.colour-light_orange {
  --post-block-colour: #f9b235;
}
.post-accordion.colour-teal {
  --post-block-colour: #30a8ab;
}
.post-accordion.colour-purple {
  --post-block-colour: #662483;
}
.post-accordion.colour-purple :root {
  --post-block-colour: #662483;
}
.post-accordion .accordion-tab {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid var(--post-block-colour);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: var(--post-block-colour);
}
.post-accordion .accordion-tab .accordion-tab-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.post-accordion .accordion-tab .accordion-tab-header h5, .post-accordion .accordion-tab .accordion-tab-header .h5 {
  padding: 0 2rem 0 0;
  margin: 0;
}
.post-accordion .accordion-tab .accordion-tab-content {
  display: none;
  padding: 2rem;
  padding-top: 0;
}
.post-accordion .accordion-tab.open {
  background-color: var(--post-block-colour);
  color: #ffffff !important;
}
.post-accordion .accordion-tab.open .accordion-tab-content {
  display: block;
}
.post-accordion .accordion-tab.open .accordion-tab-content > * {
  color: #ffffff !important;
}
@media (max-width: 576px) {
  .post-accordion {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.two_columns_flexible-accordion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.half-accordion-tab {
  width: 49% !important;
  height: fit-content;
}

@media (max-width: 768px) {
  .half-accordion-tab {
    width: 100% !important;
  }
}
.post-coloured_block {
  max-width: 900px;
  margin: 4rem auto;
  overflow: hidden;
  border-radius: 10px;
  color: white;
  padding: 0 !important;
}
.post-coloured_block .content {
  padding: 3rem 4rem;
}
.post-coloured_block .content > *:not(.button) {
  color: white !important;
}
.post-coloured_block .content h1, .post-coloured_block .content .h1, .post-coloured_block .content h2, .post-coloured_block .content .h2, .post-coloured_block .content h3, .post-coloured_block .content .h3, .post-coloured_block .content h4, .post-coloured_block .content .h4, .post-coloured_block .content h5, .post-coloured_block .content .h5, .post-coloured_block .content h6, .post-coloured_block .content .h6 {
  margin-bottom: 1.5rem;
}
.post-coloured_block .content a:not(.button) {
  color: white;
  text-decoration: underline;
}
.post-coloured_block .content a:not(.button):hover {
  color: white;
}
.post-coloured_block .content .button {
  margin-top: 1rem;
  background-color: white;
  color: black;
  font-weight: bold;
}
.post-coloured_block .content .button i {
  margin-left: 10px;
}
.post-coloured_block .image {
  width: 40%;
  object-fit: cover;
  flex-shrink: 0;
  padding-bottom: 40px;
}
.post-coloured_block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-coloured_block.with-image {
  display: flex;
  flex-direction: row;
  background-color: #4981bc;
}
.post-coloured_block.with-image .content .button {
  color: #4981bc;
}
.post-coloured_block:not(.with-image) {
  text-align: center;
  background-color: #31acab;
}
.post-coloured_block:not(.with-image) .content {
  max-width: 600px;
  margin: 0 auto;
}
.post-coloured_block:not(.with-image) .content .button {
  color: #31acab;
}
@media (max-width: 992px) {
  .post-coloured_block:not(.with-image) {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .post-coloured_block {
    max-width: 600px;
  }
  .post-coloured_block.with-image {
    flex-direction: column-reverse;
  }
  .post-coloured_block.with-image .image {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .post-coloured_block {
    margin: 35px 0;
  }
}

.disclaimer.style-wide {
  max-width: 900px;
}
.disclaimer.style-normal {
  max-width: 400px;
}
.disclaimer p {
  text-align: center;
}
.disclaimer .disclaimer-italic {
  font-style: italic;
  font-size: 14px;
}

.post-tab-container {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.post-tab-container .tab-content .tab-text > * {
  color: white;
}
.post-tab-container .tab-content .tab-text > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .post-tab-container .post-tabs-block .post-tabs-desktop {
    display: none;
  }
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-headers {
  margin-bottom: 1px;
  font-weight: bold;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-headers .tab-header {
  padding: 0.2rem 1.5rem;
  margin-right: 1px;
  background-color: #dcdcdc;
  color: #44474b;
  cursor: pointer;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-headers .tab-header.is-selected {
  background-color: var(--post-block-colour);
  color: white;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-headers .tab-header:first-child {
  border-top-left-radius: 10px;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-headers .tab-header:last-child {
  border-top-right-radius: 10px;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-headers .flickity-slider {
  transform: translateX(0) !important;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-content {
  padding: 3rem 2rem;
  background-color: var(--post-block-colour);
  color: white;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-content .tab-content {
  max-width: 100%;
}
.post-tab-container .post-tabs-block .post-tabs-desktop .post-tabs-content .tab-content .tab-text > * {
  color: white;
}
@media (min-width: 992px) {
  .post-tab-container .post-tabs-block .post-tabs-mobile {
    display: none;
  }
}
.post-tab-container .post-tabs-block .post-tabs-mobile .tab.active .tab-content {
  height: auto;
  display: block;
}
.post-tab-container .post-tabs-block .post-tabs-mobile .tab.active .tab-content .grid,
.post-tab-container .post-tabs-block .post-tabs-mobile .tab.active .tab-content .tab-text {
  opacity: 1;
  z-index: 1;
}
.post-tab-container .post-tabs-block .post-tabs-mobile .tab.active .grid-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.post-tab-container .post-tabs-block .post-tabs-mobile .tab.active .grid-item:last-of-type {
  border-bottom: none;
}
.post-tab-container .post-tabs-block .post-tabs-mobile .tab.active .tab-title-and-intro {
  color: #fff;
  background-color: var(--post-block-colour);
}
.post-tab-container .post-tabs-block .post-tabs-mobile .tab-title-and-intro {
  background-color: #dfdfdf;
  color: #444;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.post-tab-container .post-tabs-block .tabs-mobile .tab:last-of-type .tab-content {
  cursor: pointer;
  border-radius: 0 0 15px 15px;
}
@media (min-width: 992px) {
  .post-tab-container {
    max-width: 900px;
  }
  .post-tab-container .tabs-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .post-tab-container {
    padding: 35px 30px;
  }
  .post-tab-container .post-tabs-block {
    padding: 0 15px;
  }
}

.post-stats {
  max-width: 900px;
  display: flex;
  margin: 0 auto;
  padding: 4rem 0;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .post-stats {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.post-stats .stat {
  width: 50%;
  padding: 2rem;
  border-top: 1px solid #D3D3D3;
}
.post-stats .stat:nth-child(2n-1) {
  border-right: 1px solid #D3D3D3;
}
.post-stats .stat:nth-child(1), .post-stats .stat:nth-child(2) {
  border-top: none;
}
.post-stats .stat .number {
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 4rem;
  color: var(--post-block-colour);
}
.post-stats .stat .caption {
  margin: 0;
  padding: 0.4rem 0 0;
  color: #87888B;
  font-size: 1rem;
}
.post-stats.stats-3.odd .stat {
  width: 33.33%;
  text-align: center;
  border-bottom: 0;
  border-top: 0;
  border-right: 1px solid #D3D3D3;
}
.post-stats.stats-3.odd .stat:last-of-type {
  border-right: none;
}
.post-stats.odd .stat {
  border-top: 0;
  border-bottom: 1px solid #D3D3D3;
}
.post-stats.odd .stat:last-of-type {
  border-bottom: 0 !important;
}
@media (max-width: 768px) {
  .post-stats {
    padding: 3rem 0;
  }
  .post-stats .stat .number {
    font-size: 3.5rem;
    line-height: 1.15;
  }
  .post-stats.stats-3 .stat {
    padding: 1rem;
  }
  .post-stats.stats-3 .stat .number {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .post-stats {
    padding: 35px 0;
    justify-content: flex-start;
  }
  .post-stats.stats-3 .stat {
    padding: 2rem;
  }
  .post-stats .stat {
    width: 300px !important;
    max-width: 100%;
    text-align: left;
    border: none !important;
    border-bottom: 1px solid #D3D3D3 !important;
  }
  .post-stats .stat > * {
    text-align: left;
  }
  .post-stats .stat .number {
    font-size: 3rem;
  }
  .post-stats .stat .caption {
    padding-top: 0;
  }
  .post-stats .stat:last-of-type {
    border-bottom: none !important;
  }
}

.post-timeline {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  padding: 4rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.post-timeline .timeline_content {
  padding-bottom: 0;
}
.post-timeline .timeline_content > * {
  font-size: 2rem;
}
.post-timeline .timeline_events .slick-track {
  height: 500px;
}
.post-timeline .timeline_events .slick-list {
  overflow: hidden;
}
.post-timeline .timeline_events .timeline_event--wrapper:hover .timeline_event--content:before, .post-timeline .timeline_events .timeline_event--wrapper:hover .timeline_event--content:after {
  opacity: 0 !important;
}
.post-timeline .timeline_events .timeline_event--wrapper:hover .timeline_event--content {
  background-color: transparent !important;
}
.post-timeline .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content h2, .post-timeline .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content .h2 {
  font-size: 1.2rem;
}
.post-timeline .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content p {
  font-size: 0.9rem;
  font-weight: lighter;
}
.post-timeline .timeline_events .timeline_event .timeline_event--wrapper .timeline_event--content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.post-timeline .timeline_events .timeline_event {
  margin-left: 0;
  margin-right: 0;
  min-width: 280px;
}
.post-timeline .timeline_events .timeline_event:before {
  left: 0;
  margin-left: 0;
}
.post-timeline .timeline_events .timeline_event:after {
  left: 35px;
}
.post-timeline .timeline_events .timeline_event .timeline_event--wrapper:before {
  left: 0;
  margin-left: 0;
}
.post-timeline .timeline_events .timeline_event .timeline_event--content > *:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-timeline .timeline_events .timeline_event:nth-of-type(2n) .timeline_event--wrapper .timeline_event--content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.post-timeline .timeline_events .timeline_event .timeline_event--wrapper {
  left: 35px;
  margin-left: -2px;
}
.post-timeline .timeline_events .slick-prev {
  right: -45px;
}
.post-timeline .timeline_events .slick-next {
  left: -45px;
}
@media (max-width: 576px) {
  .post-timeline {
    border-radius: 0;
    max-width: 100vw;
    width: 100vw;
    margin-left: -30px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .post-timeline .timeline_events .slick-track {
    height: 450px;
  }
  .post-timeline .timeline_events .slick-track:before {
    top: 75%;
  }
  .post-timeline .timeline_events .timeline_event {
    height: 75%;
  }
  .post-timeline .timeline_events .timeline_event .timeline_event--wrapper {
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding-right: 35px;
  }
}

.post-content-slider {
  max-width: 900px;
  padding: 2rem 0 4rem !important;
  margin: 0 auto;
}
.post-content-slider > .container {
  padding-left: 0;
  padding-right: 0;
}
.post-content-slider.properties .main-carousel {
  overflow-y: visible;
  overflow-x: clip;
  padding: 10px;
}
.post-content-slider.properties .main-carousel .property-card {
  height: auto !important;
}
@media (min-width: 767px) {
  .post-content-slider.properties .main-carousel .property-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .post-content-slider.properties .main-carousel {
    width: unset;
  }
  .post-content-slider.properties .main-carousel .property-card {
    width: calc(95% - 30px);
  }
  .post-content-slider.properties .main-carousel .property-card.carousel-cell {
    min-height: unset;
  }
  .post-content-slider.properties .main-carousel .property-card .property-card-info .key-contact {
    margin-top: 0;
  }
}
.post-content-slider .flickity-prev-next-button {
  background-color: #f93d00;
  color: white;
}
.post-content-slider .flickity-prev-next-button:hover {
  background-color: #f93d00;
}
.post-content-slider .flickity-page-dots .dot {
  background: #f93d00;
}
@media (max-width: 768px) {
  .post-content-slider {
    padding: 2rem 0 6rem !important;
  }
}
@media (max-width: 576px) {
  .post-content-slider {
    padding: 30px 0 7rem !important;
  }
  .post-content-slider > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.content-slider.people .main-carousel {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .content-slider.people .main-carousel .card-content {
    height: 50%;
  }
}
.content-slider.people .main-carousel .card-content .position-and-offices {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content-slider.people .main-carousel.single-item .card-content {
    height: 100%;
  }
}
.content-slider.people .main-carousel .image-and-icons {
  height: 250px;
}
.content-slider.related-services .flickity-prev-next-button {
  background-color: #30a8ab;
  border: 2px solid #30a8ab;
  color: white;
  margin-top: 40px;
}
.content-slider.related-services .flickity-page-dots .dot {
  background: #30a8ab;
}
.content-slider.related-services .flickity-page-dots .dot::after {
  background: #30a8ab;
}
@media (max-width: 767px) {
  .content-slider .container:not(:has(.slider-button)) .flickity-page-dots {
    margin-left: 0 !important;
  }
  .content-slider .flickity-prev-next-button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 767px) {
  .three-items.flickity-enabled .flickity-button,
  .three-items.flickity-enabled .flickity-page-dots {
    display: none;
  }
}

.post-code {
  padding: 4rem 0;
}

.accommodation-table {
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  overflow-x: auto;
}
.accommodation-table table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.accommodation-table table tr {
  border-bottom: 1px solid #dfdfdf;
}
.accommodation-table table tr:last-child {
  border-bottom: none;
}
.accommodation-table table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.accommodation-table table tr td, .accommodation-table table tr th {
  font-size: 1rem;
  padding: 16px;
  font-weight: 300;
  border-right: 1px solid #dfdfdf;
}
.accommodation-table table tr td:not(th) > *, .accommodation-table table tr th:not(th) > * {
  color: black;
}
.accommodation-table table tr td:not(th) > *:last-child, .accommodation-table table tr th:not(th) > *:last-child {
  margin-bottom: 0;
}
.accommodation-table table tr td:not(th):last-child, .accommodation-table table tr th:not(th):last-child {
  border-right: none;
}
.accommodation-table table thead {
  background-color: var(--post-block-colour);
}
.accommodation-table table thead tr > * {
  color: white;
}
.accommodation-table.text-center table {
  text-align: center;
}
.accommodation-table.text-left table {
  text-align: justify;
}
.accommodation-table.text-right table {
  text-align: right;
}
@media (max-width: 768px) {
  .accommodation-table {
    padding: 35px 0;
    margin-bottom: 35px;
  }
}

.post-table {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 0;
}
.post-table .table-title-container {
  text-align: center;
  margin-bottom: 27px;
}
.post-table span {
  font-weight: bold;
  font-size: 1.25rem;
}
.post-table table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.post-table table tr {
  border-bottom: 1px solid #dfdfdf;
}
.post-table table tr:last-child {
  border-bottom: none;
}
.post-table table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.post-table table tr td {
  font-size: 1.25rem;
  padding: 1rem;
  font-weight: 300;
  border-right: 1px solid #dfdfdf;
}
.post-table table tr td > * {
  color: black;
}
.post-table table tr td > *:last-child {
  margin-bottom: 0;
}
.post-table table tr td:last-child {
  border-right: none;
}
.post-table.has-header table tr:first-child {
  background-color: var(--post-block-colour);
}
.post-table.has-header table tr:first-child td > * {
  color: white;
}
.post-table.text-center table {
  text-align: center;
}
.post-table.text-left table {
  text-align: justify;
}
.post-table.text-right table {
  text-align: right;
}
@media (max-width: 576px) {
  .post-table {
    padding: 35px 0;
    margin-bottom: 35px;
  }
}

body.page-template-cost-calculator.cost-calculator #container #content {
  max-width: none;
  margin: 0;
}
body.page-template-cost-calculator.cost-calculator #intro > .scroll-to,
body.page-template-cost-calculator.cost-calculator #clients > .scroll-to,
body.page-template-cost-calculator.cost-calculator #services > .scroll-to,
body.page-template-cost-calculator.cost-calculator #latest > .scroll-to {
  display: none;
}
body.page-template-cost-calculator.cost-calculator section > .container {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-cost-calculator.cost-calculator section {
  padding: 0 3rem 0;
}
@media (max-width: 550px) {
  body.page-template-cost-calculator.cost-calculator section {
    padding: 0 15px;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper select {
  max-width: 1000px;
  width: 80%;
  padding: 1rem;
  background-color: #efefef;
  border: none;
  border-radius: 0;
}
@media (max-width: 550px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper select {
    width: 100%;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper input {
  max-width: 1000px;
  padding: 1rem;
  background-color: #efefef;
  border: none;
  border-radius: 0;
  width: 80%;
}
@media (max-width: 550px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper input {
    width: 100%;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #cost-calculator-header {
  height: 500px;
  padding: 0 !important;
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 767px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #cost-calculator-header {
    height: 300px;
    padding-top: 100px !important;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #cost-calculator-header #header-mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #cost-calculator-header .container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 10rem;
  z-index: 6;
}
@media (max-width: 1080px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #cost-calculator-header .container {
    width: 85%;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #cost-calculator-header .container .row {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #cost-calculator-header .container .row.banner-header {
  font-size: 3rem !important;
  line-height: 3.5rem !important;
  color: #ffffff !important;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section {
  background-color: #31acab;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params {
  padding: 3rem 0;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section {
  padding: 1rem 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section {
    width: auto;
  }
}
@media (max-width: 550px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section {
    padding: 1rem 0;
    text-align: center;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section#num-of-people {
  margin-bottom: 1.5rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider {
  height: 6px;
  border-radius: 6px;
  margin-bottom: 1rem;
  max-width: 1000px;
  width: 80%;
  position: relative;
  background-color: white;
}
@media (max-width: 768px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider {
    width: 100%;
  }
}
@media (max-width: 600px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 550px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider {
    width: 100%;
    left: 0;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin {
  right: -6px;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-handle {
  top: -7px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: black;
  border: none;
  box-shadow: none;
  right: -9px;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-handle #handle-value {
  background-color: black;
  height: 1.67rem;
  width: 2.2rem;
  position: absolute;
  top: -2.15rem;
  display: flex;
  color: white;
  text-align: center;
  left: -0.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-handle #handle-value #handle-value-p {
  color: white;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-handle #handle-value:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.25rem solid #000;
  position: absolute;
  left: calc(50% - 0.25rem);
  bottom: -0.25rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-handle #handle-value.hidden {
  display: none;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-background {
  border-radius: 10px;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-handle:after, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-origin .noUi-handle:before {
  display: none !important;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider .noUi-pips-horizontal {
  display: none;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider #slider-markers {
  width: 100%;
  display: flex;
  position: absolute;
  height: 10px;
  left: -10px;
  top: 0;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider #slider-markers .noUi-value {
  width: 26px;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  transform: translate(0%, 0%);
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider #slider-markers .noUi-value .marker-value {
  order: 2;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #nop_slider #slider-markers .noUi-value .slider-marker {
  order: 1;
  height: 15px;
  width: 15px;
  position: relative;
  border-radius: 50%;
  top: -4px;
  display: block;
  border: none;
  background-color: white;
  z-index: 1;
  transition: all 0.15s ease-in;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section .noUi-connect {
  background-color: black;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section .noUi-target {
  border: none;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section h3, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section .h3 {
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05px;
  margin-bottom: 1.5rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required div {
  width: 50%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required div {
    width: 90%;
    margin: 0 auto;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required div h1, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required div .h1 {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  padding: 0;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required div p {
  margin-top: 1rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required div div {
  position: absolute;
  height: 20%;
  border: 1px solid #EFEFEF;
  top: 2rem;
  bottom: 2rem;
  right: 27%;
  width: 0;
  opacity: 0.3;
}
@media (max-width: 550px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required div div {
    position: absolute;
    height: 0;
    border: none;
    border-top: 1px solid #EFEFEF;
    top: 100%;
    bottom: 0;
    right: 30%;
    width: 40%;
    opacity: 0.3;
    left: 30%;
  }
}
@media (max-width: 768px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-params .calc-section #space-required {
    flex-direction: column;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations {
    width: auto;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations .section-header {
  font-size: 2rem;
  padding-bottom: 1rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations .section-header-p {
  margin-bottom: 2.5rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations :after {
  content: "";
  position: absolute;
  right: -50vw;
  top: 0;
  background-color: white;
  width: 50vw;
  height: 100%;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations :before {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  background-color: white;
  width: 50vw;
  height: 100%;
}
@media (max-width: 900px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations {
    flex-direction: column;
  }
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper {
    flex-direction: column;
  }
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location {
    padding: 4rem 0;
    width: 80%;
  }
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location h4, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .h4 {
    color: black !important;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper {
    flex-direction: column;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location {
  width: 32%;
  display: flex;
  flex-direction: column;
  padding: 1rem 0 1rem;
}
@media (max-width: 768px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location {
    flex-direction: column;
    width: 100%;
  }
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location select {
    width: 80%;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location select {
  width: 100%;
  padding: 1rem;
  background-color: #efefef;
  border: none;
  border-radius: 0;
}
@media (max-width: 450px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location select {
    width: 100%;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calculations {
  margin-top: 3rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calculations h1, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calculations .h1 {
  color: #31acab;
  font-size: 2.5rem;
  padding: 1rem 0 2.5rem;
  font-weight: 700;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calculations p {
  color: #828282;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calc-difference {
  margin-top: 2rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calc-difference p {
  color: #828282;
  max-width: 85%;
  font-weight: 400;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calc-difference h1, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calconic-params-section #calc-locations #locations-wrapper .location .location-calc-difference .h1 {
  font-size: 2rem;
  padding-top: 1rem;
  font-weight: 700;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section {
  background-color: #efefef;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section * {
  color: black;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container div h2, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container div .h2 {
  width: 90%;
  line-height: 2.65rem;
  text-align: left;
}
@media (max-width: 550px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container div h2, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container div .h2 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container h4, body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container .h4 {
  text-transform: capitalize;
  margin-top: 3rem;
  font-size: 1.5rem;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form .gform_body ul {
  padding: 0;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form .gform_footer {
  display: block !important;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form .gform_footer SPAN {
  margin-left: -53px;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 100;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div {
  display: flex;
  flex-direction: column;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div > * {
  margin-bottom: 1rem;
  padding: 1rem;
  border: none;
}
@media (max-width: 450px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div .gfield_consent_label {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div .ginput_container_name {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div .ginput_container_name span {
  max-width: 400px;
  width: 50%;
  padding-left: 0;
}
@media (max-width: 770px) {
  body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div .ginput_container_name span {
    width: 100%;
  }
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div .ginput_container_name span input {
  width: 100%;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div input {
  border: none;
  background-color: white;
  border-radius: 0;
  max-width: none;
  width: auto;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div textarea {
  min-height: 10rem;
  font-family: Lato, Myriad Pro, Arial, sans-serif;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div button {
  width: fit-content;
  padding: 0.8rem;
  background-color: #252525;
  border-style: none;
  color: #ffffff;
  text-transform: capitalize;
  padding-right: 0.75rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container form div button i {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.75rem;
  color: white;
}
body.page-template-cost-calculator.cost-calculator #cost-calculator-wrapper #calc-contact-us-section .container .row #contact-conditions {
  color: #a5a5a5;
  padding-top: 0.5rem;
  font-size: 0.95rem;
}
body.page-template-cost-calculator.cost-calculator img.gform_ajax_spinner {
  display: none !important;
}

body.cost-calculator-thankyou #container #content {
  max-width: none;
  margin: 0;
}
body.cost-calculator-thankyou #cost-calculator-thankyou {
  background-color: #31acab;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
body.cost-calculator-thankyou #cost-calculator-thankyou h2, body.cost-calculator-thankyou #cost-calculator-thankyou .h2 {
  margin-bottom: 2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.home .main-carousel .flickity-viewport {
    height: 672px;
  }
  body.home .client-button:nth-of-type(1) {
    min-width: 150px;
  }
  body.home .client-button:nth-of-type(2) {
    min-width: 250px;
  }
  body.home .client-button:nth-of-type(3) {
    min-width: 220px;
  }
  body.home .client-button:nth-of-type(4) {
    min-width: 150px;
  }
  .shape-container svg {
    min-height: 580px;
  }
  .shape-container svg.overlay {
    min-height: 570px;
  }
  html.js main.main > .image-strip .image-grid-content picture {
    max-width: 100%;
  }
  html.js main.main > .image-strip .image-grid-content img {
    opacity: 1;
    min-height: 1px;
  }
}
.images-block.content-slider .container {
  padding: 0px 15px 0px;
}
.images-block .container .images-carousel .flickity-viewport {
  margin-bottom: 20px;
}
.images-block .container .images-carousel .flickity-page-dots {
  order: 3;
  margin-left: 24px;
}
.images-block .container .images-carousel .flickity-prev-next-button {
  order: 2;
}
.images-block .container .images-carousel .slider-button {
  display: none;
}
.images-block .container .images-carousel.show-1-images {
  width: 100%;
  padding-bottom: 0;
}
.images-block .container .images-carousel.show-1-images .image-content-cell {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.images-block .container .images-carousel.show-1-images .flickity-button, .images-block .container .images-carousel.show-1-images .flickity-page-dots, .images-block .container .images-carousel.show-1-images .slider-button {
  display: none;
}
.images-block .container .images-carousel.show-2-images {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .images-block .container .images-carousel.show-2-images .flickity-button, .images-block .container .images-carousel.show-2-images .flickity-page-dots {
    display: none;
  }
}
.images-block .container .images-carousel.same_size .image-content-cell, .images-block .container .images-carousel.same_width .image-content-cell {
  width: 50%;
}
.images-block .container .images-carousel.same_size.same_size .image-content-cell, .images-block .container .images-carousel.same_width.same_size .image-content-cell {
  position: relative;
  height: 350px;
}
.images-block .container .images-carousel.same_size.same_size .image-content-cell img, .images-block .container .images-carousel.same_width.same_size .image-content-cell img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: calc(100% - 40px);
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1200px) {
  .images-block .container .images-carousel.same_size.same_size .image-content-cell, .images-block .container .images-carousel.same_width.same_size .image-content-cell {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .images-block .container .images-carousel.same_size.same_size .image-content-cell, .images-block .container .images-carousel.same_width.same_size .image-content-cell {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .images-block .container .images-carousel.same_size.same_size .image-content-cell, .images-block .container .images-carousel.same_width.same_size .image-content-cell {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .images-block .container .images-carousel.same_size.same_size .image-content-cell, .images-block .container .images-carousel.same_width.same_size .image-content-cell {
    height: 125px;
  }
}
.images-block .container .images-carousel.same_height .image-content-cell {
  height: 200px;
  width: auto;
}
.images-block .container .images-carousel.same_height .image-content-cell img {
  height: 100%;
}
.images-block .container .images-carousel .image-content-cell {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .images-block .container .images-carousel .image-content-cell {
    width: calc(100% + 40px) !important;
    padding-right: 40px;
  }
  .images-block .container .images-carousel .flickity-page-dots {
    margin-right: 110px;
    margin-left: 110px;
  }
}
@media (max-width: 750px) {
  .images-block .container .images-carousel:not(.show-1-images) {
    padding-bottom: 65px;
  }
}
.images-block .container .images-carousel .flickity-button {
  color: #2facab !important;
  border: 2px solid #2facab !important;
}
.images-block .container .images-carousel .flickity-button, .images-block .container .images-carousel .flickity-page-dots {
  margin-top: 0px;
}
.images-block .container .images-carousel .flickity-page-dots .dot.is-selected::after {
  background: #2facab !important;
}
.images-block img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .images-block.content-slider .container {
    padding: 0px 30px 0px;
  }
}

@media (max-width: 576px) {
  body.single-post .images-block .container {
    padding: 0 !important;
  }
}

.images-carousel .image-content-cell.carousel-cell {
  display: flex !important;
  flex-direction: column;
}

.images-carousel-single {
  width: fit-content !important;
  margin-left: auto;
  margin-right: auto;
}

.carousel-image-item {
  max-height: 550px;
  margin-top: 0;
  margin-bottom: auto;
}

@media (max-width: 1300px) {
  .carousel-image-item {
    max-height: 450px;
  }
}
@media (max-width: 700px) {
  .carousel-image-item {
    max-height: 400px;
  }
}
.clickable-image {
  position: relative;
}
.clickable-image .image-link {
  position: absolute;
  inset: 0px;
}

.corner-cut {
  position: relative;
}
.corner-cut:before {
  content: "";
  position: absolute;
  width: 0;
}
.corner-cut.corner-t-r:before {
  top: -1px;
  right: -1px;
  border-top: 80px solid white;
  border-left: 80px solid transparent;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.text-white {
  color: white;
}

.image-caption {
  padding-top: 5px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

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