@font-face {
  font-family: "basel_grotesk";
  src: url("../assets/fonts/basel-grotesk-bold-italic-webfont.woff2") format("woff2"), url("../assets/fonts/basel-grotesk-bold-italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "basel_grotesk";
  src: url("../assets/fonts/basel-grotesk-bold-webfont.woff2") format("woff2"), url("../assets/fonts/basel-grotesk-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "basel_grotesk";
  src: url("../assets/fonts/basel-grotesk-italic-webfont.woff2") format("woff2"), url("../assets/fonts/basel-grotesk-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "basel_grotesk";
  src: url("../assets/fonts/basel-grotesk-regular-webfont.woff2") format("woff2"), url("../assets/fonts/basel-grotesk-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "basel_grotesk";
  src: url("../assets/fonts/basel-grotesk-thin-italic-webfont.woff2") format("woff2"), url("../assets/fonts/basel-grotesk-thin-italic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "basel_grotesk";
  src: url("../assets/fonts/basel-grotesk-thin-webfont.woff2") format("woff2"), url("../assets/fonts/basel-grotesk-thin-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "rockface";
  src: url("../assets/fonts/rockface-bold-webfont.woff2") format("woff2"), url("../assets/fonts/rockface-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rockface";
  src: url("../assets/fonts/rockface-light-webfont.woff2") format("woff2"), url("../assets/fonts/rockface-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "rockface";
  src: url("../assets/fonts/rockface-regular-webfont.woff2") format("woff2"), url("../assets/fonts/rockface-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

html.noScroll, body.noScroll {
  overflow: hidden;
}

html {
  -ms-content-zooming: none;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
.fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -webkit-transition: opacity 0.125s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.fade:hover, .fade:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.clear {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

figure {
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 24px;
  line-height: 1.5;
  font-family: "basel_grotesk", serif;
  font-weight: 400;
  color: #373A36;
  letter-spacing: -0.48px;
}
body p {
  font-family: "basel_grotesk", serif;
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1299px) {
  body {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  body {
    font-size: 18px;
    line-height: 1.55;
  }
}
body.page-template-template-home {
  background: #E7E9E9;
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 75px;
  padding: 0 75px;
  box-sizing: border-box;
}
.contain.contain-sm {
  max-width: 1000px;
}
@media only screen and (max-width: 1199px) {
  .contain {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .contain {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .contain {
    padding: 0 25px !important;
    width: 100%;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  .contain {
    padding: 0 40px !important;
  }
}
@media only screen and (max-width: 349px) {
  .contain {
    padding: 0 20px !important;
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .hidden-mob {
    display: none !important;
  }
  .visible-mob {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: inline-block !important;
  }
}
/****TYPOGRAPHY****/
a.pill {
  color: inherit;
  border-radius: 27px;
  line-height: 52px;
  height: 52px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 0 32px;
  min-width: 200px;
  text-align: center;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.15s ease;
}
a.pill:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  a.pill {
    font-size: 14px;
    min-width: 120px;
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  a.pill {
    font-size: 14px;
    min-width: unset;
    height: 40px;
    line-height: 40px;
  }
}

h1, h2, h3, h4, h5 {
  display: table;
  position: relative;
}

h1, .h1 {
  font-family: "rockface", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -3px;
}

h2, .h2 {
  color: #373A36;
  font-family: "rockface", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  letter-spacing: -3px;
}

h3 {
  color: inherit;
  font-family: "rockface", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  font-size: 11px;
  font-family: "rockface", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h5 {
  font-size: 11px;
  font-family: "rockface", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9B9B9B;
}

button, .btn {
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
}
button:focus-visible, .btn:focus-visible {
  outline: 2px solid #000;
  outline-color: inherit;
  outline-offset: 2px;
}

.button, .button:visited {
  background: #A92024;
  color: #fff;
  padding: 0 40px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  font-family: "rockface", sans-serif;
  border: 1px solid #A92024;
  display: inline-block;
  transition: all 0.15s ease;
}
.button:hover, .button:visited:hover {
  background: #fff;
  color: #A92024;
  transition: all 0.15s ease;
}

@media only screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 65px;
  }
  h2, .h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 20px;
  }
  h4, h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1299px) {
  h1, .h1 {
    font-size: 54px;
  }
  h2, .h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 48px;
    font-style: normal;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.44px;
  }
  h2, .h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 48px;
    font-style: normal;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.44px;
  }
  h2, .h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 44px;
    font-style: normal;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.44px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h2 br, .h2 br {
    display: none;
  }
  h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h2 br, .h2 br {
    display: none;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  h1, .h1 {
    font-size: 30px;
    font-style: normal;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.44px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 14px;
  }
}
.page-wrap p {
  word-wrap: break-word;
  hyphens: auto;
}
.page-wrap p + p {
  margin-top: 20px;
}
.page-wrap h1, .page-wrap h2, .page-wrap h3 {
  margin-bottom: 10px;
}
.page-wrap h1:not(:first-child), .page-wrap h2:not(:first-child), .page-wrap h3:not(:first-child) {
  margin-top: 40px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #373A36;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#status {
  width: 220px;
  height: auto;
}
#status svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #status {
    width: 180px;
  }
}
/** FIlters  */
#filters {
  position: relative;
  color: inherit;
  border-radius: 27px;
  line-height: 52px;
  height: 52px;
  border: 2px solid #373A36;
  color: #fff;
  background: #373A36;
  display: inline-block;
  padding: 0 20px 0 20px;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
  /*&:after{
     content:'\f107';
     font-family:"Font Awesome 6 Pro";
     font-weight:400;
     color:$bixbite;
     font-size: 14px;
     font-style: normal;
     font-weight: 900;
     line-height: normal;
     text-transform: uppercase;
     position:absolute;
     right:10px;
     top:50%;
     transform:translateY(-50%);
  }*/
}
#filters i {
  padding-left: 15px;
}
#filters:hover {
  background: transparent;
  color: #373A36;
  text-decoration: none;
  transition: all 0.15s ease;
}
#filters:hover:after {
  color: #373A36;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #filters {
    height: 48px;
    line-height: 44px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  #filters {
    font-size: 10px;
    min-width: unset;
    height: 40px;
    line-height: 40px;
  }
}

/**COLUMN STYLES**/
.col-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.col-wrap .col {
  box-sizing: border-box;
  width: 50%;
}
.col-wrap.col-2 .col {
  width: 50%;
}
.col-wrap.col-3 .col {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .col-wrap.col-2 .col {
    width: 100%;
  }
  .col-wrap.col-3 .col {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .col-wrap.col-3 .col {
    width: calc(50% - 5px);
  }
}
.col-wrap.text-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  text-align: left;
}
.col-wrap.text-cols h3 {
  margin-bottom: 35px;
}
.col-wrap.text-cols .col-rt {
  padding-top: 70px;
  align-self: stretch;
  justify-content: stretch;
  display: flex;
  align-items: flex-end;
}
.col-wrap.text-cols .col-rt:before {
  width: 100vw;
  height: 2px;
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
}
.col-wrap.text-cols .col-rt p {
  max-width: 600px;
}
.col-wrap.text-cols .col-rt a.pill {
  margin-top: 55px;
}
.col-wrap.text-cols.align-end {
  align-items: flex-end;
}
.col-wrap.text-cols.align-end .col-rt:before {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .col-wrap.text-cols .col-rt p {
    max-width: 705px;
  }
}
@media only screen and (max-width: 991px) {
  .col-wrap.text-cols h3 {
    margin-bottom: 15px;
  }
  .col-wrap.text-cols .col-rt {
    width: 100%;
    padding-top: 25px;
  }
  .col-wrap.text-cols .col-rt:before {
    top: 0;
  }
  .col-wrap.text-cols .col-rt a.pill {
    margin-top: 40px;
  }
  .col-wrap.text-cols .col-lt {
    width: 100%;
    padding-bottom: 25px;
  }
}

.bixbite {
  color: #373A36;
}
.bixbite p {
  color: #373A36;
}
.bixbite a.pill {
  border-color: #373A36;
  background-color: #373A36;
  color: #fff;
}
.bixbite a.pill:hover {
  color: #373A36;
  background-color: #E7E9E9;
}
.bixbite .col-wrap.text-cols .col-rt {
  position: relative;
}
.bixbite .col-wrap.text-cols .col-rt:before {
  background: #373A36;
}

.lazurite {
  color: #285D6F;
}
.lazurite p {
  color: #373A36;
}
.lazurite a.pill {
  border-color: #373A36;
  background-color: #373A36;
  color: #fff;
}
.lazurite a.pill:hover {
  color: #373A36;
  background: transparent;
}
.lazurite .col-wrap.text-cols .col-rt {
  position: relative;
}
.lazurite .col-wrap.text-cols .col-rt:before {
  background: #373A36;
}

.prasiolite {
  color: #373A36;
}
.prasiolite p {
  color: #373A36;
}
.prasiolite a.pill {
  border-color: #373A36;
  background-color: #373A36;
  color: #fff;
}
.prasiolite a.pill:hover {
  color: #373A36;
}
.prasiolite .col-wrap.text-cols .col-rt {
  position: relative;
}
.prasiolite .col-wrap.text-cols .col-rt:before {
  background: #373A36;
}

.zeolite {
  color: #373A36;
}
.zeolite p {
  color: #373A36;
}
.zeolite a.pill {
  border-color: #373A36;
  background-color: #373A36;
  color: #fff;
}
.zeolite a.pill:hover {
  color: #373A36;
  background-color: transparent;
}
.zeolite .col-wrap.text-cols .col-rt {
  position: relative;
}
.zeolite .col-wrap.text-cols .col-rt:before {
  background: #373A36;
}

.figures {
  padding-right: 15px;
}
.figures .figures-grid {
  display: grid;
  grid-template-columns: calc(33.33% - 36px) calc(33.33% - 36px) auto;
  grid-gap: 0 54px;
  padding: 100px 0 50px;
}
.figures .figures-grid .figure {
  min-height: 218px;
  text-align: left;
}
.figures .figures-grid .figure .lg {
  color: #FFF;
  font-family: "basel_grotesk", serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 330;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.figures .figures-grid .figure p {
  color: #D0D3D4;
  font-family: "basel_grotesk", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 430;
  line-height: 28px;
}
@media only screen and (max-width: 1199px) {
  .figures .figures-grid {
    padding: 80px 0 100px;
  }
  .figures .figures-grid .figure .lg {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 330;
    line-height: 70px; /* 87.5% */
  }
}
@media only screen and (max-width: 991px) {
  .figures .figures-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    grid-gap: 50px 30px;
    padding: 80px 0 80px;
  }
  .figures .figures-grid .figure {
    min-height: unset;
  }
  .figures .figures-grid .figure + .figure {
    margin-top: 0px;
  }
  .figures .figures-grid .figure .lg {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 330;
    line-height: 70px; /* 87.5% */
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .figures .figures-grid {
    display: block;
    padding: 80px 0 80px;
  }
  .figures .figures-grid .figure {
    min-height: unset;
  }
  .figures .figures-grid .figure + .figure {
    margin-top: 50px;
  }
  .figures .figures-grid .figure .lg {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 330;
    line-height: 70px; /* 87.5% */
  }
  .figures .figures-grid .figure p br {
    display: none;
  }
}

ul.section-nav {
  display: inline-block;
  position: absolute;
  right: 36px;
  z-index: 3;
}
ul.section-nav li {
  clear: both;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
ul.section-nav li a {
  color: #D0D3D4;
  text-align: right;
  font-family: "rockface", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 20px 12px 0;
  flex: 1;
  z-index: 9;
}
ul.section-nav li:first-of-type a {
  transform: translateY(2px);
}
ul.section-nav li:last-of-type a {
  transform: translateY(-2px);
}
ul.section-nav li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D0D3D4;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s ease;
  z-index: 8;
}
ul.section-nav li:hover a, ul.section-nav li:active a, ul.section-nav li.active a {
  color: #fff;
  transition: all 0.15s ease;
}
ul.section-nav li.active a {
  color: #fff;
}
ul.section-nav li.active:after {
  background-color: #fff;
  transition: all 0.15s ease;
}
ul.section-nav li + li:before {
  z-index: 4;
  position: absolute;
  right: 2.5px;
  width: 2px;
  background: #D0D3D4;
  height: 100%;
  bottom: 50%;
  content: "";
}
ul.section-nav.fixed-nav {
  border-radius: 14px;
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
  right: 23.5px;
  width: 28px;
  white-space: nowrap;
  background: #373A36;
  transition: width 0.15s ease;
  transition-delay: 0.2s;
  padding-right: 10.5px;
  box-sizing: border-box;
  z-index: 99;
  overflow: hidden;
}
ul.section-nav.fixed-nav li a {
  padding: 17px 20px 17px 0;
}
ul.section-nav.fixed-nav li a span {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.15s ease;
  transition-delay: 0;
}
ul.section-nav.fixed-nav li + li:before {
  z-index: 4;
  position: absolute;
  right: 2.5px;
  width: 2px;
  background: #D0D3D4;
  height: 100%;
  bottom: 50%;
  content: "";
}
ul.section-nav.fixed-nav:hover {
  width: 245px;
  transition: width 0.15s ease;
}
ul.section-nav.fixed-nav:hover li a span {
  opacity: 1;
  transition: opacity 0.15s ease;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  ul.section-nav.fixed-nav {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  ul.section-nav.fixed-nav {
    display: none;
  }
}

.impact-wrap {
  position: relative;
  z-index: 0;
}

body.admin-bar #site-header {
  top: 32px;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 113px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.15s ease;
}
#site-header .logo {
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 200px;
  margin-left: 75px;
  display: block;
  cursor: pointer;
}
#site-header .logo:focus-visible {
  outline: 2px solid #000;
  outline-color: inherit;
  outline-offset: 2px;
}
#site-header .logo a {
  display: block;
}
#site-header .logo a svg {
  display: block;
}
#site-header #navBtn {
  display: none;
  height: 33px;
  width: 33px;
}
#site-header #navBtn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#site-header #navBtn .navOpen {
  display: block;
}
#site-header #navBtn .navClose {
  display: none;
}
#site-header #navBtn.active .navOpen {
  display: none;
}
#site-header #navBtn.active .navClose {
  display: block;
}
#site-header nav {
  display: flex;
  justify-content: flex-end;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#site-header nav ul {
  padding-right: 75px;
  box-sizing: border-box;
}
#site-header nav ul li.top {
  margin-left: 40px;
  display: inline-block;
}
#site-header nav ul li.top a {
  color: #fff;
  text-align: center;
  font-family: "rockface", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 160% */
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
#site-header nav ul li.top a:focus {
  text-decoration: none;
}
#site-header nav ul li.top a:hover {
  text-decoration: none;
}
#site-header nav ul li.top > a {
  padding: 10px 0;
  box-sizing: border-box;
  color: #fff;
  height: 34px;
}
#site-header nav ul li.top > a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0px;
  width: calc(100% - 0px);
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: all 0.15s ease;
  will-change: transform;
}
#site-header nav ul li.top.active a:after {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.15s ease;
  will-change: transform;
}
#site-header nav ul li.top:hover > a:after, #site-header nav ul li.top:focus-visible > a:after {
  transform: scaleX(1);
  transform-origin: center center;
  transition: all 0.15s ease;
  will-change: transform;
}
#site-header.h-top {
  background: transparent;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#site-header.h-top ul.scrollNav {
  display: none;
  opacity: 0;
  transition: opacity 0.025s ease;
}
#site-header.scrollUp {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-200%);
}
#site-header.h-scroll {
  background: #373A36;
  height: 90px;
}
#site-header.h-scroll a svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #CFD2D3;
}
@media only screen and (max-width: 1199px) {
  #site-header .logo {
    margin-left: 50px;
    display: block;
    cursor: pointer;
  }
  #site-header nav ul {
    padding-right: 50px;
  }
  #site-header nav ul li.top {
    margin-left: 20px;
  }
  #site-header nav ul li.top a {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 991px) {
  #site-header {
    height: 80px;
  }
  #site-header #navBtn {
    display: block;
    position: absolute;
    top: 23px;
    right: 25px;
  }
  #site-header .logo {
    margin-left: 25px;
    display: block;
    cursor: pointer;
  }
  #site-header .logo svg {
    width: 170px;
  }
  #site-header nav {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: translateX(-100vw);
    transition: all 0.15s ease;
    will-change: transform;
    position: fixed;
    top: 0;
    background: #373A36;
  }
  #site-header nav ul.main {
    margin-left: 20px;
    margin-top: 180px;
    position: relative;
    z-index: 4;
  }
  #site-header nav ul.main li.top {
    display: block;
    margin-left: 0;
    text-align: left;
  }
  #site-header nav ul.main li.top + li.top {
    margin-top: 30px;
  }
  #site-header nav ul.main li.top a {
    color: #FFF;
    font-family: "rockface", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #site-header nav ul.main li.top a:after {
    display: none;
  }
  #site-header nav ul.social {
    display: flex;
    margin-bottom: 80px;
    position: relative;
    z-index: 4;
    margin-left: 20px;
  }
  #site-header nav ul.social li {
    display: inline-block;
  }
  #site-header nav ul.social li + li {
    margin-left: 20px;
  }
  #site-header nav ul.social li a {
    font-size: 22px;
    color: #fff;
    transition: all 0.15s ease;
  }
  #site-header nav ul.social li a:hover {
    cursor: pointer;
    transition: all 0.15s ease;
  }
  #site-header nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60vw;
    height: 40.93vw;
    background: url(../img/bg-logo.svg) no-repeat center center/contain;
    z-index: 0;
    position: absolute;
    bottom: -5vw;
    right: unset;
    left: 10vw;
    transform: translateX(0);
    width: 110vw;
    height: 75vw;
    z-index: 0;
  }
  #site-header.active nav {
    transition: all 0.15s ease;
    transform: translateX(0);
    will-change: transform;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  #site-header nav ul.main {
    margin-top: 110px;
  }
  #site-header nav ul.main li.top a {
    font-size: 24px;
    line-height: 32px;
  }
  #site-header nav ul.main li.top a br {
    display: none !important;
  }
  #site-header nav ul.main li.top + li.top {
    margin-top: 10px;
  }
  #site-header nav ul.social {
    display: none !important;
  }
  #site-header nav:after {
    width: 60vw;
    height: 40.39vw;
    right: 0;
    left: unset;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #site-header {
    height: 80px;
  }
  #site-header #navBtn {
    display: block;
    position: absolute;
    top: 23px;
    right: 25px;
  }
  #site-header .logo {
    margin-left: 25px;
    display: block;
    cursor: pointer;
  }
  #site-header .logo svg {
    width: 170px;
  }
  #site-header nav {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: translateX(-100vw);
    transition: all 0.15s ease;
    will-change: transform;
    position: fixed;
    top: 0;
    background: #373A36;
  }
  #site-header nav ul.main {
    margin-left: 20px;
    margin-top: 150px;
    position: relative;
    z-index: 4;
  }
  #site-header nav ul.main li.top {
    display: block;
    margin-left: 0;
    text-align: left;
  }
  #site-header nav ul.main li.top + li.top {
    margin-top: 30px;
  }
  #site-header nav ul.main li.top a {
    color: #FFF;
    font-family: "rockface", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #site-header nav ul.main li.top a:after {
    display: none;
  }
  #site-header nav ul.social {
    display: flex;
    margin-bottom: 80px;
    position: relative;
    z-index: 4;
    margin-left: 20px;
  }
  #site-header nav ul.social li {
    display: inline-block;
  }
  #site-header nav ul.social li + li {
    margin-left: 20px;
  }
  #site-header nav ul.social li a {
    font-size: 22px;
    color: #fff;
    transition: all 0.15s ease;
  }
  #site-header nav ul.social li a:hover {
    cursor: pointer;
    transition: all 0.15s ease;
  }
  #site-header nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(../img/bg-logo.svg) no-repeat center center/contain;
    z-index: 0;
    position: absolute;
    width: 150vw;
    height: 102vw;
    z-index: 0;
    right: auto;
    left: -25%;
  }
  #site-header.active nav {
    transition: all 0.15s ease;
    transform: translateX(0);
    will-change: transform;
  }
}

