@charset "UTF-8";
.html-content p, .html-content ul, .html-content ol {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
.html-content ul li, .html-content ol li {
  font-size: 16px;
  line-height: 1.6;
}

.html-format, .html-content {
  --link-underline-width: 2px;
  --link-underline-color: #3A61FF;
  --link-color: #3A61FF;
  --link-hover-underline-color: #000;
}
.html-format h1, .html-content h1,
.html-format h2,
.html-content h2,
.html-format h3,
.html-content h3,
.html-format h4,
.html-content h4,
.html-format h5,
.html-content h5,
.html-format h6,
.html-content h6 {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.html-format h1, .html-content h1, .html-format h2, .html-content h2 {
  font-family: "ABC Arizona Flare Light", serif;
}
.html-format h3, .html-content h3, .html-format h4, .html-content h4 {
  font-weight: 500;
}
.html-format h5, .html-content h5, .html-format h6, .html-content h6 {
  font-weight: 600;
}
.html-format h1, .html-content h1 {
  font-size: 55px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .html-format h1, .html-content h1 {
    font-size: 85px;
  }
}
.html-format h2, .html-content h2 {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .html-format h2, .html-content h2 {
    line-height: 1.2;
    font-size: 50px;
  }
}
.html-format h3, .html-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .html-format h3, .html-content h3 {
    line-height: 1.2;
    font-size: 35px;
  }
}
.html-format h4, .html-content h4 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .html-format h4, .html-content h4 {
    font-size: 28px;
  }
}
.html-format h6, .html-content h6 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .html-format h6, .html-content h6 {
    font-size: 20px;
  }
}
.html-format h5, .html-content h5 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .html-format h5, .html-content h5 {
    font-size: 24px;
  }
}
.html-format a:not(.btn-primary, .btn-secondary), .html-content a:not(.btn-primary, .btn-secondary) {
  color: var(--link-color);
  background-image: linear-gradient(90deg, var(--link-hover-underline-color), var(--link-hover-underline-color)), linear-gradient(90deg, var(--link-underline-color), var(--link-underline-color));
  background-size: 0% var(--link-underline-width), 100% var(--link-underline-width);
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
  font-weight: 600;
  cursor: pointer;
}
.html-format a:not(.btn-primary, .btn-secondary):hover, .html-content a:not(.btn-primary, .btn-secondary):hover {
  background-size: 100% var(--link-underline-width), 100% var(--link-underline-width);
}
.html-format p, .html-content p, .html-format ul, .html-content ul, .html-format ol, .html-content ol {
  margin-bottom: 20px;
}
.html-format p + h1, .html-content p + h1,
.html-format p + h2,
.html-content p + h2,
.html-format p + h3,
.html-content p + h3,
.html-format p + h4,
.html-content p + h4,
.html-format p + h5,
.html-content p + h5,
.html-format p + h6,
.html-content p + h6, .html-format ul + h1, .html-content ul + h1,
.html-format ul + h2,
.html-content ul + h2,
.html-format ul + h3,
.html-content ul + h3,
.html-format ul + h4,
.html-content ul + h4,
.html-format ul + h5,
.html-content ul + h5,
.html-format ul + h6,
.html-content ul + h6, .html-format ol + h1, .html-content ol + h1,
.html-format ol + h2,
.html-content ol + h2,
.html-format ol + h3,
.html-content ol + h3,
.html-format ol + h4,
.html-content ol + h4,
.html-format ol + h5,
.html-content ol + h5,
.html-format ol + h6,
.html-content ol + h6 {
  margin-top: 3rem;
}
.html-format ul li, .html-content ul li, .html-format ol li, .html-content ol li {
  margin-bottom: 10px;
}
.html-format ol, .html-content ol {
  padding-left: 30px;
}
.html-format ol li, .html-content ol li {
  list-style: decimal;
}
.html-format ul, .html-content ul {
  padding-left: 30px;
}
.html-format ul li, .html-content ul li {
  list-style: disc;
}
.html-format i, .html-content i, .html-format em, .html-content em {
  font-style: italic;
}
.html-format b, .html-content b, .html-format strong, .html-content strong {
  font-weight: 700;
}

.text-white .html-content a:not(.btn-primary, .btn-secondary),
.text-white .html-format a:not(.btn-primary, .btn-secondary) {
  --link-color: #FFF;
  --link-underline-color: #FFF;
  --link-hover-underline-color: #1A57DB;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  --link-underline-width: 2px;
  --link-underline-color: #3A61FF;
  --link-color: #3A61FF;
  --link-hover-underline-color: #000;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.entry-content > h1 a,
.entry-content > h2 a,
.entry-content > h3 a,
.entry-content > h4 a,
.entry-content > h5 a,
.entry-content > h6 a,
.entry-content > p a,
.entry-content > ul a,
.entry-content > ol a {
  color: var(--link-color);
  background-image: linear-gradient(90deg, var(--link-hover-underline-color), var(--link-hover-underline-color)), linear-gradient(90deg, var(--link-underline-color), var(--link-underline-color));
  background-size: 0% var(--link-underline-width), 100% var(--link-underline-width);
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
  font-weight: 600;
}
.entry-content > h1 a:hover,
.entry-content > h2 a:hover,
.entry-content > h3 a:hover,
.entry-content > h4 a:hover,
.entry-content > h5 a:hover,
.entry-content > h6 a:hover,
.entry-content > p a:hover,
.entry-content > ul a:hover,
.entry-content > ol a:hover {
  background-size: 100% var(--link-underline-width), 100% var(--link-underline-width);
}
.entry-content > h1,
.entry-content > h2 {
  font-family: "ABC Arizona Flare Light", serif;
}
.entry-content > h3,
.entry-content > h4 {
  font-weight: 500;
}
.entry-content > h5,
.entry-content > h6 {
  font-weight: 600;
}
.entry-content > h1 {
  font-size: 55px;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .entry-content > h1 {
    font-size: 85px;
  }
}
.entry-content > h2 {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .entry-content > h2 {
    font-size: 50px;
  }
}
.entry-content > h3 {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .entry-content > h3 {
    font-size: 35px;
  }
}
.entry-content > h4 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .entry-content > h4 {
    font-size: 28px;
  }
}
.entry-content > h6 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .entry-content > h6 {
    font-size: 20px;
  }
}
.entry-content > h5 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .entry-content > h5 {
    font-size: 24px;
  }
}

.admin-bar #header.stick-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #header.stick-header {
    top: 46px;
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed !important;
    z-index: 1 !important;
  }
}

#header.has-masthead:not(.hide-masthead) .menu-item-depth-0 .sub-menu-outer {
  top: 135px;
}
#header.has-masthead:not(.hide-masthead) #mobile-navigation {
  top: 135px;
}

