/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, img,
ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li,
pre, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/*
a:focus {
    outline:0;
}
:focus, :active {
    outline:none; outline:0;
} ::-moz-focus-inner {
    outline:none;
}
*/
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type=text],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
  outline: 1px solid transparent;
}

textarea {
  resize: none;
  overflow: auto;
}

button, [type=submit], [type=button], [type=reset] {
  cursor: pointer;
  border: 0;
  text-align: center;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}

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

table {
  table-layout: fixed;
}

a[href^=tel] {
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

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

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* != ms-clear */
input[type=text]::-ms-clear {
  display: none;
}

/* != BACKGROUND POSITION AND BOX SIZING */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
}

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-ThinItalic.woff") format("woff");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-ExtraLight.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-ExtraLightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-MediumItalic.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-SemiBoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-ExtraBoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis/Metropolis-BlackItalic.woff") format("woff");
  font-style: italic;
  font-weight: 900;
}
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
.bgcolor-black {
  background-color: #000000 !important;
}

.bgcolor-dark {
  background-color: #000000 !important;
}

.bgcolor-gray {
  background-color: #E6EEF0 !important;
}

.bgcolor-white {
  background-color: #ffffff !important;
}

.bgcolor-highlight {
  background-color: #333333 !important;
}

/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
// Use Case: $b (second) variable is optional and defaults to 'max-width'

@include break(1100){
    h1{
        background: red;
    }
}

// Output
@media screen and (max-width: 1100px) {
    h1 { background: red; }
}

// Also, if you want to specify the 2nd variable for break type (i.e., min-height)

@include break(1100, 'min-height'){
    h1 {
        background:red;
    }
}

// Output
@media screen and (min-height: 1100px) {
    h1 { background: red; }
}
*/
/*
// inline SVGs
// usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide > div {
  height: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -22px;
  z-index: 8;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2224%22%20viewBox%3D%220%200%2013%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.716%2022.352c.378.377.378.988%200%201.365-.377.377-.99.377-1.369%200L.284%2012.683c-.379-.377-.379-.989%200-1.366L11.347.283c.379-.377.991-.377%201.37%200%20.377.377.377.988%200%201.365L2.627%2012l10.09%2010.352z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow.slick-next {
  left: auto;
  right: -22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
/* != DEFAULT STYLES ===== */
html, body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

html {
  background-color: #000000;
}

body {
  background-color: #ffffff;
}
body:has(#disclaimer.no-scroll) {
  overflow: hidden;
}

.style1, .header-hero .hero-slides .hero-slide .wrap .slide-content h1 p {
  color: #1E1E1E;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 3.3333333333rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .style1, .header-hero .hero-slides .hero-slide .wrap .slide-content h1 p {
    font-size: 2.4rem;
  }
}

.style2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2777777778em;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .style2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.style3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .style3 {
    font-size: 1.4666666667rem;
  }
}

.style4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.0666666667rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75em;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .style4 {
    font-size: 0.9333333333rem;
    line-height: 1.5714285714em;
  }
}

h5, .style5 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 0.9333333333rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h5, .style5 {
    font-size: 1.0666666667rem;
    line-height: 1.25em;
  }
}

.style6 {
  font-size: 0.7333333333rem;
  font-weight: bold;
  letter-spacing: 0.0727272727em;
  line-height: 1.6363636364em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
}

p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.0666666667rem;
  color: #000000;
  line-height: 1.6em;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 580px) {
  p {
    font-size: 14px;
  }
}
p + p {
  margin-top: 20px;
}

blockquote {
  margin: 50px 0;
  border-left: 3px solid #333333;
  padding-left: 20px;
  font-size: 1.6666666667rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.36em;
}
blockquote p {
  font-size: 1.6666666667rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.36em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  blockquote p {
    font-size: 1.3333333333rem;
    letter-spacing: -0.025em;
    line-height: 1.4em;
  }
}
blockquote p.author {
  font-size: 1.2rem;
  line-height: 1.3333333333em;
  color: #E6EEF0;
}

hr {
  width: 100%;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #EEEEEE;
  margin: 20px 0;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.9333333333rem;
  font-weight: bold;
  letter-spacing: 0.0714285714em;
  line-height: normal !important;
  text-align: center;
  padding: 14px 20px 12px;
  text-decoration: none;
  text-transform: uppercase;
  /* .alt class is used for buttons on dark bg */
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 0.8rem;
    padding: 12px 15px 10px;
  }
}
.btn:hover {
  background-color: #333333;
}
.btn.bgcolor-red, .btn.alt {
  background-color: #333333;
  color: #ffffff;
}
.btn.bgcolor-red:hover, .btn.alt:hover {
  background-color: #E6EEF0 !important;
  color: #333333 !important;
}
.btn.bgcolor-white {
  background-color: #ffffff;
  color: #000000 !important;
}
.btn.bgcolor-white:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}
.btn.nobg {
  background-color: transparent;
  color: #000000;
  padding: 0;
}
.btn.nobg:hover {
  color: #333333;
  text-decoration: underline;
}