.page-template-template-story #site-header #navBtn .navOpen path {
  stroke: #fff;
}
.page-template-template-story #site-header:not(.active, .h-scroll) .logo a svg path {
  fill: #fff;
  transition: all 0.15s ease;
}
.page-template-template-story #site-header.h-scroll #navBtn .navOpen path {
  stroke: #fff;
}
.page-template-template-story #site-header.h-scroll nav ul li.top > a {
  color: #fff;
  transition: all 0.15s ease;
}
.page-template-template-story #site-header.h-scroll a svg path {
  fill: #CFD2D3;
  transition: all 0.15s ease;
}
.page-template-template-story #site-header.h-scroll nav ul li.top.active a:after, .page-template-template-story #site-header.h-scroll nav ul li.top:hover a:after {
  background: #fff;
  transition: all 0.15s ease;
}
.page-template-template-story #site-header:not(.active) nav ul li.top > a {
  color: #373A36;
  transition: all 0.15s ease;
}
.page-template-template-story #site-header.h-scroll:not(.active) nav ul li.top > a {
  color: #fff;
  transition: all 0.15s ease;
}
.page-template-template-story #site-header:not(.active) nav ul li.top.active a:after,
.page-template-template-story #site-header:not(.active) nav ul li.top:hover a:after {
  background: #373A36;
  transition: all 0.15s ease;
}
.page-template-template-story #site-header.h-scroll:not(.active) nav ul li.top.active a:after,
.page-template-template-story #site-header.h-scroll:not(.active) nav ul li.top:hover a:after {
  background: #fff;
  transition: all 0.15s ease;
}

.page-template-default #site-header #navBtn .navOpen path, .post-template-default #site-header #navBtn .navOpen path, .blog_page #site-header #navBtn .navOpen path {
  stroke: #373A36;
}
.page-template-default #site-header:not(.active, .h-scroll) .logo a svg path, .post-template-default #site-header:not(.active, .h-scroll) .logo a svg path, .blog_page #site-header:not(.active, .h-scroll) .logo a svg path {
  fill: #373A36;
  transition: all 0.15s ease;
}
.page-template-default #site-header.h-scroll #navBtn .navOpen path, .post-template-default #site-header.h-scroll #navBtn .navOpen path, .blog_page #site-header.h-scroll #navBtn .navOpen path {
  stroke: #fff;
}
.page-template-default #site-header.h-scroll nav ul li.top > a, .post-template-default #site-header.h-scroll nav ul li.top > a, .blog_page #site-header.h-scroll nav ul li.top > a {
  color: #fff;
  transition: all 0.15s ease;
}
.page-template-default #site-header.h-scroll a svg path, .post-template-default #site-header.h-scroll a svg path, .blog_page #site-header.h-scroll a svg path {
  fill: #CFD2D3;
  transition: all 0.15s ease;
}
.page-template-default #site-header.h-scroll nav ul li.top.active a:after, .page-template-default #site-header.h-scroll nav ul li.top:hover a:after, .post-template-default #site-header.h-scroll nav ul li.top.active a:after, .post-template-default #site-header.h-scroll nav ul li.top:hover a:after, .blog_page #site-header.h-scroll nav ul li.top.active a:after, .blog_page #site-header.h-scroll nav ul li.top:hover a:after {
  background: #fff;
  transition: all 0.15s ease;
}
.page-template-default #site-header:not(.active) nav ul li.top > a, .post-template-default #site-header:not(.active) nav ul li.top > a, .blog_page #site-header:not(.active) nav ul li.top > a {
  color: #373A36;
  transition: all 0.15s ease;
}
.page-template-default #site-header.h-scroll:not(.active) nav ul li.top > a, .post-template-default #site-header.h-scroll:not(.active) nav ul li.top > a, .blog_page #site-header.h-scroll:not(.active) nav ul li.top > a {
  color: #fff;
  transition: all 0.15s ease;
}
.page-template-default #site-header:not(.active) nav ul li.top.active a:after,
.page-template-default #site-header:not(.active) nav ul li.top:hover a:after, .post-template-default #site-header:not(.active) nav ul li.top.active a:after,
.post-template-default #site-header:not(.active) nav ul li.top:hover a:after, .blog_page #site-header:not(.active) nav ul li.top.active a:after,
.blog_page #site-header:not(.active) nav ul li.top:hover a:after {
  background: #373A36;
  transition: all 0.15s ease;
}
.page-template-default #site-header.h-scroll:not(.active) nav ul li.top.active a:after,
.page-template-default #site-header.h-scroll:not(.active) nav ul li.top:hover a:after, .post-template-default #site-header.h-scroll:not(.active) nav ul li.top.active a:after,
.post-template-default #site-header.h-scroll:not(.active) nav ul li.top:hover a:after, .blog_page #site-header.h-scroll:not(.active) nav ul li.top.active a:after,
.blog_page #site-header.h-scroll:not(.active) nav ul li.top:hover a:after {
  background: #fff;
  transition: all 0.15s ease;
}