#header {
  background-color: rgba(19, 16, 35, 0.8);
  backdrop-filter: blur(5px);
  transition: background-color 150ms ease-in-out;
  color: #ffffff;
  width: 100%;
  z-index: 9999;
  /* Mobile Navigation Styles */
}
#header.full-opacity {
  background-color: rgb(19, 16, 35);
}
#header.darken {
  background-color: rgb(19, 16, 35);
}
@media screen and (max-width: 991px) {
  #header {
    background-color: rgb(19, 16, 35);
  }
}
#header.stick-header {
  position: fixed;
  top: 0 !important;
  z-index: 2;
}
#header.fixed-masthead {
  position: fixed;
  z-index: 2;
  top: 0 !important;
}
#header.add-shadow {
  box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.2);
  transition: 0.2s box-shadow ease-in-out;
}
#header #header-inner {
  font-size: 16px;
  height: 90px;
}
#header #header-inner #global-logo .site-logo {
  width: 200px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  #header #header-inner #global-logo {
    display: none;
  }
}
#header #header-inner #global-logo-alt {
  display: none;
}
#header #header-inner #global-logo-alt .site-logo-alt {
  height: 34px;
  width: 48px;
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  #header #header-inner #global-logo-alt {
    display: block;
  }
}
#header #header-inner .overview-pg {
  margin-bottom: 30px !important;
}
#header #header-inner .overview-pg a {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  #header #header-inner .lg-hide {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #header #header-inner .md-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header #header-inner .sm-hide {
    display: none;
  }
}
#header #header-inner #site-navigation #primary-menu {
  display: flex;
  height: 90px;
}
#header #header-inner #site-navigation #primary-menu .menu-item {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px 20px 0 0;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 992px) and (max-width: 1210px) {
  #header #header-inner #site-navigation #primary-menu .menu-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header #header-inner #site-navigation #primary-menu .menu-item.menu-item-has-children .main-menu-link {
  transition: color 0.2s ease;
}
#header #header-inner #site-navigation #primary-menu .menu-item.menu-item-has-children .main-menu-link:after {
  content: "";
  background: url("../svg/menu-down.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  margin-left: 12px;
  border: none;
  transition: transform 0.2s ease-out;
}
#header #header-inner #site-navigation #primary-menu .menu-item.menu-item-has-children .main-menu-link.rotate:after {
  transform: scaleY(-1);
  background: url("../svg/menu-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#header #header-inner #site-navigation #primary-menu .menu-item:last-of-type {
  margin-right: 0;
}
#header #header-inner #site-navigation #primary-menu .menu-item .main-menu-link {
  height: 100%;
  display: flex;
  align-items: center;
}
#header #header-inner .utility-wrapper .menu {
  display: flex;
  align-items: center;
}
#header #header-inner .utility-wrapper .menu .menu-item.btn-primary {
  margin-left: 30px;
}
#header #header-inner #utility-navigation #menu-utility {
  display: flex;
  align-items: center;
}
#header #header-inner #utility-navigation #menu-utility .menu-item.btn-primary {
  margin-left: 30px;
}
#header #header-inner #utility-navigation #menu-utility .menu-item a {
  transition: color 0.2s ease;
}
@media screen and (min-width: 992px) and (max-width: 1535px) {
  #header #header-inner #site-navigation #primary-menu .menu-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header .menu-item-depth-0 .sub-menu-outer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 90px;
  transition: opacity var(--sub-menu-opacity-duration, 0s);
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #header .menu-item-depth-0 .sub-menu-outer .sub-menu.menu-depth-1 {
    display: flex;
    justify-content: space-around;
  }
  #header .menu-item-depth-0 .sub-menu-outer .sub-menu.menu-depth-1 .btn-secondary::after {
    transition-duration: 300ms;
  }
}
#header .menu-item-depth-0 .sub-menu-outer.show {
  opacity: 1;
  visibility: visible;
  background-color: rgb(19, 16, 35);
  transition: opacity var(--sub-menu-opacity-duration, 0s);
}
#header .menu-item-depth-0 .sub-menu-outer.show .menu-item-object-megamenu_callout .btn-secondary:after {
  background: url(../svg/arrow-right-white.svg) no-repeat center center;
  background-size: cover;
  top: 12px;
  right: -47px;
  width: 31px;
  height: 20px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  #header .menu-item-depth-0 .sub-menu-outer.show .menu-item-object-megamenu_callout {
    width: 100% !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  #header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1279px) {
  #header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 {
  width: 25%;
  padding: 0 10px !important;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1:first-of-type {
  padding-left: 0;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1:last-of-type {
  padding-right: 0;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1.hidden-header > .sub-menu-link {
  border: 1px solid #FFF;
  display: none !important;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1.submenu-header {
  float: left;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1.submenu-header .sub-menu-link.hidden {
  display: none;
}
@media screen and (min-width: 992px) {
  #header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1.submenu-header .sub-menu-link:first-child:not(.sub-menu-item li a) {
    font-size: 11px !important;
    color: #BFBFBF;
    margin-bottom: 40px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
  }
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu {
  padding: 0;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item .menu-link {
  text-transform: none !important;
  font-size: 18px !important;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item .sub-menu-link:after {
  opacity: 0;
  content: "";
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item:hover .sub-menu-link {
  position: relative;
}
#header .menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer .sub-sub-menu .sub-menu-item:hover .sub-menu-link:after {
  width: 26px;
  height: 16px;
  background-size: 14px;
  content: "";
  background: url("../svg/arrow-menu-nav-hover.svg");
  background-repeat: no-repeat !important;
  margin-left: 10px;
  position: absolute;
  bottom: 2px;
  opacity: 1;
  transition: opacity 150ms ease-in-out;
}
#header .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item {
  display: table;
  width: 100%;
}
#header .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item .sub-menu-link {
  font-size: 16px !important;
}
@media screen and (min-width: 992px) {
  #header .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item.submenu-header {
    margin-bottom: 30px;
  }
}
#header .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item.submenu-header .sub-menu-link {
  text-transform: uppercase;
  font-size: 18px;
}
#header .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item.submenu-header:hover .sub-menu-link {
  color: #ffffff;
}
#header .menu-item-depth-0 .sub-menu-outer .sub-menu .sub-menu-item.submenu-header:hover .sub-menu-link:after {
  content: none;
}
#header .menu-item-depth-0 .sub-menu-outer .content-callouts {
  width: 50%;
  order: 3;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #header .menu-item-depth-0 .sub-menu-outer .content-callouts {
    display: none !important;
  }
}
@media screen and (max-width: 1535px) {
  #header .menu-item-depth-0 .sub-menu-outer .content-callouts .callout-title {
    font-size: 18px;
    line-height: 22px;
  }
}
#header .menu-item-depth-0 .sub-menu-outer .content-callouts .callout {
  max-width: 374px;
  float: left;
  padding: 0 15px;
}
#header .menu-item-depth-0 .sub-menu-outer .content-callouts .callout .cta-link.neongreen:after {
  width: 14px;
  height: 13px;
  background-size: 14px;
  content: "";
  background: url("../index-77.html");
  background-repeat: no-repeat !important;
  display: inline-block;
  margin-left: 10px;
  transition: 0.2s ease all;
}
#header .menu-item-depth-0 .sub-menu-outer .content-callouts .callout .cta-link.neongreen:hover:after {
  margin-left: 15px;
}
#header .menu-item-depth-2 {
  margin-right: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#header #mobile-navigation {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 90px;
  left: 0;
  padding: 20px 0 90px 0;
  overflow: auto;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  #header #mobile-navigation {
    display: none !important;
  }
}
#header #mobile-navigation .menu-main-menu-container {
  padding-bottom: 300px;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show {
  position: relative;
  top: 0;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6E6A80;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .submenu-header {
  float: none;
  width: 100%;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .submenu-header .menu-link.sub-menu-link {
  text-transform: uppercase;
  color: #89F5F4;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .submenu-header .sub-menu-outer ul li a {
  text-transform: none !important;
  color: #ffffff !important;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 {
  margin-bottom: 16px;
  padding-left: 20px !important;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-outer {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-menu-link {
  font-size: 16px;
  text-transform: none;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-sub-menu .sub-sub-menu-item {
  margin-bottom: 15px;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-sub-menu .sub-sub-menu-item:last-child {
  margin-bottom: 0;
}
#header #mobile-navigation .main-menu-item.menu-item-depth-0 .sub-menu-outer.show .sub-menu.menu-depth-1 .menu-item-depth-1 .sub-sub-menu .sub-sub-menu-item .sub-menu-link {
  font-size: 14px;
}
#header #mobile-navigation .submenu-header {
  padding-left: 0;
}
#header #mobile-navigation .submenu-header .sub-menu {
  font-size: 16px;
  padding-left: 20px;
}
#header #mobile-navigation .menu-item-depth-0 .main-menu-link {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #6E6A80;
}
#header #mobile-navigation .menu-item-has-children .menu-link.main-menu-link {
  width: 100%;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #6E6A80;
  position: relative;
}
#header #mobile-navigation .menu-item-has-children .menu-link.main-menu-link:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../svg/menu-down.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 11px;
  margin-left: 12px;
  border: none;
  transition: transform 0.2s ease-out;
  right: 20px;
  top: 30px;
}
#header #mobile-navigation .menu-item-has-children .menu-link.main-menu-link.rotate:after {
  transform: scaleY(-1);
  background: url("../svg/menu-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#header #mobile-navigation .menu-item-has-children .sub-menu {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header #mobile-navigation .menu-item-has-children .sub-menu.menu-depth-1 {
  padding-left: 0;
}
#header #mobile-navigation .menu-item-has-children:last-of-type .menu-link.main-menu-link {
  border-bottom: none;
}
#header #mobile-navigation .mobile-demo-cta.text-center {
  bottom: 0;
  width: 100%;
  padding: 40px 20px;
}
#header #site-navigation, #header #utility-navigation {
  display: block;
}
@media screen and (max-width: 1023px) {
  #header #site-navigation, #header #utility-navigation {
    display: none;
  }
}
#header #mobile-menu-toggle {
  display: block;
  transition: 0.2s ease;
}
@media screen and (min-width: 1024px) {
  #header #mobile-menu-toggle {
    display: none;
  }
}
#header #mobile-menu-toggle .menu-icon:before {
  display: block;
  content: "";
  background: url("../svg/menu-icon-stacked.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
#header #mobile-menu-toggle.active {
  transform: rotate(45deg);
}
#header #mobile-menu-toggle.active .menu-icon:before {
  transform: rotate(0deg);
  background: url("../svg/menu-plus.svg");
}
@media screen and (max-width: 991px) {
  #header #header-inner {
    padding: 0 20px;
  }
}

body.menu-open {
  overflow: hidden;
}

.hero-copy ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 20px;
}

#primary-menu .sub-menu {
  padding-left: var(--menu-offset);
}
#primary-menu .sub-menu > *:first-child {
  padding-left: 0 !important;
  margin-left: -10px;
}
#primary-menu .sub-menu.menu-depth-2 .menu-item-depth-2:first-child {
  margin-left: 0 !important;
}

/* Alt Header */
@media screen and (max-width: 767px) {
  #header.alt-header .btn-primary {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    min-width: 130px;
    font-size: 0.8rem;
  }
}

.column-item, .column-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
}

#footer-main .footer-top .footer-inner .menu .menu-item {
  line-height: 1.4;
}

@media screen and (min-width: 1024px) and (max-width: 1540px) {
  .column-item, #footer-main .menu-item {
    max-width: 130px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer-demo-cta .btn-primary {
    font-size: 14px;
  }
}
.column-item:first-child {
  font-weight: 600;
}

