/* underline effect for links */
body:before {
  content: '{ "current": "large" }';
  display: none;
}
@media (min-width: 48.063em) and (max-width: 76.5em) {
  body:before {
    content: '{ "current": "medium" }';
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  body:before {
    content: '{ "current": "small" }';
  }
}

/* underline effect for links */
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

@font-face {
  font-family: "aptos";
  src: url(../fonts/aptos.eot);
  src: url(../fonts/aptos.eot?#iefix) format("embedded-opentype"), url(../fonts/aptos.otf) format("otf"), url(../fonts/aptos.svg#aptos) format("svg"), url(../fonts/aptos.ttf) format("truetype"), url(../fonts/aptos.woff) format("woff"), url(../fonts/aptos.woff2) format("woff2");
  font-display: fallback;
  font-weight: 400;
}
@font-face {
  font-family: "aptos";
  src: url(../fonts/aptos-light.eot);
  src: url(../fonts/aptos-light.eot?#iefix) format("embedded-opentype"), url(../fonts/aptos-light.otf) format("otf"), url(../fonts/aptos-light.svg#aptos-light) format("svg"), url(../fonts/aptos-light.ttf) format("truetype"), url(../fonts/aptos-light.woff) format("woff"), url(../fonts/aptos-light.woff2) format("woff2");
  font-display: fallback;
  font-weight: 300;
}
@font-face {
  font-family: "aptos";
  src: url(../fonts/aptos-extrabold.eot);
  src: url(../fonts/aptos-extrabold.eot?#iefix) format("embedded-opentype"), url(../fonts/aptos-extrabold.otf) format("otf"), url(../fonts/aptos-extrabold.svg#aptos-extrabold) format("svg"), url(../fonts/aptos-extrabold.ttf) format("truetype"), url(../fonts/aptos-extrabold.woff2) format("woff2"), url(../fonts/aptos-extrabold.woff) format("woff");
  font-display: fallback;
  font-weight: 800;
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.ttf?qwh6p1") format("truetype"), url("../fonts/icon.woff?qwh6p1") format("woff"), url("../fonts/icon.svg?qwh6p1#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caret-right:before {
  content: "\e909";
}

.icon-chevron-right:before {
  content: "\e906";
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e903";
}

.icon-clear:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e900";
}

.icon-x:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-linkedin1:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-brand:before {
  content: "\e902";
}

.icon-social:before {
  content: "\e902";
}

*:focus {
  outline: 0;
}

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

html, body {
  height: 100%;
}

*, div {
  box-sizing: border-box;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.clearit {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

/* full browser */
.content-with-side-image .wrapper {
  display: flex;
  padding: 0 !important;
}
@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image .wrapper {
    flex-direction: column;
  }
}
.content-with-side-image .wrapper .blurb {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 64px 32px calc(50% - 825px);
}
@media only screen and (max-width: 1800px) {
  .content-with-side-image .wrapper .blurb {
    padding-left: 64px;
  }
}
@media only screen and (max-width: 1240px) {
  .content-with-side-image .wrapper .blurb {
    padding: 45px;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image .wrapper .blurb {
    padding: 32px 45px 0 45px;
    position: relative;
    z-index: 30;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image .wrapper .blurb {
    padding: 32px 20px 0 20px;
  }
}
.content-with-side-image .wrapper .blurb .blurb-int {
  width: 100%;
  margin-right: auto;
}
@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image .wrapper .blurb .blurb-int {
    max-width: 100%;
    margin: 0 auto;
  }
}
.content-with-side-image .wrapper * {
  min-height: 0;
  min-width: 0;
}
.content-with-side-image .wrapper .img {
  flex: 0 0 50%;
}
.content-with-side-image .wrapper .img .img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: flex;
}
.content-with-side-image .wrapper .img .img-bg:after {
  content: "";
  padding-bottom: 75%;
}
@media only screen and (min-width: 1700px) {
  .content-with-side-image .wrapper .img .img-bg:after {
    padding-bottom: 600px;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image .wrapper .img {
    order: -1;
  }
}
.content-with-side-image:not(.full), .content-with-side-image:not(.full).right {
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 0em) and (max-width: 48em) {
  .content-with-side-image:not(.full), .content-with-side-image:not(.full).right {
    border-radius: 0;
  }
}
.content-with-side-image:not(.full) .wrapper .blurb, .content-with-side-image:not(.full).right .wrapper .blurb {
  padding-right: 45px !important;
  padding-left: 45px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .content-with-side-image:not(.full) .wrapper .blurb, .content-with-side-image:not(.full).right .wrapper .blurb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-with-side-image.right .wrapper {
  padding-left: 0;
}
.content-with-side-image.right .wrapper .img {
  order: -1;
}
.content-with-side-image.right .wrapper .blurb {
  padding: 48px calc(50% - 825px) 32px 64px;
}
@media only screen and (max-width: 1800px) {
  .content-with-side-image.right .wrapper .blurb {
    padding-right: 64px;
  }
}
@media only screen and (max-width: 1240px) {
  .content-with-side-image.right .wrapper .blurb {
    padding: 45px;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image.right .wrapper .blurb {
    padding: 32px 45px 0 45px;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  .content-with-side-image.right .wrapper .blurb {
    padding: 32px 20px 0 20px;
  }
}
.content-with-side-image.right .wrapper .blurb .blurb-int {
  margin-left: auto;
  margin-right: 0;
}
.content-with-side-image:not(.full) .blurb {
  padding-right: 45px;
  padding-left: 45px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .content-with-side-image:not(.full) .blurb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .content-with-side-image:not(.full) {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.main-hero {
  background: #FCFBFD;
  position: relative;
}
.main-hero .wrapper, .main-hero .wrapper > .acf-innerblocks-container {
  display: flex;
  gap: 0 90px;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 10;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero .wrapper, .main-hero .wrapper > .acf-innerblocks-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.main-hero .wrapper:after, .main-hero .wrapper > .acf-innerblocks-container:after {
  content: "";
  padding-bottom: 45%;
  width: 1px;
}
@media only screen and (min-width: 2000px) {
  .main-hero .wrapper:after, .main-hero .wrapper > .acf-innerblocks-container:after {
    padding-bottom: 500px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero .wrapper:after, .main-hero .wrapper > .acf-innerblocks-container:after {
    display: none;
  }
}
.main-hero .wrapper .blurb, .main-hero .wrapper .wp-block-acf-hero-content, .main-hero .wrapper > .acf-innerblocks-container .blurb, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content {
  flex: 0 0 calc(50% - 45px);
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.main-hero .wrapper .blurb > *, .main-hero .wrapper .wp-block-acf-hero-content > *, .main-hero .wrapper > .acf-innerblocks-container .blurb > *, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content > * {
  position: relative;
  z-index: 10;
}
.main-hero .wrapper .blurb h6, .main-hero .wrapper .blurb .heading-6, .main-hero .wrapper .wp-block-acf-hero-content h6, .main-hero .wrapper .wp-block-acf-hero-content .heading-6, .main-hero .wrapper > .acf-innerblocks-container .blurb h6, .main-hero .wrapper > .acf-innerblocks-container .blurb .heading-6, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content h6, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content .heading-6 {
  color: #440099;
}
.main-hero .wrapper .blurb h6 img, .main-hero .wrapper .blurb .heading-6 img, .main-hero .wrapper .wp-block-acf-hero-content h6 img, .main-hero .wrapper .wp-block-acf-hero-content .heading-6 img, .main-hero .wrapper > .acf-innerblocks-container .blurb h6 img, .main-hero .wrapper > .acf-innerblocks-container .blurb .heading-6 img, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content h6 img, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content .heading-6 img {
  margin-right: 5px;
}
.main-hero .wrapper .blurb h6 span, .main-hero .wrapper .blurb .heading-6 span, .main-hero .wrapper .wp-block-acf-hero-content h6 span, .main-hero .wrapper .wp-block-acf-hero-content .heading-6 span, .main-hero .wrapper > .acf-innerblocks-container .blurb h6 span, .main-hero .wrapper > .acf-innerblocks-container .blurb .heading-6 span, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content h6 span, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content .heading-6 span {
  color: #808080;
}
.main-hero .wrapper .blurb p a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero .wrapper .blurb li a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero .wrapper .wp-block-acf-hero-content p a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero .wrapper .wp-block-acf-hero-content li a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero .wrapper > .acf-innerblocks-container .blurb p a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero .wrapper > .acf-innerblocks-container .blurb li a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content p a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content li a:not(.btn):not(.wp-block-button__link):not(.article) {
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#440099, #440099);
  background-size: 100% 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}
.main-hero .wrapper .blurb p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero .wrapper .blurb li a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero .wrapper .wp-block-acf-hero-content p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero .wrapper .wp-block-acf-hero-content li a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero .wrapper > .acf-innerblocks-container .blurb p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero .wrapper > .acf-innerblocks-container .blurb li a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content li a:not(.btn):not(.wp-block-button__link):not(.article):hover {
  color: #59D4C7;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#59D4C7, #59D4C7);
  background-size: 100% 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}
.main-hero .wrapper .blurb:not(:only-child):first-child:before, .main-hero .wrapper .wp-block-acf-hero-content:not(:only-child):first-child:before, .main-hero .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child:before, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-55%, -40%);
  transition: all ease 0.5s;
  width: 1350px;
  height: 1350px;
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 0.3;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero .wrapper .blurb, .main-hero .wrapper .wp-block-acf-hero-content, .main-hero .wrapper > .acf-innerblocks-container .blurb, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content {
    flex: 1 1 auto;
    display: block;
    margin-left: 0;
    padding: 32px 0 2px 0;
  }
  .main-hero .wrapper .blurb:not(:first-child), .main-hero .wrapper .wp-block-acf-hero-content:not(:first-child), .main-hero .wrapper > .acf-innerblocks-container .blurb:not(:first-child), .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:first-child) {
    padding-top: 0;
  }
}
.main-hero .wrapper .blurb:only-child, .main-hero .wrapper .wp-block-acf-hero-content:only-child, .main-hero .wrapper > .acf-innerblocks-container .blurb:only-child, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child {
  flex: 0 0 100%;
  position: relative;
}
.main-hero .wrapper .blurb:only-child > *, .main-hero .wrapper .wp-block-acf-hero-content:only-child > *, .main-hero .wrapper > .acf-innerblocks-container .blurb:only-child > *, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child > * {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.main-hero .wrapper .blurb:only-child:before, .main-hero .wrapper .wp-block-acf-hero-content:only-child:before, .main-hero .wrapper > .acf-innerblocks-container .blurb:only-child:before, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
  width: 1350px;
  height: 1350px;
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero .wrapper .blurb:only-child:before, .main-hero .wrapper .wp-block-acf-hero-content:only-child:before, .main-hero .wrapper > .acf-innerblocks-container .blurb:only-child:before, .main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before {
    width: 1000px;
    height: 1000px;
  }
}
.main-hero .wrapper > .circles, .main-hero .wrapper > .acf-innerblocks-container > .circles {
  border: 3px solid red;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -15%);
  transform-origin: center center;
  transition: all ease 0.2s;
  width: 1350px;
  height: 1350px;
  background: #ffffff;
  -webkit-mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0.5;
}
.main-hero > .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-hero > .img .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.main-hero > .img .img-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main-hero.no-img .wrapper:after {
  display: none;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-multi-circles .wrapper, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container {
    justify-content: center;
  }
}
.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):first-child:before, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):first-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child:before {
  display: none;
}
.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child {
  flex: 1 1 auto;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child {
    flex: 1 1 auto;
  }
}
.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child .article, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child .article, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child .article, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child .article {
  min-width: 360px;
}
.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child .article .img, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child .article .img, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child .article .img, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child .article .img {
  aspect-ratio: 1/0.6;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child .article, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child .article, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child .article, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child .article {
    min-width: 1px;
  }
}
.main-hero.is-style-multi-circles .wrapper .blurb:last-child, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:last-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:last-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child {
  z-index: 5;
}
.main-hero.is-style-multi-circles .wrapper .blurb:last-child:before, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:last-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:last-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
  width: 1350px;
  height: 1350px;
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/hero-right-concentric-circles.svg");
  mask-image: url("../../app/assets/images/hero-right-concentric-circles.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 0.2;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-multi-circles .wrapper .blurb:last-child:before, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:last-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:last-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:before {
    display: none;
  }
}
.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):first-child, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):first-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child {
  flex: 0 0 50%;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):first-child, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:not(:only-child):first-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child {
    flex: 1 1 auto;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-multi-circles .wrapper .blurb:first-child:before, .main-hero.is-style-multi-circles .wrapper > .wp-block-acf-hero-content:first-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .blurb:first-child:before, .main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-30%, -50%);
    transition: all ease 0.5s;
    width: 850px;
    height: 850px;
    background: #ffffff;
    -webkit-mask-image: url("../../app/assets/images/hero-right-concentric-circles.svg");
    mask-image: url("../../app/assets/images/hero-right-concentric-circles.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    opacity: 0.2 !important;
    display: block !important;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-circles-right .wrapper, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container {
    justify-content: center;
  }
}
.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):first-child:before, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):first-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child:before {
  display: none;
}
.main-hero.is-style-circles-right .wrapper .blurb:only-child > *, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:only-child > *, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:only-child > *, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child > * {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.main-hero.is-style-circles-right .wrapper .blurb:only-child .wp-block-buttons, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:only-child .wp-block-buttons, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:only-child .wp-block-buttons, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child .wp-block-buttons {
  justify-content: flex-start;
}
.main-hero.is-style-circles-right .wrapper .blurb:only-child:before, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:only-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:only-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child:before {
  left: auto;
  right: 0;
  transform: translate(30%, -50%);
}
.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child {
  flex: 1 1 auto;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child {
    flex: 1 1 auto;
  }
}
.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child .article, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child .article, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child .article, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child .article {
  min-width: 360px;
}
.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child .article .img:only-child, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child .article .img:only-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child .article .img:only-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child .article .img:only-child {
  aspect-ratio: 1/0.65;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child .article, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child .article, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child .article, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child .article {
    min-width: 1px;
  }
}
.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child:before, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
  width: 1350px;
  height: 1350px;
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 1;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child:before, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):last-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):last-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child:before {
    display: none;
  }
}
.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):first-child, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):first-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child {
  flex: 0 0 50%;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):first-child, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):first-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child {
    flex: 1 1 auto;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):first-child:before, .main-hero.is-style-circles-right .wrapper > .wp-block-acf-hero-content:not(:only-child):first-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .blurb:not(:only-child):first-child:before, .main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-30%, -50%);
    transition: all ease 0.5s;
    width: 850px;
    height: 850px;
    background: #ffffff;
    -webkit-mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
    mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    opacity: 0.7 !important;
    display: block !important;
  }
}
.main-hero.is-style-right-solid-circle h1, .main-hero.is-style-right-solid-circle .heading-1 {
  font-size: 64px;
}
.main-hero.is-style-right-solid-circle .blurb:not(:only-child):first-child::before, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before {
  display: none;
}
.main-hero.is-style-right-solid-circle .blurb:only-child:before, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child:before {
  border-radius: 50%;
  opacity: 0.8;
  -webkit-mask-image: none;
          mask-image: none;
  height: auto;
  width: 1000px !important;
  padding-bottom: 1000px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 0) and (max-width: 64em) {
  .main-hero.is-style-right-solid-circle .blurb:only-child:before, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child:before {
    top: 120px !important;
    transform: translate(-50%, 0);
    width: 1350px !important;
    padding-bottom: 100% !important;
    height: 100%;
  }
}
.main-hero.is-style-right-solid-circle .blurb:only-child > *:not(.wp-block-buttons), .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child > *:not(.wp-block-buttons) {
  text-align: center;
}
.main-hero.is-style-right-solid-circle .blurb:only-child .wp-block-buttons, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child .wp-block-buttons {
  justify-content: center;
}
@media (min-width: 0) and (max-width: 64em) {
  .main-hero.is-style-right-solid-circle .blurb:only-child, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child {
    padding-top: 180px !important;
  }
}
.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child), .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child) {
  position: relative;
  z-index: 5;
  padding-left: 100px;
  padding-top: 150px;
}
@media only screen and (min-width: 1700px) {
  .main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child), .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child) {
    padding-left: 200px;
  }
}
.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child) p, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child) p {
  margin-bottom: 15px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child), .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child) {
    padding-left: 0;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 650px) {
  .main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child), .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child) {
    padding: 150px 0 0 0;
  }
}
.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child):before {
  content: "";
  width: calc(120% + 50vw - 575px);
  padding-bottom: calc(120% + 50vw - 575px);
  position: absolute;
  left: 0;
  top: 10px;
  background: rgba(68, 0, 153, 0.9);
  border-radius: 50%;
}
@media only screen and (min-width: 2000px) {
  .main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child):before {
    width: 1000px;
    padding-bottom: 1000px;
  }
}
@media only screen and (max-width: 1240px) {
  .main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child):before {
    width: 750px;
    padding-bottom: 750px;
    max-width: 1350px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, .main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child:not(:first-child):before {
    top: 0;
    left: -280px;
    width: 1350px;
    padding-bottom: 1350px;
    max-width: 1350px;
  }
}
.main-hero.is-style-right-solid-circle .article {
  max-width: 400px;
}
.main-hero .article {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 15px;
}
.main-hero .article .img {
  border-radius: 15px 15px 0 0;
  aspect-ratio: 1/0.6;
}
.main-hero .article .img .img-bg {
  /*&:after {
      background: rgba($yellow, 0.4);
  }*/
}
.main-hero .article .content {
  background: white;
  border-radius: 0 0 15px 15px;
  padding: 24px 32px;
  margin: 0;
}
.main-hero .article .content:before {
  display: none;
}
.main-hero .article .content h3 {
  margin: 0 !important;
  padding: 0;
  background: none !important;
  color: #27272A !important;
}
.main-hero .article .content h3:after, .main-hero .article .content h3:before {
  display: none;
}
.main-hero .article .content p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 18px;
  color: #000000 !important;
}
.main-hero .article .content p:first-child:not(.heading-6) {
  padding: 0 !important;
  margin: 0 !important;
}
.main-hero .article .content p:first-child:not(.heading-6):after, .main-hero .article .content p:first-child:not(.heading-6):before {
  display: none;
}
.main-hero .article .content h6, .main-hero .article .content .heading-6 {
  color: #440099 !important;
  margin: 0 0 5px 0;
  font-size: 14px;
}
.main-hero .article:hover .content h3, .main-hero .article:hover .content p:first-child:not(.heading-6) {
  transform: none !important;
}

.main-hero .wrapper > .acf-innerblocks-container .blurb:only-child *:not(.has-text-align-center) {
  text-align: left;
}
.main-hero .wrapper > .acf-innerblocks-container .blurb:only-child .wp-block-buttons {
  justify-content: initial;
}

.has-white-background-color.main-hero .article .content, .has-off-white-background-color.main-hero .article .content {
  background: #ffffff;
}

.wp-block-acf-hero {
  background: none !important;
}

.main-hero.has-purple-background-color, .wp-block-acf-hero .main-hero.has-purple-background-color {
  background-color: #571aa3 !important;
}
.main-hero.has-purple-background-color .wrapper p a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero.has-purple-background-color .wrapper li a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container p a:not(.btn):not(.wp-block-button__link):not(.article), .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container li a:not(.btn):not(.wp-block-button__link):not(.article), .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper p a:not(.btn):not(.wp-block-button__link):not(.article), .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper li a:not(.btn):not(.wp-block-button__link):not(.article), .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container p a:not(.btn):not(.wp-block-button__link):not(.article), .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container li a:not(.btn):not(.wp-block-button__link):not(.article) {
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#59D4C7, #59D4C7);
  background-size: 100% 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}
.main-hero.has-purple-background-color .wrapper p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero.has-purple-background-color .wrapper li a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container li a:not(.btn):not(.wp-block-button__link):not(.article):hover, .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper li a:not(.btn):not(.wp-block-button__link):not(.article):hover, .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container p a:not(.btn):not(.wp-block-button__link):not(.article):hover, .wp-block-acf-hero .main-hero.has-purple-background-color .wrapper > .acf-innerblocks-container li a:not(.btn):not(.wp-block-button__link):not(.article):hover {
  color: #59D4C7;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#59D4C7, #59D4C7);
  background-size: 100% 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}
.main-hero.has-green-background-color, .main-hero.has-grey-green-background-color, .wp-block-acf-hero .main-hero.has-green-background-color, .wp-block-acf-hero .main-hero.has-grey-green-background-color {
  background-color: #70b6af !important;
}
.main-hero.has-green-background-color .wrapper .blurb:only-child::before, .main-hero.has-green-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child::before, .main-hero.has-grey-green-background-color .wrapper .blurb:only-child::before, .main-hero.has-grey-green-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child::before, .wp-block-acf-hero .main-hero.has-green-background-color .wrapper .blurb:only-child::before, .wp-block-acf-hero .main-hero.has-green-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child::before, .wp-block-acf-hero .main-hero.has-grey-green-background-color .wrapper .blurb:only-child::before, .wp-block-acf-hero .main-hero.has-grey-green-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child::before {
  background: #ffffff;
}
.main-hero.has-green-background-color h6 span, .main-hero.has-green-background-color .heading-6 span, .main-hero.has-grey-green-background-color h6 span, .main-hero.has-grey-green-background-color .heading-6 span, .wp-block-acf-hero .main-hero.has-green-background-color h6 span, .wp-block-acf-hero .main-hero.has-green-background-color .heading-6 span, .wp-block-acf-hero .main-hero.has-grey-green-background-color h6 span, .wp-block-acf-hero .main-hero.has-grey-green-background-color .heading-6 span {
  color: #ebf4f3 !important;
}
.main-hero.has-green-background-color:not(.no-img) .wrapper .blurb *:not(input):not(textarea):not(select):not(a):not(.is-style-date):not(.date):not([class*=color]):not(.btn):not(.wp-block-button__link):not(.wp-block-button.is-style-arrow), .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb *:not(input):not(textarea):not(select):not(a):not(.is-style-date):not(.date):not([class*=color]):not(.btn):not(.wp-block-button__link):not(.wp-block-button.is-style-arrow), .wp-block-acf-hero .main-hero.has-green-background-color:not(.no-img) .wrapper .blurb *:not(input):not(textarea):not(select):not(a):not(.is-style-date):not(.date):not([class*=color]):not(.btn):not(.wp-block-button__link):not(.wp-block-button.is-style-arrow), .wp-block-acf-hero .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb *:not(input):not(textarea):not(select):not(a):not(.is-style-date):not(.date):not([class*=color]):not(.btn):not(.wp-block-button__link):not(.wp-block-button.is-style-arrow) {
  color: #ffffff;
}
.main-hero.has-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link), .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link), .wp-block-acf-hero .main-hero.has-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link), .wp-block-acf-hero .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link) {
  color: #59D4C7;
}
.main-hero.has-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):after, .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):after, .wp-block-acf-hero .main-hero.has-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):after, .wp-block-acf-hero .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):after {
  display: none;
}
.main-hero.has-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):hover, .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):hover, .wp-block-acf-hero .main-hero.has-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):hover, .wp-block-acf-hero .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb ul li a:not(.btn):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
.main-hero.has-green-background-color:not(.no-img) .wrapper .blurb a:not(.btn):not(.wp-block-button__link), .main-hero.has-green-background-color:not(.no-img) .wrapper .blurb .date, .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb a:not(.btn):not(.wp-block-button__link), .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb .date, .wp-block-acf-hero .main-hero.has-green-background-color:not(.no-img) .wrapper .blurb a:not(.btn):not(.wp-block-button__link), .wp-block-acf-hero .main-hero.has-green-background-color:not(.no-img) .wrapper .blurb .date, .wp-block-acf-hero .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb a:not(.btn):not(.wp-block-button__link), .wp-block-acf-hero .main-hero.has-grey-green-background-color:not(.no-img) .wrapper .blurb .date {
  color: #ffffff;
}
.main-hero.has-white-background-color .wrapper .blurb:not(:only-child):first-child::before, .main-hero.has-white-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, .main-hero.has-off-white-background-color .wrapper .blurb:not(:only-child):first-child::before, .main-hero.has-off-white-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-white-background-color .wrapper .blurb:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-white-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color .wrapper .blurb:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #440099 !important;
  opacity: 0.4 !important;
}
.main-hero.has-light-green-background-color .wrapper .blurb:not(:only-child):first-child::before, .main-hero.has-light-green-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color .wrapper .blurb:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #32968C !important;
  opacity: 0.6 !important;
}
.main-hero.has-light-lilac-background-color .wrapper .blurb:not(:only-child):first-child::before, .main-hero.has-light-lilac-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, .main-hero.has-pale-lilac-background-color .wrapper .blurb:not(:only-child):first-child::before, .main-hero.has-pale-lilac-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color .wrapper .blurb:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color .wrapper .blurb:not(:only-child):first-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #440099 !important;
  opacity: 0.4 !important;
}
.main-hero.has-white-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .main-hero.has-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: #440099 !important;
  opacity: 0.2 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.has-white-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .main-hero.has-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before {
    background: #440099 !important;
    opacity: 0.2 !important;
  }
}
.main-hero.has-light-green-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .main-hero.has-light-green-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-multi-circles .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: #32968C !important;
  opacity: 0.2 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.has-light-green-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .main-hero.has-light-green-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-multi-circles .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before {
    background: #32968C !important;
    opacity: 0.3 !important;
  }
}
.main-hero.has-light-green-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .main-hero.has-light-green-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: #32968C !important;
  opacity: 0.9 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.has-light-green-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .main-hero.has-light-green-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before {
    background: #32968C !important;
    opacity: 0.9 !important;
  }
}
.main-hero.has-white-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .main-hero.has-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-off-white-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .main-hero.has-off-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: #440099 !important;
  opacity: 0.6 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.has-white-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .main-hero.has-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .main-hero.has-off-white-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .main-hero.has-off-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper .blurb:first-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:first-child::before {
    background: #440099 !important;
    opacity: 0.6 !important;
  }
}
.main-hero.has-white-background-color.is-style-right-solid-circle .blurb:last-child::before, .main-hero.has-white-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-off-white-background-color.is-style-right-solid-circle .blurb:last-child::before, .main-hero.has-off-white-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-right-solid-circle .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-white-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-right-solid-circle .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-off-white-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: #DCD2FA !important;
}
.main-hero.has-light-green-background-color.is-style-right-solid-circle .blurb:last-child::before, .main-hero.has-light-green-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-right-solid-circle .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-light-green-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: rgba(50, 150, 140, 0.3) !important;
}
.main-hero.has-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .main-hero.has-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-light-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .main-hero.has-light-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-light-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .blurb:last-child::before, .wp-block-acf-hero .main-hero.has-pale-lilac-background-color.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: rgba(68, 0, 153, 0.1) !important;
}