.footer {
  position: relative;
  background: #373A36;
  padding: 160px 0 90px;
  overflow: hidden;
}
.footer #foot-bg-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60vw;
  height: auto;
  z-index: 0;
}
.footer .col-wrap {
  width: 100%;
  margin: 0;
}
.footer .contain {
  width: 100%;
  max-width: 100%;
  padding: 0 75px;
}
.footer .footer-nav {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
}
.footer .footer-nav ul.col-wrap {
  justify-content: flex-start;
}
.footer .footer-nav ul.col-wrap li + li {
  margin-left: 50px;
}
.footer .footer-nav ul:not(.social) {
  display: flex;
}
.footer .footer-nav ul:not(.social) li a {
  display: flex;
  color: #fff;
  font-family: "rockface", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; /* 122.727% */
  letter-spacing: -2.88px;
}
.footer .footer-nav ul:not(.social) li a i {
  font-size: 21px;
  line-height: 48px;
  margin-right: 12px;
  transition: margin 0.15s ease;
}
.footer .footer-nav ul:not(.social) li a span {
  transform: translateX(0);
  transition: transform 0.15s ease;
  will-change: transform;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .footer .footer-nav ul:not(.social) li a:hover {
    transition: all 0.15s ease;
  }
  .footer .footer-nav ul:not(.social) li a:hover span {
    transform: translateX(7px);
    transition: transform 0.15s ease;
    will-change: transform;
  }
}
.footer .footer-nav ul:not(.social) li + li {
  margin-left: 30px;
}
.footer .footer-nav ul:not(.social).col-wrap li + li {
  margin-left: 50px;
}
.footer .footer-nav .social li a {
  font-size: 20px;
  color: #fff;
  transition: all 0.15s ease;
}
.footer .footer-nav .social li a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.15s ease;
}
.footer .footer-nav .social.hidden-sm li {
  margin-top: 10px;
  text-align: center;
}
.footer .footer-sub-nav {
  position: relative;
  z-index: 4;
}
.footer .footer-sub-nav ul {
  margin-top: 100px;
  display: flex;
}
.footer .footer-sub-nav ul li {
  width: 357px;
}
.footer .footer-sub-nav ul li a {
  color: #CE7E0D;
  font-family: "rockface", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.footer .footer-sub-nav ul li a i {
  font-size: 21px;
  margin-right: 12px;
  transition: all 0.15s ease;
}
.footer .footer-sub-nav ul li a:hover i {
  margin-right: 19px;
  transition: all 0.15s ease;
}
.footer .footer-sub-nav ul li + li {
  margin-left: 30px;
}
.footer .copyright {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  margin-top: 180px;
  justify-content: space-between;
}
.footer .copyright a.foot-logo {
  width: 340.56px;
}
@media screen and (min-width: 1440px) {
  .footer .copyright a.foot-logo {
    width: 387.69px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .copyright a.foot-logo {
    width: 271.52px;
  }
}
.footer .copyright a:not(.foot-logo) {
  color: #fff;
  float: right;
  font-family: "basel_grotesk", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 635;
  line-height: 20px; /* 166.667% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer .copyright a:not(.foot-logo) i {
  font-size: 21px;
  margin-right: 12px;
  transition: all 0.15s ease;
}
.footer .copyright a:not(.foot-logo):hover {
  opacity: 0.5;
  transition: all 0.15s ease;
}
.footer .copyright a:not(.foot-logo):hover i {
  margin-right: 19px;
  transition: all 0.15s ease;
}
.footer .copyright p {
  margin-left: 30px;
  color: #FFF;
  font-family: "basel_grotesk", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 635;
  line-height: 20px; /* 166.667% */
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
}
@media screen and (max-width: 1260px) {
  .footer {
    /*
    .social{
       display:flex;
       margin-top:30px;
       position:relative;
       z-index:4;
       li{
          display:inline-block;
          & + li{
             margin-left:10px;
          }
          a{
             //font-size:20px;
             color:#fff;
             transition:all .15s ease;
             &:hover{
                color:$calcite;
                cursor:pointer;
                transition:all .15s ease;
             }
          }

       }
    }*/
  }
  .footer .footer-nav {
    position: relative;
    z-index: 4;
  }
  .footer .footer-nav .col-wrap .col {
    width: 100%;
    margin-left: 0;
  }
  .footer .footer-nav ul.col-wrap li + li {
    margin-left: 0;
  }
  .footer .footer-nav ul:not(.social) li a {
    font-size: 32px;
    line-height: 44px;
  }
  .footer .footer-nav ul:not(.social).col-wrap li + li {
    margin-left: 50px;
  }
  .footer .footer-sub-nav ul {
    margin-top: 25px;
  }
  .footer .footer-sub-nav ul li {
    width: 270px;
    margin-left: 0 !important;
  }
  .footer .footer-sub-nav ul li a {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer .contain {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer .contain {
    padding: 0 25px;
  }
  .footer .footer-nav {
    position: relative;
    z-index: 4;
  }
  .footer .footer-nav .col-wrap .col {
    width: 100%;
  }
  .footer .footer-nav ul.col-wrap li + li {
    margin-left: 0;
  }
  .footer .footer-nav ul:not(.social) {
    display: block;
  }
  .footer .footer-nav ul:not(.social) li {
    width: 100%;
  }
  .footer .footer-nav ul:not(.social) li a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 166.667% */
    letter-spacing: -1.2px;
    cursor: pointer;
  }
  .footer .footer-nav ul:not(.social) li a:hover {
    color: #fff;
  }
  .footer .footer-nav ul:not(.social) li a:hover span {
    transform: none;
  }
  .footer .footer-nav ul:not(.social) li a br {
    display: none;
  }
  .footer .footer-nav ul:not(.social) li a i {
    display: none;
  }
  .footer .footer-nav ul:not(.social) li + li {
    margin-left: 0px;
  }
  .footer .footer-nav ul:not(.social).col-wrap li + li {
    margin-left: 0;
  }
  .footer .social {
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 4;
  }
  .footer .social li {
    display: inline-block;
  }
  .footer .social li + li {
    margin-left: 10px;
  }
  .footer .social li a {
    font-size: 20px;
    color: #fff;
    transition: all 0.15s ease;
  }
}
@media only screen and (max-width: 991px) and (pointer: fine), only screen and (max-width: 991px) and (-moz-touch-enabled: 0) {
  .footer .social li a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-sub-nav ul {
    display: block;
    margin-top: 35px;
  }
  .footer .footer-sub-nav ul li {
    width: 100%;
  }
  .footer .footer-sub-nav ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
  }
  .footer .footer-sub-nav ul li i {
    display: none;
  }
  .footer .footer-sub-nav ul li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer .copyright {
    margin-top: 100px;
    display: block;
  }
  .footer .copyright p {
    width: 100%;
    margin: 30px 0 0;
  }
  .footer .copyright a.foot-logo {
    width: 170px;
    margin-bottom: 30px;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .footer #foot-bg-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80vw;
    height: auto;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer .contain {
    padding: 0 25px;
  }
  .footer #foot-bg-logo {
    position: absolute;
    bottom: -5vw;
    right: 50%;
    transform: translateX(50%);
    width: 150vw;
    height: auto;
    z-index: 0;
  }
  .footer .footer-nav {
    position: relative;
    z-index: 4;
  }
  .footer .footer-nav .col-wrap .col {
    width: 100%;
  }
  .footer .footer-nav ul.col-wrap li + li {
    margin-left: 0;
  }
  .footer .footer-nav ul:not(.social) {
    display: block;
  }
  .footer .footer-nav ul:not(.social) li {
    width: 100%;
  }
  .footer .footer-nav ul:not(.social) li a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 166.667% */
    letter-spacing: -1.2px;
    cursor: pointer;
  }
  .footer .footer-nav ul:not(.social) li a br {
    display: none;
  }
  .footer .footer-nav ul:not(.social) li a i {
    display: none;
  }
  .footer .footer-nav ul:not(.social) li + li {
    margin-left: 0px;
  }
  .footer .footer-nav ul:not(.social).col-wrap li + li {
    margin-left: 0;
  }
  .footer .social {
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 4;
  }
  .footer .social li {
    display: inline-block;
  }
  .footer .social li + li {
    margin-left: 10px;
  }
  .footer .social li a {
    font-size: 20px;
    color: #fff;
    transition: all 0.15s ease;
  }
  .footer .social li a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  .footer .footer-sub-nav ul {
    display: block;
    margin-top: 35px;
  }
  .footer .footer-sub-nav ul li {
    width: 100%;
  }
  .footer .footer-sub-nav ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
  }
  .footer .footer-sub-nav ul li i {
    display: none;
  }
  .footer .footer-sub-nav ul li + li {
    margin-left: 0;
  }
  .footer .copyright {
    margin-top: 100px;
    display: block;
  }
  .footer .copyright p {
    width: 100%;
    margin: 30px 0 0;
  }
}

#hero:not(.impact-hero, .story-hero) {
  height: 100vh;
  width: 100vw;
  position: relative;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide:after {
  position: absolute;
  content: "";
  background: url("../img/noise.png");
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100vh;
  position: relative;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption {
  position: absolute;
  bottom: 80px;
  left: 75px;
  z-index: 12;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption h1 {
  margin-bottom: 50px;
  margin-top: 0;
  color: #fff;
  max-width: 800px;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption a.pill {
  color: #373A36;
  background: #fff;
  border-color: #fff;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption a.pill:hover {
  background: transparent;
  color: #fff;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause {
  position: absolute;
  bottom: 80px;
  right: 75px;
  z-index: 9999;
  height: 54px;
  display: block;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause img {
  display: block;
  margin: 0;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause svg {
  transition: all 0.15s ease;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause svg path {
  fill: #fff;
  transition: all 0.15s ease;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause svg rect {
  transition: all 0.15s ease;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause svg .pause {
  display: block;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause svg .play {
  display: none;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause svg rect {
  transition: all 0.15s ease;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause.paused svg .pause {
  display: none;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause.paused svg .play {
  display: block;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause:hover svg path {
  fill: #373A36;
}
#hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause:hover svg rect {
  fill: #fff;
}
@media only screen and (min-width: 1600px) {
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption {
    max-width: 1000px;
  }
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption h1 {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1199px) {
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption {
    left: 50px;
    width: calc(100vw - 100px);
    bottom: 100px;
  }
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause {
    right: 50px;
    bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption {
    left: 25px;
    width: calc(100vw - 50px);
    bottom: 120px;
  }
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause {
    position: absolute;
    bottom: 120px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption {
    left: 25px;
    width: calc(100vw - 50px);
    bottom: 70px;
  }
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption h1 {
    letter-spacing: -0.07em;
  }
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide a.pause {
    bottom: 70px;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  #hero:not(.impact-hero, .story-hero) .cycle-slideshow .slide figcaption {
    left: 40px;
    width: min(80vw, 100vw - 80px);
    bottom: 70px;
  }
}

#intro {
  padding: 215px 0 0;
  position: relative;
}
#intro #bg-logo {
  position: absolute;
  top: 30%;
  left: 0;
  width: 121vw;
  z-index: 0;
  opacity: 0.5;
}
#intro .col-wrap.text-cols {
  position: relative;
  z-index: 4;
}
#intro .col-wrap.text-cols .col-rt {
  display: block;
}
#intro .image-block {
  position: relative;
  z-index: 4;
  align-items: center;
  margin-top: 150px;
}
#intro .image-block .col-lt {
  width: calc(56% - 25px);
}
#intro .image-block .col-lt img {
  width: 100%;
  height: auto;
}
#intro .image-block .col-rt {
  width: calc(44% - 25px);
}
#intro .image-block .col-rt img {
  margin: 0 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  #intro .image-block .col-rt {
    width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  #intro {
    padding-top: 140px;
  }
  #intro #bg-logo {
    top: 15%;
    width: 110vw;
    left: -5vw;
  }
  #intro .image-block {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  #intro {
    padding: 140px 0 0;
  }
  #intro #bg-logo {
    top: 10%;
    width: 110vw;
    left: -5vw;
  }
  #intro .image-block {
    margin-top: 150px;
  }
  #intro .image-block .col-lt {
    width: 100%;
  }
  #intro .image-block .col-rt {
    display: none;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #intro {
    padding: 80px 0 0;
  }
  #intro #bg-logo {
    top: 10%;
    width: 140vw;
    left: -20vw;
  }
  #intro .image-block {
    margin-top: 80px;
  }
  #intro .image-block .col-lt {
    width: 100%;
  }
  #intro .image-block .col-rt {
    display: none;
  }
}

#foc-home {
  padding: 240px 0 230px;
  text-align: center;
  /*@include bp-tab-vert{
     padding:80px 0;
     .text-cols{
        margin-bottom:80px;
        .col-rt{
           display:block;
           a.pill{
              margin-top:35px;
           }
        }
     }
     .foc-scroll{
        height:440px;
        .layout{
           height:110px;
           //width:200vw;
           .foc-com{
              width:50vw;
           }
        }
     }
  }*/
}
#foc-home a.pill {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
#foc-home .col-wrap {
  padding-bottom: 150px;
  text-align: left;
}
#foc-home .foc-scroll {
  height: 600px;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
#foc-home .foc-scroll .layout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
  position: relative;
  width: auto;
  /*
  // Odd rows
  &:nth-child(odd) {

    .foc-com {
      &:first-child {
        left: calc(var(--grid-unit, calc(100vw / 4)) * .5);
      }
      &:nth-child(2):not(:nth-last-child(2)):not(:last-child){
        left: calc(var(--grid-unit, calc(100vw / 4)) * 1.5);
      }
      &:nth-last-child(2):not(:nth-child(2)) {
        left: calc(var(--grid-unit, calc(100vw / 4)) * 2.5);
      }
      &:last-child:not(:nth-last-child(2)) {
        left: calc(var(--grid-unit, calc(100vw / 4)) * 3.5);
      }
    }
  }
  // Even rows
  &:nth-child(even) {
   .foc-com {

      &:first-child {
        left: var(--grid-unit, calc(100vw / 4) * 0);
      }
      &:nth-child(2):not(:nth-last-child(2)):not(:last-child){
          left: var(--grid-unit, calc(100vw / 4) * 1);
      }
      &:nth-child(2):nth-last-child(2):not(:last-child){
          left: var(--grid-unit, calc(100vw / 4) * 1);
      }

      &:nth-last-child(2):not(:nth-child(2)), &:last-child:nth-child(3) {
        left: calc(var(--grid-unit, calc(100vw / 4)) * 2);
      }
      &:last-child:not(:first-child):not(:nth-child(3)) {
        left: calc(var(--grid-unit, calc(100vw / 4)) * 3);
      }

    }
  }*/
}
#foc-home .foc-scroll .layout .foc-com {
  height: 100%;
  width: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
  background: #E7E9E9;
  mix-blend-mode: multiply;
}
#foc-home .foc-scroll .layout .foc-com img, #foc-home .foc-scroll .layout .foc-com svg {
  max-width: 250px;
  max-height: 130px;
  width: calc(80% - 40px);
  height: calc(80% - 20px);
  margin: 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
#foc-home .foc-scroll .layout:nth-child(odd) {
  margin-left: -12.5vw;
  animation-name: slidelogoleft;
  animation-duration: var(--animationspeed);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#foc-home .foc-scroll .layout:nth-child(even) {
  margin-right: -12.5vw;
  animation-name: slidelogoright;
  animation-duration: var(--animationspeed);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 1199px) {
  #foc-home {
    padding: 110px 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #foc-home {
    padding: 80px 0;
  }
  #foc-home .text-cols {
    margin-bottom: 80px;
  }
  #foc-home .text-cols .col-rt {
    display: block;
  }
  #foc-home .text-cols .col-rt a.pill {
    margin-top: 35px;
  }
  #foc-home .foc-scroll {
    height: 600px;
  }
  #foc-home .foc-scroll .layout {
    height: 150px;
  }
  #foc-home .foc-scroll .layout .foc-com {
    width: 25vw;
  }
  #foc-home .foc-scroll .layout .foc-com img, #foc-home .foc-scroll .layout .foc-com svg {
    max-height: 65px;
    width: calc(90% - 60px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #foc-home {
    padding: 80px 0;
  }
  #foc-home .text-cols {
    margin-bottom: 80px;
  }
  #foc-home .text-cols .col-rt {
    display: block;
  }
  #foc-home .text-cols .col-rt a.pill {
    margin-top: 35px;
  }
  #foc-home .foc-scroll {
    height: 440px;
  }
  #foc-home .foc-scroll .layout {
    height: 110px;
  }
  #foc-home .foc-scroll .layout .foc-com {
    width: 50vw;
  }
}

body:not(.ng-scope) :is(.scroller) {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 600px;
  --animationspeed: 150s;
  --animationdelay: calc( var(--animationspeed) / 2 );
}

body:not(.ng-scope) .scroller {
  flex-shrink: 0;
  position: absolute;
  width: auto;
}
body:not(.ng-scope) .scroller.initial .layout {
  animation-name: slidelogo;
  animation-delay: calc(var(--animationdelay) * -1);
}

body:not(.ng-scope) .scroller.delay .layout {
  transform: translateX(100%);
  animation-name: slidelogo;
  animation-delay: var(--animationdelay);
}