.column-header.hidden-header > a:first-of-type {
  display: none;
}
.column-header > a:first-of-type {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.column-header:last-child {
  border-bottom: none;
}

.sub-menu li, .column-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.utility-item {
  padding-right: 16px;
}

.footer-line-separator {
  border-bottom: 1px solid #999999;
}

.legal li {
  padding-right: 16px;
}

.subfooter-menu .utility-item {
  padding-right: 35px;
}
.subfooter-menu .utility-item:last-child {
  padding-right: 0;
}
.subfooter-menu .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-top: none;
  position: relative;
  background: url("../svg/menu-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  margin-left: 15px;
  top: 2px;
}
.subfooter-menu .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .subfooter-menu .wpml-ls-legacy-dropdown-click a:focus, .subfooter-menu .wpml-ls-legacy-dropdown-click a:hover {
  color: #FFF;
  background: rgb(19, 16, 35);
}
.subfooter-menu .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a span, .subfooter-menu .wpml-ls-legacy-dropdown-click a:focus span, .subfooter-menu .wpml-ls-legacy-dropdown-click a:hover span {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
}
.subfooter-menu .wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #FFF;
  border: none;
  background-color: rgb(19, 16, 35);
  padding: 0;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.subfooter-menu .wpml-ls-legacy-dropdown-click {
  width: 120px;
}
.subfooter-menu .js-wpml-ls-sub-menu.wpml-ls-sub-menu {
  padding: 10px;
  background: rgb(19, 16, 35);
  border-top: 1px solid #ffffff;
}

.menu-footer-column-1-container > .menu f > .menu-item:first-child,
.menu-footer-column-2-container > .menu f > .menu-item:first-child,
.menu-footer-column-3-container .menu-footer-column-4-container > .menu f > .menu-item:first-child {
  padding-top: 0;
}
.menu-footer-column-1-container .menu > .menu-item,
.menu-footer-column-2-container .menu > .menu-item,
.menu-footer-column-3-container .menu-footer-column-4-container .menu > .menu-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.menu-footer-column-1-container .menu > .menu-item.column-item,
.menu-footer-column-2-container .menu > .menu-item.column-item,
.menu-footer-column-3-container .menu-footer-column-4-container .menu > .menu-item.column-item {
  padding-bottom: 24px;
}
.menu-footer-column-1-container .menu > .menu-item.column-header,
.menu-footer-column-2-container .menu > .menu-item.column-header,
.menu-footer-column-3-container .menu-footer-column-4-container .menu > .menu-item.column-header {
  padding-top: 10px;
}
.menu-footer-column-1-container .menu > .menu-item.column-header.hidden-header,
.menu-footer-column-2-container .menu > .menu-item.column-header.hidden-header,
.menu-footer-column-3-container .menu-footer-column-4-container .menu > .menu-item.column-header.hidden-header {
  padding-top: 0;
}

:root {
  --container-max-w: 100vw;
  --container-px: 20px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 640px) {
  :root {
    --container-max-w: 640px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-max-w: 768px;
    --container-px:40px;
  }
}
@media (min-width: 1024px) {
  :root {
    --container-max-w: 1024px;
    --container-px: 60px;
  }
}
@media (min-width: 1280px) {
  :root {
    --container-max-w: 1280px;
    --container-px: 110px;
  }
}
@media (min-width: 1536px) {
  :root {
    --container-max-w: 1536px;
    --container-px: 110px;
  }
}

body {
  --vw: calc(100vw - var(--scrollbarWidth, 0));
}

.container {
  padding: 0 var(--container-px);
}
@media screen and (max-width: 639px) {
  .container {
    max-width: 100%;
  }
}

a {
  text-decoration: none !important;
}
a.text-link {
  transition: 0.2s ease-in-out;
}
a.text-link:hover {
  color: #3A61FF;
}

.content-section__subheading a {
  color: rgb(58, 97, 255);
  background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(90deg, rgb(58, 97, 255), rgb(58, 97, 255));
  background-size: 0% 2px, 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
  font-weight: 600;
  cursor: pointer;
}
.content-section__subheading a:hover {
  background-size: 100% 2px, 100% 2px;
}

figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  margin: 20px 0 40px;
}

@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 70deg;
}
.btn-primary {
  --a: 70deg;
  --Button-Radius: 75px;
  --Button-Gradient-Stroke: linear-gradient(var(--a), rgb(58, 97, 255) 10%, #FFFFFFFF 50%, rgb(58, 97, 255) 90%);
  --Button-Gradient-Fill: linear-gradient(98deg, #131023 6.85%, #3A61FF 100.36%);
  color: #FFFFFF;
  width: fit-content !important;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  background-image: var(--Button-Gradient-Fill), var(--Button-Gradient-Stroke);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-color: rgba(0, 0, 0, 0);
  background-size: 200% auto, 100% auto;
  transition: --a 0.5s ease-in-out, background-size 0.5s ease-in-out, background-position 0.5s ease-in-out, border 0.5s ease-in-out;
}
.btn-primary:hover {
  --a: -5deg;
  background-size: 100% auto, 100% auto;
}

.btn-secondary > span, .btn-secondary.arrow-white > span {
  white-space: nowrap;
}
.btn-secondary > span:after, .btn-secondary.arrow-white > span:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-secondary > span:after, .btn-secondary:after {
  transition: transform 0.2s ease-in-out;
}
.btn-secondary > span:after, .btn-secondary:after, .btn-secondary.arrow-white > span:after, .btn-secondary.arrow-white:after {
  position: relative;
  top: 0.179em;
  right: auto;
  left: 0.5em;
  height: 1em;
  width: auto;
  aspect-ratio: 21/13;
  background-size: auto 96%;
  background-position: left top;
}
@media screen and (min-width: 1024px) {
  .btn-secondary > span:after, .btn-secondary:after, .btn-secondary.arrow-white > span:after, .btn-secondary.arrow-white:after {
    background-size: auto 100%;
    height: 0.75em;
    top: 0.05em;
    left: 0.33em;
  }
}
.btn-secondary:hover > span:after, .btn-secondary:hover:after {
  transform: translateX(5px);
}

*[data-href]:hover {
  cursor: pointer;
}

/*OneTrust*/
#onetrust-pc-btn-handler:after, .menu.legal .ot-sdk-show-settings:after {
  position: relative;
  margin-left: 5px;
  top: 3px;
  display: inline-block;
  content: "";
  width: 30px;
  height: 14px;
  background: transparent url(../svg/privacyoptions.svg) 0 0/contain no-repeat;
}

.menu.legal {
  flex-wrap: wrap;
}

.menu.legal li a {
  white-space: nowrap;
}

.entry-content .form-fill p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}
.entry-content .form-fill strong {
  font-weight: 700;
}
.entry-content .form-fill ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}
.entry-content .form-fill ul li {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 10px;
}
.entry-content .form-fill.dark-bg .mktoForm p.mktodisclaimer, .entry-content .form-fill.gradient-bg .mktoForm p.mktodisclaimer {
  color: #ffffff !important;
}
.entry-content .form-fill.dark-bg .mktoForm p.mktodisclaimer a, .entry-content .form-fill.gradient-bg .mktoForm p.mktodisclaimer a {
  text-decoration: underline !important;
}

