@charset "UTF-8";
/******* Polyfills *******/
/******* Functions *******/
/******* Mixins *******/
@keyframes fadingColors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/******* Bootstrap Variables *******/
/******* Variables *******/
/******* Global Styles *******/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 998;
  box-shadow: 0px 2px 5px 2px rgba(199, 199, 199, 0.3);
}
.site-header .navbar .navbar-toggler {
  position: relative;
  outline: none;
  border: none;
}
.site-header .navbar .navbar-toggler:hover, .site-header .navbar .navbar-toggler:active, .site-header .navbar .navbar-toggler:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
}
.site-header .navbar .navbar-toggler:before {
  display: none;
}
.site-header .navbar .navbar-toggler .icon-bar {
  display: block;
  background-color: #1F2022;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  transition: all 0.3s;
  position: relative;
  opacity: 1;
}
.site-header .navbar .navbar-toggler .icon-bar.top-bar {
  transform: translateY(8px) rotate(45deg);
}
.site-header .navbar .navbar-toggler .icon-bar.middle-bar {
  opacity: 0;
}
.site-header .navbar .navbar-toggler .icon-bar.bottom-bar {
  transform: translateY(-6px) rotate(-45deg);
}
.site-header .navbar .navbar-toggler.collapsed .icon-bar.top-bar {
  top: 0;
  transform: rotate(0);
}
.site-header .navbar .navbar-toggler.collapsed .icon-bar.middle-bar {
  opacity: 1;
}
.site-header .navbar .navbar-toggler.collapsed .icon-bar.bottom-bar {
  top: 0;
  transform: rotate(0);
}
@media (min-width: 1020px) {
  .site-header .navbar {
    padding: 0 !important;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar #main-menu {
    justify-content: flex-end;
  }
}
.site-header .navbar .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (min-width: 1280px) {
  .site-header .navbar .navbar-brand {
    margin-left: 25px;
  }
}
.site-header .navbar .navbar-brand svg,
.site-header .navbar .navbar-brand img {
  max-width: 155px;
  height: auto;
  transition: opacity 0.4s ease, max-width 0.4s ease, max-height 0.4s ease;
}
@media (min-width: 1020px) {
  .site-header .navbar .navbar-brand svg,
  .site-header .navbar .navbar-brand img {
    max-height: 75px;
    max-width: 200px;
  }
}
@media (min-width: 1280px) {
  .site-header .navbar .navbar-brand svg,
  .site-header .navbar .navbar-brand img {
    max-height: 95px;
    max-width: 225px;
  }
}
.site-header .navbar .navbar-brand .logo-white {
  display: none;
}
@media (min-width: 1020px) {
  .site-header .navbar .navbar-brand .logo-white {
    display: block;
  }
}
.site-header .navbar .navbar-brand .logo-blue {
  display: block;
}
@media (min-width: 1020px) {
  .site-header .navbar .navbar-brand .logo-blue {
    display: none;
  }
}
@media (max-width: 1019.98px) {
  .site-header .navbar #menu-primary-menu {
    margin-top: 30px;
    min-height: calc(100vh - 40px);
  }
}
.site-header .navbar #menu-primary-menu .menu-item {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1019.98px) {
  .site-header .navbar #menu-primary-menu .menu-item {
    margin: 15px 8px;
    text-transform: none;
  }
  .site-header .navbar #menu-primary-menu .menu-item a {
    font-size: 22px;
  }
}
.site-header .navbar #menu-primary-menu .menu-item.current-menu-item a {
  color: #2C497D;
}
.site-header .navbar #menu-primary-menu .menu-item a {
  color: #1e1e1e;
}
.site-header .navbar #menu-primary-menu .menu-item a:hover, .site-header .navbar #menu-primary-menu .menu-item a:focus {
  color: #2C497D;
}
@media (min-width: 1020px) {
  .site-header .navbar #menu-primary-menu .menu-item a {
    padding: 16px 12px;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar #menu-primary-menu .menu-item {
    margin-right: 20px;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar #menu-primary-menu .menu-item:last-of-type {
    margin-right: 10px;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar #menu-primary-menu .menu-item.contact-button {
    display: flex;
    align-items: center;
  }
}
.site-header .navbar #menu-primary-menu .menu-item.contact-button a {
  background-color: #2C497D;
  border-radius: 15px;
  color: white !important;
  display: flex;
  align-items: center;
}
@media (max-width: 1019.98px) {
  .site-header .navbar #menu-primary-menu .menu-item.contact-button a {
    justify-content: center;
  }
}
.site-header .navbar #menu-primary-menu .menu-item.contact-button a:after {
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  color: #2C497D;
  font-size: 0.875rem;
  padding-top: 2px;
  margin-left: 10px;
  background: white;
  border-radius: 50%;
  text-align: center;
  padding-right: 3px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
@media (min-width: 1020px) {
  .site-header .navbar #menu-primary-menu .menu-item.contact-button a {
    padding: 7px 20px;
    border-radius: 25px;
  }
  .site-header .navbar #menu-primary-menu .menu-item.contact-button a:hover, .site-header .navbar #menu-primary-menu .menu-item.contact-button a:focus {
    background-color: #d65a3e;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar #menu-primary-menu .menu-item.contact-btn {
    display: flex;
    align-items: center;
  }
}
.site-header .navbar #menu-primary-menu .menu-item.contact-btn > a {
  background-color: #ef6c4e;
  color: #ffffff !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  border: none;
  border-radius: 0 15px 15px 15px;
  transition: all 0.3s ease-in-out;
}
.site-header .navbar #menu-primary-menu .menu-item.contact-btn > a:hover, .site-header .navbar #menu-primary-menu .menu-item.contact-btn > a:focus {
  background-color: #d65a3e;
  color: #ffffff !important;
}
.site-header .navbar .dropdown-menu {
  border-radius: 0;
  outline: 0;
  border: 0;
  background-color: #f7f7f7;
  box-shadow: 0px 2px 5px 2px rgba(199, 199, 199, 0.3);
}
@media (max-width: 1019.98px) {
  .site-header .navbar .dropdown-menu {
    box-shadow: none;
    background-color: transparent;
  }
  .site-header .navbar .dropdown-menu .menu-item {
    text-transform: none;
    letter-spacing: unset;
  }
  .site-header .navbar .dropdown-menu .menu-item a {
    padding-left: 0;
    font-size: 0.875rem !important;
  }
}
.site-header .navbar .dropdown-menu .menu-item {
  margin-right: 0 !important;
}
.site-header .navbar .dropdown-menu .menu-item.current-menu-item a {
  color: #2C497D;
  background-color: transparent;
}
.site-header .navbar .dropdown-menu .menu-item a {
  font-size: 16px;
}
.site-header .navbar .dropdown-menu .menu-item a:hover {
  color: #2C497D !important;
}
.site-header .navbar .dropdown-menu .menu-item a:active {
  color: #2C497D;
  background-color: transparent;
}

.nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

body.admin-bar {
  --wp-admin-bar-offset: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-offset: 46px;
  }
}

@media (min-width: 1020px) {
  .site-header .navbar .desktop-nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: stretch;
    align-self: stretch;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar .desktop-nav #menu-primary-menu {
    align-items: center;
  }
  .site-header .navbar .desktop-nav #menu-primary-menu > li.mega-menu-parent {
    align-self: stretch;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar .mobile-nav {
    display: none !important;
  }
}
@media (max-width: 1019.98px) {
  .site-header .navbar .mobile-nav {
    position: fixed;
    top: var(--site-header-height, 80px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    display: block !important;
    margin: 0;
    padding: 30px 24px 40px;
    background-color: white;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 200ms ease-out, transform 200ms ease-out, visibility 200ms;
    pointer-events: none;
  }
  .site-header .navbar .mobile-nav.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .site-header .navbar .mobile-nav .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .site-header .navbar .mobile-nav .menu-item > a {
    display: block;
    padding: 14px 4px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2022;
    text-transform: none;
    letter-spacing: 0;
  }
  .site-header .navbar .mobile-nav .dropdown-menu {
    position: static;
    float: none;
    margin: 0;
    padding: 0 0 0 20px;
    border: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
    min-width: 0;
  }
  .site-header .navbar .mobile-nav .dropdown-menu .menu-item > a {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 4px;
  }
}
.site-header .navbar .mega-menu-parent {
  position: static;
}
.site-header .navbar .mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  padding: 50px 50px 60px;
  border: 0;
  border-radius: 0;
  background-color: white;
  box-shadow: 0 8px 12px -4px rgba(0, 0, 0, 0.12);
  max-height: calc(100vh - 100% - var(--wp-admin-bar-offset, 0px));
  overflow-y: auto;
  overscroll-behavior: contain;
}
.site-header .navbar .mega-menu-panel .container {
  max-width: 1200px;
}
@media (min-width: 1280px) {
  .site-header .navbar .mega-menu-panel {
    width: 80%;
  }
}
@media (min-width: 1020px) {
  .site-header .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 180ms ease-out, transform 180ms ease-out, visibility 180ms;
    pointer-events: none;
  }
  .site-header .navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-columns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 60px;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-column {
  min-width: 0;
  margin: 0;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-column-header {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  padding: 0;
  color: #1F2022;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 2px;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-column-header:hover, .site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-column-header:focus {
  color: #2C497D;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-icon {
  position: absolute;
  top: 50%;
  right: calc(100% + 14px);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-children {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-child-item {
  margin: 0;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-child-item a.mega-menu-child {
  color: #1F2022;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 4px 0;
  display: inline-block;
}
.site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-child-item a.mega-menu-child:hover, .site-header .navbar #menu-primary-menu .mega-menu-panel .mega-menu-child-item a.mega-menu-child:focus {
  color: #2C497D !important;
}

/******* CSS Variables *******/
/******* Global Styles *******/
.editor-styles-wrapper .wp-block {
  max-width: 100%;
}
.editor-styles-wrapper [data-aos] {
  opacity: 1;
}

#wp-link-wrap #link-options,
#wp-link-wrap #search-panel {
  margin: 0;
  padding: 0;
}
#wp-link-wrap #link-options label,
#wp-link-wrap #search-panel label {
  display: block;
}
#wp-link-wrap #link-options label input[type=text],
#wp-link-wrap #link-options label input[type=search],
#wp-link-wrap #search-panel label input[type=text],
#wp-link-wrap #search-panel label input[type=search] {
  display: inline-block;
}
#wp-link-wrap input[type=submit] {
  color: black;
}
#wp-link-wrap #wp-link .query-results {
  top: 240px;
}

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

.wp-block {
  position: relative;
  padding: 60px 0;
  background: transparent;
}
@media (min-width: 768px) {
  .wp-block {
    padding: 60px 0;
  }
}
@media (min-width: 1020px) {
  .wp-block {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .wp-block {
    padding: 90px 0;
  }
}
@media (max-width: 767.98px) {
  .wp-block.hide-blob-mobile .block-blob {
    display: none;
  }
}
.wp-block.outer-container {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .wp-block.outer-container {
    margin: 60px auto;
  }
}
@media (min-width: 1020px) {
  .wp-block.outer-container {
    margin: 80px auto;
  }
}
@media (min-width: 1280px) {
  .wp-block.outer-container {
    margin: 90px auto;
  }
}
.wp-block.background-white {
  background-color: #ffffff;
  --section-bg-color: #ffffff;
  color: #333333;
}
.wp-block.background-cream {
  background-color: #ededed;
  --section-bg-color: #ededed;
  color: #333333;
}
.wp-block.background-navy {
  background-color: #28266d;
  --section-bg-color: #28266d;
  color: #ffffff;
}
.wp-block.background-navy h1,
.wp-block.background-navy h2,
.wp-block.background-navy h3,
.wp-block.background-navy h4,
.wp-block.background-navy p {
  color: #ffffff;
}
.wp-block.background-blue {
  background-color: #70a8c4;
  --section-bg-color: #70a8c4;
  color: #ffffff;
}
.wp-block.background-blue h1,
.wp-block.background-blue h2,
.wp-block.background-blue h3,
.wp-block.background-blue h4,
.wp-block.background-blue p,
.wp-block.background-blue strong,
.wp-block.background-blue b {
  color: #ffffff;
}
.wp-block.background-orange {
  background-color: #ef6c4e;
  --section-bg-color: #ef6c4e;
  color: #ffffff;
}
.wp-block.background-orange h1,
.wp-block.background-orange h2,
.wp-block.background-orange h3,
.wp-block.background-orange h4,
.wp-block.background-orange p {
  color: #ffffff;
}
.wp-block.accent-heading {
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 1020px) {
  .wp-block.accent-heading {
    padding: 60px 0;
  }
}
.wp-block.accent-heading .block-header,
.wp-block.accent-heading h2 {
  color: #70a8c4;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
}
.wp-block.static-bg.background-dark, .wp-block.overlayer.background-dark {
  background-color: #3b444a;
  --section-bg-color: #3b444a;
  color: white;
}
.wp-block.static-bg.background-dark ::-moz-selection, .wp-block.overlayer.background-dark ::-moz-selection {
  background-color: #ffffff;
  color: #1F2022;
}
.wp-block.static-bg.background-dark ::selection, .wp-block.overlayer.background-dark ::selection {
  background-color: #ffffff;
  color: #1F2022;
}
.wp-block.static-bg.background-dark p a, .wp-block.overlayer.background-dark p a {
  color: #9BE1FF;
}
.wp-block.static-bg.background-dark .btn-text, .wp-block.overlayer.background-dark .btn-text {
  color: white;
}
.wp-block.static-bg.background-dark .block-heading,
.wp-block.static-bg.background-dark .block-header,
.wp-block.static-bg.background-dark .block-copy,
.wp-block.static-bg.background-dark .block-copy p, .wp-block.overlayer.background-dark .block-heading,
.wp-block.overlayer.background-dark .block-header,
.wp-block.overlayer.background-dark .block-copy,
.wp-block.overlayer.background-dark .block-copy p {
  color: white;
}
.wp-block.static-bg.background-radial, .wp-block.overlayer.background-radial {
  background: linear-gradient(245deg, #cecece, #8dc9db, #d3b78d);
  background-size: 600% 600%;
  animation: fadingColors 21s ease infinite;
}
.wp-block.bg-rounded {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 60px;
}
@media (min-width: 1020px) {
  .wp-block.bg-rounded {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {
  .wp-block.bg-rounded {
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
  }
}
.wp-block.pb-xl {
  padding-bottom: 60px;
}
@media (min-width: 1020px) {
  .wp-block.pb-xl {
    padding-bottom: 120px !important;
  }
}
.wp-block.pb-xxl {
  padding-bottom: 100px;
}
@media (min-width: 1020px) {
  .wp-block.pb-xxl {
    padding-bottom: 180px !important;
  }
}
.wp-block.pt-xl {
  padding-top: 60px;
}
@media (min-width: 1020px) {
  .wp-block.pt-xl {
    padding-top: 120px !important;
  }
}
.wp-block.pt-xxl {
  padding-top: 100px;
}
@media (min-width: 1020px) {
  .wp-block.pt-xxl {
    padding-top: 180px !important;
  }
}
.wp-block.my-xl {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1020px) {
  .wp-block.my-xl {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.wp-block.mt-neg {
  margin-top: -60px;
}
@media (min-width: 1020px) {
  .wp-block.mt-neg {
    margin-top: -120px !important;
  }
}
.wp-block.mt-more-neg {
  margin-top: -90px;
}
@media (min-width: 1020px) {
  .wp-block.mt-more-neg {
    margin-top: -180px !important;
  }
}
.wp-block .block-heading,
.wp-block .block-copy {
  max-width: 900px;
}
@media (max-width: 919px) {
  .wp-block[data-radialbg=true] {
    background: linear-gradient(245deg, #cecece, #8dc9db, #d3b78d);
    background-size: 600% 600%;
    animation: fadingColors 21s ease infinite;
  }
}
.wp-block.bg-position-top > img.object-fit-cover {
  -o-object-position: top;
     object-position: top;
}
.wp-block.centered-text .block-header,
.wp-block.centered-text .block-copy,
.wp-block.centered-text .block-copy p {
  text-align: center;
}
.wp-block.centered-text .block-heading,
.wp-block.centered-text .block-copy {
  margin-left: auto;
  margin-right: auto;
}
.wp-block.no-caps .block-header,
.wp-block.no-caps .block-copy {
  text-transform: none;
}
.wp-block.no-caps h1,
.wp-block.no-caps h2,
.wp-block.no-caps h3,
.wp-block.no-caps h4,
.wp-block.no-caps h5,
.wp-block.no-caps h6 {
  text-transform: none;
}
.wp-block.no-caps.hero .block-header {
  text-transform: none !important;
}

.block-blob {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.block-blob__image {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@view-transition {
  navigation: auto;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
body.admin-bar .site-header {
  top: 32px;
}
body.admin-bar main {
  margin-top: 57px;
}
body.admin-bar main.header-transparent {
  margin-top: 0;
}
body.page-id-209 main {
  margin-top: 0;
}
body.page-id-209 main.header-transparent {
  margin-top: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  margin-top: 65px;
  overflow-x: hidden;
}
@media (min-width: 1020px) {
  main {
    margin-top: 70px;
  }
}
main.header-transparent {
  margin-top: 0;
}

body.nav-open {
  overflow: hidden;
}

body {
  color: #1F2022;
  transition: all 0.8s ease;
}
body[data-colortheme=light] {
  color: #1F2022;
  background-color: #f7f7f7;
}
body[data-colortheme=light-gold] {
  color: #1F2022;
  background-color: #FFEDD7;
}
body[data-colortheme=light-blue] {
  color: #1F2022;
  background-color: #B3E4FE;
}
body[data-colortheme=dark] {
  color: white;
  background-color: #1F2022;
}
body[data-colortheme=dark] ::-moz-selection {
  background-color: #FFEDD7;
  color: #1F2022;
}
body[data-colortheme=dark] ::selection {
  background-color: #FFEDD7;
  color: #1F2022;
}
body[data-colortheme=dark] .wp-block p a {
  color: #9BE1FF;
}
body[data-colortheme=white] {
  color: #1F2022;
  background-color: white;
}
body[data-colortheme=white] ::-moz-selection, body[data-colortheme=light] ::-moz-selection, body[data-colortheme=light-gold] ::-moz-selection, body[data-colortheme=light-blue] ::-moz-selection {
  background-color: #1F2022;
  color: white;
}
body[data-colortheme=white] ::selection, body[data-colortheme=light] ::selection, body[data-colortheme=light-gold] ::selection, body[data-colortheme=light-blue] ::selection {
  background-color: #1F2022;
  color: white;
}
body[data-colortheme=radial] {
  color: #1F2022;
  background: linear-gradient(245deg, #cecece, #8dc9db, #d3b78d);
  background-size: 600% 600%;
  animation: fadingColors 21s ease infinite;
}
body .fixed-radial-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(245deg, #cecece, #8dc9db, #d3b78d);
  background-size: 600% 600%;
  animation: fadingColors 21s ease infinite;
  opacity: 0;
  transition: opacity 0.8s ease;
}
body[data-radial=true] .fixed-radial-background {
  opacity: 1;
}

.mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}
.mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0.2);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}
.mf-cursor.-inverse {
  color: white;
}
@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: white;
  }
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
}
.mf-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}
.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}
.mf-cursor.-icon:before {
  transform: scale(1.5);
}
.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}
.mf-cursor.-hidden:before {
  transform: scale(0);
}
.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}
.mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}
.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}
.mf-cursor-media img, .mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mf-cursor-media img, .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateZ(0);
  }
}
.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}
.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.mf-cursor {
  z-index: 999999;
}
.mf-cursor.-text:before {
  opacity: 1;
}
.mf-cursor.-scale:before {
  transform: scale(2.5);
}
.mf-cursor.-scale.-active:before {
  transform: scale(2.4);
  transition-duration: 0.2s;
}

/******************
 *
 * Footer - PVS Refreshments
 * White background, dark text, gold accents
 *
 ******************/
