/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@300;400&display=swap");
/*
	javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
.cbm-dev {
  display: none;
}

/*
Fun mixins
*/
/*
Collection of one-off helper classes
*/
.z1 {
  position: relative;
  z-index: 1;
}

.z2 {
  position: relative;
  z-index: 2;
}

.z3 {
  position: relative;
  z-index: 3;
}

.block-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.justify {
  text-align: justify;
}

.text-bottom-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.text-bottom-holder > div.text-bottom {
  position: absolute;
  bottom: 0;
}

.relative {
  position: relative;
}

.display-flex {
  display: -webkit-flex;
  display: flex;
}
.display-flex > * {
  display: block;
}

.flex-wrap-container {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-wrap-container > * {
  width: 100%;
}

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

[data-whatinput=mouse] img.slick-slide:focus {
  outline: 0px !important;
}

.image-center {
  position: relative;
}
.image-center img {
  position: absolute;
}
.image-center.center-vertical {
  overflow-x: hidden;
}
.image-center.center-vertical img {
  top: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-center.center-horizontal {
  overflow-y: hidden;
}
.image-center.center-horizontal img {
  left: 0;
  right: 0;
  height: auto;
  max-height: none;
  width: 100%;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1779ba;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

* {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1E1E1E;
}
h1:before {
  content: url("../../assets/images/onyx-line.svg");
  font-size: 0px;
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 64px;
  }
}

h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  color: #1E1E1E;
}
h2 span {
  font-family: inherit;
}

.copy.white p {
  color: #FAFAFF;
}
.copy.white ul li {
  color: #FAFAFF;
}
.copy.black p {
  color: #1E1E1E;
}
.copy.black ul li {
  color: #1E1E1E;
}
.copy p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.copy p:last-of-type {
  margin-bottom: 0;
}
.copy strong {
  font-weight: bold;
}
.copy ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.copy ul li {
  color: #1E1E1E;
  margin-bottom: 25px;
  list-style-position: outside;
  line-height: 1;
}
.copy ul li:before {
  content: url("../../assets/images/indent-line.svg");
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

footer {
  background: #1E1E1E;
  padding: 50px 0;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  footer {
    padding: 100px 0;
  }
}
@media screen and (max-width: 39.9375em) {
  footer {
    padding-bottom: 100px;
  }
}
footer .row .footer-tri {
  position: absolute;
  right: -400px;
  bottom: 0;
  z-index: 0;
  height: auto;
  width: 100%;
  min-width: 1700px;
  max-width: 2500px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 39.9375em) {
  footer .row .footer-tri {
    display: none;
  }
}
footer .row .column {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 39.9375em) {
  footer .row img {
    margin-bottom: 30px;
  }
}
footer .row p.heading, footer .row ul li a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FAFAFF;
}
footer .row p.heading {
  margin-bottom: 15px;
}
@media screen and (max-width: 39.9375em) {
  footer .row p.heading {
    color: #BD9969;
    margin-bottom: 5px;
  }
}
footer .row ul {
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  footer .row ul {
    margin-bottom: 30px;
  }
}
footer .social-icons-wrapper {
  margin-top: 18px;
}

header.hero-header {
  position: relative;
  z-index: 999;
}
header.hero-header .sticky {
  position: relative;
  z-index: 99999999;
}
@media screen and (max-width: 39.9375em) {
  header.hero-header .sticky {
    top: 0 !important;
  }
}
header.hero-header .sticky .top-bar {
  background-color: transparent;
  transition: all 300ms ease-in-out;
  -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
}
@media print, screen and (min-width: 40em) {
  header.hero-header .sticky .top-bar {
    -webkit-filter: none;
            filter: none;
  }
}
header.hero-header .sticky.is-stuck {
  position: fixed;
  background-color: rgb(250, 250, 255);
  transition: all 300ms ease-in-out;
}
header.hero-header .sticky.is-stuck .top-bar {
  -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05));
}

.menu-overlay {
  visibility: hidden;
  height: calc(100% - 100px);
  left: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 5;
}