.form-fill {
  /* Non-form elements */
  /* Form elements */
  /* Marketo Styles */
}
.form-fill.gradient-bg {
  background: #222862 url("../jpg/custom-demo-bgi_%402x.jpg") 100% 0/840px 653px no-repeat;
  color: #ffffff;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .form-fill {
    background-size: 1680px 1305px;
  }
}
@media screen and (max-width: 767px) {
  .form-fill .mktoFormRow input, .form-fill .mktoFormRow select {
    margin-bottom: 20px !important;
  }
  .form-fill .mktoFormRow input[type=hidden] {
    margin-bottom: 0 !important;
  }
}
.form-fill.dark-bg {
  background: #131023;
  color: #ffffff;
}
.form-fill.dark-bg .content-right a {
  color: #5AF8F5;
}
.form-fill.light-bg {
  background: #ffffff;
  color: #131023;
}
.form-fill.light-bg .form-box {
  color: #131023;
}
.form-fill.light-bg .form-box .mktoForm label.mktoLabel {
  color: #131023 !important;
}
.form-fill.light-bg .form-box .mktoForm .mktodisclaimer a {
  text-decoration: underline !important;
}
.form-fill.newsletter-cta .mktoForm .mktoButtonWrap .mktoButton,
.form-fill.newsletter-cta .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton,
.form-fill.newsletter-cta .mktoForm .mktoButtonWrap.mktoSimple .mktoButton .mktoFormRow {
  width: auto !important;
}
.form-fill.newsletter-cta .mktoForm .mktoButtonRow {
  width: auto !important;
}
.form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton, .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap.mktoCupidGreen .mktoButton, .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  background: transparent !important;
  border: 1px solid #3A61FF !important;
  color: #3A61FF;
  padding: 0.786em 1.36em;
  font-size: 14px !important;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton, .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap.mktoCupidGreen .mktoButton, .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton, .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap.mktoCupidGreen .mktoButton, .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 18px !important;
    padding: 1em 1.67em;
  }
}
.form-fill.newsletter-cta .mktoForm label,
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label,
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .form-fill .content-left {
    order: 2;
  }
  .form-fill .form-right {
    order: 1;
  }
}
.form-fill .content-left h5 {
  font-size: 24px;
  color: #3A61FF;
  line-height: 135%;
  margin-bottom: 25px;
}
.form-fill .content-left h6 {
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 25px;
}
.form-fill .content-left .alignnone.size-full {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
}
.form-fill .body-text p {
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 20px;
}
.form-fill .body-text p a {
  color: #3A61FF;
}
.form-fill .body-text strong {
  font-weight: 700;
}
.form-fill .body-text ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}
.form-fill .body-text ul li {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 10px;
}
.form-fill select.mktoField {
  background: url("../svg/menu-down-dark.svg") no-repeat right 10px center;
  background-size: 14px;
  padding-right: 40px !important;
}
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton,
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap.mktoCupidGreen .mktoButton,
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton,
.form-fill .mktoForm .mktoTemplateBox .mktoButtonWrap.mktoSimple .mktoButton,
.form-fill .mktoForm .btn-primary.mktoButton {
  /*
  background: linear-gradient(98deg, #131023 6.85%, #252D6E 100.36%) !important;
  color: #ffffff;
  padding: 15.5px 30px;
  border-radius: 75px;
  font-weight: 500 !important;
  font-size: 18px !important;
  font-family: "Inter","Open Sans",Helvetica,Arial,sans-serif;
  border: 1px solid #3A61FF !important;
  line-height: normal;
  position: relative;


  margin-left: 0 !important;
  width: auto !important;
  height: inherit !important;
  */
  --a: 70deg;
  --Button-Radius: 75px;
  --Button-Gradient-Stroke: linear-gradient(var(--a), rgb(58, 97, 255) 10%, #FFFFFFFF 50%, rgb(58, 97, 255) 90%);
  --Button-Gradient-Fill: linear-gradient(98deg, #131023 6.85%, #3A61FF 100.36%);
  color: #FFFFFF;
  font-family: "Inter", "Open Sans", Helvetica, Arial, sans-serif;
  line-height: normal;
  position: relative;
  padding: 15.5px 30px;
  width: fit-content !important;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  border-radius: 75px;
  background-image: var(--Button-Gradient-Fill), var(--Button-Gradient-Stroke) !important;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-color: rgba(0, 0, 0, 0) !important;
  background-size: 200% auto, 100% auto;
  transition: --a 0.5s ease-in-out, background-size 0.5s ease-in-out, background-position 0.5s ease-in-out, border 0.5s ease-in-out;
  margin-left: 0 !important;
  width: auto !important;
  height: inherit !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap.mktoCupidGreen .mktoButton:hover,
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover,
.form-fill .mktoForm .mktoTemplateBox .mktoButtonWrap.mktoSimple .mktoButton:hover,
.form-fill .mktoForm .btn-primary.mktoButton:hover {
  --a: -5deg;
  background-size: 100% auto, 100% auto !important;
}
.form-fill .mktoForm .cf_widget_socialsignon {
  display: none;
  margin-bottom: 10px;
  text-align: center;
}
.form-fill .mktoForm .cf_widget_socialsignon .cf_sign_on {
  width: 100%;
  max-width: 425px;
}
.form-fill .mktoForm .cf_widget_socialsignon .cf_sign_on .cf_sign_on_caption {
  line-height: 1.5;
}
.form-fill .mktoForm .cf_widget_socialsignon .cf_sign_on .cf_sign_on_button {
  vertical-align: top;
}
.form-fill .mktoForm .mktoFieldDescriptor.mktoFormCol, .form-fill .mktoForm .mktoFormRow, .form-fill .mktoForm .mktoFormRow .mktoFieldWrap {
  margin: 0 auto;
  width: 100%;
}
.form-fill .mktoForm .mktoFieldDescriptor {
  margin-bottom: 25px;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) {
  margin: 0;
  padding-right: 0;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor select, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor textarea, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=email], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=number], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=tel], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=text], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=url], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) select, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) textarea {
  padding: 10px 8px;
  width: 100% !important;
  max-width: none !important;
  border-radius: 5px;
  border: 2px solid #DBDBDC;
  outline: 0;
  font: 16px "Inter", "Open Sans", Helvetica, Arial, sans-serif;
  color: #565b5b;
  box-shadow: none;
  background-color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  appearance: none !important;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor select:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor textarea:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=email]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=number]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=tel]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=text]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=url]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) select:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) textarea:focus {
  border-color: #0092b9 !important;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor textarea {
  min-height: 120px;
}
.form-fill .style-dark select:not([multiple]) {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+);
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url]:focus, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor select:focus {
  border-color: #d0d0d0 !important;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor select::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=email]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=number]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=tel]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=text]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=url]::-webkit-input-placeholder, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) select::-webkit-input-placeholder {
  font-weight: 300;
  opacity: 1;
  color: #999 !important;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap label {
  position: relative;
  margin: 0 0 8px;
  font: 14px "Inter", "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #ffffff;
}
.form-fill .mktoForm label.mktoLabel {
  color: #ffffff;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoAsterix, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoGutter.mktoHasWidth {
  display: none;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoError {
  top: 50px !important;
  bottom: auto !important;
  right: 0 !important;
  width: 100% !important;
}
.form-fill .mktoForm .mktoError .mktoErrorArrowWrap {
  left: 4px !important;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoError .mktoErrorArrow, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
  background-color: #b01819;
  background-image: none;
  box-shadow: none;
  border: 0 solid transparent;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 100% !important;
  max-width: none !important;
}
.form-fill .mktoForm .mktoButtonRow {
  position: relative;
  margin: 40px 0 30px;
  width: 100%;
  text-align: center;
}
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap, .form-fill .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
  position: relative;
  margin-left: 0 !important;
  width: auto;
  display: block;
  text-align: left;
}
.form-fill .mktoformwrapper.request .mktoForm, .form-fill .wpb_wrapper .mktoForm {
  text-align: center;
}
.form-fill .mktoformwrapper.request .mktoForm .mktoFieldDescriptor.mktoFormCol, .form-fill .mktoformwrapper.request .mktoForm .mktoFormRow, .form-fill .mktoformwrapper.request .mktoForm .mktoFormRow .mktoFieldWrap {
  max-width: 400px;
}
.form-fill .mktoformwrapper.request .mktoForm h2 {
  margin: 10px auto 25px;
  max-width: 400px;
  font: 32px "Inter", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.form-fill .mktoformwrapper.request .mktoFormRow {
  width: 50%;
}
.form-fill .mktoformwrapper.request:not(.v2) .mktoForm > :nth-child(5) {
  padding: 0 8px 0 0 !important;
}
.form-fill .mktoformwrapper.request .mktoFormRow + .mktoFormRow ~ .mktoFormRow {
  width: 100% !important;
}
.form-fill .mktoForm .mktoButtonRow .mktoButtonWrap.mktoCupidGreen .mktoButton, .form-fill .mktoformwrapper.request .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  background: #ec573f;
  background: -webkit-linear-gradient(315deg, #ec573f 0, #e8136b 100%);
  background: linear-gradient(135deg, #ec573f 0, #e8136b 100%);
}
.form-fill .mktoForm .mktoCheckboxList {
  padding: 0 !important;
  display: block;
  width: 100% !important;
}
.form-fill .mktoForm .mktoCheckboxList .mktoField {
  margin-right: 10px;
}
.form-fill .mktoForm .mktoCheckboxList .mktoField + label {
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoCheckboxList + .mktoError {
  bottom: auto !important;
  top: 4px !important;
  width: 68.25% !important;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoCheckboxList + .mktoError .mktoErrorArrowWrap {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -11px !important;
  top: 17px !important;
}
.form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoCheckboxList + .mktoError .mktoErrorMsg {
  border-radius: 6px !important;
}
.form-fill body[data-iurl=resources] .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton, .form-fill body[data-iurl=resources] .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  line-height: 1 !important;
}
.form-fill .mktoForm p.mktodisclaimer {
  margin: -10px auto 20px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: grey !important;
  font-weight: 400;
}
.form-fill .mktoForm p.mktodisclaimer a {
  padding: 0;
  color: inherit;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .form-fill .mktoForm {
    padding: 0 !important;
    max-width: none;
    border: 0 solid transparent;
    box-shadow: none;
  }
  .form-fill .mktoForm .cf_widget_socialsignon {
    display: none !important;
  }
  .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor select {
    padding: 10px 8px !important;
    height: auto;
  }
  .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoError {
    top: 45px !important;
  }
  .form-fill .mktoForm p.mktodisclaimer {
    margin-top: -20px;
  }
}
@media only screen and (max-device-width: 476px) {
  .form-fill .mktoForm {
    margin: 0 -10px;
    width: calc(100% + 20px) !important;
  }
  .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap label {
    display: none;
  }
  .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url], .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor select {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
  }
  .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoError {
    top: 45px !important;
  }
}
@media only screen and (max-width: 959px) {
  .form-fill .mktoformwrapper.request .mktoForm .mktoFormRow {
    display: block;
    margin-bottom: 0;
  }
  .form-fill .mktoformwrapper.request.v2 .mktoFormRow {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  .form-fill .mktoformwrapper.request form.mktoForm {
    min-width: 0;
  }
}
@media only screen and (min-width: 960px) {
  .form-fill .mktoformwrapper.request form {
    margin: -10px 0 0 26px !important;
    padding: 40px;
    min-width: 520px;
    min-height: 800px;
    display: block;
    text-align: center;
    background-color: #fff;
  }
  .form-fill .mktoformwrapper.request form h2 {
    margin: 10px auto 25px;
    max-width: 400px;
    font: 32px Roboto, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
  }
  .form-fill .mktoformwrapper.request.v2 .mktoForm > :nth-child(3), .form-fill .mktoformwrapper.request.v2 .mktoForm > :nth-child(4), .form-fill .mktoformwrapper.request:not(.v2) .mktoForm > :nth-child(5), .form-fill .mktoformwrapper.request:not(.v2) .mktoForm > :nth-child(6) {
    margin: 0 auto;
    padding: 0 0 0 8px;
    max-width: 200px;
    display: inline-block;
  }
  .form-fill .mktoformwrapper.request.v2 .mktoForm > :nth-child(3) {
    padding: 0 8px 0 0;
  }
}
.form-fill .mktoField[type=checkbox] {
  border-radius: 0;
  border: 3px solid #efefef;
}
.form-fill .mktoFormRow .mktoHtmlText {
  position: relative;
  width: 100%;
  left: 0;
  line-height: 1.3;
  color: #FFF;
}
.form-fill.light-bg .mktoFormRow .mktoHtmlText {
  color: #131023;
}
@media only screen and (max-width: 569px) {
  .form-fill .mktoFormRow .mktoHtmlText {
    margin-top: -10px;
    width: 100% !important;
  }
  .form-fill .mktoformwrapper.request .mktoForm .mktoFormRow .mktoHtmlText {
    margin-top: 0;
    padding-top: 10px;
  }
  .form-fill .mktoFormRow .mktoHtmlText a {
    padding: 0;
  }
  .form-fill .mktoField[type=checkbox]:after {
    position: relative;
    margin: 0 0 0 30px;
    min-width: 150px;
    display: inline-block;
    text-align: left;
    font: 11px Roboto, "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #292929 !important;
    content: "Explicit Opt-In:";
  }
}
@media only screen and (min-width: 570px) {
  .form-fill .mktoFormRow .mktoHtmlText {
    width: calc(100% - 60px) !important;
    left: 40px;
    margin-top: -32px;
  }
  .form-fill .mktoFormRow .mktoHtmlText a {
    text-decoration: underline;
  }
  .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label, .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap label {
    display: block;
    width: 100% !important;
  }
}
.form-fill form#mktoForm_4774 {
  max-width: 520px !important;
  margin: 0 auto;
}
.form-fill .mktoForm .mktoFormCol, .form-fill .mktoForm .mktoOffset {
  height: auto !important;
  min-height: auto !important;
}
.form-fill #formcheck, .form-fill #formcheck + div, .form-fill label[for=formcheck], .form-fill label[for=formcheck] + div {
  display: none !important;
}

.cta-block-full {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border-radius: 30px 30px 0px 0px;
}
@media screen and (min-width: 768px) {
  .cta-block-full {
    border-radius: 60px 60px 0px 0px;
  }
}
.cta-block-full.bg-darkGradientRadial {
  background: url("../png/cta-radial-bg.png");
  background-size: cover;
  background-position: 85%;
}
@media screen and (max-width: 767px) {
  .cta-block-full.bg-blueLightBlueHorizontal {
    background: linear-gradient(305deg, #99DDF7 -2.55%, rgba(63, 122, 253, 0.89) 36.13%, #3A61FF 74.8%);
  }
}
.cta-block-full .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.cta-block-full .btn-secondary:after {
  background: url("../svg/arrow-white-lg.svg") no-repeat center center;
  background-size: auto 100%;
  margin-top: -3px;
  width: 34px;
  height: 20px;
  top: auto !important;
  right: -20px;
  bottom: auto !important;
}
@media screen and (min-width: 768px) {
  .cta-block-full .btn-secondary:after {
    width: 38px;
    height: 23px;
  }
}

.custom-select {
  position: relative;
}

select {
  appearance: none;
  /* safari */
  -webkit-appearance: none;
  /* other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  line-height: 1.25;
  background: url(../svg/select-down-arrow.svg) no-repeat;
  background-position: right 10px center;
  content: "";
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.pagination .page-numbers {
  font-size: 20px;
  display: inline-block;
  margin-right: 35px;
}
.pagination .page-numbers.current {
  color: #3A61FF;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 35px;
}
.pagination .page-numbers svg {
  width: 100%;
}

.tax-product_cat .product.type-product, .post-type-archive-product .product.type-product {
  list-style-type: none;
}
.tax-product_cat .btn-secondary:after, .post-type-archive-product .btn-secondary:after {
  background: url("../svg/arrow-white-lg.svg") no-repeat center center;
  background-size: auto 100%;
  margin-top: -3px;
  width: 34px;
  height: 20px;
  top: auto !important;
  right: -20px;
  bottom: auto !important;
}
@media screen and (min-width: 768px) {
  .tax-product_cat .btn-secondary:after, .post-type-archive-product .btn-secondary:after {
    width: 38px;
    height: 23px;
  }
}
.tax-product_cat .border-right, .post-type-archive-product .border-right {
  border-right: 2px solid #DBDBDC;
}
@media screen and (max-width: 991px) {
  .tax-product_cat .border-right, .post-type-archive-product .border-right {
    border-right: none;
  }
}
.tax-product_cat .sidebar-widgets, .post-type-archive-product .sidebar-widgets {
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .tax-product_cat .sidebar-widgets, .post-type-archive-product .sidebar-widgets {
    padding-right: 0;
  }
}
.tax-product_cat .sidebar-widgets .brw-product_cat .integration_cat .integrationcat, .post-type-archive-product .sidebar-widgets .brw-product_cat .integration_cat .integrationcat {
  line-height: 1.25;
  margin-bottom: 15px;
  display: block;
}
.tax-product_cat .sidebar-widgets .brw-product_cat .integration_cat .integrationcat .intcus_term_parent_0.intcus_term_depth_0, .post-type-archive-product .sidebar-widgets .brw-product_cat .integration_cat .integrationcat .intcus_term_parent_0.intcus_term_depth_0 {
  padding: 10px 15px;
}
.tax-product_cat .sidebar-widgets .brw-product_cat .integration_cat .integrationcat .intcus_term_parent_0.intcus_term_depth_0.checked, .post-type-archive-product .sidebar-widgets .brw-product_cat .integration_cat .integrationcat .intcus_term_parent_0.intcus_term_depth_0.checked {
  background-color: #F4F5F7;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .single-post #case-study-hero, .single-resources #case-study-hero, .single-press-releases #case-study-hero {
    background-color: #ffffff;
  }
}
.single-post #case-study-hero .btn-secondary.text-white:after, .single-resources #case-study-hero .btn-secondary.text-white:after, .single-press-releases #case-study-hero .btn-secondary.text-white:after {
  background: url("../svg/arrow-white-mobile.svg") no-repeat center center;
  width: 20px;
  right: -33px;
}
.single-post .btn-secondary.left:after, .single-resources .btn-secondary.left:after, .single-press-releases .btn-secondary.left:after {
  display: none;
}
.single-post .btn-secondary.left:before, .single-resources .btn-secondary.left:before, .single-press-releases .btn-secondary.left:before {
  content: "";
  position: absolute;
  background: url("../svg/arrow-left-dark-sm.svg") no-repeat center center;
  margin-top: -3px;
  width: 38px;
  height: 23px;
  bottom: 10px;
  left: -38px;
}
@media screen and (min-width: 768px) and (max-width: 805px) {
  .single-post .btn-secondary.left, .single-resources .btn-secondary.left, .single-press-releases .btn-secondary.left {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .single-post .btn-secondary.left, .single-resources .btn-secondary.left, .single-press-releases .btn-secondary.left {
    margin-left: 30px;
  }
}
@media screen and (max-width: 660px) {
  .single-post .btn-secondary.left, .single-resources .btn-secondary.left, .single-press-releases .btn-secondary.left {
    margin-left: 30px;
  }
}
.single-post .post-container .post-body strong, .single-post .post-container .post-body b, .single-resources .post-container .post-body strong, .single-resources .post-container .post-body b, .single-press-releases .post-container .post-body strong, .single-press-releases .post-container .post-body b {
  font-weight: 700;
}
.single-post .post-container .post-body em, .single-resources .post-container .post-body em, .single-press-releases .post-container .post-body em {
  font-style: italic;
}
.single-post .post-container .post-body p, .single-resources .post-container .post-body p, .single-press-releases .post-container .post-body p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #131023;
  font-weight: normal;
}
.single-post .post-container .post-body p a, .single-resources .post-container .post-body p a, .single-press-releases .post-container .post-body p a {
  color: #3A61FF;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-post .post-container .post-body .two-col-mobile, .single-resources .post-container .post-body .two-col-mobile, .single-press-releases .post-container .post-body .two-col-mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.single-post .post-container .post-body p + h1,
.single-post .post-container .post-body p + h2,
.single-post .post-container .post-body p + h3,
.single-post .post-container .post-body p + h4,
.single-post .post-container .post-body p + h5,
.single-post .post-container .post-body p + h6, .single-post .post-container .post-body ul + h1,
.single-post .post-container .post-body ul + h2,
.single-post .post-container .post-body ul + h3,
.single-post .post-container .post-body ul + h4,
.single-post .post-container .post-body ul + h5,
.single-post .post-container .post-body ul + h6, .single-post .post-container .post-body ol + h1,
.single-post .post-container .post-body ol + h2,
.single-post .post-container .post-body ol + h3,
.single-post .post-container .post-body ol + h4,
.single-post .post-container .post-body ol + h5,
.single-post .post-container .post-body ol + h6, .single-resources .post-container .post-body p + h1,
.single-resources .post-container .post-body p + h2,
.single-resources .post-container .post-body p + h3,
.single-resources .post-container .post-body p + h4,
.single-resources .post-container .post-body p + h5,
.single-resources .post-container .post-body p + h6, .single-resources .post-container .post-body ul + h1,
.single-resources .post-container .post-body ul + h2,
.single-resources .post-container .post-body ul + h3,
.single-resources .post-container .post-body ul + h4,
.single-resources .post-container .post-body ul + h5,
.single-resources .post-container .post-body ul + h6, .single-resources .post-container .post-body ol + h1,
.single-resources .post-container .post-body ol + h2,
.single-resources .post-container .post-body ol + h3,
.single-resources .post-container .post-body ol + h4,
.single-resources .post-container .post-body ol + h5,
.single-resources .post-container .post-body ol + h6, .single-press-releases .post-container .post-body p + h1,
.single-press-releases .post-container .post-body p + h2,
.single-press-releases .post-container .post-body p + h3,
.single-press-releases .post-container .post-body p + h4,
.single-press-releases .post-container .post-body p + h5,
.single-press-releases .post-container .post-body p + h6, .single-press-releases .post-container .post-body ul + h1,
.single-press-releases .post-container .post-body ul + h2,
.single-press-releases .post-container .post-body ul + h3,
.single-press-releases .post-container .post-body ul + h4,
.single-press-releases .post-container .post-body ul + h5,
.single-press-releases .post-container .post-body ul + h6, .single-press-releases .post-container .post-body ol + h1,
.single-press-releases .post-container .post-body ol + h2,
.single-press-releases .post-container .post-body ol + h3,
.single-press-releases .post-container .post-body ol + h4,
.single-press-releases .post-container .post-body ol + h5,
.single-press-releases .post-container .post-body ol + h6 {
  margin-top: 3rem;
}
.single-post .post-container .post-body h1,
.single-post .post-container .post-body h2,
.single-post .post-container .post-body h3,
.single-post .post-container .post-body h4,
.single-post .post-container .post-body h5,
.single-post .post-container .post-body h6, .single-resources .post-container .post-body h1,
.single-resources .post-container .post-body h2,
.single-resources .post-container .post-body h3,
.single-resources .post-container .post-body h4,
.single-resources .post-container .post-body h5,
.single-resources .post-container .post-body h6, .single-press-releases .post-container .post-body h1,
.single-press-releases .post-container .post-body h2,
.single-press-releases .post-container .post-body h3,
.single-press-releases .post-container .post-body h4,
.single-press-releases .post-container .post-body h5,
.single-press-releases .post-container .post-body h6 {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.single-post .post-container .post-body h1, .single-post .post-container .post-body h2, .single-resources .post-container .post-body h1, .single-resources .post-container .post-body h2, .single-press-releases .post-container .post-body h1, .single-press-releases .post-container .post-body h2 {
  font-family: "ABC Arizona Flare Light", serif;
}
.single-post .post-container .post-body h3, .single-post .post-container .post-body h4, .single-resources .post-container .post-body h3, .single-resources .post-container .post-body h4, .single-press-releases .post-container .post-body h3, .single-press-releases .post-container .post-body h4 {
  font-weight: 500;
}
.single-post .post-container .post-body h5, .single-post .post-container .post-body h6, .single-resources .post-container .post-body h5, .single-resources .post-container .post-body h6, .single-press-releases .post-container .post-body h5, .single-press-releases .post-container .post-body h6 {
  font-weight: 600;
}
.single-post .post-container .post-body h1, .single-resources .post-container .post-body h1, .single-press-releases .post-container .post-body h1 {
  font-size: 55px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .single-post .post-container .post-body h1, .single-resources .post-container .post-body h1, .single-press-releases .post-container .post-body h1 {
    font-size: 85px;
  }
}
.single-post .post-container .post-body h2, .single-resources .post-container .post-body h2, .single-press-releases .post-container .post-body h2 {
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .single-post .post-container .post-body h2, .single-resources .post-container .post-body h2, .single-press-releases .post-container .post-body h2 {
    font-size: 50px;
  }
}
.single-post .post-container .post-body h3, .single-resources .post-container .post-body h3, .single-press-releases .post-container .post-body h3 {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .single-post .post-container .post-body h3, .single-resources .post-container .post-body h3, .single-press-releases .post-container .post-body h3 {
    font-size: 35px;
  }
}
.single-post .post-container .post-body h4, .single-resources .post-container .post-body h4, .single-press-releases .post-container .post-body h4 {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .single-post .post-container .post-body h4, .single-resources .post-container .post-body h4, .single-press-releases .post-container .post-body h4 {
    font-size: 28px;
  }
}
.single-post .post-container .post-body h6, .single-resources .post-container .post-body h6, .single-press-releases .post-container .post-body h6 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .single-post .post-container .post-body h6, .single-resources .post-container .post-body h6, .single-press-releases .post-container .post-body h6 {
    font-size: 20px;
  }
}
.single-post .post-container .post-body h5, .single-resources .post-container .post-body h5, .single-press-releases .post-container .post-body h5 {
  font-size: 16px;
  color: #131023;
}
@media screen and (min-width: 1024px) {
  .single-post .post-container .post-body h5, .single-resources .post-container .post-body h5, .single-press-releases .post-container .post-body h5 {
    font-size: 24px;
  }
}
.single-post .post-container .post-body .wp-block-image.is-style-rounded img, .single-resources .post-container .post-body .wp-block-image.is-style-rounded img, .single-press-releases .post-container .post-body .wp-block-image.is-style-rounded img {
  border-radius: 20px;
}
.single-post .post-container .post-body ol, .single-resources .post-container .post-body ol, .single-press-releases .post-container .post-body ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.single-post .post-container .post-body ol li, .single-resources .post-container .post-body ol li, .single-press-releases .post-container .post-body ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #131023;
  font-weight: normal;
}
.single-post .post-container .post-body ol li a, .single-resources .post-container .post-body ol li a, .single-press-releases .post-container .post-body ol li a {
  color: #3A61FF;
  text-decoration: underline;
  font-weight: 600;
}
.single-post .post-container .post-body ul, .single-resources .post-container .post-body ul, .single-press-releases .post-container .post-body ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.single-post .post-container .post-body ul li, .single-resources .post-container .post-body ul li, .single-press-releases .post-container .post-body ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #131023;
  font-weight: normal;
}
.single-post .post-container .post-body ul li a, .single-resources .post-container .post-body ul li a, .single-press-releases .post-container .post-body ul li a {
  color: #3A61FF;
  text-decoration: underline;
  font-weight: 600;
}
.single-post .post-container .post-body .wp-block-quote, .single-resources .post-container .post-body .wp-block-quote, .single-press-releases .post-container .post-body .wp-block-quote {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.single-post .post-container .post-body .wp-block-quote p, .single-resources .post-container .post-body .wp-block-quote p, .single-press-releases .post-container .post-body .wp-block-quote p {
  font-size: 35px;
  color: #3A61FF;
  font-weight: 600;
  line-height: 140%;
}
.single-post .post-container .post-body .wp-block-quote p:after, .single-resources .post-container .post-body .wp-block-quote p:after, .single-press-releases .post-container .post-body .wp-block-quote p:after {
  content: "”";
}
@media screen and (max-width: 767px) {
  .single-post .post-container .post-body .wp-block-quote p, .single-resources .post-container .post-body .wp-block-quote p, .single-press-releases .post-container .post-body .wp-block-quote p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
  }
}
.single-post .post-container .post-body .wp-block-quote cite, .single-resources .post-container .post-body .wp-block-quote cite, .single-press-releases .post-container .post-body .wp-block-quote cite {
  font-size: 16px;
  color: #3A61FF;
  margin-top: 20px;
  display: block;
  font-style: normal;
  line-height: 1.6;
}
.single-post .post-container .post-body .wp-block-quote cite strong, .single-resources .post-container .post-body .wp-block-quote cite strong, .single-press-releases .post-container .post-body .wp-block-quote cite strong {
  font-weight: 700;
}
.single-post .post-container .post-body .wp-block-quote:before, .single-resources .post-container .post-body .wp-block-quote:before, .single-press-releases .post-container .post-body .wp-block-quote:before {
  content: "“";
  position: absolute;
  left: -18px;
  top: 5px;
  font-size: 35px;
  color: #3A61FF;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-post .post-container .post-body .wp-block-quote:before, .single-resources .post-container .post-body .wp-block-quote:before, .single-press-releases .post-container .post-body .wp-block-quote:before {
    font-size: 22px;
    left: -10px;
  }
}
.single-post .post-container .post-body .cta-block, .single-resources .post-container .post-body .cta-block, .single-press-releases .post-container .post-body .cta-block {
  padding-left: 0;
  padding-right: 0;
}
.single-post .post-container .post-body .cta-block h3, .single-resources .post-container .post-body .cta-block h3, .single-press-releases .post-container .post-body .cta-block h3 {
  font-size: 28px;
  margin-bottom: unset;
}
.single-post .post-container .post-body .cta-block .hero-content, .single-resources .post-container .post-body .cta-block .hero-content, .single-press-releases .post-container .post-body .cta-block .hero-content {
  padding-top: 43px;
  padding-bottom: 43px;
}
.single-post .post-container .post-body .wp-block-td-cta-banner .container, .single-resources .post-container .post-body .wp-block-td-cta-banner .container, .single-press-releases .post-container .post-body .wp-block-td-cta-banner .container {
  padding: 0;
}
.single-post .post-author, .single-resources .post-author, .single-press-releases .post-author {
  border-top: 1px solid #D0D0D0;
}
.single-post .post-author .author-avatar img, .single-resources .post-author .author-avatar img, .single-press-releases .post-author .author-avatar img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .single-post .post-author .author-avatar img, .single-resources .post-author .author-avatar img, .single-press-releases .post-author .author-avatar img {
    width: 100%;
  }
}
.single-post #sticky-sidebar, .single-resources #sticky-sidebar, .single-press-releases #sticky-sidebar {
  transition: opacity 0.25s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .single-post #sticky-sidebar, .single-resources #sticky-sidebar, .single-press-releases #sticky-sidebar {
    border: 2px solid #EAEAEA;
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
    overflow-y: auto;
    height: calc(100vh - 180px);
  }
}
.single-post #sticky-sidebar .share-box .social-icons .social-icon, .single-resources #sticky-sidebar .share-box .social-icons .social-icon, .single-press-releases #sticky-sidebar .share-box .social-icons .social-icon {
  transition: opacity 0.25s ease-in-out;
}
.single-post #sticky-sidebar .share-box .social-icons .social-icon:hover, .single-resources #sticky-sidebar .share-box .social-icons .social-icon:hover, .single-press-releases #sticky-sidebar .share-box .social-icons .social-icon:hover {
  opacity: 0.6;
}
.single-post #sticky-sidebar .form-fill .mktoFormRow .mktoHtmlText, .single-resources #sticky-sidebar .form-fill .mktoFormRow .mktoHtmlText, .single-press-releases #sticky-sidebar .form-fill .mktoFormRow .mktoHtmlText {
  color: #131023;
}
.single-post .related-resources .btn-secondary:after, .single-resources .related-resources .btn-secondary:after, .single-press-releases .related-resources .btn-secondary:after {
  right: auto;
  background: url("../svg/arrow-right-dark.svg") no-repeat center center;
  width: 50px;
}
@media screen and (max-width: 639px) {
  .single-post .related-resources .related-resource, .single-resources .related-resources .related-resource, .single-press-releases .related-resources .related-resource {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
.single-post .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label, .single-post .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap label, .single-resources .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label, .single-resources .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap label, .single-press-releases .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label, .single-press-releases .form-fill .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap label {
  color: #131023;
}
.single-post .form-fill .mktodisclaimer a, .single-resources .form-fill .mktodisclaimer a, .single-press-releases .form-fill .mktodisclaimer a {
  text-decoration: underline !important;
}
.single-post .form-fill .mktoHtmlText a, .single-resources .form-fill .mktoHtmlText a, .single-press-releases .form-fill .mktoHtmlText a {
  text-decoration: underline !important;
}

.single-press-releases .post-body h1:first-child,
.single-press-releases .post-body h1.h2 {
  display: none;
}
.single-press-releases .post-body h1:first-child + p > i,
.single-press-releases .post-body h1.h2 + p > i {
  display: flex;
}

.wp-element-caption {
  margin-top: 20px !important;
  font-size: 13px;
  line-height: 150%;
}

.form-fill.newsletter-cta .newsletter-cta-inner {
  padding: 40px;
}
.form-fill.newsletter-cta .newsletter-cta-heading {
  margin-bottom: 0.8em;
  font-size: 27px;
  line-height: 1.19;
}
@media screen and (min-width: 768px) {
  .form-fill.newsletter-cta .newsletter-cta-heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .form-fill.newsletter-cta .newsletter-cta-heading {
    font-size: 50px;
  }
}
.form-fill.newsletter-cta .mktoForm.mktoHasWidth.mktoLayoutLeft > :nth-child(5), .form-fill.newsletter-cta .mktoForm.mktoHasWidth.mktoLayoutLeft > :nth-child(6) {
  display: inline-block;
}
.form-fill.newsletter-cta .mktoForm.mktoHasWidth.mktoLayoutLeft > :nth-child(6) {
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}
.form-fill.newsletter-cta .mktoForm {
  width: 100%;
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow {
  max-width: 50%;
  padding: 0 10px;
  display: inline-table;
}
@media screen and (max-width: 767px) {
  .form-fill.newsletter-cta .mktoForm .mktoFormRow {
    max-width: 100%;
    width: 100%;
  }
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow:nth-child(8) {
  width: 100%;
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow:nth-child(9) {
  width: 100%;
  display: block;
  margin: 30px 0;
  padding: 0;
  max-width: 100%;
  margin-top: 5px;
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoPlaceholder {
  display: none;
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email],
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number],
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel],
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text],
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url],
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor select,
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor textarea, .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=email], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=number], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=tel], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=text], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=url], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) select, .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=email],
  .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=number],
  .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=tel],
  .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=text],
  .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor input[type=url],
  .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor select,
  .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor textarea, .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=email], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=number], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=tel], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=text], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) input[type=url], .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) select, .form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) textarea {
    font-size: 16px;
  }
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow .mktoHtmlText a {
  text-decoration: underline !important;
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow:nth-child(2) {
  display: none !important;
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow:nth-child(3) {
  display: none !important;
}
.form-fill.newsletter-cta .mktoForm .mktoFormRow:nth-child(7) {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .form-fill.newsletter-cta .mktoForm {
    display: block;
  }
  .form-fill.newsletter-cta .mktoForm .mktoFormRow {
    margin: 0 auto;
  }
}
.form-fill.newsletter-cta .mktoForm .mktoButtonRow {
  margin: 0;
  display: grid;
  grid-template: auto/min-content auto;
  gap: 1em;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .form-fill.newsletter-cta .mktoForm .mktoButtonRow {
    grid-template: auto min-content/min-content;
    flex-direction: column;
    align-items: flex-end;
  }
}
.form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktodisclaimer {
  margin: 0;
  order: 2;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktodisclaimer {
    margin: auto;
  }
}
.form-fill.newsletter-cta .mktoForm .mktoButtonRow .mktodisclaimer a {
  text-decoration: underline !important;
}

b {
  display: inline-flex;
  font-weight: bold !important;
}

.resources-template-default .post-wrapper img {
  border-radius: 20px;
}

.resources-template-default .post-wrapper img.b-lazy {
  margin-bottom: 30px;
}

.case_studies_container {
  --gutter-width: calc(.5*(var(--vw,100vw) - 100%));
  --reverse-gutter-width: calc(-.5*(var(--vw,100vw) - 100%));
  --cs-card-gap: 20px;
  --cs-card-max-w-static: 978px;
  --cs-card-max-w: calc(var(--container-max-w, 0) - var(--container-px, 0) - var(--cs-card-gap,0));
  --cs-card-max-w: none;
  display: flex;
  justify-content: center;
  overflow-y: hidden;
}
.case_studies_container .case_studies-content-wrapper {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .case_studies_container.has-carousel {
    --cs-card-max-w: calc(var(--container-max-w) - var(--container-px) - var(--cs-card-gap));
  }
}
@media screen and (min-width: 768px) {
  .case_studies_container.has-carousel {
    --cs-card-max-w: calc(var(--container-max-w) - var(--container-px) - var(--cs-card-gap)*2);
  }
}
@media (min-width: 978px) {
  .case_studies_container, .case_studies_container.has-carousel {
    --cs-card-max-w: calc(var(--container-max-w, 0) - var(--container-px, 0) - var(--cs-card-gap,0));
  }
}
@media (min-width: 1024px) {
  .case_studies_container, .case_studies_container.has-carousel {
    --cs-card-gap: 30px;
    --cs-card-max-w: var(--cs-card-max-w-static);
  }
}
.case_studies_container .case_study_slider .case_study_wrapper, .case_studies_container.has-carousel .case_study_slider .case_study_wrapper {
  margin-right: var(--cs-card-gap);
}
.case_studies_container .case_study_slider .case_study_wrapper.solo, .case_studies_container.has-carousel .case_study_slider .case_study_wrapper.solo {
  margin-right: auto;
}
.case_studies_container .case_study_slider .slick-list {
  margin-left: var(--reverse-gutter-width);
  margin-right: var(--reverse-gutter-width);
  padding-left: var(--gutter-width);
}
.case_studies_container .case_study_slider .case_study_wrapper {
  max-width: var(--cs-card-max-w);
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 20px;
}
.case_studies-content-wrapper {
  width: 100%;
  display: inline-block;
  max-width: var(--cs-card-max-w);
}

.case_study_wrapper {
  transition: all 0.3s;
}
.case_study_wrapper .bg-caseStudy {
  transition: all 0.3s;
}
.case_study_wrapper .content {
  transition: all 0.3s;
}
.case_study_wrapper .element-background-image {
  transition: all 0.3s;
  object-fit: cover;
  object-position: 50% -60px;
}

@media (min-width: 1024px) {
  .case_study_wrapper:hover .content {
    padding-top: 56px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1280px) {
  .case_study_wrapper:hover .content {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
.case_study_wrapper:hover .element-background-image {
  scale: 1.05;
}
.case_study_wrapper:hover .bg-caseStudy {
  background: linear-gradient(180deg, rgba(58, 97, 255, 0.53) 5.75%, #3A61FF 48.89%);
}

.case_study_outer_wrapper .outer-heading {
  max-width: var(--cs-card-max-w);
}

/*
@media (min-width: 768px) {
    .case_study_wrapper.slick-slide {
        height: 550px;
    }
}
@media (max-width: 768px) {
    .case_study_wrapper.slick-slide {
        height: 350px;
    }
}
*/
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio. Adjust according to your video's aspect ratio */
  overflow: hidden;
}

.video-container .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos__heading + .videos__subheading {
  margin-top: 12px;
}
.videos__subheading p, .videos__subheading ul, .videos__subheading ol {
  margin-bottom: 1em;
}
.videos__subheading a {
  color: var(--link-color);
  background-image: linear-gradient(90deg, var(--link-hover-underline-color), var(--link-hover-underline-color)), linear-gradient(90deg, var(--link-underline-color), var(--link-underline-color));
  background-size: 0% var(--link-underline-width), 100% var(--link-underline-width);
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
  font-weight: 600;
}
.videos__subheading a:hover {
  background-size: 100% var(--link-underline-width), 100% var(--link-underline-width);
}
.videos__subheading > *:last-child {
  margin-bottom: 0;
}
.videos_container {
  --gutter-width: calc(.5*(var(--vw,100vw) - 100%));
  --reverse-gutter-width: calc(-.5*(var(--vw,100vw) - 100%));
  --videos-gap: 20px;
  --video-max-w-static: 978px;
  --video-max-w: calc(var(--container-max-w, 0) - var(--container-px, 0) - var(--videos-gap,0));
  --video-max-w: none;
  --link-color: #FFF;
  --link-underline-width: 2px;
  --link-underline-color: #3A61FF;
  --link-hover-underline-color: #FFF;
  display: flex;
  justify-content: center;
}
.videos_container.bg-white {
  --link-color: #3A61FF;
  --link-hover-underline-color: #000;
}
.videos_container.bg-white .videos-text-wrapper a {
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, -1px -1px 1px #FFF, 1px -1px 1px #FFF, 2px 2px 1px #FFF, -2px 2px 1px #FFF, -2px -2px 1px #FFF, 2px -2px 1px #FFF;
}
.videos_container.align-text--full .videos-text-wrapper {
  max-width: none;
}
.videos_container.has-carousel {
  --video-max-w: calc(var(--container-max-w) - var(--container-px) - var(--videos-gap)*2);
}
.videos_container.has-carousel .videos-content-wrapper,
.videos_container.has-carousel .videos-text-wrapper {
  max-width: none;
}
@media (min-width: 978px) {
  .videos_container, .videos_container.has-carousel {
    --video-max-w: calc(var(--container-max-w, 0) - var(--container-px, 0) - var(--videos-gap,0));
  }
}
@media (min-width: 1024px) {
  .videos_container, .videos_container.has-carousel {
    --videos-gap: 30px;
    --video-max-w: var(--video-max-w-static);
  }
}
.videos-text-wrapper, .videos-content-wrapper {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--video-max-w);
}
.videos_slider .slick-list {
  margin-left: var(--reverse-gutter-width);
  margin-right: var(--reverse-gutter-width);
  padding-left: var(--gutter-width);
}
.videos_slider .videos_outer_wrapper,
.videos_slider .caption {
  max-width: var(--video-max-w);
}
.videos_slider .videos_outer_wrapper {
  margin-right: var(--videos-gap);
  width: 100%;
  margin-bottom: 18px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .videos_slider .videos_outer_wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.videos_slider .videos_wrapper {
  max-width: var(--video-max-w);
  aspect-ratio: 16/9;
  margin-right: var(--videos-gap);
  width: 100%;
}

.customSelect {
  position: relative;
}
.customSelect.mode--list button {
  display: none;
}
.customSelect.mode--list li {
  pointer-events: all;
}
.customSelect.mode--list li:first-child {
  font-weight: bold;
  pointer-events: none;
}
.customSelect.mode--list li:first-child.current {
  color: inherit;
}
.customSelect.mode--list li.option--all.active {
  color: inherit;
}
.customSelect.mode--list ul {
  opacity: 1;
  visibility: visible;
  position: relative;
  border: 0;
}

.customSelect label {
  display: block;
  padding: 0.7rem 0.8rem;
  width: 65%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.75rem;
}

.customSelect select,
.customSelect button,
.customSelect ul {
  display: block;
  padding: 0.7rem 0.8rem;
  margin: 0 auto;
  text-align: left;
  background: white;
  width: 100%;
  padding: 17px 40px 17px 13px;
}

.customSelect button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.customSelect button::before {
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 1rem;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg) translate(-4px);
  -webkit-transform: rotate(45deg) translate(-4px);
}

.customSelect button:focus-visible,
#resource-search:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 1px #FFF inset, 0 0 0 2px rgb(58, 97, 255) inset;
}