.links {
  margin-top: 20px;
  margin-left: -10px;
}
@media screen and (max-width: 580px) {
  .links {
    margin-left: 0px;
  }
}
.links a {
  margin: 10px;
}
@media screen and (max-width: 580px) {
  .links a {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

.no-margin-top {
  margin-top: 20px !important;
}

.no-margin-bottom {
  margin-bottom: 20px !important;
}

figure, .wp-caption {
  width: 100%;
}
figure img, .wp-caption img {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 !important;
}
figure figcaption, figure .wp-caption-text, .wp-caption figcaption, .wp-caption .wp-caption-text {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.3333333333em;
  color: #333333;
  margin: 10px 0;
}
figure figcaption p, figure .wp-caption-text p, .wp-caption figcaption p, .wp-caption .wp-caption-text p {
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 1.3333333333em;
  font-weight: 400;
  color: #333333;
}

table {
  margin: 30px 0;
  width: 100%;
}
table thead tr {
  background-color: #000000;
}
table thead tr th, table thead tr td {
  color: #ffffff !important;
  font-weight: 600 !important;
}
table th, table td {
  font-size: 1.0666666667rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3125em;
  color: #E6EEF0;
  padding: 13px 16px;
}
table tbody tr {
  border-bottom: 1px solid #EEEEEE;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tbody tr td:first-child {
  padding-left: 0;
}
table.responsive td {
  font-size: inherit;
}
@media screen and (max-width: 580px) {
  table.responsive tr td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  table.responsive tr td:first-child {
    margin-bottom: 0px;
  }
}

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

.content-centered {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.content-main ul:not([class*=gf]) {
  margin: 25px 0;
}
.content-main ul:not([class*=gf]) > li {
  position: relative;
  padding-left: 10px;
  padding-left: 40px;
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0;
}
.content-main ul:not([class*=gf]) > li:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #000000;
  top: 11px;
  left: 18px;
  border-radius: 3px;
}
.content-main ul:not([class*=gf]) > li + li {
  margin-top: 20px;
}
.content-main ul:not([class*=gf]) > li a {
  color: #333333;
  text-decoration: underline;
}
.content-main ul:not([class*=gf]) > li a:hover {
  text-decoration: none;
}
.content-main ul:not([class*=gf]) > li > ul, .content-main ul:not([class*=gf]) > li > ol {
  margin: 10px 0 25px;
}
.content-main ul:not([class*=gf]) + * {
  margin-top: 50px;
}
.content-main ol {
  counter-reset: li;
  margin: 25px 0;
}
.content-main ol > li {
  position: relative;
  padding-left: 40px;
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0;
}
.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  right: calc(100% - 20px);
  top: 0px;
  color: #000000;
}
.content-main ol > li + li {
  margin-top: 20px;
}
.content-main ol > li a {
  color: #333333;
  text-decoration: underline;
}
.content-main ol > li a:hover {
  text-decoration: none;
}
.content-main ol + * {
  margin-top: 50px;
}
.content-main p:not(.wp-caption-text):not(.links) a:not(.btn) {
  color: #333333;
  text-decoration: underline;
}
.content-main p:not(.wp-caption-text):not(.links) a:not(.btn):hover {
  text-decoration: none;
}
.content-main p:not(.wp-caption-text):not(.links) + h2, .content-main p:not(.wp-caption-text):not(.links) + h3, .content-main p:not(.wp-caption-text):not(.links) + h4 {
  margin-top: 30px;
}
.content-main p:not(.wp-caption-text):not(.links) + h5, .content-main p:not(.wp-caption-text):not(.links) + h6 {
  margin-top: 20px;
}
.content-main table.responsive td {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6111111111em;
  color: #E6EEF0;
}
.content-main table.responsive td + h1, .content-main table.responsive td + h2, .content-main table.responsive td + h3, .content-main table.responsive td + h4, .content-main table.responsive td + h5, .content-main table.responsive td + h6 {
  margin-top: 30px;
}
.content-main table.responsive td a {
  color: #333333;
  text-decoration: underline;
}
.content-main table.responsive td a:hover {
  text-decoration: none;
}
.content-main img {
  display: block;
  margin: 30px 0;
}
.content-main > *:last-child {
  margin-bottom: 0;
}

.hide-desktop {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hide-desktop {
    display: block !important;
  }
}

.hide-mobile {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* != ACCESSIBILITY STYLES ===== */
.sr-only, .slick-sr-only {
  /* Styles below are so elements are shown to screen readers only */
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus {
  outline: 3px solid #333333;
  outline-offset: 3px;
}

@supports selector(:focus-visible) {
  *:focus-visible {
    outline: 3px solid #333333;
    outline-offset: 3px;
  }
}
#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  width: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 9999999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#skipnav:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
/*
    ::selection         {
        background: #aaa;
        color: #fff;
    }
    ::-moz-selection    {
        background: #aaa;
        color: #fff;
    }
    ::-webkit-selection {
        background: #aaa;
        color: #fff;
    }
*/
/* != LAYOUT STYLES ===== */
.wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap.narrow {
  max-width: 850px;
}

#alert {
  background-color: #000000;
  position: relative;
}
#alert .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.243.343c.39-.39%201.023-.39%201.414%200%20.39.39.39%201.024%200%201.414L7.414%206l4.243%204.243c.39.39.39%201.023%200%201.414-.39.39-1.024.39-1.414%200L6%207.414l-4.243%204.243c-.39.39-1.023.39-1.414%200-.39-.39-.39-1.024%200-1.414L4.586%206%20.343%201.757c-.39-.39-.39-1.023%200-1.414s1.024-.39%201.414%200L6%204.586z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  background-color: transparent;
}
#alert .alert-content {
  width: 100%;
  max-width: 720px;
  padding: 20px 0;
}
#alert .alert-content h6 {
  font-size: 1.4666666667rem;
  color: #ffffff;
  line-height: 1.2727272727em;
  margin-bottom: 10px;
  font-weight: 600;
}
#alert .alert-content p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4666666667em;
}

#logo, #footer_logo {
  width: 200px;
  height: 50px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#logo:focus, #logo:focus-visible, #logo:focus-within, #footer_logo:focus, #footer_logo:focus-visible, #footer_logo:focus-within {
  outline: 3px solid #ffffff;
}

#header {
  height: 70px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}
#header .header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #main-nav {
  padding: 10px 0;
  width: calc(100% - 200px);
  position: relative;
  text-align: right;
  margin-right: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header #main-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 70px;
  }
}
#header #main-nav > ul > li {
  display: inline-block;
  position: relative;
}
#header #main-nav > ul > li > a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  height: 50px;
  padding: 17px 15px 15px;
  display: block;
}
@media screen and (max-width: 1000px) {
  #header #main-nav > ul > li > a {
    font-size: 0.8rem;
    padding: 19px 8px 16px;
    letter-spacing: 0px;
  }
}
#header #main-nav > ul > li > a:hover, #header #main-nav > ul > li > a:focus {
  color: #ffffff;
  background-color: #000000;
}
#header #main-nav > ul > li:hover > a, #header #main-nav > ul > li.open > a {
  color: #ffffff;
  background-color: #000000;
}
#header #main-nav > ul > li .sub-menu-wrap {
  display: none;
  background: #000000;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (min-width: 769px) {
  #header #main-nav > ul > li .sub-menu-wrap {
    width: auto;
    min-width: 240px;
    position: absolute;
    top: 50px;
    padding: 24px 24px;
  }
}
#header #main-nav > ul > li .sub-menu-wrap li {
  display: block;
  width: 100%;
  text-align: left;
}
#header #main-nav > ul > li .sub-menu-wrap li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4666666667em;
  position: relative;
  display: inline-block;
  text-align: left;
}
#header #main-nav > ul > li .sub-menu-wrap li a:hover, #header #main-nav > ul > li .sub-menu-wrap li a:focus {
  color: #333333;
}
#header #main-nav > ul > li .sub-menu-wrap li + li {
  margin-top: 10px;
}
#header #main-nav > ul > li.menu-item-has-children {
  position: relative;
}
#header #main-nav > ul > li.menu-item-has-children > .menu-toggle-button {
  width: 0;
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
  background-color: none;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  #header #main-nav > ul > li.menu-item-has-children > .menu-toggle-button {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #header #main-nav > ul > li.menu-item-has-children > a:hover + .sub-menu-wrap {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #header #main-nav > ul > li.menu-item-has-children:hover .sub-menu-wrap {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #header #main-nav > ul > li.menu-item-has-children.open .sub-menu-wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #header.active #main-nav {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9999;
    background-color: #000000;
    visibility: visible;
    opacity: 1;
  }
  #header.active #main-nav > #menu-main-menu {
    padding: 0 20px;
  }
  #header.active #main-nav > #menu-main-menu > li {
    display: block;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    text-align: left;
  }
  #header.active #main-nav > #menu-main-menu > li > a {
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 2.8666666667em;
    font-weight: 500;
    padding: 6px 0;
    display: block;
    width: 100%;
    text-align: left;
  }
  #header.active #main-nav > #menu-main-menu > li > a:hover {
    color: #3F8096;
  }
  #header.active #main-nav > #menu-main-menu > li .sub-menu-wrap {
    display: none;
    visibility: visible;
    opacity: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 9999;
  }
  #header.active #main-nav > #menu-main-menu > li .sub-menu-wrap .sub-menu > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  #header.active #main-nav > #menu-main-menu > li .sub-menu-wrap .sub-menu > li > a {
    display: block;
    text-decoration: none;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4666666667em;
    color: #333333;
    position: relative;
    color: #ffffff;
    padding: 5px 0 5px 10px;
  }
  #header.active #main-nav > #menu-main-menu > li .sub-menu-wrap .sub-menu > li > a:hover {
    color: #333333;
  }
  #header.active #main-nav > #menu-main-menu > li.menu-item-has-children > a {
    width: calc(100% - 60px);
  }
  #header.active #main-nav > #menu-main-menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    display: block;
    top: 19px;
    right: 0px;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg height%3D%228%22 viewBox%3D%220 0 14 8%22 width%3D%2214%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.642.293c.36-.36.928-.388 1.32-.083l.094.083L6.86 5.096 11.662.293c.36-.36.928-.388 1.32-.083l.095.083c.36.36.388.928.083 1.32l-.083.094-5.51 5.51c-.361.36-.928.388-1.32.083l-.095-.083-5.51-5.51c-.39-.39-.39-1.024 0-1.414z%22 fill%3D%22%23ee4135%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header.active #main-nav > #menu-main-menu > li.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #header.active #main-nav > #menu-main-menu > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