.site-footer {
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  .site-footer {
    padding-bottom: 30px;
  }
}
.site-footer:before {
  content: "";
  display: block;
  height: 4px;
  background-color: #ef6c4e;
}
.site-footer .footer-main {
  background-color: white;
  color: #1F2022;
  padding: 50px 0 40px;
}
@media (min-width: 1020px) {
  .site-footer .footer-main {
    padding: 60px 0 50px;
  }
}
.site-footer .footer-main a {
  color: #1F2022;
  text-decoration: none;
}
.site-footer .footer-main a:hover, .site-footer .footer-main a:focus {
  color: #ef6c4e;
}
@media (min-width: 1020px) {
  .site-footer.has-footer-bg .footer-main {
    background-image: var(--footer-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.site-footer .footer-col-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (min-width: 1020px) {
  .site-footer .footer-col-title {
    font-size: 1.125rem;
  }
}
.site-footer .footer-col {
  margin-bottom: 30px;
}
@media (min-width: 1020px) {
  .site-footer .footer-col {
    margin-bottom: 0;
  }
}
.site-footer .footer-logo-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer .footer-logo {
  max-width: 180px;
  height: auto;
}
@media (min-width: 1020px) {
  .site-footer .footer-logo {
    max-width: 220px;
  }
}
.site-footer .footer-branches {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1020px) {
  .site-footer .footer-branches {
    margin-top: 35px;
  }
}
.site-footer .footer-branches-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1F2022;
  margin-bottom: 18px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 1020px) {
  .site-footer .footer-branches-title {
    font-size: 1.25rem;
  }
}
.site-footer .footer-branch {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.site-footer .footer-branch:last-child {
  margin-bottom: 0;
}
.site-footer .footer-branch-pin {
  color: #28266d;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-right: 12px;
  margin-top: 1px;
  flex-shrink: 0;
}
.site-footer .footer-branch-title {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #1F2022;
  margin-bottom: 2px;
}
@media (min-width: 1020px) {
  .site-footer .footer-branch-title {
    font-size: 1rem;
  }
}
.site-footer .footer-branch-address {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #565656;
}
.site-footer .footer-branch-address a {
  color: #565656;
}
.site-footer .footer-branch-address a:hover, .site-footer .footer-branch-address a:focus {
  color: #ef6c4e;
}
.site-footer .footer-sitemap-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-sitemap-menu li {
  margin-bottom: 6px;
}
.site-footer .footer-sitemap-menu li a {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1F2022;
}
.site-footer .footer-sitemap-menu li a:hover {
  color: #ef6c4e;
}
.site-footer .footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.site-footer .footer-contact-item .fa-stack {
  font-size: 0.85em;
  margin-right: 12px;
  flex-shrink: 0;
}
.site-footer .footer-contact-item .fa-stack .fa-circle {
  color: #ef6c4e;
}
.site-footer .footer-contact-item .fa-stack .fa-inverse {
  color: white;
}
.site-footer .footer-contact-item p {
  margin: 0;
  font-size: 0.875rem;
}
.site-footer .footer-contact-item p a {
  color: #1F2022;
}
.site-footer .footer-contact-item p a:hover {
  color: #ef6c4e;
}
.site-footer .footer-support-btn {
  margin-top: 20px;
  font-size: 0.75rem !important;
  padding: 10px 28px !important;
}
.site-footer .footer-map-col {
  text-align: center;
}
.site-footer .footer-map-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-bottom: 25px;
  border-radius: 40px;
}
.site-footer .footer-map-col .footer-col-title {
  text-align: center;
}
.site-footer .footer-social .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.site-footer .footer-social .social-icon {
  margin: 0;
}
.site-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #70a8c4;
  color: white;
  font-size: 1.25rem;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.site-footer .footer-social a i {
  line-height: 1;
}
.site-footer .footer-social a:hover, .site-footer .footer-social a:focus {
  background-color: #28266d;
  color: white;
}
.site-footer .footer-bottom {
  background-color: #1f1d56;
  padding: 15px 0;
  color: #e1e1e1;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    font-size: 0.875rem;
  }
}
.site-footer .footer-bottom a {
  color: #e1e1e1;
  text-decoration: none;
}
.site-footer .footer-bottom a:hover {
  color: #ffffff;
}
.site-footer .footer-copyright {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .site-footer .footer-copyright {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-legal {
    text-align: right;
  }
}
.site-footer .footer-legal .privacy {
  margin-right: 10px;
}
.site-footer .footer-legal .footer-legal-menu {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-legal .footer-legal-menu li {
  display: inline;
  margin: 0 8px;
}
.site-footer .footer-legal .footer-legal-menu li a {
  color: #e1e1e1;
}
.site-footer .footer-legal .footer-legal-menu li a:hover {
  color: white;
}

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

.object-fit-cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.object-fit-cover ~ * {
  position: relative;
  z-index: 1;
}

.skip-to-link {
  position: absolute;
  z-index: 9999;
  top: -100%;
  background: black;
  color: white;
  height: 30px;
  left: 48%;
  padding: 15px;
  position: absolute;
}
.skip-to-link:focus {
  top: 0;
}

.stretched-link {
  z-index: 3;
}
.stretched-link:focus {
  outline: 2px solid var(--primary, #ef6c4e);
}

@media (max-width: 575.98px) {
  .card-deck-xs-2 .card,
  .card-deck-sm-2 .card {
    width: 40%;
    float: left;
  }
  .card-deck-xs-2 .card:after,
  .card-deck-sm-2 .card:after {
    clear: both;
    content: "";
    display: table;
  }
}

.mouse-follow {
  position: fixed;
  z-index: 30;
  pointer-events: none;
  display: none;
  justify-content: center;
  align-items: center;
  transition: top 0s, left 0s, height 0.3s, width 0.3s, transform 0.3s;
  height: 83px;
  width: 83px;
  margin: 10px;
  background-color: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: white;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
}
@media (min-width: 1020px) {
  .mouse-follow {
    display: flex;
  }
}
.mouse-follow.show {
  transform: translate(-50%, -50%) scale(1);
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

@media (min-width: 1020px) {
  .py-huge {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.outer-container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .outer-container {
    border-radius: 40px;
  }
}
.outer-container .container {
  max-width: calc(100% - 25px);
}
@media (min-width: 576px) {
  .outer-container .container {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .outer-container .container {
    max-width: 840px;
  }
}
@media (min-width: 1020px) {
  .outer-container .container {
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .outer-container .container {
    max-width: 1250px;
  }
}

@media (max-width: 767.98px) {
  .mobile-pt-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .mobile-pb-0 {
    padding-bottom: 0 !important;
  }
}

.mt-neg {
  margin-top: -2px;
}

.mb-neg {
  margin-bottom: -2px;
}

.mouse-follow {
  position: fixed;
  z-index: 30;
  pointer-events: none;
  display: none;
  justify-content: center;
  align-items: center;
  transition: top 0s, left 0s, height 0.3s, width 0.3s, transform 0.3s;
  height: 83px;
  width: 83px;
  margin: 10px;
  background-color: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: white;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
}
@media (min-width: 1020px) {
  .mouse-follow {
    display: flex;
  }
}
.mouse-follow.show {
  transform: translate(-50%, -50%) scale(1);
}

.fixed-scroll-button {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
}
.fixed-scroll-button .fixed-mobile-phone,
.fixed-scroll-button .fixed-mobile-contact {
  width: 50%;
  flex: 1;
  text-align: center;
  padding: 10px 10px;
  display: block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.fixed-scroll-button .fixed-mobile-phone {
  background-color: #000000;
  color: white;
  border-left: none;
}
.fixed-scroll-button .fixed-mobile-contact {
  background-color: black;
  color: white;
  border-right: none;
}

:root {
  --animate: ease-in-out 0.25s;
  --body-font-size: 1.0625rem;
  --border-color: var(--gray);
  --border-radius: 1rem;
  --border-radius-lg: 30px;
  --border-radius-sm: 0.5rem;
  --border-width: 1px;
  --btn-focus-box-shadow: 0 0 0 0.2rem rgba(239, 108, 78, 0.25);
  --btn-padding-x: 1rem;
  --btn-padding-y: 0.4375rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --btn-text-margin: 17px;
  --btn-text-margin-hover: 19px;
  --custom-date-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3E%3Cpath fill='var(--gray)' d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E"), "#", "%23");
  --custom-date-indicator-color: var(--gray);
  --custom-date-indicator-padding: 1.75rem;
  --font-size-base: 1.0625rem;
  --font-size-lg: 1.4609375rem;
  --font-size-sm: 0.9296875rem;
  --font-size-xs: 0.796875rem;
  --font-weight-base: 400;
  --font-weight-bold: 700;
  --font-weight-bolder: 900;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-light: 300;
  --font-weight-lighter: 100;
  --form-feedback-margin-top: 0.25rem;
  --form-feedback-font-size: 16px;
  --form-feedback-valid-color: #2fa96f;
  --form-feedback-invalid-color: #e70000;
  --form-grid-gutter-width: 16px;
  --form-group-margin-bottom: 1rem;
  --grid-gutter-width: 40px;
  --h1-font-size: 54px;
  --h2-font-size: 35px;
  --h3-font-size: 28px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --hover-brightness: 0.9;
}
:root a {
  text-decoration: none;
}

/******************
 *
 * Typography
 *
 ******************/
html,
body {
  font-family: "Poppins", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.15;
}

strong,
b,
.lead {
  font-weight: 700;
}

.p {
  font-size: 1.0625rem;
}

h1,
.h1 {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.13;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.875rem;
  }
}
@media (min-width: 1020px) {
  h1,
  .h1 {
    font-size: 3.75rem;
  }
}

h2,
.h2 {
  font-size: 1.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.22;
  color: #70a8c4;
}
h2 strong, h2 b, h2 em,
.h2 strong,
.h2 b,
.h2 em {
  color: #28266d;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1020px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #28266d;
}

h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: #333333;
}

.display-1 {
  font-size: 3.375rem;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 5.1875rem;
  }
}

.smaller {
  display: block;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.3;
  text-transform: none;
}
@media (min-width: 768px) {
  .smaller {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 1020px) {
  .smaller {
    font-size: 3rem;
    line-height: 56px;
  }
}

.accent {
  color: #ef6c4e;
}

a {
  transition: all var(--animate);
}
header a:where(:not(.wp-element-button)), footer a:where(:not(.wp-element-button)), .component a:where(:not(.wp-element-button)) {
  text-decoration: unset;
}
a:hover {
  text-decoration: none !important;
}

table thead th,
.table thead th {
  background-color: var(--gray-light);
  border-bottom: none;
  border-top: none;
}
table tbody tr:first-child td,
.table tbody tr:first-child td {
  border-top: none;
}
table tbody tr:last-child td,
.table tbody tr:last-child td {
  border-bottom: var(--table-border-width) solid var(--table-border-color);
}

ol.list-styled,
ul.list-styled {
  padding-left: calc(1.25 * var(--spacer));
}
ol.list-styled ul,
ol.list-styled ol,
ul.list-styled ul,
ul.list-styled ol {
  margin-top: calc(0.5 * var(--spacer));
  padding-left: calc(2.25 * var(--spacer));
}
ol.list-styled li,
ul.list-styled li {
  margin-bottom: calc(0.5 * var(--spacer));
}

blockquote {
  border-left: 3px solid #ef6c4e;
  padding-left: calc(1.5 * var(--spacer));
}

.lead,
h1.lead,
h2.lead,
h3.lead,
h4.lead {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
@media (min-width: 1020px) {
  .lead,
  h1.lead,
  h2.lead,
  h3.lead,
  h4.lead {
    letter-spacing: 4px;
    font-size: 1.375rem;
  }
}

.lightning-heading-row {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1020px) {
  .lightning-heading-row {
    padding-bottom: 60px;
  }
}
.lightning-heading-row .col {
  flex: 0;
}
@media (min-width: 1020px) {
  .lightning-heading-row .col {
    margin: 0 30px;
  }
}
.lightning-heading-row h1,
.lightning-heading-row .h1 {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .lightning-heading-row h1,
  .lightning-heading-row .h1 {
    padding: 0;
    margin-bottom: 0;
    font-size: 1.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .lightning-heading-row h1,
  .lightning-heading-row .h1 {
    font-size: 1.5rem;
  }
}
.lightning-heading-row img {
  max-width: 35px;
  padding: 0;
}
@media (min-width: 768px) {
  .lightning-heading-row img {
    max-width: 80px;
  }
}
@media (min-width: 1020px) {
  .lightning-heading-row img {
    max-width: 120px;
  }
}
@media (min-width: 1280px) {
  .lightning-heading-row img {
    max-width: 150px;
  }
}

.checked-list ul {
  list-style: none;
  padding-left: 32px;
  margin-top: 25px;
}
.checked-list ul li {
  position: relative;
}
.checked-list ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: 0;
  font-weight: 700;
  left: -26px;
}

.pvs-check-list {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 24px;
}
.pvs-check-list li {
  position: relative;
  padding: 0 0 12px 44px;
  min-height: 28px;
  color: #333333;
}
.pvs-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ef6c4e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.pvs-check-list.pvs-check-list--white li {
  color: #ffffff;
}

.pvs-check-list.pvs-check-list--navy li {
  color: #28266d;
  font-weight: 700;
}
.pvs-check-list.pvs-check-list--navy li::before {
  background-color: #28266d;
}

.xl-display {
  font-weight: 200;
  font-size: 1.875rem;
  letter-spacing: 3px;
}
@media (min-width: 1020px) {
  .xl-display {
    font-size: 4.375rem;
    letter-spacing: 4px;
  }
}

[data-split=lines] {
  opacity: 0;
}
[data-split=lines].ready {
  opacity: 1;
}
[data-split=lines] .line {
  overflow: hidden;
}

.light-gold-gradient .word {
  background: linear-gradient(90deg, rgb(245, 231, 215) 0%, rgb(250, 182, 99) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no-caps {
  text-transform: none !important;
}

@media (min-width: 576px) {
  .padding-left-dynamic {
    padding-left: calc((100vw - 540px) / 2 + 10px);
  }
}
@media (min-width: 768px) {
  .padding-left-dynamic {
    padding-left: calc((100vw - 720px) / 2 + 10px);
  }
}
@media (min-width: 1020px) {
  .padding-left-dynamic {
    padding-left: calc((100vw - 980px) / 2 + 10px);
  }
}
@media (min-width: 1280px) {
  .padding-left-dynamic {
    padding-left: calc((100vw - 1220px) / 2 + 10px);
  }
}
@media (min-width: 1410px) {
  .padding-left-dynamic {
    padding-left: calc((100vw - 1300px) / 2 + 10px);
  }
}

@media (min-width: 576px) {
  .padding-right-dynamic {
    padding-right: calc((100vw - 540px) / 2 + 10px);
  }
}
@media (min-width: 768px) {
  .padding-right-dynamic {
    padding-right: calc((100vw - 720px) / 2 + 10px);
  }
}
@media (min-width: 1020px) {
  .padding-right-dynamic {
    padding-right: calc((100vw - 980px) / 2 + 10px);
  }
}
@media (min-width: 1280px) {
  .padding-right-dynamic {
    padding-right: calc((100vw - 1220px) / 2 + 10px);
  }
}
@media (min-width: 1410px) {
  .padding-right-dynamic {
    padding-right: calc((100vw - 1300px) / 2 + 10px);
  }
}

.z-1 {
  z-index: 1;
}

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

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

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

@media (max-width: 767.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1020px) {
  .mobile-only {
    display: none !important;
  }
}

.sec-padding {
  padding: 60px 0;
}
@media (min-width: 1020px) {
  .sec-padding {
    padding: 80px 0;
  }
}

.sec-padding-bottom {
  padding-bottom: 60px;
}
@media (min-width: 1020px) {
  .sec-padding-bottom {
    padding-bottom: 80px;
  }
}

.sec-padding-top {
  padding-top: 60px;
}
@media (min-width: 1020px) {
  .sec-padding-top {
    padding-top: 80px;
  }
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .parallax {
    background-attachment: scroll;
  }
}

video {
  max-width: 100%;
}

[class*=__video] {
  z-index: 1;
  position: relative;
}
[class*=__video] .icon-play-solid,
[class*=__video] .icon-pause-solid,
[class*=__video] .fa-pause,
[class*=__video] .fa-play {
  background: transparent;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 50%;
  font-size: 14px;
  transition: var(--transition);
  max-width: 50px;
  max-height: 50px;
}
[class*=__video]:hover .icon-play-solid,
[class*=__video]:hover .icon-pause-solid {
  background: #ffffff;
  color: #ef6c4e;
}
[class*=__video] .video-pause-btn {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
}
[class*=__video] .video-pause-btn .video-btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: none;
  transition: none;
  padding: 1rem;
}
[class*=__video] .video-pause-btn.re-position .video-btn-wrap {
  bottom: 0;
  right: 0;
  transform: none;
  transition: none;
}
[class*=__video] video,
[class*=__video] iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.video-player.modal .video-pause-btn,
.video-player.full-width-modal .video-pause-btn {
  bottom: unset;
  right: unset;
  width: 100%;
  height: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .nav-links {
    margin-top: 20px;
  }
}

.page-numbers {
  background-color: transparent;
  margin: 0 8px;
}
.page-numbers.current {
  font-weight: 700;
}

a.page-numbers:hover, a.page-numbers:focus {
  color: #987A58;
}

.wp-caption-text,
.wp-block-image figure figcaption {
  border: 1px solid var(--gray-light);
  background-color: var(--light);
  margin: 0;
  padding: 10px;
  text-align: center;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

/******* Global Elements *******/
/******************
 *
 * Global Buttons
 *
 ******************/
.btn {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  padding: 10px 20px;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  border: none;
  border-radius: 0 15px 15px 15px;
  transition: all 0.3s ease-in-out;
}
.btn[class*=btn-outline-] {
  border-width: 2px;
}
.btn-primary, .btn-accent {
  background-color: #ef6c4e;
  color: #ffffff;
}
.btn-primary:focus, .btn-primary:hover, .btn-accent:focus, .btn-accent:hover {
  color: #ffffff;
  background-color: #d65a3e;
}
.btn-secondary {
  background-color: #28266d;
  border-color: #28266d;
  color: #ffffff;
}
.btn-secondary:focus, .btn-secondary:hover {
  background-color: #1f1d56;
  color: #ffffff;
}
.btn-text {
  padding: 0 !important;
  position: relative;
  color: #28266d;
  z-index: 2;
  font-weight: 600;
}
.btn-text span:after {
  position: relative;
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  margin-left: 8px;
  transition: 0.25s ease;
}
.btn-text:focus, .btn-text:hover {
  color: #ef6c4e;
}
.btn-text:focus span:after, .btn-text:hover span:after {
  margin-left: 14px;
}
.btn-outline-light {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: white;
  color: black;
  border-color: white;
}
.btn-sm {
  padding: var(--input-btn-padding-y-sm) var(--input-btn-padding-x-sm);
}
.btn-xs {
  padding: var(--input-btn-padding-y-xs) var(--input-btn-padding-x-xs);
}
.btn-white {
  background-color: white;
  color: black;
}
.btn-white:hover, .btn-white:focus {
  background-color: #000000;
  color: white;
}
.btn span {
  position: relative;
  display: block;
  font-size: 0.875rem;
}
@media (min-width: 1020px) {
  .btn span {
    font-size: 1rem;
  }
}

.gform_button.btn-primary {
  position: relative !important;
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  line-height: var(--input-btn-line-height) !important;
  padding: 10px 30px !important;
  text-decoration: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  border: none !important;
  background-color: #ef6c4e !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 100px !important;
}
.gform_button.btn-primary:focus, .gform_button.btn-primary:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
@media (min-width: 768px) {
  .gform_button.btn-primary {
    padding: 10px 40px !important;
    font-size: 1rem !important;
  }
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .card-deck.card-deck-sm-2, .card-deck.card-deck-xs-2 {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck.card-deck-sm-2 .card, .card-deck.card-deck-xs-2 .card {
    width: 50%;
  }
}
.card-deck > * {
  height: auto;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .card-deck > * {
    margin: 0 20px 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .card-deck > *:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .card-deck-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1 - 20px * 2);
  }
  .card-deck-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2 - 20px * 2);
  }
  .card-deck-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 20px * 2);
  }
  .card-deck-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - 20px * 2);
  }
  .card-deck-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5 - 20px * 2);
  }
  .card-deck-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 20px * 2);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck-sm-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1 - 20px * 2);
  }
  .card-deck-sm-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2 - 20px * 2);
  }
  .card-deck-sm-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 20px * 2);
  }
  .card-deck-sm-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - 20px * 2);
  }
  .card-deck-sm-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5 - 20px * 2);
  }
  .card-deck-sm-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 20px * 2);
  }
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .card-deck-md-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1 - 20px * 2);
  }
  .card-deck-md-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2 - 20px * 2);
  }
  .card-deck-md-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 20px * 2);
  }
  .card-deck-md-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - 20px * 2);
  }
  .card-deck-md-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5 - 20px * 2);
  }
  .card-deck-md-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 20px * 2);
  }
}
@media (min-width: 1020px) and (max-width: 1279.98px) {
  .card-deck-lg-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1 - 20px * 2);
  }
  .card-deck-lg-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2 - 20px * 2);
  }
  .card-deck-lg-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 20px * 2);
  }
  .card-deck-lg-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - 20px * 2);
  }
  .card-deck-lg-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5 - 20px * 2);
  }
  .card-deck-lg-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 20px * 2);
  }
}
@media (min-width: 1280px) and (max-width: 1409.98px) {
  .card-deck-xl-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1 - 20px * 2);
  }
  .card-deck-xl-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2 - 20px * 2);
  }
  .card-deck-xl-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 20px * 2);
  }
  .card-deck-xl-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - 20px * 2);
  }
  .card-deck-xl-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5 - 20px * 2);
  }
  .card-deck-xl-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 20px * 2);
  }
}
@media (min-width: 1410px) {
  .card-deck-xxl-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1 - 20px * 2);
  }
  .card-deck-xxl-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2 - 20px * 2);
  }
  .card-deck-xxl-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 20px * 2);
  }
  .card-deck-xxl-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - 20px * 2);
  }
  .card-deck-xxl-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5 - 20px * 2);
  }
  .card-deck-xxl-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 20px * 2);
  }
}
.card {
  background-color: transparent;
  background-clip: border-box;
  background-position: center center;
  background-size: cover;
  border: 0 solid transparent;
  border-radius: var(--card-border-radius);
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
.card-header {
  background: transparent;
  padding: 0;
}
.card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: unset;
  padding: 1.5rem;
  position: relative;
}
.card-body .btn-text {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .card-body .btn-text {
    margin-top: 8px;
  }
}
.card-title {
  margin-bottom: calc(1.5 * var(--card-spacer-y));
  margin-top: calc(0.5 * var(--card-spacer-y));
}
.card-subtitle {
  color: #ef6c4e;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--card-spacer-y);
  margin-top: 0;
  order: -1;
  text-transform: uppercase;
}
.card-link {
  align-self: flex-start;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.card-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card-footer {
  background: transparent;
  padding: 0;
}
.card-img-background {
  color: #ffffff;
  min-height: 330px;
  overflow: hidden;
}
.card-img-background:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .card-img-background {
    min-height: 360px;
  }
}
.card-img-background .card-body {
  z-index: 2;
}
.card-img-background .card-image {
  position: absolute;
}
.card-img-background .card-link {
  margin-top: auto;
}
.card-img-top .card-image {
  height: 6.5rem;
}
.card--light .card-body {
  background-color: #ffffff;
  color: #000000;
}

.mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}
.mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0.2);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}
.mf-cursor.-inverse {
  color: white;
}
@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: white;
  }
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
}
.mf-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}
.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}
.mf-cursor.-icon:before {
  transform: scale(1.5);
}
.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}
.mf-cursor.-hidden:before {
  transform: scale(0);
}
.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}
.mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}
.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}
.mf-cursor-media img, .mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mf-cursor-media img, .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateZ(0);
  }
}
.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}
.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.mf-cursor {
  z-index: 999999;
}
.mf-cursor.-text:before {
  opacity: 1;
}
.mf-cursor.-scale:before {
  transform: scale(2.5);
}
.mf-cursor.-scale.-active:before {
  transform: scale(2.4);
  transition-duration: 0.2s;
}

.search-form .input-group--overlay {
  position: relative;
}
.search-form .input-group--overlay .input-group-prepend {
  display: none;
}
.search-form .input-group--overlay .input-group-append {
  position: absolute;
  z-index: 3;
  height: calc(100% - 2px);
  top: 0;
  right: 0;
}
.search-form .input-group--overlay .input-group-append label {
  cursor: pointer;
}
.search-form .input-group--overlay .input-group-append .input-group-text {
  background-color: var(--white);
}
.search-form .input-group--overlay .input-group-append [class*=btn],
.search-form .input-group--overlay .input-group-append .input-group-text {
  border: none;
}
.search-form .input-group--overlay .input-group-prepend {
  left: var(--input-border-width);
}
.search-form .input-group--overlay .input-group-append {
  right: var(--input-border-width);
}
.search-form .input-group--overlay .form-control {
  position: relative;
  z-index: 1;
  padding-left: calc(3 * var(--spacer));
  padding-right: calc(3 * var(--spacer));
  border-radius: 40px !important;
}
@media (max-width: 575.98px) {
  .search-form .input-group--overlay .form-control {
    padding: 10px 85px 13px 15px;
  }
}

.swiper {
  position: relative;
}
.swiper .swiper-wrapper {
  padding-bottom: 10px;
}

.swiper-pagination {
  position: static;
}
.swiper-pagination--wrapper {
  margin-top: 0;
}
.swiper-pagination--center {
  text-align: center;
}

.swiper-navigation--center {
  text-align: center;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  left: unset;
  right: unset;
  display: inline-block;
  position: static;
}