.customSelect ul {
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 0;
  right: 0;
  overflow-y: auto;
  list-style-type: none;
  padding: 8px;
  margin-top: -7px;
  opacity: 0;
  transform-origin: top left;
  transition: all 0.3s ease-in;
  pointer-events: none;
  z-index: 1;
}

.customSelect ul.active {
  opacity: 1;
  transform: scale(1, 1);
  pointer-events: auto;
  z-index: 999;
}

.customSelect ul li {
  padding: 12px 6px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: relative;
}

.customSelect ul li.current {
  color: #3A61FF;
}

.customSelect ul li:hover {
  color: #3A61FF;
}

.customSelect ul li.active {
  color: #3A61FF;
}

.filter-sort-row {
  position: relative;
  z-index: 3;
}

.sub_nav_slider {
  scrollbar-width: none;
  overflow-y: hidden;
  padding: 2px 0;
}

.question_answer p, .question_answer ul, .question_answer ol, .question_answer h1, .question_answer h2, .question_answer h3, .question_answer h4, .question_answer h5, .question_answer h6 {
  margin-bottom: 20px;
}
.question_answer p, .question_answer li {
  line-height: inherit;
}
.question_answer ul {
  list-style: disc;
  padding-left: 30px;
}
.question_answer ol {
  list-style: decimal;
  padding-left: 30px;
}
.question_answer b, .question_answer strong {
  font-weight: 800;
}
.question_answer i, .question_answer em {
  font-style: italic;
}