#menu-toggle {
  display: none;
  position: relative;
  width: 24px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
  margin-left: 15px;
  padding: 0 30px;
  background-color: transparent;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #menu-toggle {
    display: inline-block;
  }
}
#menu-toggle span {
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  right: 15px;
  background-color: #000000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#menu-toggle span::before {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  top: -7px;
  background-color: #000000;
  content: "";
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: transform 0s 0s, top 0.3s 0.3s;
  transition: transform 0s 0s, top 0.3s 0.3s, -webkit-transform 0s 0s;
}
#menu-toggle span::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  top: 7px;
  background-color: #000000;
  content: "";
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
  transition: transform 0s 0s, top 0.3s 0.3s;
  transition: transform 0s 0s, top 0.3s 0.3s, -webkit-transform 0s 0s;
}
#menu-toggle.active span {
  height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: height 0s 0s, -webkit-transform 0.3s 0.3s;
  transition: height 0s 0s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, height 0s 0s;
  transition: transform 0.3s 0.3s, height 0s 0s, -webkit-transform 0.3s 0.3s;
  background-color: #000000;
}
#menu-toggle.active span::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  background-color: #000000;
}
#menu-toggle.active span::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  background-color: #000000;
}

#footer {
  background-color: #333333;
  color: #ffffff;
  font-size: 0.9333333333rem;
  letter-spacing: 0;
  line-height: 1.2142857143em;
  padding: 25px 0 35px;
}
#footer a {
  color: #ffffff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer a:focus, #footer a:focus-visible {
  outline: 3px solid #ffffff !important;
}
#footer .footer-top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  #footer .footer-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer-top .footer-top-left {
    width: 100%;
    text-align: center;
  }
}
#footer .footer-top .footer-top-right {
  text-align: right;
}
@media screen and (max-width: 820px) {
  #footer .footer-top .footer-top-right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
#footer .footer-top .footer-top-right a {
  display: inline-block;
}
#footer .footer-top .footer-top-right a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 580px) {
  #footer .footer-top .footer-top-right #footer-nav {
    display: none;
  }
}
#footer .footer-top .footer-top-right #footer-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  #footer .footer-top .footer-top-right #footer-nav > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footer-top .footer-top-right #footer-nav > ul > li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8666666667rem;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: -2px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#footer .footer-top .footer-top-right #footer-nav > ul > li a:hover {
  text-decoration-color: #ffffff;
  text-underline-offset: 2px;
}
#footer .footer-middle {
  padding-top: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 620px) {
  #footer .footer-middle {
    padding: 30px 0;
    text-align: center;
  }
}
#footer .footer-middle * {
  color: #ffffff;
  margin: 0;
}
#footer .footer-middle .contact h5 {
  margin-bottom: 20px;
}
#footer .footer-middle .contact a {
  text-decoration-thickness: 1px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
#footer .footer-middle .contact p:first-of-type a {
  text-decoration: none;
}
#footer .footer-middle .contact p:last-of-type {
  margin-bottom: 30px;
}
#footer .footer-middle .contact .report {
  color: #3F8096;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  font-size: 0.9333333333rem;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
#footer .footer-middle .contact .report::after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.645 4.347 6.571 1.445a.625.625 0 0 1 0-.92.719.719 0 0 1 .976-.001l4.251 4.012c.27.255.27.667 0 .921L7.54 9.476a.709.709 0 0 1-.488.19.709.709 0 0 1-.487-.19.626.626 0 0 1 0-.92l3.078-2.907-8.953.006c-.381 0-.69-.29-.69-.65 0-.36.31-.651.691-.652l8.954-.006Z' fill='%233F8096'/%3E%3C/svg%3E");
  width: 12px;
  height: 10px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#footer .footer-middle .contact .report:hover {
  color: #ffffff;
}
#footer .footer-middle .contact .report:hover::after {
  right: -30px;
}
#footer .footer-middle .locations h5 {
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  #footer .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer-middle .contact {
    margin-bottom: 30px;
  }
}
#footer .footer-bottom {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-bottom .footer-bottom-left {
  width: 50%;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .footer-bottom-left {
    width: 100%;
    text-align: center;
  }
}
#footer .footer-bottom .footer-bottom-left a {
  display: inline-block;
  margin-left: 10px;
}
#footer .footer-bottom .footer-bottom-right {
  text-align: right;
  width: 50%;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .footer-bottom-right {
    width: 100%;
    text-align: center;
  }
}
#footer .footer-bottom .footer-bottom-right .utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .footer-bottom .footer-bottom-right .utility-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#footer .footer-bottom .footer-bottom-right .utility-nav ul li a {
  text-decoration: none;
}
#footer .footer-bottom .footer-bottom-right .utility-nav ul li a:hover {
  text-decoration: underline;
}
#footer .footer-bottom .footer-bottom-right .utility-nav ul li a span {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .footer-bottom-right .utility-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .jackrabbit a {
  text-decoration: underline;
}
#footer .jackrabbit a:hover {
  text-decoration: none;
}

#body-content {
  position: relative;
  z-index: 2;
}

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
/*
    ::-webkit-input-placeholder {
        color: #aaa;
    }

    ::-moz-placeholder {
        color: #aaa;
    }
*/
/* != CONTENT STYLES ===== */
.header-hero {
  width: 100%;
  height: 680px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header-hero {
    height: 500px;
  }
}
.header-hero .hero-slides {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.header-hero .hero-slides .hero-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-hero .hero-slides .hero-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 6;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(90%, transparent));
  background: linear-gradient(to right, #fff 25%, transparent 90%);
}
.header-hero .hero-slides .hero-slide .wrap {
  position: relative;
  z-index: 7;
}
.header-hero .hero-slides .hero-slide .wrap .slide-content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 0 0;
  padding-bottom: 50px;
}
.header-hero .hero-slides .hero-slide .wrap .slide-content h1 {
  color: #000000;
  margin-bottom: 30px;
  max-width: 70%;
}
.header-hero .hero-slides .hero-slide .wrap .slide-content h1.err {
  margin: 0 auto 30px;
}
.header-hero .hero-slides .hero-slide .wrap .slide-content .eyebrow {
  color: #3F8096;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.header-hero .hero-slides .hero-slide .wrap .slide-content p.links {
  margin-top: 30px;
}
.header-hero .hero-slides .hero-slide .wrap .slide-content.align-right {
  text-align: right;
  margin: 0 0 0 auto;
}
.header-hero .hero-slides .hero-slide .wrap .slide-content.align-center {
  text-align: center;
  margin: 0 auto;
}
.header-hero .hero-slides .hero-slide .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .header-hero .hero-slides .hero-slide {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 50px;
  }
  .header-hero .hero-slides .hero-slide::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fff), to(transparent));
    background: linear-gradient(to bottom, #fff 15%, transparent 100%);
  }
  .header-hero .hero-slides .hero-slide .wrap .slide-content h1 {
    max-width: 100%;
  }
}