.swiper-button-prev,
.swiper-button-next {
  background: black;
  font-family: var(--font-fa);
  font-weight: var(--font-weight-light);
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-top: 0;
  transition: var(--animate);
}
@media (min-width: 1020px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.swiper-button-prev:focus, .swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-next:hover {
  outline: none;
  background-color: #3b444a;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: var(--gray);
  border-color: var(--gray);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 14px;
}
@media (min-width: 1020px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 1rem;
  }
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
  background: var(--gray);
  border: none;
  width: 10px;
  height: 10px;
  opacity: 1;
  font-size: 10px;
  border-radius: 50%;
  padding: 6px;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--black);
}

.component--white .swiper-navigation .swiper-button-next,
.component--white .swiper-navigation .swiper-button-prev,
.component--light .swiper-navigation .swiper-button-next,
.component--light .swiper-navigation .swiper-button-prev {
  color: #000000;
  border-color: #000000;
}
.component--white .swiper-navigation .swiper-button-next:hover,
.component--white .swiper-navigation .swiper-button-prev:hover,
.component--light .swiper-navigation .swiper-button-next:hover,
.component--light .swiper-navigation .swiper-button-prev:hover {
  background-color: #000000;
  color: #ffffff;
}
.component--white .swiper-pagination .swiper-pagination-bullet,
.component--light .swiper-pagination .swiper-pagination-bullet {
  background: #ef6c4e;
}
.component--white .swiper-pagination .swiper-pagination-bullet-active,
.component--light .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}

[data-background=dark] .swiper-navigation .swiper-button-next,
[data-background=dark] .swiper-navigation .swiper-button-prev {
  color: #ffffff;
  border-color: #ffffff;
}
[data-background=dark] .swiper-navigation .swiper-button-next:hover,
[data-background=dark] .swiper-navigation .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #000000;
}
[data-background=dark] .swiper-pagination .swiper-pagination-bullet {
  background: #ef6c4e;
}
[data-background=dark] .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.wave-top,
.wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 150px;
  line-height: 0;
  z-index: 1;
  pointer-events: none;
}
.wave-top svg,
.wave-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
@media (min-width: 768px) {
  .wave-top svg,
  .wave-bottom svg {
    height: 100px;
  }
}
@media (min-width: 1280px) {
  .wave-top svg,
  .wave-bottom svg {
    height: 150px;
  }
}
.wave-top .shape-fill,
.wave-bottom .shape-fill {
  fill: var(--section-bg-color, #ffffff);
}

.wave-top {
  top: -31px;
}
@media (max-width: 1019.98px) {
  .wave-top {
    top: -10px;
  }
}

.wave-bottom {
  bottom: 0;
  bottom: -50px;
}
@media (min-width: 1020px) {
  .wave-bottom {
    bottom: -100px;
  }
}
@media (min-width: 1280px) {
  .wave-bottom {
    bottom: -150px;
  }
}

section.wp-block {
  position: relative;
}

/******* Tempalates *******/
.archive-feed-section .card-deck {
  max-width: unset;
}
.archive-feed-section .card-deck .blog__card .wrapped-link:hover .card-title, .archive-feed-section .card-deck .blog__card .wrapped-link:focus .card-title {
  color: #ef6c4e;
}
.archive-feed-section .card-deck .blog__card .card-body {
  padding-top: 15px;
}
.archive-feed-section .card-deck .blog__card .card-title {
  color: black;
  transition: all 0.25s ease;
}
.archive-feed-section .card-deck .blog__card .card-subtitle {
  font-size: 14px;
  color: #565656;
  font-weight: 400;
}
.archive-feed-section .card-deck .blog__card .card-img-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1020px) {
  .archive-feed-section .card-deck .blog__card .card-img-wrapper {
    border-radius: 30px;
    height: 300px;
  }
}
.archive-feed-section .card-deck .blog__card .card-img-wrapper img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}