.light a {
  color: #3a61ff;
}
.light a:hover {
  text-decoration: underline !important;
}

.accent a {
  color: #5af8f5;
}
.accent a:hover {
  text-decoration: underline !important;
}

#BambooHR {
  padding-top: 100px;
  padding-bottom: 100px;
}

.BambooHR-ATS {
  color: #131023;
}
.BambooHR-ATS-board h1,
.BambooHR-ATS-board h2,
.BambooHR-ATS-board h3,
.BambooHR-ATS-board h4,
.BambooHR-ATS-board h5,
.BambooHR-ATS-board h6 {
  font-family: "ABC Arizona Flare Light", serif;
}
.BambooHR-ATS-board h2 {
  font-size: 50px !important;
  line-height: 1.3;
}
.BambooHR-ATS p {
  font: 16px "Inter", sans-serif;
  line-height: 1.5;
}
.BambooHR-ATS-Department-Header {
  font: 35px "Inter", sans-serif;
  font-weight: 600 !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #131023;
}
.BambooHR-ATS-Jobs-List {
  border-radius: none !important;
  width: 100%;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 10px 0;
}
.BambooHR-ATS-Jobs-Item {
  padding-top: 10px;
  padding-bottom: 40px;
}
.BambooHR-ATS-Location {
  color: #131023;
}