.embed-container {
  position: absolute;
  top: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 3;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-interior {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.header-interior:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 6;
  opacity: 0.65;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.header-interior .content-container {
  text-align: left;
  position: relative;
  z-index: 7;
}
.header-interior .content-container h1 {
  color: #ffffff;
}
.header-interior .content-container.align-right {
  text-align: right;
}
.header-interior .content-container.align-center {
  text-align: center;
}
.header-interior .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-title {
  padding: 80px 0 70px;
  background-color: #333333;
}
.header-title .content-container {
  text-align: left;
}
.header-title .content-container.align-right {
  text-align: right;
}
.header-title .content-container.align-center {
  text-align: center;
}
.header-title .content-container h1 {
  color: #ffffff;
}

.content-team-member {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .content-team-member {
    margin: 40px 0;
  }
}
.content-team-member .column-main {
  width: calc(58.3333333333% + 30px);
}
@media screen and (max-width: 768px) {
  .content-team-member .column-main {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.content-team-member .column-main .section-title h1 {
  margin-bottom: 10px;
}
.content-team-member .column-main .section-title .jobtitle {
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.25em;
  color: #000000;
}
.content-team-member .column-main .section-title .social-nav {
  margin: 20px 0 0;
}
.content-team-member .column-main .section-title .social-nav .phone {
  height: 30px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-team-member .column-main .content-main {
  margin-top: 20px;
}
.content-team-member .column-sidebar {
  width: 33.3333333333%;
}
.content-team-member .column-sidebar img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-team-member .column-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.content-team-member .column-sidebar figure {
  margin-top: 5px;
}
.content-team-member .column-sidebar blockquote {
  margin-top: 50px;
  margin-bottom: 0;
}

.content-news-article {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .content-news-article {
    margin: 0;
  }
}
.content-news-article .column-main {
  max-width: 75%;
  width: 100%;
}
.content-news-article .column-main .section-title .date {
  font-size: 0.7333333333rem;
  font-weight: bold;
  letter-spacing: 0.0727272727em;
  line-height: 1.6363636364em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-news-article .column-main .section-title + .content-main {
  margin-top: 35px;
}
.content-news-article.two-col .column-main {
  width: calc(58.3333333333% + 30px);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .content-news-article.two-col .column-main {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.content-news-article.two-col .column-sidebar {
  width: calc(33.3333333333% + 10px);
}
@media screen and (max-width: 768px) {
  .content-news-article.two-col .column-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.content-news-article.two-col .column-sidebar figure {
  margin-top: 5px;
}
.content-news-article.two-col .column-sidebar blockquote {
  margin-top: 50px;
  margin-bottom: 0;
}

/* != MOD STYLES ===== */
.mod-accordions {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .mod-accordions {
    margin: 45px 0;
  }
}
.mod-accordions .accordions .accordion-heading {
  padding: 17px 0 17px 0;
  border-top: 1px solid #EEEEEE;
  cursor: pointer;
}
.mod-accordions .accordions .accordion-heading button {
  padding: 10px 0 10px 36px;
  width: 100%;
  text-align: left;
  border: none;
  background-color: none;
  position: relative;
  margin-bottom: 0;
}
.mod-accordions .accordions .accordion-heading button:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #000000;
}
.mod-accordions .accordions .accordion-heading button:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #000000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mod-accordions .accordions .accordion-heading button:hover {
  color: #333333;
}
.mod-accordions .accordions .accordion-heading button[aria-expanded=true]:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.mod-accordions .accordions .accordion-heading button[aria-expanded=true]:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (max-width: 768px) {
  .mod-accordions .accordions .accordion-heading {
    font-size: 1.2rem;
  }
}
.mod-accordions .accordions .accordion-heading:first-child {
  border-top: 0;
}
.mod-accordions .accordions .accordion-content {
  padding: 0 0 0 36px;
  display: none;
}
.mod-accordions .accordions .accordion-content .content-main {
  padding-bottom: 27px;
}

.mod-content-strip {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .mod-content-strip {
    margin: 45px 0;
  }
}
.mod-content-strip .content-centered {
  max-width: 847px;
}
.mod-content-strip .content-centered .content-main {
  text-align: center;
}
.mod-content-strip[class^=bgcolor]:not([class$=-white]), .mod-content-strip[class*=" bgcolor"]:not([class*=-white]) {
  margin: 0;
  padding: 60px 0;
}
.mod-content-strip[class^=bgcolor]:not([class$=-white]) .content-centered .content-main *, .mod-content-strip[class*=" bgcolor"]:not([class*=-white]) .content-centered .content-main * {
  color: #ffffff;
}

.mod-double-column {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-double-column {
    margin: 45px 0;
  }
}
.mod-double-column .section-title {
  margin-bottom: 50px;
}
.mod-double-column .section-title h2 {
  text-align: center;
}
.mod-double-column .column-left {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .mod-double-column .column-left {
    width: 100%;
  }
}
.mod-double-column .column-right {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .mod-double-column .column-right {
    width: 100%;
    margin-top: 20px;
  }
}

.mod-content-w-sidebar {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-content-w-sidebar {
    margin: 45px 0;
  }
}
.mod-content-w-sidebar .column-main {
  width: calc(58.3333333333% + 30px);
}
@media screen and (max-width: 768px) {
  .mod-content-w-sidebar .column-main {
    width: 100%;
  }
}
.mod-content-w-sidebar .column-sidebar {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .mod-content-w-sidebar .column-sidebar {
    width: 100%;
    margin-top: 40px;
  }
}
.mod-content-w-sidebar .column-sidebar figure {
  margin-top: 5px;
}
.mod-content-w-sidebar .column-sidebar blockquote {
  margin-top: 50px;
  margin-bottom: 0;
}
.mod-content-w-sidebar .column-sidebar .sidebar-form {
  background-color: #EEEEEE;
  padding: 25px;
  margin-top: 40px;
}
.mod-content-w-sidebar .column-sidebar .sidebar-form .section-title {
  margin-bottom: 20px;
}
.mod-content-w-sidebar .column-sidebar .sidebar-form .section-title h2 {
  margin-bottom: 10px;
}
.mod-content-w-sidebar .column-sidebar .sidebar-form form .gform_fields {
  display: block;
}
.mod-content-w-sidebar .column-sidebar .sidebar-form form .gform_fields .gfield {
  width: 100%;
  margin: 15px 0;
  display: block;
}

.mod-content-wo-sidebar {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-content-wo-sidebar {
    margin: 45px 0;
  }
}
.mod-content-wo-sidebar .content-main {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .mod-content-wo-sidebar .content-main {
    width: 100%;
  }
}

.mod-featured-w-bg-image {
  width: 100%;
  min-height: 500px;
  aspect-ratio: 1500/680;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image {
    background-image: none !important;
    height: auto;
    margin: 0 0 40px;
    aspect-ratio: unset;
  }
}
.mod-featured-w-bg-image:after {
  content: "";
  width: 100%;
  height: 75%;
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image:after {
    display: none;
  }
}
.mod-featured-w-bg-image .mobile-image {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image .mobile-image {
    display: block;
  }
}
.mod-featured-w-bg-image .content-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 100%;
  z-index: 3;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image .content-flex {
    height: auto;
    display: block;
    padding: 20px;
  }
}
.mod-featured-w-bg-image .content-flex .content-holder {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image .content-flex .content-holder {
    margin-top: 30px;
  }
}
.mod-featured-w-bg-image .content-flex .content-holder h2 {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image .content-flex .content-holder h2 {
    color: #000000;
    text-align: center;
    font-size: 2rem;
    letter-spacing: -0.01em;
    line-height: 1.1333333333em;
    margin-bottom: 20px;
    font-weight: 600;
  }
}
.mod-featured-w-bg-image .content-flex .content-holder p {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image .content-flex .content-holder p {
    color: #000000;
    font-size: 1.2666666667rem;
    letter-spacing: -0.0133333333em;
    line-height: 1.4736842105em;
  }
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image .content-flex .content-holder p.links a.btn {
    color: #ffffff;
    background-color: #000000;
  }
  .mod-featured-w-bg-image .content-flex .content-holder p.links a.btn:hover {
    background-color: #333333;
  }
}
.mod-featured-w-bg-image .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .mod-featured-w-bg-image .banner-image {
    display: none;
  }
}

.mod-full-width-images {
  width: 100%;
}
.mod-full-width-images.images-one img {
  width: 100%;
}
.mod-full-width-images.images-two img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .mod-full-width-images.images-two img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-full-width-images.images-two img + .image {
    margin-top: 20px;
  }
}
.mod-full-width-images.images-three img {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 768px) {
  .mod-full-width-images.images-three img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-full-width-images.images-three img + .image {
    margin-top: 20px;
  }
}

.mod-half-video-image {
  margin: 70px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image {
    margin: 50px 0;
    overflow: hidden;
  }
}
.mod-half-video-image .content-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-half-video-image .content-flex .image-col {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image .content-flex .image-col {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mod-half-video-image .content-flex .image-col img {
  width: 100%;
  aspect-ratio: 500/426;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image .content-flex .image-col img {
    width: calc(100vw - 20px);
  }
}
.mod-half-video-image .content-flex .image-col iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image .content-flex .image-col iframe {
    width: calc(100vw - 40px);
  }
}
.mod-half-video-image .content-flex .text-col {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image .content-flex .text-col {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mod-half-video-image .content-flex .text-col h2 {
  margin-bottom: 20px;
}
.mod-half-video-image .content-flex .text-col h2 span {
  font-size: 0.7333333333rem;
  font-weight: 700;
  letter-spacing: 0.0727272727em;
  line-height: 1.3636363636em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.mod-half-video-image[class^=bgcolor]:not([class$=-white]), .mod-half-video-image[class*=" bgcolor"]:not([class*=-white]) {
  background-color: #000000;
  margin: 0;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image[class^=bgcolor]:not([class$=-white]), .mod-half-video-image[class*=" bgcolor"]:not([class*=-white]) {
    padding: 20px 0 40px;
  }
}
.mod-half-video-image[class^=bgcolor]:not([class$=-white]) .content-flex .text-col *:not(.btn span), .mod-half-video-image[class*=" bgcolor"]:not([class*=-white]) .content-flex .text-col *:not(.btn span) {
  color: #ffffff;
}
.mod-half-video-image[class^=bgcolor]:not([class$=-white]).no-margin-top, .mod-half-video-image[class*=" bgcolor"]:not([class*=-white]).no-margin-top {
  margin-top: 0px !important;
  padding-top: 40px;
}
.mod-half-video-image[class^=bgcolor]:not([class$=-white]).no-margin-bottom, .mod-half-video-image[class*=" bgcolor"]:not([class*=-white]).no-margin-bottom {
  margin-bottom: 0px !important;
  padding-bottom: 40px;
}
.mod-half-video-image.media-right .content-flex .image-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image.media-right .content-flex .image-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mod-half-video-image.media-right .content-flex .text-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image.media-right .content-flex .text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mod-half-video-image.wide .wrap {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .mod-half-video-image.wide .image-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mod-half-video-image.wide.media-left .wrap .text-col .text-container {
  max-width: 475px;
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .mod-half-video-image.wide.media-left .wrap .text-col .text-container {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mod-half-video-image.wide.media-left .wrap .text-col .text-container {
    max-width: none;
    padding: 20px;
  }
}
.mod-half-video-image.wide.media-right .wrap .text-col .text-container {
  max-width: 475px;
  padding-left: 20px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1100px) {
  .mod-half-video-image.wide.media-right .wrap .text-col .text-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-half-video-image.wide.media-right .wrap .text-col .text-container {
    max-width: none;
    padding: 20px;
    margin: 0;
  }
}

.mod-images {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-images {
    margin: 45px 0;
  }
}
.mod-images .content-centered .content-main {
  text-align: center;
}
.mod-images[class^=bgcolor]:not([class$=-white]), .mod-images[class*=" bgcolor"]:not([class*=-white]) {
  margin: 0;
  padding: 70px 0;
}
.mod-images[class^=bgcolor]:not([class$=-white]) .content-centered .content-main *, .mod-images[class*=" bgcolor"]:not([class*=-white]) .content-centered .content-main * {
  color: #ffffff;
}
.mod-images[class^=bgcolor]:not([class$=-white]) .images-container figcaption p, .mod-images[class*=" bgcolor"]:not([class*=-white]) .images-container figcaption p {
  color: #ffffff;
}
.mod-images .images-container {
  margin-top: 50px;
}
.mod-images .images-container.images-one .image {
  width: 100%;
}
.mod-images .images-container.images-two .image {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .mod-images .images-container.images-two .image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-images .images-container.images-two .image + .image {
    margin-top: 20px;
  }
}

.mod-video {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-video {
    margin: 45px 0;
  }
}
.mod-video .content-centered .content-main {
  text-align: center;
}
.mod-video[class^=bgcolor]:not([class$=-white]), .mod-video[class*=" bgcolor"]:not([class*=-white]) {
  margin: 0;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-video[class^=bgcolor]:not([class$=-white]), .mod-video[class*=" bgcolor"]:not([class*=-white]) {
    margin: 0;
    padding: 50px 0;
  }
}
.mod-video[class^=bgcolor]:not([class$=-white]) .content-centered .content-main *, .mod-video[class*=" bgcolor"]:not([class*=-white]) .content-centered .content-main * {
  color: #ffffff;
}
.mod-video .video-container {
  margin-top: 50px;
}
.mod-video .video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 768px) {
  .mod-video .video-container iframe {
    width: calc(100vw - 40px);
  }
}

.mod-logo-grid {
  margin: 70px 0;
}
.mod-logo-grid .wrap {
  margin-top: 50px;
}
.mod-logo-grid .wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  display: block;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 600px) {
  .mod-logo-grid .wrap:after {
    height: 2px;
  }
}
.mod-logo-grid .wrap .content-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  background-color: #000000;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .mod-logo-grid .wrap .content-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .mod-logo-grid .wrap .content-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.mod-logo-grid .wrap .content-grid .logo {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
.mod-logo-grid .wrap .content-grid .logo.empty {
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
}
.mod-logo-grid .wrap .content-grid .logo:focus-visible {
  outline: 3px solid #333333;
  outline-offset: -5px;
}
.mod-logo-grid .wrap .content-grid .logo:hover {
  outline: 3px solid #333333;
  outline-offset: -5px;
  position: relative;
}
.mod-logo-grid .wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  top: -2px;
}

.mod-logo-slider {
  margin: 70px 0;
}
.mod-logo-slider .content-centered h2 {
  margin-bottom: 40px;
}
.mod-logo-slider .swiper-container {
  position: relative;
}
.mod-logo-slider .swiper-container .content-container {
  width: 100%;
}
.mod-logo-slider .swiper-container .content-container .swiper-slide .logo {
  background-color: #ffffff;
  display: block;
}
.mod-logo-slider .swiper-container .content-container .swiper-slide .logo:focus-visible {
  outline: 3px solid #333333;
  outline-offset: -5px;
  position: relative;
}
.mod-logo-slider .swiper-container .content-container .swiper-slide .logo:hover {
  outline: 3px solid #333333;
  outline-offset: -5px;
  position: relative;
}
.mod-logo-slider .swiper-container .content-container .swiper-slide .logo .logo-liner {
  padding: 20px;
}
.mod-logo-slider .swiper-container .content-container .swiper-slide .logo .logo-holder {
  height: 110px;
  max-width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-logo-slider .swiper-container .content-container .swiper-slide .logo .logo-holder img {
  display: block;
  height: auto;
  max-height: 100%;
}
.mod-logo-slider .swiper-container .swiper-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -22px;
  z-index: 8;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2224%22%20viewBox%3D%220%200%2013%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.716%2022.352c.378.377.378.988%200%201.365-.377.377-.99.377-1.369%200L.284%2012.683c-.379-.377-.379-.989%200-1.366L11.347.283c.379-.377.991-.377%201.37%200%20.377.377.377.988%200%201.365L2.627%2012l10.09%2010.352z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-logo-slider .swiper-container .swiper-button[class*=swiper-button-next] {
  left: auto;
  right: -22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mod-news-list {
  margin: 90px 0;
}
@media screen and (max-width: 768px) {
  .mod-news-list {
    margin: 60px 0;
  }
}
.mod-news-list .section-title {
  margin-bottom: 20px;
}
.mod-news-list .content-container .article {
  display: block;
  border-top: 1px solid #000000;
}
.mod-news-list .content-container .article:first-child {
  border-top: none;
}
.mod-news-list .content-container .article .article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
}
.mod-news-list .content-container .article .article-container .date {
  width: calc(16.6666666667% - 15px);
  font-size: 0.7333333333rem;
  font-weight: 700;
  letter-spacing: 0.0727272727em;
  line-height: 1.3636363636em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .mod-news-list .content-container .article .article-container .date {
    width: 100%;
  }
}
.mod-news-list .content-container .article .article-container h2 {
  width: calc(83.3333333333% - 160px);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2083333333em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .mod-news-list .content-container .article .article-container h2 {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 1.3333333333rem;
    line-height: 1.3em;
  }
}
.mod-news-list .content-container .article .article-container .link-text {
  width: 130px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  letter-spacing: 0.0714285714em;
  line-height: 1.2857142857em;
  text-align: right;
  text-transform: uppercase;
  margin-top: 6px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .mod-news-list .content-container .article .article-container .link-text {
    width: 100%;
    text-align: left;
  }
}
.mod-news-list .content-container .article:hover h2 {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .mod-news-list .content-container .article:hover h2 {
    color: #000000;
  }
}
.mod-news-list .content-container .article:hover .link-text {
  color: #333333;
}
.mod-news-list .loadmore {
  margin-top: 20px;
}
.mod-news-list .loadmore button {
  margin: 0 auto;
  display: block;
}

.mod-news-grid {
  margin: 90px 0;
}
@media screen and (max-width: 768px) {
  .mod-news-grid {
    margin: 60px 0;
  }
}
.mod-news-grid .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-news-grid .content-container .article {
  width: calc(33.3333333333% - 20px);
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .mod-news-grid .content-container .article {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 580px) {
  .mod-news-grid .content-container .article {
    width: 100%;
    margin-top: 40px;
  }
}
.mod-news-grid .content-container .article img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-news-grid .content-container .article .article-info {
  padding-top: 20px;
}
.mod-news-grid .content-container .article .article-info .date {
  font-size: 0.7333333333rem;
  font-weight: 600;
  letter-spacing: 0.0727272727em;
  line-height: 1.3636363636em;
  color: #000000;
  text-transform: uppercase;
}
.mod-news-grid .content-container .article .article-info h2 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2083333333em;
  color: #000000;
}
.mod-news-grid .content-container .article:hover .article-info h2 {
  color: #333333;
}
.mod-news-grid .content-container .article.empty {
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  margin-top: 0px;
}

.mod-news-slider {
  margin: 90px 0;
}
@media screen and (max-width: 768px) {
  .mod-news-slider {
    margin: 60px 0;
  }
}
.mod-news-slider .slider-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.mod-news-slider .slider-headline h2 {
  width: calc(100% - 200px);
}
@media screen and (max-width: 580px) {
  .mod-news-slider .slider-headline h2 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mod-news-slider .swiper-container {
  position: relative;
}
.mod-news-slider .swiper-container .content-container .article img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-news-slider .swiper-container .content-container .article .article-info {
  padding-top: 20px;
}
.mod-news-slider .swiper-container .content-container .article .article-info .date {
  font-size: 0.7333333333rem;
  font-weight: 600;
  letter-spacing: 0.0727272727em;
  line-height: 1.3636363636em;
  color: #000000;
  text-transform: uppercase;
}
.mod-news-slider .swiper-container .content-container .article .article-info h2 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2083333333em;
  color: #000000;
}
.mod-news-slider .swiper-container .content-container .article:hover .article-info h2 {
  color: #333333;
}
.mod-news-slider .swiper-container .content-container .article:focus-visible {
  outline-offset: -2px;
}
.mod-news-slider .swiper-container .swiper-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -36px;
  z-index: 8;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2224%22%20viewBox%3D%220%200%2013%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.716%2022.352c.378.377.378.988%200%201.365-.377.377-.99.377-1.369%200L.284%2012.683c-.379-.377-.379-.989%200-1.366L11.347.283c.379-.377.991-.377%201.37%200%20.377.377.377.988%200%201.365L2.627%2012l10.09%2010.352z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1225px) {
  .mod-news-slider .swiper-container .swiper-button {
    left: -22px;
  }
}
.mod-news-slider .swiper-container .swiper-button[class*=swiper-button-next] {
  left: auto;
  right: -36px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1225px) {
  .mod-news-slider .swiper-container .swiper-button[class*=swiper-button-next] {
    right: -22px;
  }
}

.mod-photo-grid {
  margin: 1px 0;
}
.mod-photo-grid .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  line-height: 0;
  font-size: 0;
}
.mod-photo-grid .row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mod-photo-grid .row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.mod-photo-grid .row > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.mod-photo-grid .row > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 768px) {
  .mod-photo-grid .row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .mod-photo-grid .row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mod-photo-grid .row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .mod-photo-grid .row > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mod-photo-grid .row > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.mod-photo-grid .row + .row {
  margin-top: 1px;
}
.mod-photo-grid .row .img {
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-photo-grid .row .img.photo1x1 {
  -ms-grid-column-span: 1;
  grid-column: span 1/span 1;
  -ms-grid-row-span: 1;
  grid-row: span 1/span 1;
  aspect-ratio: 750/850;
}
.mod-photo-grid .row .img.photo2x1 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row-span: 1;
  grid-row: span 1/span 1;
  aspect-ratio: 1140/640;
}
@media screen and (max-width: 768px) {
  .mod-photo-grid .row.sls .img.photo1x1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
    aspect-ratio: 750/850;
  }
}
@media screen and (max-width: 768px) {
  .mod-photo-grid .row.sls .img.photo2x1 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    aspect-ratio: 1140/640;
  }
}
@media screen and (max-width: 768px) {
  .mod-photo-grid .row.sls .img.photo2x1 + .photo1x1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.mod-testimonial {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-testimonial {
    margin: 50px 0;
  }
}
.mod-testimonial .swiper-container {
  position: relative;
}
.mod-testimonial .swiper-container .swiper {
  max-width: 880px;
  width: 100%;
}
.mod-testimonial .swiper-container .swiper .testimonials .testimonial .quote-image {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto 20px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mod-testimonial .swiper-container .swiper .testimonials .testimonial .quote-image {
    width: 100px;
    height: 100px;
  }
}
.mod-testimonial .swiper-container .swiper .testimonials .testimonial .quote-image img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-testimonial .swiper-container .swiper .testimonials .testimonial .quote-text {
  text-align: center;
  font-size: 1.3333333333rem;
  letter-spacing: 0;
  line-height: 1.35em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .mod-testimonial .swiper-container .swiper .testimonials .testimonial .quote-text {
    font-size: 1.2rem;
  }
}
.mod-testimonial .swiper-container .swiper .testimonials .testimonial .author {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.0666666667em;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mod-testimonial .swiper-container .swiper .testimonials .testimonial .author {
    font-size: 0.7333333333rem;
  }
}
.mod-testimonial .swiper-container .swiper .testimonials .testimonial .author-title {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.0666666667em;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mod-testimonial .swiper-container .swiper .testimonials .testimonial .author-title {
    font-size: 0.7333333333rem;
  }
}
.mod-testimonial .swiper-container .swiper-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -22px;
  z-index: 8;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2224%22%20viewBox%3D%220%200%2013%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.716%2022.352c.378.377.378.988%200%201.365-.377.377-.99.377-1.369%200L.284%2012.683c-.379-.377-.379-.989%200-1.366L11.347.283c.379-.377.991-.377%201.37%200%20.377.377.377.988%200%201.365L2.627%2012l10.09%2010.352z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-testimonial .swiper-container .swiper-button[class*=swiper-button-next] {
  left: auto;
  right: -22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mod-testimonial[class^=bgcolor]:not([class$=-white]), .mod-testimonial[class*=" bgcolor"]:not([class*=-white]) {
  margin: 0;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-testimonial[class^=bgcolor]:not([class$=-white]), .mod-testimonial[class*=" bgcolor"]:not([class*=-white]) {
    margin: 0;
    padding: 55px 0;
  }
}
.mod-testimonial[class^=bgcolor]:not([class$=-white]) .content-centered .content-main *, .mod-testimonial[class*=" bgcolor"]:not([class*=-white]) .content-centered .content-main * {
  color: #ffffff;
}
.mod-testimonial.image-side .testimonials .testimonial .content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mod-testimonial.image-side .testimonials .testimonial .content-main {
    display: block;
  }
}
.mod-testimonial.image-side .testimonials .testimonial .content-main .quote-image {
  margin: 0;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .mod-testimonial.image-side .testimonials .testimonial .content-main .quote-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
}
.mod-testimonial.image-side .testimonials .testimonial .content-main .quote-content {
  width: calc(100% - 180px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mod-testimonial.image-side .testimonials .testimonial .content-main .quote-content {
    width: 100%;
    text-align: center;
  }
}
.mod-testimonial.image-side .testimonials .testimonial .content-main .quote-content * {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mod-testimonial.image-side .testimonials .testimonial .content-main .quote-content * {
    text-align: center;
  }
}

.mod-buckets {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-buckets {
    margin: 50px 0;
  }
}
.mod-buckets .section-title .content-main {
  text-align: center;
}
.mod-buckets[class^=bgcolor]:not([class$=-white]), .mod-buckets[class*=" bgcolor"]:not([class*=-white]) {
  margin: 0;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-buckets[class^=bgcolor]:not([class$=-white]), .mod-buckets[class*=" bgcolor"]:not([class*=-white]) {
    margin: 0;
    padding: 55px 0;
  }
}
.mod-buckets[class^=bgcolor]:not([class$=-white]) .content-centered .content-main *, .mod-buckets[class*=" bgcolor"]:not([class*=-white]) .content-centered .content-main * {
  color: #ffffff;
}
.mod-buckets[class^=bgcolor]:not([class$=-white]) .bucket-info h2, .mod-buckets[class^=bgcolor]:not([class$=-white]) .bucket-info p, .mod-buckets[class*=" bgcolor"]:not([class*=-white]) .bucket-info h2, .mod-buckets[class*=" bgcolor"]:not([class*=-white]) .bucket-info p {
  color: #ffffff;
}
.mod-buckets .buckets {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 30px;
}
.mod-buckets .buckets .bucket {
  width: calc(33.3333333333% - 20px);
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .mod-buckets .buckets .bucket {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 580px) {
  .mod-buckets .buckets .bucket {
    width: 100%;
    margin-top: 40px;
  }
}
.mod-buckets .buckets .bucket .bucket-image {
  margin-bottom: 20px;
}
.mod-buckets .buckets .bucket .bucket-logo {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 1140/640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
.mod-buckets .buckets .bucket .bucket-logo img {
  width: 60%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mod-buckets .buckets .bucket .bucket-info {
  text-align: center;
}
.mod-buckets .buckets .bucket .bucket-info h2 {
  margin-bottom: 20px;
}
.mod-buckets .buckets .bucket .bucket-info p {
  margin-bottom: 30px;
}
.mod-buckets .buckets .bucket.alignment-left .bucket-info {
  text-align: left;
}

.mod-team-grid {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-team-grid {
    margin: 40px 0;
  }
}
.mod-team-grid .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-team-grid .content-container .article {
  width: calc(25% - 20px);
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .mod-team-grid .content-container .article {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 580px) {
  .mod-team-grid .content-container .article {
    width: 100%;
    margin-top: 40px;
  }
}
.mod-team-grid .content-container .article h4 {
  text-transform: uppercase;
}
.mod-team-grid .content-container .article .img-container {
  overflow: hidden;
}
.mod-team-grid .content-container .article .img-container img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.mod-team-grid .content-container .article .article-info {
  padding-top: 20px;
  text-align: center;
}
.mod-team-grid .content-container .article .article-info h4 {
  margin-bottom: 5px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  margin-bottom: 0;
}
.mod-team-grid .content-container .article .article-info .jobtitle {
  font-size: 1.0666666667rem;
  font-weight: 400;
  color: #000000;
}
.mod-team-grid .content-container .article .article-info .read {
  line-height: 1.6666666667em;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.mod-team-grid .content-container .article:hover .img-container img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mod-team-grid .content-container .article:hover .article-info h2 {
  color: #333333;
}
.mod-team-grid .content-container .article.empty {
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  margin-top: 0px;
}
.mod-team-grid .content-container .article:hover h4, .mod-team-grid .content-container .article:hover .read {
  color: #3F8096;
}
.mod-team-grid.bgcolor-gray {
  margin: 0;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-team-grid.bgcolor-gray {
    padding: 40px 0;
  }
}

.newsletter-signup {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .newsletter-signup {
    padding: 40px 0;
  }
}
.newsletter-signup .section-title h2 {
  margin-bottom: 30px;
}
.newsletter-signup .signup-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-signup .signup-form form .gform_body {
  width: calc(100% - 120px);
}
.newsletter-signup .signup-form form .gform_body label {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}
.newsletter-signup .signup-form form .gform_footer {
  width: 120px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.newsletter-signup .signup-form form .gform_footer input[type=submit] {
  margin: 0 0 0 auto;
}

.mod-form {
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .mod-form {
    margin: 40px 0;
  }
}
.mod-form .section-title {
  margin-bottom: 50px;
}
.mod-form .form-wrap {
  padding: 30px;
  background-color: #F5F5F5;
}
.mod-form .form-wrap .disclaimer {
  margin-bottom: 30px;
  font-weight: 500;
}
.mod-form .form-wrap form .gform_fields .gfield {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  margin-bottom: 0 !important;
}
.mod-form .form-wrap form .gform_fields .gfield--type-textarea {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.mod-form .form-wrap form .gform_fields .gfield--type-textarea textarea {
  height: 139px !important;
}
.mod-form .form-wrap form .gform_fields .gfield--type-submit {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mod-form .form-wrap form .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .mod-form .form-wrap form .gform_footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .mod-form .form-wrap form .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mod-form .form-wrap form .gform_fields .gfield--type-submit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.mod-table-list {
  margin: 90px 0;
}
@media screen and (max-width: 768px) {
  .mod-table-list {
    margin: 70px 0;
  }
}
.mod-table-list .section-title {
  margin-bottom: 20px;
}
.mod-table-list .content-container .article {
  display: block;
  border-top: 1px solid #000000;
}
.mod-table-list .content-container .article:first-child {
  border-top: none;
}
.mod-table-list .content-container .article .article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
}
.mod-table-list .content-container .article .article-container .row-headline {
  width: 33.3333333333%;
  text-align: left;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .mod-table-list .content-container .article .article-container .row-headline {
    width: 100%;
    margin: 0;
  }
}
.mod-table-list .content-container .article .article-container .row-headline h2 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2083333333em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .mod-table-list .content-container .article .article-container .row-headline h2 {
    font-size: 1.3333333333rem;
    line-height: 1.3em;
  }
}
.mod-table-list .content-container .article .article-container .row-description {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .mod-table-list .content-container .article .article-container .row-description {
    width: 100%;
    margin: 10px 0;
  }
}
.mod-table-list .content-container .article .article-container .row-cta {
  width: 150px;
  text-align: right;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .mod-table-list .content-container .article .article-container .row-cta {
    width: 100%;
    text-align: left;
  }
}
.mod-table-list .content-container .article.has-cta .row-description {
  width: calc(66.6666666667% - 180px);
}

/* != MISC STYLES ===== */
#disclaimer {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#disclaimer .disclaimer-wrap {
  background-color: #ffffff;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-height: 86vh;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
#disclaimer .disclaimer-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(rgba(255, 255, 255, 0.25)));
  background: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0.25));
  bottom: 0;
  left: 0;
}
#disclaimer .disclaimer-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(255, 255, 255, 0.25)));
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.25));
  top: 0;
  left: 0;
}
#disclaimer .disclaimer-wrap .content {
  overflow-y: auto;
  max-height: calc(86vh - 80px);
  padding-right: 20px;
}
#disclaimer .disclaimer-wrap .content img {
  position: relative;
  z-index: 999;
}
#disclaimer .disclaimer-wrap .content.hidden {
  opacity: 0;
  top: 45%;
}
#disclaimer .disclaimer-wrap .content input {
  margin: 20px 0;
}
#disclaimer .disclaimer-wrap .content .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#disclaimer .disclaimer-wrap .content #disclaimer-btn {
  position: relative;
  z-index: 99999;
}

.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-nav .social {
  height: 30px;
}
.social-nav .social:hover svg {
  background-color: #000;
}
.social-nav .social svg {
  fill: #fff;
  background-color: #3F8096;
  padding: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.alert-msg {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  word-wrap: normal !important;
}
.alert-msg.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* != FORM STYLES ===== */
input[type=text], input[type=password], input[type=url], input[type=number], input[type=tel], input[type=email] {
  height: 42px;
  outline: 1px solid rgba(0, 0, 0, 0.28);
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
  padding: 11px 15px 10px;
}
input[type=text]:focus, input[type=text]:focus-visible, input[type=password]:focus, input[type=password]:focus-visible, input[type=url]:focus, input[type=url]:focus-visible, input[type=number]:focus, input[type=number]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible {
  outline-offset: 0;
  outline: 3px solid #333333;
}

textarea {
  outline: 1px solid rgba(0, 0, 0, 0.28);
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
  padding: 11px 15px 10px;
}
textarea:focus, textarea:focus-visible {
  outline-offset: 0;
  outline: 3px solid #333333;
}

input[type=submit], button {
  display: inline-block;
  padding: 13px 40px;
  cursor: pointer;
  border-radius: 5px;
}
input[type=submit]:focus-visible, button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #333333;
}

select {
  -webkit-appearance: none;
  background: #ffffff url("data:image/svg+xml,%3Csvg width%3D%2213%22 height%3D%228%22 viewBox%3D%220 0 13 8%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.293.293c.36-.36.928-.388 1.32-.083l.094.083L6.51 5.096 11.313.293c.36-.36.928-.388 1.32-.083l.094.083c.36.36.389.928.084 1.32l-.084.094-5.51 5.51c-.36.36-.927.388-1.32.083l-.094-.083-5.51-5.51c-.39-.39-.39-1.024 0-1.414z%22 fill%3D%22%23f00%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
}

.validation_error {
  padding: 15px;
  color: #ffffff;
  background: #c00;
  margin: 20px 0;
}
.validation_message {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #C00;
  font-weight: 600;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.gform_validation_errors {
  background: rgba(204, 0, 0, 0.2);
  padding: 15px 20px;
  border: 1px solid rgba(204, 0, 0, 0.8);
  margin-bottom: 30px;
}
.gform_validation_errors h2 {
  font-size: 1.0666666667rem;
  line-height: 1.25em;
  color: #ffffff;
  text-align: center;
}

.gform_required_legend {
  display: none;
}

.gfield_error input, .gfield_error textarea {
  background: rgba(204, 0, 0, 0.2) !important;
  border: 1px solid #C00 !important;
}
.gfield_error .gfield_checkbox {
  background: rgba(204, 0, 0, 0.2) !important;
  padding: 0 4px;
  border: 1px solid #C00 !important;
}

.gform_validation_container {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
}

.gform_confirmation_message {
  text-align: center;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 30px;
}
.gform_wrapper.gravity-theme .gfield input.medium {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield select.medium {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #000000;
}

.gfield_required {
  display: none !important;
}