.single-post .main-hero .article, .single-case-study .main-hero .article, .wp-block-acf-hero-resource .main-hero .article, .wp-block-acf-hero-event .main-hero .article {
  box-shadow: none;
}
.single-post .main-hero .article .img, .single-case-study .main-hero .article .img, .wp-block-acf-hero-resource .main-hero .article .img, .wp-block-acf-hero-event .main-hero .article .img {
  margin-bottom: 15px;
  aspect-ratio: 1/0.65;
}

.main-hero.animate-circles .wrapper {
  gap: 0;
}
@media (min-width: 0) and (max-width: 64em) {
  .main-hero.animate-circles .wrapper {
    flex-direction: column;
  }
  .main-hero.animate-circles .wrapper:after {
    display: none;
  }
}
.main-hero.animate-circles .wrapper .blurb {
  flex: 1 1 auto;
  padding-right: 90px;
  min-height: 0;
  min-width: 0;
}
.main-hero.animate-circles .wrapper .blurb > * {
  margin-bottom: 10px;
}
.main-hero.animate-circles .wrapper .blurb:after, .main-hero.animate-circles .wrapper .blurb:before {
  display: none !important;
}
.main-hero.animate-circles .wrapper .blurb .slider .slick-slide > div > a {
  margin: 0;
}
@media (min-width: 0) and (max-width: 64em) {
  .main-hero.animate-circles .wrapper .blurb {
    padding-right: 0;
    flex: 0 0 auto;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }
  .main-hero.animate-circles .wrapper .blurb .slider {
    margin-left: -45px !important;
    margin-right: -45px;
    margin-bottom: 0 !important;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 0;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero.animate-circles .wrapper .blurb {
    min-height: 400px;
    padding-bottom: 0;
  }
  .main-hero.animate-circles .wrapper .blurb .slider {
    margin-left: -20px !important;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0 !important;
    border-radius: 0;
  }
}
.main-hero.animate-circles .wrapper .blurb:nth-child(2) {
  flex: 0 0 400px;
  padding-right: 0;
}
@media (min-width: 0) and (max-width: 64em) {
  .main-hero.animate-circles .wrapper .blurb:nth-child(2) {
    flex: 0 0 auto;
    min-height: 1px;
    width: 100%;
    padding-top: 0;
  }
}
.main-hero.animate-circles.is-style-50-50 .wrapper .blurb:nth-child(2) {
  flex: 0 0 50%;
}
@media (min-width: 0) and (max-width: 64em) {
  .main-hero.animate-circles.is-style-50-50 .wrapper .blurb:nth-child(2) {
    flex: 0 0 auto;
  }
}

.main-hero + *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image):not(.content-with-circle-callout):not(.page-nav):not(.insights-page-nav-wrapper), .main-hero + noscript + *:not(.frame-fp-block.full):not(.main-hero):not(.page-nav), .main-hero + script + *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image):not(.content-with-circle-callout):not(.page-nav):not(.insights-page-nav-wrapper), .main-hero + script + noscript + *:not(.frame-fp-block.full):not(.main-hero):not(.page-nav) {
  margin-top: 64px;
}
@media only screen and (max-width: 1240px) {
  .main-hero + *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image):not(.content-with-circle-callout):not(.page-nav):not(.insights-page-nav-wrapper), .main-hero + noscript + *:not(.frame-fp-block.full):not(.main-hero):not(.page-nav), .main-hero + script + *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image):not(.content-with-circle-callout):not(.page-nav):not(.insights-page-nav-wrapper), .main-hero + script + noscript + *:not(.frame-fp-block.full):not(.main-hero):not(.page-nav) {
    margin-top: 48px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .main-hero + *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image):not(.content-with-circle-callout):not(.page-nav):not(.insights-page-nav-wrapper), .main-hero + noscript + *:not(.frame-fp-block.full):not(.main-hero):not(.page-nav), .main-hero + script + *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image):not(.content-with-circle-callout):not(.page-nav):not(.insights-page-nav-wrapper), .main-hero + script + noscript + *:not(.frame-fp-block.full):not(.main-hero):not(.page-nav) {
    margin-top: 48px;
  }
}

.slider {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 32px 32px 1px 32px;
  margin-bottom: 30px;
}
.slider .case-studies {
  padding-bottom: 30px;
}
@media (min-width: 0) and (max-width: 64em) {
  .slider {
    padding-top: 20px;
  }
  .slider .case-studies {
    padding-bottom: 2px;
    margin-bottom: 15px;
  }
  .slider .case-studies > div:not(:first-child), .slider .case-studies > a:not(:first-child) {
    display: none !important;
  }
  .slider .case-studies > div, .slider .case-studies > a {
    display: block !important;
    position: relative;
    padding-right: 50px;
  }
  .slider .case-studies > div:after, .slider .case-studies > a:after {
    display: none;
  }
  .slider .case-studies > div:before, .slider .case-studies > a:before {
    content: "\e905";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #440099;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    transform: translateY(-50%);
  }
}
.slider *:not(.btn) {
  color: #27272A !important;
}
.slider p.btn {
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 64em) {
  .slider p.btn {
    margin-bottom: 10px;
  }
}
.slider h5, .slider .heading-5 {
  font-weight: 400;
}
@media (min-width: 0) and (max-width: 64em) {
  .slider h5, .slider .heading-5 {
    margin-bottom: 10px;
  }
}
.slider .wp-block-buttons .wp-block-button.is-style-arrow {
  color: #D20078 !important;
}
.slider .wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link {
  color: #D20078 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .slider p:not([class*=heading]):not(.btn) {
    display: none;
  }
}
.slider.loading {
  max-height: 275px;
  opacity: 0;
}
.slider.loading a:after {
  display: none;
}
.slider .slick-slide > div > a {
  margin: 0 0 30px 0;
}
.slider .slick-slide > div > a:after {
  display: none;
}
.slider .slick-slide > div > a:hover {
  text-decoration: none;
}
.slider .slick-dots {
  text-align: left;
  bottom: 0;
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #440099;
}
.slider .slick-dots li button:before {
  display: none;
}
.slider .slick-dots li:hover button {
  background: #440099;
}
.slider .slick-dots li:before {
  display: none;
}
.slider .slick-dots li.slick-active button {
  background: #440099;
}
.slider .slick-prev, .slider .slick-next {
  top: auto;
  bottom: 0;
  position: absolute !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  background: #440099;
  border-color: #440099;
  margin: 0;
}
.slider .slick-prev:active, .slider .slick-prev:focus, .slider .slick-prev:hover, .slider .slick-next:active, .slider .slick-next:focus, .slider .slick-next:hover {
  background: #440099;
  border-color: #440099;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next {
  right: 0;
}

.wp-block-acf-hero .main-hero .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-acf-hero .main-hero .wrapper > .acf-innerblocks-container {
  width: 100%;
  padding-left: calc(50% - calc(1150px / 2));
  padding-right: calc(50% - calc(1150px / 2));
}
@media only screen and (max-width: 1240px) {
  .wp-block-acf-hero .main-hero .wrapper > .acf-innerblocks-container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .wp-block-acf-hero .main-hero .wrapper > .acf-innerblocks-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wp-block-acf-hero .main-hero .wrapper > .acf-innerblocks-container .blurb:before {
  display: none;
}

.main-hero .wpgb-facet legend {
  display: none;
}
.main-hero .wpgb-facet .wpgb-search-facet {
  position: relative;
}
.main-hero .wpgb-facet .wpgb-search-facet input[type=search] {
  background: #ffffff;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  border: 0;
  padding: 0 65px 0 20px;
  width: 100%;
  cursor: text;
}
.main-hero .wpgb-facet .wpgb-search-facet .wpgb-input-icon {
  width: 25px;
  height: 50px;
  color: #FFB347;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.main-hero .wpgb-facet .wpgb-search-facet .wpgb-input-icon path {
  fill: #FFB347 !important;
}
.main-hero .wpgb-facet .wpgb-search-facet .wpgb-clear-button {
  display: none;
}
.main-hero .insights-search-bar {
  margin-bottom: 30px;
}
.main-hero .insights-search-bar fieldset:last-child {
  margin: 0;
}
.main-hero .insights-search-bar .wpgb-apply {
  float: right;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 0;
  padding: 0;
  margin: -55px 0 0 0;
  background: none;
}
.main-hero .insights-search-bar .wpgb-apply[disabled] {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}

.wpgb-selection-facet .wpgb-button[aria-pressed=true] {
  background: #440099 !important;
  border-color: #440099 !important;
  border-radius: 15px;
}
.wpgb-selection-facet .wpgb-button[aria-pressed=true]:active, .wpgb-selection-facet .wpgb-button[aria-pressed=true]:focus {
  outline: none;
}

.wpgb-inline-list li:before {
  display: none;
}

.frame-fp-block {
  position: relative;
}
.frame-fp-block:not([class*=background-color]) {
  background: #440099;
}
.frame-fp-block:not([class*=background-color]) *:not(input):not(textarea):not(select):not(a):not(.is-style-date):not(.date):not([class*=color]):not(.btn):not(.wp-block-button__link):not(.wp-block-button.is-style-arrow) {
  color: #ffffff;
}
.frame-fp-block:not([class*=background-color]) ul li a:not(.btn):not(.wp-block-button__link) {
  color: #59D4C7;
}
.frame-fp-block:not([class*=background-color]) ul li a:not(.btn):not(.wp-block-button__link):after {
  display: none;
}
.frame-fp-block:not([class*=background-color]) ul li a:not(.btn):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
.frame-fp-block:not([class*=background-color]) a:not(.btn):not(.wp-block-button__link), .frame-fp-block:not([class*=background-color]) .date {
  color: #ffffff;
}
.frame-fp-block:not([class*=background-color]) .wp-block-quote::before, .frame-fp-block:not([class*=background-color]) blockquote::before {
  background: #ffffff;
}
.frame-fp-block:not([class*=background-color]) .wp-block-buttons .wp-block-button.is-style-arrow {
  color: #59D4C7;
}
.frame-fp-block:not([class*=background-color]) .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
  color: #59D4C7;
}
.frame-fp-block.full .wrapper {
  padding-top: 64px;
  padding-bottom: 34px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block.full .wrapper {
    padding-top: 32px;
    padding-bottom: 2px;
  }
}
.frame-fp-block:not(.full) {
  margin: 30px 0 60px 0;
  border-radius: 0;
}
.frame-fp-block:not(.full) .wrapper {
  padding: 48px 40px 30px 40px;
}
@media (min-width: 0) and (max-width: 64em) {
  .frame-fp-block:not(.full) .wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block:not(.full) .wrapper {
    padding: 48px 20px 30px 20px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block:not(.full) {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: 0;
  }
}
.frame-fp-block .wrapper {
  position: relative;
  z-index: 20;
}
.frame-fp-block.wide .wrapper {
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 0) and (max-width: 64em) {
  .frame-fp-block.wide .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block.wide .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.frame-fp-block.wide .has-text-align-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.has-left-right-bg-circles .wrapper {
  overflow: hidden;
}
.has-left-right-bg-circles .wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(50% - 350px - 600px);
  width: 650px;
  height: 650px;
  transform: translateY(45%);
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/general-concentric-circles.svg");
  mask-image: url("../../app/assets/images/general-concentric-circles.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 64em) {
  .has-left-right-bg-circles .wrapper:after {
    right: 0;
    max-width: 50%;
    transform: translate(35%, 20%);
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .has-left-right-bg-circles .wrapper:after {
    max-width: 70%;
  }
}
.has-left-right-bg-circles .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 350px - 600px);
  width: 650px;
  height: 650px;
  transform: translateY(-50%);
  /*max-height: 400px;*/
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/general-concentric-circles.svg");
  mask-image: url("../../app/assets/images/general-concentric-circles.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 64em) {
  .has-left-right-bg-circles .wrapper:before {
    left: 0;
    transform: translate(-35%, -20%);
    max-width: 50%;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .has-left-right-bg-circles .wrapper:before {
    max-width: 70%;
  }
}
.has-left-right-bg-circles .wrapper * {
  position: relative;
  z-index: 10;
}

.has-purple-background-color.has-left-right-bg-circles .wrapper:after, .has-green-background-color.has-left-right-bg-circles .wrapper:after, .has-grey-green-background-color.has-left-right-bg-circles .wrapper:after, .frame-fp-block.has-left-right-bg-circles:not([class*=background-color]) .wrapper:after {
  background: #ffffff;
  opacity: 1;
}
.has-purple-background-color.has-left-right-bg-circles .wrapper:before, .has-green-background-color.has-left-right-bg-circles .wrapper:before, .has-grey-green-background-color.has-left-right-bg-circles .wrapper:before, .frame-fp-block.has-left-right-bg-circles:not([class*=background-color]) .wrapper:before {
  background: #ffffff;
  opacity: 1;
}

.has-left-bg-solid-circle .wrapper {
  overflow: hidden;
}
.has-left-bg-solid-circle .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 350px - 450px);
  width: 650px;
  height: 650px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 1240px) {
  .has-left-bg-solid-circle .wrapper:before {
    left: -130px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .has-left-bg-solid-circle .wrapper:before {
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translate(-50%, 50%);
  }
}
.has-left-bg-solid-circle .wrapper * {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  .frame-fp-block:not(.full).has-left-bg-solid-circle .wrapper:before {
    left: -20%;
  }
}

@media only screen and (min-width: 769px) {
  .frame-fp-block:not(.full).has-left-right-bg-circles .wrapper:before {
    left: -30%;
  }
}
@media only screen and (min-width: 769px) {
  .frame-fp-block:not(.full).has-left-right-bg-circles .wrapper:after {
    right: -30%;
  }
}

.has-left-bg-circle .wrapper {
  overflow: hidden;
}
.has-left-bg-circle .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1350px;
  height: 1350px;
  transform: translateX(-85%);
  /*max-height: 400px;*/
  background: #DCD2FA;
  -webkit-mask-image: url("../../app/assets/images/general-concentric-circles.svg");
  mask-image: url("../../app/assets/images/general-concentric-circles.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 64em) {
  .has-left-bg-circle .wrapper:before {
    top: auto;
    bottom: 0;
    -webkit-mask-position: left bottom;
            mask-position: left bottom;
    transform: translate(-85%, 30%);
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .has-left-bg-circle .wrapper:before {
    max-width: 150%;
    top: auto;
    bottom: 0;
    -webkit-mask-position: left bottom;
            mask-position: left bottom;
    transform: translate(-75%, 10%);
  }
}
.has-left-bg-circle .wrapper * {
  position: relative;
  z-index: 10;
}

.has-light-green-background-color.has-left-bg-solid-circle .wrapper:before {
  background: #32968C !important;
  opacity: 0.1 !important;
}

.has-green-background-color.has-left-bg-solid-circle .wrapper:before, .has-grey-green-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.1 !important;
}

.has-lilac-background-color.has-left-bg-solid-circle .wrapper:before {
  background: #440099 !important;
  opacity: 0.1 !important;
}

.has-light-lilac-background-color.has-left-bg-solid-circle .wrapper:before, .has-pale-lilac-background-color.has-left-bg-solid-circle .wrapper:before {
  background: #440099 !important;
  opacity: 0.1 !important;
}

.has-white-background-color.has-left-bg-solid-circle .wrapper:before, .has-off-white-background-color.has-left-bg-solid-circle .wrapper:before {
  background: #440099 !important;
  opacity: 0.1 !important;
}

.error404 {
  background: #f6f2fa;
}
.error404 .frame-fp-block.has-center-bg-solid-circle, .error404 .frame-404 {
  min-height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.has-center-bg-solid-circle .wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 650px;
  transform: translate(-50%, -50%);
  background: #440099;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.1;
}
@media (min-width: 0em) and (max-width: 48em) {
  .has-center-bg-solid-circle .wrapper:before {
    width: 350px;
    height: 350px;
  }
}
.has-center-bg-solid-circle .wrapper * {
  position: relative;
  z-index: 10;
}

.frame-fp-block[class*=background-color] + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block[class*=background-color] + noscript + *:not(.frame-fp-block), .frame-fp-block.full + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block.full + noscript + *:not(.frame-fp-block), .content-with-side-image + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .content-with-side-image + noscript + *:not(.frame-fp-block), .cards.full + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .cards.full + noscript + *:not(.frame-fp-block), .content-with-circle-callout + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .content-with-circle-callout + noscript + *:not(.frame-fp-block), .page-nav + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .page-nav + noscript + *:not(.frame-fp-block), .insights-page-nav-wrapper + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .insights-page-nav-wrapper + noscript + *:not(.frame-fp-block), .frame-fp-block + script + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block + script + noscript + *:not(.frame-fp-block) {
  margin-top: 64px;
}
@media only screen and (max-width: 1240px) {
  .frame-fp-block[class*=background-color] + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block[class*=background-color] + noscript + *:not(.frame-fp-block), .frame-fp-block.full + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block.full + noscript + *:not(.frame-fp-block), .content-with-side-image + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .content-with-side-image + noscript + *:not(.frame-fp-block), .cards.full + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .cards.full + noscript + *:not(.frame-fp-block), .content-with-circle-callout + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .content-with-circle-callout + noscript + *:not(.frame-fp-block), .page-nav + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .page-nav + noscript + *:not(.frame-fp-block), .insights-page-nav-wrapper + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .insights-page-nav-wrapper + noscript + *:not(.frame-fp-block), .frame-fp-block + script + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block + script + noscript + *:not(.frame-fp-block) {
    margin-top: 64px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block[class*=background-color] + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block[class*=background-color] + noscript + *:not(.frame-fp-block), .frame-fp-block.full + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block.full + noscript + *:not(.frame-fp-block), .content-with-side-image + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .content-with-side-image + noscript + *:not(.frame-fp-block), .cards.full + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .cards.full + noscript + *:not(.frame-fp-block), .content-with-circle-callout + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .content-with-circle-callout + noscript + *:not(.frame-fp-block), .page-nav + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .page-nav + noscript + *:not(.frame-fp-block), .insights-page-nav-wrapper + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .insights-page-nav-wrapper + noscript + *:not(.frame-fp-block), .frame-fp-block + script + *:not(.frame-fp-block.full):not(.content-with-side-image.full):not(.cards.full):not(.content-with-circle-callout), .frame-fp-block + script + noscript + *:not(.frame-fp-block) {
    margin-top: 32px;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block[class*=background-color] + .content-with-side-image:not(.full), .frame-fp-block.full + .content-with-side-image:not(.full), .content-with-side-image + .content-with-side-image:not(.full), .cards.full + .content-with-side-image:not(.full), .content-with-circle-callout + .content-with-side-image:not(.full), .page-nav + .content-with-side-image:not(.full), .insights-page-nav-wrapper + .content-with-side-image:not(.full), .frame-fp-block + script + .content-with-side-image:not(.full) {
    margin-top: 0 !important;
  }
}

h4[style*="display: none"] + .archive-insights-wrapper {
  margin-top: 64px;
}
@media only screen and (max-width: 1240px) {
  h4[style*="display: none"] + .archive-insights-wrapper {
    margin-top: 64px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  h4[style*="display: none"] + .archive-insights-wrapper {
    margin-top: 32px;
  }
}

@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block:not(.full) + .frame-fp-block, .frame-fp-block:not(.full) + .content-with-circle-callout, .content-with-circle-callout + .frame-fp-block, .content-with-circle-callout + .content-with-circle-callout {
    margin-top: 0 !important;
  }
}

*:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .frame-fp-block.full:not([class*=white-background-color]), *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .content-with-side-image, *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .cards, *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .content-with-circle-callout {
  margin-top: 64px;
}
@media only screen and (max-width: 1240px) {
  *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .frame-fp-block.full:not([class*=white-background-color]), *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .content-with-side-image, *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .cards, *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .content-with-circle-callout {
    margin-top: 64px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .frame-fp-block.full:not([class*=white-background-color]), *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .content-with-side-image, *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .cards, *:not(.frame-fp-block.full):not(.main-hero):not(.cards.full):not(.content-with-side-image.full):not(.content-with-circle-callout):not(.page-nav) + .content-with-circle-callout {
    margin-top: 32px;
  }
}

main > div > .frame-fp-block.full:last-child {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 64em) {
  main > div > .frame-fp-block:last-child {
    margin-bottom: 0 !important;
  }
}

.frame-fp-block.has-white-background-color:not(.full) .wrapper, .frame-fp-block.has-whitebackground-color:not(.full) .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block.has-white-background-color:not(.full) .wrapper, .frame-fp-block.has-whitebackground-color:not(.full) .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-nav {
  background: #DCD2FA;
  display: flex;
  /*position: sticky;
  top: 95px;
  z-index: 50;*/
  transition: opacity ease 2s;
  z-index: 100;
}
.page-nav.hide {
  animation: smooth-hide 0.3s forwards !important;
}
.page-nav.stuck ul {
  padding: 15px 0;
}
.page-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  transition: all ease 0.3s;
}
.page-nav ul li {
  padding: 0 30px 0 0;
  margin: 0;
  text-align: center;
}
.page-nav ul li:before {
  display: none;
}
.page-nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  background: #FFB347;
  color: #440099;
  border-radius: 100px;
  padding: 16px 32px;
}
.page-nav ul li a:not(.custom-hover) {
  height: 55px !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.page-nav ul li.active a, .page-nav ul li:hover a {
  background-color: #440099;
  color: #ffffff;
}
.page-nav ul li.active a code {
  display: none;
}
.page-nav ul li.active a span {
  transform: none !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .page-nav ul {
    display: none;
  }
}
.page-nav select {
  display: none;
  width: 100%;
  border: 0;
  border-radius: 100px;
  box-shadow: none;
  color: #440099;
  font-size: 16px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  background: #FFB347 url(../../app/assets//images/select-arrow.png) right center no-repeat;
  padding: 0 45px 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 0em) and (max-width: 48em) {
  .page-nav select {
    display: block;
    margin: 15px 0;
  }
}
.page-nav.simple {
  position: sticky;
  top: 96px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .page-nav.simple {
    top: 70px;
  }
}
.page-nav.simple ul {
  padding: 20px 0;
}
.page-nav.simple ul li a {
  clip-path: none;
  clip: auto;
  width: auto;
  height: auto !important;
  overflow: visible;
  position: relative;
  padding: 15px 20px;
  transition: all ease 0.3s;
  font-weight: 400;
  border: 1px solid transparent;
}
.page-nav.simple ul li a:hover {
  color: #ffffff !important;
}
.page-nav.simple.has-purple-background-color ul li a:hover {
  background: transparent;
  border: 1px solid #FFB347 !important;
}
.page-nav.simple.has-purple-background-color ul li a:hover:hover {
  background: none;
  border: 1px solid transparent;
  color: #FFB347 !important;
}
.page-nav.simple.has-white-background-color {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  background-color: #ffffff;
}
.page-nav.simple.is-style-links ul li a {
  padding: 0;
  background: none;
  color: #440099;
}
.page-nav.simple.is-style-links ul li a:hover {
  background: none;
  color: #440099 !important;
}
.page-nav.simple.is-style-links ul li a:hover:after {
  height: 3px;
}
.page-nav.simple.is-style-links ul li a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 0;
  background: #FFB347;
  transition: all ease 0.3s;
}
.page-nav.simple.is-style-links ul li.active a {
  color: #440099 !important;
}
.page-nav.simple.is-style-links ul li.active a:after {
  height: 3px;
}
.page-nav.simple.is-style-links.has-green-background-color ul li a {
  color: #ffffff !important;
}
.page-nav.simple.is-style-links.has-green-background-color ul li a:hover {
  color: #ffffff !important;
}
.page-nav.simple.is-style-links.has-purple-background-color ul li a {
  color: #ffffff !important;
}
.page-nav.simple.is-style-links.has-purple-background-color ul li a:hover {
  color: #FFB347 !important;
  border-color: transparent !important;
}
.page-nav.simple.is-style-links.has-purple-background-color ul li.active a {
  color: #FFB347 !important;
}
.page-nav.simple.has-text-align-left ul {
  justify-content: flex-start;
}
.page-nav.simple.has-text-align-center ul {
  justify-content: center;
}
.page-nav.simple.has-text-align-right ul {
  justify-content: flex-end;
}

.insights-page-nav-wrapper {
  position: sticky;
  top: 95px;
  z-index: 50;
  transition: height ease 0.5s;
}
@media (min-width: 0em) and (max-width: 48em) {
  .insights-page-nav-wrapper {
    top: 78px;
    padding: 0 !important;
  }
}

.single-post.guide .page-nav {
  position: sticky;
  top: 100px;
  background: #440099;
  border-radius: 15px;
  width: 350px !important;
  margin: 64px 0 0 auto !important;
  padding: 30px;
  float: right;
}
.single-post.guide .page-nav:not(.hide) {
  animation: smooth-load 1s forwards;
}
@media (min-width: 0em) and (max-width: 48em) {
  .single-post.guide .page-nav {
    float: none;
    padding: 10px 20px;
    width: calc(100% + 40px) !important;
    margin: 0 -20px 45px -20px !important;
    border-radius: 0;
    top: 78px;
  }
  .single-post.guide .page-nav .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-post.guide .page-nav * {
  color: #ffffff;
}
@media (min-width: 0em) and (max-width: 48em) {
  .single-post.guide .page-nav * {
    color: #440099;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .single-post.guide .page-nav h4 {
    display: none;
  }
  .single-post.guide .page-nav .wrapper {
    width: 100%;
  }
}
.single-post.guide .page-nav ul {
  flex-direction: column;
  padding: 0;
}
.single-post.guide .page-nav ul li {
  position: relative;
  padding: 0 0 15px 35px;
}
.single-post.guide .page-nav ul li a {
  height: auto !important;
  clip: none;
  clip-path: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto;
  background: none;
  text-align: left;
}
.single-post.guide .page-nav ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 7px;
  border-radius: 3px;
  background: #ece5f5;
}
.single-post.guide .page-nav ul li.active:before, .single-post.guide .page-nav ul li:hover:before {
  background: #FFB347;
}
.single-post.guide .page-nav ul li:hover a {
  color: #FFB347;
}
.single-post.guide .page-nav ul li.active:hover a {
  color: #ffffff;
}
.single-post.guide .page-nav ul li.heading {
  padding: 15px 0 25px 0;
  font-size: 24px;
}
.single-post.guide .page-nav ul li.heading:before {
  display: none;
}

.admin-bar.single-post.guide .page-nav {
  top: 150px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .admin-bar.single-post.guide .page-nav {
    top: 78px;
  }
}

.admin-bar .page-nav {
  top: 125px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .admin-bar .page-nav {
    top: 78px;
  }
}

@keyframes smooth-load {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes smooth-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* articles */
.articles-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 30px;
  margin: 0 0 64px 0;
  width: 100%;
}
.articles-list:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .articles-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .articles-list {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 32px;
    gap: 30px;
  }
}
.articles-list .article {
  flex: 0 0 calc(33.33% - 20px);
  /*max-width: 360px;*/
  margin: 0;
}
.articles-list .article:first-child:nth-last-child(2), .articles-list .article:first-child:nth-last-child(2) ~ .article {
  flex: 0 0 calc(50% - 20px);
}
@media only screen and (max-width: 650px) {
  .articles-list .article:first-child:nth-last-child(2), .articles-list .article:first-child:nth-last-child(2) ~ .article {
    flex: 0 0 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.articles-list .article:first-child:nth-last-child(1), .articles-list .article:first-child:nth-last-child(1) ~ .article {
  flex: 0 0 100%;
  max-width: 360px;
}
.articles-list .article .content {
  margin: 0 0 0 0;
}
.articles-list .article.linkedin .img:after {
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  .articles-list .article {
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .articles-list .article {
    flex: 0 0 100%;
  }
}

.single .articles-block {
  margin-top: 60px;
}

.article {
  text-decoration: none !important;
  width: 100%;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
}
.article .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.8;
  border-radius: 15px;
  overflow: hidden;
}
.article .img .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all ease 0.3s;
}
.article .img .img-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(68, 0, 153, 0.4);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all ease 0.3s;
}
.article .content {
  position: relative;
  z-index: 10;
  margin: 0 0 0 auto;
}
.article .content > h3, .article .content > p:first-child:not(.heading-6) {
  font-size: 18px;
  color: #440099;
  font-weight: 800;
  line-height: 1.4;
  background: #ffffff;
  border-radius: 15px 0 0 0;
  margin: -55px 0 10px 75px !important;
  padding: 16px 25px 0 25px;
  transition: all ease 0.3s;
  position: relative;
}
.article .content > h3:after, .article .content > p:first-child:not(.heading-6):after {
  content: "";
  position: absolute;
  right: 0;
  top: -23.5px;
  width: 32px;
  height: 48px;
  background: #ffffff;
  -webkit-mask-image: url("../../app/assets/images/corner.png");
  mask-image: url("../../app/assets/images/corner.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 5;
}
.article .content > h3:before, .article .content > p:first-child:not(.heading-6):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background: #ffffff;
  border-radius: 15px 0 0 0;
  min-height: 75px;
  z-index: -1;
}
.article .content p {
  font-size: 14px;
  font-weight: 800;
  padding-left: 100px;
  position: relative;
  z-index: 10;
}
.article .content p:last-child {
  margin: 0;
}
.article .content:before {
  content: "";
  position: absolute;
  left: 44px;
  top: -24px;
  width: 32px;
  height: 48px;
  background: #ffffff;
  -webkit-mask-image: url("../../app/assets/images/corner.png");
  mask-image: url("../../app/assets/images/corner.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 5;
}
.article.linkedin .img:before {
  content: "";
  position: absolute;
  z-index: 13;
  left: 0;
  bottom: 0;
  width: 20%;
  padding-bottom: 20%;
  background: #D20078;
  border-radius: 50%;
  transform: translate(-15%, 15%);
}
.article.linkedin .img:after {
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  position: absolute;
  z-index: 14;
  left: 0;
  bottom: 6.5%;
  width: 20%;
  text-align: center;
  color: #ffffff;
  transform: translate(-12%, 0);
}

@media (hover: hover) {
  a.article:hover {
    text-decoration: none;
  }
  a.article:hover .img .img-bg {
    transform: scale(1.1);
  }
  a.article:hover .img .img-bg:after {
    opacity: 1;
  }
  a.article:hover .content > h3, a.article:hover .content > p:first-child:not(.heading-6) {
    transform: translateY(-15px);
  }
}

.wp-block-column:last-child > .article {
  margin: 0 0 0 auto !important;
}

.date {
  font-size: 14px;
  color: #808080;
  font-weight: 400;
  padding-left: 5px;
}

.has-green-background-color .date {
  color: #27272A;
}

.articles-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 64px 0;
}
@media only screen and (max-width: 650px) {
  .articles-block {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
  .articles-block h2 {
    text-align: center;
  }
}
.articles-block .more {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: right;
  align-self: center;
}
@media only screen and (max-width: 650px) {
  .articles-block .more {
    grid-column: 1/2;
    grid-row: 3/4;
    text-align: center;
  }
}
.articles-block .articles-list {
  grid-column: 1/3;
  grid-row: 2/3;
}
.articles-block .articles-list {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .articles-block .articles-list {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  .articles-block .articles-list {
    justify-content: center;
  }
  .articles-block .articles-list:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .articles-block .articles-list .article {
    display: none;
    flex: 0 0 calc(50% - 20px);
  }
  .articles-block .articles-list .article:nth-child(1), .articles-block .articles-list .article:nth-child(2) {
    display: flex;
  }
}
@media only screen and (max-width: 650px) {
  .articles-block .articles-list .article {
    display: flex;
    flex: 0 0 100%;
    max-width: 360px;
  }
}
.articles-block.is-style-narrow {
  margin-right: 400px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .articles-block.is-style-narrow {
    margin-right: 0;
  }
}
.articles-block.is-style-narrow .articles-list {
  width: 100%;
}
.articles-block.is-style-narrow .articles-list .article {
  flex: 1;
}

p + .articles-block, ul + .articles-block {
  margin-top: 64px;
}

.highlighted-article {
  display: flex;
  gap: 32px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 650px) {
  .highlighted-article {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.highlighted-article .when {
  font-size: 14px;
  font-weight: 700;
  margin-top: -15px;
}
.highlighted-article > div {
  background: #FAE8FF;
  border-radius: 15px;
  padding: 40px 50px 0 50px;
  margin-bottom: 30px;
  flex: 0 0 50%;
}

/* search results */
.main-hero .search-results {
  max-width: 900px !important;
}
.main-hero .search-results .result {
  border-bottom: 1px solid #808080;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
}
.main-hero .search-results .result h2 a {
  color: #440099;
}
.main-hero .search-results .result h2 a:after {
  display: none;
}
.main-hero .search-results .result h2 a:hover {
  color: #440099 !important;
  text-decoration: underline !important;
}
.main-hero .search-results .result > * {
  margin-bottom: 15px;
}

/* content list with check before */
.checked-list {
  margin-bottom: 30px;
}
.checked-list > div:not(.acf-innerblocks-container), .checked-list > .acf-innerblocks-container > div {
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
  position: relative;
}
.checked-list > div:not(.acf-innerblocks-container) > *, .checked-list > .acf-innerblocks-container > div > * {
  margin-bottom: 10px;
}
.checked-list > div:not(.acf-innerblocks-container) h2, .checked-list > div:not(.acf-innerblocks-container) h3, .checked-list > div:not(.acf-innerblocks-container) h4, .checked-list > div:not(.acf-innerblocks-container) h5, .checked-list > div:not(.acf-innerblocks-container) .heading-2, .checked-list > div:not(.acf-innerblocks-container) .heading-3, .checked-list > div:not(.acf-innerblocks-container) .heading-4, .checked-list > .acf-innerblocks-container > div h2, .checked-list > .acf-innerblocks-container > div h3, .checked-list > .acf-innerblocks-container > div h4, .checked-list > .acf-innerblocks-container > div h5, .checked-list > .acf-innerblocks-container > div .heading-2, .checked-list > .acf-innerblocks-container > div .heading-3, .checked-list > .acf-innerblocks-container > div .heading-4 {
  font-weight: 400;
}
.checked-list > div:not(.acf-innerblocks-container):before, .checked-list > .acf-innerblocks-container > div:before {
  content: "\e903";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4px;
  color: #32968C;
  font-size: 20px;
}

/* content list with numbers before */
.numbered-list {
  margin-bottom: 30px;
  counter-reset: item;
}
.numbered-list > div:not(.acf-innerblocks-container), .numbered-list > .acf-innerblocks-container > div {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
  position: relative;
}
.numbered-list > div:not(.acf-innerblocks-container) *:not(div), .numbered-list > .acf-innerblocks-container > div *:not(div) {
  margin-bottom: 10px;
}
.numbered-list > div:not(.acf-innerblocks-container):before, .numbered-list > .acf-innerblocks-container > div:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: -5px;
  color: #440099;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 0em) and (max-width: 48em) {
  .numbered-list > div:not(.acf-innerblocks-container):before, .numbered-list > .acf-innerblocks-container > div:before {
    top: -8px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .numbered-list > div:not(.acf-innerblocks-container) blockquote::before, .numbered-list > .acf-innerblocks-container > div blockquote::before {
    left: -42px;
  }
}
.numbered-list > div:not(.acf-innerblocks-container) p.is-style-highlighted, .numbered-list > .acf-innerblocks-container > div p.is-style-highlighted {
  margin-left: 0;
}
.numbered-list > div:not(.acf-innerblocks-container) h3:not([class*=heading-]):first-child, .numbered-list > div:not(.acf-innerblocks-container) .heading-3:first-child, .numbered-list > .acf-innerblocks-container > div h3:not([class*=heading-]):first-child, .numbered-list > .acf-innerblocks-container > div .heading-3:first-child {
  margin-top: -6px;
}
.numbered-list > div:not(.acf-innerblocks-container) h2:not([class*=heading-]):first-child, .numbered-list > div:not(.acf-innerblocks-container) .heading-2:first-child, .numbered-list > .acf-innerblocks-container > div h2:not([class*=heading-]):first-child, .numbered-list > .acf-innerblocks-container > div .heading-2:first-child {
  margin-top: -9px;
}

.frame-fp-block .wrapper .numbered-list, .frame-fp-block .wrapper .numbered-list > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.frame-fp-block .wrapper .numbered-list > div, .frame-fp-block .wrapper .numbered-list > .acf-innerblocks-container > div {
  flex: 1 0 calc(50% - 30px);
  margin: 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .frame-fp-block .wrapper .numbered-list, .frame-fp-block .wrapper .numbered-list > .acf-innerblocks-container {
    flex-direction: column;
  }
}

/* tiles */
.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 15px;
  margin: 0 0 30px 0;
}
@media (min-width: 0) and (max-width: 64em) {
  .tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 650px) {
  .tiles {
    grid-template-columns: 1fr;
  }
}
.tiles .tile {
  background: #ffffff;
  /*border: 1px solid $yellow;*/
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .tiles .tile {
    background: #ffffff;
  }
}
.tiles .tile h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #27272A !important;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 0 15px;
}
.tiles .tile *:last-child {
  margin-bottom: 0;
}
.tiles .tile img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 32px;
  margin: 0;
  grid-column: 1/2;
  grid-row: 1/2;
}
.tiles .tile img.hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 650px) {
  .tiles .tile img.hover {
    opacity: 1;
  }
}
.tiles .tile img.img:not(.hover) {
  opacity: 0;
}
@media (hover: hover) {
  .tiles .tile:hover {
    background: #FFB347;
    text-decoration: none;
  }
  .tiles .tile:hover img.hover {
    opacity: 0;
  }
}

/* pagination for lists */
.wpgb-pagination-facet {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0 0 30px 0;
}
.wpgb-pagination-facet ul.wpgb-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
}
.wpgb-pagination-facet ul.wpgb-pagination li {
  margin: 0 5px;
  height: auto;
  line-height: auto;
  min-width: 1px;
}
.wpgb-pagination-facet ul.wpgb-pagination li:before {
  display: none;
}
.wpgb-pagination-facet ul.wpgb-pagination li a {
  line-height: 1.3;
  padding: 0;
  color: #27272A;
  font-size: 18px;
  text-transform: uppercase !important;
}
.wpgb-pagination-facet ul.wpgb-pagination li a:hover, .wpgb-pagination-facet ul.wpgb-pagination li a:active, .wpgb-pagination-facet ul.wpgb-pagination li a:focus {
  text-decoration: none;
  padding: 0;
  outline: none;
  border: 0;
  line-height: 1.3;
  font-size: 18px;
}
.wpgb-pagination-facet ul.wpgb-pagination li a[aria-current*=true] {
  color: #440099;
  font-weight: 700;
}
.wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]), .wpgb-pagination-facet ul.wpgb-pagination li:last-child a:not([aria-current]) {
  color: #D20078;
  text-transform: uppercase !important;
  font-weight: 700;
  margin: 0 15px;
}
.wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]):hover, .wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]):active, .wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]):focus, .wpgb-pagination-facet ul.wpgb-pagination li:last-child a:not([aria-current]):hover, .wpgb-pagination-facet ul.wpgb-pagination li:last-child a:not([aria-current]):active, .wpgb-pagination-facet ul.wpgb-pagination li:last-child a:not([aria-current]):focus {
  text-transform: uppercase !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]), .wpgb-pagination-facet ul.wpgb-pagination li:last-child a:not([aria-current]) {
    font-size: 0;
  }
}
.wpgb-pagination-facet ul.wpgb-pagination li:last-child a:not([aria-current]):after {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  .wpgb-pagination-facet ul.wpgb-pagination li:last-child a:not([aria-current]):after {
    margin: 2px 0 0 5px;
    font-size: 16px;
    position: absolute;
    right: -20px;
    top: 1px;
  }
}
.wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]):before {
  content: "\e907";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  .wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]):before {
    margin: 2px 5px 0 0;
    font-size: 16px;
    position: absolute;
    left: -20px;
    top: 1px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .wpgb-pagination-facet ul.wpgb-pagination li:first-child a:not([aria-current]):before {
    content: "\e907";
  }
}