.BambooHR-ATS-board > ul > li a {
  color: #131023;
}

/* Style for the links */
.BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 10px; /* Add margin to separate the button */
}

/* Style for the button-like pseudo-element */
.BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li a:after {
  content: "Apply"; /* Button text */
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
  background-color: #131023; /* Blue */
  color: white;
  border-radius: 75px;
  text-align: center;
  cursor: pointer;
}

/* Hover effect for the pseudo-element */
.BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li a:hover:after {
  background-color: #0056b3; /* Darker blue on hover */
}

/* Active effect for the pseudo-element */
.BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li a:active:after {
  background-color: #004380; /* Even darker blue on active */
}

/* Focus effect for the pseudo-element */
.BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li a:focus:after {
  outline: none;
}

/* Media query for mobile screens */
@media screen and (max-width: 767px) {
  .BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li .BambooHR-ATS-Location {
    display: block; /* Ensure the span is a block element */
    margin-bottom: 20px; /* Add margin to separate the button on mobile */
  }
  .BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li a {
    margin-bottom: 10px; /* Add margin to separate the button on mobile */
  }
  .BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List li a:after {
    position: relative; /* Change position to relative for mobile screens */
    display: block; /* Make the pseudo-element a block element */
    margin-top: 10px; /* Add margin to separate the button from the link */
  }
}
.resources_container .image-wrapper img {
  aspect-ratio: 467/450;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .resources_container .content-wrapper a img {
    width: 36px;
  }
}