/** Optional: Uncomment this if you'd like the slider to pause on hover.
.logo-slider:hover .logo-slide {
   animation-play-state: paused;
}
**/
@keyframes slidelogoright {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slidelogoleft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
#at-a-glance {
  background: #373A36;
  padding-top: 180px;
  padding-bottom: 175px;
  position: relative;
  overflow: hidden;
}
#at-a-glance .bg-arc {
  opacity: 0.15;
  position: absolute;
  opacity: 0.15;
  right: 0;
  height: auto;
  z-index: 0;
  bottom: 0;
  max-width: 80%;
}
#at-a-glance a.pill, #at-a-glance h2, #at-a-glance p {
  color: #fff;
}
#at-a-glance a.pill {
  background: #fff;
  color: #373A36;
  border-color: #fff;
}
#at-a-glance a.pill:hover {
  background-color: transparent;
  color: #fff;
}
#at-a-glance .contain:not(.col-wrap) {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  #at-a-glance {
    padding: 100px 0 120px;
  }
  #at-a-glance .figures-grid {
    padding: 100px 0 20px;
  }
  #at-a-glance .figures-grid .figure .lg {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 330;
    line-height: 70px; /* 87.5% */
  }
}
@media only screen and (max-width: 991px) {
  #at-a-glance {
    padding: 80px 0;
  }
  #at-a-glance .figures-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    grid-gap: 50px 30px;
    padding: 80px 0 80px;
  }
  #at-a-glance .figures-grid .figure {
    min-height: unset;
  }
  #at-a-glance .figures-grid .figure + .figure {
    margin-top: 0px;
  }
  #at-a-glance .figures-grid .figure .lg {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 330;
    line-height: 70px; /* 87.5% */
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #at-a-glance {
    padding: 80px 0;
  }
  #at-a-glance .bg-arc {
    display: none;
  }
  #at-a-glance .figures-grid {
    display: block;
    padding: 80px 0 80px;
  }
  #at-a-glance .figures-grid .figure {
    min-height: unset;
  }
  #at-a-glance .figures-grid .figure + .figure {
    margin-top: 50px;
  }
  #at-a-glance .figures-grid .figure .lg {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 330;
    line-height: 70px; /* 87.5% */
  }
  #at-a-glance .figures-grid .figure p br {
    display: none;
  }
}

#animated-banner {
  padding: 160px 0;
  background-color: #373A36;
  background-image: url("../img/gif-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#animated-banner img {
  width: 100%;
  height: auto;
}
#animated-banner figure img {
  margin: 0 auto;
  max-width: 600px;
}

#collaborate {
  padding: 200px 0;
}
#collaborate .col-wrap:not(.text-cols) a.pill {
  margin-top: 55px;
}
#collaborate a.pill {
  border-color: #373A36;
  background-color: #373A36;
  color: #fff;
}
#collaborate a.pill:hover {
  color: #373A36;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  #collaborate {
    padding: 140px 0;
  }
  #collaborate .col-wrap:not(.text-cols) .col {
    width: 100%;
  }
  #collaborate .col-wrap:not(.text-cols) .col a.pill {
    margin-top: 35px;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.page-template-template-contact {
  background: #373A36;
}
.page-template-template-contact #hero {
  padding-top: calc(40vh - 60px);
}
.page-template-template-contact #hero.contact-hero {
  height: auto;
}
.page-template-template-contact #hero.contact-hero .col-wrap {
  align-items: flex-end;
  color: #fff;
}
.page-template-template-contact #hero.contact-hero .col-wrap .col-lt {
  width: 70%;
}
.page-template-template-contact #hero.contact-hero .col-wrap .col-lt h1 {
  margin-bottom: 0;
  color: #fff;
  max-width: 500px;
}
.page-template-template-contact #hero.contact-hero .col-wrap .col-rt {
  width: 30%;
  text-align: right;
}
.page-template-template-contact #hero.contact-hero .col-wrap .col-rt p {
  color: #fff;
}
.page-template-template-contact #hero.contact-hero .col-wrap .col-rt a, .page-template-template-contact #hero.contact-hero .col-wrap .col-rt span {
  display: block;
  color: #fff;
  transition: all 0.15s ease;
}
.page-template-template-contact #hero.contact-hero .col-wrap .col-rt a:hover {
  color: #CE7E0D;
  transition: all 0.15s ease;
}
.page-template-template-contact #hero.contact-hero .wpcf7 .wpcf7-not-valid-tip {
  font-size: 16px;
  color: #A92024;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form {
  margin: 50px auto 0;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap input, .page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap textarea {
  border: none;
  border-bottom: 1px solid #E7E9E9;
  resize: none;
  width: 100%;
  appearance: none;
  font-family: "basel_grotesk", serif;
  border-radius: 0;
  outline: none;
  color: #E7E9E9;
  background: #373A36;
  font-size: 24px;
  font-style: normal;
  font-weight: 430;
  line-height: 46px; /* 191.667% */
  letter-spacing: -0.48px;
  padding-top: 40px;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap input::placeholder, .page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap textarea::placeholder {
  color: #E7E9E9;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap textarea {
  height: 184px;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap select {
  position: relative;
  border: none;
  border-bottom: 1px solid #E7E9E9;
  resize: none;
  width: 100%;
  appearance: none;
  border-radius: 0;
  outline: none;
  color: #E7E9E9;
  background: #373A36;
  font-size: 24px;
  font-style: normal;
  font-weight: 430;
  line-height: 46px; /* 191.667% */
  letter-spacing: -0.48px;
  padding-top: 30px;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap[data-name=howHelp] {
  position: relative;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap[data-name=howHelp]:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 125% */
  position: absolute;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  right: 0;
  display: block;
  color: #fff;
  pointer-events: none;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form input[type=submit] {
  margin-top: 60px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 27px;
  height: 54px;
  color: #373A36;
  text-align: center;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  width: 180px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.15s ease;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form input[type=submit]:hover {
  color: #fff;
  background: transparent;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form.invalid .wpcf7-response-output, .page-template-template-contact #hero.contact-hero .wpcf7 form.unaccepted .wpcf7-response-output, .page-template-template-contact #hero.contact-hero .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #A92024;
  color: #A92024;
}
.page-template-template-contact #hero.contact-hero .wpcf7 form.valid .wpcf7-response-output, .page-template-template-contact #hero.contact-hero .wpcf7 form.sent .wpcf7-response-output {
  border-color: #4d6c57;
  color: #4d6c57;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .page-template-template-contact #hero.contact-hero .col-wrap {
    align-items: flex-end;
    color: #fff;
  }
  .page-template-template-contact #hero.contact-hero .col-wrap .col-lt {
    width: 100%;
  }
  .page-template-template-contact #hero.contact-hero .col-wrap .col-lt h1 {
    margin-bottom: 30px;
    color: #fff;
  }
  .page-template-template-contact #hero.contact-hero .col-wrap .col-rt {
    width: 100%;
    text-align: left;
  }
  .page-template-template-contact #hero.contact-hero .col-wrap .col-rt p {
    color: #fff;
  }
  .page-template-template-contact #hero.contact-hero .col-wrap .col-rt a, .page-template-template-contact #hero.contact-hero .col-wrap .col-rt span {
    display: block;
    color: #fff;
    transition: all 0.15s ease;
  }
  .page-template-template-contact #hero.contact-hero .col-wrap .col-rt a:hover {
    color: #CE7E0D;
    transition: all 0.15s ease;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .page-template-template-contact #hero.contact-hero .wpcf7 form {
    margin-top: 15px;
  }
  .page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap input, .page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap textarea {
    font-size: 20px;
    padding-top: 25px;
  }
  .page-template-template-contact #hero.contact-hero .wpcf7 form .wpcf7-form-control-wrap select {
    font-size: 20px;
    padding-top: 25px;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  .page-template-template-contact #hero.contact-hero {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-template-template-contact #hero.contact-hero {
    padding-top: 200px;
  }
}

#location {
  padding: 140px 0 130px;
}
#location .col-wrap {
  align-items: center;
}
#location .col-wrap .col-lt {
  width: 40%;
  padding-left: 75px;
  box-sizing: border-box;
}
#location .col-wrap .col-lt h2, #location .col-wrap .col-lt p, #location .col-wrap .col-lt a {
  color: #fff;
  display: block;
}
#location .col-wrap .col-lt h2 + a {
  margin: 60px 0 15px;
}
#location .col-wrap .col-lt p {
  margin: 60px 0 15px;
}
#location .col-wrap .col-lt a.arrow {
  font-family: "rockface", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#location .col-wrap .col-lt a.arrow i {
  font-size: 21px;
  line-height: 54px;
  margin-right: 12px;
  transition: margin 0.15s ease;
}
#location .col-wrap .col-lt a.arrow:hover i {
  margin-right: 15px;
  transition: margin 0.15s ease;
}
#location .col-wrap .col-rt {
  width: 60%;
  text-align: right;
}
#location .col-wrap .col-rt svg {
  width: 100%;
  height: auto;
  /*.pen {
    stroke-dasharray: 9000;
    stroke-dashoffset: 9000;
    animation: draw 5s linear forwards;
    stroke-width:2px;

     fill:none;
     stroke:#fff;
  }*/
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #location {
    padding: 110px 0;
  }
  #location .col-wrap .col-lt {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #location {
    padding: 100px 25px;
  }
  #location .col-wrap .col-lt {
    padding-left: 25px;
    width: 100%;
  }
  #location .col-wrap .col-rt {
    width: 100%;
    padding: 80px 0 0 25px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #location .col-wrap .col-lt p {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #location {
    padding: 80px 0;
  }
  #location .col-wrap .col-lt {
    padding-left: 25px;
    width: 100%;
  }
  #location .col-wrap .col-rt {
    width: 100%;
    padding: 60px 0 0 25px;
  }
}

.page-template-template-impact {
  background: #373A36;
}
.page-template-template-impact #hero {
  padding-top: calc(40vh - 60px);
  padding-bottom: 100px;
}
.page-template-template-impact #hero.impact-hero #hero-bg-logo {
  position: absolute;
  top: 30%;
  left: 0;
  width: 121vw;
  z-index: 0;
  opacity: 0.5;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .page-template-template-impact #hero.impact-hero #hero-bg-logo {
    top: -100%;
  }
}
.page-template-template-impact #hero.impact-hero .col-wrap {
  align-items: flex-start;
  color: #fff;
}
.page-template-template-impact #hero.impact-hero .col-wrap .col-lt {
  width: 75%;
}
.page-template-template-impact #hero.impact-hero .col-wrap .col-lt h1 {
  margin-bottom: 0;
}
.page-template-template-impact #hero.impact-hero .col-wrap .col-lt h1 span {
  display: block;
  font-family: "basel_grotesk", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 12px;
}
.page-template-template-impact #hero.impact-hero .col-wrap .col-rt {
  width: 25%;
  text-align: right;
}
.page-template-template-impact #hero.impact-hero .col-wrap .col-rt a, .page-template-template-impact #hero.impact-hero .col-wrap .col-rt span {
  display: inline-block;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 1199px) {
  .page-template-template-impact #hero.impact-hero .col-wrap .col-lt {
    width: 70%;
  }
  .page-template-template-impact #hero h1 br {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .page-template-template-impact #hero.impact-hero .col-wrap .col-lt {
    width: 100%;
  }
  .page-template-template-impact #hero h1 br {
    display: none;
  }
  .page-template-template-impact #hero .col-wrap .col-lt, .page-template-template-impact #hero .col-wrap .col-rt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .page-template-template-impact #hero .col-wrap .col-lt h1 span {
    font-size: 18px !important;
    margin-top: 10px;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  .page-template-template-impact #hero {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-template-template-impact #hero {
    padding-top: 200px;
  }
  .page-template-template-impact #hero h1 br {
    display: none;
  }
  .page-template-template-impact #hero.impact-hero #hero-bg-logo {
    position: absolute;
    top: -200px;
    left: 50px;
    width: 121vw;
    z-index: 0;
    opacity: 0.5;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap {
    align-items: flex-end;
    color: #fff;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-lt {
    width: 100%;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-lt h1 {
    margin-bottom: 0;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-rt {
    padding-top: 60px;
    width: 100%;
    text-align: left;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-rt ul.section-nav {
    display: inline-block;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-rt ul.section-nav li {
    clear: both;
    position: relative;
    display: block;
    padding: 0 0 0 20px;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-rt ul.section-nav li a {
    line-height: 28px;
    text-align: left;
    display: block;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-rt ul.section-nav li:after {
    right: unset;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease;
    z-index: 6;
  }
  .page-template-template-impact #hero.impact-hero .col-wrap .col-rt ul.section-nav li + li:before {
    left: 2.25px;
    right: unset;
  }
}

#for-more-than-profit {
  color: #fff;
}
#for-more-than-profit .text-cols .col.col-lt {
  padding-top: 140px;
  padding-right: 75px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#for-more-than-profit .text-cols .col.col-lt figure {
  width: calc(50vw - 75px);
  margin-left: -75px;
}
#for-more-than-profit .text-cols .col.col-lt figure + figure {
  max-width: 70%;
  margin: 75px 0 0;
}
#for-more-than-profit .text-cols .col.col-lt figure img {
  width: calc(100% + 100px);
  margin: 0;
}
#for-more-than-profit .text-cols .col.col-rt {
  padding-top: 0;
  display: block;
}
#for-more-than-profit .text-cols .col.col-rt p {
  max-width: unset;
}
#for-more-than-profit .text-cols .col.col-rt p a {
  font-weight: 430;
  line-height: 36px;
  letter-spacing: -0.48px;
  text-decoration-line: underline;
  color: inherit;
  transition: color 0.15s ease;
}
#for-more-than-profit .text-cols .col.col-rt p a:hover {
  color: #CE7E0D;
  transition: color 0.15s ease;
}
#for-more-than-profit .text-cols .col.col-rt p + p {
  margin-top: 20px;
}
#for-more-than-profit .text-cols .col.col-rt figure {
  margin-top: 110px;
  width: 50vw;
  margin-right: min(-75px, ((100vw - 1440px) / 2 + 75px) * -1);
}
@media only screen and (min-width: 1600px) {
  #for-more-than-profit .text-cols .col.col-lt {
    padding-right: 100px;
  }
  #for-more-than-profit .text-cols .col.col-lt figure {
    width: calc(50vw - 100px);
    margin-left: -75px;
  }
  #for-more-than-profit .text-cols .col.col-lt figure + figure {
    margin: 100px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  #for-more-than-profit .text-cols .col.col-lt {
    padding-right: 50px;
    padding-top: 80px;
  }
  #for-more-than-profit .text-cols .col.col-lt figure {
    width: calc(50vw - 50px);
    margin-left: min(-50px, ((100vw - 1440px) / 2 + 50px) * -1);
  }
  #for-more-than-profit .text-cols .col.col-lt figure + figure {
    max-width: 70%;
    margin: 50px 0 0 auto;
  }
  #for-more-than-profit .text-cols .col.col-rt {
    padding-top: 0;
    display: block;
  }
  #for-more-than-profit .text-cols .col.col-rt figure {
    margin-top: 110px;
    width: 50vw;
    margin-right: min(-50px, ((100vw - 1440px) / 2 + 50px) * -1);
  }
}
@media only screen and (max-width: 991px) {
  #for-more-than-profit .text-cols .col.col-lt {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 60px;
    width: 100%;
  }
  #for-more-than-profit .text-cols .col.col-lt figure {
    width: 100%;
    margin: 0;
  }
  #for-more-than-profit .text-cols .col.col-lt figure img {
    max-width: unset;
    margin-left: -50px;
  }
  #for-more-than-profit .text-cols .col.col-lt figure + figure {
    display: none;
    max-width: 70%;
    margin: 25px 0 0 auto;
  }
  #for-more-than-profit .text-cols .col.col-rt {
    padding-top: 0;
    display: block;
    width: 100%;
  }
  #for-more-than-profit .text-cols .col.col-rt figure {
    width: 100%;
    margin: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #for-more-than-profit .text-cols .col.col-lt {
    padding-top: 0px;
    padding-right: 0px;
  }
  #for-more-than-profit .text-cols .col.col-lt figure {
    width: calc(100vw - 25px);
    margin-left: -25px;
  }
  #for-more-than-profit .text-cols .col.col-lt figure + figure {
    display: none;
    max-width: 70%;
    margin: 25px 0 0 auto;
  }
  #for-more-than-profit .text-cols .col.col-rt {
    padding-top: 0;
    display: block;
  }
  #for-more-than-profit .text-cols .col.col-rt figure {
    margin-top: 80px;
    width: 100%;
    margin-left: 0;
  }
}

