@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "john sans";
  src: url("../fonts/johnsans-lite-pro.woff2") format("woff2"),
    url("../fonts/johnsans-lite-pro.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  font-display: swap;
}
@font-face {
  font-family: "john sans";
  src: url("../fonts/johnsans-text-pro.woff2") format("woff2"),
    url("../fonts/johnsans-text-pro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  font-display: swap;
}
@font-face {
  font-family: "john sans";
  src: url("../fonts/johnsans-text-pro-bold.woff2") format("woff2"),
    url("../fonts/johnsans-text-pro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  font-display: swap;
}
@font-face {
  font-family: "john sans white";
  src: url("../fonts/JohnSansWhitePro.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  width: 100%;
  max-width: 100%;
  position: relative;
  /*overflow-x: hidden;*/

  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;

  min-height: 100svh;
  height: 100svh;
  max-height: 100%;
  background-color: #18191f;
  font-family: sans-serif;
  color: #003448;
}
::-webkit-scrollbar {
  width: 0;
  display: none;
}

.no-scroll {
  overflow: hidden;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

img,
svg {
  max-width: 100%;
  height: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1,
.h1 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
h2,
.h2 {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
h3,
.h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3.has-underline,
.h3.has-underline {
  margin-bottom: 26px;
  position: relative;
}
h3.has-underline::after,
.h3.has-underline::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background-color: #a90061;
  position: absolute;
  bottom: -18px;
}
@media (min-width: 48em) {
  h3.has-underline,
  .h3.has-underline {
    margin-bottom: 35px;
  }
}
h4,
.h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}
h5,
.h5 {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 34px;
  }
}
h6,
.h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.h7 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.small-heading {
  display: block;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .small-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
ul,
ol {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ul,
  ol {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
strong {
  font-weight: 700;
}
label,
.label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.text-field-hint {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.pink {
  color: #a90061;
}
.green {
  color: #00c873;
}
a.small-cta {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}
.page-blocks > .module {
  margin-bottom: 170px;
}
.page-blocks
  > .module:first-child:not(.header-block-one):not(.header-media-carousel) {
  margin-top: 180px;
}
.page-blocks > .module.header-block-one,
.page-blocks > .module.header-media-carousel {
  margin-bottom: 110px;
}
.page-blocks > .module:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
  .page-blocks > .module {
    margin-bottom: 150px;
  }
  .page-blocks > .module.header-block-one,
  .page-blocks > .module.header-media-carousel {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-blocks > .module {
    margin-bottom: 80px;
  }
  .page-blocks
    > .module:first-child:not(.header-block-one):not(.header-media-carousel) {
    margin-top: 110px;
  }
}
.is-hover-device .ash-h-outline-button:hover {
  color: #fff;
  background-color: #a90061;
}
.is-hover-device .ash-h-outline-button:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.is-hover-device .ash-h-outline-button:hover .is-external {
  background-image: url("../images/link-external-icon-hover.png");
}
.is-hover-device .ash-h-outline-button:hover:before {
  left: 0;
}

header.no-banner.site-header.is-menu-active .ash-h-site-branding a img {
  opacity: 0;
}
header.no-banner.site-header.is-menu-active .ash-h-site-branding .alt-logo {
  display: block;
}
.site-header.is-menu-active .ash-h-site-branding img {
  -webkit-transition: opacity 800ms ease 0s;
  transition: opacity 800ms ease 0s;
}


@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 5px;
    height: 5px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 200px;
    height: 200px;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 5px;
    height: 5px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 200px;
    height: 200px;
  }
}
@-webkit-keyframes rotate_large {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 5px;
    height: 5px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 100px;
    height: 100px;
  }
}
@keyframes rotate_large {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 5px;
    height: 5px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 100px;
    height: 100px;
  }
}
@-webkit-keyframes rotate_medium {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 5px;
    height: 5px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 50px;
    height: 50px;
  }
}
@keyframes rotate_medium {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 5px;
    height: 5px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 50px;
    height: 50px;
  }
}

.carousel-wrap {
  position: relative;
  width: 100%;
}
.carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  color: #003448;
  text-decoration: none;
}
.carousel a.carousel-item:hover .carousel-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-image {
  overflow: hidden;
}
.carousel-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.carousel-meta {
  padding: 20px 18px;
}
.carousel-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.carousel-popup-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.carousel-popup-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 80vw;
}
.carousel-popup-details {
  background-color: #fff;
}
.carousel-popup-content {
  margin-top: 20px;
}
.carousel-popup-content p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 10px;
}
.carousel-popup-content p:last-child {
  margin-bottom: 0;
}
.carousel-button,
.owl-theme .owl-nav [class*="owl-"] {
  width: 44px;
  height: 44px;
  background-color: #a90061 !important;
  border: 0;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.carousel-button svg,
.owl-theme .owl-nav [class*="owl-"] svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.carousel-button:hover,
.owl-theme .owl-nav :hover[class*="owl-"],
.carousel-button:focus,
.owl-theme .owl-nav :focus[class*="owl-"],
.carousel-button:active,
.owl-theme .owl-nav :active[class*="owl-"] {
  outline: 0;
  background-color: #760044 !important;
}
.carousel-button-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
}
.carousel-button-close:hover svg,
.carousel-button-close:focus svg,
.carousel-button-close:active svg {
  width: 21px;
  height: 21px;
}
@media (min-width: 48em) {
  .carousel-meta {
    padding: 16px 18px;
  }
  .carousel-popup {
    background-color: #fff;
    bottom: 0;
  }
  .carousel-popup-row {
    width: 100%;
    height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .carousel-popup-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .carousel-popup-image {
    height: 100%;
  }
  .carousel-popup-details {
    max-height: 100%;
    overflow: auto;
  }
  .carousel-popup-content {
    margin-top: 30px;
  }
  .carousel-popup-content p {
    font-size: 20px;
    line-height: 1.5;
  }
  .carousel-button,
  .owl-theme .owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
  }
  .carousel-button svg,
  .owl-theme .owl-nav [class*="owl-"] svg {
    width: 28px;
    height: 28px;
  }
  .carousel-button-close svg {
    width: 24px;
    height: 24px;
  }
  .carousel-button-close:hover svg,
  .carousel-button-close:focus svg,
  .carousel-button-close:active svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 64em) {
  .carousel-meta {
    padding: 20px 50px 40px;
  }
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-theme .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  margin-top: 0;
  pointer-events: none;
}
.owl-theme .owl-nav [class*="owl-"] {
  display: block;
  margin: 0 !important;
  border-radius: 0;
  pointer-events: all;
}
.owl-theme .owl-nav [class*="owl-"]:hover svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.owl-theme .owl-nav [class*="owl-"].owl-prev:hover svg {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.page-template-page-template-gravity .page-content.gravity-letters {
  z-index: 2;
  background: #f2f2f2;
  padding-top: 10px;
  overflow: hidden;
}
.page-template-page-template-gravity
  .ash-h-bg-letters-two
  .letter-element-bd-a {
  left: -3%;
  top: -3%;
}
.page-template-page-template-gravity
  .ash-h-bg-letters-two
  .letter-element-bd-b {
  right: -10%;
  top: 20%;
  left: auto;
}
.page-template-page-template-gravity span.letter.letter-element-bd-c {
  top: 30%;
  left: -2%;
}
.page-template-page-template-gravity span.letter.letter-element-bd-d {
  top: 52%;
  right: -10%;
}
.page-template-page-template-gravity span.letter.letter-element-bd-e {
  top: 59%;
  left: -6%;
}
.page-template-page-template-gravity span.letter.letter-element-bd-f {
  top: 85%;
  right: -7%;
}
.page-template-page-template-gravity span.letter.letter-element-bd-g {
  top: 100%;
  left: -10%;
}
.page-template-page-template-gravity .page-blocks .module {
  margin-bottom: 100px;
}
.page-template-page-template-gravity
  .page-blocks
  > .module:first-child:not(.header-block-one):not(.header-media-carousel) {
  margin-top: 86px;
}
.page-template-page-template-gravity .one-column-body-copy-content {
  width: 911px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.page-template-page-template-gravity .home-hero {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-page-template-gravity .home-hero .small-cta {
  background: #a90061;
  color: #fff;
}
.page-template-page-template-gravity .home-hero-heading {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 850px;
  max-width: calc(100% - 30px);
}
.page-template-page-template-gravity .ken-burns {
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden !important;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-page-template-gravity .ken-burns .animated {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-template-gravity .ken-burns .home-hero-heading {
  margin: auto;
}
@media (max-height: 600px) {
  .page-template-page-template-gravity .ken-burns .home-hero-heading {
    top: 100px;
  }
}
.page-template-page-template-gravity .ken-burns .home-hero-heading img {
  margin-bottom: 25px;
}
.page-template-page-template-gravity .ken-burns .layer1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-template-gravity .home-hero-arrow {
  z-index: 2;
}
.page-template-page-template-gravity .home-hero-arrow svg {
  fill: #fff;
}
.page-template-page-template-gravity .gravity-carousel-intro {
  padding-top: 90px;
}
.page-template-page-template-gravity .greengravity {
  background: linear-gradient(60deg, #092f40 32%, #186859 100%);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.page-template-page-template-gravity .greengravity .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.6;
}
.page-template-page-template-gravity .greengravity .mask img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  float: right;
}
.page-template-page-template-gravity .greengravity .one-column-body-copy {
  position: relative;
  z-index: 99;
}
.page-template-page-template-gravity .greengravity .audiencegravity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-template-page-template-gravity .greengravity .audiencegravity > div {
  width: calc(50% - 7px);
  padding: 75px 89px 75px 67px;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .page-template-page-template-gravity .greengravity .audiencegravity > div {
    width: 100%;
  }
}
.page-template-page-template-gravity
  .greengravity
  .audiencegravity
  > div
  > span {
  color: #a90061;
  font-size: 20px;
  font-weight: bold;
}
.page-template-page-template-gravity .greengravity .audiencegravity > div h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  padding-bottom: 25px;
}
.page-template-page-template-gravity
  .greengravity
  .audiencegravity
  > div
  h2::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 4px;
  background: #123346;
  bottom: 0;
  left: 0;
}
.page-template-page-template-gravity
  .greengravity
  .audiencegravity
  > div
  ul
  li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.page-template-page-template-gravity
  .greengravity
  .audiencegravity
  > div
  ul
  li:last-child {
  margin-bottom: 0;
}
.page-template-page-template-gravity
  .greengravity
  .audiencegravity
  > div
  ul
  li::after {
  content: "";
  background: url("../images/plus-icon.svg") no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-template-page-template-gravity .owl-carousel .carousel-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .page-template-page-template-gravity .owl-carousel .carousel-navigation {
    top: auto;
    height: auto;
    position: relative;
  }
}
.page-template-page-template-gravity
  .owl-carousel
  .carousel-navigation
  .nav-button {
  background: url("../images/carousel-navigation@2x.png") no-repeat;
  background-size: contain;
  width: 59px;
  height: 59px;
}
.page-template-page-template-gravity
  .owl-carousel
  .carousel-navigation
  .nav-button.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-template-page-template-gravity .owl-carousel .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-template-page-template-gravity .owl-carousel .slide .images {
  width: calc(61.25% - 80px);
  position: relative;
}
@media (max-width: 1024px) {
  .page-template-page-template-gravity .owl-carousel .slide .images {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  .page-template-page-template-gravity .owl-carousel .slide .images {
    width: 100%;
  }
}
.page-template-page-template-gravity
  .owl-carousel
  .slide
  .images
  .image-container
  img {
  width: 100%;
  height: auto;
}
.page-template-page-template-gravity
  .owl-carousel
  .slide
  .images
  .image-container
  img:last-child {
  margin-bottom: 0;
}
.page-template-page-template-gravity .owl-carousel .slide .content {
  width: calc(38.75% - 80px);
  padding: 20px 4.38% 0 4.38%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page-template-page-template-gravity .owl-carousel .slide .content {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  .page-template-page-template-gravity .owl-carousel .slide .content {
    width: 100%;
  }
}
.page-template-page-template-gravity .owl-carousel .slide .content h3 {
  font-family: sans-serif;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
}
.page-template-page-template-gravity .owl-carousel .slide .content .divider {
  background-color: #a90061;
  height: 2px;
  margin-bottom: 30px;
  width: 8.06%;
}
.page-template-page-template-gravity .owl-carousel .slide .content img {
  max-width: 200px;
  margin-bottom: 30px;
}
.page-template-page-template-gravity .owl-carousel .slide .content ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.page-template-page-template-gravity
  .owl-carousel
  .slide
  .content
  ul
  li:last-child {
  margin-bottom: 0;
}
.page-template-page-template-gravity
  .owl-carousel
  .slide
  .content
  ul
  li::after {
  content: "";
  background: #c11f6f;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.page-template-page-template-gravity .home-hero.iframe {
  max-width: 1100px;
  height: calc((1100px) / (16 / 9));
}
@media (max-width: 768px) {
  .page-template-page-template-gravity .home-hero.iframe {
    height: auto;
  }
}
.page-template-page-template-gravity .home-hero.iframe iframe {
  width: 100%;
  height: calc((1100px) / (16 / 9));
}
@media (max-width: 768px) {
  .page-template-page-template-gravity .home-hero.iframe iframe {
    height: auto;
  }
}
.page-template-page-template-gravity .home-hero.iframe #home-hero-video-toggle {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}
.page-template-page-template-gravity
  .home-hero.iframe
  #home-hero-video-toggle
  .plyr__video-embed__container {
  -webkit-transform: none !important;
  transform: none !important;
}
.page-template-page-template-gravity .home-hero.iframe .plyr--video {
  background: transparent !important;
}
.page-template-page-template-gravity .home-hero.iframe .vp-controls {
  display: none !important;
}
.page-template-page-template-gravity .home-hero.iframe .hero-video-container {
  height: calc((1100px) / (16 / 9)) !important;
}
.page-template-page-template-gravity
  .home-hero.iframe
  .hero-video-container
  .plyr__video-embed__container {
  -webkit-transform: none !important;
  transform: none !important;
}
.page-template-page-template-gravity
  .home-hero.iframe
  .hero-video-container
  .plyr__video-embed__container
  iframe {
  height: calc((1100px) / (16 / 9)) !important;
}
.page-template-page-template-gravity
  .home-hero.iframe
  .hero-video-container
  #background-player {
  height: calc((1100px) / (16 / 9));
  max-width: 1100px;
  width: 100vw;
}
.page-template-page-template-gravity
  .home-hero.iframe
  .hero-video-container
  #background-player
  .plyr__video-wrapper {
  background: transparent;
  height: calc((1100px) / (16 / 9));
  padding: 0;
}
.page-template-page-template-gravity
  .home-hero.iframe
  .hero-video-container
  #background-player
  iframe {
  pointer-events: none;
}
.page-template-page-template-gravity .blog-posts-home-section {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page-template-page-template-gravity .blog-posts-home-section-item {
  display: block;
  position: relative;
  margin: 0 10px;
  width: calc(33.33333% - 10px);
  overflow: hidden;
  text-decoration: none;
}
.page-template-page-template-gravity .blog-posts-home-section-item h3 {
  color: #003448;
  font-size: 20px;
}
.page-template-page-template-gravity .blog-posts-home-item-content {
  position: absolute;
  background-color: rgba(242, 242, 242, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 105%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
}
.page-template-page-template-gravity .blog-posts-home-item-content h3 {
  position: relative;
  font-family: sans-serif;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 40px;
}
.page-template-page-template-gravity .blog-posts-home-item-content h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  width: 44px;
  height: 2px;
  background-color: #a90061;
}
.page-template-page-template-gravity .blog-posts-home-section-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-template-page-template-gravity .blog-posts-home-section-item-inner {
  position: relative;
  overflow: hidden;
}
.page-template-page-template-gravity .blog-posts-home-section-img-wrapper {
  line-height: 0;
}
.page-template-page-template-gravity .blog-posts-home-section-title {
  position: relative;
  z-index: 10;
  padding: 12px 14px 14px;
}
@media (min-width: 1024px) {
  .page-template-page-template-gravity
    .blog-posts-home-section-item:hover
    .blog-posts-home-item-content {
    top: 0;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
}
@media (max-width: 1023px) {
  .page-template-page-template-gravity .blog-posts-home-item-content {
    display: none;
    top: auto;
    padding: 20px 4.39%;
  }
  .page-template-page-template-gravity .blog-posts-home-item-content h3 {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-template-page-template-gravity .blog-posts-home-section-item {
    margin-bottom: 15px !important;
  }
  .page-template-page-template-gravity .blog-posts-home-item-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-template-page-template-gravity .blog-posts-home-section-img-wrapper {
    width: 100%;
  }
}
.page-template-page-template-gravity .gravity-quote {
  background-color: #003448;
}
.page-template-page-template-gravity .gravity-quote.quotemarks {
  padding: 0.25rem 0.5rem;
}
.page-template-page-template-gravity
  .gravity-quote.quotemarks
  .quote-area:before,
.page-template-page-template-gravity
  .gravity-quote.quotemarks
  .quote-area:after {
  display: none;
}
.page-template-page-template-gravity .gravity-quote .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-page-template-gravity .gravity-quote .quote-area {
  margin: auto;
  background: transparent;
  padding: 7.29% 65px;
  color: #fff;
}
.page-template-page-template-gravity .gravity-quote .quote-content {
  margin-bottom: 0;
}
.page-template-page-template-gravity .gravity-quote .quote-content p {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 0;
  position: relative;
}
.page-template-page-template-gravity .gravity-quote .quote-content p:before,
.page-template-page-template-gravity .gravity-quote .quote-content p:after {
  content: "“";
  position: absolute;
  font-size: 72px;
  line-height: 50px;
  color: #00c873;
}
.page-template-page-template-gravity .gravity-quote .quote-content p:before {
  top: 0;
  left: -30px;
}
.page-template-page-template-gravity .gravity-quote .quote-content p:after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}
.page-template-page-template-gravity .gravity-quote .quote-source p {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: #00c873;
}
@media screen and (max-width: 1024px) {
  .page-template-page-template-gravity .gravity-quote {
    padding: 0.25rem 1rem;
  }
  .page-template-page-template-gravity .gravity-quote.quotemarks {
    padding: 0.25rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-template-gravity
    .gravity-quote
    .quote-area
    .content
    .quote-content
    p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
  }
}
.page-template-page-template-gravity .contact-section {
  position: relative;
  background-color: #003448;
}
.page-template-page-template-gravity .contact-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33.3%;
  background-color: #81dda9;
}
.page-template-page-template-gravity .contact-section .contact-section-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-template-gravity .contact-section .button-wrapper,
.page-template-page-template-gravity .contact-section .copy-wrapper {
  padding: 40px 50px;
}
.page-template-page-template-gravity .contact-section .button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  width: 66.6%;
}
.page-template-page-template-gravity .contact-section .button-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  max-width: 853px;
  height: 100%;
}
.page-template-page-template-gravity .contact-section .button-wrapper h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 36px;
}
.page-template-page-template-gravity .contact-section .button-wrapper button {
  width: 280px;
  max-width: 45%;
  color: #81dda9;
  padding: 28px;
  background: transparent;
  border: solid 2px #81dda9;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.page-template-page-template-gravity
  .contact-section
  .button-wrapper
  button:before {
  background-color: #81dda9;
  z-index: -1;
}
.page-template-page-template-gravity
  .contact-section
  .button-wrapper
  button:hover {
  color: #003448;
}
.page-template-page-template-gravity
  .contact-section
  .button-wrapper
  button:not(:first-child) {
  margin-left: 28px;
}
.page-template-page-template-gravity .contact-section .copy-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  width: 33.3%;
  background-color: #81dda9;
}
.page-template-page-template-gravity .contact-section .copy-wrapper > div {
  max-width: 427px;
  margin-right: auto;
}
.page-template-page-template-gravity .contact-section .copy-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-page-template-gravity .contact-section:after {
    display: none;
  }
  .page-template-page-template-gravity .contact-section .contact-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page-template-page-template-gravity .contact-section .button-wrapper,
  .page-template-page-template-gravity .contact-section .copy-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .page-template-page-template-gravity .contact-section .button-wrapper > div,
  .page-template-page-template-gravity .contact-section .copy-wrapper > div {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .page-template-page-template-gravity .contact-section .button-wrapper button {
    display: block;
    max-width: 100%;
    padding: 16px;
    margin: 0 auto;
  }
  .page-template-page-template-gravity
    .contact-section
    .button-wrapper
    button:not(:first-child) {
    margin: 24px auto 0;
  }
}


.is-hover-device #contact-section-modal-2 .ao-form button[type="submit"]:hover {
  color: #003448 !important;
  background-color: #87e0ba !important;
}
.is-hover-device
  #contact-section-modal-2
  .ao-form
  button[type="submit"]:hover:before {
  left: 0;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.svggravity svg {
  margin: 0 auto;
  display: block;
}
.svggravity svg g {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.svggravity svg #toplevel {
  opacity: 1;
}
.svggravity svg .mainlevel {
  opacity: 0.6;
}
.svggravity svg .sub1,
.svggravity svg .sub2,
.svggravity svg .sub3 {
  opacity: 0.2;
}
#svgcontainer {
  position: relative;
}
@media (max-width: 768px) {
  #svgcontainer {
    display: none;
  }
}
#svgcontainer #Path_15679,
#svgcontainer #Path_15680,
#svgcontainer #Path_15686,
#svgcontainer #Path_15687,
#svgcontainer #Path_15688,
#svgcontainer #Path_15681,
#svgcontainer #Path_15683 {
  opacity: 0.2;
}
#toolbox {
  position: fixed;
  padding: 5px 8px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 14px;
  max-width: 250px;
}
@media (max-width: 768px) {
  #toolbox {
    display: none;
  }
}
#infosvg {
  position: absolute;
  right: 5%;
  top: 50px;
  width: 30%;
  font-size: 14px;
  font-weight: bold;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 310;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  background: rgba(0, 52, 72, 0.85);
  padding: 1rem;
}
.modal:not(.active) {
  display: none;
}
.modal .close {
  position: fixed;
  top: 16px;
  right: 16px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54'%3E%3Cpath fill='%2381dda9' d='M27 2a25.007 25.007 0 00-9.731 48.036A25.007 25.007 0 0036.731 3.964 24.842 24.842 0 0027 2m0-2A27 27 0 110 27 27 27 0 0127 0z'/%3E%3Cpath fill='%2387e0ba' d='M35.85 36.85a1 1 0 01-.707-.293l-17.7-17.7a1 1 0 010-1.414 1 1 0 011.414 0l17.7 17.7a1 1 0 01-.707 1.707z'/%3E%3Cpath fill='%2387e0ba' d='M18.15 36.85a1 1 0 01-.707-.293 1 1 0 010-1.414l17.7-17.7a1 1 0 011.414 0 1 1 0 010 1.414l-17.7 17.7a1 1 0 01-.707.293z'/%3E%3C/svg%3E");
  width: 54px;
  height: 54px;
  border: 0;
  cursor: pointer;
}
.modal .modal-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
}
.modal .close + .modal-inner {
  padding: 70px 70px 16px;
}
@media (max-width: 768px) {
  .modal .close {
    width: 32px;
    height: 32px;
  }
  .modal .close + .modal-inner {
    padding: 48px 48px 16px;
  }
}