.subnav-scroll-right-wrapper {
  height: 82px;
  width: 40px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  top: 0;
  cursor: pointer;
}
.subnav-scroll-right-wrapper.scroll-dark {
  background-color: #131023;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .subnav-scroll-right-wrapper.scroll-dark.scroll-gradient {
    background-image: linear-gradient(98deg, #2544a5 -20.61%, #264ab4 106.95%);
  }
}
@media screen and (min-width: 1024px) {
  .subnav-scroll-right-wrapper.scroll-dark.scroll-gradient {
    background-image: linear-gradient(98deg, #2647ac -20.61%, #284bb7 106.95%);
  }
}
@media screen and (min-width: 768px) {
  .subnav-scroll-right-wrapper.scroll-dark.scroll-gradient {
    background-image: linear-gradient(98deg, #2645a7 -20.61%, #284bb7 106.95%);
  }
}
@media screen and (max-width: 767px) {
  .subnav-scroll-right-wrapper.scroll-dark.scroll-gradient {
    background-image: linear-gradient(98deg, #243f97 -20.61%, #274cba 106.95%);
  }
}
.subnav-scroll-right-wrapper.scroll-dark .scroll-right-arrow:before {
  content: "";
  background: url("../svg/arrow-right-white.svg");
  height: 21px;
  width: 33px;
  background-size: contain;
  display: block;
}
.subnav-scroll-right-wrapper.scroll-light {
  background-color: #ffffff;
  color: #131023;
}
.subnav-scroll-right-wrapper.scroll-light.scroll-gradient {
  background-color: #2B56D3;
}
.subnav-scroll-right-wrapper.scroll-light .scroll-right-arrow:before {
  content: "";
  background: url("../svg/arrow-right-dark.svg");
  height: 21px;
  width: 33px;
  background-size: contain;
  display: block;
}

.sub_nav_container a:hover, .sub_nav_container a:focus, .sub_nav_container a:active {
  text-decoration: underline !important;
}

.logo-banner__wrapper {
  --end-x: -100%;
  --gap: 0;
  max-width: fit-content;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.logo-banner__logos {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
}

.logo-banner--animating .logo-banner__logos {
  animation: scroll var(--duration) linear infinite;
}
@media screen and (max-width: 767px) {
  .logo-banner--animating .logo-banner__logos {
    animation: scroll var(--duration-mobile) linear infinite;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--end-x));
  }
}
@media screen and (max-width: 767px) {
  .logo-banner img {
    max-height: 60px;
    max-width: 135px;
  }
}
.qlfd-not-mobile {
  translate: 8px 0;
}
.qlfd-not-mobile ~ .g-recaptcha .grecaptcha-badge {
  translate: 0 -75px;
}

.g-recaptcha ~ .qlfd-is-mobile {
  translate: 5px -70px;
}

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