#by-the-numbers {
  padding: 180px 0 0px;
}
#by-the-numbers .text-cols .col-wide {
  width: 80%;
  max-width: 1300px;
}
#by-the-numbers .text-cols .col-wide h2 {
  margin-bottom: 50px;
  color: #fff;
}
#by-the-numbers .text-cols .col-wide p {
  max-width: 970px;
  color: #fff;
}
#by-the-numbers .text-cols .col-wide p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  #by-the-numbers {
    padding: 160px 0 0;
  }
  #by-the-numbers .text-cols .col-wide {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #by-the-numbers {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #by-the-numbers {
    padding: 80px 0 0;
  }
}

#scrollingBanner {
  height: 55.25vw;
  overflow: hidden;
  position: relative;
}
#scrollingBanner img {
  width: 150%;
  max-width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15%;
  transform: translateX(0);
  object-fit: cover;
}

#capital-deployment {
  padding: 180px 0 250px;
  background: #E7E9E9;
  color: #373A36;
  /*
  @include bp-991{
     padding:100px 0 100px;
     .deployment-line{
        margin-top:100px;
        .line-content{
           height:auto;
           padding: 120px 0;
           flex-direction:column;
           &:before{
              width:8px;
              height:calc(100% - 10px);
              left:50%;
              top:5px;
              transform:translateX(-50%);
              background: linear-gradient(180deg, #003E51 0%, #4D6C57 100%);
           }
           .company{
              float:none;
              width:100%;
              height:auto !important;
              margin: 50px 0 !important;
              &:before, &:after{
                 display:none;
              }
              img{
                 position: relative;
                 max-height:107px;
                 max-width:180px;
                 border:0 !important;
                 border-top: 20px solid $onyx50 !important;
                 border-bottom: 20px solid $onyx50 !important;
              }
           }
        .spectrum-titles{
           position:absolute;
           width:100%;
           left:0;
           padding:0;
           box-sizing:border-box;
           top:50%;
           transform:translateY(-50%);
           height:100%;
           display:flex;
           flex-direction:column;
           justify-content:space-between;
           align-items:center;
           h5{
              display:none;
              width:auto;
              color: #fff;
              font-family: $stack;
              font-size: 14px;
              font-style: normal;
              font-weight: 700;
              line-height: 1.71;
              padding:10px 15px;
              letter-spacing: 0.7px;
              text-transform: uppercase;
              &:first-of-type{
                 display:inline-block;
                 background-color:#003E51;
                 }
              &:last-of-type{
                 display:inline-block;
                 background-color:#4D6C57;
              }
           }
        }
        }
     }
  }
  @include bp-mob-vert{
     padding:80px 0 80px;
     .deployment-line{
        margin-top:80px;
        .line-content{
           height:auto;
           flex-direction:column;
           &:before{
              width:8px;
              height:calc(100% - 10px);
              left:50%;
              top:5px;
              transform:translateX(-50%);
              background: linear-gradient(180deg, #003E51 0%, #4D6C57 100%);
           }
           .company{
              float:none;
              width:100%;
              height:auto;
              margin:120px 0 0;
              &:last-of-type{
                 margin-bottom:120px;
              }
              &:before, &:after{
                 display:none;
              }
              img{
                 max-height:107px;
                 max-width:180px;
              }
           }
        }
     }
  }*/
}
#capital-deployment .col-wrap {
  align-items: flex-start;
}
#capital-deployment .col-wrap .col-rt {
  padding-top: 0;
}
#capital-deployment .col-wrap .col-rt p + p {
  margin-top: 20px;
}
#capital-deployment .deployment-cards {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 24px));
  column-gap: 30px;
  margin-top: 150px;
}
#capital-deployment .deployment-cards .card {
  background: #D9D9D9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 30px 15px 85px;
  box-sizing: border-box;
}
#capital-deployment .deployment-cards .card h3 {
  color: #373A36;
  text-align: center;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#capital-deployment .deployment-cards .card p {
  color: #373A36;
  text-align: center;
  font-family: "basel_grotesk", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 430;
  line-height: 1.28; /* 128.571% */
  letter-spacing: -0.28px;
  margin-bottom: 43px;
}
#capital-deployment .deployment-cards .card img {
  max-height: 70px;
  max-width: 160px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}
@media only screen and (max-width: 1199px) {
  #capital-deployment .deployment-cards .card {
    max-width: 450px;
    margin: 0 auto;
  }
  #capital-deployment .deployment-cards .card h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #capital-deployment .deployment-cards {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 30px;
    margin-top: 80px;
  }
  #capital-deployment .deployment-cards .card {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #capital-deployment .deployment-cards {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 30px;
    margin-top: 60px;
  }
  #capital-deployment .deployment-cards .card {
    max-width: 300px;
    margin: 0 auto;
  }
}
#capital-deployment .deployment-line {
  margin: 160px auto 0;
  width: 100%;
}
#capital-deployment .deployment-line .headings {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#capital-deployment .deployment-line .headings h4 {
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #fff;
}
#capital-deployment .deployment-line .headings h4 span {
  background: #003E51;
  display: inline;
  line-height: 1.71;
  border-collapse: collapse;
  border: 5px solid #003E51;
}
#capital-deployment .deployment-line .headings h4 + h4 {
  text-align: right;
}
#capital-deployment .deployment-line .headings h4 + h4 span {
  background: #CE7E0D;
  border: 5px solid #CE7E0D;
}
#capital-deployment .deployment-line .line-content {
  width: 100%;
  position: relative;
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#capital-deployment .deployment-line .line-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  width: 100vw;
  background: linear-gradient(90deg, #003E51 0%, #003E51 4%, #4D6C57 96%, #4D6C57 100%);
}
#capital-deployment .deployment-line .line-content .spectrum-titles {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#capital-deployment .deployment-line .line-content .spectrum-titles h5 {
  display: inline-block;
  width: auto;
  color: #fff;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
#capital-deployment .deployment-line .line-content .spectrum-titles h5:first-of-type, #capital-deployment .deployment-line .line-content .spectrum-titles h5:last-of-type {
  min-width: 14.2857142857%;
  text-align: center;
}
#capital-deployment .deployment-line .line-content .company {
  position: relative;
  float: left;
  width: 14.2857142857%;
  display: flex;
  height: 80%;
  align-items: flex-start;
  justify-content: center;
}
#capital-deployment .deployment-line .line-content .company:before {
  position: absolute;
  left: 50%;
  top: 2.5px;
  transform: translateX(-50%);
  content: "";
  background: #000;
  width: 2px;
  height: calc(50% - 40px);
  z-index: 1;
}
#capital-deployment .deployment-line .line-content .company:after {
  position: absolute;
  left: 50%;
  top: calc(50% - 37.5px);
  transform: translate(-50%, -50%);
  content: "";
  background: #000;
  width: 12px;
  height: 12px;
  border: 6px solid #E7E9E9;
  border-radius: 50%;
  box-sizing: content-box;
}
#capital-deployment .deployment-line .line-content .company img {
  /*position:relative;
  width:80%;
  max-width:100%;
  height:auto;
  max-height:95px;
  object-fit:contain;
  background:#fff;
  border: 30px solid #fff;
  border-left-width:0;
  border-right-width:0;
  box-sizing: content-box;*/
  position: absolute;
  width: 80%;
  max-width: 100%;
  height: auto;
  max-height: 95px;
  object-fit: contain;
  background: #E7E9E9;
  border: 15px solid #E7E9E9;
  border-left-width: 0;
  border-right-width: 0;
  box-sizing: content-box;
  bottom: 100%;
  border-top-width: 0;
}
#capital-deployment .deployment-line .line-content .company img:after {
  content: "";
  border: 10px solid #fff;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
#capital-deployment .deployment-line .line-content .company:nth-child(odd) {
  align-items: flex-end;
}
#capital-deployment .deployment-line .line-content .company:nth-child(odd) img {
  top: 100%;
  bottom: unset;
  border-top-width: 15px;
  border-bottom-width: 0;
}
#capital-deployment .deployment-line .line-content .company:nth-child(odd):before {
  top: unset;
  bottom: 2.5px;
}
#capital-deployment .deployment-line .line-content .company:nth-child(odd):after {
  top: calc(50% + 37.5px);
}
#capital-deployment .deployment-line .line-content .company.short {
  max-height: 215px;
  border: 0px solid transparent;
  /*border-top-width:20px;
  border-bottom-width:20px;*/
}
@media only screen and (min-width: 1600px) {
  #capital-deployment {
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  #capital-deployment {
    padding: 120px 0 160px;
  }
  #capital-deployment .deployment-line {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #capital-deployment {
    padding: 100px 0 100px;
  }
  #capital-deployment .deployment-line {
    margin-top: 100px;
  }
  #capital-deployment .deployment-line .line-content {
    height: auto;
    flex-direction: column;
  }
  #capital-deployment .deployment-line .line-content:before {
    width: 8px;
    height: calc(100% - 10px);
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #003E51 0%, #4D6C57 100%);
  }
  #capital-deployment .deployment-line .line-content .company {
    float: none;
    width: 100%;
    height: auto;
    margin: 200px 0 0;
  }
  #capital-deployment .deployment-line .line-content .company.short {
    max-height: unset;
  }
  #capital-deployment .deployment-line .line-content .company:first-of-type {
    margin-top: 244px;
  }
  #capital-deployment .deployment-line .line-content .company:last-of-type {
    margin-bottom: 244px;
  }
  #capital-deployment .deployment-line .line-content .company:before, #capital-deployment .deployment-line .line-content .company:after {
    display: none;
  }
  #capital-deployment .deployment-line .line-content .company img {
    max-height: 107px;
    max-width: 180px;
    position: relative;
    bottom: unset;
    top: unset;
    transform: none;
    border-top-width: 15px;
  }
  #capital-deployment .deployment-line .line-content .spectrum-titles {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #capital-deployment .deployment-line .line-content .spectrum-titles h5 {
    display: none;
    width: auto;
    color: #fff;
    font-family: "rockface", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.71;
    padding: 10px 15px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  #capital-deployment .deployment-line .line-content .spectrum-titles h5:first-of-type {
    display: inline-block;
    background-color: #003E51;
  }
  #capital-deployment .deployment-line .line-content .spectrum-titles h5:last-of-type {
    display: inline-block;
    background-color: #4D6C57;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #capital-deployment {
    padding: 80px 0 80px;
  }
  #capital-deployment .deployment-line {
    margin-top: 80px;
  }
  #capital-deployment .deployment-line .line-content {
    height: auto;
    flex-direction: column;
  }
  #capital-deployment .deployment-line .line-content:before {
    width: 8px;
    height: calc(100% - 10px);
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #003E51 0%, #4D6C57 100%);
  }
  #capital-deployment .deployment-line .line-content .company {
    float: none;
    width: 100%;
    height: auto;
    margin: 120px 0 0;
  }
  #capital-deployment .deployment-line .line-content .company:first-of-type {
    margin-top: 164px;
  }
  #capital-deployment .deployment-line .line-content .company:last-of-type {
    margin-bottom: 164px;
  }
  #capital-deployment .deployment-line .line-content .company:before, #capital-deployment .deployment-line .line-content .company:after {
    display: none;
  }
  #capital-deployment .deployment-line .line-content .company img {
    max-height: 107px;
    max-width: 180px;
    position: relative;
    bottom: unset;
    top: unset;
    transform: none;
    border-top-width: 15px;
  }
}

#cta {
  width: 100%;
  padding: 300px 0 250px;
  position: relative;
}
#cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
#cta img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 3;
}
#cta .contain {
  position: relative;
  z-index: 5;
  text-align: center;
}
#cta .contain h2 {
  color: #fff;
  max-width: 900px;
  margin: 0 auto 0px;
}
#cta .contain p {
  color: #fff;
  margin: 10px auto 50px;
}
#cta .contain h2 + a {
  margin-top: 50px;
}
#cta .contain a.pill {
  border-color: #fff;
  color: #373A36;
  background: #fff;
}
#cta .contain a.pill:hover {
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  #cta .contain h2 {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1199px) {
  #cta .contain h2 {
    max-width: 800px;
  }
}