.single-post section {
  z-index: 2;
  position: relative;
}
.single-post .article-section article {
  padding-top: 40px;
  position: relative;
}
.single-post .article-section article a {
  color: #0d65b7;
}
.single-post .article-section article a:hover, .single-post .article-section article a:focus {
  color: #124D83;
}
.single-post .article-section article h2 {
  margin-top: 30px;
}
@media (min-width: 1020px) {
  .single-post .article-section article h2 {
    margin-top: 45px;
    font-size: 30px;
  }
}
.single-post .article-section article h3 {
  margin-top: 24px;
}
@media (min-width: 1020px) {
  .single-post .article-section article h3 {
    margin-top: 32px;
    font-size: 25px;
  }
}
.single-post .article-section article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  border-top: 1px solid #e1e1e1;
}
.single-post .article-section article figcaption,
.single-post .article-section article .wp-caption-text {
  background-color: #F7F7F7;
  padding: 8px 16px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .single-post .article-section article figcaption,
  .single-post .article-section article .wp-caption-text {
    font-size: 14px;
  }
}
.single-post .article-section article img {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .single-post .article-section article img {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
.single-post .article-section article img.extra-space {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1020px) {
  .single-post .article-section article img.extra-space {
    margin-top: 90px;
    margin-bottom: 100px;
  }
}
.single-post .article-section article figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .single-post .article-section article figure {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
.single-post .article-section article figure img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.footer-nav-container {
  margin-bottom: 30px;
}

@media (min-width: 1020px) {
  .btn-work-footer span {
    font-size: 30px;
  }
}

/******* Block Specific Styles ( DO NOT EDIT ) ********/
/************
 *
 * Accordion Styles
 *
 ***********/
.accordions .accordion {
  margin-top: 12px;
}
.accordions .accordion-item {
  max-width: 900px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .accordions .accordion-item {
    padding-top: 26px;
  }
}
.accordions .accordion-body {
  margin: 20px 0;
  max-width: calc(100% - 30px);
}
.accordions .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordions .accordion-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.accordions .accordion-icon i {
  position: absolute;
  font-size: 1rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (min-width: 768px) {
  .accordions .accordion-icon i {
    font-size: 1.125rem;
  }
}
.accordions .accordion-icon .accordion-icon__plus {
  opacity: 1;
  transform: rotate(0deg);
}
.accordions .accordion-icon .accordion-icon__minus {
  opacity: 0;
  transform: rotate(-90deg);
}
.accordions .accordion-btn:not(.collapsed) .accordion-icon__plus {
  opacity: 0;
  transform: rotate(90deg);
}
.accordions .accordion-btn:not(.collapsed) .accordion-icon__minus {
  opacity: 1;
  transform: rotate(0deg);
}
.accordions .accordion-btn {
  align-items: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  padding: 7px 0;
  position: relative;
  text-align: left;
  width: 100%;
  white-space: normal;
  color: #1F2022;
}
@media (min-width: 768px) {
  .accordions .accordion-btn {
    font-size: 1.375rem;
    padding-bottom: 16px;
  }
}
.accordions__col {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .accordions--half .accordion {
    -moz-columns: 2;
         columns: 2;
    gap: 3rem;
  }
}
.accordions--half .column-break {
  -moz-column-break-after: column;
       break-after: column;
}
@media (min-width: 768px) {
  .accordions--split .component__header {
    margin: auto;
  }
  .accordions--split .accordions__col {
    flex-basis: 50%;
  }
}
.accordions.background-white .accordion-btn, .accordions.background-light .accordion-btn, .accordions.background-light-blue .accordions.background-gold .accordion-btn {
  border-bottom-color: #8F8F8F;
}
.accordions.background-dark .accordion-btn {
  border-bottom-color: #d2d2d2;
  color: #FFEDD7;
}
.accordions.background-dark .accordion-btn.collapsed {
  color: #ffffff;
}

/************
 *
 * Blog Styles
 *
 ***********/
.blog .block-heading {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blog .block-heading {
    margin-bottom: 50px;
  }
}
.blog .swiper-slide-partial {
  opacity: 0.6;
}
.blog.carousel .card .card-img-wrapper {
  position: relative;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .blog.carousel .card .card-img-wrapper {
    height: 300px;
    border-radius: 35px;
  }
}
.blog.carousel .card .card-img-wrapper img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.4s ease;
}
.blog .card {
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .blog .card .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.blog .card .card-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 1020px) {
  .blog .card .card-title {
    font-size: 20px;
  }
}
.blog .card .wrapped-link {
  text-decoration: none;
}
.blog .card .wrapped-link:hover .card-img-wrapper img, .blog .card .wrapped-link:focus .card-img-wrapper img {
  transform: scale(1.1);
}
.blog .card .wrapped-link:hover .card-link, .blog .card .wrapped-link:focus .card-link {
  color: #0d65b7;
}
.blog .card .wrapped-link:hover .card-link:after, .blog .card .wrapped-link:focus .card-link:after {
  border-bottom-color: #0d65b7;
}
.blog .card span.card-link {
  padding-top: 13px;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
}
@media (min-width: 1020px) {
  .blog .card span.card-link {
    font-size: 1rem;
  }
}
.blog .card span.card-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  margin-top: 4px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid black;
  transition: all 0.3s ease;
}
.blog.feed .card {
  flex: 1 1 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .blog.feed .card {
    align-items: center;
    box-shadow: none;
    flex-basis: calc(100% - var(--grid-gutter-width));
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blog.feed .card-body {
    flex: 1;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1020px) {
  .blog.feed .card-body {
    padding-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .blog.feed .card-body {
    padding-left: 5rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1020px) {
  .blog.feed .card-subtitle {
    font-size: var(--h6-font-size);
  }
}
@media (min-width: 1020px) {
  .blog.feed .card-title {
    font-size: var(--h3-font-size);
  }
}
.blog.feed .card-img-wrapper {
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .blog.feed .card-img-wrapper {
    border-radius: var(--border-radius-lg);
    flex: 0 1 44%;
    width: 44%;
  }
}
.blog.feed[data-background=dark] .card-body {
  background-color: transparent;
  color: var(--light);
}
.blog.feed[data-background=dark] .card-subtitle {
  color: inherit;
}
.blog .blog-slider-col {
  padding-right: 0;
}
.blog .swiper-navigation--wrapper {
  position: relative;
  padding-top: 15px;
}
@media (min-width: 1020px) {
  .blog .swiper-navigation--wrapper {
    padding-top: 30px;
  }
}
.blog .swiper-navigation--wrapper .swiper-button-prev {
  margin-right: 15px;
}

/************
 *
 * Blurb Styles
 *
 ***********/
.blurbs.background-dark .block-heading {
  color: white;
}
.blurbs.background-dark .block-heading .block-header {
  color: white;
}
.blurbs.background-dark .blurb-card .blurb-body {
  color: white;
}
.blurbs.background-dark .blurb-card .blurb-title {
  color: white;
}
.blurbs.background-dark .blurb-card .blurb-copy p {
  color: white;
}
.blurbs.dark-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 38, 109, 0.65);
  z-index: 1;
}
.blurbs.dark-overlay .container {
  position: relative;
  z-index: 2;
}
.blurbs .block-heading {
  text-align: center;
  margin: 0 auto 20px auto;
  padding-bottom: 30px;
}
.blurbs .blurb-card {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
.blurbs .blurb-body {
  background-color: transparent;
  color: var(--dark);
  padding: 0;
}
.blurbs .blurb-title {
  font-size: 20px;
  font-weight: 700;
}
.blurbs .blurb-img {
  margin-bottom: 2rem;
  height: 100px;
}
.blurbs .blurb-img img {
  max-width: 65px;
  max-height: 65px;
}
@media (min-width: 768px) {
  .blurbs .blurb-img img {
    max-width: 90px;
    max-height: 90px;
  }
}
.blurbs .blurb-img .blurb-fa-icon {
  color: #70a8c4;
  font-size: 65px;
  line-height: 1;
}
@media (min-width: 768px) {
  .blurbs .blurb-img .blurb-fa-icon {
    font-size: 90px;
  }
}
.blurbs.larger-img .blurb-img {
  margin-bottom: 1rem;
  height: 100px;
}
.blurbs.larger-img .blurb-img img {
  max-width: 95px;
  max-height: 95px;
}
@media (min-width: 768px) {
  .blurbs.larger-img .blurb-img {
    height: 160px;
  }
  .blurbs.larger-img .blurb-img img {
    max-width: 160px;
    max-height: 160px;
  }
}
.blurbs .blurb-button {
  align-items: center;
  display: inline-flex;
  font-size: var(--font-size-sm);
}
.blurbs.default .blurb-card {
  padding: 10px 8px;
}
@media (min-width: 768px) {
  .blurbs.default .blurb-card {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .blurbs.default .blurb-card {
    padding: 20px 40px;
  }
}
.blurbs.default .blurb-card .blurb-body .blurb-title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .blurbs.default .blurb-card .blurb-body .blurb-title {
    font-size: 20px;
  }
}
.blurbs.default .blurb-card .blurb-body .blurb-copy p {
  font-size: 14px;
}
@media (min-width: 1020px) {
  .blurbs.default .blurb-card .blurb-body .blurb-copy p {
    font-size: 16px;
  }
}
.blurbs.default.outer-container {
  padding-bottom: 30px;
}
.blurbs.services .service-row {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.blurbs.services .service-row:nth-of-type(2) {
  border-top: 1px solid #d2d2d2;
}
.blurbs.services .service-row:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .blurbs.services .service-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blurbs.services .service-row .blurb-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .blurbs.services .service-row .blurb-title {
    font-size: 28px;
  }
}
@media (min-width: 1020px) {
  .blurbs.services .service-row .blurb-title {
    font-size: 32px;
  }
}
.blurbs.services .lightning-heading-row {
  padding-bottom: 60px;
}
@media (min-width: 1020px) {
  .blurbs.services .lightning-heading-row {
    padding-bottom: 90px;
  }
}
.blurbs.services .lightning-heading-row .col {
  text-wrap: nowrap;
}
.blurbs.services .lightning-heading-row .col .block-heading {
  padding-bottom: 0;
  margin-bottom: 0;
}
.blurbs.services .lightning-heading-row .col .block-header {
  text-transform: uppercase;
  margin-bottom: 0;
}
.blurbs.arrows .blurb-img {
  margin-bottom: 2rem;
  text-align: left;
}
.blurbs.arrows .blurb-img img {
  max-width: 80px;
  max-height: 80px;
}
@media (min-width: 768px) {
  .blurbs.arrows .blurb-img img {
    max-width: 100px;
    max-height: 110px;
  }
}
@media (min-width: 1020px) {
  .blurbs.arrows .blurb-card {
    padding: 20px 60px;
  }
  .blurbs.arrows .blurb-card:after {
    content: "";
    background: url("/wp-content/themes/grock/assets/img/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 60px;
  }
}
@media (min-width: 1280px) {
  .blurbs.arrows .blurb-card:after {
    right: 20px;
    top: 60px;
    width: 90px;
    height: 40px;
  }
}
.blurbs.arrows .blurb-card:last-of-type:after {
  display: none;
}
.blurbs.background-dark .blurb-card .blurb-body,
.blurbs .background-dark .blurb-card .blurb-body {
  color: white;
}
@media (max-width: 767.98px) {
  .blurbs .card-deck-sm-2 .blurb-card .blurb-body .blurb-title,
  .blurbs .card-deck-xs-2 .blurb-card .blurb-body .blurb-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .blurbs .card-deck-sm-2 .blurb-card .blurb-body .blurb-copy p,
  .blurbs .card-deck-xs-2 .blurb-card .blurb-body .blurb-copy p {
    font-size: 12px;
  }
}
.blurbs.pricing .pricing-card {
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .blurbs.pricing .pricing-card {
    padding: 50px 30px;
  }
}
@media (min-width: 1020px) {
  .blurbs.pricing .pricing-card {
    padding: 60px 40px;
  }
}
.blurbs.pricing .pricing-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blurbs.pricing .pricing-card__title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #3b444a;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blurbs.pricing .pricing-card__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1020px) {
  .blurbs.pricing .pricing-card__title {
    font-size: 1.375rem;
  }
}
.blurbs.pricing .pricing-card__price {
  font-size: 3rem;
  font-weight: 700;
  color: #1F2022;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blurbs.pricing .pricing-card__price {
    font-size: 3.5rem;
  }
}
@media (min-width: 1020px) {
  .blurbs.pricing .pricing-card__price {
    font-size: 4rem;
  }
}
.blurbs.pricing .pricing-card__subheading {
  font-size: 1rem;
  color: #565656;
  margin-bottom: 20px;
}
@media (min-width: 1020px) {
  .blurbs.pricing .pricing-card__subheading {
    font-size: 1.125rem;
  }
}
.blurbs.pricing .pricing-card__divider {
  width: 60%;
  max-width: 200px;
  height: 1px;
  background-color: #d2d2d2;
  margin-bottom: 25px;
}
@media (min-width: 1020px) {
  .blurbs.pricing .pricing-card__divider {
    margin-bottom: 30px;
  }
}
.blurbs.pricing .pricing-card__content {
  margin-bottom: 25px;
}
.blurbs.pricing .pricing-card__content p {
  font-size: 1rem;
  color: #565656;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .blurbs.pricing .pricing-card__content p {
    font-size: 1.125rem;
  }
}
.blurbs.pricing .cards-dark .pricing-card {
  background-color: #3b444a;
  box-shadow: none;
}
.blurbs.pricing .cards-dark .pricing-card__title {
  color: #ffffff;
}
.blurbs.pricing .cards-dark .pricing-card__price {
  color: #ffffff;
}
.blurbs.pricing .cards-dark .pricing-card__subheading {
  color: rgba(255, 255, 255, 0.8);
}
.blurbs.pricing .cards-dark .pricing-card__divider {
  background-color: rgba(255, 255, 255, 0.3);
}
.blurbs.pricing .cards-dark .pricing-card__content p {
  color: rgba(255, 255, 255, 0.9);
}
.blurbs.pricing .cards-dark .pricing-card .btn-text {
  color: #ffffff;
}
.blurbs.image-left .blurbs-image-left__panel {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
}
@media (min-width: 1020px) {
  .blurbs.image-left .blurbs-image-left__panel {
    padding: 50px 50px 20px;
  }
}
.blurbs.image-left .blurbs-image-left__grid {
  row-gap: 8px;
}
.blurbs.image-left .blurbs-image-left__icon {
  margin-bottom: 10px;
}
.blurbs.image-left .blurbs-image-left__icon img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.blurbs.image-left .blurbs-image-left__icon .blurb-fa-icon {
  color: #70a8c4;
  font-size: 40px;
  line-height: 1;
}
.blurbs.image-left .blurbs-image-left__text {
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.blurbs.image-left .blurbs-image-left__copy p {
  color: #333333;
  font-size: 0.9375rem;
}
.blurbs.circle-link .blurbs-circle-row {
  justify-content: center;
  row-gap: 30px;
}
.blurbs.circle-link .blurbs-circle-col {
  display: flex;
  justify-content: center;
}
.blurbs.circle-link .blurbs-circle-link {
  display: inline-block;
  line-height: 0;
  transition: transform 0.3s ease-in-out;
}
.blurbs.circle-link .blurbs-circle-link:hover, .blurbs.circle-link .blurbs-circle-link:focus-visible {
  transform: scale(1.05);
}
.blurbs.circle-link .blurbs-circle-img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 50%;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__icon {
  text-align: center;
  margin-bottom: 16px;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__icon img {
  display: inline-block;
  width: 70px;
  height: auto;
}
@media (min-width: 768px) {
  .blurbs.icon-hover-grid .blurbs-icon-hover-grid__icon img {
    width: 80px;
  }
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__heading {
  text-align: center;
  margin: 0 auto 40px;
  padding-bottom: 0;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__heading .block-header,
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__heading h2 {
  color: #70a8c4;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 1020px) {
  .blurbs.icon-hover-grid .blurbs-icon-hover-grid__heading {
    margin-bottom: 60px;
  }
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__intro {
  max-width: 760px;
  margin: -20px auto 40px;
  text-align: center;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__intro p {
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .blurbs.icon-hover-grid .blurbs-icon-hover-grid__intro {
    margin: -32px auto 56px;
  }
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__row {
  --bs-gutter-x: 24px;
  row-gap: 24px;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__label {
  margin: 18px 0 0;
  text-align: center;
  color: #333333;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__tile {
  position: relative;
  width: 100%;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.25s ease-in-out;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__img--active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__img--hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__tile:hover .blurbs-icon-hover-grid__img--active,
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__tile:focus-within .blurbs-icon-hover-grid__img--active {
  opacity: 0;
}
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__tile:hover .blurbs-icon-hover-grid__img--hover,
.blurbs.icon-hover-grid .blurbs-icon-hover-grid__tile:focus-within .blurbs-icon-hover-grid__img--hover {
  opacity: 1;
}
.blurbs.icon-hover-grid.feature-grid .blurbs-icon-hover-grid__label {
  color: #28266d;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 20px;
}
.blurbs.icon-hover-grid.feature-grid .blurbs-icon-hover-grid__copy {
  max-width: 300px;
  margin: 8px auto 0;
  text-align: center;
}
.blurbs.icon-hover-grid.feature-grid .blurbs-icon-hover-grid__copy p {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__icon {
  text-align: center;
  margin-bottom: 16px;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__icon img {
  display: inline-block;
  width: 70px;
  height: auto;
}
@media (min-width: 768px) {
  .blurbs.comparison-boxes .blurbs-comparison-boxes__icon img {
    width: 80px;
  }
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__heading {
  text-align: center;
  margin: 0 auto 40px;
  padding-bottom: 0;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__heading .block-header,
.blurbs.comparison-boxes .blurbs-comparison-boxes__heading h2 {
  color: #70a8c4;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 1020px) {
  .blurbs.comparison-boxes .blurbs-comparison-boxes__heading {
    margin-bottom: 60px;
  }
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__row {
  --bs-gutter-x: 30px;
  row-gap: 30px;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__box {
  background: #ededed;
  border-radius: 50px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  height: 100%;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__box:hover {
  transform: scale(1.03);
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__banner {
  padding: 18px 20px;
  text-align: center;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__banner .blurbs-comparison-boxes__title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .blurbs.comparison-boxes .blurbs-comparison-boxes__banner .blurbs-comparison-boxes__title {
    font-size: 1.75rem;
  }
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__box--navy .blurbs-comparison-boxes__banner {
  background: #28266d;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__box--blue .blurbs-comparison-boxes__banner {
  background: #70a8c4;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__img {
  line-height: 0;
  margin-bottom: 30px;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__img img {
  display: block;
  width: 100%;
  height: auto;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__body {
  padding: 0 30px 40px;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__body li,
.blurbs.comparison-boxes .blurbs-comparison-boxes__body p {
  color: #333333;
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.4;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__body li::before,
.blurbs.comparison-boxes .blurbs-comparison-boxes__body p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ef6c4e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.blurbs.comparison-boxes .blurbs-comparison-boxes__body li:last-child,
.blurbs.comparison-boxes .blurbs-comparison-boxes__body p:last-child {
  margin-bottom: 0;
}
.blurbs.product-tiles .blurbs-product-tiles__grid {
  --bs-gutter-x: 30px;
  row-gap: 40px;
  margin-top: 40px;
}
@media (min-width: 1020px) {
  .blurbs.product-tiles .blurbs-product-tiles__grid {
    margin-top: 60px;
  }
}
.blurbs.product-tiles .blurbs-product-tiles__tile {
  text-align: center;
}
.blurbs.product-tiles .blurbs-product-tiles__img {
  margin-bottom: 20px;
}
.blurbs.product-tiles .blurbs-product-tiles__img img {
  display: inline-block;
  max-width: 100%;
  width: 260px;
  height: auto;
}
@media (min-width: 768px) {
  .blurbs.product-tiles .blurbs-product-tiles__img img {
    width: 300px;
  }
}
.blurbs.product-tiles .blurbs-product-tiles__title {
  color: #28266d;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.375rem;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
@media (min-width: 1020px) {
  .blurbs.product-tiles .blurbs-product-tiles__title {
    font-size: 1.625rem;
  }
}
.blurbs.product-tiles .blurbs-product-tiles__copy p {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1020px) {
  .blurbs.product-tiles .blurbs-product-tiles__copy p {
    font-size: 1rem;
  }
}
.blurbs.product-tiles.photo-cover .blurbs-product-tiles__img {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.blurbs.product-tiles.photo-cover .blurbs-product-tiles__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blurbs.brewer-cards .block-heading {
  margin-bottom: 30px;
}
.blurbs.brewer-cards .blurbs-brewer-cards__grid {
  --bs-gutter-x: 30px;
  row-gap: 130px;
  margin-top: 100px;
}
@media (min-width: 1020px) {
  .blurbs.brewer-cards .blurbs-brewer-cards__grid {
    row-gap: 130px;
    margin-top: 130px;
  }
}
.blurbs.brewer-cards .blurbs-brewer-cards__col {
  display: flex;
  justify-content: center;
}
.blurbs.brewer-cards .blurbs-brewer-cards__card {
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 20px;
}
.blurbs.brewer-cards .blurbs-brewer-cards__card:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 15px;
  transform: translateY(-2px);
}
.blurbs.brewer-cards .blurbs-brewer-cards__img {
  text-align: center;
  margin: -60px 0 20px;
}
.blurbs.brewer-cards .blurbs-brewer-cards__img img {
  display: inline-block;
  max-height: 240px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blurbs.brewer-cards .blurbs-brewer-cards__title-link {
  display: block;
  background: #ef6c4e;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  padding: 16px 20px;
  margin: 0 0 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .blurbs.brewer-cards .blurbs-brewer-cards__title-link {
    font-size: 1.5rem;
    padding: 18px 24px;
  }
}
@media (min-width: 1020px) {
  .blurbs.brewer-cards .blurbs-brewer-cards__title-link {
    font-size: 1.75rem;
    line-height: 1.25;
    padding: 20px 24px;
  }
}
.blurbs.brewer-cards .blurbs-brewer-cards__title-link:hover, .blurbs.brewer-cards .blurbs-brewer-cards__title-link:focus-visible {
  background: #d65a3e;
  color: #ffffff;
}
.blurbs.brewer-cards .blurbs-brewer-cards__subtitle {
  padding: 0 20px 10px;
}
.blurbs.brewer-cards .blurbs-brewer-cards__subtitle p {
  color: #70a8c4;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 1020px) {
  .blurbs.brewer-cards .blurbs-brewer-cards__subtitle p {
    font-size: 1rem;
  }
}
.blurbs.brewer-cards .blurbs-brewer-cards__subtitle p strong,
.blurbs.brewer-cards .blurbs-brewer-cards__subtitle p b {
  font-weight: 700;
  color: #70a8c4;
}
.blurbs.brewer-cards.machine-cards .blurbs-brewer-cards__subtitle p {
  color: #333333;
  font-weight: 500;
  font-style: normal;
}
.blurbs.brewer-cards.machine-cards .blurbs-brewer-cards__subtitle p strong,
.blurbs.brewer-cards.machine-cards .blurbs-brewer-cards__subtitle p b {
  color: #333333;
}
.blurbs.icon-flip .blurbs-icon-flip__grid {
  row-gap: 40px;
}
.blurbs.icon-flip .blurbs-icon-flip__col {
  display: flex;
  justify-content: center;
}
.blurbs.icon-flip .blurbs-icon-flip__item {
  text-align: center;
  width: 100%;
  max-width: 380px;
}
.blurbs.icon-flip .blurbs-icon-flip__circle {
  position: relative;
  width: 270px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.blurbs.icon-flip .blurbs-icon-flip__circle .blurbs-icon-flip__front,
.blurbs.icon-flip .blurbs-icon-flip__circle .blurbs-icon-flip__back {
  position: absolute;
  inset: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blurbs.icon-flip .blurbs-icon-flip__circle .blurbs-icon-flip__front {
  background: #28266d;
}
.blurbs.icon-flip .blurbs-icon-flip__circle .blurbs-icon-flip__front img {
  max-width: 140px;
  max-height: 160px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blurbs.icon-flip .blurbs-icon-flip__circle .blurbs-icon-flip__back {
  background: #28266d;
  border: 6px solid #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  padding: 0 32px;
}
.blurbs.icon-flip .blurbs-icon-flip__circle .blurbs-icon-flip__back p {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 1020px) {
  .blurbs.icon-flip .blurbs-icon-flip__circle .blurbs-icon-flip__back p {
    font-size: 1.375rem;
  }
}
.blurbs.icon-flip .blurbs-icon-flip__circle:hover .blurbs-icon-flip__back, .blurbs.icon-flip .blurbs-icon-flip__circle:focus-within .blurbs-icon-flip__back {
  opacity: 1;
}
.blurbs.icon-flip .blurbs-icon-flip__title {
  color: #28266d;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.blurbs.brand-circles .blurbs-brand-circles__icon {
  text-align: center;
  margin-bottom: 16px;
}
.blurbs.brand-circles .blurbs-brand-circles__icon img {
  display: inline-block;
  width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .blurbs.brand-circles .blurbs-brand-circles__icon img {
    width: 70px;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__heading {
  text-align: center;
  margin: 0 auto 40px;
  padding-bottom: 0;
}
.blurbs.brand-circles .blurbs-brand-circles__heading .block-header,
.blurbs.brand-circles .blurbs-brand-circles__heading h2 {
  color: #70a8c4;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blurbs.brand-circles .blurbs-brand-circles__heading .block-header,
  .blurbs.brand-circles .blurbs-brand-circles__heading h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__heading .block-header,
  .blurbs.brand-circles .blurbs-brand-circles__heading h2 {
    font-size: 2.125rem;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__heading .block-header .accent,
.blurbs.brand-circles .blurbs-brand-circles__heading h2 .accent {
  color: #28266d;
  display: block;
  font-weight: 900;
  font-size: 1.75rem;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .blurbs.brand-circles .blurbs-brand-circles__heading .block-header .accent,
  .blurbs.brand-circles .blurbs-brand-circles__heading h2 .accent {
    font-size: 2.375rem;
  }
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__heading .block-header .accent,
  .blurbs.brand-circles .blurbs-brand-circles__heading h2 .accent {
    font-size: 3rem;
  }
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__heading {
    margin-bottom: 60px;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__row {
  --bs-gutter-x: 30px;
  row-gap: 30px;
  margin-bottom: 30px;
}
.blurbs.brand-circles .blurbs-brand-circles__row:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__row {
    row-gap: 40px;
    margin-bottom: 40px;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__col {
  display: flex;
  justify-content: center;
}
.blurbs.brand-circles .blurbs-brand-circles__single-icon {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .blurbs.brand-circles .blurbs-brand-circles__single-icon {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__single-icon {
    width: 270px;
    height: 270px;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__front {
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 50%;
  border: 8px solid #ef6c4e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__front {
    border-width: 10px;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__front img {
  max-width: 100px;
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .blurbs.brand-circles .blurbs-brand-circles__front img {
    max-width: 120px;
    max-height: 140px;
  }
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__front img {
    max-width: 140px;
    max-height: 160px;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__back {
  position: absolute;
  inset: 0;
  background: #28266d;
  border-radius: 50%;
  border: 8px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 30px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__back {
    border-width: 10px;
    padding: 30px 40px;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__back p {
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__back p {
    font-size: 0.75rem;
    line-height: 1.45;
  }
}
.blurbs.brand-circles .blurbs-brand-circles__single-icon:hover .blurbs-brand-circles__back,
.blurbs.brand-circles .blurbs-brand-circles__single-icon:focus-within .blurbs-brand-circles__back {
  opacity: 1;
  pointer-events: auto;
}
.blurbs.brand-circles .blurbs-brand-circles__btn-wrap {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 1020px) {
  .blurbs.brand-circles .blurbs-brand-circles__btn-wrap {
    margin-top: 60px;
  }
}
.blurbs.brand-grid .blurbs-brand-grid__icon {
  text-align: center;
  margin-bottom: 16px;
}
.blurbs.brand-grid .blurbs-brand-grid__icon img {
  display: inline-block;
  width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .blurbs.brand-grid .blurbs-brand-grid__icon img {
    width: 70px;
  }
}
.blurbs.brand-grid .blurbs-brand-grid__heading {
  text-align: center;
  margin: 0 auto 40px;
  padding-bottom: 0;
}
.blurbs.brand-grid .blurbs-brand-grid__heading .block-header,
.blurbs.brand-grid .blurbs-brand-grid__heading h2 {
  color: #70a8c4;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 1020px) {
  .blurbs.brand-grid .blurbs-brand-grid__heading {
    margin-bottom: 60px;
  }
}
.blurbs.brand-grid .blurbs-brand-grid__row {
  --bs-gutter-x: 30px;
  row-gap: 40px;
  margin-bottom: 30px;
}
.blurbs.brand-grid .blurbs-brand-grid__row:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .blurbs.brand-grid .blurbs-brand-grid__row {
    row-gap: 50px;
    margin-bottom: 50px;
  }
}
.blurbs.brand-grid .blurbs-brand-grid__col {
  display: flex;
  justify-content: center;
}
.blurbs.brand-grid .blurbs-brand-grid__card {
  text-align: center;
  max-width: 320px;
}
.blurbs.brand-grid .blurbs-brand-grid__logo {
  margin-bottom: 18px;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.blurbs.brand-grid .blurbs-brand-grid__logo img {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blurbs.brand-grid .blurbs-brand-grid__copy p {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1020px) {
  .blurbs.brand-grid .blurbs-brand-grid__copy p {
    font-size: 0.9375rem;
  }
}
.blurbs.brand-grid .blurbs-brand-grid__btn-wrap {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 1020px) {
  .blurbs.brand-grid .blurbs-brand-grid__btn-wrap {
    margin-top: 60px;
  }
}
.blurbs.boxed-center-image {
  padding: 0 !important;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 50%, #cde1ea 50%, #cde1ea 100%);
}
.blurbs.boxed-center-image .container {
  padding-top: 0;
  padding-bottom: 0;
}
.blurbs.boxed-center-image .blurbs-boxed-center__inner {
  position: relative;
  overflow: hidden;
  padding: 60px 24px;
  border: 4px solid #70a8c4;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .blurbs.boxed-center-image .blurbs-boxed-center__inner {
    padding: 80px 40px;
    border-radius: 30px;
  }
}
@media (min-width: 1020px) {
  .blurbs.boxed-center-image .blurbs-boxed-center__inner {
    padding: 100px 60px;
  }
}
.blurbs.boxed-center-image .blurbs-boxed-center__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.blurbs.boxed-center-image .blurbs-boxed-center__content {
  position: relative;
  z-index: 1;
}
.blurbs.boxed-center-image .block-heading {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .blurbs.boxed-center-image .block-heading {
    margin-bottom: 60px;
  }
}
.blurbs.boxed-center-image .block-heading .block-header,
.blurbs.boxed-center-image .block-heading h2 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.blurbs.boxed-center-image .blurbs-boxed-center__grid {
  --bs-gutter-x: 24px;
}
.blurbs.boxed-center-image .blurbs-boxed-center__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .blurbs.boxed-center-image .blurbs-boxed-center__col {
    gap: 48px;
  }
}
.blurbs.boxed-center-image .blurbs-boxed-center__col--center {
  align-items: center;
  justify-content: center;
}
.blurbs.boxed-center-image .blurbs-boxed-center__photo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.blurbs.boxed-center-image .blurbs-boxed-center__item {
  text-align: center;
  color: #ffffff;
}
.blurbs.boxed-center-image .blurbs-boxed-center__item-icon {
  margin-bottom: 16px;
}
.blurbs.boxed-center-image .blurbs-boxed-center__item-icon img {
  width: 80px;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .blurbs.boxed-center-image .blurbs-boxed-center__item-icon img {
    width: 100px;
  }
}
.blurbs.boxed-center-image .blurbs-boxed-center__item-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media (min-width: 1020px) {
  .blurbs.boxed-center-image .blurbs-boxed-center__item-title {
    font-size: 1.25rem;
  }
}
.blurbs.boxed-center-image .blurbs-boxed-center__item-copy p {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
}
.blurbs.circle-icons .blurbs-circle-icons__row {
  row-gap: 32px;
}
@media (min-width: 1020px) {
  .blurbs.circle-icons .blurbs-circle-icons__row {
    flex-wrap: nowrap;
  }
}
.blurbs.circle-icons .blurbs-circle-icons__col {
  display: flex;
  justify-content: center;
}
.blurbs.circle-icons .blurbs-circle-icons__circle {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 320px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 1020px) {
  .blurbs.circle-icons .blurbs-circle-icons__circle {
    padding: 32px;
  }
}
.blurbs.circle-icons .blurbs-circle-icons__circle:hover, .blurbs.circle-icons .blurbs-circle-icons__circle:focus {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  text-decoration: none;
}
.blurbs.circle-icons .blurbs-circle-icons__col:nth-child(odd) .blurbs-circle-icons__circle {
  background-color: #ef6c4e;
}
.blurbs.circle-icons .blurbs-circle-icons__col:nth-child(even) .blurbs-circle-icons__circle {
  background-color: #28266d;
}
.blurbs.circle-icons .blurbs-circle-icons__title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.15;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
@media (min-width: 1020px) {
  .blurbs.circle-icons .blurbs-circle-icons__title {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
}
.blurbs.circle-icons .blurbs-circle-icons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
}
@media (min-width: 1020px) {
  .blurbs.circle-icons .blurbs-circle-icons__icon {
    max-width: 96px;
  }
}
.blurbs.circle-icons .blurbs-circle-icons__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.blurbs.center-image .blurbs-center-image__heading {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .blurbs.center-image .blurbs-center-image__heading {
    margin-bottom: 56px;
  }
}
.blurbs.center-image .blurbs-center-image__heading .block-heading {
  margin-bottom: 16px;
}
.blurbs.center-image .blurbs-center-image__heading .block-heading .block-header,
.blurbs.center-image .blurbs-center-image__heading .block-heading h2 {
  color: #70a8c4;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.blurbs.center-image .blurbs-center-image__heading .block-copy p {
  color: #28266d;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 880px;
}
@media (min-width: 1020px) {
  .blurbs.center-image .blurbs-center-image__heading .block-copy p {
    font-size: 1.625rem;
  }
}
.blurbs.center-image .blurbs-center-image__grid {
  --bs-gutter-x: 32px;
}
.blurbs.center-image .blurbs-center-image__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .blurbs.center-image .blurbs-center-image__col {
    gap: 56px;
  }
}
.blurbs.center-image .blurbs-center-image__col--center {
  align-items: center;
  justify-content: center;
}
.blurbs.center-image .blurbs-center-image__photo {
  max-width: 360px;
  margin: 24px auto;
}
.blurbs.center-image .blurbs-center-image__photo img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .blurbs.center-image .blurbs-center-image__photo {
    margin: 0 auto;
  }
}
.blurbs.center-image .blurbs-center-image__item {
  text-align: center;
}
.blurbs.center-image .blurbs-center-image__item-title {
  color: #28266d;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
@media (min-width: 1020px) {
  .blurbs.center-image .blurbs-center-image__item-title {
    font-size: 1.5rem;
  }
}
.blurbs.center-image .blurbs-center-image__item-copy p {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1020px) {
  .blurbs.center-image .blurbs-center-image__item-copy p {
    font-size: 1rem;
  }
}

/************
 *
 * Cards Styles
 *
 ***********/
.cards .block-heading {
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .cards .block-heading {
    margin-bottom: 60px;
  }
}
.cards.heading-display .block-heading {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.cards.heading-display .block-heading h2,
.cards.heading-display .block-heading h3,
.cards.heading-display .block-heading h4 {
  color: #ef6c4e;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .cards.heading-display .block-heading h2,
  .cards.heading-display .block-heading h3,
  .cards.heading-display .block-heading h4 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1020px) {
  .cards.heading-display .block-heading h2,
  .cards.heading-display .block-heading h3,
  .cards.heading-display .block-heading h4 {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .cards.heading-display .block-heading h2,
  .cards.heading-display .block-heading h3,
  .cards.heading-display .block-heading h4 {
    font-size: 4.5rem;
  }
}
.cards.two-col-grid.heading-display .block-heading {
  margin-bottom: 60px;
}
@media (min-width: 1020px) {
  .cards.two-col-grid.heading-display .block-heading {
    margin-bottom: 90px;
  }
}
.cards.two-col-grid.text-left .card-body {
  text-align: left;
}
.cards .card {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .cards .card:nth-child(2n+2) {
    transition-delay: 100ms;
  }
}
@media (min-width: 1020px) {
  .cards .card:nth-child(3n+2) {
    transition-delay: 100ms;
  }
  .cards .card:nth-child(3n+3) {
    transition-delay: 200ms;
  }
}
.cards .card .card-title {
  margin-bottom: 12px;
}
.cards .card .card-body {
  background: transparent;
  padding-left: 10px;
}
.cards .card .card-body .card-title {
  color: #1F2022;
}
.cards .card .card-body .card-text {
  color: #3b444a;
}
.cards .card .card-img-wrapper {
  height: 300px;
  border-radius: 0;
  overflow: hidden;
}
.cards .card .card-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .cards--carousel-split .cards__col {
    flex-basis: 67%;
    max-width: 67%;
  }
  .cards--carousel-split .cards__col.component__header {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media (min-width: 1020px) {
  .cards--carousel-split .cards__col {
    flex-basis: 75%;
    max-width: 75%;
  }
  .cards--carousel-split .cards__col.component__header {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.cards.team-cards .card {
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cards.team-cards .card {
    padding: 20px 10px 0 0;
  }
}
@media (min-width: 1020px) {
  .cards.team-cards .card {
    padding: 20px 40px 20px 0px;
  }
}
.cards.team-cards .card .card-body {
  padding-left: 0;
}
.cards.team-cards .card .card-body .card-title {
  font-size: 18px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cards.team-cards .card .card-body .card-title {
    font-size: 22px;
  }
}
.cards.team-cards .card .card-body .card-text {
  font-size: 16px;
}
.cards.team-cards .card .card-img-wrapper {
  height: 300px;
  border-radius: 0;
  overflow: hidden;
}
.cards.team-cards .card .card-img-wrapper img {
  -o-object-position: top;
     object-position: top;
}
.cards.side-pic-grid .card {
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cards.side-pic-grid .card {
    margin-bottom: 40px;
  }
}
.cards.side-pic-grid .card .card-img-wrapper {
  height: 250px;
  width: 100%;
  border-radius: 0;
  flex-shrink: 0;
}
.cards.side-pic-grid .card .card-img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.cards.side-pic-grid .card .card-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
}
.cards.side-pic-grid .card .card-body .card-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #1F2022;
}
@media (min-width: 1020px) {
  .cards.side-pic-grid .card .card-body .card-title {
    font-size: 20px;
  }
}
.cards.side-pic-grid .card .card-body .card-text {
  color: #3b444a;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1020px) {
  .cards.side-pic-grid .card {
    flex-direction: row;
    align-items: stretch;
    min-height: 280px;
  }
  .cards.side-pic-grid .card .card-img-wrapper {
    height: auto;
    width: 45%;
    flex: 0 0 45%;
  }
  .cards.side-pic-grid .card .card-body {
    width: 55%;
    flex: 0 0 55%;
    padding: 40px;
  }
}
@media (min-width: 1020px) {
  .cards.side-pic-grid.shorter .card .card-body .card-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1020px) {
  .cards.side-pic-grid.shorter .card .card-img-wrapper {
    height: 280px;
  }
}
.cards.side-pic-grid.shorter.shadowed .card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.cards .card-overlay {
  background: transparent;
  border: none;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .cards .card-overlay {
    margin-bottom: 60px;
  }
}
.cards .card-overlay .card-img-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .cards .card-overlay .card-img-wrapper {
    aspect-ratio: 16/11;
  }
}
.cards .card-overlay .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.cards .card-overlay .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}
.cards .card-overlay .card-overlay__title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .cards .card-overlay .card-overlay__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1020px) {
  .cards .card-overlay .card-overlay__title {
    font-size: 3rem;
  }
}
.cards .card-overlay .card-overlay__info {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  line-height: 1;
}
@media (min-width: 768px) {
  .cards .card-overlay .card-overlay__info {
    font-size: 4rem;
  }
}
@media (min-width: 1020px) {
  .cards .card-overlay .card-overlay__info {
    font-size: 5rem;
  }
}
.cards .card-overlay .card-body {
  padding: 25px 10px;
  background: transparent;
}
@media (min-width: 768px) {
  .cards .card-overlay .card-body {
    padding: 30px 20px;
  }
}
@media (min-width: 1280px) {
  .cards .card-overlay .card-body {
    padding: 30px 40px;
  }
}
.cards .card-overlay .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F2022;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cards .card-overlay .card-title {
    font-size: 1.5rem;
  }
}
.cards .card-overlay .card-text {
  color: #565656;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cards .card-overlay .card-text {
    font-size: 1.125rem;
  }
}
.cards .card-overlay .card-text p:last-child {
  margin-bottom: 0;
}
.cards .card-overlay .card-link {
  margin-top: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1020px) {
  .cards .card-deck {
    margin-right: 0;
    margin-left: 0;
  }
  .cards .card-deck > .card {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1020px) {
  .cards .card-deck {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .cards .card-deck.card-deck-lg-1 > .card {
    flex-basis: calc((100% - (1 - 1) * 40px) / 1);
    max-width: calc((100% - (1 - 1) * 40px) / 1);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-lg-2 > .card {
    flex-basis: calc((100% - (2 - 1) * 40px) / 2);
    max-width: calc((100% - (2 - 1) * 40px) / 2);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-lg-3 > .card {
    flex-basis: calc((100% - (3 - 1) * 40px) / 3);
    max-width: calc((100% - (3 - 1) * 40px) / 3);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-lg-4 > .card {
    flex-basis: calc((100% - (4 - 1) * 40px) / 4);
    max-width: calc((100% - (4 - 1) * 40px) / 4);
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  .cards .card-deck {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .cards .card-deck.card-deck-xl-1 > .card {
    flex-basis: calc((100% - (1 - 1) * 100px) / 1);
    max-width: calc((100% - (1 - 1) * 100px) / 1);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-xl-2 > .card {
    flex-basis: calc((100% - (2 - 1) * 100px) / 2);
    max-width: calc((100% - (2 - 1) * 100px) / 2);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-xl-3 > .card {
    flex-basis: calc((100% - (3 - 1) * 100px) / 3);
    max-width: calc((100% - (3 - 1) * 100px) / 3);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-xl-4 > .card {
    flex-basis: calc((100% - (4 - 1) * 100px) / 4);
    max-width: calc((100% - (4 - 1) * 100px) / 4);
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1410px) {
  .cards .card-deck {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .cards .card-deck.card-deck-xxl-1 > .card {
    flex-basis: calc((100% - (1 - 1) * 100px) / 1);
    max-width: calc((100% - (1 - 1) * 100px) / 1);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-xxl-2 > .card {
    flex-basis: calc((100% - (2 - 1) * 100px) / 2);
    max-width: calc((100% - (2 - 1) * 100px) / 2);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-xxl-3 > .card {
    flex-basis: calc((100% - (3 - 1) * 100px) / 3);
    max-width: calc((100% - (3 - 1) * 100px) / 3);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards .card-deck.card-deck-xxl-4 > .card {
    flex-basis: calc((100% - (4 - 1) * 100px) / 4);
    max-width: calc((100% - (4 - 1) * 100px) / 4);
    flex-grow: 0;
    flex-shrink: 0;
  }
}

/**
 * Comparison block — us-vs-them table.
 *
 * Ported from the reference us-vs-them design and scoped to the block. The PVS
 * ("us") column is the highlighted band; the competitor ("them") column is muted.
 */
.comparison {
  --cmp-ink: #0f1729;
  --cmp-ink-soft: #5a6478;
  --cmp-line: #d5e3ec;
  --cmp-card: #ffffff;
  --cmp-brand: #70a8c4;
  --cmp-brand-dark: #28266d;
  --cmp-brand-tint: #eef5f9;
  --cmp-brand-glow: rgba(112, 168, 196, 0.30);
  --cmp-green: #0d9f6e;
  --cmp-green-glow: rgba(13, 159, 110, 0.28);
  --cmp-them: #575e6a;
  --cmp-them-soft: #aab3c4;
  --cmp-radius: 20px;
  --cmp-shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);
  --cmp-shadow-lg: 0 30px 60px -20px rgba(16, 24, 40, .28);
  --cmp-shadow-brand: 0 30px 70px -22px var(--cmp-brand-glow);
  position: relative;
  padding-block: 64px 96px;
  color: var(--cmp-ink);
  background: radial-gradient(1200px 600px at 80% -10%, #e9f7f1 0%, transparent 55%), radial-gradient(1000px 500px at -10% 10%, #eef1fb 0%, transparent 50%);
}
.comparison__intro {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}
.comparison__intro .comparison__subheader {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cmp-brand-dark);
  background: var(--cmp-brand-tint);
  border: 1px solid rgba(112, 168, 196, 0.35);
  border-radius: 999px;
}
.comparison__intro .block-header {
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(32px, 5vw, 52px);
}
.comparison__intro p {
  margin: 0 auto;
  max-width: 620px;
  font-size: clamp(16px, 2vw, 19px);
  color: var(--cmp-ink-soft);
}

.comparison-table {
  max-width: 1040px;
  margin: 0 auto;
  background: var(--cmp-card);
  border: 1px solid var(--cmp-line);
  border-radius: var(--cmp-radius);
  box-shadow: var(--cmp-shadow-lg);
  overflow: hidden;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  align-items: stretch;
}
.comparison-row + .comparison-row .comparison-cell {
  border-top: 1px solid var(--cmp-line);
}

.comparison-cell {
  display: flex;
  align-items: center;
  padding: 22px 26px;
}
.comparison-cell--feature {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.comparison-cell--us {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--cmp-brand-tint) 100%);
  background-attachment: local;
}
.comparison-cell--us .comparison-val {
  color: var(--cmp-ink);
  font-weight: 600;
}
.comparison-cell--them {
  color: var(--cmp-them);
}
.comparison-cell--them .comparison-val {
  color: var(--cmp-them);
}

.comparison-feature__title {
  font-weight: 650;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.comparison-feature__sub {
  font-size: 13.5px;
  color: var(--cmp-ink-soft);
}

.comparison-row--head .comparison-cell {
  padding-top: 0;
  padding-bottom: 0;
}

.comparison-colhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
  padding: 30px 18px 26px;
  text-align: center;
}
.comparison-colhead__logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 22px;
  overflow: hidden;
  box-shadow: var(--cmp-shadow-sm);
}
.comparison-colhead__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}
.comparison-colhead__name {
  font-weight: 750;
  font-size: 17px;
  letter-spacing: -0.01em;
}
.comparison-colhead__tag {
  font-size: 12.5px;
  color: var(--cmp-ink-soft);
}
.comparison-colhead--them .comparison-colhead__logo {
  background: #eef1f6;
  color: var(--cmp-them);
}
.comparison-colhead--them .comparison-colhead__name {
  color: var(--cmp-ink-soft);
}
.comparison-colhead--us {
  position: relative;
  margin-top: -22px;
  padding: 34px 18px 28px;
  background: var(--cmp-card);
  border: 1.5px solid var(--cmp-brand);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  box-shadow: var(--cmp-shadow-brand);
  z-index: 2;
}
.comparison-colhead--us .comparison-colhead__logo {
  background: #fff;
  border: 1px solid var(--cmp-line);
}
.comparison-colhead--us .comparison-colhead__name {
  color: var(--cmp-brand-dark);
}

.comparison-row--head .comparison-cell--us {
  padding: 0;
}

.comparison-colhead__placeholder {
  color: var(--cmp-them);
}

.comparison-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background: linear-gradient(135deg, var(--cmp-brand-dark), var(--cmp-brand));
  border-radius: 999px;
  box-shadow: 0 8px 18px -6px var(--cmp-brand-glow);
}

.comparison-body .comparison-cell--us {
  border-left: 1.5px solid var(--cmp-brand);
  border-right: 1.5px solid var(--cmp-brand);
}
.comparison-body .comparison-row:last-child .comparison-cell--us {
  border-bottom: 1.5px solid var(--cmp-brand);
  border-radius: 0 0 18px 18px;
}

.comparison-mark {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  border-radius: 50%;
}
.comparison-mark svg {
  width: 14px;
  height: 14px;
}
.comparison-mark--yes {
  color: #fff;
  background: var(--cmp-green);
  box-shadow: 0 4px 10px -3px var(--cmp-green-glow);
}
.comparison-mark--no {
  color: var(--cmp-them-soft);
  background: #eef1f6;
}

.comparison-val {
  font-size: 15px;
}

.comparison-row--foot .comparison-cell {
  padding: 26px;
}
.comparison-row--foot .comparison-cell--feature {
  background: #fbfcfe;
}
.comparison-row--foot .comparison-cell--cta {
  grid-column: 2/4;
}

.comparison-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--cmp-brand-dark);
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 26px -10px rgba(40, 38, 109, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.comparison-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -10px rgba(40, 38, 109, 0.45);
}

@media (max-width: 767.98px) {
  .comparison {
    padding-block: 40px 64px;
  }
  .comparison-table {
    max-width: none;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
  .comparison-row--head,
  .comparison-row--foot {
    display: none;
  }
  .comparison-row {
    grid-template-columns: 1fr;
  }
  .comparison-row + .comparison-row .comparison-cell {
    border-top: none;
  }
  .comparison-body .comparison-row {
    margin-bottom: 16px;
    background: var(--cmp-card);
    border: 1px solid var(--cmp-line);
    border-radius: 16px;
    box-shadow: var(--cmp-shadow-sm);
    overflow: hidden;
  }
  .comparison-cell {
    padding: 16px 18px;
  }
  .comparison-cell--feature {
    background: #fbfcfe;
    border-bottom: 1px solid var(--cmp-line);
  }
  .comparison-cell--us {
    background: var(--cmp-brand-tint);
  }
  .comparison-cell--us, .comparison-body .comparison-row:last-child .comparison-cell--us {
    border: none;
    border-radius: 0;
  }
  .comparison-cell--us::before, .comparison-cell--them::before {
    content: attr(data-label);
    min-width: 84px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--cmp-ink-soft);
  }
  .comparison-cell--us::before {
    color: var(--cmp-brand-dark);
  }
}
/************
 *
 * Counters Styles
 *
 ***********/
.counters {
  --counters-border-style: solid;
}
.counters__group {
  justify-content: center;
}
.counters .heading-row {
  margin-bottom: 30px;
}
@media (min-width: 1020px) {
  .counters .heading-row {
    margin-bottom: 50px;
  }
}
.counters__card {
  box-shadow: none;
  padding: 40px;
  text-align: left;
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  .counters__card {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.counters__card:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
  height: 2px;
  width: 80%;
  border-bottom: 1px solid #8B8B8B;
}
@media (min-width: 1020px) {
  .counters__card:after {
    content: "";
    display: inline;
    position: absolute;
    border-bottom: none;
    right: 0;
    bottom: unset;
    top: 50%;
    height: 60%;
    left: unset;
    width: 2px;
    border-right: 1px solid #8B8B8B;
    transform: translateY(-50%);
  }
}
.counters__card:last-of-type {
  border: none;
}
.counters__card:last-of-type:after {
  border-right: none;
  border-bottom: none;
}
@media (min-width: 1020px) {
  .counters__card:first-of-type {
    margin-left: 0;
    padding-left: 15px;
  }
}
.counters__header {
  margin: auto;
  margin-bottom: 40px;
}
.counters__image {
  height: 40px;
  width: 40px;
}
.counters__number {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: var(--font-weight-bold);
  color: #2C497D;
}
@media (min-width: 1020px) {
  .counters__number {
    font-size: 70px;
  }
}
.counters__title {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .counters__title {
    font-size: 26px;
  }
}
.counters.triplet .big-number-col {
  display: flex;
  align-items: center;
}
@media (min-width: 1020px) {
  .counters.triplet .big-number-col {
    border-right: 1px solid #ACACAC;
  }
}
@media (min-width: 1020px) {
  .counters.triplet .big-number-col .counter-wrap .counters__card .counters__number {
    font-size: 150px;
  }
}
@media (min-width: 1020px) {
  .counters.triplet .big-number-col .counter-wrap .counters__card .counters__title {
    font-size: 24px;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .counters.triplet .big-number-col .counter-wrap .counters__card .counters__title {
    padding-right: 80px;
  }
}
.counters.triplet .counter-wrap .counters__card {
  text-align: left;
}
.counters.triplet .counter-wrap .counters__card .counters__number {
  font-family: "Poppins", sans-serif;
}
.counters.triplet .counter-wrap .counters__card .counters__title {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .counters.triplet .counter-wrap .counters__card .counters__title {
    font-size: 18px;
  }
}
@media (min-width: 1020px) {
  .counters.triplet .counter-1 {
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 30px;
  }
}
@media (min-width: 1020px) {
  .counters.triplet .counter-1,
  .counters.triplet .counter-2 {
    margin-left: 50px;
  }
}
@media (min-width: 1280px) {
  .counters.triplet .counter-1,
  .counters.triplet .counter-2 {
    margin-left: 70px;
  }
}

.cta.background-transparent {
  background-color: transparent !important;
}
.cta .gform_next_button {
  background-color: #ef6c4e !important;
}
.cta__content {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cta__content {
    margin-bottom: 0;
  }
}
.cta__logos {
  margin-top: 40px;
}
@media (min-width: 1020px) {
  .cta__logos {
    margin-top: 60px;
  }
}
.cta.form-bump .cta__form {
  position: relative;
  z-index: 2;
}
@media (min-width: 1020px) {
  .cta.form-bump .cta__form {
    margin-top: -70px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1280px) {
  .cta.form-bump .cta__form {
    margin-top: -80px;
  }
}
@media (min-width: 1020px) {
  .cta.form-bump.more-bump .cta__form {
    margin-top: -180px;
  }
}
@media (min-width: 1280px) {
  .cta.form-bump.more-bump .cta__form {
    margin-top: -210px;
  }
}
.cta__form {
  padding: 0;
  max-width: 1100px;
}
.cta__form .gform_wrapper .gform_required_legend {
  display: none;
}
@media (min-width: 1020px) {
  .cta__form .gform_wrapper form .gfield {
    margin-bottom: 10px;
  }
}
.cta__form .gform_wrapper form input:not([type=submit]),
.cta__form .gform_wrapper form select,
.cta__form .gform_wrapper form textarea {
  border: 1px solid #bbb;
  border-radius: 8px;
}
.cta__form .gform_wrapper form input:not([type=submit])::-moz-placeholder, .cta__form .gform_wrapper form select::-moz-placeholder, .cta__form .gform_wrapper form textarea::-moz-placeholder {
  color: #737272;
}
.cta__form .gform_wrapper form input:not([type=submit])::placeholder,
.cta__form .gform_wrapper form select::placeholder,
.cta__form .gform_wrapper form textarea::placeholder {
  color: #737272;
}
.cta__form .gform_wrapper form input[type=submit]:hover, .cta__form .gform_wrapper form input[type=submit]:focus {
  background-color: #ef6c4e;
}
.cta__form .gform_wrapper form select {
  padding-bottom: 10px;
}
@media (min-width: 1020px) {
  .cta.form-left .cta__col, .cta.form-right .cta__col, .cta.hero-form-right .cta__col {
    display: flex;
  }
}
.cta.form-left .cta__content, .cta.form-right .cta__content, .cta.hero-form-right .cta__content {
  text-align: left;
}
@media (min-width: 1020px) {
  .cta.form-left .cta__content, .cta.form-right .cta__content, .cta.hero-form-right .cta__content {
    flex-basis: 50%;
    padding-right: 30px;
  }
}
.cta.form-left .cta__above-form-content, .cta.form-right .cta__above-form-content, .cta.hero-form-right .cta__above-form-content {
  margin-bottom: 20px;
}
.cta.form-left .cta__above-form-content p, .cta.form-right .cta__above-form-content p, .cta.hero-form-right .cta__above-form-content p {
  font-size: 1rem;
}
.cta.form-left .cta__above-form-content h2,
.cta.form-left .cta__above-form-content h3, .cta.form-right .cta__above-form-content h2,
.cta.form-right .cta__above-form-content h3, .cta.hero-form-right .cta__above-form-content h2,
.cta.hero-form-right .cta__above-form-content h3 {
  font-weight: 700;
}
@media (min-width: 1020px) {
  .cta.form-left .cta__form,
  .cta.form-left .cta__heading, .cta.form-right .cta__form,
  .cta.form-right .cta__heading, .cta.hero-form-right .cta__form,
  .cta.hero-form-right .cta__heading {
    flex-basis: 50%;
  }
}
.cta.form-left .cta__form, .cta.form-right .cta__form, .cta.hero-form-right .cta__form {
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
@media (min-width: 1020px) {
  .cta.form-left .cta__form, .cta.form-right .cta__form, .cta.hero-form-right .cta__form {
    padding: 40px;
  }
}
@media (min-width: 1020px) {
  .cta.form-left .cta__form {
    order: -1;
  }
}
@media (min-width: 1020px) {
  .cta.form-right .cta__content, .cta.hero-form-right .cta__content {
    padding-right: 60px;
  }
}
@media (min-width: 1280px) {
  .cta.form-right .cta__content, .cta.hero-form-right .cta__content {
    padding-right: 100px;
  }
}
.cta.form-stacked .block-heading {
  padding-top: 40px;
  text-align: center;
}
.cta.form-stacked .block-heading .block-header {
  text-transform: none !important;
}
.cta.form-stacked .block-copy {
  text-align: center;
}
.cta.form-stacked .gform_wrapper {
  margin-top: 25px;
}
@media (min-width: 1020px) {
  .cta.form-stacked .gform_wrapper {
    margin-top: 40px;
  }
}
.cta.form-stacked .cta__form {
  background-color: white;
  padding-bottom: 40px;
}
@media (min-width: 1020px) {
  .cta.form-stacked .cta__form {
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .cta.form-stacked .cta__form {
    width: 800px;
  }
}
.cta.form-stacked .form-outer-wrap {
  padding-top: 0;
}
@media (min-width: 1020px) {
  .cta.form-stacked .form-outer-wrap {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1020px) {
  .cta.form-stacked .form-outer-wrap .form-inner-wrap {
    max-width: 620px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .cta.form-stacked .form-outer-wrap .form-inner-wrap {
    max-width: 680px;
  }
}
.cta.split .row, .cta.contact-info .row {
  flex-wrap: wrap;
}
@media (min-width: 1020px) {
  .cta.split .contact-info, .cta.contact-info .contact-info {
    padding-left: 30px;
  }
}
.cta.split .contact-info .phone,
.cta.split .contact-info .email, .cta.contact-info .contact-info .phone,
.cta.contact-info .contact-info .email {
  margin: 12px 0;
}
@media (min-width: 1020px) {
  .cta.split .contact-info .phone,
  .cta.split .contact-info .email, .cta.contact-info .contact-info .phone,
  .cta.contact-info .contact-info .email {
    margin: 20px 0;
  }
}
.cta.split .contact-info .phone a,
.cta.split .contact-info .email a, .cta.contact-info .contact-info .phone a,
.cta.contact-info .contact-info .email a {
  color: #3b444a;
  font-weight: 700;
}
@media (min-width: 1020px) {
  .cta.split .contact-info .phone a,
  .cta.split .contact-info .email a, .cta.contact-info .contact-info .phone a,
  .cta.contact-info .contact-info .email a {
    font-size: 1.25rem;
  }
}
.cta.split .contact-info .phone a:hover, .cta.split .contact-info .phone a:focus,
.cta.split .contact-info .email a:hover,
.cta.split .contact-info .email a:focus, .cta.contact-info .contact-info .phone a:hover, .cta.contact-info .contact-info .phone a:focus,
.cta.contact-info .contact-info .email a:hover,
.cta.contact-info .contact-info .email a:focus {
  color: #d65a3e;
}
.cta.split .contact-info .phone a i,
.cta.split .contact-info .email a i, .cta.contact-info .contact-info .phone a i,
.cta.contact-info .contact-info .email a i {
  margin-right: 8px;
}
.cta.split .heading-col, .cta.contact-info .heading-col {
  position: relative;
}
@media (min-width: 1020px) {
  .cta.split .heading-col:after, .cta.contact-info .heading-col:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 2px solid #d2d2d2;
  }
}
.cta.hero-form-right.has-bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(13, 12, 42, 0.6);
  z-index: 1;
}
.cta.hero-form-right.has-bg-img .container {
  position: relative;
  z-index: 2;
}
.cta.hero-form-right.has-bg-img.no-overlay:after {
  display: none;
}
@media (min-width: 1020px) {
  .cta.hero-form-right h1,
  .cta.hero-form-right .h1 {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1280px) {
  .cta.hero-form-right .cta__content {
    flex-basis: 60%;
  }
}
.cta.hero-form-right.background-dark .cta__content p {
  color: white;
}
@media (min-width: 1280px) {
  .cta.hero-form-right .cta__form {
    flex-basis: 40%;
  }
}
.cta.hero-form-right .cta__col {
  align-items: center;
}
.cta.hero-form-right .cta__form {
  height: -moz-fit-content;
  height: fit-content;
}
.cta.hero-form-right.invert-logos .logos__image {
  filter: invert(1);
}
.cta.band-accent .accent {
  display: block;
  color: #70a8c4;
}
.cta.text {
  color: white;
  text-align: center;
  background-color: var(--section-bg-color, #ef6c4e);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .cta.text {
    padding: 50px 0;
  }
}
@media (min-width: 1020px) {
  .cta.text {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .cta.text .cta__col {
    max-width: 80%;
    margin: auto;
  }
}
.cta.text .copy-col a:not(.btn) {
  color: white;
}
.cta.text .copy-col a:not(.btn):hover, .cta.text .copy-col a:not(.btn):focus {
  color: #e1e1e1;
}
@media (min-width: 1020px) {
  .cta.text .copy-col {
    margin: 0 auto;
    max-width: 820px;
  }
}
.cta.text .copy-col .block-copy p {
  font-size: 1.0625rem;
}
@media (min-width: 1020px) {
  .cta.text .copy-col .block-copy p {
    font-size: 1.0625rem;
  }
}
.cta.text .block-header {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .cta.text .block-header {
    font-size: 2.125rem;
  }
}
@media (min-width: 1020px) {
  .cta.text .block-header {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}
.cta.text .block-copy p {
  color: white;
  font-weight: 500;
  font-size: 1.0625rem;
  margin-bottom: 20px;
}
@media (min-width: 1020px) {
  .cta.text .block-copy p {
    font-size: 1.0625rem;
  }
}
.cta.text .btn {
  margin-top: 15px;
}
.cta.text .smaller {
  display: block;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}
@media (min-width: 1020px) {
  .cta.text .smaller {
    font-size: 1.375rem;
    line-height: 32px;
  }
}
.cta.form-background-right .cta__content {
  color: white;
}
.cta.form-background-right .cta__bg-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cta.form-background-right .cta__bg-image-container {
  display: none;
}
@media (min-width: 1020px) {
  .cta.form-background-right .cta__bg-image-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .cta.form-background-right .cta__bg-image-container {
    width: 85%;
  }
}
.cta.form-background-right .cta__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta.form-background-right .cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.cta.form-background-right .cta__form-card {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1020px) {
  .cta.form-background-right .cta__form-card {
    width: 65%;
    margin: 40px 0;
  }
}
@media (min-width: 1280px) {
  .cta.form-background-right .cta__form-card {
    width: 55%;
    margin: 50px 0;
  }
}
@media (min-width: 1410px) {
  .cta.form-background-right .cta__form-card {
    width: 50%;
    margin: 60px 0;
  }
}
.cta.form-background-right .cta__form-card-inner {
  padding: 30px 25px;
}
@media (min-width: 768px) {
  .cta.form-background-right .cta__form-card-inner {
    padding: 40px 35px;
  }
}
@media (min-width: 1020px) {
  .cta.form-background-right .cta__form-card-inner {
    padding: 50px 45px;
  }
}
@media (min-width: 1280px) {
  .cta.form-background-right .cta__form-card-inner {
    padding: 55px 50px;
  }
}
.cta.form-background-right .cta__form-heading {
  margin-bottom: 25px;
}
@media (min-width: 1020px) {
  .cta.form-background-right .cta__form-heading {
    margin-bottom: 30px;
  }
}
.cta.form-background-right .cta__form-heading h2,
.cta.form-background-right .cta__form-heading .h2 {
  font-size: 1.625rem;
  font-weight: 600;
  color: #1F2022;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cta.form-background-right .cta__form-heading h2,
  .cta.form-background-right .cta__form-heading .h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1020px) {
  .cta.form-background-right .cta__form-heading h2,
  .cta.form-background-right .cta__form-heading .h2 {
    font-size: 2.125rem;
    margin-bottom: 15px;
  }
}
.cta.form-background-right .cta__form-heading p {
  font-size: 0.9375rem;
  color: #565656;
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .cta.form-background-right .cta__form-heading p {
    font-size: 1rem;
  }
}
.cta.form-background-right .cta__form .gform_wrapper form .gfield {
  margin-bottom: 4px;
}
@media (min-width: 1020px) {
  .cta.form-background-right .cta__form .gform_wrapper form .gfield {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.cta.form-background-right .cta__form .gform_wrapper form input:not([type=submit]),
.cta.form-background-right .cta__form .gform_wrapper form select,
.cta.form-background-right .cta__form .gform_wrapper form textarea {
  border: 1px solid #C7C7C7;
  border-radius: 8px;
  color: black;
}
.cta.form-background-right .cta__form .gform_wrapper form input:not([type=submit])::-moz-placeholder, .cta.form-background-right .cta__form .gform_wrapper form select::-moz-placeholder, .cta.form-background-right .cta__form .gform_wrapper form textarea::-moz-placeholder {
  color: #737272;
}
.cta.form-background-right .cta__form .gform_wrapper form input:not([type=submit])::placeholder,
.cta.form-background-right .cta__form .gform_wrapper form select::placeholder,
.cta.form-background-right .cta__form .gform_wrapper form textarea::placeholder {
  color: #737272;
}
.cta.form-background-right .cta__form .gform_wrapper form select {
  color: #565656;
}
.cta.form-background-right .cta__form .gform_wrapper form input:not([type=submit]),
.cta.form-background-right .cta__form .gform_wrapper form textarea {
  padding: 12px 15px;
}
.cta.form-background-right .cta__form .gform_wrapper form input[type=submit] {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cta.form-background-right .cta__form .gform_wrapper form input[type=submit] {
    width: auto;
  }
}
.cta.split-button-left {
  background-color: #ef6c4e;
  color: #ffffff;
  padding: 50px 0;
}
@media (min-width: 1020px) {
  .cta.split-button-left {
    padding: 70px 0;
  }
}
.cta.split-button-left .cta-button-col {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cta.split-button-left .cta-button-col {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.cta.split-button-left .cta-button-col .btn {
  font-size: 1.125rem;
  padding: 16px 28px;
}
.cta.split-button-left .cta-text-col {
  text-align: center;
}
@media (min-width: 768px) {
  .cta.split-button-left .cta-text-col {
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 1020px) {
  .cta.split-button-left .cta-heading {
    padding-left: 40px;
  }
}
.cta.split-button-left .cta-heading .block-header {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0;
}
@media (min-width: 1020px) {
  .cta.split-button-left .cta-heading .block-header {
    font-size: 1.625rem;
  }
}
.cta.split-button-left .cta-heading .block-header strong,
.cta.split-button-left .cta-heading .block-header b {
  color: #ffffff;
  font-weight: 700;
}
.cta.split-button-left .cta-heading .block-copy {
  display: none;
}
.cta.form-contact .cta-contact__form-col {
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .cta.form-contact .cta-contact__form-col {
    margin-bottom: 0;
  }
}
@media (min-width: 1020px) {
  .cta.form-contact .cta-contact__details-col {
    padding-left: 40px;
    border-left: 1px solid #d2d2d2;
  }
}
.cta.form-contact .cta-contact__logo {
  margin-bottom: 24px;
}
.cta.form-contact .cta-contact__logo img {
  max-width: 200px;
  height: auto;
}
.cta.form-contact .cta-contact__intro p {
  font-size: 1rem;
  margin-bottom: 18px;
}
.cta.form-contact .cta-contact .btn {
  margin-bottom: 24px;
}
.cta.form-contact .cta-contact__info h2,
.cta.form-contact .cta-contact__info h3 {
  color: #28266d;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.cta.form-contact .cta-contact__info p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 22px;
}
.cta.form-contact .cta-contact__info a {
  color: #ef6c4e;
  font-weight: 600;
}
.cta.form-contact .cta-contact__info a:hover, .cta.form-contact .cta-contact__info a:focus {
  color: #d65a3e;
}
.cta.form-contact .cta-contact__image {
  margin-top: 8px;
}
.cta.form-contact .cta-contact__image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

/******************
 *
 * Hero Block - PVS Refreshments
 *
 ******************/
.hero {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.hero .container {
  position: relative;
}
.hero .video-pause-btn {
  position: absolute;
  z-index: 6;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 1019.98px) {
  .hero [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.hero .fa-pause,
.hero .fa-play {
  color: #F7F7F7;
}
.hero.logos:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 12, 42, 0.6);
}
.hero.logos.no-overlay:after {
  display: none;
}
.hero.logos.invert-logos .logos__image {
  filter: invert(1);
}
.hero.logos h1 {
  text-transform: none;
}
@media (min-width: 1020px) {
  .hero.logos h1 {
    font-size: 3.4375rem;
  }
}
.hero.default {
  text-align: left;
  color: white;
}
.hero.default.no-overlay:after {
  display: none;
}
.hero.default.center-text {
  text-align: center;
}
.hero.default.center-text .block-heading,
.hero.default.center-text .block-copy {
  margin-left: auto;
  margin-right: auto;
}
.hero.default.darker-overlay:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.hero.default .hero-container {
  position: relative;
  z-index: 2;
  padding: 60px 20px 80px;
}
@media (min-width: 768px) {
  .hero.default .hero-container {
    padding: 80px 20px 120px;
  }
}
@media (min-width: 1020px) {
  .hero.default .hero-container {
    padding: 110px 20px 150px;
  }
}
.hero.default.standard-padding .hero-container {
  padding: 60px 20px 80px;
}
@media (min-width: 768px) {
  .hero.default.standard-padding .hero-container {
    padding: 80px 20px 100px;
  }
}
@media (min-width: 1020px) {
  .hero.default.standard-padding .hero-container {
    min-height: 400px;
    padding: 80px 20px 90px;
  }
}
.hero.default.small-padding-bottom .hero-container {
  padding: 60px 20px 50px;
}
@media (min-width: 768px) {
  .hero.default.small-padding-bottom .hero-container {
    padding: 80px 20px 70px;
  }
}
@media (min-width: 1020px) {
  .hero.default.small-padding-bottom .hero-container {
    min-height: 400px;
    padding: 80px 20px 40px;
  }
}
.hero.default .block-heading,
.hero.default .block-copy {
  margin-bottom: 25px;
}
@media (min-width: 1020px) {
  .hero.default .block-heading,
  .hero.default .block-copy {
    margin-bottom: 40px;
    max-width: 1000px;
  }
}
.hero.default .block-copy,
.hero.default .block-copy p {
  font-size: 1.125rem;
}
@media (min-width: 1020px) {
  .hero.default .block-copy,
  .hero.default .block-copy p {
    font-size: 1.5rem;
  }
}
.hero.default .block-header {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
@media (min-width: 1020px) {
  .hero.default .block-header {
    margin-bottom: 40px;
  }
}
.hero.default .hero__subheader {
  color: white;
  margin-bottom: 15px;
}
.hero.default .block-copy p {
  color: white;
}
.hero.default .block-copy .btn {
  margin-top: 10px;
}
.hero.default .block-link-wrap {
  margin-top: 10px;
}
.hero.default.darker-overlay:after {
  opacity: 0.7;
}
.hero.default.bottom-overlay:after {
  background: linear-gradient(0, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 40%);
  opacity: 1;
}
.hero.video {
  padding: 0;
}
@media (min-width: 1020px) {
  .hero.video .nav-overlay {
    opacity: 0;
    transition: opacity 0.6s ease 0.7s;
  }
  .hero.video .nav-overlay.animate {
    opacity: 1;
  }
}
.hero.video .hero-container {
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
  min-height: 60vh;
}
@media (min-width: 760px) and (orientation: portrait) {
  .hero.video .hero-container {
    height: 55vh;
    min-height: 400px;
  }
}
@media (min-width: 1020px) {
  .hero.video .hero-container {
    height: 88vh;
    min-height: 590px;
  }
}
.hero.video .hero-container .copy-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hero.video .hero-container .copy-container {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .hero.video .hero-container .copy-container .hero-copy-col {
    padding-right: 100px;
  }
}
.hero.video .hero-container .row {
  position: relative;
  align-items: center;
}
.hero.video .hero-container .row .col {
  color: white;
}
@media (min-width: 768px) {
  .hero.video .hero-container .block-heading,
  .hero.video .hero-container .block-copy {
    max-width: 900px;
  }
}
.hero.video .hero-container .block-header {
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 1019.98px) {
  .hero.video .hero-container .block-header.lead {
    font-size: 22px;
  }
}
@media (min-width: 1020px) {
  .hero.video .hero-container .block-copy p {
    font-size: 25px;
  }
}
@media (min-width: 1020px) {
  .hero.video .hero-container .block-link-wrap {
    margin-top: 30px;
  }
  .hero.video .hero-container .block-link-wrap .btn {
    padding: 12px 30px;
  }
  .hero.video .hero-container .block-link-wrap .btn span {
    font-size: 18px;
  }
}
.hero.video .hero-container .block-link-wrap .hero-btn-2 {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .hero.video .hero-container .block-link-wrap .hero-btn-2 {
    margin-top: 0;
    margin-left: 16px;
  }
}
.hero.video .hero-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.video .hero-video-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero.video .hero-video-wrap .hero-bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1020px) {
  .hero.shorter .hero-container {
    height: unset;
    min-height: 500px;
    padding-bottom: 120px;
  }
  .hero.shorter .hero-container .block-heading,
  .hero.shorter .hero-container .block-copy {
    max-width: 980px;
  }
  .hero.shorter .hero-container .block-heading i,
  .hero.shorter .hero-container .block-copy i {
    font-size: 4.375rem;
    margin-bottom: 2.5rem;
  }
}
.hero.shorter .hero-container i {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.hero.logos {
  text-align: center;
}
.hero.logos .block-heading,
.hero.logos .block-copy {
  margin-left: auto;
  margin-right: auto;
}
.hero__logos {
  margin-top: 40px;
}
@media (min-width: 1020px) {
  .hero__logos {
    margin-top: 60px;
  }
}

@media (min-width: 1020px) {
  .images.double .col {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .images.double .col {
    padding: 0 70px;
  }
}
.images.double.box-shadow-images img {
  box-shadow: 3px 0px 17px 4px rgba(0, 0, 0, 0.18);
}
.images.single-parallax .single-parallax-image-wrap,
.images.single-parallax .single-full-image-wrap, .images.single-animate-up .single-parallax-image-wrap,
.images.single-animate-up .single-full-image-wrap {
  width: 100%;
  height: 320px;
}
@media (min-width: 768px) {
  .images.single-parallax .single-parallax-image-wrap,
  .images.single-parallax .single-full-image-wrap, .images.single-animate-up .single-parallax-image-wrap,
  .images.single-animate-up .single-full-image-wrap {
    height: 410px;
  }
}
@media (min-width: 1020px) {
  .images.single-parallax .single-parallax-image-wrap,
  .images.single-parallax .single-full-image-wrap, .images.single-animate-up .single-parallax-image-wrap,
  .images.single-animate-up .single-full-image-wrap {
    height: 500px;
  }
}
@media (min-width: 1280px) {
  .images.single-parallax .single-parallax-image-wrap,
  .images.single-parallax .single-full-image-wrap, .images.single-animate-up .single-parallax-image-wrap,
  .images.single-animate-up .single-full-image-wrap {
    height: 580px;
  }
}
.images.single-parallax .single-parallax-image-wrap img,
.images.single-parallax .single-parallax-image-wrap .simpleParallax,
.images.single-parallax .single-full-image-wrap img,
.images.single-parallax .single-full-image-wrap .simpleParallax, .images.single-animate-up .single-parallax-image-wrap img,
.images.single-animate-up .single-parallax-image-wrap .simpleParallax,
.images.single-animate-up .single-full-image-wrap img,
.images.single-animate-up .single-full-image-wrap .simpleParallax {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.images.single-full .single-full-image-wrap, .images.single-animate-up .single-full-image-wrap {
  width: 100%;
  position: relative;
}
.images.single-full .single-full-image-wrap .image-curtain, .images.single-animate-up .single-full-image-wrap .image-curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}
.images.single-full.background-dark .single-full-image-wrap .image-curtain, .images.single-animate-up.background-dark .single-full-image-wrap .image-curtain {
  background-color: #1F2022;
}
.images.single-full {
  padding: 0;
}
.images.single-full .single-full-image-wrap {
  max-height: 580px;
  overflow: hidden;
  line-height: 0;
}
.images.single-full .single-full-image-wrap img {
  width: 100%;
  height: 100%;
  max-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1020px) {
  .images.extra-contained {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .images.extra-contained .single-image-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/************
 *
 * Logo Scroller Styles
 *
 ***********/
.logos .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logos .swiper-slide-prev,
.logos .swiper-slide-partial {
  opacity: 1;
}
.logos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.logos__card {
  align-items: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 24px 0;
  text-align: center;
}
.logos__image {
  border-radius: 0;
  transition: filter 0.5s;
  width: auto;
}
@media (max-width: 767.98px) {
  .logos__image {
    max-height: 50px;
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .logos__image {
    max-height: 70px;
    max-width: 150px;
  }
}
.logos .block-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1020px) {
  .logos .block-heading {
    padding-bottom: 20px;
  }
}

.maps .block-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.maps .maps-section {
  text-align: center;
}
.maps .maps-section__icon {
  margin-bottom: 1rem;
}
.maps .maps-section__icon img {
  display: inline-block;
  width: auto;
  max-width: 70px;
  height: auto;
}
.maps .maps-section__heading {
  margin-bottom: 3rem;
}
.maps .maps-section__heading h1,
.maps .maps-section__heading h2,
.maps .maps-section__heading h3 {
  margin-bottom: 0;
}
.maps .maps-section__heading .smaller {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.maps .maps-section__row {
  --bs-gutter-x: 3rem;
  row-gap: 2.5rem;
}
.maps .maps-section__frame {
  overflow: hidden;
  border: 5px solid #28266d;
  border-radius: 50px;
  line-height: 0;
}
.maps .maps-section__frame--navy {
  border-color: #28266d;
}
.maps .maps-section__frame--orange {
  border-color: #ef6c4e;
}
.maps .maps-section__frame iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}
@media (max-width: 767.98px) {
  .maps .maps-section__frame iframe {
    height: 380px;
  }
}
.maps .maps-section__label {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.maps .maps-section__label--navy {
  color: #28266d;
}
.maps .maps-section__label--orange {
  color: #ef6c4e;
}
.maps .maps-section__cities {
  max-width: 90%;
  margin: 0 auto;
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
}

/******************
 *
 * Service Boxes Block - PVS Refreshments
 * Circular hover boxes with gold border
 *
 ******************/
.service-boxes .service-boxes-row {
  margin-top: 30px;
}
.service-boxes .single-box-link {
  text-decoration: none;
  color: inherit;
}
.service-boxes .single-box-link:hover {
  color: inherit;
}
.service-boxes .block-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1020px) {
  .service-boxes .block-heading {
    margin-bottom: 80px;
  }
}
.service-boxes .single-box {
  height: 262px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border: 7px solid #ef6c4e;
  overflow: hidden;
  background: white;
  border-radius: 100%;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}
.service-boxes .single-box__icon {
  max-height: 80px;
  width: auto;
  margin-bottom: 10px;
}
.service-boxes .single-box__title {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0;
  color: #1F2022;
}
@media (min-width: 1020px) {
  .service-boxes .single-box__title {
    font-size: 1.375rem;
    line-height: 30px;
  }
}
.service-boxes .single-box__hover {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.service-boxes .single-box__description {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 0;
  color: #565656;
}
@media (min-width: 1020px) {
  .service-boxes .single-box__description {
    font-size: 0.875rem;
    line-height: 20px;
    padding: 0 30px;
  }
}
@media (min-width: 1020px) {
  .service-boxes .single-box:hover .single-box__hover {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .service-boxes .single-box {
    height: auto;
    border-radius: 0;
    padding: 30px 20px;
    border-width: 5px;
  }
  .service-boxes .single-box__icon {
    max-height: 60px;
  }
  .service-boxes .single-box__hover {
    opacity: 1;
    position: static;
    padding: 0;
    height: auto;
  }
  .service-boxes .single-box__hover .mobile-only {
    display: none;
  }
  .service-boxes .single-box__description {
    padding: 0;
    margin-top: 10px;
  }
}
@media (min-width: 1020px) {
  .service-boxes.mt-neg {
    margin-top: -160px !important;
  }
}
.service-boxes.hover-card .hover-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-boxes.hover-card .hover-card-link:hover {
  color: inherit;
}
.service-boxes.hover-card .hover-card {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 25px;
  border-radius: 50px;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service-boxes.hover-card .hover-card {
    margin-bottom: 0;
  }
}
.service-boxes.hover-card .hover-card__top {
  flex: 0 0 66%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
.service-boxes.hover-card .hover-card__image {
  max-height: 80%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-boxes.hover-card .hover-card__bottom {
  flex: 0 0 34%;
  position: relative;
  background: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  transition: background 0.3s ease;
}
.service-boxes.hover-card .hover-card__title, .service-boxes.hover-card .hover-card__description {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.service-boxes.hover-card .hover-card__title {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
  opacity: 1;
}
@media (min-width: 1020px) {
  .service-boxes.hover-card .hover-card__title {
    font-size: 1.5rem;
  }
}
.service-boxes.hover-card .hover-card__description {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1020px) {
  .service-boxes.hover-card .hover-card__description {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1020px) {
  .service-boxes.hover-card .hover-card:hover .hover-card__bottom {
    background: #ef6c4e;
  }
  .service-boxes.hover-card .hover-card:hover .hover-card__title {
    opacity: 0;
    pointer-events: none;
  }
  .service-boxes.hover-card .hover-card:hover .hover-card__description {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1019.98px) {
  .service-boxes.hover-card .hover-card {
    aspect-ratio: auto;
    max-width: 320px;
  }
  .service-boxes.hover-card .hover-card__top {
    height: 220px;
    flex: 0 0 220px;
  }
  .service-boxes.hover-card .hover-card__bottom {
    flex: 1 1 auto;
    min-height: 120px;
    padding: 25px 20px;
    background: #ef6c4e;
  }
  .service-boxes.hover-card .hover-card__title {
    display: none;
  }
  .service-boxes.hover-card .hover-card__description {
    position: static;
    opacity: 1;
    pointer-events: auto;
    color: #2d2d2d;
  }
}

/******************
 *
 * Service Slider block
 *
 ******************/
.service-slider .swiper {
  position: relative;
  padding-bottom: 60px;
}
.service-slider .swiper-slide {
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.service-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.service-slider__row {
  row-gap: 30px;
}
@media (min-width: 1020px) {
  .service-slider__row {
    row-gap: 0;
  }
}
.service-slider__text-col {
  padding: 20px 30px;
}
@media (min-width: 1020px) {
  .service-slider__text-col {
    padding: 30px 60px 30px 30px;
  }
}
.service-slider__icon {
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
  line-height: 0;
}
.service-slider__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-slider__header {
  color: #70a8c4;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-slider__header {
    font-size: 2rem;
  }
}
@media (min-width: 1020px) {
  .service-slider__header {
    font-size: 2.25rem;
  }
}
.service-slider__header strong,
.service-slider__header b {
  color: #28266d;
  font-weight: 700;
}
.service-slider__copy {
  color: #333333;
  margin-bottom: 25px;
}
.service-slider__copy p {
  color: #333333;
}
.service-slider__button {
  display: inline-block;
}
.service-slider__image-col {
  display: flex;
  justify-content: center;
}
@media (min-width: 1020px) {
  .service-slider__image-col {
    justify-content: flex-end;
  }
}
.service-slider__image {
  width: 100%;
  max-width: 560px;
  border-radius: 36px;
  overflow: hidden;
  line-height: 0;
}
.service-slider__image-img {
  width: 100%;
  height: auto;
  display: block;
}
.service-slider .swiper-pagination--wrapper-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.service-slider .swiper-pagination {
  position: static;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}
.service-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  opacity: 1;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.service-slider .swiper-pagination-bullet-active {
  background-color: #ef6c4e;
}

/************
 *
 * Text Media Styles
 *
 ***********/
@media (max-width: 1019.98px) {
  .split-media.hide-blob-mobile .image-wrap-blob {
    display: none;
  }
}
.split-media.contact-links a {
  margin-bottom: 12px;
  display: inline-block;
}
.split-media.background-dark p {
  color: white;
}
.split-media .btn-primary,
.split-media .btn-outline-light,
.split-media .btn-secondary {
  margin-top: 15px;
}
.split-media .split-media-col {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .split-media .split-media-col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.split-media .split-media-col.media-col {
  margin-bottom: 2rem;
  height: 280px;
}
.split-media .split-media-col.media-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.split-media .split-media-col.media-col img.contain {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media (min-width: 1020px) {
  .split-media .split-media-col.media-col {
    margin-bottom: 0;
  }
  .split-media .split-media-col.media-col img {
    border-radius: 0;
  }
}
.split-media .split-media-col.media-col .image-wrap-blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.split-media .split-media-col.media-col .image-wrap-blob img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.split-media .split-media-col .split-media-content {
  text-align: center;
}
@media (min-width: 1020px) {
  .split-media .split-media-col .split-media-content {
    text-align: left;
  }
}
@media (min-width: 1020px) {
  .split-media .split-media-col .split-media-content .split-media__header {
    padding-bottom: 18px;
  }
}
.split-media .split-media-col .split-media-content .btn {
  margin-top: 20px;
}
.split-media__video {
  height: 280px;
}
@media (min-width: 576px) {
  .split-media .full .split-media-left .split-media__col-content {
    padding-right: calc((100vw - 540px) / 2 + 10px);
  }
}
@media (min-width: 768px) {
  .split-media .full .split-media-left .split-media__col-content {
    padding-right: calc((100vw - 720px) / 2 + 10px);
  }
}
@media (min-width: 1020px) {
  .split-media .full .split-media-left .split-media__col-content {
    padding-right: calc((100vw - 980px) / 2 + 10px);
  }
}
@media (min-width: 1280px) {
  .split-media .full .split-media-left .split-media__col-content {
    padding-right: calc((100vw - 1220px) / 2 + 10px);
  }
}
@media (min-width: 1410px) {
  .split-media .full .split-media-left .split-media__col-content {
    padding-right: calc((100vw - 1300px) / 2 + 10px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .split-media .full .split-media-left .split-media__col-content {
    padding-right: 20px;
  }
}
@media (min-width: 1020px) {
  .split-media .full .split-media-left .media-col {
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .split-media .full .split-media-right .split-media__col-content {
    padding-left: calc((100vw - 540px) / 2 + 10px);
  }
}
@media (min-width: 768px) {
  .split-media .full .split-media-right .split-media__col-content {
    padding-left: calc((100vw - 720px) / 2 + 10px);
  }
}
@media (min-width: 1020px) {
  .split-media .full .split-media-right .split-media__col-content {
    padding-left: calc((100vw - 980px) / 2 + 10px);
  }
}
@media (min-width: 1280px) {
  .split-media .full .split-media-right .split-media__col-content {
    padding-left: calc((100vw - 1220px) / 2 + 10px);
  }
}
@media (min-width: 1410px) {
  .split-media .full .split-media-right .split-media__col-content {
    padding-left: calc((100vw - 1300px) / 2 + 10px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .split-media .full .split-media-right .split-media__col-content {
    padding-left: 20px;
  }
}
@media (min-width: 1020px) {
  .split-media .full .split-media-right .media-col {
    padding-right: 0;
  }
}
.split-media.full-left, .split-media.full-right {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.split-media.full-left .split-media__full-row, .split-media.full-right .split-media__full-row {
  --bs-gutter-x: 0;
}
.split-media.full-left .split-media__full-media, .split-media.full-right .split-media__full-media {
  padding: 0;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .split-media.full-left .split-media__full-media, .split-media.full-right .split-media__full-media {
    min-height: 600px;
  }
}
.split-media.full-left .split-media__full-media .main-image,
.split-media.full-left .split-media__full-media img.main-image, .split-media.full-right .split-media__full-media .main-image,
.split-media.full-right .split-media__full-media img.main-image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-media.full-left .split-media__full-media .main-image.contain,
.split-media.full-left .split-media__full-media img.main-image.contain, .split-media.full-right .split-media__full-media .main-image.contain,
.split-media.full-right .split-media__full-media img.main-image.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.split-media.full-left .split-media__full-text, .split-media.full-right .split-media__full-text {
  display: flex;
  align-items: center;
}
.split-media.full-left .split-media__full-content, .split-media.full-right .split-media__full-content {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .split-media.full-left .split-media__full-content, .split-media.full-right .split-media__full-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left .split-media__full-content, .split-media.full-right .split-media__full-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.split-media.full-left .padding-right-dynamic, .split-media.full-right .padding-right-dynamic {
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .split-media.full-left .padding-right-dynamic, .split-media.full-right .padding-right-dynamic {
    padding-right: 20px;
  }
}
.split-media.full-left .padding-left-dynamic, .split-media.full-right .padding-left-dynamic {
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .split-media.full-left .padding-left-dynamic, .split-media.full-right .padding-left-dynamic {
    padding-left: 20px;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left .split-media__full-content {
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  .split-media.full-left .split-media__full-content {
    padding-left: 70px;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left .media-col, .split-media.full-right .media-col, .split-media.left .media-col, .split-media.right .media-col {
    margin: auto;
  }
}
@media (min-width: 1020px) {
  .split-media.left .media-col,
  .split-media.left .split-media__video, .split-media.right .media-col,
  .split-media.right .split-media__video {
    height: 450px;
  }
}
.split-media.full-left .image-wrap-blob, .split-media.full-right .image-wrap-blob, .split-media.left .image-wrap-blob, .split-media.right .image-wrap-blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.split-media.full-left .image-wrap-blob img, .split-media.full-right .image-wrap-blob img, .split-media.left .image-wrap-blob img, .split-media.right .image-wrap-blob img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.split-media.full-left .image-wrap-blob.top_left, .split-media.full-right .image-wrap-blob.top_left, .split-media.left .image-wrap-blob.top_left, .split-media.right .image-wrap-blob.top_left {
  top: -30px;
  left: 0;
  right: unset;
  bottom: unset;
}
.split-media.full-left .image-wrap-blob.top_right, .split-media.full-right .image-wrap-blob.top_right, .split-media.left .image-wrap-blob.top_right, .split-media.right .image-wrap-blob.top_right {
  top: -30px;
  right: -5%;
  left: unset;
  bottom: unset;
}
.split-media.full-left .image-wrap-blob.bottom_left, .split-media.full-right .image-wrap-blob.bottom_left, .split-media.left .image-wrap-blob.bottom_left, .split-media.right .image-wrap-blob.bottom_left {
  bottom: 0;
  left: 0;
  right: unset;
  top: unset;
}
.split-media.full-left .image-wrap-blob.bottom_right, .split-media.full-right .image-wrap-blob.bottom_right, .split-media.left .image-wrap-blob.bottom_right, .split-media.right .image-wrap-blob.bottom_right {
  bottom: 0;
  right: 0;
  left: unset;
  top: unset;
}
.split-media.full-left .media-col, .split-media.full-right .media-col, .split-media.left .media-col, .split-media.right .media-col {
  position: relative;
}
.split-media.full-left.contain .media-col img, .split-media.full-right.contain .media-col img, .split-media.left.contain .media-col img, .split-media.right.contain .media-col img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1020px) {
  .split-media.full-left.expand-img .media-col, .split-media.full-right.expand-img .media-col, .split-media.left.expand-img .media-col, .split-media.right.expand-img .media-col {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left.expand-img .text-col, .split-media.full-right.expand-img .text-col, .split-media.left.expand-img .text-col, .split-media.right.expand-img .text-col {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left.expand-text .media-col, .split-media.full-right.expand-text .media-col, .split-media.left.expand-text .media-col, .split-media.right.expand-text .media-col {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left.expand-text .text-col, .split-media.full-right.expand-text .text-col, .split-media.left.expand-text .text-col, .split-media.right.expand-text .text-col {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.split-media.full-left.bio .media-col, .split-media.full-right.bio .media-col, .split-media.left.bio .media-col, .split-media.right.bio .media-col {
  height: 370px;
}
@media (min-width: 768px) {
  .split-media.full-left.bio .media-col, .split-media.full-right.bio .media-col, .split-media.left.bio .media-col, .split-media.right.bio .media-col {
    height: 450px;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left.bio .media-col, .split-media.full-right.bio .media-col, .split-media.left.bio .media-col, .split-media.right.bio .media-col {
    margin-top: 0;
    height: 620px;
  }
}
@media (min-width: 1280px) {
  .split-media.full-left.bio .media-col, .split-media.full-right.bio .media-col, .split-media.left.bio .media-col, .split-media.right.bio .media-col {
    height: 680px;
  }
}
.split-media.full-left.bio .media-col img, .split-media.full-right.bio .media-col img, .split-media.left.bio .media-col img, .split-media.right.bio .media-col img {
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 1020px) {
  .split-media.full-left.taller .media-col,
  .split-media.full-left.taller .split-media__video, .split-media.full-right.taller .media-col,
  .split-media.full-right.taller .split-media__video, .split-media.left.taller .media-col,
  .split-media.left.taller .split-media__video, .split-media.right.taller .media-col,
  .split-media.right.taller .split-media__video {
    height: 550px;
  }
}
@media (min-width: 1020px) {
  .split-media.full-left.extra-tall .media-col,
  .split-media.full-left.extra-tall .split-media__video, .split-media.full-right.extra-tall .media-col,
  .split-media.full-right.extra-tall .split-media__video, .split-media.left.extra-tall .media-col,
  .split-media.left.extra-tall .split-media__video, .split-media.right.extra-tall .media-col,
  .split-media.right.extra-tall .split-media__video {
    height: 650px;
  }
}
.split-media.left .text-col, .split-media.right .text-col, .split-media.double-left .text-col, .split-media.double-right .text-col {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.split-media.left .text-col .h3, .split-media.right .text-col .h3, .split-media.double-left .text-col .h3, .split-media.double-right .text-col .h3 {
  font-weight: 500;
}
@media (min-width: 1020px) {
  .split-media.left .text-col, .split-media.right .text-col, .split-media.double-left .text-col, .split-media.double-right .text-col {
    padding-top: 0;
  }
}
@media (min-width: 1020px) {
  .split-media.left .text-col, .split-media.double-left .text-col {
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  .split-media.left .text-col, .split-media.double-left .text-col {
    padding-left: 75px;
  }
}
@media (min-width: 1020px) {
  .split-media.left .media-col, .split-media.double-left .media-col {
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .split-media.left .media-col, .split-media.double-left .media-col {
    padding-right: 75px;
  }
}
@media (min-width: 1020px) {
  .split-media.double-left .split-media__content {
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  .split-media.double-left .split-media__content {
    padding-left: 75px;
  }
}
@media (min-width: 1020px) {
  .split-media.double-right .split-media__content {
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .split-media.double-right .split-media__content {
    padding-right: 75px;
  }
}
@media (min-width: 1020px) {
  .split-media.right .text-col, .split-media.double-right .text-col {
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .split-media.right .text-col, .split-media.double-right .text-col {
    padding-right: 95px;
  }
}
@media (min-width: 768px) {
  .split-media.left .media-col, .split-media.right .media-col {
    padding-top: 20px;
  }
}
@media (min-width: 1020px) {
  .split-media.left.pad-image-top .media-col, .split-media.right.pad-image-top .media-col {
    padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  .split-media.left.pad-image-top .media-col, .split-media.right.pad-image-top .media-col {
    padding-top: 60px;
  }
}
@media (min-width: 1020px) {
  .split-media.left.tall-img .media-col, .split-media.right.tall-img .media-col {
    height: 580px;
  }
}
@media (min-width: 1280px) {
  .split-media.left.tall-img .media-col, .split-media.right.tall-img .media-col {
    height: 630px;
  }
}
@media (min-width: 1020px) {
  .split-media.left.fit-img .media-col, .split-media.right.fit-img .media-col {
    height: unset;
    padding: 30px 0;
  }
}
@media (min-width: 1280px) {
  .split-media.left.fit-img .media-col, .split-media.right.fit-img .media-col {
    height: unset;
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .split-media.full-right .media-col, .split-media.right .media-col, .split-media.double-right .media-col {
    order: 13;
  }
}
@media (min-width: 1020px) {
  .split-media.top .media-col,
  .split-media.top .split-media__video, .split-media.bottom .media-col,
  .split-media.bottom .split-media__video {
    height: 600px;
  }
}
.split-media.top .split-media-col {
  flex-basis: 100%;
  max-width: 100%;
}
.split-media.top .split-media-col-media {
  margin-bottom: 2rem;
}
.split-media.bottom .split-media-col {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1020px) {
  .split-media.bottom .split-media-col-content {
    margin-bottom: 2rem;
  }
}
.split-media.bottom .media-col {
  order: 13;
}
.split-media.double-right, .split-media.double-left {
  position: relative;
}
.split-media.double-right .text-col, .split-media.double-left .text-col {
  padding-top: 15px;
}
.split-media.double-right .media-col, .split-media.double-left .media-col {
  position: relative;
  height: unset;
}
@media (min-width: 1020px) {
  .split-media.double-right .text-col, .split-media.double-left .text-col {
    padding-top: 70px;
  }
}
.split-media.double-right.tall-img .media-col, .split-media.double-left.tall-img .media-col {
  min-height: 350px;
}
@media (min-width: 1020px) {
  .split-media.double-right.tall-img .media-col, .split-media.double-left.tall-img .media-col {
    min-height: 680px;
  }
}
@media (min-width: 1280px) {
  .split-media.double-right.tall-img .media-col, .split-media.double-left.tall-img .media-col {
    min-height: 750px;
  }
}
.split-media.double-right .image-wrap img, .split-media.double-left .image-wrap img {
  width: 100%;
  height: 100%;
}
.split-media.double-right .image-wrap.cover img, .split-media.double-left .image-wrap.cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.split-media.double-right .image-wrap.contain img, .split-media.double-left .image-wrap.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.split-media.double-right .image-wrap.image-wrap-main, .split-media.double-left .image-wrap.image-wrap-main {
  height: 55%;
  width: 60%;
}
.split-media.double-right .image-wrap.image-wrap-secondary, .split-media.double-left .image-wrap.image-wrap-secondary {
  position: absolute;
  width: 60%;
  height: 55%;
}
.split-media.double-right .image-wrap.image-wrap-main img, .split-media.double-right .image-wrap.image-wrap-secondary img, .split-media.double-left .image-wrap.image-wrap-main img, .split-media.double-left .image-wrap.image-wrap-secondary img {
  border-radius: 20px;
}
@media (min-width: 1020px) {
  .split-media.double-right .image-wrap.image-wrap-main img, .split-media.double-right .image-wrap.image-wrap-secondary img, .split-media.double-left .image-wrap.image-wrap-main img, .split-media.double-left .image-wrap.image-wrap-secondary img {
    border-radius: 32px;
  }
}
.split-media.double-left .image-wrap-secondary {
  bottom: 0;
  right: 10px;
}
@media (min-width: 1020px) {
  .split-media.double-left .image-wrap-secondary {
    right: 0;
    bottom: 0;
  }
}
.split-media ul li {
  margin: 15px 0;
}
.split-media.custom-bullets ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
@media (min-width: 1020px) {
  .split-media.custom-bullets ul {
    margin-top: 30px;
  }
}
.split-media.custom-bullets ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 25px;
  min-height: 40px;
  display: flex;
  align-items: flex-start;
  color: #444;
}
.split-media.custom-bullets ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 36px;
  height: 36px;
  background: url("../../assets/img/icon-check.webp") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.split-media.smaller-text ul li {
  font-size: 16px;
}
.split-media .smaller-text,
.split-media .smaller-text p {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .split-media.blog-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.split-media.blog-hero .entry-meta {
  margin-top: 20px;
}
@media (min-width: 1020px) {
  .split-media.blog-hero .entry-meta {
    margin-top: 30px;
  }
}
.split-media.blog-hero .posted-on {
  font-size: 16px;
}
.split-media.blog-hero .split-media-col {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1020px) {
  .split-media.blog-hero .split-media-col.text-col {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.split-media.blog-hero .split-media-col.text-col .split-media__content .blog-category {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #565656;
}
.split-media.blog-hero .split-media-col.text-col .split-media__content .block-header {
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
}
.split-media.blog-hero .split-media-col.text-col .split-media__content .block-header:after {
  display: block;
  content: "";
  border-bottom: 1px solid #e1e1e1;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.split-media.blog-hero .split-media-col.media-col {
  order: 13;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .split-media.blog-hero .split-media-col.media-col {
    margin-top: 0;
    flex-basis: 40%;
    max-width: 40%;
    height: 350px;
  }
}
.split-media.zippyassist {
  padding-top: 60px;
  padding-bottom: 100px;
  color: #ffffff;
}
@media (min-width: 1020px) {
  .split-media.zippyassist {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
.split-media.zippyassist > img.object-fit-cover {
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 1020px) {
  .split-media.zippyassist .row {
    align-items: center;
  }
}
@media (min-width: 1020px) {
  .split-media.zippyassist .zippy-text-col {
    padding-right: 40px;
  }
}
.split-media.zippyassist .zippy-logo {
  margin-bottom: 18px;
}
.split-media.zippyassist .zippy-logo img {
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 1020px) {
  .split-media.zippyassist .zippy-logo img {
    max-width: 400px;
  }
}
.split-media.zippyassist .block-header {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 28px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .split-media.zippyassist .block-header {
    font-size: 1.625rem;
  }
}
@media (min-width: 1020px) {
  .split-media.zippyassist .block-header {
    font-size: 1.75rem;
  }
}
.split-media.zippyassist .block-header strong,
.split-media.zippyassist .block-header b {
  color: #ffffff;
  font-weight: 700;
  margin-left: 0.3em;
}
.split-media.zippyassist .zippy-media-col img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  max-height: 560px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1020px) {
  .split-media.zippyassist .zippy-media-col img {
    margin-top: -50px;
  }
}
.split-media.zippyassist .split-media__content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.split-media.zippyassist .split-media__content ul li {
  position: relative;
  padding: 0 0 22px 50px;
  min-height: 36px;
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 1020px) {
  .split-media.zippyassist .split-media__content ul li {
    font-size: 1.25rem;
  }
}
.split-media.zippyassist .split-media__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'%3E%3Ccircle cx='17' cy='17' r='17' fill='white'/%3E%3Cpath d='M9 17.5l5 5 11-11' stroke='%2328266d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.split-media.overlay-card {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 1020px) {
  .split-media.overlay-card {
    padding: 100px 0;
  }
}
.split-media.overlay-card > .object-fit-cover {
  filter: brightness(0.7);
}
.split-media.overlay-card .overlay-card {
  position: relative;
  background-color: rgba(40, 38, 109, 0.85);
  border-radius: 24px;
  padding: 90px 30px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
@media (min-width: 768px) {
  .split-media.overlay-card .overlay-card {
    padding: 110px 60px 50px;
  }
}
@media (min-width: 1020px) {
  .split-media.overlay-card .overlay-card {
    padding: 130px 100px 70px;
    border-radius: 36px;
  }
}
.split-media.overlay-card .overlay-card__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  line-height: 0;
}
@media (min-width: 768px) {
  .split-media.overlay-card .overlay-card__icon {
    width: 160px;
    height: 160px;
  }
}
.split-media.overlay-card .overlay-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.split-media.overlay-card .overlay-card__body {
  color: #ffffff;
}
.split-media.overlay-card .overlay-card__body p {
  color: #ffffff;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.split-media.overlay-card .overlay-card .block-header {
  color: #ffffff;
  margin-bottom: 20px;
}
.split-media.overlay-card .overlay-card .block-header strong,
.split-media.overlay-card .overlay-card .block-header b {
  color: #ffffff;
  font-weight: 700;
}
.split-media__logo-strip {
  margin-top: 30px;
  line-height: 0;
}
.split-media__logo-strip img {
  max-width: 100%;
  height: auto;
}
.split-media.content-right {
  padding: 0 !important;
  background-color: #70a8c4;
}
@media (max-width: 1019.98px) {
  .split-media.content-right > .object-fit-cover {
    display: none;
  }
}
.split-media.content-right .split-media__content-right-row {
  min-height: auto;
}
@media (min-width: 1020px) {
  .split-media.content-right .split-media__content-right-row {
    min-height: 640px;
  }
}
.split-media.content-right .split-media__content-right-spacer {
  display: none;
}
@media (min-width: 1020px) {
  .split-media.content-right .split-media__content-right-spacer {
    display: block;
  }
}
.split-media.content-right .split-media__content-right-col {
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .split-media.content-right .split-media__content-right-col {
    padding: 70px 60px;
  }
}
@media (min-width: 1020px) {
  .split-media.content-right .split-media__content-right-col {
    background-color: #70a8c4;
    padding: 80px 80px 80px 60px;
  }
}
.split-media.content-right .split-media__content-right-inner {
  max-width: 540px;
}
@media (min-width: 1020px) {
  .split-media.content-right .split-media__content-right-inner {
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .split-media.content-right .split-media__content-right-inner {
    padding-left: 60px;
  }
}
.split-media.content-right .split-media__round-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
  line-height: 0;
}
@media (min-width: 768px) {
  .split-media.content-right .split-media__round-icon {
    width: 140px;
    height: 140px;
  }
}
.split-media.content-right .split-media__round-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.split-media.content-right .block-header {
  color: #ffffff;
  margin-bottom: 20px;
}
.split-media.content-right .block-header strong,
.split-media.content-right .block-header b {
  color: #ffffff;
  font-weight: 700;
}
.split-media.content-right .block-copy,
.split-media.content-right p {
  margin-bottom: 24px;
  color: #ffffff;
}
.split-media.content-right .block-copy p,
.split-media.content-right p p {
  color: #ffffff;
}
.split-media.content-right.light {
  background-color: #ffffff;
}
@media (min-width: 1020px) {
  .split-media.content-right.light .split-media__content-right-col {
    background-color: transparent;
  }
}
.split-media.content-right.light .block-header {
  color: #70a8c4;
  text-transform: uppercase;
  font-weight: 900;
}
.split-media.content-right.light .block-header strong,
.split-media.content-right.light .block-header b {
  color: #28266d;
}
.split-media.content-right.light .block-copy,
.split-media.content-right.light p {
  color: #333333;
}
.split-media.content-right.light .block-copy p,
.split-media.content-right.light p p {
  color: #333333;
}
.split-media.content-left {
  padding: 0 !important;
  background-color: #ffffff;
}
@media (max-width: 1019.98px) {
  .split-media.content-left > .object-fit-cover {
    display: none;
  }
}
.split-media.content-left .split-media__content-left-row {
  min-height: auto;
}
@media (min-width: 1020px) {
  .split-media.content-left .split-media__content-left-row {
    min-height: 615px;
  }
}
.split-media.content-left .split-media__content-left-spacer {
  display: none;
}
@media (min-width: 1020px) {
  .split-media.content-left .split-media__content-left-spacer {
    display: block;
  }
}
.split-media.content-left .split-media__content-left-col {
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .split-media.content-left .split-media__content-left-col {
    padding: 100px 60px;
  }
}
@media (min-width: 1020px) {
  .split-media.content-left .split-media__content-left-col {
    padding: 200px 60px 200px 80px;
  }
}
.split-media.content-left .split-media__content-left-inner {
  max-width: 540px;
}
@media (min-width: 1020px) {
  .split-media.content-left .split-media__content-left-inner {
    padding-right: 40px;
  }
}
.split-media.content-left .split-media__round-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
  line-height: 0;
}
.split-media.content-left .split-media__round-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.split-media.content-left .block-header {
  color: #70a8c4;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .split-media.content-left .block-header {
    font-size: 2rem;
  }
}
@media (min-width: 1020px) {
  .split-media.content-left .block-header {
    font-size: 2.5rem;
  }
}
.split-media.content-left .block-copy p {
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

/************
 *
 * Tabs Styles
 *
 ***********/
.tabs.background-dark .tabs__nav-item button {
  color: #d2d2d2;
}
.tabs.background-dark .tabs__nav-item button.active {
  color: white;
}
.tabs .tabs__nav-item button {
  text-align: left;
}
.tabs .tabs-col {
  padding: 0;
}
.tabs .tabs-col .tabs__menu {
  padding-top: 50px;
  margin-bottom: 2rem;
}
@media (min-width: 1020px) {
  .tabs .tabs-col .tabs__menu {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .tabs .tabs-col .tabs__menu {
    margin-bottom: 3rem;
  }
}
.tabs .tabs-col .tabs__menu .tabs__nav {
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .tabs .tabs-col .tabs__menu .tabs__nav {
    overflow: scroll;
  }
}
.tabs .tabs-col .tabs__panels .tabs__panel-content {
  position: relative;
}
.tabs .tabs-col .tabs__panels .tabs__panel-content .tabs__panel-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs .tabs-col .tabs__panels .tabs__panel-content .tabs__panel-image-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.tabs .tabs-col .tabs__panels .tabs__panel-content .tabs__panel-image-wrapper .tabs__panel-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs .tabs-col .tabs__panels .tabs__panel-content .tabs__content {
  position: relative;
  z-index: 2;
  padding: 50px 20px;
}
@media (min-width: 1020px) {
  .tabs .tabs-col .tabs__panels .tabs__panel-content .tabs__content {
    padding: 100px;
  }
}
.tabs .tabs-col .tabs__panels .tabs__panel-content .tabs__content p {
  font-size: 1.75rem;
  line-height: 1.35;
}
@media (min-width: 1020px) {
  .tabs .tabs-col .tabs__panels .tabs__panel-content .tabs__content p {
    font-size: 2.75rem;
  }
}
.tabs.top .nav-link {
  text-align: center;
}
.tabs.left .block-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #ef6c4e;
  font-size: 1.125rem;
}
@media (min-width: 1020px) {
  .tabs.left .block-header {
    font-size: 1.25rem;
  }
}
.tabs.left .tabs-col {
  display: flex;
  flex-wrap: wrap;
}
.tabs.left .tabs-col .tabs__menu {
  width: 100%;
}
@media (max-width: 767.98px) {
  .tabs.left .tabs-col .tabs__menu {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .tabs.left .tabs-col .tabs__menu {
    margin-bottom: 0;
    padding-right: 2rem;
    flex-basis: 40%;
  }
}
@media (min-width: 1020px) {
  .tabs.left .tabs-col .tabs__menu {
    flex-basis: 35%;
  }
}
@media (min-width: 768px) {
  .tabs.left .tabs-col .tabs__panels {
    flex-basis: 60%;
  }
}
@media (min-width: 1020px) {
  .tabs.left .tabs-col .tabs__panels {
    flex-basis: 65%;
  }
}
@media (min-width: 768px) {
  .tabs.left .tabs__nav {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .tabs.left .tabs__nav .nav-link {
    padding-left: 0;
  }
}
.tabs.left .tabs__label-subheading {
  display: block;
  font-size: 0.875rem;
  color: #737272;
  margin-bottom: 4px;
  font-weight: 400;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .tabs.left .tabs__label-subheading {
    font-size: 1rem;
  }
}
.tabs.left .nav-link.active .tabs__label-subheading {
  color: #ef6c4e;
}
.tabs.left .tabs__panels .tabs__panel-content {
  position: relative;
  min-height: 400px;
}
@media (min-width: 1020px) {
  .tabs.left .tabs__panels .tabs__panel-content {
    min-height: 540px;
  }
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tabs.left .tabs__panels .tabs__panel-content .tabs__panel-image-wrapper {
    width: 75%;
    left: auto;
  }
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-image-wrapper:after {
  display: none;
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-image-wrapper .tabs__panel-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  margin-top: 200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .tabs.left .tabs__panels .tabs__panel-content .tabs__panel-card {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    max-width: 55%;
    padding: 40px;
  }
}
@media (min-width: 1020px) {
  .tabs.left .tabs__panels .tabs__panel-content .tabs__panel-card {
    max-width: 50%;
    padding: 50px;
  }
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-subheading {
  display: block;
  font-size: 0.875rem;
  color: #737272;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .tabs.left .tabs__panels .tabs__panel-content .tabs__panel-subheading {
    font-size: 1rem;
  }
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000000;
}
@media (min-width: 768px) {
  .tabs.left .tabs__panels .tabs__panel-content .tabs__panel-title {
    font-size: 1.625rem;
  }
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-text {
  margin-bottom: 20px;
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__panel-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #3b444a;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabs.left .tabs__panels .tabs__panel-content .tabs__panel-text p {
    font-size: 1.125rem;
  }
}
.tabs.left .tabs__panels .tabs__panel-content .tabs__link {
  margin-top: 10px;
}

.nav-tabs {
  border: none;
  align-items: flex-end;
}
.nav-tabs .nav-item {
  display: block;
  width: 100%;
}
@media (min-width: 1020px) {
  .nav-tabs .nav-item {
    margin-bottom: 15px !important;
  }
}
.nav-tabs .nav-item .nav-link {
  line-height: 1;
  font-weight: 400;
  font-size: 1.25rem;
  color: #1F2022;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  display: block;
  background: transparent;
}
.nav-tabs .nav-item .nav-link:after {
  content: "\f054";
  display: inline-block;
  margin-left: 10px;
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  color: #ef6c4e;
  transition: all 0.2s ease;
  font-size: 1.125rem;
  vertical-align: middle;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item .nav-link:after {
    display: none;
  }
}
.nav-tabs .nav-item .nav-link.active {
  color: #ef6c4e;
  background: transparent;
}
.nav-tabs .nav-item .nav-link.active .tabs__label {
  color: #ef6c4e;
}
.nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-tabs .nav-item {
    flex: 1;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 2.125rem;
  }
}

.tabs.left .nav-tabs .nav-item .nav-link {
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}
.tabs.left .tabs-accordion {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .tabs.left .tabs-accordion {
    padding: 50px 30px;
  }
}
.tabs.left .tabs-accordion .block-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 20px;
  color: #ef6c4e;
}
.tabs.left .tabs-accordion .accordion {
  border: none;
}
.tabs.left .tabs-accordion .accordion-item {
  border: none;
  background: transparent;
  padding: 0;
}
.tabs.left .tabs-accordion .accordion-item:first-child .accordion-btn {
  border-top: none;
}
.tabs.left .tabs-accordion .accordion-header {
  margin-bottom: 0;
}
.tabs.left .tabs-accordion .accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ef6c4e;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tabs.left .tabs-accordion .accordion-btn__text {
  display: flex;
  flex-direction: column;
}
.tabs.left .tabs-accordion .accordion-btn__subheading {
  font-size: 0.875rem;
  color: #737272;
  margin-bottom: 4px;
  font-weight: 400;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .tabs.left .tabs-accordion .accordion-btn__subheading {
    font-size: 1rem;
  }
}
.tabs.left .tabs-accordion .accordion-btn__title {
  font-size: 1.75rem;
  font-weight: 400;
  color: #1F2022;
  line-height: 1.2;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .tabs.left .tabs-accordion .accordion-btn__title {
    font-size: 2.125rem;
  }
}
.tabs.left .tabs-accordion .accordion-btn:not(.collapsed) .accordion-btn__subheading {
  color: #ef6c4e;
}
.tabs.left .tabs-accordion .accordion-btn:not(.collapsed) .accordion-btn__title {
  color: #ef6c4e;
}
.tabs.left .tabs-accordion .accordion-btn:not(.collapsed) .accordion-icon i {
  transform: rotate(180deg);
}
.tabs.left .tabs-accordion .accordion-btn .accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 15px;
}
.tabs.left .tabs-accordion .accordion-btn .accordion-icon i {
  font-size: 1.125rem;
  color: #737272;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .tabs.left .tabs-accordion .accordion-btn .accordion-icon i {
    font-size: 1.25rem;
  }
}
.tabs.left .tabs-accordion .accordion-body {
  padding: 25px 0 10px;
}
.tabs.left .tabs-accordion .accordion-body__image {
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tabs.left .tabs-accordion .accordion-body__image {
    max-width: 60%;
  }
}
.tabs.left .tabs-accordion .accordion-body__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
.tabs.left .tabs-accordion .accordion-body__content {
  margin-bottom: 20px;
}
.tabs.left .tabs-accordion .accordion-body__content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #3b444a;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabs.left .tabs-accordion .accordion-body__content p {
    font-size: 1.125rem;
  }
}
.tabs.left .tabs-accordion .accordion-body__link {
  margin-top: 10px;
}
.tabs.left .tabs-accordion .collapse {
  transition: height 0.35s ease;
}

/************
 *
 * Testimonials Styles
 *
 ***********/
.testimonials.background-dark .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.testimonials .block-heading {
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1020px) {
  .testimonials .block-heading {
    margin-bottom: 70px;
  }
}
.testimonials .testimonial__inner {
  text-align: left;
  max-width: 1000px;
}
.testimonials .swiper-navigation--wrapper {
  width: 140px;
  margin: 0 auto 20px;
  display: none;
}
@media (min-width: 768px) {
  .testimonials .swiper-navigation--wrapper {
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
    margin: unset;
  }
}
.testimonials .swiper-navigation--wrapper .swiper-navigation {
  display: flex;
  justify-content: space-between;
}
.testimonials .testimonial__quote,
.testimonials .testimonial__quote p {
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1020px) {
  .testimonials .testimonial__quote,
  .testimonials .testimonial__quote p {
    font-size: 1.875rem;
  }
}
.testimonials.overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonial__slide {
  display: flex;
  justify-content: left;
}
.testimonial__card.card {
  background-color: transparent;
  border-radius: 1rem;
  box-shadow: none;
  display: flex;
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1020px) {
  .testimonial__card.card {
    padding: 16px 20px;
  }
}
.testimonial__author {
  padding-top: 10px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.testimonial__author:before {
  content: "—";
  display: inline;
  margin-right: 8px;
}
@media (min-width: 1020px) {
  .testimonial__author {
    font-size: 1.375rem;
    padding-top: 30px;
  }
}
.testimonial__author-location {
  font-size: 0.875rem;
  margin-left: 28px;
}
@media (min-width: 1020px) {
  .testimonial__author-location {
    font-size: 1rem;
    margin-left: 36px;
  }
}
.testimonial__image {
  border-radius: 50%;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 32px;
  width: 45px;
}

/************
 *
 * Video Player Styles
 *
 ***********/
.video-player {
  box-shadow: none !important;
  padding-top: 0;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .video-player {
    padding-bottom: 0;
  }
}
.video-player__video .video-pause-btn {
  cursor: none;
}
.video-player video {
  box-shadow: none !important;
}
.video-player__btn {
  border: none;
  padding: 0;
  position: relative;
}
.video-player__btn img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-player__video img {
  border-radius: var(--border-radius);
}
.video-player__video iframe,
.video-player__video video {
  height: 280px;
}
@media (min-width: 768px) {
  .video-player__video iframe,
  .video-player__video video {
    height: 680px;
  }
}
.video-player__video video {
  border-radius: 0;
}
@media (min-width: 1020px) {
  .video-player__video video {
    border-radius: 100px;
  }
}
.video-player .container-fluid .col {
  padding: 0;
}
.video-player.full-width-modal .video-player__video video {
  border-radius: 0 !important;
}
.video-player.contained .block-heading {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.video-player.contained .video-player__video {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.video-player.contained .video-player__video iframe,
.video-player.contained .video-player__video video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius);
}

.wysiwyg.heading-orange .block-heading h1,
.wysiwyg.heading-orange .block-heading h2,
.wysiwyg.heading-orange .block-heading h3,
.wysiwyg.heading-orange .block-heading .h1,
.wysiwyg.heading-orange .block-heading .h2,
.wysiwyg.heading-orange .block-heading .h3 {
  color: #ef6c4e;
}
.wysiwyg.full-width .block-heading,
.wysiwyg.full-width .block-copy {
  max-width: none;
}
.wysiwyg.heading-display .block-heading .h1,
.wysiwyg.heading-display .block-heading .h2,
.wysiwyg.heading-display .block-heading .h3 {
  font-family: "Poppins", sans-serif;
}
.wysiwyg.centered .block-copy .btn {
  margin-top: 30px;
}
.wysiwyg.centered .row, .wysiwyg.bg-image .row {
  justify-content: center;
}
.wysiwyg.centered col, .wysiwyg.bg-image col {
  justify-content: center;
}
.wysiwyg.centered .block-heading, .wysiwyg.bg-image .block-heading {
  text-align: center;
  margin: 0 auto;
}
.wysiwyg.centered .block-copy, .wysiwyg.bg-image .block-copy {
  text-align: center;
  margin: 0 auto;
}
.wysiwyg.centered .block-copy p, .wysiwyg.bg-image .block-copy p {
  font-size: 18px;
}
@media (min-width: 1020px) {
  .wysiwyg.centered .block-copy p, .wysiwyg.bg-image .block-copy p {
    font-size: 24px;
  }
}
.wysiwyg.centered .block-copy p .btn-text, .wysiwyg.bg-image .block-copy p .btn-text {
  margin-top: 0;
}
.wysiwyg.centered .block-copy p .btn-text span, .wysiwyg.bg-image .block-copy p .btn-text span {
  font-size: 18px;
}
@media (min-width: 1020px) {
  .wysiwyg.centered .block-copy p .btn-text span, .wysiwyg.bg-image .block-copy p .btn-text span {
    font-size: 24px;
  }
}
.wysiwyg.centered .block-copy .btn-primary, .wysiwyg.bg-image .block-copy .btn-primary {
  margin-top: 18px;
}
@media (max-width: 767.98px) {
  .wysiwyg.project-overview {
    padding-top: 0;
  }
}
.wysiwyg.project-overview .h2 {
  margin-bottom: 25px;
}
.wysiwyg.project-overview .scope-col {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .wysiwyg.project-overview .scope-col {
    padding-top: 20px;
  }
}
.wysiwyg.project-overview .scope-col .scope-header {
  font-weight: 700;
}
.wysiwyg.project-overview .scope-links-list {
  list-style: none;
  padding-left: 0;
}
.wysiwyg.project-overview .scope-links-list li {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .wysiwyg.project-overview .scope-links-list li {
    margin: 15px 0;
  }
}
.wysiwyg.project-overview .scope-links-list li a:hover {
  color: #0264AA;
}
@media (min-width: 1020px) {
  .wysiwyg.extra-contained .block-copy {
    margin-top: 30px;
  }
}
.wysiwyg.extra-contained .extra-contain {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg.extra-contained.lightning-list ul {
  list-style: none;
  margin: 20px 0;
}
@media (min-width: 1020px) {
  .wysiwyg.extra-contained.lightning-list ul {
    margin: 30px 0;
  }
}
.wysiwyg.extra-contained.lightning-list ul li {
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.wysiwyg.extra-contained.lightning-list ul li strong {
  font-weight: 600;
}
.wysiwyg.extra-contained.lightning-list ul li:before {
  content: "";
  background: url("/wp-content/themes/grock/assets/img/lightning-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 30px;
  position: absolute;
  left: -28px;
  top: 5px;
}
@media (max-width: 767.98px) {
  .wysiwyg.hero {
    padding-top: 30px;
    padding-block: 45px;
  }
}
.wysiwyg.hero .lead {
  font-size: 13px;
  color: #565656;
}
@media (min-width: 768px) {
  .wysiwyg.hero .lead {
    font-size: 16px;
  }
}
.wysiwyg.hero .block-heading {
  max-width: 1040px;
}
@media (min-width: 768px) {
  .wysiwyg.hero .block-copy {
    margin-top: 30px;
  }
}
.wysiwyg.hero .block-copy .btn-text {
  margin-top: 0;
}
.wysiwyg.hero .block-copy .btn-text span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .wysiwyg.hero .block-copy .btn-text span {
    font-size: 18px;
  }
}
.wysiwyg.hero .block-copy .btn-primary {
  margin-top: 10px;
}
.wysiwyg.error-404 {
  min-height: 80vh;
}
.wysiwyg.bg-image {
  min-height: 400px;
  display: flex;
  align-items: flex-end;
}
.wysiwyg.bg-image:after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.wysiwyg.bg-image.no-overlay:after {
  display: none;
}
.wysiwyg.bg-image.darker-overlay:after {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
@media (min-width: 1020px) {
  .wysiwyg.bg-image {
    min-height: 600px;
  }
  .wysiwyg.bg-image .block-heading {
    max-width: 1020px;
  }
}
.wysiwyg.bg-image .h2,
.wysiwyg.bg-image .h3 {
  font-weight: 400;
}
@media (min-width: 1020px) {
  .wysiwyg.bg-image .h2,
  .wysiwyg.bg-image .h3 {
    font-size: 3.125rem;
  }
}
.wysiwyg.social-feed .wysiwyg__subheader {
  font-size: 1rem;
}
@media (min-width: 1020px) {
  .wysiwyg.social-feed .wysiwyg__subheader {
    font-size: 1.125rem;
  }
}
.wysiwyg.social-feed .social-icons-col .social-list {
  list-style: none;
  display: flex;
}
@media (min-width: 1020px) {
  .wysiwyg.social-feed .social-icons-col .social-list {
    justify-self: flex-end;
    align-items: center;
    margin-right: 30px;
  }
}
.wysiwyg.social-feed .social-icons-col .social-list li {
  margin: 0 15px;
}
@media (min-width: 1020px) {
  .wysiwyg.social-feed .social-icons-col .social-list li {
    margin: 0 30px;
  }
}
.wysiwyg.social-feed .social-icons-col .social-list li a {
  color: black;
  font-size: 1.25rem;
}
.wysiwyg.social-feed .social-icons-col .social-list li a:hover, .wysiwyg.social-feed .social-icons-col .social-list li a:focus {
  color: #ef6c4e;
}
@media (min-width: 1020px) {
  .wysiwyg.social-feed .social-icons-col .social-list li a {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1020px) {
  .wysiwyg.social-feed .heading-row {
    align-items: flex-end;
  }
}
.wysiwyg.three-col h3 {
  margin-bottom: 20px;
}
.wysiwyg.custom-box {
  padding: 50px 0;
}
@media (min-width: 1020px) {
  .wysiwyg.custom-box {
    padding: 80px 0;
  }
}
.wysiwyg.custom-box .custom-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 25px;
}
@media (min-width: 768px) {
  .wysiwyg.custom-box .custom-box {
    padding: 80px 50px;
    border-radius: 40px;
  }
}
@media (min-width: 1020px) {
  .wysiwyg.custom-box .custom-box {
    background-attachment: fixed;
    border-radius: 50px;
    padding: 100px 60px;
  }
}
@media (max-width: 991px) {
  .wysiwyg.custom-box .custom-box {
    background-attachment: scroll;
  }
}
.wysiwyg.custom-box .custom-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.wysiwyg.custom-box .custom-box__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: white;
}
.wysiwyg.custom-box .custom-box__icon {
  max-height: 70px;
  width: auto;
  margin-bottom: 15px;
}
@media (min-width: 1020px) {
  .wysiwyg.custom-box .custom-box__icon {
    max-height: 90px;
    margin-bottom: 20px;
  }
}
.wysiwyg.custom-box .block-heading {
  margin-bottom: 20px;
}
.wysiwyg.custom-box .block-heading h1,
.wysiwyg.custom-box .block-heading h2,
.wysiwyg.custom-box .block-heading h3,
.wysiwyg.custom-box .block-heading h4,
.wysiwyg.custom-box .block-heading h5,
.wysiwyg.custom-box .block-heading h6,
.wysiwyg.custom-box .block-heading .h1,
.wysiwyg.custom-box .block-heading .h2,
.wysiwyg.custom-box .block-heading .h3,
.wysiwyg.custom-box .block-heading .h4,
.wysiwyg.custom-box .block-heading .h5,
.wysiwyg.custom-box .block-heading .h6 {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}
.wysiwyg.custom-box .block-heading .accent,
.wysiwyg.custom-box .block-heading strong.accent {
  color: #ef6c4e;
}
.wysiwyg.custom-box .block-copy p {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1020px) {
  .wysiwyg.custom-box .block-copy p {
    font-size: 1.125rem;
  }
}
.wysiwyg.custom-box .block-copy .btn {
  margin-top: 20px;
}
@media (min-width: 1020px) {
  .wysiwyg.custom-box .block-copy .btn {
    margin-top: 30px;
  }
}
.wysiwyg.perks {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
@media (min-width: 768px) {
  .wysiwyg.perks {
    padding: 150px 0;
  }
}
@media (min-width: 1020px) {
  .wysiwyg.perks {
    padding: 250px 0;
  }
}
.wysiwyg.perks .perks-box {
  background: rgba(0, 0, 0, 0.73);
  padding: 40px 30px;
  border-radius: 30px;
  color: white;
  text-align: center;
}
@media (min-width: 1020px) {
  .wysiwyg.perks .perks-box {
    padding: 60px 50px;
    border-radius: 50px;
  }
}
.wysiwyg.perks .perks-icon {
  max-height: 70px;
  width: auto;
  margin-bottom: 20px;
}
@media (min-width: 1020px) {
  .wysiwyg.perks .perks-icon {
    max-height: 90px;
    margin-bottom: 30px;
  }
}
.wysiwyg.perks .block-heading {
  margin-bottom: 20px;
}
.wysiwyg.perks .block-heading h1,
.wysiwyg.perks .block-heading h2,
.wysiwyg.perks .block-heading h3,
.wysiwyg.perks .block-heading h4,
.wysiwyg.perks .block-heading h5,
.wysiwyg.perks .block-heading h6,
.wysiwyg.perks .block-heading .h1,
.wysiwyg.perks .block-heading .h2,
.wysiwyg.perks .block-heading .h3,
.wysiwyg.perks .block-heading .h4,
.wysiwyg.perks .block-heading .h5,
.wysiwyg.perks .block-heading .h6 {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}
.wysiwyg.perks .block-heading .accent,
.wysiwyg.perks .block-heading strong.accent {
  color: #ef6c4e;
}
.wysiwyg.perks .block-copy p {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1020px) {
  .wysiwyg.perks .block-copy p {
    font-size: 1.125rem;
  }
}
.wysiwyg.perks .block-copy a:not(.btn) {
  color: #ef6c4e;
}
.wysiwyg.perks .block-copy a:not(.btn):hover {
  color: white;
}
.wysiwyg.bg-right-panel {
  padding: 0 !important;
}
.wysiwyg.bg-right-panel.text-start .wysiwyg__bg-right-panel-inner {
  text-align: left;
}
.wysiwyg.bg-right-panel.text-start .block-heading {
  text-align: left;
}
.wysiwyg.bg-right-panel.text-start .block-heading .block-header,
.wysiwyg.bg-right-panel.text-start .block-heading h2 {
  text-align: left;
}
.wysiwyg.bg-right-panel.text-start .block-copy {
  text-align: left;
}
@media (max-width: 1019.98px) {
  .wysiwyg.bg-right-panel > .object-fit-cover {
    display: none;
  }
}
.wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-row {
  min-height: auto;
}
@media (min-width: 1020px) {
  .wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-row {
    min-height: 520px;
  }
}
.wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-spacer {
  display: none;
}
@media (min-width: 1020px) {
  .wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-spacer {
    display: block;
  }
}
.wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-col {
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-col {
    padding: 80px 60px;
  }
}
@media (min-width: 1020px) {
  .wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-col {
    padding: 100px 80px 100px 40px;
  }
}
.wysiwyg.bg-right-panel .wysiwyg__bg-right-panel-inner {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg.bg-right-panel .block-heading {
  text-align: center;
  margin-bottom: 20px;
}
.wysiwyg.bg-right-panel .block-heading .block-header,
.wysiwyg.bg-right-panel .block-heading h2 {
  color: #70a8c4;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.wysiwyg.bg-right-panel .block-copy {
  text-align: center;
}
.wysiwyg.bg-right-panel .block-copy p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (min-width: 1020px) {
  .wysiwyg.bg-right-panel .block-copy p {
    font-size: 1.0625rem;
  }
}