.page-content {
  position: relative;
}

.page-blocks {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes cellRight {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  15% {
    -webkit-transform: translate(5px, -5px) scale(1.05);
    transform: translate(5px, -5px) scale(1.05);
  }
  40% {
    -webkit-transform: translate(10px, 5px) scale(0.9);
    transform: translate(10px, 5px) scale(0.9);
  }
  60% {
    -webkit-transform: translate(-5px, 10px) scale(1);
    transform: translate(-5px, 10px) scale(1);
  }
  85% {
    -webkit-transform: translate(5px, 5px) scale(1.05);
    transform: translate(5px, 5px) scale(1.05);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes cellRight {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  15% {
    -webkit-transform: translate(5px, -5px) scale(1.05);
    transform: translate(5px, -5px) scale(1.05);
  }
  40% {
    -webkit-transform: translate(10px, 5px) scale(0.9);
    transform: translate(10px, 5px) scale(0.9);
  }
  60% {
    -webkit-transform: translate(-5px, 10px) scale(1);
    transform: translate(-5px, 10px) scale(1);
  }
  85% {
    -webkit-transform: translate(5px, 5px) scale(1.05);
    transform: translate(5px, 5px) scale(1.05);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes cellLeft {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  15% {
    -webkit-transform: translate(5px, 5px) scale(1.15);
    transform: translate(5px, 5px) scale(1.15);
  }
  40% {
    -webkit-transform: translate(10px, -5px) scale(0.9);
    transform: translate(10px, -5px) scale(0.9);
  }
  60% {
    -webkit-transform: translate(15px, 5px) scale(1);
    transform: translate(15px, 5px) scale(1);
  }
  85% {
    -webkit-transform: translate(10px, 10px) scale(1.05);
    transform: translate(10px, 10px) scale(1.05);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes cellLeft {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  15% {
    -webkit-transform: translate(5px, 5px) scale(1.15);
    transform: translate(5px, 5px) scale(1.15);
  }
  40% {
    -webkit-transform: translate(10px, -5px) scale(0.9);
    transform: translate(10px, -5px) scale(0.9);
  }
  60% {
    -webkit-transform: translate(15px, 5px) scale(1);
    transform: translate(15px, 5px) scale(1);
  }
  85% {
    -webkit-transform: translate(10px, 10px) scale(1.05);
    transform: translate(10px, 10px) scale(1.05);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes simpleScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes simpleScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.our-agencies-item {
  display: block;
  position: relative;
  height: 100%;
}
.our-agencies-item-details {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 52, 72, 0.75);
  color: #fff;
}
.our-agencies-item-details-inner {
  padding: 20px 15px;
}
.our-agencies-item-details p {
  margin-bottom: 0;
  text-align: center;
}
.our-agencies-item-details img {
  display: none !important;
  margin-bottom: 30px;
}
.our-agencies-item-details .small-cta {
  display: none;
  padding: 9px 20px;
  white-space: nowrap;
}
.our-agencies-item:hover .our-agencies-item-details,
html:not(.is-hover-device) .our-agencies-item .our-agencies-item-details {
  background-color: rgba(255, 255, 255, 0.9);
  color: #003448;
}
.our-agencies-item:hover .our-agencies-item-details p,
html:not(.is-hover-device) .our-agencies-item .our-agencies-item-details p {
  text-align: left;
  margin-bottom: 18px;
}
.our-agencies-item:hover .our-agencies-item-details img,
html:not(.is-hover-device) .our-agencies-item .our-agencies-item-details img {
  display: block !important;
}
.our-agencies-item:hover .our-agencies-item-details .small-cta,
html:not(.is-hover-device)
  .our-agencies-item
  .our-agencies-item-details
  .small-cta {
  display: inline-block;
}
.our-agencies-popup .carousel-popup-details {
  min-height: 300px;
  padding: 38px 18px;
  background: transparent;
}
.our-agencies-popup .carousel-popup-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.our-agencies-popup .carousel-popup-image {
  height: 45vw;
}
.our-agencies-popup-logo {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.our-agencies-popup-logo img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.our-agencies-popup-logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #003448;
}
.our-agencies-popup-cta {
  padding: 25px 85px;
  border-radius: 45px;
  margin-top: 30px;
}
.our-agencies-popup-cta svg {
  width: 14px;
  height: 14px;
  margin-left: 0.5em;
  fill: #a90061;
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
  vertical-align: -1px;
}
.our-agencies-popup-cta:hover svg {
  fill: #fff;
}
@media (min-width: 48em) {
  .our-agencies-item-details-inner {
    padding: 25px 20px;
  }
  .our-agencies-item-details img {
    max-width: 150px;
    margin-bottom: 30px;
  }
  .our-agencies-item-details .small-cta {
    padding: 13px 20px;
    width: 175px;
    max-width: 100%;
    text-align: center;
  }
  .our-agencies-item:hover .our-agencies-item-details p,
  html:not(.is-hover-device) .our-agencies-item .our-agencies-item-details p {
    margin-bottom: 30px;
  }
  .our-agencies-popup .carousel-popup-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .our-agencies-popup .carousel-popup-details {
    padding: 50px 10% 45px;
  }
  .our-agencies-popup .carousel-popup-image {
    height: 100%;
  }
  .our-agencies-popup-logo {
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
  .our-agencies-popup-logo img {
    max-width: 100%;
  }
  .our-agencies-popup-logo::after {
    width: 80%;
    left: 50%;
    margin-left: -40%;
  }
  .our-agencies-popup-cta {
    padding: 25px 80px;
    border-radius: 35px;
    margin-top: 40px;
  }
}
@media (min-width: 64em) {
  .our-agencies-item-details {
    min-height: 250px;
    text-align: center;
  }
  .our-agencies-item-details-inner {
    padding: 60px 45px;
  }
  .our-agencies-item-details img {
    margin: 0 auto 60px;
    max-width: 220px;
  }
  .our-agencies-item-details .small-cta {
    padding: 16px 50px;
  }
  .our-agencies-item:hover .our-agencies-item-details,
  html:not(.is-hover-device) .our-agencies-item .our-agencies-item-details {
    background-color: rgba(255, 255, 255, 0.75);
    min-height: 100%;
  }
  .our-agencies-item:hover .our-agencies-item-details-inner,
  html:not(.is-hover-device)
    .our-agencies-item
    .our-agencies-item-details-inner {
    padding-top: 90px;
  }
  .our-agencies-item:hover .our-agencies-item-details p,
  html:not(.is-hover-device) .our-agencies-item .our-agencies-item-details p {
    text-align: center;
    font-weight: 700;
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
  }
  .our-agencies-item:hover .our-agencies-item-details p::after,
  html:not(.is-hover-device)
    .our-agencies-item
    .our-agencies-item-details
    p::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
    background-color: #003448;
  }
  .our-agencies-popup .carousel-popup-details {
    padding: 14% 15% 13%;
  }
  .our-agencies-popup-logo {
    padding-bottom: 55px;
    margin-bottom: 35px;
  }
  .our-agencies-popup-cta {
    margin-top: 55px;
  }
}
.our-agencies .owl-carousel .owl-item {
  -webkit-transform: scale(0.74);
  transform: scale(0.74);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.our-agencies .owl-carousel .owl-item.center {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.our-agencies .owl-carousel .owl-item.prev,
.our-agencies .owl-carousel .owl-item.center + .owl-item {
  -webkit-transform: scale(0.82);
  transform: scale(0.82);
}
.our-agencies .owl-carousel .owl-item.center + .owl-item,
.our-agencies .owl-carousel .owl-item.center + .owl-item + .owl-item {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.our-agencies .owl-carousel .owl-item.prev,
.our-agencies .owl-carousel .owl-item.prev-last {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.our-agencies .owl-carousel .owl-item.prev-last {
  -webkit-transform: scale(0.74) translateX(24%);
  transform: scale(0.74) translateX(24%);
}
.our-agencies
  .owl-carousel
  .owl-item.prev-last
  .our-agencies-item-details-inner {
  display: none;
}
.our-agencies .owl-carousel .owl-item.center + .owl-item + .owl-item {
  -webkit-transform: scale(0.74) translateX(-24%);
  transform: scale(0.74) translateX(-24%);
}
.our-agencies
  .owl-carousel
  .owl-item.center
  + .owl-item
  + .owl-item
  .our-agencies-item-details-inner {
  display: none;
}
.our-agencies .carousel-copy {
  z-index: 1;
  background-color: white;
}
@media (min-width: 64em) {
  .our-agencies .carousel-copy {
    background-color: rgba(255, 255, 255, 0.92);
  }
}
@media (min-width: 64em) {
  .our-agencies .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.ash-h-site-content .case-study-carousel {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.case-study-carousel-logo {
  width: auto !important;
  max-width: 80px;
  margin-top: auto;
}
.case-study-carousel-wrap {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.case-study-carousel-details {
  display: none;
}
.case-study-carousel .carousel-meta {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 14px 14px;
}
.case-study-carousel .carousel-meta h3 {
  margin-bottom: 16px;
}
.case-study-carousel .carousel-meta h3:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #a90061;
  margin-top: 4px;
}
@media (min-width: 48em) {
  .case-study-carousel-logo {
    max-width: 120px;
  }
  .case-study-carousel .carousel-meta {
    padding: 20px 22px;
  }
  .case-study-carousel .carousel-meta h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 64em) {
  .case-study-carousel-logo {
    max-width: 145px;
  }
  .case-study-carousel-details {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0;
    height: 100%;
    -webkit-transition: max-height 300ms;
    transition: max-height 300ms;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .case-study-carousel-details h3 {
    font-family: sans-serif;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;
  }
  .case-study-carousel-details h3::after {
    width: 44px;
    bottom: -22px;
  }
  .case-study-carousel-details .small-cta {
    display: block;
    margin-top: 48px;
    color: #a90061;
    font-weight: 700;
  }
  .case-study-carousel-details-inner {
    padding: 22% 14%;
  }
  .case-study-carousel .carousel-item:hover .case-study-carousel-details {
    max-height: 100%;
  }
  .case-study-carousel .carousel-meta {
    padding-bottom: 35px;
  }
  .case-study-carousel .carousel-meta h4 {
    margin-bottom: 10px;
  }
}
.leadership-team-carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.leadership-team-carousel.carousel a.carousel-item:hover .carousel-image img {
  -webkit-transform: none;
  transform: none;
}
.leadership-team .has-underline {
  margin-bottom: 30px;
}
.leadership-team .has-underline:after {
  bottom: -13px;
}
.leadership-team .carousel-item:hover .carousel-meta h3,
.leadership-team .carousel-item:hover .carousel-meta h4 {
  color: #a90061;
}
.leadership-team .carousel-meta h3,
.leadership-team .carousel-meta h4 {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.leadership-team .carousel-popup-details {
  padding: 20px 18px;
}
.leadership-team .carousel.static-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.leadership-team .carousel.static-items .carousel-item {
  width: 33.333%;
  margin: 0 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .leadership-team .carousel.static-items .carousel-item {
    width: 50%;
  }
}
.leadership-team .carousel-image {
  position: relative;
}
.leadership-team .carousel-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.leadership-team .mask-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.leadership-team .mask-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-transition: none;
  transition: none;
}
.leadership-team .mask {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
@media screen and (max-width: 768px) {
  .leadership-team .has-underline:after {
    bottom: -15px;
  }
}
@media (min-width: 48em) {
  .leadership-team {
    margin-bottom: 150px;
  }
  .leadership-team .carousel-popup-details {
    padding: 30px 40px;
  }
}
@media (min-width: 64em) {
  .leadership-team {
    margin-bottom: 140px;
  }
  .leadership-team .carousel-popup-details {
    padding: 60px 60px 65px;
  }
}
.image-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-carousel h1,
.image-carousel p {
  width: 100%;
}
.image-carousel .col {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.image-carousel .col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-carousel .col p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.image-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}
.image-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 100%;
  margin-right: 8px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.image-carousel .owl-dots .owl-dot.active,
.image-carousel .owl-dots .owl-dot:hover {
  background-color: white;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
@media (max-width: 768px) {
  .image-carousel h1,
  .image-carousel p {
    padding: 0 1rem;
  }
  .image-carousel .col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .image-carousel .col img {
    height: auto;
    margin-bottom: 1rem;
  }
  .image-carousel .col p {
    padding: 0 1rem;
  }
}
.ash-h-site-content .profile-carousel {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.profile-carousel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-carousel-image {
  height: 80vw;
  overflow: hidden;
}
.profile-carousel-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.profile-carousel-details {
  padding: 40px 14px;
}
.profile-carousel-content {
  margin-top: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #b7b7b7;
}
.profile-carousel-content p:last-child {
  margin-bottom: 0;
}
.profile-carousel-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-carousel-tabs li {
  margin-bottom: 35px;
}
.profile-carousel-tabs li a {
  text-decoration: none;
  position: relative;
  text-indent: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-carousel-tabs li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #003448;
  display: block;
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.profile-carousel-tabs li a.active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.profile-carousel-tabs li a:focus {
  outline: 0;
}
.profile-carousel-tabs li h4 {
  font-size: 22px;
  line-height: 40px;
  color: #a90061;
  margin-bottom: 0;
}
.profile-carousel-tabs li div {
  display: none;
  margin-top: 30px;
}
.profile-carousel-tabs li div p {
  font-size: 22px;
}
.profile-carousel-tabs li div p:last-child {
  margin-bottom: 0;
}
.profile-carousel .owl-carousel .owl-stage {
  display: block;
}
.profile-carousel .owl-theme .owl-nav {
  top: 80vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.profile-carousel .profile-carousel-image {
  position: relative;
}
.profile-carousel .profile-carousel-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.profile-carousel .mask-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.profile-carousel .mask-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-transition: none;
  transition: none;
}
.profile-carousel .mask {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
@media (min-width: 48em) {
  .profile-carousel-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .profile-carousel-column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .profile-carousel-image {
    height: 660px;
  }
  .profile-carousel-details {
    padding: 30px 55px;
  }
  .profile-carousel-details h3 {
    font-family: sans-serif;
    font-size: 30px;
    line-height: 32px;
  }
  .profile-carousel .owl-theme .owl-nav {
    top: 300px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 64em) {
  .profile-carousel-details {
    padding: 30px 75px;
  }
}
.whitepapers-feed {
  padding: 0 7.29%;
}
.whitepapers-feed .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.whitepapers-feed .category-list li + li {
  margin-left: 16px;
}
.whitepapers-feed .introduction {
  margin: 65px 0;
}
.whitepapers-feed .mobile-filter,
.whitepapers-feed .mobile-label,
.whitepapers-feed .apply-filter {
  display: none;
}
.whitepapers-feed .feed-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.whitepapers-feed .whitepaper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 33.3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  margin-top: 48px;
}
.whitepapers-feed .whitepaper .image img {
  display: block;
  width: 100%;
}
.whitepapers-feed .whitepaper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px 28px;
  background-color: #fff;
}
.whitepapers-feed .whitepaper .content a:last-child {
  margin-top: auto;
  color: #a90061;
  text-decoration: none;
  font-weight: 700;
}
.whitepapers-feed .whitepaper .categories {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #a90061;
}
.whitepapers-feed .load-more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 60px;
}
.whitepapers-feed .load-more a {
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 3rem;
}
@media screen and (max-width: 1024px) {
  .whitepapers-feed .feed-filter {
    position: relative;
    text-align: right;
  }
  .whitepapers-feed .feed-filter:not(.active) .filter-list,
  .whitepapers-feed .feed-filter:not(.active) .apply-filter,
  .whitepapers-feed .feed-filter:not(.active) .mobile-label {
    display: none;
  }
  .whitepapers-feed .feed-filter.active .mobile-filter {
    position: relative;
    z-index: 3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath fill='%23800048' d='M0 0h59v59H0z'/%3E%3Cg fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M17 17l26 26'/%3E%3Cpath d='M43 17L17 43'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 0;
    width: 60px;
    height: 60px;
  }
  .whitepapers-feed .feed-filter.active .mobile-filter .label {
    display: none;
  }
  .whitepapers-feed .filter-list {
    background-color: #fff;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 24px 21px;
    text-align: left;
  }
  .whitepapers-feed
    .filter-list
    ul
    .ash-h-outline-button.filter-button:not(.apply-button) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 0;
    border-radius: 0;
    color: #003448;
    font-size: 16px;
  }
  .whitepapers-feed
    .filter-list
    ul
    .ash-h-outline-button.filter-button:not(.apply-button)
    + .ash-h-outline-button.filter-button {
    margin-top: 24px;
  }
  .whitepapers-feed
    .filter-list
    ul
    .ash-h-outline-button.filter-button:not(.apply-button):before {
    content: "";
    position: static;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: solid 1px #707070;
    margin-right: 12px;
  }
  .whitepapers-feed
    .filter-list
    ul
    .ash-h-outline-button.filter-button:not(.apply-button).active
    span {
    -webkit-transform: none;
    transform: none;
  }
  .whitepapers-feed
    .filter-list
    ul
    .ash-h-outline-button.filter-button:not(.apply-button).active:before {
    background-color: #a90061;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }
  .whitepapers-feed .mobile-filter {
    display: inline-block;
  }
  .whitepapers-feed .mobile-label {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
  }
  .whitepapers-feed .apply-filter {
    display: inline-block;
    margin-top: 32px;
  }
  .whitepapers-feed .categories,
  .whitepapers-feed h3 {
    font-size: 16px;
  }
  .whitepapers-feed .category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }
  .whitepapers-feed .category-list li + li {
    margin-top: 16px;
    margin-left: 0;
  }
  .whitepapers-feed .whitepaper .content {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 768px) {
  .whitepapers-feed .feed-output {
    margin-left: auto;
    margin-right: auto;
  }
  .whitepapers-feed .whitepaper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
  .whitepapers-feed .whitepaper + .whitepaper {
    margin-top: 16px;
  }
  .whitepapers-feed .whitepaper .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .whitepapers-feed .whitepaper .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .whitepapers-feed .whitepaper .content {
    font-size: 16px;
    padding: 12px;
  }
  .whitepapers-feed .whitepaper .content p {
    display: none;
  }
}
.tabs-image-block .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1100px;
  margin: auto;
}
.tabs-image-block .tabs .image-tabs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #003448;
  color: white;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  font-weight: 700;
}
.tabs-image-block .tabs .image-tabs:not(:first-of-type) {
  margin-left: 10px;
}
.tabs-image-block .tabs .image-tabs:not(:last-of-type) {
  margin-right: 10px;
}
.tabs-image-block .tabs .image-tabs.current {
  background-color: #e4e4e4;
  color: #003448;
  padding-bottom: 1.2rem;
}
.tabs-image-block .tabs .image-tabs:hover:not(.current) {
  cursor: pointer;
}
.tabs-image-block .tab-content {
  display: none;
  background-color: #e4e4e4;
  padding: 70px 0 35px;
}
.tabs-image-block .tab-content.current {
  display: block;
}
.tabs-image-block .tab-content .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
}
.tabs-image-block .tab-content .image-wrapper .image {
  width: 20%;
  padding: 0 35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-image-block .tab-content .image-wrapper .image img {
  display: block;
  margin: 0 auto;
}
.tabs-image-block.mob-only {
  display: none;
}
@media (max-width: 1100px) {
  .tabs-image-block .tabs {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .tabs-image-block .tab-content {
    padding: 40px 0 20px;
  }
  .tabs-image-block .tab-content .image-wrapper .image {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tabs-image-block .tabs {
    margin: 0;
  }
  .tabs-image-block .tabs .image-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px;
    border-radius: 0;
    text-align: left;
    padding-left: 20px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
  }
  .tabs-image-block .tabs .image-tabs:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 25px;
  }
  .tabs-image-block .tabs .image-tabs.current:after {
    content: "-";
    color: #a90561;
  }
  .tabs-image-block .tab-content .image-wrapper .image {
    width: 50%;
  }
  .tabs-image-block.desk-only {
    display: none;
  }
  .tabs-image-block.mob-only {
    display: block;
  }
}
.separator {
  border: 0;
  height: 0;
  display: block;
}
.separator-large {
  margin-bottom: 170px;
}
.separator-medium {
  margin-bottom: 120px;
}
.separator-small {
  margin-bottom: 70px;
}
@media screen and (max-width: 1279px) {
  .separator-large {
    margin-bottom: 90px;
  }
  .separator-medium {
    margin-bottom: 70px;
  }
  .separator-small {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .separator-large {
    margin-bottom: 70px;
  }
  .separator-medium {
    margin-bottom: 60px;
  }
  .separator-small {
    margin-bottom: 40px;
  }
}



.full-width-media img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.full-video-container .plyr {
  position: absolute;
  width: 0;
  height: 0;
}



.faqs-block {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8.14%;
}
@media screen and (min-width: 1485px) {
  .faqs-block {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .faqs-block {
    padding: 0 9.84%;
  }
}
@media screen and (max-width: 768px) {
  .faqs-block {
    padding: 0 4%;
  }
}
.faqs-block .one-column-body-copy {
  padding: 0;
}
.faqs-block .feed-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.faqs-block .feed-filter .mobile-filter,
.faqs-block .feed-filter .mobile-label,
.faqs-block .feed-filter .apply-filter {
  display: none;
}
.faqs-block .feed-filter .filter-list {
  width: 100%;
}
.faqs-block .feed-filter .filter-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faqs-block .feed-filter .filter-list ul li {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .faqs-block .feed-filter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .faqs-block .feed-filter .mobile-filter {
    display: block;
    margin-bottom: 15px;
  }
  .faqs-block .feed-filter .mobile-filter .icon {
    display: none;
  }
  .faqs-block .feed-filter .filter-list {
    display: none;
  }
  .faqs-block .feed-filter.active .mobile-filter .filter-button {
    display: none;
  }
  .faqs-block .feed-filter.active .mobile-filter .icon {
    display: block;
    width: 59px;
    height: 59px;
    background-image: url("../images/filter-close.png");
  }
  .faqs-block .feed-filter.active .mobile-label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .faqs-block .feed-filter.active .filter-list {
    display: block;
  }
  .faqs-block .feed-filter.active .filter-list ul {
    display: block;
  }
  .faqs-block .feed-filter.active .filter-list ul li {
    display: block;
    margin-right: 0;
  }
  .faqs-block .feed-filter.active .apply-filter {
    display: block;
    margin-bottom: 15px;
  }
}
.faqs-block .feed-output .question-item {
  border-bottom: 1px solid #707070;
  padding: 15px 15px 15px 0;
}
.faqs-block .feed-output .question-item:first-child {
  border-top: 1px solid #707070;
}
.faqs-block .feed-output .question-item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faqs-block .feed-output .question-item .question h3 {
  margin-bottom: 0;
}
.faqs-block .feed-output .question-item .question .toggle {
  background: url("../images/accordion-open.png") no-repeat;
  background-size: contain;
  width: 59px;
  height: 59px;
}
.faqs-block .feed-output .question-item .answer {
  display: none;
}
.faqs-block .feed-output .question-item.active .question .toggle {
  background-image: url("../images/accordion-close.png");
}
.faqs-block .feed-output .load-more {
  margin-top: 20px;
}
.faqs-block .feed-output:last-child {
  margin-bottom: 20px;
}
.allegro-course-header {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8.14%;
}
@media screen and (min-width: 1485px) {
  .allegro-course-header {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .allegro-course-header {
    padding: 0 9.84%;
  }
}
@media screen and (max-width: 768px) {
  .allegro-course-header {
    padding: 0 4%;
  }
}
.allegro-course-header img {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .allegro-course-header img {
    max-width: 100%;
  }
}
.header-block-one .bottom-right-logo {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}
.page-template-page-template-3d-scene {
  font-family: sans-serif;
}
.page-template-page-template-3d-scene .site-footer {
  display: none;
}
.scene {
  height: 100svh;
  overflow: hidden;

}

.scene-header .background,
.scene-header .background-img,
.scene-header .background-img-mobile,
.scene-header .gradient {
  background: #020d45;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1.25s ease-in-out;
  transition: 1.25s ease-in-out;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.scene-header .gradient {
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.01),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.1)
  );
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
  animation: gradient 10s ease infinite;
  opacity: 1;
}
.scene-header .background-img,
.scene-header .background-img-mobile {
  background: 0;
  background-size: cover;
  background-position: center;
  top: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.scene-header .background-img-mobile {
  opacity: 0.3;
}
.scene-header .banner-logos {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.scene-header .canvas-container {
  width: 150% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  /*left: -17%;*/
  /*left: auto;*/
  /*-webkit-transform: translate(-50%, 0);*/
  /*transform: translate(-50%, 0);*/
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 15;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.scene-header .canvas-container.first {
  width: 100% !important;
}

@media (max-width: 1024px) {
  .scene-header .canvas-container {
    width: 130% !important;
    perspective: 800px;
  }
}
@media (max-width: 550px) {
  .scene-header .canvas-container {
    width: 100% !important;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.scene-header .canvas {
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1400px) {
  .scene-header .canvas {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.scene-header .canvas.active {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .scene-header .canvas.active {
    opacity: 1;
  }
}
@-webkit-keyframes line {
  0% {
    height: 0;
    top: 20px;
  }
  50% {
    height: 60px;
  }
  100% {
    height: 0;
    top: 95px;
  }
}
@keyframes line {
  0% {
    height: 0;
    top: 20px;
  }
  50% {
    height: 60px;
  }
  100% {
    height: 0;
    top: 95px;
  }
}
.scroll-to-explore {
  width: 170px;
  position: fixed;
  bottom: -124px;
  left: 20px;
  z-index: 30;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scroll-to-explore button {
  background: 0;
  border: 0;
  padding: 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .scroll-to-explore button {
    font-size: 1.3rem;
  }
}
.scroll-to-explore button.active {
  padding: 0 0 70px 0;
}

.scroll-to-explore button:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 60px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 35px;
  left: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: line 1.5s linear infinite;
  animation: line 1.5s linear infinite;
}
.scroll-to-explore button span {
  opacity: 1;
  display: block;
  visibility: visible;
  transition: opacity 0.25s ease-in-out 2.25s, visibility 0s ease-in-out 0.25s;
}
.scroll-to-explore.half-active {
  width: 10px;
}
.scroll-to-explore.half-active span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
}
.scroll-to-explore.active {
  opacity: 1;
  bottom: 0;
  -webkit-transition: all 0.25s ease-in-out 2s;
  transition: all 0.25s ease-in-out 2s;
}
.scroll-to-explore.dark button {
  color: #020d45;
}
.scroll-to-explore.dark button:before {
  background: #020d45;
}
@-webkit-keyframes countdown {
  from {
    stroke-dashoffset: 113px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes countdown {
  from {
    stroke-dashoffset: 113px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.content-nav {
  position: fixed;
  top: 50%;
  right: -50px;
  z-index: 30;
  transform: translate(0, -50%);
  transition: all 0.25s ease-in-out 0.25s;
}
.content-nav.active {
  right: 0;
}
@media (min-width: 768px) {
  .content-nav.active {
    right: 20px;
  }
}
.content-nav .content-nav-btn {
  background: transparent;
  width: 48px;
  height: 64px;
  display: block;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
}
.content-nav .content-nav-btn:after,
.content-nav .content-nav-btn:before {
  content: "";
  background: #6e6e6e;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.content-nav .content-nav-btn svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -49%) rotateY(-180deg) rotateZ(-90deg);
  transform: translate(-49%, -49%) rotateY(-180deg) rotateZ(-90deg);
}
.content-nav .content-nav-btn svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 113px;
  stroke-linecap: round;
  stroke-width: 1px;
  stroke: #33bcd2;
  fill: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.content-nav .content-nav-btn.active:before {
  opacity: 1;
}
.content-nav .content-nav-btn.active svg circle {
  -webkit-animation: countdown 1.5s linear forwards;
  animation: countdown 1.5s linear forwards;
}
.content-nav.dark .content-nav-btn:after {
  background: #18191f;
}
.content-nav.dark .content-nav-btn:before {
  border-color: #33bcd2;
}
.content-nav.dark .content-nav-btn svg circle {
  stroke: #33bcd2;
}
.scene .strip {
  width: 100%;
  height: 100svh;
  max-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease-in-out,
    margin-top 0.5s ease-in-out 0.75s;
  transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out 0.75s;
}
@media (min-width: 768px) {
  .scene .strip {
    font-size: 1.3rem;
  }
}
.scene .strip .strip-row {
  height: 100svh;
  padding-top: 95px;
}

@media (max-width: 550px) {
  .scene .strip .strip-row {
    padding-top: 80px;
  }
}

@media (max-width: 380px) {
  .scene .strip .strip-row {
    padding-top: 70px;
  }
}

.scene .strip .strip-content > div > * {
  position: relative;
  z-index: 2;
}
.scene .strip h1,
.scene .strip h2,
.scene .strip h3,
.scene .strip h4,
.scene .strip h5,
.scene .strip h6,
.scene .strip p {
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .scene .strip h1,
  .scene .strip h2,
  .scene .strip h3,
  .scene .strip h4,
  .scene .strip h5,
  .scene .strip h6,
  .scene .strip p {
    margin: 0 0 2rem 0;
  }
}
.scene .strip h1 span,
.scene .strip h2 span,
.scene .strip h3 span,
.scene .strip h4 span,
.scene .strip h5 span,
.scene .strip h6 span {
  display: block;
  overflow: hidden;
}
.scene .strip h1 {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 576px) {
  .scene .strip h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .scene .strip h1 {
    font-size: 72px;
    line-height: 82px;
  }
}
.scene .strip h1 span {
  height: 30px;
  padding-top: 30px;
}
@media (min-width: 576px) {
  .scene .strip h1 span {
    height: 48px;
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .scene .strip h1 span {
    height: 90px;
    padding-top: 90px;
  }
}
.scene .strip h2 {
  font-size: 17px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .scene .strip h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .scene .strip h2 {
    font-size: 44px;
    line-height: 65px;
  }
}
.scene .strip h2 span {
  height: 28px;
  padding-top: 28px;
}
@media (min-width: 576px) {
  .scene .strip h2 span {
    height: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .scene .strip h2 span {
    height: 64px;
    padding-top: 64px;
  }
}
/*.scene .strip p {*/
/*  font-size: 0.9rem;*/
/*  line-height: 1.8;*/
/*  font-weight: 600;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .scene .strip p {*/
/*    font-size: 1.3rem;*/
/*    line-height: 1.8;*/
/*    font-weight: 300;*/
/*  }*/
/*}*/
.scene .strip .sub {
  position: relative;
}
.scene .strip .sub .line {
  background: #fff;
  width: 0;
  height: 2px;
  position: absolute;
  top: 12px;
  left: -10px;
}
@media (min-width: 768px) {
  .scene .strip .sub .line {
    top: 18px;
  }
}
.scene .strip .sub span:not(.line) {
  height: 30px;
  padding-top: 30px;
  display: block;
  overflow: hidden;
}
.scene .strip .description {
  position: relative;
  top: 20px;
  opacity: 0;
}
.scene .strip .link {
  position: relative;
  padding: 0 50px 0 0;
  display: inline-block;
  text-decoration: none;
}
.scene .strip .link span:not(.arrow) {
  height: 36px;
  line-height: 36px;
  display: block;
  padding: 36px 0 0 0;
  overflow: hidden;
}
.scene .strip .link .arrow {
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scene .strip .link .arrow:after {
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
.scene .strip .link .arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(0, -50%) rotate(315deg);
  transform: translate(0, -50%) rotate(315deg);
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
.scene .strip .link:hover .arrow {
  right: -10px;
}
.scene .strip.dark .link .arrow:after {
  background: #020d45;
}
.scene .strip.dark .link .arrow:before {
  border-color: #020d45;
}
.scene .strip .button {
  background-color: #020d45;
  width: 230px;
  height: 55px;
  border-radius: 100px;
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  font-weight: 700;
}
.scene .strip .button a {
  padding: 13px;
  text-decoration: none;
  border-radius: 9999px;
  font-size: 22px;
  font-weight: lighter;
  color: #fff;
}
.scene .strip.light .button {
  background-color: #fff;
}
.scene .strip.light .button a {
  color: #020d45;
}
.scene .strip .delay-0 {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scene .strip .delay-1 {
  -webkit-transition: all 0.25s ease-in-out 0.125s;
  transition: all 0.25s ease-in-out 0.125s;
}
.scene .strip .delay-2 {
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
.scene .strip .delay-3 {
  -webkit-transition: all 0.25s ease-in-out 0.375s;
  transition: all 0.25s ease-in-out 0.375s;
}
.scene .strip .delay-4 {
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
.scene .strip .delay-5 {
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
.scene .strip .delay-6 {
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
.scene .strip.active {
  visibility: visible;
}
.scene .strip.active .sub .line {
  width: 44px;
  left: -64px;
}
@media (min-width: 768px) {
  .scene .strip.active .sub .line {
    width: 30px;
    left: -50px;
  }
}
.scene .strip.active .sub span:not(.line) {
  padding-top: 0;
}
.scene .strip.active h1 span,
.scene .strip.active h2 span {
  padding-top: 0;
}
.scene .strip.active .description {
  top: 0;
  opacity: 1;
}
.scene .strip.active .link span:not(.arrow) {
  padding-top: 0;
}
.scene .strip.active .link .arrow:after {
  left: 0;
  -webkit-transition: all 0.25s ease-in-out 1.125s;
  transition: all 0.25s ease-in-out 1.125s;
}
.scene .strip.active .link .arrow:before {
  left: 25px;
  -webkit-transition: all 0.25s ease-in-out 1.125s;
  transition: all 0.25s ease-in-out 1.125s;
}
.scene .strip.active .delay-0 {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scene .strip.active .delay-1 {
  -webkit-transition: all 0.25s ease-in-out 0.125s;
  transition: all 0.25s ease-in-out 0.125s;
}
.scene .strip.active .delay-2 {
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
.scene .strip.active .delay-3 {
  -webkit-transition: all 0.25s ease-in-out 0.375s;
  transition: all 0.25s ease-in-out 0.375s;
}
.scene .strip.active .delay-4 {
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
.scene .strip.active .delay-5 {
  -webkit-transition: all 0.25s ease-in-out 0.625s;
  transition: all 0.25s ease-in-out 0.625s;
}
.scene .strip.active .delay-6 {
  -webkit-transition: all 0.25s ease-in-out 0.75s;
  transition: all 0.25s ease-in-out 0.75s;
}
.replace-content {
  height: 100%;
  position: relative;
  z-index: 10;
  max-height: 100svh;
  pointer-events: none;
}
.replace-content.show-footer {
  pointer-events: auto;
}

@media (max-width: 992px) {
  .replace-content {
    pointer-events: auto;
  }
}


/*@media (max-width: 550px) {*/
/*  .replace-content .scene {*/
/*    margin-top: -108px;*/
/*  }*/
/*}*/
/*@media (max-width: 380px) {*/
/*  .replace-content .scene {*/
/*    margin-top: -98px;*/
/*  }*/
/*}*/

.replace-content .scene .strip:first-of-type {
  /*padding-top: 45px;*/
}
.scene-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 10;
}
.scene-header.active {
  opacity: 1;
}
.scene-header .background {
  background-color: #fff;
}
/*.scene-header .strip {*/
/*  height: 100svh;*/
/*}*/
@media (max-width: 768px) {
  .container {
    padding: 0 5px 0 5px;
  }
}
@media (min-width: 992px) {
  .align-canvas-right .scene .canvas-container {
    left: 70%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .align-canvas-left .scene .canvas-container {
    left: -70%;
    z-index: 1;
  }
}
.has-background-img .background-img,
.has-background-img .background-img-mobile {
  top: 0;
  -webkit-transition: all 1s ease-in-out 0.73s;
  transition: all 1s ease-in-out 0.73s;
}
body.has-logos .banner-logos {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out 0.75s;
  transition: all 1s ease-in-out 0.75s;
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out 0.5s;
}
body.has-loaded .strip {
  opacity: 1 !important;
}
body.has-loaded .loader {
  opacity: 0;
  visibility: hidden;
}
.ash-h-site-content .get-in-touch-module {
  width: 100%;
  background: #003448;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003448),
    color-stop(50%, #003448),
    color-stop(50%, #81dda9),
    to(#81dda9)
  );
  background: linear-gradient(
    90deg,
    #003448 0,
    #003448 50%,
    #81dda9 50%,
    #81dda9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003448",endColorstr="#81dda9",GradientType=1);
}
.ash-h-site-content .get-in-touch-module .module-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ash-h-site-content .get-in-touch-module .module-container .content-container {
  background-color: #81dda9;
  width: 40%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 60px 8.14% 60px 2.89%;
}
.ash-h-site-content
  .get-in-touch-module
  .module-container
  .content-container
  .content
  .small-cta {
  margin-top: 20px;
}
.ash-h-site-content .get-in-touch-module .module-container .form-container {
  background-color: #003448;
  width: 60%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 60px 8.14%;
}
@media screen and (min-width: 1485px) {
  .ash-h-site-content
    .get-in-touch-module
    .module-container
    .content-container {
    padding: 60px 0 60px 2.89%;
  }
  .ash-h-site-content .get-in-touch-module .module-container .form-container {
    padding: 60px 8.14% 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .ash-h-site-content
    .get-in-touch-module
    .module-container
    .content-container {
    padding: 60px 9.84% 60px 2.54%;
  }
  .ash-h-site-content .get-in-touch-module .module-container .form-container {
    padding: 60px 9.84%;
  }
}
@media screen and (max-width: 768px) {
  .ash-h-site-content .get-in-touch-module {
    background: 0;
  }
  .ash-h-site-content
    .get-in-touch-module
    .module-container
    .content-container {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 55px 4%;
  }
  .ash-h-site-content .get-in-touch-module .module-container .form-container {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 55px 4%;
  }
}
.ash-h-site-content .get-in-touch-module .ao-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ash-h-site-content .get-in-touch-module .ao-form select,
.ash-h-site-content .get-in-touch-module .ao-form .select2,
.ash-h-site-content .get-in-touch-module .ao-form input[type="text"],
.ash-h-site-content .get-in-touch-module .ao-form input[type="email"],
.ash-h-site-content .get-in-touch-module .ao-form textarea {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
}
.ash-h-site-content .get-in-touch-module .ao-form select,
.ash-h-site-content .get-in-touch-module .ao-form .select2,
.ash-h-site-content .get-in-touch-module .ao-form input[type="text"],
.ash-h-site-content .get-in-touch-module .ao-form input[type="email"],
.ash-h-site-content .get-in-touch-module .ao-form textarea,
.ash-h-site-content .get-in-touch-module .ao-form button {
  font-family: "john sans", sans-serif;
}
.ash-h-site-content .get-in-touch-module .ao-form textarea {
  resize: vertical;
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-row {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .ash-h-site-content .get-in-touch-module .ao-form .ao-row {
    margin-bottom: 1rem;
  }
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-row .ao-column-12 {
  width: 100%;
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-row .ao-column-6 {
  width: 100%;
}
@media (min-width: 64em) {
  .ash-h-site-content .get-in-touch-module .ao-form .ao-row .ao-column-6 {
    width: 48%;
  }
}
.ash-h-site-content .get-in-touch-module .ao-form select,
.ash-h-site-content .get-in-touch-module .ao-form .select2 {
  width: 100%;
  padding: 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/cheveron-down.svg") no-repeat 95% 50% transparent;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 64em) {
  .ash-h-site-content .get-in-touch-module .ao-form select,
  .ash-h-site-content .get-in-touch-module .ao-form .select2 {
    width: 60%;
  }
}
.ash-h-site-content .get-in-touch-module .ao-form input[type="text"],
.ash-h-site-content .get-in-touch-module .ao-form input[type="email"],
.ash-h-site-content .get-in-touch-module .ao-form textarea {
  width: 100%;
  text-indent: 0.5rem;
}
.ash-h-site-content .get-in-touch-module .ao-form input[type="text"],
.ash-h-site-content .get-in-touch-module .ao-form input[type="email"] {
  padding: 1rem 0.25rem;
}
.ash-h-site-content .get-in-touch-module .ao-form textarea {
  min-height: 150px;
  padding: 1rem 0.25rem;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  input::-webkit-input-placeholder,
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  textarea::-webkit-input-placeholder {
  color: #fff;
}
.ash-h-site-content .get-in-touch-module .ao-form input::-moz-placeholder,
.ash-h-site-content .get-in-touch-module .ao-form textarea::-moz-placeholder {
  color: #fff;
}
.ash-h-site-content .get-in-touch-module .ao-form input:-ms-input-placeholder,
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  textarea:-ms-input-placeholder {
  color: #fff;
}
.ash-h-site-content .get-in-touch-module .ao-form input::-ms-input-placeholder,
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  textarea::-ms-input-placeholder {
  color: #fff;
}
.ash-h-site-content .get-in-touch-module .ao-form input::placeholder,
.ash-h-site-content .get-in-touch-module .ao-form textarea::placeholder {
  color: #fff;
}
.ash-h-site-content .get-in-touch-module .ao-form button[type="submit"] {
  padding: 1rem 1rem !important;
  background-color: transparent !important;
  border: 2px solid #87e0ba !important;
  color: #00c873 !important;
  font-size: 14px !important;
  font-weight: 700;
  width: 100%;
  border-radius: 2rem !important;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 64em) {
  .ash-h-site-content .get-in-touch-module .ao-form button[type="submit"] {
    width: 40%;
  }
}
.ash-h-site-content .get-in-touch-module .ao-form button[type="submit"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #87e0ba;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 0;
}
.ash-h-site-content .get-in-touch-module .ao-form button[type="submit"] span {
  position: relative;
  z-index: 1;
}
.is-hover-device
  .ash-h-site-content
  .get-in-touch-module
  .ao-form
  button[type="submit"]:hover {
  color: #003448 !important;
  background-color: #87e0ba !important;
}
.is-hover-device
  .ash-h-site-content
  .get-in-touch-module
  .ao-form
  button[type="submit"]:hover:before {
  left: 0;
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-richtext-block p {
  font-size: 14px;
  line-height: 1.25 !important;
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-richtext-block p span,
.ash-h-site-content .get-in-touch-module .ao-form .ao-richtext-block p a {
  font-family: "john sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #fff !important;
  background-color: transparent !important;
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-richtext-block p span a,
.ash-h-site-content .get-in-touch-module .ao-form .ao-richtext-block p a a {
  color: #00c873 !important;
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-combo-label span {
  font-family: "john sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #fff !important;
}
.ash-h-site-content .get-in-touch-module .ao-form .ao-form-label {
  font-family: "john sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #fff !important;
}
.ash-h-site-content .get-in-touch-module .ao-form .select2 {
  display: block;
  font-size: 14px;
  line-height: 19px;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  .select2.select2-container--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  .select2-container
  .select2-selection--single {
  height: auto;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border: 0;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  .select2-container--default
  .select2-selection--single:focus {
  outline: 0;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: inherit;
}
.ash-h-site-content
  .get-in-touch-module
  .ao-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.select2-container--open .select2-dropdown--below {
  border-color: #fff;
}
.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
  line-height: 19px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #81dda9;
  color: inherit;
}
.visuallyhidden,
.screenreader,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.063em;
  margin: -0.063em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.063em;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.screenreader.focusable:active,
.screenreader.focusable:focus,
.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  outline: 2px dotted rgba(255, 255, 255, 0.5);
}
.visuallyhidden :focus,
.screenreader :focus,
.screen-reader-text :focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.plain-heading {
  border-bottom: 0 !important;
}
@media (max-width: 63.9375em) {
  .hide-small-screen {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .hide-large-screen {
    display: none !important;
  }
}
head {
  font-size: 10px;
  display: none;
}
@media (min-width: 48em) {
  head {
    font-size: 20px;
    display: none;
  }
}
@media (min-width: 64em) {
  head {
    font-size: 30px;
    display: none;
  }
}
@media (min-width: 80em) {
  head {
    font-size: 40px;
    display: none;
  }
}
@media (min-width: 90em) {
  head {
    font-size: 50px;
    display: none;
  }
}
@media (min-width: 109.375em) {
  head {
    font-size: 60px;
    display: none;
  }
}