.page-template-template-foc {
  background: #E7E9E9;
}
.page-template-template-foc #hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-foc #hero figure {
  text-align: center;
}
.page-template-template-foc #hero figure:after {
  position: absolute;
  top: 0;
  background: rgba(55, 58, 54, 0.85);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  z-index: 4;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.page-template-template-foc #hero figure a {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.page-template-template-foc #hero figure a svg path {
  fill: #fff;
}
.page-template-template-foc #hero figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-template-template-foc #hero figure figcaption {
  position: relative;
  z-index: 90;
}
.page-template-template-foc #hero figure h1 {
  color: #fff;
}
.page-template-template-foc #intro {
  padding-top: 120px;
}
.page-template-template-foc #intro .text-cols .col-rt {
  padding-top: 0;
}
.page-template-template-foc #intro .text-cols .col-rt p {
  color: #373A36;
  max-width: 100%;
}
.page-template-template-foc #intro .sizer {
  width: calc(33.33% - 26.667px);
  padding: 30px;
  box-sizing: border-box;
}
.page-template-template-foc #intro .gutter {
  width: 40px;
}
.page-template-template-foc #intro .foc-grid {
  width: calc(100vw - 150px);
  margin: 110px auto 150px;
}
.page-template-template-foc #intro .foc-grid .foc {
  width: calc(33.33% - 26.667px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
}
.page-template-template-foc #intro .foc-grid .foc img {
  width: 100%;
  max-width: 220px;
  max-height: 120px;
  object-fit: contain;
}
.page-template-template-foc #intro .foc-grid .foc:hover {
  background: rgb(255, 255, 255);
  transition: all 0.15s ease;
}
@media only screen and (max-width: 1199px) {
  .page-template-template-foc #intro {
    padding-top: 110px;
  }
  .page-template-template-foc #intro .foc-grid {
    margin-top: 100px;
    width: calc(100vw - 100px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .page-template-template-foc #intro .foc-grid {
    margin-top: 80px;
  }
  .page-template-template-foc #intro .text-cols .col.col-lt {
    width: 100%;
    order: 2;
  }
  .page-template-template-foc #intro .text-cols .col.col-rt {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-template-template-foc #intro {
    padding-top: 70px;
  }
  .page-template-template-foc #intro .text-cols .col {
    width: 100%;
  }
  .page-template-template-foc #intro .text-cols .col.col-lt {
    padding-bottom: 0;
    width: 100%;
    order: 2;
    margin-bottom: 40px;
  }
  .page-template-template-foc #intro .text-cols .col.col-rt {
    padding: 0;
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .page-template-template-foc #intro .sizer {
    width: 100%;
  }
  .page-template-template-foc #intro .gutter {
    width: 40px;
  }
  .page-template-template-foc #intro .foc-grid {
    margin: 30px auto 80px;
    width: calc(100vw - 40px);
  }
  .page-template-template-foc #intro .foc-grid .foc {
    width: 100%;
    margin-bottom: 20px;
    height: 160px;
  }
  .page-template-template-foc #intro .foc-grid .foc img {
    max-height: 90px;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  .page-template-template-foc #intro .text-cols {
    flex-direction: column-reverse;
  }
  .page-template-template-foc #intro .text-cols .col {
    width: 100%;
  }
  .page-template-template-foc #intro .text-cols .col.col-lt {
    padding-bottom: 0;
  }
  .page-template-template-foc #intro .text-cols .col.col-rt {
    padding-bottom: 60px;
    padding-top: 0;
  }
  .page-template-template-foc #intro .sizer {
    width: calc(50% - 15px);
  }
  .page-template-template-foc #intro .gutter {
    width: 30px;
  }
  .page-template-template-foc #intro .foc-grid {
    margin: 30px auto 60px;
    width: calc(100vw - 40px);
  }
  .page-template-template-foc #intro .foc-grid .foc {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
.page-template-template-foc .modal {
  display: none;
  position: fixed;
  background: #000;
  z-index: 99999;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.page-template-template-foc .modal .modal-wrap {
  max-width: 1200px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  width: calc(100vw - 150px);
  overflow: hidden;
}
.page-template-template-foc .modal .modal-wrap .col-wrap {
  align-items: center;
  justify-content: center;
}
.page-template-template-foc .modal .modal-wrap .col-wrap figure {
  width: 37%;
  height: 100%;
}
.page-template-template-foc .modal .modal-wrap .col-wrap figure img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.page-template-template-foc .modal .modal-wrap .col-wrap .description {
  padding: 120px 130px;
  width: 63%;
  background: #E7E9E9;
  box-sizing: border-box;
}
.page-template-template-foc .modal .modal-wrap .col-wrap .description p.cat {
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-template-foc .modal .modal-wrap .col-wrap .description p {
  color: #373A36;
  font-family: "rockface", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
}
.page-template-template-foc .modal .modal-wrap .col-wrap .description p + p {
  margin-top: 15px;
}
.page-template-template-foc .modal .modal-wrap .col-wrap .description a {
  margin-top: 30px;
}
.page-template-template-foc .modal .modal-wrap .close_modal {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 33px;
}
.page-template-template-foc .modal .modal-wrap .close_modal svg {
  width: 100%;
}
.page-template-template-foc .modal .modal-wrap .close_modal svg circle {
  fill: #373A36 !important;
}
@media only screen and (max-width: 1199px) {
  .page-template-template-foc .modal .modal-wrap {
    width: calc(100vw - 100px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .page-template-template-foc .modal .modal-wrap {
    width: calc(100vw - 100px);
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap figure {
    width: 100%;
    padding: 40px;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap figure img {
    max-width: 350px;
    max-height: 150px;
    object-fit: contain;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap .description {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-template-template-foc .modal .modal-wrap {
    width: calc(100vw - 50px);
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap figure {
    width: 100%;
    padding: 20px;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap .description {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap .description p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.48px;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap .description a {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-template-foc .modal .modal-wrap .close_modal {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 22px;
  }
  .page-template-template-foc .modal .modal-wrap .close_modal svg {
    width: 100%;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  .page-template-template-foc .modal .modal-wrap {
    width: calc(100vw - 40px);
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap figure {
    width: 30%;
    padding: 20px;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap .description {
    width: 70%;
    padding: 40px;
    text-align: left;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap .description p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.48px;
  }
  .page-template-template-foc .modal .modal-wrap .col-wrap .description a {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-template-foc .modal .modal-wrap .close_modal {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 22px;
  }
  .page-template-template-foc .modal .modal-wrap .close_modal svg {
    width: 100%;
  }
}

#menu-fill {
  color: #373A36 !important;
  position: absolute;
  top: 0;
  left: 180px;
  font-size: 12px;
  pointer-events: none;
  white-space: nowrap;
  /*@include bp-tab {
     left: 20px;
     top: 55px;
  }*/
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #menu-fill {
    top: 0;
    left: 180px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #menu-fill {
    left: 0 !important;
    width: 100%;
    text-align: center;
    top: 50px;
  }
}

#filter-drop {
  padding: 0 30px;
  cursor: pointer;
  max-width: calc(100% - 60px);
  width: auto;
  box-sizing: border-box;
  margin: 0;
  color: #fff;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  text-transform: capitalize;
  height: 32px;
  max-height: 0;
  position: absolute;
  background-color: #373A36;
  min-width: calc(100% + 4px);
  left: -2px;
  top: -2px;
  min-width: max(315px, 100%);
  max-width: unset;
  width: 375px;
  z-index: 99;
  line-height: 1.25;
  text-align: left;
  border-top: none;
  overflow: hidden;
  border-radius: 27px;
  transition: height 0.15s ease;
}
#filter-drop.open {
  max-height: 1000px;
  height: auto;
  padding: 30px;
  transition: height 0.15s ease;
}
#filter-drop li {
  line-height: 30px;
  width: calc(100% + 10px);
}
#filter-drop li span {
  transition: all 0.15s ease;
  white-space: nowrap;
  display: block;
  width: 100%;
}
#filter-drop li span.selected {
  font-weight: 700;
  transition: all 0.15s ease;
}
#filter-drop li:hover span {
  font-weight: 700;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #filter-drop {
    width: calc(100% + 4px);
  }
}

/* style the items (options), including the selected item: */
.select-items {
  padding-top: 0px;
  width: 235px;
}
.select-items div {
  padding: 0px 0px 0 0px;
  cursor: pointer;
  width: calc(100% - 60px);
  box-sizing: border-box;
  margin: 0 30px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
}
.select-items div:hover {
  color: #373A36;
}

.select-selected {
  color: #CE7E0D;
  padding: 0;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  width: 235px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.87);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  line-height: 60px;
  padding: 10px 0;
  border-top: none;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

#hero.story-hero {
  align-items: center;
  justify-content: center;
}
#hero.story-hero a.pill.lazurite {
  border-color: #373A36;
  background-color: #373A36;
  color: #fff;
  transition: all 0.15s ease;
  min-width: unset;
}
#hero.story-hero a.pill.lazurite:hover {
  background-color: transparent;
  color: #373A36;
  transition: all 0.15s ease;
}
#hero.story-hero .col-wrap {
  position: relative;
  height: calc(100vh - 40px);
}
#hero.story-hero .col-wrap .col-lt {
  width: 42%;
  height: 100%;
  position: relative;
}
#hero.story-hero .col-wrap .col-lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#hero.story-hero .col-wrap .col-lt:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 21.5%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
}
#hero.story-hero .col-wrap .col-rt {
  height: 100%;
  width: 58%;
  padding: calc(40vh - 90px) 130px 0 130px;
}
#hero.story-hero .col-wrap .col-rt p {
  margin-top: 30px;
  font-size: 20px;
}
#hero.story-hero .col-wrap .col-rt p + p {
  margin-top: 20px;
}
#hero.story-hero .col-wrap .col-rt a.pill {
  margin-top: 50px;
}
#hero.story-hero .centered {
  margin: 0 0 60px;
  text-align: center;
}
#hero.story-hero .centered .h1 {
  padding-top: 200px;
  color: #373A36;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#hero.story-hero .centered p {
  color: #373A36;
  font-family: "basel_grotesk", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 430;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  max-width: 727px;
  margin-left: auto;
  margin-right: auto;
}
#hero.story-hero .centered p + p {
  margin-top: 20px;
}
@media only screen and (min-width: 1600px) {
  #hero.story-hero .centered h1 {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1199px) {
  #hero.story-hero .col-wrap .col-rt {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #hero.story-hero {
    height: auto;
  }
  #hero.story-hero .col-wrap {
    text-align: center;
    height: auto;
    position: relative;
  }
  #hero.story-hero .col-wrap h1 {
    width: 100%;
  }
  #hero.story-hero .col-wrap .col {
    width: 100%;
  }
  #hero.story-hero .col-wrap .col-rt {
    padding: 60px 50px 0px;
  }
  #hero.story-hero .col-wrap .col-rt p {
    font-size: 18px;
    font-style: normal;
    font-weight: 430;
    line-height: 1.33;
    letter-spacing: -0.36px;
  }
  #hero.story-hero .col-wrap:after {
    position: absolute;
    bottom: -112px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #285D6F;
    border-radius: 50%;
    content: "";
    z-index: 2;
  }
  #hero.story-hero .col-wrap:before {
    width: 2px;
    height: 100px;
    background: #285D6F;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #hero.story-hero .centered p {
    font-size: 18px;
    line-height: 1.333;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  #hero.story-hero {
    height: auto;
  }
  #hero.story-hero .col-wrap .col {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #hero.story-hero {
    height: auto;
  }
  #hero.story-hero .col-wrap {
    text-align: center;
  }
  #hero.story-hero .col-wrap h1 {
    width: 100%;
  }
  #hero.story-hero .col-wrap .col {
    width: 100%;
  }
  #hero.story-hero .col-wrap .col.col-rt {
    padding: 60px 25px 0;
  }
  #hero.story-hero .col-wrap:after {
    bottom: -412px;
  }
  #hero.story-hero .col-wrap:before {
    height: 400px;
  }
  #hero.story-hero .centered h2.h1 {
    margin-top: 250px;
  }
}

.page-template-template-story {
  background: #E7E9E9;
}
.page-template-template-story #timeline {
  width: 100%;
  position: relative;
}
.page-template-template-story #timeline:after {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #285D6F;
  border-radius: 50%;
  content: "";
  z-index: 2;
}
.page-template-template-story #timeline .vertical-line {
  padding: 125px 0 150px;
  position: relative;
  width: 100%;
}
.page-template-template-story #timeline .vertical-line:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #285D6F;
  border-radius: 50%;
  content: "";
  z-index: 2;
}
.page-template-template-story #timeline .vertical-line:before {
  width: 2px;
  height: 100%;
  background: #285D6F;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page-template-template-story #timeline .vertical-line .poi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 4;
}
.page-template-template-story #timeline .vertical-line .poi + .poi {
  margin-top: 150px;
}
.page-template-template-story #timeline .vertical-line .poi img {
  width: 39.375vw;
  height: auto;
  order: 2;
}
.page-template-template-story #timeline .vertical-line .poi figcaption {
  padding: 25px 0 30px;
  text-align: right;
  order: 1;
  margin-left: auto;
  margin-right: calc(10vw - 4px);
  width: 50%;
  background: #E7E9E9;
  max-width: 440px;
}
.page-template-template-story #timeline .vertical-line .poi figcaption .year {
  display: block;
  margin-bottom: 10px;
}
.page-template-template-story #timeline .vertical-line .poi figcaption p {
  font-size: 18px;
  font-style: normal;
  font-weight: 430;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -0.36px;
}
.page-template-template-story #timeline .vertical-line .poi figcaption p a {
  color: inherit;
  font-weight: 700;
  transition: color 0.15s ease;
}
.page-template-template-story #timeline .vertical-line .poi figcaption p a:hover {
  color: #A92024;
  transition: color 0.15s ease;
}
.page-template-template-story #timeline .vertical-line .poi:nth-child(even) {
  justify-content: flex-start;
}
.page-template-template-story #timeline .vertical-line .poi:nth-child(even) img {
  order: 1;
}
.page-template-template-story #timeline .vertical-line .poi:nth-child(even) figcaption {
  text-align: left;
  order: 2;
  margin-right: auto;
  margin-left: calc(10vw - 2px);
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .page-template-template-story #timeline .vertical-line .poi {
    padding: 0 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-template-template-story #timeline .vertical-line .poi img {
    order: 1;
    width: 100%;
  }
  .page-template-template-story #timeline .vertical-line .poi figcaption {
    order: 2;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .page-template-template-story #timeline .vertical-line .poi:nth-child(even) {
    justify-content: center;
    align-items: center;
  }
  .page-template-template-story #timeline .vertical-line .poi:nth-child(even) img {
    order: 1;
  }
  .page-template-template-story #timeline .vertical-line .poi:nth-child(even) figcaption {
    text-align: center;
    order: 2;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  .page-template-template-story #timeline .vertical-line .poi figcaption {
    max-width: 380px;
  }
}