.top-bar {
  height: 100px;
}
.top-bar > .row {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .top-bar > .row > .column {
    padding: 0;
  }
}
.top-bar > .row > .column .top-bar-title {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
}
.top-bar > .row > .column .top-bar-title .logo {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.top-bar > .row > .column .top-bar-title .button {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .top-bar > .row > .column .top-bar-title .button.menu {
    margin-left: 24px;
  }
}

.off-canvas {
  z-index: 9999 !important;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 0;
  padding: 13px 26px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.off-canvas.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: none !important;
}
.off-canvas .triangle {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.off-canvas .triangle.triangle-1 {
  top: 0;
  right: 0;
}
.off-canvas .triangle.triangle-2 {
  top: 0;
  left: 0;
}
.off-canvas > .row {
  position: relative;
  z-index: 2;
}
.off-canvas .close-button {
  margin-bottom: 16px;
  display: block;
  margin-left: auto;
  background-color: #BD9969;
  height: 36px;
  width: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 4px;
  transition: all 300ms ease-in-out;
}
.off-canvas .close-button:hover, .off-canvas .close-button:focus {
  background-color: #AA182C;
  cursor: pointer;
}
.off-canvas .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 44px;
}
@media print, screen and (min-width: 64em) {
  .off-canvas .heading {
    margin-bottom: 144px;
  }
}
.off-canvas .heading a img {
  max-width: 200px;
}
@media screen and (max-width: 63.9375em) {
  .off-canvas .menus {
    display: -webkit-flex;
    display: flex;
  }
  .off-canvas .menus .content {
    margin-top: 30px;
    -webkit-order: 2;
            order: 2;
  }
  .off-canvas .menus .content h2 {
    font-size: 32px !important;
    line-height: 1 !important;
    margin-bottom: 12px;
  }
  .off-canvas .menus .content .contact a {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .off-canvas .menus .nav {
    -webkit-order: 1;
            order: 1;
  }
}
.off-canvas .menus .wrapper {
  position: relative;
}
.off-canvas .menus .wrapper:after {
  content: "";
  height: 110%;
  width: 2px;
  background-color: #FAFAFF;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: -80px;
}
.off-canvas .menus h2 {
  color: #FAFAFF !important;
  margin-bottom: 32px;
}
.off-canvas .menus .copy p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.off-canvas .menus .contact {
  margin-top: 20px;
}
@media screen and (max-width: 39.9375em) {
  .off-canvas .menus .contact {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas .menus .contact {
    margin-top: 120px;
  }
}
.off-canvas .menus .contact a {
  display: block;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  color: #FAFAFF;
}
.off-canvas .menus .is-drilldown .drilldown {
  margin-left: 0;
  width: 100%;
}
.off-canvas .menus .is-drilldown .drilldown.invisible > li a {
  opacity: 0;
}
.off-canvas .menus .is-drilldown .drilldown li {
  margin-bottom: 25px;
}
@media screen and (max-width: 39.9375em) {
  .off-canvas .menus .is-drilldown .drilldown li {
    margin-bottom: 15px;
  }
}
.off-canvas .menus .is-drilldown .drilldown li.current-menu-item a {
  color: #BD9969 !important;
}
.off-canvas .menus .is-drilldown .drilldown li.menu-item a {
  background: none;
  color: #FAFAFF;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  transition: all 300ms ease-in-out;
}
.off-canvas .menus .is-drilldown .drilldown li.menu-item a:hover, .off-canvas .menus .is-drilldown .drilldown li.menu-item a:focus {
  color: #BD9969;
}
.off-canvas .menus .is-drilldown .drilldown li.menu-item a:before {
  display: none;
}
.off-canvas .menus .is-drilldown .drilldown li.menu-item a:after {
  border-color: transparent transparent transparent #FFF;
  border-width: 8px;
  margin-top: -5px;
}
@media screen and (max-width: 39.9375em) {
  .off-canvas .menus .is-drilldown .drilldown li.menu-item a {
    font-size: 28px;
  }
}
.off-canvas .menus .is-drilldown .drilldown li.menu-item a span {
  color: rgba(255, 255, 255, 0.33);
  text-align: right;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-right: 32px;
}
.off-canvas .menus .is-drilldown .drilldown li.menu-item .is-drilldown-submenu {
  background: transparent;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.off-canvas .menus .is-drilldown .drilldown li.menu-item .is-drilldown-submenu.visible li a {
  opacity: 1;
}
.off-canvas .menus .is-drilldown .js-drilldown-back a {
  visibility: hidden;
  position: relative;
}
.off-canvas .menus .is-drilldown .js-drilldown-back a:after {
  content: url("../../assets/images/back-canvas.svg");
  visibility: visible;
  position: absolute;
  left: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reveal-overlay {
  z-index: 9999;
}

html.is-reveal-open,
html.is-reveal-open body {
  width: 100%;
}

.gform_wrapper .gform_heading {
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.gform_wrapper .gfield_description {
  color: #FAFAFF;
}
.gform_wrapper .gform_submission_error {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  color: #FAFAFF !important;
  text-transform: none;
}
@media print, screen and (min-width: 40em) {
  .gform_wrapper .gform_body .gform_fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 39.9375em) {
  .gform_wrapper .gform_body .gform_fields .gfield {
    margin-bottom: 12px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield.full-width {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border-radius: 4px;
  border: 1px solid #363A3A;
  background-color: #1E2121;
  color: #FAFAFF;
  height: 44px;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 16px;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: none;
}
.gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-webkit-input-placeholder {
  color: #FFF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield input:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder {
  color: #FFF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield input::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-ms-input-placeholder {
  color: #FFF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  color: #FFF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  background-position: right 0.1rem center !important;
}
.gform_wrapper .gform_body .gform_fields .gfield_label {
  opacity: 0;
  height: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-address legend {
  height: 0 !important;
  display: inline-block;
  margin-bottom: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox, .gform_wrapper .gform_body .gform_fields .gfield--type-textarea, .gform_wrapper .gform_body .gform_fields .gfield--type-fileupload {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 39.9375em) {
  .gform_wrapper .gform_body .gform_fields .gfield--type-fileupload {
    margin: 10px 0;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield--type-fileupload label {
  height: auto !important;
  opacity: 1 !important;
  color: #FAFAFF;
  font-size: 16px;
  font-weight: 300;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-fileupload .gform_fileupload_rules {
  color: #FAFAFF;
  display: inline-block;
  margin-top: 6px;
  margin-left: 12px;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-fileupload input::-webkit-file-upload-button {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .gform_wrapper .gform_body .gform_fields .gfield--type-checkbox {
    padding: 12px;
  }
  .gform_wrapper .gform_body .gform_fields .gfield--type-checkbox legend {
    padding-top: 12px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_label {
  color: #FFF;
  font-size: 16px;
  font-family: Open Sans;
  line-height: 24px;
  opacity: 1;
  height: auto;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-top: 10px;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input[type=checkbox] {
  position: relative;
  border-radius: 4px;
  border: 1px solid #363A3A;
  background: #1E2121;
  cursor: pointer;
  line-height: 0;
  margin: 3PX 3PX 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  overflow: hidden;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input[type=checkbox]:hover {
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input[type=checkbox]:checked {
  background-color: #1E2121;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input[type=checkbox]:checked:before {
  border-bottom: 2px solid #FAFAFF;
  border-right: 2px solid #FAFAFF;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input[type=checkbox]:before {
  content: "";
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%) scale(0.6);
  z-index: 2;
  display: inline-block;
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #1E2121;
  border-right: 2px solid #1E2121;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice label {
  color: #FFF;
  font-size: 13px;
  font-family: Open Sans;
  line-height: 1;
  color: #FAFAFF;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-checkbox .gfield_checkbox .gfield_choice_all_toggle {
  color: #FFF;
  font-size: 13px;
  font-family: Open Sans;
  line-height: 24px;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  text-align: left;
  margin-top: 12px;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-textarea textarea {
  height: 144px;
}
.gform_wrapper .gform_body .gform_fields .gfield_checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.gform_wrapper .gform_footer {
  margin-top: 32px;
}

.placeholder, :-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #FAFAFF;
  opacity: 1;
}

input:-webkit-autofill {
  color: #FAFAFF !important;
  background-color: #1E2121 !important;
}

input:autofill {
  color: #FAFAFF !important;
  background-color: #1E2121 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  /* IE 10+ */
}

:-moz-placeholder {
  /* Firefox 18- */
}

body, section {
  background-color: #FAFAFF;
}

a,
button,
.button,
.cta,
svg path {
  transition: all 300ms ease-in-out;
}

a {
  color: #008ED2;
}
a:hover, a:focus {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

:focus {
  outline: none !important;
  transition: none;
}

.row {
  max-width: 1440px;
}

#main-content {
  background-color: #FAFAFF;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
/* Unset for Safari 11+ */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
.slider-wrapper {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.slider-wrapper.slick-initialized {
  opacity: 1;
}

ul.slick-dots {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  list-style-type: none;
  margin: 73px 0 0;
}

.slick-dots li {
  line-height: 0;
}

.slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 300ms ease-in-out;
}
.slick-dots li button:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-in-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.slick-dots li.slick-active button:after {
  width: 100%;
}

.slider-arrow {
  position: absolute;
  top: 0%;
  left: -27.5px;
  opacity: 0;
  display: none;
  transition: all 300ms ease-in-out;
}
.slider-arrow.next {
  left: unset;
  right: -27.5px;
}
.slider-arrow.slick-disabled {
  opacity: 0 !important;
}
.slider-arrow.slick-hidden {
  display: none !important;
  opacity: 0 !important;
}
.slider-arrow.black path:nth-child(2) {
  fill: white;
}
.slider-arrow.black path:nth-child(1),
.slider-arrow.black path:nth-child(3) {
  fill: #1E1E1E;
}
@media print, screen and (min-width: 40em) {
  .slider-arrow {
    opacity: 1;
    display: block;
  }
}
.slider-arrow:hover, .slider-arrow:focus {
  cursor: pointer;
}
.slider-arrow:hover path:nth-child(1),
.slider-arrow:hover path:nth-child(3), .slider-arrow:focus path:nth-child(1),
.slider-arrow:focus path:nth-child(3) {
  fill: #C6C6C6;
}

::selection {
  color: #FAFAFF;
  background: #008ED2;
}

::-moz-selection {
  /* Code for Firefox */
  color: #FAFAFF;
  background: #008ED2;
}

.js-off-canvas-overlay,
.reveal-overlay,
.menu-overlay,
.overlay {
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}

#toast-container {
  z-index: 999999999;
}
#toast-container > div {
  opacity: 0.95;
}

.indent {
  position: relative;
  padding-left: 18px;
}
.indent:before {
  content: "";
  background: #D14081;
  display: inline-block;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.keypoints {
  margin-top: 6px;
}
section.keypoints .points {
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  section.keypoints .points {
    padding: 0 3px;
  }
}
section.keypoints .points.points-even .wrapper {
  background: #F6F5F1;
}
section.keypoints .points .wrapper {
  border: 1px solid #E1E0DD;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 24px;
}
@media print, screen and (min-width: 64em) {
  section.keypoints .points .wrapper {
    height: 472px;
    padding: 0 63px;
  }
}

.blog-card-wrapper {
  margin-top: 74px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 13px;
}
@media print, screen and (min-width: 40em) {
  .blog-card-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-card-wrapper .card {
  border: 1px solid #E1E0DD;
  text-decoration: none !important;
}
.blog-card-wrapper .card:hover .top:before, .blog-card-wrapper .card:focus .top:before {
  width: 100%;
}
.blog-card-wrapper .card:hover .bottom span, .blog-card-wrapper .card:focus .bottom span {
  text-decoration: underline;
}
.blog-card-wrapper .top {
  position: relative;
}
.blog-card-wrapper .top:before {
  content: "";
  background-color: #008ED2;
  height: 6px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
}
.blog-card-wrapper .top span {
  background: #D14081;
  color: #FAFAFF;
  padding: 4px 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}
.blog-card-wrapper .top img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
}
.blog-card-wrapper .bottom {
  padding: 39px 28px;
}
.blog-card-wrapper .bottom h3.title {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #008ED2 !important;
  margin-bottom: 13px;
}
.blog-card-wrapper .bottom .copy {
  margin-bottom: 24px;
}
.blog-card-wrapper .bottom .copy p:last-of-type {
  margin-bottom: 0;
}
.blog-card-wrapper .bottom span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #008ED2;
  transition: all 300ms ease-in-out;
}

.wpgb-pagination-facet {
  margin-top: 6px;
}
.wpgb-pagination-facet .wpgb-pagination li.wpgb-page {
  width: 48px;
  height: 48px;
}
.wpgb-pagination-facet .wpgb-pagination li.wpgb-page a {
  border: 1px solid #E1E0DD !important;
  font-weight: 600 !important;
  font-size: 15px;
  color: #000000;
  height: 100%;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  transition: all 300ms ease-in-out;
}
.wpgb-pagination-facet .wpgb-pagination li.wpgb-page a[aria-current=true] {
  background-color: #008ED2;
  color: #FAFAFF;
}
.wpgb-pagination-facet .wpgb-pagination li.wpgb-page a:hover, .wpgb-pagination-facet .wpgb-pagination li.wpgb-page a:focus {
  background-color: #008ED2;
  color: #FAFAFF;
}
.wpgb-pagination-facet .wpgb-pagination li.wpgb-page span {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.arrows {
  display: -webkit-flex;
  display: flex;
  gap: 12px;
}
.arrows button:hover, .arrows button:focus {
  cursor: pointer;
}
.arrows button:hover svg rect, .arrows button:focus svg rect {
  fill: #AA182C;
  stroke: #AA182C;
}
.arrows button:hover svg path, .arrows button:focus svg path {
  fill: #FAFAFF;
}
.arrows .slick-disabled {
  opacity: 0.3;
}
.arrows .slick-disabled button svg rect {
  fill: #1E1E1E !important;
  stroke: #1E1E1E !important;
}
.arrows.white button:hover svg rect, .arrows.white button:focus svg rect {
  fill: #AA182C;
  stroke: #AA182C;
}
.arrows.black button:hover svg rect, .arrows.black button:focus svg rect {
  fill: #1E1E1E;
  stroke: #1E1E1E;
}
.arrows.black button:hover svg path, .arrows.black button:focus svg path {
  fill: #FAFAFF;
}

.white-tri-br {
  position: relative;
  overflow: hidden;
  background-color: #FAFAFF;
}
.white-tri-br > .row {
  z-index: 1;
  position: relative;
}
.white-tri-br:after {
  content: url(../../assets/images/white-tri-bottom-right.svg);
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
@media screen and (max-width: 39.9375em) {
  .white-tri-br:after {
    display: none;
  }
}

.white-tri-tl {
  position: relative;
  overflow: hidden;
  background-color: #FAFAFF;
}
.white-tri-tl > .row {
  z-index: 1;
  position: relative;
}
.white-tri-tl:before {
  content: url(../../assets/images/white-tri-tl-2.svg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scale(4.5);
          transform: scale(4.5);
}
@media screen and (max-width: 39.9375em) {
  .white-tri-tl:before {
    display: none;
  }
}
.white-tri-tl:after {
  content: url(../../assets/images/white-tri-tl.svg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media screen and (max-width: 39.9375em) {
  .white-tri-tl:after {
    display: none;
  }
}

section.shortcode {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  section.shortcode {
    margin-bottom: 100px;
  }
}
section.shortcode iframe {
  border-radius: 24px;
}
.blog-grid .wpgb-block-1,
.case-study-grid .wpgb-block-1 {
  font-size: 24px !important;
}
.blog-grid .wpgb-block-2 .wpgb-block-term,
.case-study-grid .wpgb-block-2 .wpgb-block-term {
  display: none !important;
  color: #272D2D;
  font-size: 11px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.blog-grid .wpgb-block-2 .wpgb-block-term:first-of-type,
.case-study-grid .wpgb-block-2 .wpgb-block-term:first-of-type {
  display: inline-block !important;
}
.blog-grid *,
.case-study-grid * {
  text-decoration: none !important;
}
.blog-grid .wpgb-card-media-thumbnail,
.case-study-grid .wpgb-card-media-thumbnail {
  -webkit-transform: none !important;
          transform: none !important;
}
.blog-grid .wpgb-card,
.case-study-grid .wpgb-card {
  overflow: hidden;
  min-height: 420px;
}
@media print, screen and (min-width: 64em) {
  .blog-grid .wpgb-card,
  .case-study-grid .wpgb-card {
    min-height: 480px;
  }
}
.blog-grid .wpgb-card .wpgb-card-media-content,
.case-study-grid .wpgb-card .wpgb-card-media-content {
  position: relative;
}
.blog-grid .wpgb-card .wpgb-card-media-content:before,
.case-study-grid .wpgb-card .wpgb-card-media-content:before {
  content: "";
  position: absolute;
  left: 0PX;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 300px 0 0 600PX;
  border-color: transparent transparent transparent #272D2D;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 1;
  transition: all 0.5s;
}
.blog-grid .wpgb-card .wpgb-card-media-content:hover:before, .blog-grid .wpgb-card .wpgb-card-media-content:focus:before,
.case-study-grid .wpgb-card .wpgb-card-media-content:hover:before,
.case-study-grid .wpgb-card .wpgb-card-media-content:focus:before {
  border-color: transparent transparent transparent #AA182C !important;
}
.blog-grid .wpgb-facet-12,
.case-study-grid .wpgb-facet-12 {
  width: 100%;
}
.blog-grid .wpgb-facet-12 .wpgb-button-label,
.case-study-grid .wpgb-facet-12 .wpgb-button-label {
  color: #272D2D;
  /* Subtitle */
  font-size: 16px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
.blog-grid .wpgb-facet-12 .wpgb-inline-list,
.case-study-grid .wpgb-facet-12 .wpgb-inline-list {
  -webkit-justify-content: SPACE-BETWEEN;
          justify-content: SPACE-BETWEEN;
}
@media screen and (max-width: 39.9375em) {
  .blog-grid .wpgb-facet-12 .wpgb-inline-list,
  .case-study-grid .wpgb-facet-12 .wpgb-inline-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.blog-grid .wpgb-facet-12 .wpgb-inline-list li,
.case-study-grid .wpgb-facet-12 .wpgb-inline-list li {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin: 0;
}
.blog-grid .wpgb-facet-12 .wpgb-button,
.case-study-grid .wpgb-facet-12 .wpgb-button {
  border: none;
  border-bottom: 2px solid #D9D9D9;
  border-radius: 0;
}
.blog-grid .wpgb-facet-12 .wpgb-button:hover, .blog-grid .wpgb-facet-12 .wpgb-button:focus,
.case-study-grid .wpgb-facet-12 .wpgb-button:hover,
.case-study-grid .wpgb-facet-12 .wpgb-button:focus {
  border-bottom-color: #AA182C;
}
.blog-grid .wpgb-facet-12 .wpgb-button:hover .wpgb-button-label, .blog-grid .wpgb-facet-12 .wpgb-button:focus .wpgb-button-label,
.case-study-grid .wpgb-facet-12 .wpgb-button:hover .wpgb-button-label,
.case-study-grid .wpgb-facet-12 .wpgb-button:focus .wpgb-button-label {
  color: #AA182C;
}
.blog-grid .wpgb-facet-12 .wpgb-button[aria-pressed=true],
.case-study-grid .wpgb-facet-12 .wpgb-button[aria-pressed=true] {
  background-color: transparent;
  border-bottom-color: #AA182C;
}
.blog-grid .wpgb-facet-12 .wpgb-button[aria-pressed=true] .wpgb-button-label,
.case-study-grid .wpgb-facet-12 .wpgb-button[aria-pressed=true] .wpgb-button-label {
  color: #AA182C;
}
.blog-grid .wpgb-facet-3 button,
.case-study-grid .wpgb-facet-3 button {
  background-color: #AA182C;
  color: #FAFAFF;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase !important;
}

.careers-grid .wpgb-facet-13 {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 32px;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .careers-grid .wpgb-facet-13 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .careers-grid .wpgb-facet-13 h4.wpgb-facet-title {
    margin-bottom: 32px !important;
  }
}
.careers-grid .wpgb-facet-13 h4 {
  margin-bottom: 0 !important;
  color: #272D2D;
  font-size: 48px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
  text-transform: uppercase;
}
.careers-grid .wpgb-facet-13 fieldset {
  margin-bottom: 0 !important;
}
.careers-grid .wpgb-select {
  height: 44px !important;
}
.careers-grid .wpgb-select option {
  color: #272D2D;
  font-size: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.careers-grid .wpgb-card-body {
  border-radius: 4px !important;
  border: 1px solid #E6E6E6 !important;
}
.careers-grid .wpgb-card-media {
  display: none !important;
  width: 0 !important;
}
.careers-grid .wpgb-card-body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 24px !important;
}
@media screen and (max-width: 39.9375em) {
  .careers-grid .wpgb-card-body {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.careers-grid .wpgb-card-body .wpgb-block-5 {
  margin-right: 32px;
}
.careers-grid .wpgb-card-body .wpgb-block-5 span {
  position: relative;
  background-color: #BD9969;
  padding: 4px 8px;
  border-radius: 4px;
  color: #272D2D !important;
  /* Subtitle */
  font-size: 16px !important;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 18px;
  text-transform: uppercase;
}
.careers-grid .wpgb-card-body .wpgb-block-5 span:before {
  content: url(../../assets/images/icon-address.svg);
  margin-right: 4px;
}
.careers-grid .wpgb-card-body .wpgb-block-1 {
  color: #272D2D !important;
  font-size: 20px !important;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: uppercase;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
@media screen and (max-width: 39.9375em) {
  .careers-grid .wpgb-card-body .wpgb-block-1 {
    width: 100%;
    margin-top: 16px !important;
  }
}
.careers-grid .wpgb-card-body .wpgb-block-2 {
  margin-right: 24px;
}
.careers-grid .wpgb-card-body .wpgb-block-2 span {
  color: #989E9E !important;
  font-size: 20px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.careers-grid .wpgb-card-body .wpgb-block-3 {
  text-align: right;
  color: #989E9E !important;
  font-size: 20px !important;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  .careers-grid .wpgb-card-body .wpgb-block-3 {
    margin-right: 0;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .careers-grid .wpgb-card-body .wpgb-block-4 {
    margin-left: 174px !important;
  }
}

.social-links {
  margin-bottom: 15px;
}

.emergency-cta {
  margin-right: 39px;
}
@media screen and (max-width: 39.9375em) {
  .emergency-cta {
    display: none;
  }
}
.emergency-cta p {
  color: #CC1543;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  text-transform: uppercase;
  margin-bottom: 9px;
}
.emergency-cta a {
  color: #272D2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  transition: all 300ms ease-in-out;
}
.emergency-cta a:hover, .emergency-cta a:focus {
  color: #BD9969;
}
.emergency-cta a svg {
  margin-right: 4px;
}

a.skip-anchor {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 9999999999;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  will-change: transform;
}
a.skip-anchor:focus {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

[tabindex="-1"]:focus {
  outline: none;
}

.accessible {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  border: 0 none !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
}

body.single-post .blog {
  background-color: #F6F5F1;
}
body.single-post .blog .heading {
  margin: 117px 0 102px;
}
body.single-post .blog .heading h1 {
  margin-bottom: 32px;
}
body.single-post .blog .heading .meta {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #25282A;
}
body.single-post .blog .image {
  margin-bottom: 83px;
}
body.single-post .blog .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 442px;
}
body.single-post .blog .content {
  margin-bottom: 62px;
}
body.single-post section.related h2 {
  margin-top: 81px;
}

section.blog {
  margin-bottom: 64px;
}
section.blog .facets {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 96px;
}
@media print, screen and (min-width: 64em) {
  section.blog .facets {
    padding: 0;
  }
}
section.blog .facets .wpgb-facet-1 {
  -webkit-flex-grow: 2;
          flex-grow: 2;
}
section.blog .wp-grid-builder .wpgb-card:hover .wpgb-card-media-overlay, section.blog .wp-grid-builder .wpgb-card:focus .wpgb-card-media-overlay {
  width: 100% !important;
}
section.blog .wp-grid-builder .wpgb-card .wpgb-card-media-overlay {
  opacity: 1 !important;
  height: 6px;
  width: 100%;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background-color: #008ED2;
  width: 0 !important;
  transition: all 300ms ease-in-out;
}
section.blog .wpgb-card-body h3 {
  font-style: normal;
  font-weight: 300 !important;
  font-size: 32px !important;
  line-height: 38px !important;
  color: #008ED2 !important;
}

.social-icons-wrapper {
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.social-icons-wrapper .social-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  overflow: hidden;
}
.social-icons-wrapper .social-icon.Facebook svg {
  padding: 0 !important;
}
.social-icons-wrapper .social-icon svg {
  background-color: #FAFAFF;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 5px;
}
.social-icons-wrapper .social-icon svg path {
  fill: #1E1E1E;
}
.social-icons-wrapper .social-icon:hover svg path {
  fill: #AA182C;
}

.button {
  background-color: #AA182C;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FAFAFF;
  padding: 12px 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  transition: all 300ms ease-in-out;
}
.button span {
  position: relative;
  font-family: "Oswald";
}
.button span:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: rgba(250, 250, 255, 0.33);
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button svg {
  margin-left: 24px;
  position: relative;
}
.button:hover, .button:focus {
  background-color: #1E1E1E;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}
.button.menu {
  background-color: #BD9969;
}
.button.menu:hover, .button.menu:focus {
  background-color: #1E1E1E;
}
.button.black {
  background-color: #1E1E1E;
}
.button.black:hover, .button.black:focus {
  background-color: #AA182C;
}
.button.sticky {
  border: 5px solid #AA182C;
  background-color: #AA182C;
  color: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  margin-bottom: 0;
  -webkit-animation: slit-in-vertical 0.45s ease-out 2s both;
  animation: slit-in-vertical 0.45s ease-out 2s both;
}
@media print, screen and (min-width: 40em) {
  .button.sticky {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .button.sticky {
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .button.sticky span {
    display: none;
  }
  .button.sticky svg {
    -webkit-transform: scale(6);
            transform: scale(6);
    margin-left: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-7-14 11:21:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slit-in-vertical
 * ----------------------------------------
 */
@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  /* overlay color */
  opacity: 0;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */
  }
}
/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #1E1E1E;
}

/* set the iframe element to stretch to fit its parent element */
iframe#vimeo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

section.breadcrumbs {
  margin-top: 58px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #747474;
  text-transform: capitalize;
}
section.breadcrumbs a {
  color: #747474;
  text-decoration: underline;
}
section.breadcrumbs .separator {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  width: 7px;
  height: 11px;
  background: url("../images/breadcrumb-seperator.svg") no-repeat center center;
  background-size: contain;
}

section.breadcrumbs + section[class^=hero] {
  margin-top: 27px;
}

.burger-container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.burger-container #burger {
  width: 27px;
  height: 8px;
  position: relative;
  display: block;
}
.burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #008ED2;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.is-open-right .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-open-right .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.is-open-right .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.is-open-right .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}

.archive.author section.author-archive {
  margin-top: 64px;
}
@media print, screen and (min-width: 40em) {
  .archive.author section.author-archive {
    margin-top: 100px;
  }
}
.archive.author section.author-archive h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 4px;
}

section.author-info {
  margin-top: 120px;
}
@media print, screen and (min-width: 40em) {
  section.author-info {
    margin-top: 220px;
  }
}
section.author-info .author-wrapper {
  padding: 36px;
  background: #f2f2f2;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  gap: 35px;
}
@media print, screen and (min-width: 40em) {
  section.author-info .author-wrapper {
    padding: 84px 64px;
    -ms-grid-columns: 134px minmax(0, 1fr);
    grid-template-columns: 134px minmax(0, 1fr);
  }
  section.author-info .author-wrapper .headshot {
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}
section.author-info h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
section.author-info .bio {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  section.author-info .bio {
    font-size: 18px;
    line-height: 28px;
  }
}
section.author-info .headshot img {
  width: 134px;
  height: 134px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
section.author-info a.button.arrow {
  margin-top: 0;
  justify-self: flex-start;
}

.single-post article + section.author-info {
  margin-top: 76px;
}

section.search-results {
  margin-top: 64px;
}
@media print, screen and (min-width: 40em) {
  section.search-results {
    margin-top: 100px;
  }
}
section.search-results h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}

section.hero.homepage, section.hero.alternative {
  background-color: #FAFAFF;
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  section.hero.homepage, section.hero.alternative {
    padding: 208px 0;
    margin-top: -100px;
  }
}
section.hero.homepage .row, section.hero.alternative .row {
  position: relative;
  z-index: 9;
}
section.hero.homepage h1, section.hero.alternative h1 {
  margin-bottom: 32px;
}
section.hero.homepage span.location, section.hero.alternative span.location {
  background-color: #BD9969;
  padding: 4px;
  border-radius: 4px;
  margin-right: 16px;
  color: #272D2D;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
section.hero.homepage span.employment, section.hero.alternative span.employment {
  color: #989E9E;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  text-transform: uppercase;
}
section.hero.homepage p.subtitle, section.hero.alternative p.subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #AA182C;
  margin: 32px 0;
}
section.hero.homepage .triangle, section.hero.alternative .triangle {
  position: absolute;
}
section.hero.homepage .triangle.triangle-1, section.hero.alternative .triangle.triangle-1 {
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: scale(4.5);
          transform: scale(4.5);
}
@media print, screen and (min-width: 40em) {
  section.hero.homepage .triangle.triangle-1, section.hero.alternative .triangle.triangle-1 {
    -webkit-transform: scale(7);
            transform: scale(7);
  }
}
@media print, screen and (min-width: 64em) {
  section.hero.homepage .triangle.triangle-1, section.hero.alternative .triangle.triangle-1 {
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}
section.hero.homepage .triangle.triangle-2, section.hero.alternative .triangle.triangle-2 {
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: scale(3);
          transform: scale(3);
}
@media print, screen and (min-width: 64em) {
  section.hero.homepage .triangle.triangle-2, section.hero.alternative .triangle.triangle-2 {
    -webkit-transform: scale(7);
            transform: scale(7);
  }
}
section.hero.homepage .media, section.hero.alternative .media {
  background-color: #BD9969;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  height: 600px;
  width: 1300px;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 63.9375em) {
  section.hero.homepage .media, section.hero.alternative .media {
    display: none;
  }
}
section.hero.homepage .media iframe, section.hero.homepage .media video, section.hero.alternative .media iframe, section.hero.alternative .media video {
  height: 100vh;
  width: 100vw;
  border: none;
}
section.hero.homepage .media:before, section.hero.alternative .media:before {
  content: "";
  background: linear-gradient(0deg, rgba(189, 153, 105, 0.85), rgba(189, 153, 105, 0.85));
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.hero.homepage .image, section.hero.alternative .image {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 5;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transform-origin: right;
          transform-origin: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  section.hero.homepage .image, section.hero.alternative .image {
    min-height: 325px;
  }
}
@media print, screen and (min-width: 40em) {
  section.hero.homepage .image, section.hero.alternative .image {
    height: 350px;
  }
}
@media print, screen and (min-width: 64em) {
  section.hero.homepage .image, section.hero.alternative .image {
    margin-bottom: 0;
    position: absolute;
    height: 800px;
    width: 850px;
    top: -100px;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 49%, 100% 100%);
            clip-path: polygon(100% 0, 0 49%, 100% 100%);
    z-index: 2;
    background-blend-mode: multiply, normal;
    background-size: cover !important;
  }
}
@media screen and (max-width: 39.9375em) {
  section.hero.homepage .hero-content, section.hero.alternative .hero-content {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  section.hero.homepage {
    padding: 380px 0 280px;
  }
}
@media print, screen and (min-width: 64em) {
  section.hero.alternative {
    padding: 280px 0 133px;
  }
}
section.hero.alternative .copy {
  margin-bottom: 32px;
}
section.hero.alternative .copy p {
  color: #1E1E1E;
}

.homepage-hero {
  position: relative;
}
.homepage-hero .tri-1 {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1080px 0 0 1920px;
  border-color: transparent transparent transparent #FAFAFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  right: -400px;
  z-index: 4;
  -webkit-filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.03));
}
.homepage-hero .tri-2 {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1080px 0 0 1920px;
  border-color: transparent transparent transparent #FAFAFF;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  right: -750px;
  z-index: 2;
  -webkit-filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.03));
}
.homepage-hero .hero-content {
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  .homepage-hero .hero-content {
    padding-top: 199px;
    padding-bottom: 244px;
  }
}
.homepage-hero p.subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #AA182C;
  margin: 32px 0;
}
.homepage-hero .image {
  position: absolute;
  top: -79px;
  right: 0;
  z-index: 3;
}
@media print, screen and (min-width: 64em) {
  .homepage-hero .image .overlay {
    -webkit-mask-image: url(../../assets/images/hero/hero-right-angle.png);
            mask-image: url(../../assets/images/hero/hero-right-angle.png);
    height: 480px;
    width: 1050px;
    -webkit-mask-position: top right;
            mask-position: top right;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-blend-mode: multiply, normal;
  }
  .homepage-hero .image .overlay .mobile-image {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .homepage-hero .image {
    position: relative;
    z-index: 9;
    top: 0;
  }
  .homepage-hero .image .overlay {
    display: none;
  }
}
.homepage-hero .image .mobile-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .homepage-hero .image .mobile-image {
    display: none;
  }
}
.homepage-hero.v2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media print, screen and (min-width: 64em) {
  .homepage-hero.v2 {
    padding-top: 180px;
    padding-bottom: 248px;
  }
}
.homepage-hero.v2:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), linear-gradient(0deg, #BD9969 0%, #BD9969 100%), lightgray 50%/cover no-repeat;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.homepage-hero.v2 .media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.homepage-hero.v2 .media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 39.9375em) {
  .homepage-hero.v2 .media video {
    display: none;
  }
}
.homepage-hero.v2 .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .homepage-hero.v2 .media img {
    display: none;
  }
}
.homepage-hero.v2 .content-row {
  position: relative;
  z-index: 4;
}
.homepage-hero.v2 .content-row h1 {
  color: #FAFAFF;
  margin-bottom: 0;
}
.homepage-hero.v2 .content-row .copy {
  margin: 32px 0;
}
.homepage-hero.v2 .content-row .copy p {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 112.5% */
  text-transform: uppercase;
}

.stats-wrapper-row {
  position: relative;
  z-index: 5;
  background-color: transparent;
  padding-top: 15px;
}
@media print, screen and (min-width: 64em) {
  .stats-wrapper-row {
    padding-top: 0;
    margin-top: -120px;
  }
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media print, screen and (min-width: 40em) {
  .stats-wrapper-row .stats-wrapper-outer .stats-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 64em) {
  .stats-wrapper-row .stats-wrapper-outer .stats-wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper {
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper {
    padding: 32px;
  }
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 350px 600px;
  border-color: transparent transparent transparent transparent;
  box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: absolute;
  right: -100px;
  bottom: -230px;
  z-index: 0;
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper:nth-child(1) {
  background-color: #AA182C;
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper:nth-child(2) {
  background-color: #1E1E1E;
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper:nth-child(3) {
  background-color: #BD9969;
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper:nth-child(4) {
  background-color: #AA182C;
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper img, .stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper svg {
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper img path, .stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper svg path {
  fill: #FAFAFF;
}
@media screen and (max-width: 39.9375em) {
  .stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper img, .stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper svg {
    display: none;
  }
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper .title {
  font-family: "Open Sans";
  color: #FAFAFF;
  font-size: 26.533px;
  font-style: normal;
  font-weight: 300;
  line-height: 31.508px; /* 118.75% */
  margin-bottom: 0;
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper .number {
  color: #FAFAFF;
  font-family: "Open Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 53.066px; /* 151.617% */
}
@media print, screen and (min-width: 40em) {
  .stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper .number {
    margin-top: 19px;
    margin-bottom: 9px;
  }
}
.stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper .title, .stats-wrapper-row .stats-wrapper-outer .stats-wrapper .wrapper .number {
  position: relative;
  z-index: 1;
}

section.footer-cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  section.footer-cta {
    padding: 75px 0;
  }
}
@media print, screen and (min-width: 64em) {
  section.footer-cta {
    padding: 150px 0;
  }
}
section.footer-cta .content h2, section.footer-cta .content p {
  color: #FAFAFF !important;
}
section.footer-cta .content .copy {
  margin: 32px 0;
}
section.footer-cta .image {
  position: relative;
}
section.footer-cta .wrapper {
  display: none;
}
@media print, screen and (min-width: 64em) {
  section.footer-cta .wrapper {
    display: block;
    position: absolute;
    bottom: -100%;
    right: -20%;
  }
}
@media screen and (min-width: 100em) {
  section.footer-cta .wrapper {
    bottom: -125%;
  }
}

section.footer-form {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 25px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  section.footer-form {
    padding: 150px 0;
  }
}
section.footer-form .content h2, section.footer-form .content p {
  color: #FAFAFF !important;
}
section.footer-form .content .copy {
  margin: 32px 0;
}
section.footer-form .row {
  position: relative;
}
section.footer-form .row .footer-image {
  position: absolute;
  right: 0%;
  bottom: -30%;
}
@media screen and (max-width: 63.9375em) {
  section.footer-form .row .footer-image {
    display: none;
  }
}

section.intro {
  background-color: #1E1E1E;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  section.intro {
    padding-bottom: 110px;
    padding-top: 0;
  }
  section.intro .row {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media screen and (max-width: 39.9375em) {
  section.intro .image-wrapper {
    margin-bottom: 30px;
  }
}
section.intro .image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
section.intro .content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-end;
          align-content: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.intro .content h2 {
  color: #FAFAFF !important;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
  section.intro .content h2 {
    margin-top: 40px;
  }
}
section.intro .content .copy {
  margin-bottom: 32px;
}

section.capabilities {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media print, screen and (min-width: 64em) {
  section.capabilities {
    padding: 150px 0;
  }
}
section.capabilities .subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #AA182C;
}
section.capabilities .cap-row {
  display: -webkit-flex;
  display: flex;
}
section.capabilities .cap-row .cap {
  padding: 16px;
}
section.capabilities .cap-row .cap .wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  padding: 32px;
  border-radius: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
          align-content: flex-end;
}
section.capabilities .cap-row .cap .wrapper:hover:before, section.capabilities .cap-row .cap .wrapper:focus:before {
  opacity: 1;
}
section.capabilities .cap-row .cap .wrapper:hover:after, section.capabilities .cap-row .cap .wrapper:focus:after {
  border-color: transparent transparent transparent #AA182C;
}
section.capabilities .cap-row .cap .wrapper:before {
  content: "";
  background: linear-gradient(0deg, rgba(39, 45, 45, 0.66), rgba(39, 45, 45, 0.66));
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
section.capabilities .cap-row .cap .wrapper:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 300px 0 0 950px;
  border-color: transparent transparent transparent #1E1E1E;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 39.9375em) {
  section.capabilities .cap-row .cap .wrapper:after {
    border-width: 300px 0 0 670px;
  }
}
section.capabilities .cap-row .cap .wrapper h3 {
  width: 100%;
  margin-top: 200px;
  font-style: normal;
  font-weight: BOLD;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FAFAFF !important;
  margin-bottom: 12px;
  padding-right: 20px;
}
@media print, screen and (min-width: 40em) {
  section.capabilities .cap-row .cap .wrapper h3 {
    padding-right: 0;
    font-size: 36px;
    line-height: 42px;
    margin-top: 234px;
  }
}
section.capabilities .cap-row .cap .wrapper p.summary {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FAFAFF;
  max-width: 291px;
}
section.capabilities .cap-row .cap .wrapper h3, section.capabilities .cap-row .cap .wrapper p.summary {
  position: relative;
  z-index: 3;
}

section.capabilities-slider {
  background-color: #FAFAFF;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
section.capabilities-slider .heading {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 39.9375em) {
  section.capabilities-slider .heading {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section.capabilities-slider .heading h2, section.capabilities-slider .heading p {
  color: #1E1E1E !important;
}
section.capabilities-slider .heading .subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #AA182C !important;
}
section.capabilities-slider .slick-list {
  overflow: visible !important;
}
section.capabilities-slider .slick-list .slick-track {
  margin: 0 -16px;
  display: -webkit-flex !important;
  display: flex !important;
}
section.capabilities-slider .slick-list .slick-track .slick-slide {
  margin: 0 16px;
  opacity: 0.4;
  height: auto !important;
  transition: all 300ms ease-in-out;
}
section.capabilities-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
section.capabilities-slider .slick-list .slick-track .slick-slide > div h3, section.capabilities-slider .slick-list .slick-track .slick-slide > div .summary {
  opacity: 0.3;
}
section.capabilities-slider .slick-list .slick-track .slick-slide.slick-current {
  opacity: 1;
}
section.capabilities-slider .slick-list .slick-track .slick-slide.slick-current h3, section.capabilities-slider .slick-list .slick-track .slick-slide.slick-current .summary {
  opacity: 1;
}
section.capabilities-slider .wrapper {
  display: block;
  border-radius: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  outline: none;
  text-decoration: none;
}
section.capabilities-slider .wrapper:hover:before, section.capabilities-slider .wrapper:focus:before {
  opacity: 1;
}
section.capabilities-slider .wrapper:hover:after, section.capabilities-slider .wrapper:focus:after {
  border-color: transparent transparent transparent #AA182C;
}
section.capabilities-slider .wrapper:before {
  content: "";
  background: linear-gradient(0deg, rgba(39, 45, 45, 0.66), rgba(39, 45, 45, 0.66));
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
section.capabilities-slider .wrapper:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 350px 0 0 600px;
  border-color: transparent transparent transparent #1E1E1E;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 39.9375em) {
  section.capabilities-slider .wrapper:after {
    border-width: 270px 0 0 600px;
  }
}
section.capabilities-slider .wrapper .inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
          align-content: flex-end;
}
@media screen and (max-width: 39.9375em) {
  section.capabilities-slider .wrapper .inner {
    padding: 16px;
    padding-bottom: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section.capabilities-slider .wrapper h3 {
  margin-top: 190px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FAFAFF !important;
  margin-bottom: 12px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  section.capabilities-slider .wrapper h3 {
    margin-top: 234px;
    font-size: 36px;
  }
}
section.capabilities-slider .wrapper p.summary {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FAFAFF;
  max-width: 291px;
}
section.capabilities-slider .wrapper h3, section.capabilities-slider .wrapper p.summary {
  position: relative;
  z-index: 3;
}

section.services {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  section.services {
    padding: 150px 0;
  }
}
section.services .heading {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 39.9375em) {
  section.services .heading {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section.services .heading h2, section.services .heading p {
  color: #FAFAFF !important;
}
section.services .heading .subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FAFAFF;
}
section.services .slider-outer {
  position: relative;
}
section.services .slider-outer .inner {
  width: 100%;
}
section.services .slider-outer .inner .services-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
section.services .slider-outer .inner .services-slider .slick-track {
  display: -webkit-flex !important;
  display: flex !important;
}
section.services .slider-outer .inner .services-slider .slick-list {
  margin: 0 -16px;
}
section.services .slider-outer .inner .services-slider .slick-list .slick-slide {
  margin: 0 16px;
  height: auto !important;
}
section.services .slider-outer .inner .services-slider .slick-list .slick-slide > div {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  section.services .slider-outer .inner .services-slider {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  section.services .slider-outer .inner .services-slider {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
section.services .slider-outer .inner .services-slider .wrapper {
  border: 1px solid #363A3A;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
}
section.services .slider-outer .inner .services-slider .wrapper .inner-wrapper {
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
section.services .slider-outer .inner .services-slider .wrapper h3, section.services .slider-outer .inner .services-slider .wrapper p {
  color: #FAFAFF !important;
}
section.services .slider-outer .inner .services-slider .wrapper h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FAFAFF;
  margin-bottom: 0;
}
section.services .slider-outer .inner .services-slider .wrapper div.copy {
  margin-top: 23px;
}
section.services .slider-outer .inner .services-slider .wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FAFAFF;
}
section.services .cta {
  margin-top: 32px;
}

section.testimonials {
  padding: 50px 0;
}
@media print, screen and (min-width: 64em) {
  section.testimonials {
    padding: 150px 0;
  }
}
section.testimonials .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 39.9375em) {
  section.testimonials .heading {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.testimonials .heading h2 {
    margin-bottom: 20px;
  }
}
section.testimonials .testimonial-slider {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  section.testimonials .testimonial-slider {
    margin-bottom: 140px;
  }
}
section.testimonials .testimonial-slider .slick-track {
  display: -webkit-flex !important;
  display: flex !important;
}
section.testimonials .testimonial-slider .slick-list {
  margin: 0 -16px;
}
section.testimonials .testimonial-slider .slick-list .slick-slide {
  margin: 0 16px;
  height: auto !important;
}
section.testimonials .testimonial-slider .slick-list .slick-slide > div {
  height: 100%;
}
section.testimonials .testimonial-slider .wrapper {
  padding: 38px 32px;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
  height: 100%;
}
section.testimonials .testimonial-slider .wrapper svg {
  margin-bottom: 30px;
}
section.testimonials .testimonial-slider .wrapper .testimony {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
  color: #272D2D;
}
@media print, screen and (min-width: 40em) {
  section.testimonials .testimonial-slider .wrapper .testimony {
    font-size: 32px;
  }
}
section.testimonials .stats-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media print, screen and (min-width: 40em) {
  section.testimonials .stats-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 64em) {
  section.testimonials .stats-wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
section.testimonials .stats-wrapper .wrapper {
  border-radius: 24px;
  padding: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  section.testimonials .stats-wrapper .wrapper {
    aspect-ratio: 295/268;
  }
}
section.testimonials .stats-wrapper .wrapper:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 350px 600px;
  border-color: transparent transparent transparent transparent;
  box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: absolute;
  right: -100px;
  bottom: -230px;
  z-index: 0;
}
section.testimonials .stats-wrapper .wrapper:nth-child(1) {
  background-color: #AA182C;
}
section.testimonials .stats-wrapper .wrapper:nth-child(2) {
  background-color: #1E1E1E;
}
section.testimonials .stats-wrapper .wrapper:nth-child(3) {
  background-color: #BD9969;
}
section.testimonials .stats-wrapper .wrapper:nth-child(4) {
  background-color: #AA182C;
}
section.testimonials .stats-wrapper .wrapper .title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #FAFAFF !important;
}
section.testimonials .stats-wrapper .wrapper .number {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #FAFAFF;
}
section.testimonials .stats-wrapper .wrapper .title, section.testimonials .stats-wrapper .wrapper .number {
  position: relative;
  z-index: 1;
}

section.insight {
  position: relative;
  padding: 30px 0;
}
@media print, screen and (min-width: 64em) {
  section.insight {
    padding-top: 280px;
    padding-bottom: 150px;
  }
}
section.insight .row {
  position: relative;
  z-index: 5;
}
section.insight .row img {
  border-radius: 24px;
}
@media screen and (max-width: 63.9375em) {
  section.insight .row img {
    margin-bottom: 12px;
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  section.insight .row img {
    display: block;
  }
}
section.insight .triangle {
  position: absolute;
}
section.insight .triangle.triangle-1 {
  top: -200px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 63.9375em) {
  section.insight .triangle.triangle-1 {
    display: none;
  }
}
@media screen and (min-width: 137.5em) {
  section.insight .triangle.triangle-1 {
    display: none;
  }
}
section.insight .triangle.triangle-2 {
  right: 0;
  bottom: 10%;
}
@media screen and (max-width: 63.9375em) {
  section.insight .triangle.triangle-2 {
    display: none;
  }
}
@media screen and (min-width: 137.5em) {
  section.insight .triangle.triangle-2 {
    display: none;
  }
}
section.insight .triangle.triangle-4 {
  bottom: -10px;
  right: -10px;
  z-index: 6;
  stroke: transparent;
  stroke-width: 0px;
}
@media screen and (max-width: 63.9375em) {
  section.insight .triangle.triangle-4 {
    display: none;
  }
}
section.insight .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
          align-content: center;
  position: relative;
}
section.insight .content .triangle-3 {
  position: absolute;
  z-index: 1;
  left: 30%;
  bottom: -100PX;
}
@media screen and (max-width: 63.9375em) {
  section.insight .content .triangle-3 {
    display: none;
  }
}
@media screen and (min-width: 137.5em) {
  section.insight .content .triangle-3 {
    display: none;
  }
}
section.insight .content h2, section.insight .content .subtitle, section.insight .content .copy, section.insight .content .button {
  z-index: 5;
}
section.insight .content h2 {
  margin-bottom: 31px;
}
@media print, screen and (min-width: 64em) {
  section.insight .content h2 {
    margin-bottom: 62px;
  }
}
section.insight .content .subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #1E1E1E;
  margin-bottom: 32px;
}
section.insight .content .copy {
  margin-bottom: 32px;
}
section.insight .content .copy p {
  color: #1E1E1E !important;
}
section.insight .content .button {
  margin-right: 16px;
}

section.industry,
section.work {
  background-color: #1E1E1E;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 64em) {
  section.industry,
  section.work {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
section.industry h2,
section.work h2 {
  color: #FAFAFF !important;
  margin-bottom: 32px;
}
section.industry .card-wrapper,
section.work .card-wrapper {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media print, screen and (min-width: 40em) {
  section.industry .card-wrapper,
  section.work .card-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
section.industry .card-wrapper .card,
section.work .card-wrapper .card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #363A3A;
}
section.industry .card-wrapper .card img, section.industry .card-wrapper .card svg,
section.work .card-wrapper .card img,
section.work .card-wrapper .card svg {
  margin-bottom: 30px;
}
section.industry .card-wrapper .card h3,
section.work .card-wrapper .card h3 {
  color: #FAFAFF !important;
  margin-bottom: 24px;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
  .page-id-5055 section.industry .card-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, screen and (min-width: 64em) {
  section.work .card-wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  section.work .card-wrapper .card:last-of-type, section.work .card-wrapper .card:nth-last-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

section.position {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 64em) {
  section.position {
    padding-bottom: 150px;
  }
}
section.position h2 {
  margin-bottom: 32px;
}
section.position .card-wrapper {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media print, screen and (min-width: 64em) {
  section.position .card-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
section.position .card-wrapper .card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #E6E6E6;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
section.position .card-wrapper .card h3 {
  margin-bottom: 24px;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}

.page-id-5191 section.work {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .page-id-5191 section.work {
    margin-bottom: 150px;
  }
}

section.national {
  position: relative;
  margin: 25px 0;
}
@media print, screen and (min-width: 64em) {
  section.national {
    margin-top: -162px;
    padding-bottom: 74px;
  }
}
section.national .bg-tri {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  display: none;
}
section.national > .row {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  section.national > .row {
    display: -webkit-flex;
    display: flex;
  }
  section.national > .row .content {
    -webkit-order: 2;
            order: 2;
  }
  section.national > .row .image {
    -webkit-order: 1;
            order: 1;
  }
  section.national > .row .benefits {
    -webkit-order: 3;
            order: 3;
  }
  section.national > .row .cta {
    -webkit-order: 4;
            order: 4;
  }
}
section.national .content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-end;
          align-content: flex-end;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.national .content h2 {
  margin-bottom: 32px;
}
section.national .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 63.9375em) {
  section.national .image img {
    margin-bottom: 30px;
  }
}
section.national .benefits {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media print, screen and (min-width: 40em) {
  section.national .benefits {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 64em) {
  section.national .benefits {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
section.national .benefits .card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  aspect-ratio: 101/61;
}
section.national .benefits .card h3 {
  color: #1E1E1E !important;
  margin-bottom: 24px;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
section.national .cta {
  margin-top: 32px;
}

section.history {
  background-color: #FAFAFF;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  section.history {
    padding-bottom: 150px;
  }
}
section.history .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  section.history .heading {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media screen and (max-width: 39.9375em) {
  section.history .heading h1 {
    width: 100%;
  }
}
section.history .heading h1:before {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  section.history .heading .arrows {
    margin: 25px 0;
  }
}
section.history .progress-wrapper {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  section.history .progress-wrapper {
    margin: 50px 0;
  }
}
section.history .progress-wrapper .labels {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 39.9375em) {
  section.history .progress-wrapper .labels {
    display: none;
  }
}
section.history .progress-wrapper .labels .label {
  color: #272D2D;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
section.history .progress-wrapper .labels .label:hover, section.history .progress-wrapper .labels .label:focus {
  color: #AA182C;
}
section.history .progress-wrapper .progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #D9D9D9;
  background-image: linear-gradient(to right, #AA182C, #AA182C);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
section.history .history-wrapper .slick-list {
  overflow: visible !important;
}
section.history .history-wrapper .slick-list .slick-track {
  display: -webkit-flex !important;
  display: flex !important;
}
@media print, screen and (min-width: 40em) {
  section.history .history-wrapper .slick-list .slick-track {
    margin: 0 -16px;
  }
}
@media print, screen and (min-width: 40em) {
  section.history .history-wrapper .slick-list .slick-track .slick-slide {
    margin: 0 16px;
    height: inherit !important;
    MAX-WIDTH: 950px;
    max-height: 434px;
  }
}
@media print, screen and (min-width: 40em) {
  section.history .history-wrapper .slick-list .slick-track .slick-slide > div {
    height: 100%;
  }
}
section.history .history-wrapper .history-slider .card {
  height: 100%;
  background: transparent;
  overflow: hidden;
  width: unset !important;
  padding: 20px;
}
@media print, screen and (min-width: 40em) {
  section.history .history-wrapper .history-slider .card {
    padding: 0;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
  }
}
section.history .history-wrapper .history-slider .card p.year {
  color: #363A3A;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 40em) {
  section.history .history-wrapper .history-slider .card.noimage {
    padding: 48px;
    max-width: 513px;
  }
}
section.history .history-wrapper .history-slider .card.withimage {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  section.history .history-wrapper .history-slider .card.withimage {
    width: 200%;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  section.history .history-wrapper .history-slider .card.withimage .content {
    width: 58%;
    padding: 48px;
  }
  section.history .history-wrapper .history-slider .card.withimage .image {
    width: 42%;
  }
}
section.history .history-wrapper .history-slider .card.withimage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 39.9375em) {
  section.history .history-wrapper .history-slider .card.withimage img {
    margin-top: 25px;
  }
}

section.locations {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 20px;
  padding: 50px 0;
}
@media print, screen and (min-width: 64em) {
  section.locations {
    padding: 250px 0;
    margin-top: 0;
  }
}
section.locations .content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.locations .content h2 {
  color: #FAFAFF !important;
}
section.locations .content .copy {
  margin: 32px 0;
}
section.locations .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.partners {
  padding: 50px 0;
}
@media print, screen and (min-width: 64em) {
  section.partners {
    padding: 150px 0;
  }
}
section.partners .heading {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 39.9375em) {
  section.partners .heading {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section.partners .partners-wrapper {
  margin-bottom: 32px;
}
section.partners .partners-wrapper .slick-list {
  overflow: visible !important;
}
section.partners .partners-wrapper .slick-list .slick-track {
  margin: 0 -16px;
}
section.partners .partners-wrapper .slick-list .slick-track .slick-slide {
  margin: 0 16px;
  transition: all 300ms ease-in-out;
}
section.partners .partners-wrapper .slick-list .slick-track .slick-slide div {
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  padding: 32px;
}
section.partners .partners-wrapper .partners-slider img {
  display: inline-block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 63.9375em) {
  section.partners .button {
    margin-top: 25px;
  }
}

section.content-columns {
  padding-bottom: 0px;
}
@media print, screen and (min-width: 64em) {
  section.content-columns {
    padding-bottom: 150px;
  }
}
section.content-columns:after {
  display: none;
}
section.content-columns .row .column .wrapper {
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  padding: 32px;
}
@media screen and (max-width: 63.9375em) {
  section.content-columns .row .column .wrapper {
    margin-bottom: 30px;
  }
}
section.content-columns .row .column .wrapper p.title {
  text-align: center;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: BOLD;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #CC1543;
}

section.contact {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}
@media screen and (max-width: 39.9375em) {
  section.contact {
    padding-bottom: 50px;
  }
}
section.contact p.heading {
  color: #272D2D;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}
section.contact .wrapper {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  margin-bottom: 32px;
}
section.contact .wrapper.locations {
  padding: 32px;
}
section.contact .wrapper.locations:last-of-type {
  margin-bottom: 0;
}
section.contact .wrapper.locations .copy a {
  color: #1E1E1E;
}
section.contact .wrapper .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 39.9375em) {
  section.contact .wrapper .image img {
    min-height: 175px;
  }
}
section.contact .wrapper .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  padding: 32px;
}
@media print, screen and (min-width: 40em) {
  section.contact .wrapper .content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 64em) {
  section.contact .wrapper .content {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
section.contact .wrapper .content .button {
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  section.contact .wrapper .content .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 63.9375em) {
  section.contact .wrapper .content .details {
    margin-bottom: 25px;
  }
  section.contact .wrapper .content .details:last-of-type {
    margin-bottom: 0;
  }
}
section.contact .wrapper .content .details .copy {
  color: #272D2D;
}
section.contact .wrapper .content .details .copy a {
  color: #1E1E1E;
}
section.contact .map-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 63.9375em) {
  section.contact .map-wrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 63.9375em) {
  section.contact .location-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 39.9375em) {
  section.contact .location-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
section.contact.contact-v2 .content .details h2 {
  color: #272D2D;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}
section.contact.contact-v2 .content .details .copy p {
  color: #1E1E1E;
}

section.case-study {
  position: relative;
  z-index: 1;
}
section.case-study .labels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media print, screen and (min-width: 40em) {
  section.case-study .labels {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media print, screen and (min-width: 64em) {
  section.case-study .labels {
    gap: 30px;
  }
}
section.case-study .labels .title {
  color: #989E9E !important;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.case-study .labels .content {
  color: #1E2121;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
section.case-study .image {
  margin: 25px 0;
}
@media print, screen and (min-width: 40em) {
  section.case-study .image {
    margin: 55px 0 64px;
  }
}
section.case-study .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media print, screen and (min-width: 64em) {
  section.case-study .image img {
    max-height: 640px;
  }
}
section.case-study .quote {
  margin-bottom: 54px;
  background-color: #AA182C;
  padding: 48px;
  position: relative;
}
section.case-study .quote:before {
  content: url("../../assets/images/icon-quote.svg");
  position: absolute;
  top: 10px;
  left: 0;
}
section.case-study .quote p {
  color: #FAFAFF !important;
}
section.case-study .quote p.text {
  color: #FAFAFF;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 19px;
}
section.case-study .quote p.name, section.case-study .quote p.company {
  color: #FAFAFF;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 0;
}
section.case-study .quote p.company {
  font-size: 20px;
  font-weight: 200;
}
section.case-study .content-body .copy {
  margin-bottom: 54px;
}

section.gallery {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media print, screen and (min-width: 40em) {
  section.gallery {
    margin-top: 150px;
  }
}
section.gallery .heading {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 39.9375em) {
  section.gallery .heading {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
section.gallery .heading h2, section.gallery .heading p {
  color: #1E1E1E !important;
}
section.gallery .heading .subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #AA182C !important;
}
section.gallery .slick-list {
  overflow: visible !important;
}
section.gallery .slick-list .slick-track {
  margin: 0 -16px;
}
section.gallery .slick-list .slick-track .slick-slide {
  margin: 0 16px;
  transition: all 300ms ease-in-out;
}
@media print, screen and (min-width: 40em) {
  section.gallery .slick-list .slick-track .slick-slide {
    height: 400px;
  }
}
section.gallery .slick-list .slick-track .slick-slide div {
  height: inherit !important;
}
section.gallery .slick-list .slick-track .slick-slide div img {
  height: inherit !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

section.related {
  position: relative;
  z-index: 1;
  margin: 50px 0;
}
@media print, screen and (min-width: 64em) {
  section.related {
    margin: 150px 0;
  }
}
section.related h2 {
  margin-bottom: 32px;
}
section.related .related-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media print, screen and (min-width: 40em) {
  section.related .related-wrapper {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  section.related .related-wrapper {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
section.related .related-wrapper .card {
  border-radius: 24px;
  position: relative;
  padding: 48px;
  padding-right: 78px;
  overflow: hidden;
  text-decoration: none !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  section.related .related-wrapper .card {
    aspect-ratio: 404/434;
  }
}
section.related .related-wrapper .card:hover svg path, section.related .related-wrapper .card:focus svg path {
  fill: #AA182C;
}
section.related .related-wrapper .card img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.related .related-wrapper .card svg {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  section.related .related-wrapper .card svg {
    bottom: -80px;
  }
}
section.related .related-wrapper .card svg path {
  transition: all 300ms ease-in-out;
}
section.related .related-wrapper .card h3, section.related .related-wrapper .card span {
  position: relative;
  z-index: 3;
}
section.related .related-wrapper .card h3.title {
  margin-top: 184px;
  color: #FAFAFF !important;
  font-size: 24px;
  font-family: Oswald;
  font-weight: 300;
  line-height: 28px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  section.related .related-wrapper .card h3.title {
    padding-right: 30px;
  }
}
section.related .related-wrapper .card span {
  color: #FAFAFF;
  font-size: 16px;
  font-family: Oswald;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  section.related .related-wrapper .card span {
    margin-top: 52px;
  }
}
section.related .related-wrapper .card span.cat {
  color: #1E1E1E;
  background-color: #FAFAFF;
  padding: 8PX 12px;
  border-radius: 17px;
  color: #272D2D;
  font-size: 11px;
  font-family: Oswald;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 0;
  display: none;
}
section.related .related-wrapper .card span.cat:first-of-type {
  display: inline-block;
}
/*# sourceMappingURL=site.css.map */