.side-sections {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  margin: 0 0 30px 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .side-sections {
    display: block;
  }
}
.side-sections .section-name {
  grid-column: 1/2;
  padding: 15px 60px 15px 0;
  text-align: right;
}
@media (min-width: 0em) and (max-width: 48em) {
  .side-sections .section-name {
    padding: 30px 0 15px 0;
    text-align: left;
  }
}
.side-sections .section-name h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  display: inline;
}
.side-sections .section-name h3 a {
  text-decoration: none;
}
.side-sections .section-name:hover h3 {
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentcolor, currentcolor);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: none;
  color: #440099 !important;
}
@media (hover: hover) {
  .side-sections .section-name:hover h3 {
    transition: background-size 0.5s ease;
  }
}
.side-sections .section-name:hover h3:hover {
  text-decoration: none;
  background-size: 0 2px, 100% 2px;
}
.side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
.side-sections .section-name.active + .section-blurb {
  opacity: 1;
  pointer-events: auto;
}
.side-sections .section-blurb {
  grid-column: 2/3;
  grid-row: 1/20;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid #ffffff;
  padding-left: 60px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .side-sections .section-blurb {
    padding-left: 0;
    border-left: 0;
    padding-bottom: 30px;
    opacity: 1;
  }
  .side-sections .section-blurb:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.side-sections .section-blurb *:last-child {
  margin-bottom: 0;
}

*.has-lilac-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-lilac-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-lilac-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-lilac-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-light-lilac-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-light-lilac-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-light-lilac-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-light-lilac-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-pale-lilac-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-pale-lilac-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-pale-lilac-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-pale-lilac-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-green-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-green-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-green-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-green-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-grey-green-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-grey-green-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-grey-green-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-grey-green-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-light-green-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-light-green-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-light-green-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-light-green-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-off-white-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-off-white-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-off-white-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-off-white-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-white-background-color .side-sections .section-name h3 {
  color: #27272A !important;
}
*.has-white-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
*.has-white-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
*.has-white-background-color .side-sections .section-blurb {
  border-color: #000000;
}

*.has-purple-background-color .side-sections .section-name h3 {
  color: #ffffff !important;
}
*.has-purple-background-color .side-sections .section-name:hover h3 {
  color: #FFB347 !important;
}
*.has-purple-background-color .side-sections .section-name:hover h3 a {
  color: #FFB347 !important;
}

.frame-fp-block:not([class*=background-color]) .section-name h3 {
  color: #ffffff !important;
}
.frame-fp-block:not([class*=background-color]) .section-name:hover h3 {
  color: #FFB347 !important;
}
.frame-fp-block:not([class*=background-color]) .section-name:hover h3 a {
  color: #FFB347 !important;
}

.has-green-background-color .side-sections .section-name h3, .has-grey-green-background-color .side-sections .section-name h3 {
  color: #27272A;
}
.has-green-background-color .side-sections .section-name h3 a, .has-grey-green-background-color .side-sections .section-name h3 a {
  color: #27272A;
}
.has-green-background-color .side-sections .section-name:hover h3, .has-grey-green-background-color .side-sections .section-name:hover h3 {
  color: #440099 !important;
}
.has-green-background-color .side-sections .section-name:hover h3 a, .has-grey-green-background-color .side-sections .section-name:hover h3 a {
  color: #440099 !important;
}
.has-green-background-color .side-sections .section-blurb, .has-grey-green-background-color .side-sections .section-blurb {
  border-color: #000000;
}

/* easy cards */
.easy-cards, .easy-cards > .acf-innerblocks-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
  margin: 0 0 64px 0;
}
@media only screen and (max-width: 650px) {
  .easy-cards, .easy-cards > .acf-innerblocks-container {
    margin-bottom: 32px;
  }
}
.easy-cards > .easy-card, .easy-cards > .wp-block-acf-easy-card, .easy-cards > .acf-innerblocks-container > .easy-card, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card {
  background-color: #DCD2FA;
  border-radius: 8px;
  overflow: hidden;
}
.easy-cards > .easy-card h3, .easy-cards > .wp-block-acf-easy-card h3, .easy-cards > .acf-innerblocks-container > .easy-card h3, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.easy-cards > .easy-card p, .easy-cards > .wp-block-acf-easy-card p, .easy-cards > .acf-innerblocks-container > .easy-card p, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card p {
  margin-bottom: 15px;
}
.easy-cards > .easy-card:hover, .easy-cards > .wp-block-acf-easy-card:hover, .easy-cards > .acf-innerblocks-container > .easy-card:hover, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card:hover {
  text-decoration: none;
  background-color: #ece5f5;
}
.easy-cards > .easy-card:hover .img img, .easy-cards > .wp-block-acf-easy-card:hover .img img, .easy-cards > .acf-innerblocks-container > .easy-card:hover .img img, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card:hover .img img {
  transform: scale(1.2);
}
.easy-cards > .easy-card:hover .img:after, .easy-cards > .wp-block-acf-easy-card:hover .img:after, .easy-cards > .acf-innerblocks-container > .easy-card:hover .img:after, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card:hover .img:after {
  opacity: 1;
}
.easy-cards > .easy-card:hover .content, .easy-cards > .wp-block-acf-easy-card:hover .content, .easy-cards > .acf-innerblocks-container > .easy-card:hover .content, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card:hover .content {
  padding: 30px 30px 45px 30px;
}
.easy-cards > .easy-card .img, .easy-cards > .wp-block-acf-easy-card .img, .easy-cards > .acf-innerblocks-container > .easy-card .img, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card .img {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.easy-cards > .easy-card .img img, .easy-cards > .wp-block-acf-easy-card .img img, .easy-cards > .acf-innerblocks-container > .easy-card .img img, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.3s;
}
.easy-cards > .easy-card .img:after, .easy-cards > .wp-block-acf-easy-card .img:after, .easy-cards > .acf-innerblocks-container > .easy-card .img:after, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 0, 153, 0.5);
  opacity: 0;
  transition: all ease 0.3s;
}
.easy-cards > .easy-card .content, .easy-cards > .wp-block-acf-easy-card .content, .easy-cards > .acf-innerblocks-container > .easy-card .content, .easy-cards > .acf-innerblocks-container > .wp-block-acf-easy-card .content {
  padding: 45px 30px 30px 30px;
  transition: all ease 0.3s;
}