#the-gilberts {
  padding: 100px 0 200px;
}
#the-gilberts .contain h2 {
  margin-bottom: 115px;
  text-align: center;
  width: 100%;
  position: relative;
}
#the-gilberts .contain h2:after {
  position: absolute;
  bottom: -30px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #285D6F;
  content: "";
}
#the-gilberts .contain p {
  max-width: 655px;
  margin: 0 auto;
  color: #373A36;
  font-family: "basel_grotesk", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 430;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
}
#the-gilberts .contain p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #the-gilberts {
    padding: 80px 0 100px;
  }
  #the-gilberts .contain {
    text-align: center;
  }
  #the-gilberts .contain h2 {
    width: 100%;
    margin-bottom: 62px;
  }
  #the-gilberts .contain p {
    font-size: 14px;
    line-height: 20px;
  }
}

.privacy-policy .page-wrap {
  padding-bottom: 150px;
  max-width: 1200px;
}
.privacy-policy #hero.story-hero {
  text-align: left;
  justify-content: flex-start;
  padding-top: 150px;
  padding-bottom: 60px;
}
.privacy-policy h2 {
  font-size: 42px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .privacy-policy h2 {
    font-size: 36px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .privacy-policy .page-wrap {
    padding-bottom: 80px !important;
  }
  .privacy-policy .page-wrap h2, .privacy-policy .page-wrap h3 {
    font-size: 28px;
  }
  .privacy-policy .page-wrap h2:not(:first-child), .privacy-policy .page-wrap h3:not(:first-child) {
    margin-top: 25px;
  }
  .privacy-policy #hero.story-hero {
    padding-bottom: 30px;
  }
}
@media all and (pointer: coarse) and (max-width: 960px) and (orientation: landscape) {
  .privacy-policy #hero.story-hero {
    padding-top: 130px;
  }
}

#blog-hero {
  padding-top: 160px;
  background: #E7E9E9;
}
#blog-hero .contain {
  max-width: 100vw;
}
#blog-hero .contain div:not(.col) {
  width: 100%;
  padding: 110px 0;
  text-align: center;
}
#blog-hero .contain div:not(.col) h4 {
  color: #fff;
}
#blog-hero .contain div:not(.col) h2 {
  max-width: 275px;
  color: #fff;
  margin-top: 0;
}
#blog-hero .banner {
  width: 100%;
  padding: 0 100px 0px;
  position: relative;
  max-width: 1440px;
}
#blog-hero .banner:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 100px;
  background: #A92024;
  content: "";
}
#blog-hero .banner figure {
  width: 100%;
  position: relative;
}
#blog-hero .banner figure img {
  width: 100%;
  height: calc((100vw - 200px) * 0.32);
  object-fit: cover;
}
#blog-hero .banner figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#blog-hero .banner figure figcaption h1 {
  color: #fff;
}
#blog-hero .featured_post_slider .slick-track {
  display: flex !important;
}
#blog-hero .featured_post_slider .slick-slide {
  height: inherit !important;
}
#blog-hero .featured_post_slider .slick-dots {
  position: absolute;
  left: 105px;
  bottom: 105px;
  display: flex;
  gap: 10px;
}
#blog-hero .featured_post_slider .slick-dots li {
  width: 10px;
  border-radius: 50%;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
#blog-hero .featured_post_slider .slick-dots li.slick-active {
  background: rgb(255, 255, 255);
}
#blog-hero .featured_post_slider .slick-prev.slick-arrow {
  display: none !important;
}
#blog-hero .featured_post_slider .featured-press {
  padding-top: 50px;
  padding-bottom: 75px;
  height: 100%;
}
#blog-hero .featured_post_slider .featured-press .col-lt {
  position: relative;
  width: calc(50% - 50px);
  align-self: stretch;
  height: 100%;
}
#blog-hero .featured_post_slider .featured-press .col-lt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 28.125vw;
}
#blog-hero .featured_post_slider .featured-press .col-lt a {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#blog-hero .featured_post_slider .featured-press .col-lt a svg {
  display: block;
}
#blog-hero .featured_post_slider .featured-press .col-rt {
  width: calc(50% + 50px);
  padding: 0 100px 50px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
#blog-hero .featured_post_slider .featured-press .col-rt h5 {
  color: var(--rock-slate-50, rgba(55, 58, 54, 0.5));
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#blog-hero .featured_post_slider .featured-press .col-rt h2 {
  font-family: "basel_grotesk", serif;
  color: #373A36;
  font-size: 42px;
  font-style: normal;
  font-weight: 430;
  line-height: 1.142; /* 114.286% */
  letter-spacing: -0.84px;
}
#blog-hero .featured_post_slider .featured-press .col-rt p {
  font-family: "basel_grotesk", serif;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 430;
  line-height: 24px; /* 133.333% */
}
#blog-hero .featured_post_slider .featured-press .col-rt a {
  display: inline-block;
  margin-top: 110px;
  color: var(--Rock-Slate, #373A36);
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #373A36;
  padding-bottom: 7px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  #blog-hero .featured_post_slider .featured-press .col-rt {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #blog-hero .featured_post_slider .featured-press {
    flex-wrap: wrap;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt, #blog-hero .featured_post_slider .featured-press .col-rt {
    width: 100%;
    height: auto;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt {
    height: calc((100vw - 100px) * 0.665);
  }
  #blog-hero .featured_post_slider .featured-press .col-lt a {
    right: 15px;
    bottom: 15px;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt a svg {
    width: 30px;
    height: auto;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt img {
    height: 100%;
    min-height: unset;
  }
  #blog-hero .featured_post_slider .featured-press .col-rt {
    padding: 30px 0 60px;
  }
  #blog-hero .featured_post_slider .slick-dots {
    position: absolute;
    left: 65px;
    bottom: unset;
    top: calc((100vw - 100px) * 0.665 - 15px + 50px);
    transform: translateY(-100%);
    display: flex;
    gap: 10px;
  }
  #blog-hero .featured_post_slider .slick-dots li {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
  }
  #blog-hero .featured_post_slider .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #blog-hero .featured_post_slider .featured-press {
    flex-wrap: wrap;
    display: block;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt, #blog-hero .featured_post_slider .featured-press .col-rt {
    width: 100%;
    height: auto;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt {
    padding-top: 30px;
    height: calc((100vw - 50px) * 0.665);
    position: relative;
    z-index: 7;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt a {
    right: 15px;
    bottom: 15px;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt a svg {
    width: 30px;
    height: auto;
  }
  #blog-hero .featured_post_slider .featured-press .col-lt img {
    height: 100%;
    min-height: unset;
  }
  #blog-hero .featured_post_slider .featured-press .col-rt {
    padding: 30px 0 30px;
    position: unset;
  }
  #blog-hero .featured_post_slider .featured-press .col-rt h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 430;
    line-height: 1.28; /* 128.571% */
    letter-spacing: -0.56px;
  }
  #blog-hero .featured_post_slider .featured-press .col-rt a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 6;
  }
  #blog-hero .featured_post_slider .slick-dots {
    position: absolute;
    left: 40px;
    bottom: unset;
    top: calc((100vw - 50px) * 0.665 - 15px + 0px);
    transform: translateY(-100%);
    display: flex;
    gap: 10px;
  }
  #blog-hero .featured_post_slider .slick-dots li {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
  }
  #blog-hero .featured_post_slider .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
  }
}
#blog-hero .blog-header {
  max-width: 1440px;
  padding: 40px 100px 0px 200px;
  position: relative;
  flex-wrap: nowrap;
  /*&:after{
  	position:absolute;
  	top:100%;
  	left:200px;
  	right:200px;
  	height:4px;
  	background:#f2f2f2;
  	content:'';
  }*/
}
#blog-hero .blog-header .col-lt {
  padding-right: 160px;
  position: relative;
  flex: 1;
}
#blog-hero .blog-header .col-lt:after {
  position: absolute;
  top: calc(100% + 50px);
  left: 0;
  right: 100px;
  height: 4px;
  background: #f2f2f2;
  content: "";
}
#blog-hero .blog-header .col-lt h2 {
  margin-top: 20px;
}
#blog-hero .blog-header .col-rt ul {
  margin-top: 20px;
}
#blog-hero .blog-header .col-rt li svg {
  width: 48px;
  height: 48px;
}
#blog-hero .blog-header .col-rt li svg rect {
  fill: #A92024;
}
#blog-hero .blog-header .col-rt li a:hover svg rect {
  fill: #000;
}
#blog-hero .filters {
  padding-left: max((100vw - 1440px) / 2 + 100px, 100px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 4px solid #F2F2F2;
  height: 100px;
}
#blog-hero .filters .types {
  display: flex;
  height: 96px;
}
#blog-hero .filters .types a {
  font-family: "rockface", sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 18px;
  line-height: 100px;
  /* or 178% */
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.15s ease;
}
#blog-hero .filters .types a:hover {
  color: #A92024;
  transition: all 0.15s ease;
  text-decoration: none;
}
#blog-hero .filters .types a.active, #blog-hero .filters .types a:hover {
  color: #A92024;
  transition: all 0.15s ease;
}
#blog-hero .filters .types a.active:after, #blog-hero .filters .types a:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 100%;
  background: #A92024;
  content: "";
}
#blog-hero .filters .types a + a {
  margin-left: 80px;
}
#blog-hero .filters .filter-drop {
  position: relative;
}
#blog-hero .filters .filter-drop .filter-top {
  display: flex;
  height: 100px;
}
#blog-hero .filters .filter-drop .filter-top span {
  display: block;
  font-family: "rockface", sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 18px;
  line-height: 100px;
  padding: 0 64px;
  background: #F2F2F2;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  flex: 1;
}
#blog-hero .filters .filter-drop .filter-top svg {
  width: 100px;
  height: 100px;
  flex: 0;
  flex: none;
}
#blog-hero .filters .filter-drop .filter-options {
  display: none;
  width: 100%;
  border: 1px solid #A92024;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  max-height: 250px;
  z-index: 9;
}
#blog-hero .filters .filter-drop .filter-options li {
  display: block;
  padding: 5px 15px;
  background: #f2f2f2;
  border-bottom: #d0d0d0;
}
#blog-hero .filters .filter-drop .filter-options li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}
#blog-hero .filters .filter-drop .filter-options li:hover a, #blog-hero .filters .filter-drop .filter-options li.active a {
  color: #A92024;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  #blog-hero .filters {
    padding-left: 80px;
    height: 80px;
  }
  #blog-hero .filters .types {
    height: 80px;
  }
  #blog-hero .filters .types a {
    line-height: 80px;
  }
  #blog-hero .filters .filter-drop {
    display: flex;
  }
  #blog-hero .filters .filter-drop .filter-top {
    height: 80px;
  }
  #blog-hero .filters .filter-drop .filter-top span {
    display: block;
    font-family: "rockface", sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 18px;
    line-height: 80px;
    /* or 178% */
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  #blog-hero .filters .filter-drop .filter-top svg {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  #blog-hero .filters {
    padding: 0 36px;
    flex-wrap: wrap;
    height: auto;
  }
  #blog-hero .filters .types {
    height: 50px;
    line-height: 50px;
    justify-content: flex-start;
  }
  #blog-hero .filters .types a {
    font-size: 12px;
    line-height: 50px;
  }
  #blog-hero .filters .types a + a {
    margin-left: 30px;
  }
  #blog-hero .filters .filter-drop {
    display: block;
    margin-top: 0;
    margin-bottom: -4px;
  }
  #blog-hero .filters .filter-drop .filter-top {
    flex: 1;
    height: 50px;
  }
  #blog-hero .filters .filter-drop .filter-top span {
    line-height: 50px;
    font-size: 12px;
  }
  #blog-hero .filters .filter-drop .filter-top svg {
    width: 54px;
    height: 54px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #blog-hero .filters {
    padding: 0 36px;
    flex-wrap: wrap;
    height: auto;
  }
  #blog-hero .filters .types {
    height: 50px;
    line-height: 50px;
    justify-content: flex-start;
  }
  #blog-hero .filters .types a {
    font-size: 12px;
    line-height: 50px;
  }
  #blog-hero .filters .types a + a {
    margin-left: 30px;
  }
  #blog-hero .filters .filter-drop {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: -4px;
  }
  #blog-hero .filters .filter-drop .filter-top {
    flex: 1;
    height: 50px;
  }
  #blog-hero .filters .filter-drop .filter-top span {
    line-height: 50px;
    font-size: 12px;
  }
  #blog-hero .filters .filter-drop .filter-top svg {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  #blog-hero .banner {
    padding: 0 80px;
  }
  #blog-hero .banner:after {
    width: 80px;
    height: 80px;
  }
  #blog-hero .banner figure img {
    width: 100%;
    height: calc((100vw - 160px) * 0.42);
    object-fit: cover;
  }
  #blog-hero .blog-header {
    padding: 40px 80px 0 160px;
  }
}
@media only screen and (max-width: 991px) {
  #blog-hero {
    padding-top: 120px;
  }
  #blog-hero .banner {
    padding: 0 36px;
  }
  #blog-hero .banner:after {
    width: 36px;
    height: 36px;
  }
  #blog-hero .banner figure img {
    width: 100%;
    height: calc((100vw - 72px) * 0.42);
    object-fit: cover;
  }
  #blog-hero .blog-header {
    padding: 40px 36px 0 72px;
    flex-direction: column;
  }
  #blog-hero .blog-header .col-rt {
    position: relative;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #blog-hero .blog-header .col-rt ul {
    margin: 0;
  }
  #blog-hero .blog-header .col-rt ul li {
    display: inline-block;
    margin: 10px;
  }
  #blog-hero .blog-header .col-rt:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 100px;
    height: 4px;
    background: #f2f2f2;
    content: "";
  }
  #blog-hero .blog-header .col-lt {
    width: 100%;
    padding-right: 0px;
  }
  #blog-hero .blog-header .col-lt:after {
    display: none;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #blog-hero {
    padding-top: 130px;
  }
  #blog-hero .banner {
    padding: 0 36px;
  }
  #blog-hero .banner:after {
    width: 36px;
    height: 36px;
  }
  #blog-hero .banner figure img {
    width: 100%;
    height: calc((100vw - 72px) * 0.62);
    object-fit: cover;
  }
  #blog-hero .blog-header {
    padding: 50px 36px 0 36px;
    flex-direction: column;
  }
  #blog-hero .blog-header .col-rt {
    position: relative;
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #blog-hero .blog-header .col-rt ul {
    margin: 0;
  }
  #blog-hero .blog-header .col-rt ul li {
    display: inline-block;
    margin: 10px;
  }
  #blog-hero .blog-header .col-rt ul li a svg {
    width: 35px;
    height: 35px;
  }
  #blog-hero .blog-header .col-rt:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 100px;
    height: 4px;
    background: #f2f2f2;
    content: "";
  }
  #blog-hero .blog-header .col-lt {
    width: 100%;
    padding-right: 0px;
  }
  #blog-hero .blog-header .col-lt h2 {
    font-size: 26px;
  }
  #blog-hero .blog-header .col-lt:after {
    display: none;
  }
}

#blogroll {
  padding: 80px 0 100px;
}
#blogroll .filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
}
#blogroll .filter-row h3 {
  text-transform: capitalize;
  font-family: "rockface", sans-serif;
  color: #373A36;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.8px;
}
#blogroll .filter-row #menu-fill {
  left: unset;
  right: 180px;
}
#blogroll .filter-row #filter-drop {
  left: unset;
  right: -2px;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #blogroll .filter-row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  #blogroll {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #blogroll .filter-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 80px;
  }
  #blogroll .filter-row h3 {
    margin-bottom: 30px;
  }
  #blogroll .filter-row #filter-drop {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #blogroll .filter-row #menu-fill {
    left: 180px;
    right: unset;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #blogroll {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #blogroll .filter-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  #blogroll .filter-row h3 {
    margin-bottom: 30px;
  }
  #blogroll .filter-row #filter-drop {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #blogroll .filter-row #menu-fill {
    left: 180px;
    right: unset;
    display: none;
  }
}

.grid.blogroll, .post-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 26.667px));
  grid-gap: 40px;
}
.grid.blogroll article, .post-grid article {
  color: #373A36;
  border-radius: 0 0 0;
  overflow: hidden;
  transition: all 0.15s ease;
  position: relative;
}
.grid.blogroll article > a, .post-grid article > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.grid.blogroll article img, .post-grid article img {
  object-fit: cover;
  height: calc(((100vw - 150px) * 0.3333 - 26.666px) * 0.85);
  opacity: 1;
  transition: opacity 0.15s ease;
}
.grid.blogroll article figcaption, .post-grid article figcaption {
  padding: 20px 0;
}
.grid.blogroll article figcaption .date, .post-grid article figcaption .date {
  color: #373A36;
  font-family: "rockface", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 15px;
  background: #fff;
  border-radius: 20px;
  line-height: 15px;
}
.grid.blogroll article figcaption h3, .post-grid article figcaption h3 {
  color: #373A36;
  font-family: "basel_grotesk", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 430;
  line-height: 1.16667; /* 116.667% */
  margin-bottom: 0px;
  transition: all 0.15s ease;
  text-transform: capitalize;
  letter-spacing: -0.48px;
}
.grid.blogroll article figcaption span.more, .post-grid article figcaption span.more {
  display: none;
  color: #373A36;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #373A36;
  padding-bottom: 7px;
  margin-top: 50px;
  display: inline-block;
  transition: all 0.15s ease;
  display: none;
}
.grid.blogroll article:hover, .post-grid article:hover {
  transition: all 0.15s ease;
}
.grid.blogroll article:hover img, .post-grid article:hover img {
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
.grid.blogroll article:hover figcaption h3, .grid.blogroll article:hover figcaption .date, .grid.blogroll article:hover figcaption span.more, .post-grid article:hover figcaption h3, .post-grid article:hover figcaption .date, .post-grid article:hover figcaption span.more {
  transition: all 0.15s ease;
}
.related-posts {
  padding-bottom: 80px;
  padding-top: 100px;
  background: #fff;
}
.related-posts h2 {
  margin-bottom: 40px;
  color: #373A36;
  font-family: "rockface", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.8px;
}
@media only screen and (max-width: 991px) {
  .related-posts h2 {
    padding-top: 60px;
  }
  .related-posts .post-grid {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .grid.blogroll, .post-grid {
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-gap: 20px;
  }
  .grid.blogroll article img, .post-grid article img {
    height: calc(((100vw - 50px) * 0.5 - 10px) * 0.665);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .grid.blogroll, .post-grid {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
  .grid.blogroll article img, .post-grid article img {
    height: calc((100vw - 50px) * 0.665);
  }
}
#blog-roll {
  padding: 70px 0 120px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #blog-roll {
    padding: 50px 0;
  }
}

.blog-roll {
  padding-bottom: 120px;
}
.blog-roll .blog-item {
  padding-bottom: 50px;
  border-bottom: 4px solid #F2F2F2;
  position: relative;
}
.blog-roll .blog-item + .blog-item {
  padding-top: 50px;
}
.blog-roll .blog-item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.blog-roll .blog-item figure {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog-roll .blog-item figure div.blog-img {
  width: 250px;
  height: 250px;
  flex: none;
  background: #f2f2f2;
}
.blog-roll .blog-item figure div.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-roll .blog-item figure figcaption {
  padding: 0 30px;
  flex: 1;
}
.blog-roll .blog-item figure figcaption h5 {
  color: #000;
  margin-bottom: 30px;
}
.blog-roll .blog-item figure figcaption p {
  margin-top: 40px;
  color: #A92024;
  font-family: "rockface", sans-serif;
  font-style: normal;
  font-weight: 475;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.blog-roll .blog-item figure figcaption p a {
  color: #A92024;
  font-family: "rockface", sans-serif;
  font-style: normal;
  font-weight: 475;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .blog-roll .blog-item {
    padding-bottom: 0px;
  }
  .blog-roll .blog-item + .blog-item {
    padding-top: 30px;
  }
  .blog-roll .blog-item figure {
    flex-direction: column;
  }
  .blog-roll .blog-item figure div.blog-img {
    width: 70vw;
    height: 70vw;
  }
  .blog-roll .blog-item figure figcaption {
    padding: 30px 0;
    width: 100%;
  }
  .blog-roll .blog-item figure figcaption h5 {
    margin-bottom: 10px;
  }
  .blog-roll .blog-item figure figcaption h2 {
    font-size: 22px;
  }
  .blog-roll .blog-item figure figcaption p {
    margin-top: 20px;
  }
}

#blog-content {
  padding: 115px 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#blog-content *:not(.alignright, .alignleft, .aligncenter, img, figure, iframe, ol, ul, li, span, em, strong, i, b, a, sup, sub, button) {
  padding-left: 100px;
  padding-right: 100px;
}
#blog-content p {
  padding: 0 100px;
}
#blog-content p + p {
  padding-top: 20px;
}
#blog-content p + ul, #blog-content p + ol {
  padding-top: 5px;
}
#blog-content ul, #blog-content ol {
  padding: 0 100px 0 137px;
}
#blog-content ul + ul, #blog-content ul + ol, #blog-content ul + p, #blog-content ol + ul, #blog-content ol + ol, #blog-content ol + p {
  padding-top: 20px;
}
#blog-content ul li + li, #blog-content ol li + li {
  margin-top: 5px;
}
#blog-content h2:not(h2:first-child) {
  margin-top: 50px;
  margin-bottom: 20px;
}
#blog-content h3:not(h3:first-child) {
  margin-top: 40px;
  margin-bottom: 20px;
}
#blog-content h4:not(h4:first-child) {
  margin-top: 30px;
  margin-bottom: 20px;
}
#blog-content h5:not(h5:first-child) {
  margin-top: 20px;
  margin-bottom: 10px;
}
#blog-content ul li {
  list-style: disc;
}
#blog-content ol li {
  list-style: number;
}
#blog-content .alignright {
  float: right;
  margin: 5px -100px 30px 30px;
  max-width: 30%;
  width: 25%;
}
#blog-content .alignleft {
  float: left;
  margin: 5px 30px 30px -100px;
  max-width: 30%;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  #blog-content {
    padding: 60px 0;
  }
  #blog-content *:not(.alignright, .alignleft, .aligncenter, img, figure, iframe, ol, ul, li, span, em, strong, i, b, a, sup, sub, button) {
    padding-left: 72px;
    padding-right: 36px;
  }
  #blog-content p {
    padding: 0 36px 0 72px;
  }
  #blog-content p + p {
    padding-top: 20px;
  }
  #blog-content p + ul, #blog-content p + ol {
    padding-top: 5px;
  }
  #blog-content ul, #blog-content ol {
    padding: 0 36px 0 95px;
  }
  #blog-content ul + ul, #blog-content ul + ol, #blog-content ul + p, #blog-content ol + ul, #blog-content ol + ol, #blog-content ol + p {
    padding-top: 20px;
  }
  #blog-content ul li + li, #blog-content ol li + li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #blog-content {
    padding: 40px 0;
  }
  #blog-content *:not(.alignright, .alignleft, .aligncenter, img, figure, iframe, ol, ul, li, span, em, strong, i, b, a, sup, sub, button) {
    padding-left: 36px;
    padding-right: 36px;
  }
  #blog-content p {
    padding: 0 36px 0 72px;
  }
  #blog-content p + p {
    padding-top: 20px;
  }
  #blog-content p + ul, #blog-content p + ol {
    padding-top: 5px;
  }
  #blog-content ul, #blog-content ol {
    padding: 0 36px 0 50px;
  }
  #blog-content ul + ul, #blog-content ul + ol, #blog-content ul + p, #blog-content ol + ul, #blog-content ol + ol, #blog-content ol + p {
    padding-top: 20px;
  }
  #blog-content ul li + li, #blog-content ol li + li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #blog-content {
    padding: 40px 0;
  }
}

.single-blog #site-wrap .blog-wrap {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .single-blog #site-wrap .blog-wrap {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-blog #site-wrap .blog-wrap {
    padding-bottom: 0;
  }
}

.pagination {
  margin-top: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination span:not(.prev, .next) {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  color: #373A36;
  transition: all 0.15s ease;
  text-align: center;
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px;
}
.pagination a.current, .pagination span:not(.prev, .next).current {
  background: #373A36;
  color: #fff;
  transition: all 0.15s ease;
}
.pagination a.prev {
  padding-right: 30px;
}
.pagination a.next {
  padding-left: 30px;
}
.pagination a.prev.inactive, .pagination a.next.inactive {
  cursor: default;
  opacity: 0.4;
}
@media only screen and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
  }
}

.single_post {
  background: #E7E9E9;
  position: relative;
}
.single_post .upper-post {
  position: relative;
}
.single_post .upper-post .post_hero {
  padding: 180px 0 40px;
  text-align: center;
}
.single_post .upper-post .post_hero h1 {
  color: #373A36;
  margin-bottom: 40px;
}
.single_post .upper-post .post_hero + figure {
  width: calc(min(100vw, 1440px) - 150px);
  margin: 0 auto;
}
.single_post .upper-post .post_hero + figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: calc((min(100vw, 1440px) - 150px) * 0.6);
}
.single_post .upper-post .post_hero .author, .single_post .upper-post .post_hero .date {
  text-transform: uppercase;
  color: var(--Rock-Slate, #373A36);
  font-family: "rockface", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.single_post .share {
  position: absolute;
  top: 100%;
  left: 75px;
  left: max(75px, (100vw - 1440px) / 2 + 75px);
  margin-top: 60px;
  width: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 10px;
}
.single_post .share a {
  font-size: 16px;
  color: #373A36;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #373A36;
  border-radius: 50%;
  text-align: center;
}
.single_post .share a:hover {
  background: #373A36;
  color: #fff;
}
.single_post .content {
  max-width: 760px;
  padding-top: 60px;
  padding-bottom: 120px;
}
.single_post .content p {
  letter-spacing: 0;
  color: #000;
  font-family: "basel_grotesk", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 430;
  line-height: 1.333; /* 133.333% */
}
.single_post .content p a {
  color: inherit;
  text-decoration: underline;
}
.single_post .content p a:hover {
  opacity: 0.56;
}
.single_post .content p:not(:first-child) {
  margin-top: 20px;
}
.single_post .content p + ul {
  margin-top: 20px;
}
.single_post .content h2 {
  margin-bottom: 30px;
  font-family: "rockface", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -1.8px;
}
.single_post .content h2:not(:first-child) {
  margin-top: 30px;
}
.single_post .content h3 {
  color: #000;
  text-transform: none;
  font-family: "basel_grotesk", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 430;
}
.single_post .content h3:not(:first-child) {
  margin-top: 30px;
}
.single_post .content ul {
  list-style: disc;
  padding-left: 25px;
}
.single_post .content ul li {
  list-style: disc;
  color: #000;
  font-family: "basel_grotesk", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 430;
  line-height: 1.333; /* 133.333% */
}
.single_post .content ul li::marker {
  font-size: 14px;
}
.single_post .content ul li + li {
  margin-top: 20px;
}
.single_post .content img.aligncenter {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .single_post .content {
    padding-bottom: 120px !important;
  }
  .single_post .content h2 {
    font-size: 32px;
    line-height: 1.31;
    letter-spacing: -1.6px;
  }
  .single_post .content h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 430;
    line-height: 1.14; /* 114.286% */
  }
  .single_post .share {
    flex-direction: row;
    margin-top: 0;
    padding: 20px 25px 40px;
    position: relative;
    top: unset;
    left: unset;
  }
  .single_post .upper-post {
    padding-top: 130px;
  }
  .single_post .upper-post .post_hero + figure {
    width: 100vw;
  }
  .single_post .upper-post .post_hero + figure img {
    height: 60vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .single_post .content {
    padding-bottom: 50px !important;
  }
  .single_post .content h2 {
    font-size: 32px;
    line-height: 1.31;
    letter-spacing: -1.6px;
  }
  .single_post .content h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 430;
    line-height: 1.14; /* 114.286% */
  }
  .single_post .share {
    flex-direction: row;
    margin-top: 0;
    padding: 20px 25px 40px;
    position: relative;
    top: unset;
    left: unset;
  }
  .single_post .upper-post {
    padding-top: 130px;
  }
  .single_post .upper-post .post_hero + figure {
    width: 100vw;
  }
  .single_post .upper-post .post_hero + figure img {
    height: 60vw;
  }
}

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