.cards .wrapper, .cards .wrapper > .acf-innerblocks-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.cards .wrapper *, .cards .wrapper > .acf-innerblocks-container * {
  min-height: 0;
  min-width: 0;
}
.cards .wrapper:after, .cards .wrapper > .acf-innerblocks-container:after {
  content: "";
  padding-bottom: 35%;
}
@media only screen and (min-width: 1700px) {
  .cards .wrapper:after, .cards .wrapper > .acf-innerblocks-container:after {
    padding-bottom: 500px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards .wrapper:after, .cards .wrapper > .acf-innerblocks-container:after {
    display: none;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards .wrapper, .cards .wrapper > .acf-innerblocks-container {
    display: flex;
    flex-direction: column;
  }
}
.cards .wrapper .blurb, .cards .wrapper .wp-block-acf-cards-content, .cards .wrapper > .acf-innerblocks-container .blurb, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content {
  flex: 1;
  padding: 48px 48px 34px 48px;
  position: relative;
  /*h1, h1[class*="heading-1"], h2[class*="heading-1"], h3[class*="heading-1"], h4[class*="heading-1"], h5[class*="heading-1"] {
      font-size: 84px;
      @include breakpoint($tablet-down) {
          font-size: 64px;
      }
  }*/
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards .wrapper .blurb, .cards .wrapper .wp-block-acf-cards-content, .cards .wrapper > .acf-innerblocks-container .blurb, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content {
    min-height: 400px;
  }
}
.cards .wrapper .blurb *, .cards .wrapper .wp-block-acf-cards-content *, .cards .wrapper > .acf-innerblocks-container .blurb *, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content * {
  position: relative;
  z-index: 10;
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards .wrapper .blurb *.has-text-align-right, .cards .wrapper .wp-block-acf-cards-content *.has-text-align-right, .cards .wrapper > .acf-innerblocks-container .blurb *.has-text-align-right, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content *.has-text-align-right {
    text-align: left;
  }
}
.cards .wrapper .blurb *:last-child, .cards .wrapper .wp-block-acf-cards-content *:last-child, .cards .wrapper > .acf-innerblocks-container .blurb *:last-child, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content *:last-child {
  margin-bottom: 0;
}
.cards .wrapper .blurb > .img, .cards .wrapper .blurb .blurb > .img, .cards .wrapper .wp-block-acf-cards-content > .img, .cards .wrapper .wp-block-acf-cards-content .blurb > .img, .cards .wrapper > .acf-innerblocks-container .blurb > .img, .cards .wrapper > .acf-innerblocks-container .blurb .blurb > .img, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content > .img, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content .blurb > .img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cards .wrapper .blurb > .img .img-bg, .cards .wrapper .blurb .blurb > .img .img-bg, .cards .wrapper .wp-block-acf-cards-content > .img .img-bg, .cards .wrapper .wp-block-acf-cards-content .blurb > .img .img-bg, .cards .wrapper > .acf-innerblocks-container .blurb > .img .img-bg, .cards .wrapper > .acf-innerblocks-container .blurb .blurb > .img .img-bg, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content > .img .img-bg, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content .blurb > .img .img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.cards .wrapper .blurb > .img .img-bg:after, .cards .wrapper .blurb .blurb > .img .img-bg:after, .cards .wrapper .wp-block-acf-cards-content > .img .img-bg:after, .cards .wrapper .wp-block-acf-cards-content .blurb > .img .img-bg:after, .cards .wrapper > .acf-innerblocks-container .blurb > .img .img-bg:after, .cards .wrapper > .acf-innerblocks-container .blurb .blurb > .img .img-bg:after, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content > .img .img-bg:after, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content .blurb > .img .img-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba($white, 0.8);*/
}
.cards .wrapper .blurb > .img:only-child .img-bg:after, .cards .wrapper .blurb .blurb > .img:only-child .img-bg:after, .cards .wrapper .wp-block-acf-cards-content > .img:only-child .img-bg:after, .cards .wrapper .wp-block-acf-cards-content .blurb > .img:only-child .img-bg:after, .cards .wrapper > .acf-innerblocks-container .blurb > .img:only-child .img-bg:after, .cards .wrapper > .acf-innerblocks-container .blurb .blurb > .img:only-child .img-bg:after, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content > .img:only-child .img-bg:after, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content .blurb > .img:only-child .img-bg:after {
  display: none;
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards .wrapper .blurb, .cards .wrapper .wp-block-acf-cards-content, .cards .wrapper > .acf-innerblocks-container .blurb, .cards .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content {
    padding: 32px;
  }
}
.cards.full .wrapper, .cards.full .wrapper > .acf-innerblocks-container {
  padding: 0;
}
.cards.full .wrapper .blurb:first-child:not(:last-child), .cards.full .wrapper .wp-block-acf-cards-content:first-child:not(:last-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:first-child:not(:last-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:first-child:not(:last-child) .blurb {
  padding: 64px 64px 64px calc(50% - 825px) !important;
}
@media only screen and (max-width: 1800px) {
  .cards.full .wrapper .blurb:first-child:not(:last-child), .cards.full .wrapper .wp-block-acf-cards-content:first-child:not(:last-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:first-child:not(:last-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:first-child:not(:last-child) .blurb {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .cards.full .wrapper .blurb:first-child:not(:last-child), .cards.full .wrapper .wp-block-acf-cards-content:first-child:not(:last-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:first-child:not(:last-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:first-child:not(:last-child) .blurb {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  .cards.full .wrapper .blurb:first-child:not(:last-child), .cards.full .wrapper .wp-block-acf-cards-content:first-child:not(:last-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:first-child:not(:last-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:first-child:not(:last-child) .blurb {
    padding: 32px 45px !important;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards.full .wrapper .blurb:first-child:not(:last-child), .cards.full .wrapper .wp-block-acf-cards-content:first-child:not(:last-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:first-child:not(:last-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:first-child:not(:last-child) .blurb {
    padding: 32px 20px !important;
  }
}
.cards.full .wrapper .blurb:last-child:not(:first-child), .cards.full .wrapper .wp-block-acf-cards-content:last-child:not(:first-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:last-child:not(:first-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
  padding: 64px calc(50% - 825px) 64px 64px !important;
}
@media only screen and (max-width: 1800px) {
  .cards.full .wrapper .blurb:last-child:not(:first-child), .cards.full .wrapper .wp-block-acf-cards-content:last-child:not(:first-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:last-child:not(:first-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .cards.full .wrapper .blurb:last-child:not(:first-child), .cards.full .wrapper .wp-block-acf-cards-content:last-child:not(:first-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:last-child:not(:first-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  .cards.full .wrapper .blurb:last-child:not(:first-child), .cards.full .wrapper .wp-block-acf-cards-content:last-child:not(:first-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:last-child:not(:first-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
    padding: 32px 45px !important;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards.full .wrapper .blurb:last-child:not(:first-child), .cards.full .wrapper .wp-block-acf-cards-content:last-child:not(:first-child) .blurb, .cards.full .wrapper > .acf-innerblocks-container .blurb:last-child:not(:first-child), .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
    padding: 32px 20px !important;
  }
}
.cards.full .wrapper .blurb:only-child, .cards.full .wrapper > .acf-innerblocks-container .blurb:only-child {
  width: 100%;
  padding-left: calc(50% - 1650px / 2);
  padding-right: calc(50% - 1650px / 2);
}
@media only screen and (max-width: 1240px) {
  .cards.full .wrapper .blurb:only-child, .cards.full .wrapper > .acf-innerblocks-container .blurb:only-child {
    padding-left: calc(50% - 1650px / 2);
    padding-right: calc(50% - 1650px / 2);
  }
}
@media only screen and (max-width: calc(1650px + 2 * 45px)) {
  .cards.full .wrapper .blurb:only-child, .cards.full .wrapper > .acf-innerblocks-container .blurb:only-child {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards.full .wrapper .blurb:only-child, .cards.full .wrapper > .acf-innerblocks-container .blurb:only-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:first-child:not(:last-child) .blurb {
  padding: 64px 64px 64px calc(100% - 825px) !important;
}
@media only screen and (max-width: 1800px) {
  .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:first-child:not(:last-child) .blurb {
    padding-left: 90px !important;
  }
}
.cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
  padding: 64px calc(100% - 825px) 64px 64px !important;
}
@media only screen and (max-width: 1800px) {
  .cards.full .wrapper > .acf-innerblocks-container .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
    padding-right: 90px !important;
  }
}
.cards.has-vertical-align-center .wrapper .blurb, .cards.has-vertical-align-center .wrapper .wp-block-acf-cards-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cards.is-style-curved-left .wrapper .blurb:first-child:not(:last-child), .cards.is-style-curved-left .wp-block-acf-cards-content:first-child:not(:last-child) {
  margin-right: -4.2%;
  padding-right: 200px !important;
  clip-path: polygon(100% 50.107%, 100% 50.107%, 99.93% 44.703%, 99.721% 39.369%, 99.377% 34.112%, 98.902% 28.938%, 98.298% 23.854%, 97.569% 18.866%, 96.718% 13.98%, 95.749% 9.203%, 94.664% 4.541%, 93.468% 0%, 0% 0%, 0% 100%, 93.536% 100%, 93.536% 100%, 94.72% 95.474%, 95.794% 90.828%, 96.753% 86.069%, 97.595% 81.203%, 98.316% 76.237%, 98.914% 71.175%, 99.384% 66.026%, 99.724% 60.794%, 99.93% 55.485%, 100% 50.107%);
  z-index: 10;
}
@media only screen and (max-width: 1700px) {
  .cards.is-style-curved-left .wrapper .blurb:first-child:not(:last-child), .cards.is-style-curved-left .wp-block-acf-cards-content:first-child:not(:last-child) {
    margin-right: -2.3vw;
  }
}
@media (min-width: 0) and (max-width: 76.5em) {
  .cards.is-style-curved-left .wrapper .blurb:first-child:not(:last-child), .cards.is-style-curved-left .wp-block-acf-cards-content:first-child:not(:last-child) {
    padding-right: 100px !important;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards.is-style-curved-left .wrapper .blurb:first-child:not(:last-child), .cards.is-style-curved-left .wp-block-acf-cards-content:first-child:not(:last-child) {
    order: 3;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 60px !important;
    border-radius: 55vw 55vw 0 0/100px;
    margin: -100px -30px 0 -30px;
    clip-path: none;
  }
}
.cards.is-style-curved-left .wrapper .blurb:only-child, .cards.is-style-curved-left .wp-block-acf-cards-content:only-child {
  margin: 0 !important;
}
.cards.is-style-curved-left .wrapper .blurb:last-child:not(:first-child), .cards.is-style-curved-left .wp-block-acf-cards-content:last-child:not(:first-child) {
  margin-left: -60px;
  padding-left: 200px !important;
  position: relative;
  z-index: 1;
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards.is-style-curved-left .wrapper .blurb:last-child:not(:first-child), .cards.is-style-curved-left .wp-block-acf-cards-content:last-child:not(:first-child) {
    padding-right: 20px !important;
    padding-bottom: 130px !important;
    margin-right: 0;
  }
}
.cards.is-style-curved-right .wrapper .blurb:last-child:not(:first-child), .cards.is-style-curved-right .wp-block-acf-cards-content:last-child:not(:first-child) {
  clip-path: polygon(0% 50.107%, 0% 50.107%, 0.07% 44.703%, 0.279% 39.369%, 0.623% 34.112%, 1.098% 28.938%, 1.702% 23.854%, 2.431% 18.866%, 3.282% 13.98%, 4.251% 9.203%, 5.336% 4.541%, 6.532% 0%, 100% 0%, 100% 100%, 6.464% 100%, 6.464% 100%, 5.28% 95.474%, 4.206% 90.828%, 3.247% 86.069%, 2.405% 81.203%, 1.684% 76.237%, 1.086% 71.175%, 0.616% 66.026%, 0.276% 60.794%, 0.07% 55.485%, 0% 50.107%);
  padding-left: 200px !important;
  margin-left: -4.4%;
  position: relative;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 76.5em) {
  .cards.is-style-curved-right .wrapper .blurb:last-child:not(:first-child), .cards.is-style-curved-right .wp-block-acf-cards-content:last-child:not(:first-child) {
    padding-left: 100px !important;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards.is-style-curved-right .wrapper .blurb:last-child:not(:first-child), .cards.is-style-curved-right .wp-block-acf-cards-content:last-child:not(:first-child) {
    order: 3;
    clip-path: none;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 60px !important;
    border-radius: 55vw 55vw 0 0/100px;
    margin: -100px -30px 0 -30px;
    clip-path: none;
  }
}
.cards.is-style-curved-right .wrapper .blurb:only-child, .cards.is-style-curved-right .wp-block-acf-cards-content:only-child {
  margin: 0 !important;
}
.cards.is-style-curved-right .wrapper .blurb:first-child:not(:last-child), .cards.is-style-curved-right .wp-block-acf-cards-content:first-child:not(:last-child) {
  margin-right: -60px;
  padding-right: 200px !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards.is-style-curved-right .wrapper .blurb:first-child:not(:last-child), .cards.is-style-curved-right .wp-block-acf-cards-content:first-child:not(:last-child) {
    padding-right: 20px !important;
    padding-bottom: 130px !important;
    margin-right: 0;
  }
}
.cards:not(.full) {
  margin-bottom: 64px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .cards:not(.full) {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.cards .wrapper > .acf-innerblocks-container > .wp-block-acf-cards-content {
  padding: 0 !important;
}

.cards.is-style-curved-left .wrapper > .acf-innerblocks-container > .wp-block-acf-cards-content:last-child:not(:first-child) {
  padding-left: 0 !important;
}
.cards.is-style-curved-left .wrapper > .acf-innerblocks-container > .wp-block-acf-cards-content:last-child:not(:first-child) .blurb {
  padding-left: 200px !important;
}

.cards.is-style-curved-right .wp-block-acf-cards-content:last-child:not(:first-child) {
  padding: 0 !important;
}

.cards.is-style-curved-left .wp-block-acf-cards-content:first-child:not(:last-child) {
  padding: 0 !important;
}

.single-post.guide .cards .wrapper {
  flex-direction: column;
}
.single-post.guide .cards .wrapper:after {
  display: none;
}
.single-post.guide .cards .wrapper .blurb:not([class*=background-color]) {
  padding-bottom: 0;
}
.single-post.guide .cards .wrapper .blurb:not([class*=background-color]) *:last-child {
  margin-bottom: 0;
}

.content-with-circle-callout .wrapper, .content-with-circle-callout .wrapper > .acf-innerblocks-container {
  display: flex;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .content-with-circle-callout .wrapper, .content-with-circle-callout .wrapper > .acf-innerblocks-container {
    flex-direction: column;
  }
}
.content-with-circle-callout .wrapper:before, .content-with-circle-callout .wrapper > .acf-innerblocks-container:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-30%, -50%);
  transition: all ease 0.5s;
  width: 1350px;
  height: 1350px;
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/hero-right-concentric-circles.svg");
  mask-image: url("../../app/assets/images/hero-right-concentric-circles.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 0.1;
}
.content-with-circle-callout .content, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-content {
  padding: 64px 64px 64px 0;
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .content-with-circle-callout .content, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-content {
    padding: 32px 0 0 0;
  }
}
.content-with-circle-callout .wrapper > aside, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 60px 20px 0 200px;
  shape-outside: circle(50%);
}
@media only screen and (max-width: 1800px) {
  .content-with-circle-callout .wrapper > aside, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside {
    padding-left: 10vw;
    justify-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  .content-with-circle-callout .wrapper > aside, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside {
    flex: 0 0 auto;
    padding: 150px 0 0 0;
  }
}
@media only screen and (max-width: 650px) {
  .content-with-circle-callout .wrapper > aside, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside {
    padding: 70px 0 0 0;
  }
}
.content-with-circle-callout .wrapper > aside *, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside * {
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.content-with-circle-callout .wrapper > aside > a:not(.btn), .content-with-circle-callout .wrapper > aside .is-style-arrow, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside > a:not(.btn), .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside .is-style-arrow {
  color: #59D4C7 !important;
}
.content-with-circle-callout .wrapper > aside > a:not(.btn) .wp-block-button__link, .content-with-circle-callout .wrapper > aside .is-style-arrow .wp-block-button__link, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside > a:not(.btn) .wp-block-button__link, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside .is-style-arrow .wp-block-button__link {
  color: #59D4C7 !important;
}
.content-with-circle-callout .wrapper > aside:before, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside:before {
  content: "";
  width: calc(120% + 50vw - 575px);
  padding-bottom: calc(120% + 50vw - 575px);
  position: absolute;
  left: 0;
  top: 10px;
  background: rgba(68, 0, 153, 0.9);
  border-radius: 50%;
}
@media only screen and (min-width: 2000px) {
  .content-with-circle-callout .wrapper > aside:before, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside:before {
    width: 1000px;
    padding-bottom: 1000px;
  }
}
@media only screen and (max-width: 1240px) {
  .content-with-circle-callout .wrapper > aside:before, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside:before {
    width: 650px;
    padding-bottom: 650px;
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1000px) {
  .content-with-circle-callout .wrapper > aside:before, .content-with-circle-callout .wp-block-acf-content-with-circle-callout-aside:before {
    top: 0;
    left: 50%;
    width: 1350px;
    padding-bottom: 1350px;
    max-width: 1350px;
    transform: translateX(-50%);
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .content-with-circle-callout:not(.full) {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.wp-block-acf-content-with-circle-callout .content-with-circle-callout .content {
  padding: 0;
}
.wp-block-acf-content-with-circle-callout .content-with-circle-callout .wrapper > .acf-innerblocks-container {
  overflow: visible;
}

.has-purple-background-color.content-with-circle-callout aside:before {
  background: #7c4db8;
}

.has-green-background-color.content-with-circle-callout .wrapper:before, .has-grey-green-background-color.content-with-circle-callout .wrapper:before, .has-purple-background-color.content-with-circle-callout .wrapper:before {
  background: #ffffff;
  opacity: 0.2;
}

.content-with-circle-callout:not(.full) > .wrapper, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container {
  display: block;
}
.content-with-circle-callout:not(.full) > .wrapper .content, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container .content {
  padding-right: 0;
  padding-bottom: 0;
}
.content-with-circle-callout:not(.full) > .wrapper aside, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside {
  padding: 100px 30% 0 30%;
}
@media only screen and (max-width: 1000px) {
  .content-with-circle-callout:not(.full) > .wrapper aside, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .content-with-circle-callout:not(.full) > .wrapper aside, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .content-with-circle-callout:not(.full) > .wrapper aside, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside {
    padding-top: 50px;
  }
}
.content-with-circle-callout:not(.full) > .wrapper aside:before, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside:before {
  width: 100%;
  padding-bottom: 100%;
}
@media only screen and (max-width: 1000px) {
  .content-with-circle-callout:not(.full) > .wrapper aside:before, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside:before {
    top: 0;
    left: 50%;
    width: 1350px;
    padding-bottom: 1350px;
    max-width: 1350px;
    transform: translateX(-50%);
  }
}

.content-with-circle-callout:not(.full) > .wrapper .content, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container .content {
  padding: 48px 40px 30px 40px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .content-with-circle-callout:not(.full) > .wrapper .content, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container .content {
    padding: 48px 20px 30px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .content-with-circle-callout:not(.full) > .wrapper aside, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .content-with-circle-callout:not(.full) > .wrapper aside, .content-with-circle-callout:not(.full) .wrapper > .acf-innerblocks-container aside {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wp-block-acf-content-with-circle-callout:not(.alignfull) .wp-block-acf-content-with-circle-callout-aside:not(alignfull) {
  padding-left: 0;
}

/* events */
.tribe-events .tribe-events-l-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
}
.tribe-events .tribe-events-l-container * {
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events .tribe-events-l-container .main-hero .wrapper .blurb {
    padding-bottom: 15px;
  }
}
.tribe-events .tribe-events-l-container .main-hero .wrapper .blurb > h1, .tribe-events .tribe-events-l-container .main-hero .wrapper .blurb > p {
  margin-bottom: 30px;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header {
  padding: 0 !important;
  flex-direction: row;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header .tribe-events-c-events-bar__search-button {
  display: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header .tribe-events-c-events-bar__search {
  width: 100%;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header .tribe-events-c-messages__message--notice {
  padding: 0;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header .tribe-events-c-messages__message--notice svg {
  display: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header .tribe-events-c-messages__message {
  background: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header .tribe-events-header__messages {
  order: 3;
  padding-top: 0;
  margin-top: 0;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header .tribe-events-c-messages__message-list li:before {
  display: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar {
  background: none;
  border: 0;
  flex-wrap: wrap;
  width: 100%;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-events-bar__search-container, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-events-bar__views, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__content {
  background: none;
  flex: 0 0 100%;
  display: flex !important;
  padding: 0 !important;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item--day {
  display: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link {
  background-image: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link::after {
  background: #ffffff;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-events-bar__search-container {
  position: relative;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-events-bar__search-container {
    padding: 0 0 15px 0 !important;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-events-bar__views {
    display: none !important;
  }
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  background: #ffffff;
  background: #ffffff;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  border: 0;
  margin: 0;
  padding: 0 65px 0 20px;
  width: 100%;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-common-form-control-text__input:focus {
  outline: none;
  border: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-common-c-svgicon--search {
  position: absolute;
  right: 20px;
  left: auto;
  color: #FFB347;
  width: 25px;
  height: 50px;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-common-c-svgicon--search path {
  fill: #FFB347;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-common-form-control-text {
  margin: 0;
  width: 100%;
  position: relative;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar h2.tribe-common-a11y-visual-hide, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-common-form-control-text__label {
  display: none !important;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-search {
  display: flex;
  flex-wrap: wrap;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-search .tribe-events-c-search__input-group {
  flex: 0 0 100%;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-search .tribe-events-c-search__button {
  margin: -55px 0 0 auto !important;
  height: 55px;
  width: 55px;
  line-height: 55px;
  padding: 0;
  background: none;
  font-size: 0;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-search .tribe-events-c-search__button:active, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-search .tribe-events-c-search__button:focus {
  outline: none;
  border: 0;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li {
  background: none !important;
  outline: none !important;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li:before {
  display: none;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li a {
  padding: 20px 0 10px 0 !important;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li:hover, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li:active, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li:focus {
  background: none !important;
  outline: none !important;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li a:hover, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li a:active, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li a:focus {
  background: none !important;
  outline: none !important;
  color: #59D4C7 !important;
  border: none !important;
}
.tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li a:hover span, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li a:active span, .tribe-events .tribe-events-l-container .main-hero .tribe-events-header--has-event-search .tribe-events-c-events-bar .tribe-events-c-view-selector__list li a:focus span {
  color: #59D4C7 !important;
}
.tribe-events .tribe-events-l-container .tribe-events-c-top-bar {
  /*display: none;*/
}
.tribe-events .tribe-events-l-container .page-nav li:not(.active) .wp-block-button__link {
  color: #440099 !important;
}
.tribe-events .tribe-events-l-container .page-nav li:not(.active) .wp-block-button__link code {
  color: #ffffff !important;
}
.tribe-events .tribe-events-l-container .page-nav li:not(.active) .wp-block-button__link:hover, .tribe-events .tribe-events-l-container .page-nav li:not(.active) .wp-block-button__link:active, .tribe-events .tribe-events-l-container .page-nav li:not(.active) .wp-block-button__link:focus {
  outline: none !important;
}
.tribe-events .tribe-events-l-container .page-nav li.active .wp-block-button__link {
  color: #ffffff !important;
}
.tribe-events .tribe-events-l-container .page-nav li.active .wp-block-button__link:hover, .tribe-events .tribe-events-l-container .page-nav li.active .wp-block-button__link:active, .tribe-events .tribe-events-l-container .page-nav li.active .wp-block-button__link:focus {
  outline: none !important;
}
.tribe-events .tribe-events-l-container .tribe-events-c-messages__message ul li:before {
  display: none !important;
}

.tribe-events-calendar-list, .tribe-events-calendar-day, .tribe-events-widget-events-list__events {
  margin-bottom: 64px !important;
}
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator, .tribe-events-calendar-list .tribe-events-calendar-day__time-separator, .tribe-events-calendar-day .tribe-events-calendar-list__month-separator, .tribe-events-calendar-day .tribe-events-calendar-day__time-separator, .tribe-events-widget-events-list__events .tribe-events-calendar-list__month-separator, .tribe-events-widget-events-list__events .tribe-events-calendar-day__time-separator {
  display: none;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-row, .tribe-events-calendar-list .tribe-events-widget-events-list__event-row, .tribe-events-calendar-day .tribe-events-calendar-list__event-row, .tribe-events-calendar-day .tribe-events-widget-events-list__event-row, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-row, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
  border-top: 1px solid #ffffff;
  align-items: flex-start;
  margin: 0 0 64px 0 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-row, .tribe-events-calendar-list .tribe-events-widget-events-list__event-row, .tribe-events-calendar-day .tribe-events-calendar-list__event-row, .tribe-events-calendar-day .tribe-events-widget-events-list__event-row, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-row, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
    flex-wrap: wrap !important;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag {
  border-right: 1px solid #ffffff;
  padding-top: 32px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag {
    padding: 15px 10px;
    width: 70px !important;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum {
  font-size: 45px !important;
  font-weight: 300;
  line-height: 1 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum {
    font-size: 35px;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-day .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  order: 4;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event, .tribe-events-calendar-list .tribe-events-widget-events-list__event, .tribe-events-calendar-day .tribe-events-calendar-list__event, .tribe-events-calendar-day .tribe-events-widget-events-list__event, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event {
  padding-top: 32px;
  padding-left: 32px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event, .tribe-events-calendar-list .tribe-events-widget-events-list__event, .tribe-events-calendar-day .tribe-events-calendar-list__event, .tribe-events-calendar-day .tribe-events-widget-events-list__event, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event {
    padding-top: 15px;
    padding-left: 15px;
    margin: 0 !important;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-common-a11y-hidden, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-common-a11y-hidden, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-common-a11y-hidden, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-common-a11y-hidden, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-common-a11y-hidden, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-common-a11y-hidden {
  display: none !important;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-details, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-details, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-details {
  padding-left: 0 !important;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details p, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-details p, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details p, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-details p, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details p, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-details p {
  font-size: 16px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image-wrapper {
  padding-left: 0 !important;
  padding-right: 32px !important;
  padding-top: 0 !important;
  width: auto;
  flex: 0 0 350px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image-wrapper {
    padding-top: 15px !important;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-featured-image {
  border-radius: 6px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header {
  display: flex;
  flex-direction: column;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header *:last-child, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header *:last-child, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header *:last-child, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header *:last-child, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header *:last-child, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header *:last-child, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header *:last-child, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header *:last-child, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header *:last-child, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header *:last-child, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header *:last-child, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header *:last-child {
  margin-bottom: 0;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper {
  order: 2;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-datetime-wrapper {
    font-size: 16px;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title {
  order: 1;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Darker Grotesque", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a {
  border: 0 !important;
  outline: none !important;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title a:focus, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:hover, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:active, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title a:focus {
  color: #FFB347;
  border: 0 !important;
  outline: 0 !important;
  text-decoration: none !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-widget-events-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-title, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-widget-events-list__event-title {
    font-size: 22px;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue {
  order: 3;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue {
    font-size: 16px;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-list .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-calendar-day .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue span, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-venue span {
  font-weight: 300;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-widget-events-list__event-row, .tribe-events-calendar-day .tribe-events-widget-events-list__event-row, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
    display: grid !important;
    grid-template-columns: 70px calc(100% - 70px);
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-featured-image-wrapper {
  padding-left: 32px !important;
  width: auto;
  flex: 0 0 350px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-featured-image-wrapper {
    padding-top: 15px !important;
    padding-left: 15px !important;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-featured-image-wrapper {
  padding-top: 32px !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-calendar-day .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-featured-image-wrapper {
    padding-top: 15px !important;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image, .tribe-events-calendar-day .tribe-events-calendar-list__event-featured-image, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-featured-image {
  border-radius: 6px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-widget-events-list__event-wrapper, .tribe-events-calendar-day .tribe-events-widget-events-list__event-wrapper, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-wrapper {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events-calendar-list .tribe-events-widget-events-list__event-date-tag, .tribe-events-calendar-day .tribe-events-widget-events-list__event-date-tag, .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-link, .tribe-events-calendar-day .tribe-events-calendar-list__event-featured-image-link, .tribe-events-widget-events-list__events .tribe-events-calendar-list__event-featured-image-link {
  display: block;
  outline: none !important;
}

.tribe-events-widget-events-list__view-more {
  text-align: center !important;
}
.tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link:hover, .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link:active, .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link:focus {
  outline: none !important;
}

.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li:before {
  display: none;
}
.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button {
  color: #59D4C7 !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a svg path, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button svg path {
  color: #59D4C7 !important;
  fill: #59D4C7 !important;
  transition: all ease 0.3s;
}
.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:hover, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:active, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:focus, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:hover, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:active, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:focus {
  color: #ffffff !important;
  border: 0 !important;
  outline: 0 !important;
  text-decoration: none !important;
  background-image: none;
}
.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:hover:hover, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:active:hover, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:focus:hover, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:hover:hover, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:active:hover, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:focus:hover {
  background: none;
}
.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:hover span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:hover svg path, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:active span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:active svg path, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:focus span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a:focus svg path, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:hover span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:hover svg path, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:active span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:active svg path, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:focus span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button:focus svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a[disabled], .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button[disabled] {
  opacity: 0;
  color: rgba(128, 128, 128, 0.6);
}
.tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a[disabled] span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > a[disabled] svg path, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button[disabled] span, .tribe-events .tribe-events-l-container .tribe-events-c-nav__list li > button[disabled] svg path {
  color: rgba(128, 128, 128, 0.6) !important;
  fill: rgba(128, 128, 128, 0.6) !important;
}

.tribe-events .tribe-events-calendar-month__header h4 {
  margin-bottom: 20px;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover time {
  color: #27272A !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected {
  background: #FFB347;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected:hover time {
  color: #ffffff !important;
}

.tribe-events .tribe-events-l-container .tribe-events-c-subscribe-dropdown__container {
  display: none;
}

.tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 890px) {
  .tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  background: #440099;
  border: 1px solid #440099;
  border-radius: 8px;
  color: #ffffff;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  padding: 16px 32px;
  margin: 0;
  display: inline-block;
}
.tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  margin: 0;
  border: 0;
  outline: none;
  text-transform: capitalize;
}
.tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
  max-width: 800px;
  top: 55px;
  width: auto;
}
.tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item a {
  background-image: none;
}
.tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item a:hover {
  background: none;
}
.tribe-events > .tribe-events-c-subscribe-dropdown__container > .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item:before {
  top: 16px;
}

.tribe-events-pg-template .tribe-block__events-link {
  padding: 0;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
  background: #32968C;
}

body.post-type-archive-tribe_events {
  background: #440099;
}

.tribe-events-pg-template {
  max-width: 100vw !important;
  padding: 0 !important;
}
.tribe-events-pg-template + .articles-block, .tribe-events-pg-template + .edit-fp-block {
  margin-top: 64px;
}

#tribe-events-content {
  margin-bottom: 0;
}

.tribe-events-view-loader {
  position: absolute;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.6);
  min-height: 100%;
}

.tribe-events-view-loader .tribe-common-c-loader__dot {
  width: 10px;
}
.tribe-events-view-loader .tribe-common-c-loader__dot circle {
  fill: #ffffff;
}

.tribe-events .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item:before {
  display: none;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button {
  margin: 0;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button .tribe-events-c-top-bar__datepicker-button-icon-svg path {
  fill: #ffffff;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button:hover, .tribe-events button.tribe-events-c-top-bar__datepicker-button:active, .tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
  outline: none !important;
  background: none !important;
}
.tribe-events .tribe-common-c-btn-icon {
  margin: 0;
}
.tribe-events .tribe-common-c-btn-icon svg path {
  fill: #ffffff !important;
}
.tribe-events .tribe-common-c-btn-icon:hover, .tribe-events .tribe-common-c-btn-icon:active, .tribe-events .tribe-common-c-btn-icon:focus {
  outline: none !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events .tribe-events-c-top-bar {
    margin-bottom: 25px;
  }
}
.tribe-events .tribe-events-c-top-bar__today-button {
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  background-color: #FFB347 !important;
  border-color: #FFB347 !important;
  color: black !important;
  border-radius: 16px !important;
}
.tribe-events .tribe-events-c-top-bar__today-button:hover, .tribe-events .tribe-events-c-top-bar__today-button:active, .tribe-events .tribe-events-c-top-bar__today-button:focus {
  outline: none !important;
}
.tribe-events .datepicker * {
  color: #000000 !important;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
.tribe-events .datepicker *.month.active {
  background: #440099 !important;
  color: #ffffff !important;
}
.tribe-events .datepicker *.month.current {
  background: #DCD2FA !important;
  color: #000000 !important;
}

/* single event */
main > div > #tribe-events-pg-template > .tribe-events-single > .main-hero > .wrapper > .blurb > .tribe-block > .tribe-events.tribe-common {
  margin-left: 0;
  margin-right: auto;
  width: auto;
}

.testimonials-block {
  margin-bottom: 30px;
}
.testimonials-block .testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 25px;
  margin: 0 0 15px 0;
  padding-top: 45px;
}
@media (min-width: 0) and (max-width: 64em) {
  .testimonials-block .testimonials {
    flex-direction: column;
  }
}
.testimonials-block .testimonial {
  flex: 1 0 calc(33.33% - 25px);
  background: #ffffff;
  border-radius: 10px;
  padding: 0 30px 30px 30px;
}
.testimonials-block .testimonial blockquote, .testimonials-block .testimonial .wp-block-quote {
  margin: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 64em) {
  .testimonials-block .testimonial blockquote, .testimonials-block .testimonial .wp-block-quote {
    min-height: 1px;
  }
}
.testimonials-block .testimonial blockquote:before, .testimonials-block .testimonial .wp-block-quote:before {
  background-color: #d6eae8 !important;
  left: 0;
}
.testimonials-block .testimonial blockquote p, .testimonials-block .testimonial .wp-block-quote p {
  color: #27272A !important;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.testimonials-block .testimonial blockquote cite, .testimonials-block .testimonial .wp-block-quote cite {
  color: #27272A !important;
  text-align: center;
  margin: auto 0 0 0;
}
.testimonials-block .testimonial blockquote cite code, .testimonials-block .testimonial .wp-block-quote cite code {
  color: rgba(0, 0, 0, 0.5) !important;
}
.testimonials-block .testimonial .img {
  text-align: center;
  width: 90px;
  height: 90px;
  margin: -45px auto 30px auto;
}
.testimonials-block .testimonial .img.empty {
  background: #32968C;
  -webkit-mask-image: url("../../app/assets/images/frame-circle-left.png");
  mask-image: url("../../app/assets/images/frame-circle-left.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.testimonials-block .testimonial .img img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.testimonials-block .testimonials + .wp-block-buttons {
  justify-content: flex-end;
}
.testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #ffffff !important;
}
.testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #ffffff !important;
}

*.has-lilac-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-lilac-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-light-lilac-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-light-lilac-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-pale-lilac-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-pale-lilac-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-green-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-green-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-grey-green-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-grey-green-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-light-green-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-light-green-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-off-white-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-off-white-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-white-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-white-background-color .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

*.has-off-white-background-color > .wrapper > .testimonials-block .testimonial, *.has-off-white-background-color > .testimonials-block .testimonial, *.has-white-background-color > .wrapper > .testimonials-block .testimonial, *.has-white-background-color > .testimonials-block .testimonial, main > div > .wrapper > .testimonials-block .testimonial, main > div > .testimonials-block .testimonial {
  background: #f6f2fa;
}
*.has-off-white-background-color > .wrapper > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow, *.has-off-white-background-color > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow, *.has-white-background-color > .wrapper > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow, *.has-white-background-color > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow, main > div > .wrapper > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow, main > div > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow {
  color: #27272A !important;
}
*.has-off-white-background-color > .wrapper > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link, *.has-off-white-background-color > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link, *.has-white-background-color > .wrapper > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link, *.has-white-background-color > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link, main > div > .wrapper > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link, main > div > .testimonials-block .testimonials + .wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link {
  color: #27272A !important;
}

.statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.statistics .stat {
  border-radius: 15px;
  background: #32968C;
  flex: 0 0 calc(33% - 20px);
  padding: 30px;
}
@media only screen and (max-width: 550px) {
  .statistics .stat {
    flex: 0 0 100%;
  }
}
.statistics .stat:first-child:nth-last-child(2n), .statistics .stat:first-child:nth-last-child(2n) ~ .stat {
  border-color: red;
  flex: 0 0 calc(50% - 20px);
}
@media only screen and (max-width: 550px) {
  .statistics .stat:first-child:nth-last-child(2n), .statistics .stat:first-child:nth-last-child(2n) ~ .stat {
    flex: 0 0 100%;
  }
}
.statistics .stat .number {
  font-weight: 800;
  font-size: 55px;
  color: #ffffff !important;
  margin: 0 auto;
  text-align: center;
  max-width: 200px;
}
.statistics .stat .label {
  font-size: 16px;
  color: #27272A !important;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}

.content-with-side-image .statistics, .wp-block-columns .statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.content-with-side-image .statistics .stat, .wp-block-columns .statistics .stat {
  background: none;
  padding: 0;
}
.content-with-side-image .statistics .stat .label, .wp-block-columns .statistics .stat .label {
  color: #ffffff !important;
}
.content-with-side-image .statistics .stat .number, .content-with-side-image .statistics .stat .label, .wp-block-columns .statistics .stat .number, .wp-block-columns .statistics .stat .label {
  text-align: left;
  margin: 0;
}

.expandable-content {
  margin: 0 0 48px 0;
}
.expandable-content > div:not(.acf-innerblocks-container), .expandable-content .wp-block-acf-accordion-content {
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #000000;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.expandable-content > div:not(.acf-innerblocks-container):last-child, .expandable-content .wp-block-acf-accordion-content:last-child {
  margin: 0;
}
.expandable-content > div:not(.acf-innerblocks-container) .title, .expandable-content .wp-block-acf-accordion-content .title {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  border: 0;
  background: none;
  border-radius: 16px 16px 0 0;
  padding: 25px 50px 25px 25px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.expandable-content > div:not(.acf-innerblocks-container) .title:after, .expandable-content .wp-block-acf-accordion-content .title:after {
  content: "+";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 25px;
  top: 50%;
  color: #000000;
  font-size: 30px;
  text-align: center;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  line-height: 1;
  display: block;
}
.expandable-content > div:not(.acf-innerblocks-container) .title:hover, .expandable-content .wp-block-acf-accordion-content .title:hover {
  text-decoration: none;
}
.expandable-content > div:not(.acf-innerblocks-container) .title[aria-expanded=true], .expandable-content .wp-block-acf-accordion-content .title[aria-expanded=true] {
  background: #000000;
  color: #ffffff;
}
.expandable-content > div:not(.acf-innerblocks-container) .title[aria-expanded=true]:after, .expandable-content .wp-block-acf-accordion-content .title[aria-expanded=true]:after {
  content: "-";
  color: #ffffff;
}
.expandable-content > div:not(.acf-innerblocks-container).is-selected .title, .expandable-content > div:not(.acf-innerblocks-container).has-child-selected .title, .expandable-content > div:not(.acf-innerblocks-container) > .expanded .title, .expandable-content .wp-block-acf-accordion-content.is-selected .title, .expandable-content .wp-block-acf-accordion-content.has-child-selected .title, .expandable-content .wp-block-acf-accordion-content > .expanded .title {
  background: #000000;
  color: #ffffff;
}
.expandable-content > div:not(.acf-innerblocks-container).is-selected .title:after, .expandable-content > div:not(.acf-innerblocks-container).has-child-selected .title:after, .expandable-content > div:not(.acf-innerblocks-container) > .expanded .title:after, .expandable-content .wp-block-acf-accordion-content.is-selected .title:after, .expandable-content .wp-block-acf-accordion-content.has-child-selected .title:after, .expandable-content .wp-block-acf-accordion-content > .expanded .title:after {
  content: "-";
  color: #ffffff;
}
.expandable-content > div:not(.acf-innerblocks-container) .expanded-content, .expandable-content .wp-block-acf-accordion-content .expanded-content {
  padding: 25px;
  display: none;
}
.expandable-content > div:not(.acf-innerblocks-container) .expanded-content *:last-child, .expandable-content .wp-block-acf-accordion-content .expanded-content *:last-child {
  margin-bottom: 0;
}

.wp-block-acf-accordion-content {
  margin-bottom: 40px;
}
.wp-block-acf-accordion-content .expanded-content {
  display: none !important;
}
.wp-block-acf-accordion-content .acf-block-preview {
  border-color: transparent;
}

.wp-block-acf-accordion-content.is-selected .expanded-content, .wp-block-acf-accordion-content.has-child-selected .expanded-content, .wp-block-acf-accordion-content .expanded .expanded-content {
  display: block !important;
}

/* accordion HTML
<div class="expandable-content">
    <div>
        <a href="#" class="title">Role One</a>
        <div class="expanded-content">
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
        </div>
    </div>
    <div>
        <a href="#" class="title">Role Two</a>
        <div class="expanded-content">
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
        </div>
    </div>
    <div>
        <a href="#" class="title">Role three</a>
        <div class="expanded-content">
           <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
           <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
        </div>
    </div>
    <div>
        <a href="#" class="title">Role four</a>
        <div class="expanded-content">
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
        </div>
    </div>
    <div>
        <a href="#" class="title">Role five</a>
        <div class="expanded-content">
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
            <p>Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla.</p>
        </div>
    </div>
</div>

$('.expandable-content div > a.title').on('click', function (e) {
        e.preventDefault();

        $(this).parents('div').toggleClass('expanded');
        $(this).next('.expanded-content').slideToggle('fast', function () {

        });

        return false;
    });


*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs {
    display: flex;
    flex-direction: column;
  }
  .tabs:not(:last-child) {
    padding-bottom: 30px;
  }
}
.tabs .blurb {
  padding: 0 32px 0 0;
}
.tabs .blurb h5 {
  color: #000000;
  font-size: 28px;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .blurb {
    padding: 0;
  }
}
.tabs .tab-content {
  order: 30;
  flex: 0 0 100%;
  opacity: 0;
  display: none;
  transition: all ease 0.3s;
  padding: 30px 0 0 0;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .tab-content {
    display: none;
    margin: 0;
    order: initial;
    padding: 30px 20px 0 10px;
  }
}
.tabs .tab-content .tab-int {
  height: 100%;
}
.tabs .tab-content .tab-int p:not[class*=heading], .tabs .tab-content .tab-int li {
  font-size: 16px;
}
.tabs .tab {
  margin: 0;
  padding: 10px 0;
  padding-right: 32px;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .tab {
    margin: 0;
    padding: 25px 0 0 0;
  }
  .tabs .tab:not(.active) {
    border-bottom: 1px solid currentColor;
    padding: 25px 0;
  }
}
.tabs .tab a {
  font-weight: 700;
  margin: 0;
}
.tabs .tab .btn {
  font-size: 16px;
  color: #000000;
  background: none;
  border: 1px solid #000000;
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 13px 25px;
}
.tabs .tab .btn:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .tab .btn {
    padding: 0 25px !important;
    border: 0;
    max-width: 100% !important;
    text-align: left;
    position: relative;
    font-size: 20px;
  }
  .tabs .tab .btn:hover {
    background: none;
    color: #000000;
  }
  .tabs .tab .btn:after {
    content: "+";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.tabs .tab.active + .tab-content {
  opacity: 1;
  display: block;
  z-index: 30;
  animation: load 2s forwards;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .tab.active + .tab-content {
    display: block;
    border-bottom: 1px solid currentColor;
  }
}
.tabs .tab.active .btn, .tabs .tab.active .wp-block-button .wp-block-button__link {
  color: #ffffff !important;
  background: #000000 !important;
  border: 1px solid #000000;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .tab.active .btn, .tabs .tab.active .wp-block-button .wp-block-button__link {
    color: #000000 !important;
    background: none !important;
    border: none;
  }
}
.tabs .tab.active .btn:hover, .tabs .tab.active .btn:active, .tabs .tab.active .btn:focus, .tabs .tab.active .wp-block-button .wp-block-button__link:hover, .tabs .tab.active .wp-block-button .wp-block-button__link:active, .tabs .tab.active .wp-block-button .wp-block-button__link:focus {
  color: #ffffff !important;
  background: #000000 !important;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .tab.active .btn:hover, .tabs .tab.active .btn:active, .tabs .tab.active .btn:focus, .tabs .tab.active .wp-block-button .wp-block-button__link:hover, .tabs .tab.active .wp-block-button .wp-block-button__link:active, .tabs .tab.active .wp-block-button .wp-block-button__link:focus {
    background: none !important;
    border: none;
    color: #000000 !important;
  }
}
.tabs .tab.active .btn:after, .tabs .tab.active .wp-block-button .wp-block-button__link:after {
  opacity: 1;
  color: #ffffff !important;
  border-color: #000000 !important;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs .tab.active .btn:after, .tabs .tab.active .wp-block-button .wp-block-button__link:after {
    content: "-";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: currentColor !important;
  }
}
.tabs.is-style-vertical {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: calc(33% + 60px) calc(66% - 60px);
  margin-bottom: 48px;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs.is-style-vertical {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .tabs.is-style-vertical:not(:last-child) {
    /*padding-bottom: 30px;*/
  }
}
.tabs.is-style-vertical .tab {
  grid-column: 1/2;
}
@media (min-width: 0em) and (max-width: 48em) {
  .tabs.is-style-vertical .tab:first-child, .tabs.is-style-vertical .tab:nth-child(2) {
    padding-top: 0;
  }
}
.tabs.is-style-vertical .tab-content {
  grid-row: 1/100;
  grid-column: 2/3;
  padding-top: 0;
}
.tabs.is-style-vertical .tab-content .tab-int {
  max-width: 1000px;
}
@media (min-width: 0) and (max-width: 64em) {
  .tabs.is-style-vertical .tab-content {
    padding-top: 30px;
  }
  .tabs.is-style-vertical .tab-content .tab-int h1:first-child, .tabs.is-style-vertical .tab-content .tab-int h2:first-child, .tabs.is-style-vertical .tab-content .tab-int h3:first-child, .tabs.is-style-vertical .tab-content .tab-int h4:first-child, .tabs.is-style-vertical .tab-content .tab-int .heading-1:first-child, .tabs.is-style-vertical .tab-content .tab-int .heading-2:first-child, .tabs.is-style-vertical .tab-content .tab-int .heading-3:first-child, .tabs.is-style-vertical .tab-content .tab-int .heading-4:first-child {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 64em) {
  .frame-fp-block .tabs.is-style-vertical:last-child {
    margin-bottom: 32px;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-play {
  position: relative;
  margin: 0 0 60px 0;
  display: block;
  padding-bottom: 56.25%;
}
.video-play > img {
  transition: all ease 0.3s;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.video-play .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.3s;
  pointer-events: none;
}
.video-play .video-container .embed-container {
  padding: 0;
  margin: 0;
  height: 100%;
  top: 0;
  position: absolute;
}
.video-play .video-container.on {
  opacity: 1;
  pointer-events: auto;
}
.video-play.play:after {
  content: "play";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #ffffff;
  transform: translate(-50%, -50%);
  background: #000000;
  border-radius: 50%;
  font-size: 40px;
}
.video-play:not(.play) {
  display: block;
}
.video-play:not(.play) > img {
  opacity: 0;
  pointer-events: none;
}

main > div > .block-media-visual {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: sticky;
  top: 0;
  background: #440099;
  z-index: 100003;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-header {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  }
}
.site-header.sticky {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.site-header .wrapper {
  width: 100%;
  padding-left: calc(50% - 1350px / 2);
  padding-right: calc(50% - 1350px / 2);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1240px) {
  .site-header .wrapper {
    padding-left: calc(50% - 1350px / 2);
    padding-right: calc(50% - 1350px / 2);
  }
}
@media only screen and (max-width: calc(1350px + 2 * 45px)) {
  .site-header .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-header .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.admin-bar .site-header {
  top: 32px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .admin-bar .site-header {
    top: 0;
  }
}

.logo {
  padding: 5px 30px 5px 0;
  margin: 0;
  flex: 0 0 125px;
  overflow: hidden;
}
@media (min-width: 0em) and (max-width: 48em) {
  .logo {
    flex: 0 0 105px;
  }
}
.logo a {
  display: block;
  position: relative;
}
.logo a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 8px;
  background-color: #FFB347;
  opacity: 0;
}
@media (hover: hover) {
  .logo a:after {
    transition: all ease-in 0.2s;
  }
}
.logo a:hover:after {
  height: 8px;
  bottom: -5px;
  opacity: 1;
}
.logo a:hover svg path {
  fill: #FFB347;
}
.logo img, .logo svg {
  width: 100%;
  height: auto;
}

.navigation {
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  /* dropdown navigation */
}
.navigation > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.navigation > ul > li {
  margin: 0;
  padding: 0 15px;
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 48.063em) and (max-width: 76.5em) {
  .navigation > ul > li {
    padding: 0 5px;
  }
}
.navigation > ul > li:before {
  display: none;
}
.navigation > ul > li.btn, .navigation > ul > li > .btn {
  margin: 0 0 0 15px;
  font-size: 16px;
  padding: 0 15px 0 0;
  background: none;
  border: none;
}
.navigation > ul > li.btn a, .navigation > ul > li > .btn a {
  display: block;
  padding: 15px 30px;
  background: #D20078;
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
  height: auto;
}
.navigation > ul > li.btn a:hover, .navigation > ul > li > .btn a:hover {
  background: #FFB347;
  border-color: #FFB347;
  color: #440099;
}
.navigation > ul > li.btn a:hover:after, .navigation > ul > li > .btn a:hover:after {
  display: none;
}
@media (min-width: 48.063em) and (max-width: 76.5em) {
  .navigation > ul > li.search {
    padding: 0 15px 0 5px;
  }
}
.navigation > ul > li.search a {
  background-color: #7D55C7;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 23px;
  transform: scaleX(-1);
}
.navigation > ul > li.search a i {
  line-height: inherit;
}
.navigation > ul > li.search a:hover {
  color: #ffffff;
}
.navigation > ul > li.search a:hover:after {
  display: none;
}
.navigation > ul > li.language {
  padding: 0;
  overflow: visible;
}
.navigation > ul > li.language:not(:last-child) {
  margin-right: 15px;
}
.navigation > ul > li.language > div {
  width: 35px;
  height: 35px;
  position: relative;
}
.navigation > ul > li.language div > a.us, .navigation > ul > li.language div > a.ca {
  display: block;
  background-color: #7D55C7;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.navigation > ul > li.language div > a.us:after, .navigation > ul > li.language div > a.ca:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7D55C7 url("../../app/assets/images/us-flag.svg");
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.2s;
}
.navigation > ul > li.language div > a.us:hover, .navigation > ul > li.language div > a.ca:hover {
  color: #ffffff;
  text-decoration: none;
}
.navigation > ul > li.language div > a.us:hover:after, .navigation > ul > li.language div > a.ca:hover:after {
  display: none;
}
.navigation > ul > li.language div > a.ca:after {
  background: #7D55C7 url("../../app/assets/images/ca-flag.svg");
  background-position: center;
}
.navigation > ul > li.language span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ece5f5;
  border-radius: 20px;
  text-align: center;
  transition: all ease 0.3s;
}
.navigation > ul > li.language span a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.navigation > ul > li.language span a:hover {
  text-decoration: none;
}
.navigation > ul > li.language:hover span {
  opacity: 1;
  padding-top: 40px;
}
.navigation > ul > li.language:hover a.us:after, .navigation > ul > li.language:hover a.ca:after {
  opacity: 0;
}
.navigation > ul > li > a {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navigation > ul > li:not(.btn):not(.search):not(.language) > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 12px;
  background-color: #FFB347;
  transition: all ease-in 0.2s;
}
.navigation > ul > li:not(.btn):not(.search):not(.language) > a:hover {
  color: #FFB347;
}
.navigation > ul > li:not(.btn):not(.search):not(.language) > a:hover:after {
  height: 8px;
  bottom: 0;
}
.navigation > ul > li.menu-item-has-children > a {
  padding-right: 20px;
}
.navigation > ul > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
  width: 12px;
  height: 8px;
  background: currentcolor;
  -webkit-mask-image: url("../../app/assets/images/angle-down.svg");
  mask-image: url("../../app/assets/images/angle-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.navigation > ul > li.active a {
  color: #FFB347;
}
.navigation > ul > li .dropdown {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.navigation > ul > li .dropdown.open {
  opacity: 1;
  pointer-events: auto;
}
.navigation > ul > li .dropdown.open .column.level-1 {
  /* animation: up 0.3s ease-in-out forwards;*/
}
@media (min-width: 0) and (max-width: 64em) {
  .navigation {
    display: none;
  }
}
.navigation ul li > .dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: translate(0, calc(100% - 1px));
  background-color: #440099;
  border-top: 8px solid #FFB347;
  background-repeat: no-repeat;
  background-size: auto 300px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 0;
  display: grid;
  grid-template-columns: 30% 35% 35%;
  grid-template-rows: auto;
  max-height: calc(100vh - 85px);
  overflow-y: auto;
  width: 100%;
  padding-left: calc(50% - 1350px / 2);
  padding-right: calc(50% - 1350px / 2);
}
@media only screen and (max-width: 1240px) {
  .navigation ul li > .dropdown {
    padding-left: calc(50% - 1350px / 2);
    padding-right: calc(50% - 1350px / 2);
  }
}
@media only screen and (max-width: calc(1350px + 2 * 0)) {
  .navigation ul li > .dropdown {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .navigation ul li > .dropdown {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1470px) {
  .navigation ul li > .dropdown {
    padding-left: 45px;
  }
}
.navigation ul li > .dropdown > h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  grid-column: 1/4;
  display: flex;
  display: none;
  align-items: center;
}
.navigation ul li > .dropdown > h3:after {
  content: "";
  flex: 1 0 auto;
  height: 1px;
  background: rgba(128, 128, 128, 0.5);
  margin-left: 15px;
}
.navigation ul li > .dropdown .column h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.navigation ul li > .dropdown .column.level-1 {
  grid-row: 2/3;
  grid-column: 1/4;
  display: flex;
  position: relative;
  /*ul:after, .overview:after {
      content: 'FEATURED CONTENT';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 16px;
      padding: 0 0 10px 30px;
      text-transform: uppercase;
      color: #404040;
      transform: translateY(-100%);
  }
  ul:after {
      content: 'Our catalog';
      padding: 0 0 10px 0;
  }*/
}
.navigation ul li > .dropdown .column.level-1 > ul {
  flex: 0 0 30%;
}
.navigation ul li > .dropdown .column.level-1 .overview {
  flex: 0 0 35%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navigation ul li > .dropdown .column.level-2 {
  grid-row: 2/3;
  grid-column: 2/4;
  opacity: 0;
  pointer-events: none;
  display: flex;
  transition: all ease 0.3s;
  position: relative;
  /*ul:after, .overview:after {
      content: 'FEATURED CONTENT';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 16px;
      padding: 0 0 10px 15px;
      text-transform: uppercase;
      color: #404040;
      transform: translateY(-100%);
  }
  ul:after {
      content: 'Product Overview';
  }*/
}
.navigation ul li > .dropdown .column.level-2 > ul {
  /*flex: 0 1 50%;*/
  width: 50%;
  padding: 25px 20px 0 0;
  display: flex;
}
.navigation ul li > .dropdown .column.level-2 > ul.has-more-than-8x {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(8, 1fr);
  grid-auto-flow: column;
}
.navigation ul li > .dropdown .column.level-2 .overview {
  flex: 1 1 auto;
  max-width: 50%;
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
.navigation ul li > .dropdown .column.level-3 {
  grid-row: 2/3;
  grid-column: 3/4;
  opacity: 0;
  pointer-events: none;
  display: flex;
  transition: all ease 0.3s;
  position: relative;
  /*ul:after, .overview:after {
      content: 'FEATURED CONTENT';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 16px;
      padding: 0 0 10px 15px;
      text-transform: uppercase;
      color: #404040;
      transform: translateY(-100%);
  }
  ul:after {
      content: 'Product Overview';
  }*/
}
.navigation ul li > .dropdown .column.level-3 > ul {
  flex: 0 0 100%;
  padding: 25px 20px 0 0;
}
.navigation ul li > .dropdown .column.level-3 > ul li {
  padding-right: 0;
}
.navigation ul li > .dropdown .column.level-3 > ul.has-more-than-8x {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(8, 1fr);
  grid-auto-flow: column;
}
.navigation ul li > .dropdown .column.level-3 .overview {
  flex: 1 1 auto;
  padding-left: 15px;
  padding-top: 20px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
.navigation ul li > .dropdown .column.level-2.open, .navigation ul li > .dropdown .column.level-3.open {
  opacity: 1;
  pointer-events: auto;
}
.navigation ul li > .dropdown .column.level-1.over, .navigation ul li > .dropdown .column.level-2.over {
  opacity: 1;
  pointer-events: auto;
}
.navigation ul li > .dropdown .column.level-1.over .overview, .navigation ul li > .dropdown .column.level-2.over .overview {
  opacity: 0;
  pointer-events: none;
}
.navigation ul li > .dropdown ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px 30px 30px 0;
}
.navigation ul li > .dropdown ul li {
  width: 100%;
  padding: 0;
  margin-bottom: 4px;
  position: relative;
}
.navigation ul li > .dropdown ul li:before {
  display: none;
}
.navigation ul li > .dropdown ul li a {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.navigation ul li > .dropdown ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFB347;
  transition: width ease 0.3s;
}
.navigation ul li > .dropdown ul li:hover a {
  color: #FFB347;
}
.navigation ul li > .dropdown ul li.menu-item-has-children:hover .has-children {
  opacity: 1;
}
.navigation ul li > .dropdown ul li .has-children {
  position: absolute;
  width: 40px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  right: 20px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity ease 0.3s;
}
.navigation ul li > .dropdown ul li .has-children:after {
  content: ">";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease 0.3s;
}
.navigation ul li > .dropdown ul li .has-children:hover:after {
  padding-left: 5px;
}
.navigation ul li > .dropdown ul li.btn {
  background: none;
  border: 0;
  clip-path: none;
  text-align: left;
  padding-top: 10px;
  margin-left: 15px;
}
.navigation ul li > .dropdown ul li.btn a {
  border: 1px solid #27272A;
  display: inline-block;
}
.navigation ul li > .dropdown ul li.btn a:hover {
  background: #27272A;
  color: #ffffff;
}
.navigation ul li > .dropdown ul li.over a {
  color: #FFB347;
}
.navigation ul li > .dropdown ul li.over a:after {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.navigation ul li > .dropdown ul li.over a:before {
  width: 100%;
}
.navigation ul li > .dropdown .overview {
  background-color: #ece5f5;
}
.navigation ul li > .dropdown .overview:last-child {
  padding-right: 0 !important;
}
.navigation ul li > .dropdown .overview h3 {
  font-size: 24px;
}
.navigation ul li > .dropdown .overview .btn.is-style-arrow {
  color: #D20078;
}
.navigation ul li > .dropdown .overview + .overview {
  background-color: #f6f2fa;
}
.navigation ul li > .dropdown > a {
  display: none;
}
@media (min-width: 0em) and (max-width: 48em) {
  .navigation {
    display: none;
  }
}

.overview-card {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
  width: 100%;
  text-decoration: none;
}
.overview-card:last-child {
  padding-bottom: 30px;
}
.overview-card .img-bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 22%;
  border-radius: 15px;
  flex: 0 0 40%;
}
.overview-card > div {
  padding: 0 0 15px 15px;
}
.overview-card > div p {
  font-size: 18px;
}
.overview-card > div .service {
  font-size: 18px;
  margin: 0 0 15px 0;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #440099;
}
.overview-card:hover {
  text-decoration: none;
}

.overview-cta {
  width: 100%;
  padding: 30px;
}
.overview-cta h3 {
  margin-bottom: 30px;
}

.navigation li.search {
  position: relative;
  overflow: visible;
}
.navigation li.search a {
  width: 90px;
  height: 48px;
  text-align: center;
  display: inline-block;
}
.navigation li.search .search-form {
  position: absolute;
  right: 60px;
  top: 24px;
  opacity: 0;
  transition: all ease 0.3s;
  pointer-events: none;
}
@media (min-width: 0em) and (max-width: 48em) {
  .navigation li.search .search-form {
    right: 30px;
  }
}
.navigation li.search .search-form input[type=text], .navigation li.search .search-form input[type=search] {
  border: 0;
  background: #DCD2FA;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0 45px 0 20px;
  width: 0;
  border-radius: 16px;
  transition: all ease 0.3s;
  caret-color: #440099;
  color: #440099;
}
.navigation li.search .search-form input[type=submit] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  position: absolute;
  right: 6px;
  top: 2px;
  font-size: 28px;
  padding: 0 1px;
  margin: 0;
  opacity: 0;
  min-width: 1px;
  line-height: 1.2;
  transition: all ease 0.3s;
}
.navigation li.search .search-form *::-moz-placeholder {
  opacity: 1;
  color: #440099;
}
.navigation li.search .search-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #440099;
}
.navigation li.search .search-form :-ms-input-placeholder {
  opacity: 1;
  color: #440099;
}
.navigation li.search .search-form:hover:before, .navigation li.search .search-form:active:before {
  display: none;
}
.navigation li.search .icon-clear {
  display: none;
  font-size: 22px;
}
.navigation li.search.open .search-form {
  pointer-events: auto;
}
.navigation li.search.open .icon-search {
  display: none;
}
.navigation li.search.open .icon-clear {
  display: block;
}
.navigation li.search.open .search-form {
  opacity: 1;
}
.navigation li.search.open input[type=text], .navigation li.search.open input[type=search] {
  width: 350px;
  opacity: 1;
}
@media (min-width: 0em) and (max-width: 48em) {
  .navigation li.search.open input[type=text], .navigation li.search.open input[type=search] {
    width: calc(100vw - 120px);
  }
}
.navigation li.search.open input[type=submit] {
  opacity: 1;
}

.search-open .navigation li:not(.search):not(.language) {
  opacity: 0;
}

.page-wrap .mobile-nav {
  position: relative;
  z-index: 101;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  display: none;
}
@media (min-width: 0) and (max-width: 64em) {
  .page-wrap .mobile-nav {
    display: flex;
    align-items: center;
  }
}
.page-wrap .mobile-nav button {
  color: #000000;
  background: none;
  border: 0;
  width: 25px;
  height: 30px;
  padding: 0;
  margin: 0 !important;
  display: block !important;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .page-wrap .mobile-nav button {
    width: 30px;
    height: 25px;
  }
}
.page-wrap .mobile-nav button:before {
  display: none;
}
.page-wrap .mobile-nav button:hover, .page-wrap .mobile-nav button:active, .page-wrap .mobile-nav button:focus {
  background: none !important;
  border: 0 !important;
}
.page-wrap .mobile-nav button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  background: #ffffff;
  opacity: 1;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 4px;
}
.page-wrap .mobile-nav button span:nth-child(1) {
  top: 0;
}
.page-wrap .mobile-nav button span:nth-child(2), .page-wrap .mobile-nav button span:nth-child(3) {
  top: 10px;
}
.page-wrap .mobile-nav button span:nth-child(4) {
  top: 21px;
}
.page-wrap .mobile-nav button.open span:nth-child(1) {
  top: 0;
  width: 0%;
  left: 50%;
}
.page-wrap .mobile-nav button.open span:nth-child(2) {
  transform: rotate(45deg);
  height: 4px;
  width: 30px;
}
.page-wrap .mobile-nav button.open span:nth-child(3) {
  transform: rotate(-45deg);
  height: 4px;
  width: 30px;
}
.page-wrap .mobile-nav button.open span:nth-child(4) {
  top: 0;
  width: 0%;
  left: 50%;
}

.menu-open .mobile-nav a span:nth-child(1) {
  top: 0;
  width: 0%;
  left: 50%;
}
.menu-open .mobile-nav a span:nth-child(2) {
  transform: rotate(45deg);
  height: 4px;
}
.menu-open .mobile-nav a span:nth-child(3) {
  transform: rotate(-45deg);
  height: 4px;
}
.menu-open .mobile-nav a span:nth-child(4) {
  top: 0;
  width: 0%;
  left: 50%;
}

.global-mobile-nav {
  background: #440099;
  color: #f7f7f7;
  height: 100%;
  right: -100%;
  position: fixed;
  text-align: left;
  transition: right 0.2s ease-in-out;
  width: 100%;
  z-index: 100002;
}
.global-mobile-nav .global-mobile-bg {
  height: 100%;
  overflow: auto;
}
.global-mobile-nav .search {
  padding: 30px 30px 0 30px;
  background-color: #EFE7F7;
  color: #27272A;
}
.global-mobile-nav .search input[type=search] {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
  box-shadow: none;
  background: #ffffff;
  border: 0;
  border-radius: 15px;
  width: 100%;
}
.global-mobile-nav .search *::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.global-mobile-nav .search ::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.global-mobile-nav .search :-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.global-mobile-nav .search button[type=submit] {
  width: 45px;
  height: 45px;
  border: 0;
  background: none;
  float: right;
  margin-top: -45px;
  position: relative;
  z-index: 3;
}
.global-mobile-nav .search button[type=submit]:before {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFB347;
  font-size: 30px;
}
.global-mobile-nav ul:not(.social) {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  list-style: none;
  background: #EFE7F7;
}
.global-mobile-nav ul:not(.social) li {
  padding: 0;
  margin: 0 30px;
  text-align: left;
}
.global-mobile-nav ul:not(.social) li:after {
  content: "";
}
.global-mobile-nav ul:not(.social) li:before {
  display: none;
}
.global-mobile-nav ul:not(.social) li a {
  color: #27272A;
  padding: 15px 0;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.global-mobile-nav ul:not(.social) li a:active, .global-mobile-nav ul:not(.social) li a:focus, .global-mobile-nav ul:not(.social) li a:hover, .global-mobile-nav ul:not(.social) li a.active {
  color: #27272A;
}
.global-mobile-nav ul:not(.social) li.current-menu-item a {
  color: #440099;
}
.global-mobile-nav ul:not(.social) li.current-menu-parent > a {
  color: #440099;
}
.global-mobile-nav ul:not(.social) li.open > a {
  color: #440099;
}
.global-mobile-nav ul:not(.social) li.menu-item-has-children > a {
  position: relative;
}
.global-mobile-nav ul:not(.social) li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
  width: 15px;
  height: 18px;
  background: #27272A;
  -webkit-mask-image: url("../../app/assets/images/angle-down.svg");
  mask-image: url("../../app/assets/images/angle-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all ease 0.3s;
}
.global-mobile-nav ul:not(.social) li.menu-item-has-children.open > a:after {
  transform: translateY(-50%) rotate(-180deg);
}
.global-mobile-nav ul:not(.social) li.btn {
  margin-top: 15px;
}
.global-mobile-nav ul:not(.social) li.btn a {
  color: #ffffff;
  font-weight: 700;
  padding: 15px 30px;
}
.global-mobile-nav ul:not(.social) li.secondary {
  background-color: #A8CEE5;
  border: 0;
  margin: -1px 0 0 0;
  padding: 0 30px;
}
.global-mobile-nav ul:not(.social) li.secondary:nth-child(2n+1) {
  background-color: #F7F7F7;
}
.global-mobile-nav ul:not(.social) li ul.sub-menu {
  display: none;
  border: none;
  margin: 0 -30px;
  padding: 10px 0;
  background: #F7F7F7;
}
.global-mobile-nav ul:not(.social) li ul.sub-menu li {
  margin: 0;
  padding: 0 30px;
  border: 0;
}
.global-mobile-nav ul:not(.social) li ul.sub-menu li a {
  display: inline-block;
  padding: 10px 10px 3px 0;
  margin: 0 0 7px 0;
  width: auto;
}
.global-mobile-nav ul:not(.social) li ul.sub-menu li.current-menu-item > a {
  color: #440099;
  font-weight: 700;
  border-bottom: 2px solid #FFB347;
}
.global-mobile-nav .global-nav-footer {
  background: #440099;
  padding: 30px 30px 100px 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-mobile-nav .global-nav-footer p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.global-mobile-nav .global-nav-footer p > a {
  display: none;
}
.global-mobile-nav .global-nav-footer p span {
  display: inline-block;
}
.global-mobile-nav .global-nav-footer p span a {
  display: inline-block;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  /*background-color: red;*/
  margin-right: 15px;
}
.global-mobile-nav .global-nav-footer p span a.us {
  background: #7D55C7 url("../../app/assets/images/us-flag.svg") center center no-repeat;
  font-size: 0;
}
.global-mobile-nav .global-nav-footer p span a.uk {
  background: #7D55C7 url("../../app/assets/images/uk-flag.png") center center no-repeat;
  font-size: 0;
}
.global-mobile-nav .global-nav-footer p span a.ca {
  background: #7D55C7 url("../../app/assets/images/ca-flag.svg") center center no-repeat;
  font-size: 0;
}
.global-mobile-nav .global-nav-footer .social {
  display: flex;
  justify-content: center;
  margin: 0;
}
.global-mobile-nav .global-nav-footer .social li {
  margin: 0;
  padding: 0 15px 0 0;
}
.global-mobile-nav .global-nav-footer .social li:before {
  display: none;
}
.global-mobile-nav .global-nav-footer .social li a {
  background: #ffffff;
  color: #440099;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
}
.global-mobile-nav .global-nav-footer .social li a, .global-mobile-nav .global-nav-footer .social li a i {
  color: #440099;
  text-decoration: none;
  font-size: 30px;
}
.global-mobile-nav .global-nav-footer .social li a:hover, .global-mobile-nav .global-nav-footer .social li a i:hover {
  color: #ffffff;
}

.admin-bar .global-mobile-nav .search {
  padding-top: 80px;
}

.menu-open .global-mobile-nav {
  right: 0 !important;
  transform: none !important;
}

.popup-overlayer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.popup-overlayer.popup-overlayer {
  background: rgba(255, 255, 255, 0.95);
  z-index: 102;
}

.site-footer .wrapper {
  width: 100%;
  padding-left: calc(50% - calc(1150px / 2));
  padding-right: calc(50% - calc(1150px / 2));
}
@media only screen and (max-width: 1240px) {
  .site-footer .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .footer {
  background: #440099;
  position: relative;
  overflow: hidden;
}
.site-footer .footer:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1100px;
  height: 1100px;
  transform: translate(50%, -50%);
  background: #ffffff;
  -webkit-mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  mask-image: url("../../app/assets/images/hero-left-concentric-circles.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer:before {
    width: 600px;
    height: 600px;
  }
}
.site-footer .footer .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 10;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.site-footer .footer .wrapper *:not(.btn) {
  color: #ffffff;
}
.site-footer .footer .wrapper p {
  margin: 0;
}
.site-footer .footer .wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper > div {
    display: block;
  }
}
.site-footer .footer .wrapper .util-links {
  display: flex;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper .util-links {
    display: block;
    padding-top: 90px;
  }
}
.site-footer .footer .wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.site-footer .footer .wrapper ul li {
  margin: 0;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 800;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper ul li {
    padding: 0 20px 0 0;
  }
}
.site-footer .footer .wrapper ul li:before {
  display: none;
}
.site-footer .footer .wrapper ul li a, .site-footer .footer .wrapper ul li a i {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .footer .wrapper ul li a:hover, .site-footer .footer .wrapper ul li a i:hover {
  color: #FFB347;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper ul.social {
    margin-top: 10px;
  }
}
.site-footer .footer .wrapper ul.social li {
  padding: 0 5px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper ul.social li {
    padding: 0 10px 0 0;
  }
}
.site-footer .footer .wrapper ul.social a {
  background: #ffffff;
  color: #440099;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper ul.social a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.site-footer .footer .wrapper ul.social a i {
  font-size: 12px;
  color: #440099;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper ul.social a i {
    font-size: 16px;
  }
}
.site-footer .footer .wrapper ul.social a:hover {
  background: #FFB347;
  color: #440099;
}
.site-footer .footer .wrapper ul.social a:hover i {
  color: #440099;
}
.site-footer .footer-util {
  background: #ece5f5;
  position: relative;
  z-index: 20;
}
.site-footer .footer-util .wrapper {
  padding-top: 32px;
  padding-bottom: 2px;
  align-items: center;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer-util .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .site-footer .footer-util .wrapper {
    justify-content: space-between;
  }
}
.site-footer .footer-util .wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer-util .wrapper > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer .footer-util .wrapper > div p {
  font-size: 14px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer-util .wrapper > div p {
    margin-bottom: 15px;
  }
}
.site-footer .footer-util .wrapper > div ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer-util .wrapper > div ul {
    margin-bottom: 20px;
  }
}
.site-footer .footer-util .wrapper > div ul li {
  padding: 0 0 0 20px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer-util .wrapper > div ul li {
    padding: 0 15px 0 0;
    margin: 0 0 5px 0;
  }
}
.site-footer .footer-util .wrapper > div ul li:before {
  display: none;
}
.site-footer .footer-util .wrapper > div ul li a {
  color: #440099;
  font-size: 14px;
  text-decoration: none;
}
.site-footer .footer-util .wrapper > div ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer-util .wrapper > div {
    padding: 0 10px;
  }
}
.site-footer .footer .wrapper .footer-extended {
  position: relative;
  padding-bottom: 0;
  padding-top: 84px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper .footer-extended {
    padding-top: 64px;
  }
  .site-footer .footer .wrapper .footer-extended:before {
    content: "";
    position: absolute;
    top: 32px;
    left: -20px;
    width: calc(100% + 2 * 20px);
    border-top: 1px solid rgba(220, 210, 250, 0.2);
  }
}
.site-footer .footer .wrapper .footer-extended > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px;
  width: 100%;
}
@media (min-width: 0) and (max-width: 64em) {
  .site-footer .footer .wrapper .footer-extended > ul {
    gap: 30px;
  }
}
.site-footer .footer .wrapper .footer-extended > ul > li {
  padding-bottom: 0;
  margin-bottom: 0;
  flex: 0 1 auto;
  max-width: calc(25% - 30px);
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper .footer-extended > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer .footer .wrapper .footer-extended > ul > li.no-clickable > a {
  cursor: text;
  pointer-events: none;
}
.site-footer .footer .wrapper .footer-extended > ul > li.no-clickable > a:hover {
  color: #ffffff;
  text-decoration: none !important;
}
.site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(2n), .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(2n) ~ li {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(2n), .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(2n) ~ li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(3n), .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(3n) ~ li {
  flex: 0 1 auto;
  max-width: calc(33% - 27px);
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(3n), .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(3n) ~ li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(4n), .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(4n) ~ li {
  flex: 0 1 auto;
  max-width: calc(25% - 30px);
}
@media (min-width: 0) and (max-width: 64em) {
  .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(4n), .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(4n) ~ li {
    flex: 1 1 auto;
    max-width: none;
    width: calc(50% - 30px);
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(4n), .site-footer .footer .wrapper .footer-extended > ul > li:first-child:nth-last-child(4n) ~ li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer .footer .wrapper .footer-extended > ul > li > a {
  font-size: 18px !important;
  font-weight: 700 !important;
  display: block;
  margin-bottom: 10px;
}
.site-footer .footer .wrapper .footer-extended > ul > li > a:hover {
  color: #FFB347;
  text-decoration: none !important;
}
.site-footer .footer .wrapper .footer-extended > ul > li ul {
  display: block !important;
}
.site-footer .footer .wrapper .footer-extended ul {
  margin-bottom: 0;
}
.site-footer .footer .wrapper .footer-extended ul li {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.site-footer .footer .wrapper .footer-extended ul li:before {
  display: none;
}
.site-footer .footer .wrapper .footer-extended ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  display: block;
  max-width: 250px;
}
.site-footer .footer .wrapper .footer-extended ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 0em) and (max-width: 48em) {
  .site-footer .footer .wrapper .footer-extended ul li a {
    max-width: 100%;
  }
}

img:not([src]) {
  opacity: 0;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #27272A;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
  background: #ffffff;
  -webkit-print-color-adjust: exact;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.menu-open main {
  opacity: 0.15;
}

p, li, td {
  color: #27272A;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-size: 18px;
}

p.is-style-highlighted {
  position: relative;
  font-weight: 700;
  margin-top: 30px;
}
p.is-style-highlighted:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: translate(-70%, -20px);
  transition: all ease 0.5s;
  width: 65px;
  height: 65px;
  background: #32968C;
  -webkit-mask-image: url("../../app/assets/images/multi-circles.svg");
  mask-image: url("../../app/assets/images/multi-circles.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
}
@media (min-width: 0em) and (max-width: 48em) {
  p.is-style-highlighted {
    margin-left: 30px;
  }
}

p.is-style-eyebrow {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}

figure + .is-style-highlighted {
  margin-top: 60px;
}

.has-purple-background-color p.is-style-highlighted:before, .has-green-background-color p.is-style-highlighted:before, .has-grey-green-background-color p.is-style-highlighted:before, .frame-fp-block:not([class*=background-color]) p.is-style-highlighted:before {
  background: #ffffff;
}

mark:not([style*=background-color]) {
  background: none !important;
}

a, .tribe-events-single a {
  color: #440099;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover, .tribe-events-single a:hover {
  color: #440099;
  text-decoration: underline;
}
a[href^="mailto:"], .tribe-events-single a[href^="mailto:"] {
  color: #27272A;
  text-decoration: none;
}
a[href^="mailto:"]:hover, .tribe-events-single a[href^="mailto:"]:hover {
  color: #27272A;
  text-decoration: underline;
  background-image: none;
}
a[href^="mailto:"]:hover:hover, .tribe-events-single a[href^="mailto:"]:hover:hover {
  background: none;
}

a[class*=acf] {
  color: initial;
}
a[class*=acf]:hover {
  color: initial;
}

main p a, main li a {
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentcolor, currentcolor);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: none;
}
@media (hover: hover) {
  main p a, main li a {
    transition: background-size 0.5s ease;
  }
}
main p a:hover, main li a:hover {
  text-decoration: none;
  background-size: 0 2px, 100% 2px;
}
main p a:hover, main li a:hover {
  text-decoration: none !important;
}

ul, ol {
  margin: 0 0 30px 0;
  padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 10px;
}

ul > li {
  margin-bottom: 25px;
  padding: 0;
  padding-left: 25px;
  list-style: none;
  position: relative;
}
ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 3px;
  background: #D20078;
}
ul.is-style-checked {
  margin-bottom: 30px;
}
ul.is-style-checked li {
  padding: 0 0 0 30px;
  margin-bottom: 15px;
}
ul.is-style-checked li:before {
  display: none;
}
ul.is-style-checked li:after {
  content: "\e903";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
  color: #32968C;
  font-size: 20px;
}
ul.is-style-caret {
  margin-bottom: 30px;
}
ul.is-style-caret li {
  padding: 0 0 0 30px;
  margin-bottom: 30px;
}
ul.is-style-caret li:before {
  display: none;
}
ul.is-style-caret li:after {
  content: "\e909";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
  color: #D20078;
  font-size: 20px;
}

.has-green-background-color ul.is-style-checked li::after, .has-grey-green-background-color ul.is-style-checked li::after {
  color: #59D4C7;
}

ol > li {
  margin-bottom: 10px;
  padding-bottom: 0;
}

ol {
  padding-left: 20px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

h1, .heading-1 {
  color: #27272A;
  font-family: aptos, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 64px;
  margin: 0 0 30px 0;
  line-height: 1.15;
  font-weight: 300;
}
h1.big-txt-on-mobile, .heading-1.big-txt-on-mobile {
  font-size: 64px;
}
@media (min-width: 0) and (max-width: 64em) {
  h1, .heading-1 {
    font-size: 48px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  h1, .heading-1 {
    font-size: 32px;
  }
}

h2, .heading-2 {
  color: #27272A;
  font-family: aptos, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: 1.15;
}
@media (min-width: 0em) and (max-width: 48em) {
  h2, .heading-2 {
    font-size: 40px;
  }
}

h3, .heading-3 {
  color: #27272A;
  font-family: aptos, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 40px;
  margin: 0 0 30px 0;
  font-weight: 300;
  line-height: 1.15;
}
@media (min-width: 0em) and (max-width: 48em) {
  h3, .heading-3 {
    font-size: 32px;
  }
}

h4, .heading-4 {
  color: #27272A;
  font-family: aptos, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  margin: 0 0 30px 0;
  line-height: 1.15;
  font-weight: 300;
}
@media (min-width: 0em) and (max-width: 48em) {
  h4, .heading-4 {
    font-size: 24px;
  }
}

h5, .heading-5 {
  color: #27272A;
  font-family: aptos, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 30px 0;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 0em) and (max-width: 48em) {
  h5, .heading-5 {
    font-size: 22px;
  }
}

h6, .heading-6 {
  color: #27272A;
  font-family: aptos, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 15px 0;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (min-width: 0em) and (max-width: 48em) {
  h6, .heading-6 {
    font-size: 14px;
  }
}

h1.has-text-align-center, h2.has-text-align-center, h3.has-text-align-center, h4.has-text-align-center, h5.has-text-align-center, h6.has-text-align-center, .heading-1.has-text-align-center, .heading-2.has-text-align-center, .heading-3.has-text-align-center, .heading-4.has-text-align-center, .heading-5.has-text-align-center, .heading-6.has-text-align-center {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .heading-1:last-child, .heading-2:last-child, .heading-3:last-child, .heading-4:last-child, .heading-5:last-child, .heading-6:last-child {
  margin-bottom: 30px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  color: inherit;
  text-decoration: underline;
}
h1 u, h1 s, h1 span[style*=underline], h2 u, h2 s, h2 span[style*=underline], h3 u, h3 s, h3 span[style*=underline], h4 u, h4 s, h4 span[style*=underline], h5 u, h5 s, h5 span[style*=underline], h6 u, h6 s, h6 span[style*=underline], .heading-1 u, .heading-1 s, .heading-1 span[style*=underline], .heading-2 u, .heading-2 s, .heading-2 span[style*=underline], .heading-3 u, .heading-3 s, .heading-3 span[style*=underline], .heading-4 u, .heading-4 s, .heading-4 span[style*=underline], .heading-5 u, .heading-5 s, .heading-5 span[style*=underline], .heading-6 u, .heading-6 s, .heading-6 span[style*=underline] {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
h1 u:after, h1 s:after, h1 span[style*=underline]:after, h2 u:after, h2 s:after, h2 span[style*=underline]:after, h3 u:after, h3 s:after, h3 span[style*=underline]:after, h4 u:after, h4 s:after, h4 span[style*=underline]:after, h5 u:after, h5 s:after, h5 span[style*=underline]:after, h6 u:after, h6 s:after, h6 span[style*=underline]:after, .heading-1 u:after, .heading-1 s:after, .heading-1 span[style*=underline]:after, .heading-2 u:after, .heading-2 s:after, .heading-2 span[style*=underline]:after, .heading-3 u:after, .heading-3 s:after, .heading-3 span[style*=underline]:after, .heading-4 u:after, .heading-4 s:after, .heading-4 span[style*=underline]:after, .heading-5 u:after, .heading-5 s:after, .heading-5 span[style*=underline]:after, .heading-6 u:after, .heading-6 s:after, .heading-6 span[style*=underline]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #59D4C7;
}

p.has-text-align-center {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 30px;
}

.hidden {
  display: none;
}

input, textarea, select {
  color: #27272A;
  font-size: 18px;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
  -webkit-appearance: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25), inset 0 0 2px 0 rgba(0, 0, 0, 0.22);
}
input[type=submit], input[type=button], textarea[type=submit], textarea[type=button], select[type=submit], select[type=button] {
  cursor: pointer;
  width: auto;
}

*::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 0.7em;
}

sub {
  vertical-align: baseline;
  position: relative;
  top: 0.2em;
  font-size: 0.7em;
}

h1 sup, h1 sub, h2 sup, h2 sub, h3 sup, h3 sub {
  font-size: 0.5em;
}

.show-desktop, .page-wrap .desktop-only {
  display: block !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .show-desktop, .page-wrap .desktop-only {
    display: none !important;
  }
}

.show-mobile, .page-wrap .mobile-only {
  display: none !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .show-mobile, .page-wrap .mobile-only {
    display: block !important;
  }
}

/* general pages layout */
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.page-wrap header {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.page-wrap main {
  flex: 1 0 auto;
  display: flex;
  display: -ms-flexbox;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
}
.page-wrap main > div {
  margin: 0 auto;
  width: 100%;
  position: relative;
  width: 100%;
  padding-left: calc(50% - calc(1150px / 2));
  padding-right: calc(50% - calc(1150px / 2));
}
@media only screen and (max-width: 1240px) {
  .page-wrap main > div {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .page-wrap main > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-wrap footer {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

main > div > .full, main > div > .alignfull, main > div > .tribe-events, main > div > #tribe-events-pg-template, main > div > .tribe-events-pg-template, .edit-fp-block .full, .edit-fp-block .alignfull, .edit-fp-block .tribe-events, .edit-fp-block #tribe-events-pg-template, .edit-fp-block .tribe-events-pg-template {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
main > div > .full .wrapper, main > div > .full > .tribe-events-single, main > div > .alignfull .wrapper, main > div > .alignfull > .tribe-events-single, main > div > .tribe-events .wrapper, main > div > .tribe-events > .tribe-events-single, main > div > #tribe-events-pg-template .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single, main > div > .tribe-events-pg-template .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single, .edit-fp-block .full .wrapper, .edit-fp-block .full > .tribe-events-single, .edit-fp-block .alignfull .wrapper, .edit-fp-block .alignfull > .tribe-events-single, .edit-fp-block .tribe-events .wrapper, .edit-fp-block .tribe-events > .tribe-events-single, .edit-fp-block #tribe-events-pg-template .wrapper, .edit-fp-block #tribe-events-pg-template > .tribe-events-single, .edit-fp-block .tribe-events-pg-template .wrapper, .edit-fp-block .tribe-events-pg-template > .tribe-events-single {
  width: 100%;
  width: 100%;
  padding-left: calc(50% - calc(1150px / 2));
  padding-right: calc(50% - calc(1150px / 2));
}
@media only screen and (max-width: 1240px) {
  main > div > .full .wrapper, main > div > .full > .tribe-events-single, main > div > .alignfull .wrapper, main > div > .alignfull > .tribe-events-single, main > div > .tribe-events .wrapper, main > div > .tribe-events > .tribe-events-single, main > div > #tribe-events-pg-template .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single, main > div > .tribe-events-pg-template .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single, .edit-fp-block .full .wrapper, .edit-fp-block .full > .tribe-events-single, .edit-fp-block .alignfull .wrapper, .edit-fp-block .alignfull > .tribe-events-single, .edit-fp-block .tribe-events .wrapper, .edit-fp-block .tribe-events > .tribe-events-single, .edit-fp-block #tribe-events-pg-template .wrapper, .edit-fp-block #tribe-events-pg-template > .tribe-events-single, .edit-fp-block .tribe-events-pg-template .wrapper, .edit-fp-block .tribe-events-pg-template > .tribe-events-single {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  main > div > .full .wrapper, main > div > .full > .tribe-events-single, main > div > .alignfull .wrapper, main > div > .alignfull > .tribe-events-single, main > div > .tribe-events .wrapper, main > div > .tribe-events > .tribe-events-single, main > div > #tribe-events-pg-template .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single, main > div > .tribe-events-pg-template .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single, .edit-fp-block .full .wrapper, .edit-fp-block .full > .tribe-events-single, .edit-fp-block .alignfull .wrapper, .edit-fp-block .alignfull > .tribe-events-single, .edit-fp-block .tribe-events .wrapper, .edit-fp-block .tribe-events > .tribe-events-single, .edit-fp-block #tribe-events-pg-template .wrapper, .edit-fp-block #tribe-events-pg-template > .tribe-events-single, .edit-fp-block .tribe-events-pg-template .wrapper, .edit-fp-block .tribe-events-pg-template > .tribe-events-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > div > .alignwide, main > div > .wide, .edit-fp-block .alignwide, .edit-fp-block .wide {
  margin-left: -64px;
  margin-right: -64px;
}
@media only screen and (max-width: 1420px) {
  main > div > .alignwide, main > div > .wide, .edit-fp-block .alignwide, .edit-fp-block .wide {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 0) and (max-width: 64em) {
  main > div > .alignwide, main > div > .wide, .edit-fp-block .alignwide, .edit-fp-block .wide {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  main > div > .alignwide, main > div > .wide, .edit-fp-block .alignwide, .edit-fp-block .wide {
    margin-left: -20px;
    margin-right: -20px;
  }
}
main > div > .alignwide .wrapper, main > div > .wide .wrapper, .edit-fp-block .alignwide .wrapper, .edit-fp-block .wide .wrapper {
  width: 100%;
  padding-left: calc(50% - calc(1150px / 2));
  padding-right: calc(50% - calc(1150px / 2));
}
@media only screen and (max-width: 1240px) {
  main > div > .alignwide .wrapper, main > div > .wide .wrapper, .edit-fp-block .alignwide .wrapper, .edit-fp-block .wide .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  main > div > .alignwide .wrapper, main > div > .wide .wrapper, .edit-fp-block .alignwide .wrapper, .edit-fp-block .wide .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

main > div > .tribe-events-pg-template > .tribe-events-single, main > div > #tribe-events-pg-template > .tribe-events-single {
  width: 100%;
  width: 100%;
  padding-left: calc(50% - 800px / 2);
  padding-right: calc(50% - 800px / 2);
}
@media only screen and (max-width: 1240px) {
  main > div > .tribe-events-pg-template > .tribe-events-single, main > div > #tribe-events-pg-template > .tribe-events-single {
    padding-left: calc(50% - 800px / 2);
    padding-right: calc(50% - 800px / 2);
  }
}
@media only screen and (max-width: calc(800px + 2 * 45px)) {
  main > div > .tribe-events-pg-template > .tribe-events-single, main > div > #tribe-events-pg-template > .tribe-events-single {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  main > div > .tribe-events-pg-template > .tribe-events-single, main > div > #tribe-events-pg-template > .tribe-events-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > div > .tribe-events-pg-template > .tribe-events-single > .full, main > div > .tribe-events-pg-template > .tribe-events-single .alignfull, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events, main > div > .tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template, main > div > #tribe-events-pg-template > .tribe-events-single > .full, main > div > #tribe-events-pg-template > .tribe-events-single .alignfull, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events, main > div > #tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
main > div > .tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper {
  width: 100%;
  padding-left: calc(50% - 800px / 2);
  padding-right: calc(50% - 800px / 2);
}
@media only screen and (max-width: 1240px) {
  main > div > .tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper {
    padding-left: calc(50% - 800px / 2);
    padding-right: calc(50% - 800px / 2);
  }
}
@media only screen and (max-width: calc(800px + 2 * 45px)) {
  main > div > .tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  main > div > .tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > .tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single > .full:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .alignfull:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single #tribe-events-pg-template:not(.main-hero) > .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single .tribe-events-pg-template:not(.main-hero) > .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main > div > .tribe-events-pg-template > .tribe-events-single > .cards.full .wrapper, main > div > #tribe-events-pg-template > .tribe-events-single > .cards.full .wrapper {
  padding: 0 !important;
}

.tribe-events .tribe-events-l-container {
  background: #440099;
}
.tribe-events .tribe-events-l-container > *[class*=tribe] {
  width: 100%;
  padding-left: calc(50% - calc(1150px / 2));
  padding-right: calc(50% - calc(1150px / 2));
}
@media only screen and (max-width: 1240px) {
  .tribe-events .tribe-events-l-container > *[class*=tribe] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .tribe-events .tribe-events-l-container > *[class*=tribe] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tribe-events .tribe-events-l-container > *[class*=tribe] *:not(input):not(textarea):not(select):not(a):not(.is-style-date):not(.date):not([class*=color]):not(.btn):not(.wp-block-button__link):not(.wp-block-button.is-style-arrow) {
  color: #ffffff;
}
.tribe-events .tribe-events-l-container > *[class*=tribe] ul li a:not(.btn):not(.wp-block-button__link) {
  color: #59D4C7;
}
.tribe-events .tribe-events-l-container > *[class*=tribe] ul li a:not(.btn):not(.wp-block-button__link):after {
  display: none;
}
.tribe-events .tribe-events-l-container > *[class*=tribe] ul li a:not(.btn):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
.tribe-events .tribe-events-l-container > *[class*=tribe] a:not(.btn):not(.wp-block-button__link), .tribe-events .tribe-events-l-container > *[class*=tribe] .date {
  color: #ffffff;
}

.single-post:not(.guide) main > div, .single-post:not(.guide) .frame-fp-block.full > .wrapper, .single-post:not(.guide) .content-with-circle-callout > .wrapper {
  width: 100%;
  padding-left: calc(50% - 800px / 2);
  padding-right: calc(50% - 800px / 2);
}
@media only screen and (max-width: 1240px) {
  .single-post:not(.guide) main > div, .single-post:not(.guide) .frame-fp-block.full > .wrapper, .single-post:not(.guide) .content-with-circle-callout > .wrapper {
    padding-left: calc(50% - 800px / 2);
    padding-right: calc(50% - 800px / 2);
  }
}
@media only screen and (max-width: calc(800px + 2 * 45px)) {
  .single-post:not(.guide) main > div, .single-post:not(.guide) .frame-fp-block.full > .wrapper, .single-post:not(.guide) .content-with-circle-callout > .wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .single-post:not(.guide) main > div, .single-post:not(.guide) .frame-fp-block.full > .wrapper, .single-post:not(.guide) .content-with-circle-callout > .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single-post:not(.guide) main > div > .articles-block, .single-post:not(.guide) main > div > .articles-list, .single-post:not(.guide) main > div > .edit-fp-block > .articles-block, .single-post:not(.guide) main > div > .edit-fp-block > .articles-list {
  margin-left: -175px;
  margin-right: -175px;
}
@media only screen and (max-width: 1270px) {
  .single-post:not(.guide) main > div > .articles-block, .single-post:not(.guide) main > div > .articles-list, .single-post:not(.guide) main > div > .edit-fp-block > .articles-block, .single-post:not(.guide) main > div > .edit-fp-block > .articles-list {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media only screen and (max-width: 890px) {
  .single-post:not(.guide) main > div > .articles-block, .single-post:not(.guide) main > div > .articles-list, .single-post:not(.guide) main > div > .edit-fp-block > .articles-block, .single-post:not(.guide) main > div > .edit-fp-block > .articles-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.single-post.guide main > div > *:not(.articles-block):not(.main-hero):not(.edit-fp-block) {
  margin-right: 400px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .single-post.guide main > div > *:not(.articles-block):not(.main-hero):not(.edit-fp-block) {
    margin-right: 0;
  }
}
.single-post.guide main > div > *:not(.articles-block):not(.main-hero):not(.edit-fp-block).wistia_responsive_padding {
  padding-top: calc(56.25% - 200px) !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .single-post.guide main > div > *:not(.articles-block):not(.main-hero):not(.edit-fp-block).wistia_responsive_padding {
    padding-top: 56.25% !important;
  }
}
.single-post.guide main > div > *:not(.full):not(.articles-block):not(.edit-fp-block) {
  margin-left: 0;
  margin-right: 400px;
  width: auto;
}
.single-post.guide main > div > *:not(.full):not(.articles-block):not(.edit-fp-block) .numbered-list {
  display: block;
}
@media (min-width: 0em) and (max-width: 48em) {
  .single-post.guide main > div > *:not(.full):not(.articles-block):not(.edit-fp-block) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .single-post.guide main > div > .wp-block-columns {
    display: block;
  }
}

main > div > *:last-child:not(.frame-fp-block):not(.cards.full):not(.content-with-side-image):not(content-with-circle-callout):not(.page-nav):not(.main-hero) {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1240px) {
  main > div > *:last-child:not(.frame-fp-block):not(.cards.full):not(.content-with-side-image):not(content-with-circle-callout):not(.page-nav):not(.main-hero) {
    margin-bottom: 64px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  main > div > *:last-child:not(.frame-fp-block):not(.cards.full):not(.content-with-side-image):not(content-with-circle-callout):not(.page-nav):not(.main-hero) {
    margin-top: 32px;
  }
}
main > div > *:first-child:not(.frame-fp-block.full):not(.main-hero):not(.tribe-events) {
  margin-top: 64px;
}
@media only screen and (max-width: 1240px) {
  main > div > *:first-child:not(.frame-fp-block.full):not(.main-hero):not(.tribe-events) {
    margin-top: 64px;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  main > div > *:first-child:not(.frame-fp-block.full):not(.main-hero):not(.tribe-events) {
    margin-top: 32px;
  }
}

.edit-fp-block .edit + * {
  margin-top: 0 !important;
}

.edit-fp-block .edit {
  z-index: 40;
}

/* WP general styles */
/* general color styles rules */
*.has-purple-color {
  color: #440099;
}
*.has-purple-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-purple-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-purple-color cite span, blockquote.has-purple-color cite code, blockquote.has-purple-color p:not(.has-text-color), blockquote.has-purple-color cite a {
  color: #440099;
}

*.has-teal-color {
  color: #59D4C7;
}
*.has-teal-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-teal-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-teal-color cite span, blockquote.has-teal-color cite code, blockquote.has-teal-color p:not(.has-text-color), blockquote.has-teal-color cite a {
  color: #59D4C7;
}

*.has-yellow-color {
  color: #FFB347;
}
*.has-yellow-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-yellow-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-yellow-color cite span, blockquote.has-yellow-color cite code, blockquote.has-yellow-color p:not(.has-text-color), blockquote.has-yellow-color cite a {
  color: #FFB347;
}

*.has-white-color {
  color: #ffffff;
}
*.has-white-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-white-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-white-color cite span, blockquote.has-white-color cite code, blockquote.has-white-color p:not(.has-text-color), blockquote.has-white-color cite a {
  color: #ffffff;
}

*.has-black-color {
  color: #000000;
}
*.has-black-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-black-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-black-color cite span, blockquote.has-black-color cite code, blockquote.has-black-color p:not(.has-text-color), blockquote.has-black-color cite a {
  color: #000000;
}

*.has-purple-background-color {
  background-color: #440099;
}
*.has-purple-background-color *:not(input):not(textarea):not(select):not(a):not(.is-style-date):not(.date):not([class*=color]):not(.btn):not(.wp-block-button__link):not(.wp-block-button.is-style-arrow) {
  color: #ffffff;
}
*.has-purple-background-color ul li a:not(.btn):not(.wp-block-button__link) {
  color: #59D4C7;
}
*.has-purple-background-color ul li a:not(.btn):not(.wp-block-button__link):after {
  display: none;
}
*.has-purple-background-color ul li a:not(.btn):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
*.has-purple-background-color a:not(.btn):not(.wp-block-button__link), *.has-purple-background-color .date {
  color: #ffffff;
}
*.has-purple-background-color .acf-block-fields *, *.has-purple-background-color .acf-block-fields {
  color: initial !important;
  font-size: initial !important;
  font-family: initial !important;
}
*.has-purple-background-color .acf-block-fields * a, *.has-purple-background-color .acf-block-fields a {
  color: initial !important;
}
*.has-purple-background-color .acf-block-fields * a:before, *.has-purple-background-color .acf-block-fields * a:after, *.has-purple-background-color .acf-block-fields a:before, *.has-purple-background-color .acf-block-fields a:after {
  color: initial !important;
}
*.has-purple-background-color .acf-block-fields * .acf-icon.dark:before, *.has-purple-background-color .acf-block-fields .acf-icon.dark:before {
  color: #ffffff !important;
}
*.has-purple-background-color .wp-block-quote::before, *.has-purple-background-color blockquote::before, *.has-purple-background-color .wp-block-quote p:first-child::after, *.has-purple-background-color blockquote p:first-child::after {
  background: #FFB347 !important;
}
*.has-purple-background-color .article .content h3, *.has-purple-background-color .article .content:before, *.has-purple-background-color .article .content h3:after, *.has-purple-background-color .article .content h3:before {
  background-color: #440099;
}
*.has-purple-background-color .date {
  color: #ffffff;
  text-decoration: none;
}
*.has-purple-background-color.main-hero .wrapper .blurb:only-child::before, *.has-purple-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child::before {
  background: #ffffff;
}
*.has-purple-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-purple-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-purple-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-purple-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-purple-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-purple-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-purple-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-purple-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
}
*.has-purple-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):first-child::before, *.has-purple-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before, *.has-purple-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):first-child::before, *.has-purple-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
}
*.has-purple-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-purple-background-color.main-hero.is-style-right-solid-circle .blurb:last-child::before, *.has-purple-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:only-child:before, *.has-purple-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container > .wp-block-acf-hero-content:last-child::before {
  background: #440099;
  opacity: 0.6;
}
*.has-purple-background-color.main-hero ul.is-style-checked li, *.has-purple-background-color.main-hero ul.is-style-checked li * {
  color: #59D4C7 !important;
}
*.has-purple-background-color.blurb .img .img-bg::after {
  background: rgba(68, 0, 153, 0.8) !important;
}
*.has-purple-background-color.main-hero > .img .img-bg::after {
  background: rgba(68, 0, 153, 0.65) !important;
}
*.has-purple-background-color .wp-block-buttons .wp-block-button.is-style-arrow {
  color: #59D4C7 !important;
}
*.has-purple-background-color .wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link {
  color: #59D4C7 !important;
}
*.has-purple-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-purple-background-color > ul:last-child > *:last-child, *.has-purple-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-lilac-background-color {
  background-color: #DCD2FA;
}
*.has-lilac-background-color .article .content h3, *.has-lilac-background-color .article .content:before, *.has-lilac-background-color .article .content h3:after, *.has-lilac-background-color .article .content h3:before {
  background-color: #DCD2FA;
}
*.has-lilac-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-lilac-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-lilac-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-lilac-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-lilac-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-lilac-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-lilac-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-lilac-background-color.blurb .img .img-bg::after {
  background: rgba(220, 210, 250, 0.9) !important;
}
*.has-lilac-background-color.main-hero > .img .img-bg::after {
  background: rgba(220, 210, 250, 0.8) !important;
}
*.has-lilac-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-lilac-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-lilac-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-lilac-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #DCD2FA;
}
*.has-lilac-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-lilac-background-color > ul:last-child > *:last-child, *.has-lilac-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-light-lilac-background-color {
  background-color: #f6f2fa;
}
*.has-light-lilac-background-color .article .content h3, *.has-light-lilac-background-color .article .content:before, *.has-light-lilac-background-color .article .content h3:after, *.has-light-lilac-background-color .article .content h3:before {
  background-color: #f6f2fa;
}
*.has-light-lilac-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-light-lilac-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-light-lilac-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-light-lilac-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-light-lilac-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-light-lilac-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-light-lilac-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-light-lilac-background-color.blurb .img .img-bg::after {
  background: rgba(246, 242, 250, 0.9) !important;
}
*.has-light-lilac-background-color.main-hero > .img .img-bg::after {
  background: rgba(246, 242, 250, 0.8) !important;
}
*.has-light-lilac-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-light-lilac-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-light-lilac-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-light-lilac-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #f6f2fa;
}
*.has-light-lilac-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-light-lilac-background-color > ul:last-child > *:last-child, *.has-light-lilac-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-pale-lilac-background-color {
  background-color: #ece5f5;
}
*.has-pale-lilac-background-color .article .content h3, *.has-pale-lilac-background-color .article .content:before, *.has-pale-lilac-background-color .article .content h3:after, *.has-pale-lilac-background-color .article .content h3:before {
  background-color: #ece5f5;
}
*.has-pale-lilac-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-pale-lilac-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-pale-lilac-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-pale-lilac-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-pale-lilac-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-pale-lilac-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-pale-lilac-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-pale-lilac-background-color.blurb .img .img-bg::after {
  background: rgba(236, 229, 245, 0.9) !important;
}
*.has-pale-lilac-background-color.main-hero > .img .img-bg::after {
  background: rgba(236, 229, 245, 0.8) !important;
}
*.has-pale-lilac-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-pale-lilac-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-pale-lilac-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-pale-lilac-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #ece5f5;
}
*.has-pale-lilac-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-pale-lilac-background-color > ul:last-child > *:last-child, *.has-pale-lilac-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-green-background-color {
  background-color: #32968C;
}
*.has-green-background-color .article .content h3, *.has-green-background-color .article .content:before, *.has-green-background-color .article .content h3:after, *.has-green-background-color .article .content h3:before {
  background-color: #32968C;
}
*.has-green-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-green-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-green-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-green-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-green-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-green-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-green-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-green-background-color.blurb .img .img-bg::after {
  background: rgba(50, 150, 140, 0.9) !important;
}
*.has-green-background-color.main-hero > .img .img-bg::after {
  background: rgba(50, 150, 140, 0.8) !important;
}
*.has-green-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-green-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-green-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-green-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #32968C;
}
*.has-green-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-green-background-color > ul:last-child > *:last-child, *.has-green-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-grey-green-background-color {
  background-color: #5BABA3;
}
*.has-grey-green-background-color .article .content h3, *.has-grey-green-background-color .article .content:before, *.has-grey-green-background-color .article .content h3:after, *.has-grey-green-background-color .article .content h3:before {
  background-color: #5BABA3;
}
*.has-grey-green-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-grey-green-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-grey-green-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-grey-green-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-grey-green-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-grey-green-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-grey-green-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-grey-green-background-color.blurb .img .img-bg::after {
  background: rgba(91, 171, 163, 0.9) !important;
}
*.has-grey-green-background-color.main-hero > .img .img-bg::after {
  background: rgba(91, 171, 163, 0.8) !important;
}
*.has-grey-green-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-grey-green-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-grey-green-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-grey-green-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #5BABA3;
}
*.has-grey-green-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-grey-green-background-color > ul:last-child > *:last-child, *.has-grey-green-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-light-green-background-color {
  background-color: #ebf4f3;
}
*.has-light-green-background-color .article .content h3, *.has-light-green-background-color .article .content:before, *.has-light-green-background-color .article .content h3:after, *.has-light-green-background-color .article .content h3:before {
  background-color: #ebf4f3;
}
*.has-light-green-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-light-green-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-light-green-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-light-green-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-light-green-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-light-green-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-light-green-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-light-green-background-color.blurb .img .img-bg::after {
  background: rgba(235, 244, 243, 0.9) !important;
}
*.has-light-green-background-color.main-hero > .img .img-bg::after {
  background: rgba(235, 244, 243, 0.8) !important;
}
*.has-light-green-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-light-green-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-light-green-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-light-green-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #ebf4f3;
}
*.has-light-green-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-light-green-background-color > ul:last-child > *:last-child, *.has-light-green-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-off-white-background-color {
  background-color: #FCFBFD;
}
*.has-off-white-background-color .article .content h3, *.has-off-white-background-color .article .content:before, *.has-off-white-background-color .article .content h3:after, *.has-off-white-background-color .article .content h3:before {
  background-color: #FCFBFD;
}
*.has-off-white-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-off-white-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-off-white-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-off-white-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-off-white-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-off-white-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-off-white-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-off-white-background-color.blurb .img .img-bg::after {
  background: rgba(252, 251, 253, 0.9) !important;
}
*.has-off-white-background-color.main-hero > .img .img-bg::after {
  background: rgba(252, 251, 253, 0.8) !important;
}
*.has-off-white-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-off-white-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-off-white-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-off-white-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #FCFBFD;
}
*.has-off-white-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-off-white-background-color > ul:last-child > *:last-child, *.has-off-white-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

*.has-white-background-color {
  background-color: #ffffff;
}
*.has-white-background-color .article .content h3, *.has-white-background-color .article .content:before, *.has-white-background-color .article .content h3:after, *.has-white-background-color .article .content h3:before {
  background-color: #ffffff;
}
*.has-white-background-color.main-hero .wrapper .blurb:not(:only-child):first-child::before, *.has-white-background-color.main-hero .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):first-child::before {
  background: #ffffff;
  opacity: 1;
}
*.has-white-background-color.main-hero.is-style-multi-circles .wrapper .blurb:not(:only-child):last-child::before, *.has-white-background-color.main-hero.is-style-multi-circles .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before, *.has-white-background-color.main-hero.is-style-circles-right .wrapper .blurb:not(:only-child):last-child::before, *.has-white-background-color.main-hero.is-style-circles-right .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:not(:only-child):last-child::before {
  background: #ffffff;
  opacity: 0.5;
}
*.has-white-background-color.has-left-bg-solid-circle .wrapper:before {
  opacity: 0.3;
}
*.has-white-background-color.blurb .img .img-bg::after {
  background: rgba(255, 255, 255, 0.9) !important;
}
*.has-white-background-color.main-hero > .img .img-bg::after {
  background: rgba(255, 255, 255, 0.8) !important;
}
*.has-white-background-color.main-hero.is-style-right-solid-circle .blurb:only-child:before, *.has-white-background-color.main-hero.is-style-right-solid-circle .blurb:last-child:not(:first-child):before, *.has-white-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:only-child:before, *.has-white-background-color.main-hero.is-style-right-solid-circle .wrapper > .acf-innerblocks-container .wp-block-acf-hero-content:last-child:not(:first-child):before {
  background: #ffffff;
}
*.has-white-background-color > *:last-child {
  margin-bottom: 0 !important;
}
*.has-white-background-color > ul:last-child > *:last-child, *.has-white-background-color > .checked-list:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.has-green-background-color a:not(.btn) {
  color: #27272A;
}
.has-green-background-color a:not(.btn):hover {
  color: #27272A;
}

.has-grey-green-background-color a:not(.btn) {
  color: #000000;
}
.has-grey-green-background-color a:not(.btn):hover {
  color: #000000;
}

main > div > *.has-white-background-color {
  background: none;
}

figure.wp-block-embed, figure.wp-block-table, table {
  margin-bottom: 30px;
}

.page-wrap figure.wp-block-embed, .page-wrap figure.wp-block-table {
  margin: 0 0 30px 0;
}

blockquote {
  margin: 0 0 64px 0;
  position: relative;
}
blockquote:last-child {
  margin-bottom: 30px;
}
blockquote p {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  z-index: 5;
}
blockquote p.has-text-align-center {
  max-width: 100% !important;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 400;
}
@media (min-width: 0em) and (max-width: 48em) {
  blockquote p.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}
blockquote p.has-text-align-center p * {
  position: relative;
  z-index: 10;
}
blockquote p.has-text-align-center:first-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -42px;
  top: -15px;
  width: 60px;
  height: 50px;
  background: rgba(165, 213, 208, 0.6);
  -webkit-mask-image: url("../../app/assets/images/quote-open.svg");
  mask-image: url("../../app/assets/images/quote-open.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1240px) {
  blockquote p.has-text-align-center:first-child:after {
    right: 0;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  blockquote p.has-text-align-center:first-child:after {
    display: none;
  }
}
blockquote cite {
  display: block;
  margin: 0 0 30px 0;
  font-size: 14px;
  font-style: normal;
  line-height: 1.2;
  font-weight: 800;
}
blockquote cite span, blockquote cite code {
  font-size: 14px;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #808080;
  padding-left: 5px;
}
blockquote:last-child cite {
  margin: 0;
}
blockquote:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -42px;
  top: -15px;
  width: 60px;
  height: 50px;
  background: #d6eae8;
  -webkit-mask-image: url("../../app/assets/images/quote-open.svg");
  mask-image: url("../../app/assets/images/quote-open.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (max-width: 1240px) {
  blockquote:before {
    left: 0;
  }
}

p + blockquote, p + .wp-block-quote {
  margin-top: 60px !important;
}

blockquote + p:not([class*=heading]), .wp-block-quote + p:not([class*=heading]) {
  margin-top: 60px !important;
}

.has-green-background-color .wp-block-quote cite code, .has-green-background-color .wp-block-quote cite span, .has-green-background-color blockquote cite code, .has-green-background-color blockquote cite span, .has-grey-green-background-color .wp-block-quote cite code, .has-grey-green-background-color .wp-block-quote cite span, .has-grey-green-background-color blockquote cite code, .has-grey-green-background-color blockquote cite span {
  color: #27272A;
}
.has-green-background-color .wp-block-quote::before, .has-green-background-color blockquote::before, .has-green-background-color .wp-block-quote p:first-child::after, .has-green-background-color blockquote p:first-child::after, .has-grey-green-background-color .wp-block-quote::before, .has-grey-green-background-color blockquote::before, .has-grey-green-background-color .wp-block-quote p:first-child::after, .has-grey-green-background-color blockquote p:first-child::after {
  background: rgba(255, 255, 255, 0.3) !important;
}

.has-light-green-background-color.has-left-bg-solid-circle .wp-block-quote::before, .has-light-green-background-color.has-left-bg-solid-circle blockquote::before, .has-light-green-background-color.has-left-bg-solid-circle .wp-block-quote p:first-child::after, .has-light-green-background-color.has-left-bg-solid-circle blockquote p:first-child::after {
  background: rgba(50, 150, 140, 0.2) !important;
}

.has-lilac-background-color .wp-block-quote::before, .has-lilac-background-color blockquote::before, .has-lilac-background-color .wp-block-quote p:first-child::after, .has-lilac-background-color blockquote p:first-child::after, .has-light-lilac-background-color .wp-block-quote::before, .has-light-lilac-background-color blockquote::before, .has-light-lilac-background-color .wp-block-quote p:first-child::after, .has-light-lilac-background-color blockquote p:first-child::after, .has-pale-lilac-background-color .wp-block-quote::before, .has-pale-lilac-background-color blockquote::before, .has-pale-lilac-background-color .wp-block-quote p:first-child::after, .has-pale-lilac-background-color blockquote p:first-child::after {
  background: rgba(50, 150, 140, 0.2) !important;
}

.wp-block-separator, hr {
  border: none !important;
  background-color: #000000;
  height: 1px;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}
.wp-block-separator.is-style-wide, .wp-block-separator.is-style-thick, hr.is-style-wide, hr.is-style-thick {
  height: 20px;
}

.wp-block-columns {
  gap: 0 64px;
  margin: 0 0 64px 0;
}
.wp-block-columns:last-child {
  margin-bottom: 34px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .wp-block-columns {
    margin: 0 0 32px 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  .wp-block-columns {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-columns .wp-block-column[class*=background-color] {
  padding: 48px 30px;
}
.wp-block-columns .wp-block-column[class*=background-color] .wp-block-buttons {
  margin-top: 40px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .wp-block-columns .wp-block-column[class*=background-color] {
    margin-bottom: 30px;
  }
}
.wp-block-columns .wp-block-column .wp-block-button.is-style-download {
  max-width: 250px;
}
.wp-block-columns .wp-block-column:last-child *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column > .article:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-columns {
  margin: 0;
}
@media (min-width: 0em) and (max-width: 48em) {
  .wp-block-columns.is-not-stacked-on-mobile {
    gap: 0 30px;
  }
}

figure.wp-block-image {
  margin-bottom: 30px;
}
figure.wp-block-image.is-style-rounded-with-circles {
  width: 100%;
  max-width: 650px;
  position: relative;
}
figure.wp-block-image.is-style-rounded-with-circles img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  position: relative;
  z-index: 2;
  width: 65%;
  margin-left: 10%;
}
figure.wp-block-image.is-style-rounded-with-circles > div {
  width: 100% !important;
  max-width: 700px;
}
figure.wp-block-image.is-style-rounded-with-circles span {
  max-width: 700px;
  display: block;
  position: relative;
}
figure.wp-block-image.is-style-rounded-with-circles span:before, figure.wp-block-image.is-style-rounded-with-circles > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -5%;
  top: 0;
  width: 50%;
  height: 50%;
  background: #32968C;
  -webkit-mask-image: url("../../app/assets/images/frame-circle-left.png");
  mask-image: url("../../app/assets/images/frame-circle-left.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 0em) and (max-width: 48em) {
  figure.wp-block-image.is-style-rounded-with-circles span:before, figure.wp-block-image.is-style-rounded-with-circles > div:before {
    left: -20px;
  }
}
figure.wp-block-image.is-style-rounded-with-circles span:after, figure.wp-block-image.is-style-rounded-with-circles > div:after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 70%;
  background: #440099;
  -webkit-mask-image: url("../../app/assets/images/frame-circle-right.png");
  mask-image: url("../../app/assets/images/frame-circle-right.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 0em) and (max-width: 48em) {
  figure.wp-block-image.is-style-rounded-with-circles span:after, figure.wp-block-image.is-style-rounded-with-circles > div:after {
    right: -20px;
  }
}
figure.wp-block-image.is-style-rounded-with-circles.aligncenter {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-image.aligncenter span {
  width: 100%;
}
figure.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: none;
}
@media (min-width: 0em) and (max-width: 48em) {
  figure.wp-block-image.alignright {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  figure.wp-block-image.alignleft {
    float: none;
    margin-right: 0;
  }
}

figure figcaption {
  padding-top: 10px;
}

.has-green-background-color figure.wp-block-image.is-style-rounded-with-circles span:before, .has-grey-green-background-color figure.wp-block-image.is-style-rounded-with-circles span:before {
  background: #ffffff;
}

.has-purple-background-color figure.wp-block-image.is-style-rounded-with-circles span:before {
  background: #ffffff;
}
.has-purple-background-color figure.wp-block-image.is-style-rounded-with-circles span:after {
  background: #ffffff;
}

/* general styles */
*.has-purple-color {
  color: #440099;
}
*.has-purple-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-purple-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-purple-color cite span, blockquote.has-purple-color cite code, blockquote.has-purple-color p:not(.has-text-color), blockquote.has-purple-color code a:not(.btn), blockquote.has-purple-color code a:not(.btn):hover {
  color: #440099;
}

*.has-teal-color {
  color: #59D4C7;
}
*.has-teal-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-teal-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-teal-color cite span, blockquote.has-teal-color cite code, blockquote.has-teal-color p:not(.has-text-color), blockquote.has-teal-color code a:not(.btn), blockquote.has-teal-color code a:not(.btn):hover {
  color: #59D4C7;
}

*.has-yellow-color {
  color: #FFB347;
}
*.has-yellow-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-yellow-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-yellow-color cite span, blockquote.has-yellow-color cite code, blockquote.has-yellow-color p:not(.has-text-color), blockquote.has-yellow-color code a:not(.btn), blockquote.has-yellow-color code a:not(.btn):hover {
  color: #FFB347;
}

*.has-white-color {
  color: #ffffff;
}
*.has-white-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-white-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-white-color cite span, blockquote.has-white-color cite code, blockquote.has-white-color p:not(.has-text-color), blockquote.has-white-color code a:not(.btn), blockquote.has-white-color code a:not(.btn):hover {
  color: #ffffff;
}

*.has-black-color {
  color: #000000;
}
*.has-black-color > *:not(.has-inline-color):not(.has-text-color) {
  color: currentColor !important;
}
*.has-black-color > *:not(.has-inline-color):not(.has-text-color) code {
  color: currentColor !important;
}

blockquote.has-black-color cite span, blockquote.has-black-color cite code, blockquote.has-black-color p:not(.has-text-color), blockquote.has-black-color code a:not(.btn), blockquote.has-black-color code a:not(.btn):hover {
  color: #000000;
}

ul.social {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.social li {
  padding: 0 0 0 10px;
}
ul.social a {
  background: #440099;
  color: #ffffff;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
}
@media (min-width: 0em) and (max-width: 48em) {
  ul.social a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
ul.social a i {
  font-size: 12px;
  color: #ffffff;
}
@media (min-width: 0em) and (max-width: 48em) {
  ul.social a i {
    font-size: 16px;
  }
}
ul.social a:after {
  display: none;
}
ul.social a:hover {
  background: #FFB347 !important;
  color: #440099;
  text-decoration: none;
}
ul.social a:hover i {
  color: #440099;
}

.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 0em) and (max-width: 48em) {
  .share {
    justify-content: flex-start;
  }
}
.share p {
  font-weight: 800;
  margin: 0;
}
.share .social {
  margin: 0;
}
.share .social li {
  margin: 0;
}
.share .social li:before {
  display: none;
}

#wpadminbar {
  z-index: 100000004 !important;
}
#wpadminbar p, #wpadminbar li {
  color: #ffffff;
}

.back {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #440099 !important;
  transition: all ease 0.3s;
  position: relative;
}
.back:before {
  content: "\e907";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -17px;
  top: 3px;
}
.back:after {
  display: none;
}
.back:hover {
  color: #59D4C7 !important;
}

/* pagination */
.pagination {
  margin: 48px 0;
  justify-content: flex-start;
}
@media (min-width: 0em) and (max-width: 48em) {
  .pagination {
    display: flex;
    justify-content: center;
  }
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pagination .page-numbers {
  color: #000000;
  padding: 0 5px;
  text-decoration: none;
  font-size: 18px;
}
.pagination .page-numbers.current {
  font-weight: 700;
  color: #440099;
}
.pagination .page-numbers:after {
  display: none;
}
.pagination .page-numbers:hover {
  color: #27272A !important;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  margin: 0 0 0 15px;
  padding-right: 15px;
  color: #D20078;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    font-size: 0;
  }
}
.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 2px;
}
@media (min-width: 0em) and (max-width: 48em) {
  .pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
    top: -5px;
  }
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  text-decoration: none;
  color: #D20078 !important;
}
.pagination .page-numbers.prev {
  margin: 0 10px 0 0;
  padding: 0 0 0 15px;
}
.pagination .page-numbers.prev:before {
  content: "\e907";
  right: auto;
  left: 0;
}

.main-search-form {
  margin-bottom: 64px;
}
.main-search-form .search-form {
  display: flex;
  max-width: 900px;
  position: relative;
}
.main-search-form .search-form label {
  flex: 1 1 auto;
}
.main-search-form .search-form input[type=search] {
  background: #ece5f5;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
  padding: 0 65px 0 20px;
  width: 100%;
}
.main-search-form .search-form input[type=submit] {
  width: 55px;
  height: 55px;
  margin-left: -55px;
  border: 0;
  background: none;
  box-shadow: none;
  font-size: 0;
}
.main-search-form .search-form:after {
  content: "\e900";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #440099;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.main-search-form .search-form .screen-reader-text {
  position: absolute !important;
}

.embed-block {
  margin: 60px 0;
}
.embed-block.center {
  text-align: center;
}
.embed-block.center > * {
  margin-left: auto;
  margin-right: auto;
}
.embed-block.right > * {
  margin-left: auto;
}

/* forms */
.nf-form-cont .nf-form-content {
  max-width: 100%;
  padding: 0;
}
.nf-form-cont .nf-form-content input:not([type=submit]), .nf-form-cont .nf-form-content textarea, .nf-form-cont .nf-form-content select {
  height: 65px;
  line-height: 65px;
  padding: 0 25px;
  border-radius: 8px;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  color: #000000 !important;
}
@media (min-width: 0em) and (max-width: 48em) {
  .nf-form-cont .nf-form-content input:not([type=submit]), .nf-form-cont .nf-form-content textarea, .nf-form-cont .nf-form-content select {
    font-size: 16px;
  }
}
.nf-form-cont .nf-form-content textarea {
  line-height: 1.3;
  padding: 25px 25px 50px 25px;
}
.nf-form-cont .nf-form-content input[type=submit] {
  background: #000000;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
.nf-form-cont .nf-form-content input[type=submit]:hover {
  background: #000000;
  color: #ffffff;
}
.nf-form-cont .nf-form-content .submit-wrap {
  text-align: center;
  padding-top: 20px;
}
.nf-form-cont .nf-form-content .list-select-wrap select:not([multiple]) {
  height: 65px;
  line-height: 65px;
  box-shadow: none;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div {
  height: 65px;
  line-height: 65px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
@media (min-width: 0em) and (max-width: 48em) {
  .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div {
    font-size: 16px;
  }
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:after {
  content: ">";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 65px;
  line-height: 65px;
  color: #000000;
  font-size: 20px;
  right: 20px;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select {
  color: #000000;
  font-size: 18px;
  padding-right: 40px;
  text-overflow: ellipsis;
}
.nf-form-cont .nf-form-content .textarea-container .nf-after-field {
  margin-top: -30px;
  position: relative;
  z-index: 20;
  text-align: right;
  padding: 0 20px 0 0;
}
.nf-form-cont .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media (min-width: 0) and (max-width: 64em) {
  .nf-form-cont .nf-form-content nf-fields-wrap {
    flex-direction: column;
    gap: 10px 0;
  }
}
.nf-form-cont .nf-form-content nf-field {
  flex: 0 0 calc(100% - 30px);
}
.nf-form-cont .nf-form-content nf-field.half {
  flex: 0 0 calc(50% - 30px);
}
.nf-form-cont .nf-form-content nf-field.third {
  flex: 0 0 calc(25% - 30px);
}
.nf-form-cont .nf-form-content nf-field .nf-field-container {
  margin: 0;
}
.nf-form-cont .nf-form-content nf-field .nf-field-element:after {
  height: 63px;
  line-height: 63px;
}
.nf-form-cont .nf-form-content nf-field .nf-error .nf-field-element:after {
  width: 65px;
  border-radius: 0 8px 8px 0;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}

#onetrust-pc-sdk li::before {
  display: none;
}

.page-wrap button, .btn, input[type=button], .wp-block-buttons .wp-block-button > .wp-block-button__link, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link {
  background: #D20078;
  border: 1px solid #D20078;
  border-radius: 8px;
  color: #ffffff;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  padding: 16px 32px;
  margin: 0 30px 15px 0;
  display: inline-block;
}
@media (hover: hover) {
  .page-wrap button, .btn, input[type=button], .wp-block-buttons .wp-block-button > .wp-block-button__link, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link {
    transition: all 200ms ease-out;
  }
}
.page-wrap button:hover, .btn:hover, input[type=button]:hover, .wp-block-buttons .wp-block-button > .wp-block-button__link:hover, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link:hover {
  background-color: #FFB347;
  border-color: #FFB347;
  color: #440099;
  text-decoration: none;
}
.page-wrap button.is-style-purple, .btn.is-style-purple, input[type=button].is-style-purple, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-purple, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-purple {
  background: #440099;
  border-color: #440099;
}
.page-wrap button.is-style-purple:hover, .btn.is-style-purple:hover, input[type=button].is-style-purple:hover, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-purple:hover, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-purple:hover {
  background-color: #59D4C7 !important;
  border-color: #59D4C7;
  color: #440099;
}
.page-wrap button.is-style-arrow, .page-wrap button.is-style-arrow-red, .btn.is-style-arrow, .btn.is-style-arrow-red, input[type=button].is-style-arrow, input[type=button].is-style-arrow-red, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow-red, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow-red {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0 50px 0 0;
  color: #440099;
  font-weight: 800;
  position: relative;
  text-align: left;
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentcolor, currentcolor);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: none;
}
@media (hover: hover) {
  .page-wrap button.is-style-arrow, .page-wrap button.is-style-arrow-red, .btn.is-style-arrow, .btn.is-style-arrow-red, input[type=button].is-style-arrow, input[type=button].is-style-arrow-red, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow-red, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow-red {
    transition: background-size 0.5s ease;
  }
}
.page-wrap button.is-style-arrow:hover, .page-wrap button.is-style-arrow-red:hover, .btn.is-style-arrow:hover, .btn.is-style-arrow-red:hover, input[type=button].is-style-arrow:hover, input[type=button].is-style-arrow-red:hover, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow:hover, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow-red:hover, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow:hover, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow-red:hover {
  text-decoration: none;
  background-size: 0 2px, 100% 2px;
}
.page-wrap button.is-style-arrow:after, .page-wrap button.is-style-arrow-red:after, .btn.is-style-arrow:after, .btn.is-style-arrow-red:after, input[type=button].is-style-arrow:after, input[type=button].is-style-arrow-red:after, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow:after, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow-red:after, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow:after, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow-red:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 14px;
  height: 16px;
  background: currentcolor;
  -webkit-mask-image: url("../../app/assets/images/icon-arrow-right.png");
  mask-image: url("../../app/assets/images/icon-arrow-right.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-wrap button.is-style-arrow:hover, .page-wrap button.is-style-arrow-red:hover, .btn.is-style-arrow:hover, .btn.is-style-arrow-red:hover, input[type=button].is-style-arrow:hover, input[type=button].is-style-arrow-red:hover, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow:hover, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow-red:hover, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow:hover, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow-red:hover {
  background-color: none;
  border-color: none;
}
.page-wrap button.is-style-arrow:hover:after, .page-wrap button.is-style-arrow-red:hover:after, .btn.is-style-arrow:hover:after, .btn.is-style-arrow-red:hover:after, input[type=button].is-style-arrow:hover:after, input[type=button].is-style-arrow-red:hover:after, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow:hover:after, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow-red:hover:after, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow:hover:after, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow-red:hover:after {
  right: -35px;
}
.page-wrap button.is-style-arrow-red, .btn.is-style-arrow-red, input[type=button].is-style-arrow-red, .wp-block-buttons .wp-block-button > .wp-block-button__link.is-style-arrow-red, .page-wrap .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link.is-style-arrow-red {
  color: #D20078;
}

.wp-block-buttons {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.wp-block-buttons .wp-block-button {
  margin: 0 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 0;
}
.wp-block-buttons .wp-block-button.is-style-purple > .wp-block-button__link {
  background: #440099 !important;
  border: 1px solid #440099;
}
.wp-block-buttons .wp-block-button.is-style-purple > .wp-block-button__link:hover {
  background-color: #59D4C7 !important;
  border-color: #59D4C7;
  color: #440099;
}
.wp-block-buttons .wp-block-button.is-style-green > .wp-block-button__link {
  background: #59D4C7 !important;
  border: 1px solid #59D4C7;
  color: #440099;
}
.wp-block-buttons .wp-block-button.is-style-green > .wp-block-button__link:hover {
  background-color: #FFB347 !important;
  border-color: #FFB347;
  color: #440099;
}
.wp-block-buttons .wp-block-button.is-style-yellow > .wp-block-button__link {
  background: #FFB347 !important;
  border: 1px solid #FFB347;
  color: #440099;
}
.wp-block-buttons .wp-block-button.is-style-yellow > .wp-block-button__link:hover {
  background: none !important;
  border-color: #FFB347;
  color: #FFB347;
}
.wp-block-buttons .wp-block-button.is-style-yellow-pink > .wp-block-button__link {
  background: #FFB347 !important;
  border: 1px solid #FFB347;
  color: #440099;
}
.wp-block-buttons .wp-block-button.is-style-yellow-pink > .wp-block-button__link:hover {
  background: #D20078 !important;
  border-color: #D20078;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button.is-style-light-green > .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-light-green-active > .wp-block-button__link {
  background: #D6EAE8 !important;
  border: 1px solid #D6EAE8;
  border-radius: 100px;
  padding-right: 50px;
  padding-left: 50px;
  color: #440099;
  position: relative;
}
.wp-block-buttons .wp-block-button.is-style-light-green > .wp-block-button__link:after, .wp-block-buttons .wp-block-button.is-style-light-green-active > .wp-block-button__link:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
  width: 14px;
  height: 16px;
  background: currentcolor;
  -webkit-mask-image: url("../../app/assets/images/icon-arrow-right.png");
  mask-image: url("../../app/assets/images/icon-arrow-right.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 0;
}
.wp-block-buttons .wp-block-button.is-style-light-green > .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-light-green-active > .wp-block-button__link:hover {
  background-color: #440099 !important;
  border-color: #440099;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button.is-style-light-green > .wp-block-button__link:hover:after, .wp-block-buttons .wp-block-button.is-style-light-green-active > .wp-block-button__link:hover:after {
  right: 25px;
  opacity: 1;
}
.wp-block-buttons .wp-block-button.is-style-light-green.active > .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-light-green-active.active > .wp-block-button__link {
  background: #440099 !important;
  border-color: #440099;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button.is-style-light-green.active > .wp-block-button__link:after, .wp-block-buttons .wp-block-button.is-style-light-green-active.active > .wp-block-button__link:after {
  opacity: 0;
}
.wp-block-buttons .wp-block-button.is-style-light-green-active > .wp-block-button__link {
  background: #440099 !important;
  border-color: #440099;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button.is-style-light-green-active > .wp-block-button__link:after {
  opacity: 0;
}
.wp-block-buttons .wp-block-button.is-style-light-green-active > .wp-block-button__link:hover:after {
  opacity: 0;
}
.wp-block-buttons .wp-block-button.is-style-pink-pill > .wp-block-button__link {
  border-radius: 100px;
  padding-right: 50px;
  padding-left: 50px;
}
.wp-block-buttons .wp-block-button.is-style-arrow, .wp-block-buttons .wp-block-button.is-style-arrow-red, .wp-block-buttons .wp-block-button.is-style-arrow-green {
  position: relative;
  padding: 0 35px 0 0;
  color: #440099;
}
.wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrow-red > .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrow-green > .wp-block-button__link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #440099;
  font-weight: 800;
  position: relative;
  text-align: left;
  display: inline;
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentcolor, currentcolor);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: none;
}
@media (hover: hover) {
  .wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrow-red > .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrow-green > .wp-block-button__link {
    transition: background-size 0.5s ease;
  }
}
.wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-arrow-red > .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-arrow-green > .wp-block-button__link:hover {
  text-decoration: none;
  background-size: 0 2px, 100% 2px;
}
.wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-arrow-red > .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-arrow-green > .wp-block-button__link:hover {
  background-color: none;
  border-color: none;
}
.wp-block-buttons .wp-block-button.is-style-arrow:after, .wp-block-buttons .wp-block-button.is-style-arrow-red:after, .wp-block-buttons .wp-block-button.is-style-arrow-green:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
  width: 14px;
  height: 16px;
  background: currentcolor;
  -webkit-mask-image: url("../../app/assets/images/icon-arrow-right.png");
  mask-image: url("../../app/assets/images/icon-arrow-right.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.wp-block-buttons .wp-block-button.is-style-arrow:hover:after, .wp-block-buttons .wp-block-button.is-style-arrow-red:hover:after, .wp-block-buttons .wp-block-button.is-style-arrow-green:hover:after {
  right: 0;
}
.wp-block-buttons .wp-block-button.is-style-arrow-red {
  color: #D20078;
}
.wp-block-buttons .wp-block-button.is-style-arrow-red > .wp-block-button__link {
  color: #D20078;
}
.wp-block-buttons .wp-block-button.is-style-arrow-green {
  color: #59D4C7;
}
.wp-block-buttons .wp-block-button.is-style-arrow-green > .wp-block-button__link {
  color: #59D4C7;
}

.main-hero .wp-block-button.is-style-arrow {
  flex: 0 0 100%;
}

.wp-block-button__link.custom-hover {
  display: grid !important;
  grid-template-columns: 1fr;
  padding: 0 !important;
  overflow: hidden;
}
.wp-block-button__link.custom-hover code, .wp-block-button__link.custom-hover span {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 15px 30px;
  transition: all ease 0.3s;
}
.wp-block-button__link.custom-hover code {
  transform: translateY(100%);
  transition: all ease 0.3s;
  font-family: "aptos", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.wp-block-button__link.custom-hover:hover code {
  transform: translateY(0);
}
.wp-block-button__link.custom-hover:hover span {
  transform: translateY(-100%);
}

.wp-block-button.is-style-light-green .wp-block-button__link.custom-hover {
  padding: 0;
}
.wp-block-button.is-style-light-green .wp-block-button__link.custom-hover:after {
  display: none;
}
.wp-block-button.is-style-light-green .wp-block-button__link.custom-hover code {
  position: relative;
}
.wp-block-button.is-style-light-green .wp-block-button__link.custom-hover code:after {
  content: "";
  transition: all ease 0.5s;
  display: inline-block;
  margin: 2px 0 0 5px;
  width: 14px;
  height: 14px;
  background: currentcolor;
  -webkit-mask-image: url("../../app/assets/images/icon-arrow-right.png");
  mask-image: url("../../app/assets/images/icon-arrow-right.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.btn.more.is-style-arrow:after {
  transform: rotate(90deg) translateX(-6px);
}
.btn.more.is-style-arrow:hover:after {
  transform: rotate(90deg) translateX(-3px);
  right: -25px;
}
.btn.more.is-style-arrow.expanded:after {
  transform: rotate(-90deg) translateX(9px);
}
.btn.more.is-style-arrow.expanded:hover:after {
  transform: rotate(-90deg) translateX(12px);
  right: -25px;
}

.page-wrap [type=checkbox]:not(:checked), .page-wrap [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.page-wrap [type=checkbox]:not(:checked) + label, .page-wrap [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.page-wrap [type=checkbox]:not(:checked) + label:before, .page-wrap [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
}
.page-wrap [type=checkbox]:checked + label:before {
  background: #ffffff;
}
.page-wrap [type=checkbox]:not(:checked) + label:after, .page-wrap [type=checkbox]:checked + label:after {
  content: "\f21b";
  font-family: "Ionicons";
  position: absolute;
  top: 5px;
  left: 6px;
  line-height: 100%;
  font-size: 10px;
  transition: all 0.2s;
  color: #000000;
  font-weight: 300;
}
.page-wrap [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.page-wrap [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.page-wrap [type=checkbox]:disabled:not(:checked) + label:before, .page-wrap [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.page-wrap [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.page-wrap [type=checkbox]:disabled + label {
  color: #aaa;
}
.page-wrap [type=checkbox]:checked:focus + label:before, .page-wrap [type=checkbox]:not(:checked):focus + label:before {
  border: 0;
  border: none;
}

/* responsive video */
.embed-container, .wp-block-embed__wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}
.embed-container object, .embed-container iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

iframe.iframe-class {
  width: 100%;
  height: 1000px;
  margin-bottom: 30px;
}

#pardot-form {
  max-height: 600px;
  overflow-y: auto;
  /*    min-height: 560px;*/
}

.utm-src {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

@media print {
  .mobile-nav {
    display: none !important;
  }
}
