@charset "UTF-8";
/*
 Theme Name:   bootScore 5 Child
 Description:  bootScore 5 Child Theme
 Author:       Joe Lambert
 Author URI:   https://www.prometheanworld.com
 Template:     bootscore-5
 Version:      5.1.1
 Text Domain:  bootscore
*/
.background-gradient {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
}

.background-activinspire-gradient,
.background-activinspire-gradient sup {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 56, 0)), to(rgb(242, 171, 20)));
  background-image: linear-gradient(to right, rgb(255, 56, 0), rgb(242, 171, 20));
}

.background-classflow-gradient,
.background-classflow-gradient sup {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(74, 160, 222)), to(rgb(0, 200, 187)));
  background-image: linear-gradient(to right, rgb(74, 160, 222), rgb(0, 200, 187));
}

.background-pm-gradient,
.background-pm-gradient sup {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent !important;
  line-height: 117% !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(1, 154, 214)), to(rgb(32, 113, 157)));
  background-image: linear-gradient(to right, rgb(1, 154, 214), rgb(32, 113, 157));
}

.activinspire-gradient {
  background: rgb(242, 171, 20);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 171, 20)), to(rgb(255, 56, 0)));
  background: linear-gradient(90deg, rgb(242, 171, 20) 0%, rgb(255, 56, 0) 100%);
}

.classflow-gradient {
  background: rgb(74, 160, 222);
  background: -webkit-gradient(linear, left top, right top, from(rgb(74, 160, 222)), to(rgb(0, 200, 187)));
  background: linear-gradient(90deg, rgb(74, 160, 222) 0%, rgb(0, 200, 187) 100%);
}

.core-gradient-revised em {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  font-style: normal !important;
}

.grey-to-white-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f2f3f3));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f2f3f3 100%);
}

.new-color-text-gradient em {
  background: -webkit-gradient(linear, left top, right top, from(rgb(150, 86, 198)), to(rgb(68, 122, 195)));
  background: linear-gradient(to right, rgb(150, 86, 198), rgb(68, 122, 195));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-style: normal !important;
}

.svg-icon {
  width: 52px;
  height: 52px;
}

.compare-img img {
  height: 150px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded-bg .wp-block-cover__image-background {
  border-radius: 20px !important;
}

.geo-hidden {
  display: none !important;
}

@media (max-width: 767.98px) {
  .btn-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 576px) {
  .text-center-sm {
    text-align: center !important;
  }
}
.hero-reduce {
  margin-bottom: -130px;
}

.hero-zindex {
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .image-md-left figure {
    margin-left: inherit !important;
    margin-right: unset !important;
  }
}

.chromebox-circle {
  max-width: 840px;
  margin: 0 auto;
}

.rounded-custom-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-20 {
  border-radius: 20px;
}

.tab-pad thead,
.tab-pad tbody,
.tab-pad tfoot,
.tab-pad tr,
.tab-pad td,
.tab-pad th {
  padding: 15px;
}

.rtb-80-ico img {
  width: auto;
  height: 80px;
}

.hidden {
  display: none !important;
}

.geo-hidden {
  display: none !important;
}

.ap9-hidden {
  display: none !important;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.margin-100 {
  margin-bottom: -100px !important;
}

.video-rounded {
  border-radius: 20px;
  overflow: hidden;
}

.top-rounded,
.top-rounded img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.text-decoration-none a {
  text-decoration: none;
}

.background-pink-radial {
  background: radial-gradient(circle at center, #fc7fc5, #cf3c8a);
}

/* noto-sans-regular - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("sass/vendors/noto-sans/noto-sans-v27-latin-regular.woff2") format("woff2"), url("sass/vendors/noto-sans/noto-sans-v27-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-italic - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("sass/vendors/noto-sans/noto-sans-v27-latin-italic.woff2") format("woff2"), url("sass/vendors/noto-sans/noto-sans-v27-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-700 - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("sass/vendors/noto-sans/noto-sans-v27-latin-700.woff2") format("woff2"), url("sass/vendors/noto-sans/noto-sans-v27-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* Sharp Sans No1 Bold Font */
@font-face {
  font-family: "Sharp Sans No1 Bold";
  font-style: normal;
  src: local(""), url("sass/vendors/sharpsans/SharpSans-Bold.woff2") format("woff2"), url("sass/vendors/sharpsans/SharpSans-Bold.woff") format("woff"), url("sass/vendors/sharpsans/SharpSans-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "SharpSans-Medium";
  src: url("sass/vendors/sharpsans/SharpSans-Medium.eot");
  src: url("sass/vendors/sharpsans/SharpSans-Medium?#iefix") format("embedded-opentype"), url("sass/vendors/sharpsans/SharpSans-Medium.woff2") format("woff2"), url("sass/vendors/sharpsans/SharpSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "SharpSans-Semibold";
  src: url("sass/vendors/sharpsans/SharpSans-Semibold.eot");
  src: url("sass/vendors/sharpsans/SharpSans-Semibold?#iefix") format("embedded-opentype"), url("sass/vendors/sharpsans/SharpSans-Semibold.woff2") format("woff2"), url("sass/vendors/sharpsans/SharpSans-Semibold.woff") format("woff");
}
h1 {
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  margin-bottom: 40px !important;
  font-weight: normal !important;
  line-height: 110% !important;
}

h2 {
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  margin-bottom: 40px !important;
  font-weight: normal !important;
  line-height: 110% !important;
}

h3 {
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  margin-bottom: 25px !important;
  font-weight: normal !important;
  line-height: 120% !important;
}

h4 {
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  font-weight: normal !important;
  line-height: 120%;
}

.legal-text {
  font-size: 0.675em;
}

.soc-env-blue-text {
  color: #472645 !important;
}
.soc-env-blue-text em {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0em;
  background-image: -webkit-gradient(linear, right top, left top, from(#00c8bb), to(#4aa0de));
  background-image: linear-gradient(270deg, #00c8bb 0%, #4aa0de 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

sup {
  top: -2.6em !important;
  font-size: 0.25em !important;
  font-family: "Noto Sans";
}

.nav-link:focus {
  color: #fff !important;
}

.list-center {
  list-style-position: inside;
  text-align: center;
}

a.navbar-brand {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-btn-outline-mob a {
  font-family: "SharpSans-Medium", "Noto Sans", sans-serif !important;
  background-color: #472645 !important;
  max-width: 50% !important;
  margin: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px !important;
  border-radius: 20px !important;
  color: #fff !important;
}

.search-box .mega-block-title {
  font-size: 12px !important;
}
.search-box .textwidget a {
  text-decoration: none !important;
  font-size: 16px !important;
}

.new-prod {
  color: #cc38a5;
  font-size: 13px;
  vertical-align: top;
}

@media only screen and (min-width: 997px) {
  .container-nav {
    width: 100%;
  }
}
@media (min-width: 783px) {
  .logged-in.admin-bar .sticky-top {
    top: 32px;
  }
}
.sticky-offset {
  top: 120px !important;
}

.entry-content {
  scroll-margin-top: 200px;
}

.zindex-header {
  z-index: 1020;
}

.top-bar-border,
.header-border {
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  z-index: 3;
}

.dark-nav .nav-btn-outline {
  color: #472645 !important;
  border: 2px solid #CFCBD0;
}
.dark-nav .search-icon:before {
  color: #472645 !important;
}

.light-nav li.nav-btn-outline {
  border: 2px solid #CFCBD0 !important;
}

.scrolled2 {
  background-color: #fff !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition: 0.5s;
}
.scrolled2 .logo-light {
  display: none;
}
.scrolled2 .logo-dark {
  display: block !important;
}
@media (min-width: 992px) {
  .scrolled2 li a {
    color: #472645 !important;
  }
  .scrolled2 .nav-btn-outline {
    border: 2px solid rgba(71, 38, 69, 0.15) !important;
  }
}

.mega-menu-main-menu-new-mobile-open .light-nav {
  background-color: #fff !important;
  opacity: 1;
}
.mega-menu-main-menu-new-mobile-open .light-nav .logo-light {
  display: none;
}
.mega-menu-main-menu-new-mobile-open .light-nav .logo-dark {
  display: block !important;
}

@media (min-width: 992px) {
  .prod-nav li a,
  .prod-nav .search-icon:before {
    color: #472645 !important;
  }
}
.logo {
  height: 35px;
  width: 220px;
}

@media only screen and (min-width: 600px) {
  .logo {
    height: 45px;
  }
}
.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-nav .menu-item {
  margin-right: 1.5em;
}

.transparent-nav + #content {
  margin-top: -130px;
}

.max-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.max-row-2 .max-col-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo.sm {
  max-width: 180px;
}

@media (max-width: 1199.98px) {
  #mega-menu-wrap-main-menu-new #mega-menu-main-menu-new > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
  }
}
.nav-contain {
  background: white;
  position: relative;
  z-index: 4;
}

.blog-col .mega-menu-item .mega-sub-menu {
  margin-left: 10px !important;
}
.blog-col .mega-menu-item .mega-sub-menu a::before {
  display: none !important;
}

.cust-nav {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.cust-nav h2 {
  margin-bottom: 0 !important;
}
.cust-nav .cust-nav-title-container {
  padding: 0 1.5rem !important;
}
.cust-nav .wp-block-navigation__responsive-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1820px;
}
.cust-nav .wp-block-navigation__responsive-container ul {
  gap: 2%;
}
.cust-nav .wp-block-navigation__responsive-container ul .btn-outline a {
  padding: 5px 8px;
  border: 1px solid rgba(71, 38, 68, 0.15);
}

#header-secondary-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
#header-secondary-menu .menu a {
  text-decoration: none;
  font-size: 12px;
}
#header-secondary-menu .menu .nav-btn-outline {
  margin: 0;
  line-height: 40px;
  padding: 0 20px;
}
#header-secondary-menu .menu .use-dashicon {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-secondary-menu .menu .use-dashicon .dashicons,
#header-secondary-menu .menu .use-dashicon .fa-user:before {
  font-size: 25px;
  text-decoration: none;
}
#header-secondary-menu .menu .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
#header-secondary-menu .menu .menu-favicon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  /* A series of mobile overides to get the nav looking ok on mobile */
  .products-menu .mega-sub-menu {
    padding: 0 !important;
  }
  .products-menu .mega-sub-menu li {
    height: 30px !important;
    width: 100%;
  }
  .mega-menu-horizontal {
    display: none;
  }
  .mega-products-menu__industries .textwidget,
  .mega-products-menu__industries img {
    display: none;
  }
  .mega-products-menu__industries .mega-sub-menu {
    border: none !important;
    margin-top: 0 !important;
    width: 100%;
    padding: 0 !important;
  }
  .mega-products-menu__industries .mega-sub-menu .mega-menu-link {
    font-family: "Noto Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #666 !important;
  }
}
.width-sm {
  max-width: 540px;
  margin: auto;
}

.width-md {
  max-width: 720px;
  margin: auto;
}

.width-lg {
  max-width: 960px;
  margin: auto;
}

.width-xl {
  max-width: 1040px;
  margin: auto;
}

.responsive-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content-grid {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 992px) {
  .content-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-grid .show {
  opacity: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease; /* Optional smooth transition */
  top: 0px;
  z-index: 1;
}
.content-grid .hide {
  opacity: 0;
}
.content-grid .label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.legal-head {
  width: 100vw;
  max-height: 336px;
  height: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.header.scrolled {
  height: 71px;
}

.header__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.header__logomark {
  width: 40px;
}

.header__logomark-image {
  width: 34px;
  -webkit-transition: width 0.2s ease, height 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease;
}

.header.scrolled .header__logomark-image {
  width: 25px;
}

.header__logotype {
  width: 180px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: relative;
  top: 4px;
}

.header__logotype-image {
  width: 100%;
  height: 100%;
}

.header.scrolled .header__navbar-container {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.header.scrolled .header__logotype {
  opacity: 0;
  pointer-events: none;
}

.header__navbar-container {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding-top: 18px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .header__navbar-container {
    top: 10px;
    margin-left: 48px;
  }
}
@media (max-width: 768px) {
  .header__navbar-container .mega-menu-horizontal {
    top: 55px !important;
  }
}
.header__navbar-container #mega-menu-wrap-main-menu-new #mega-menu-main-menu-new {
  gap: 10px !important;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header.scrolled .header__navbar-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 !important;
  top: 41px;
}
.header.scrolled .header__navbar-container #searchQueryContainer {
  height: 50px;
}

.header.scrolled #masthead {
  height: 0;
}

.header.scrolled #masthead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header .nav-contain {
  top: -2px;
}

.header #top-bar nav.nav {
  position: absolute;
  top: 0px;
  right: 0;
}

#mega-menu-wrap-main-menu-new #mega-menu-main-menu-new > li.mega-menu-item > a.mega-menu-link {
  line-height: 24px;
}

.footer-border {
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}

#footer-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer-menu .nav-link {
  padding: 0.3rem 1rem;
  padding-left: 0;
}

.footer-col-title {
  padding-bottom: 1em;
}

.footer-nav {
  font-size: 15px;
  line-height: 30px;
  color: #bcbdbf;
}
.footer-nav .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-nav a {
  color: #bcbdbf;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-nav .social-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 30px;
}
.footer-nav .social-menu a {
  color: #fff;
}
.footer-nav .social-menu .menu-item:nth-child(2) {
  padding: 0 0.5rem;
}
.footer-nav .legal-menu {
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer-nav .legal-menu li:after {
  content: "•";
  margin-right: 1rem;
}
.footer-nav .legal-menu li > a {
  display: inline-block;
}
.footer-nav .legal-menu li:last-child:after {
  content: "";
}
.footer-nav .current_language a {
  text-decoration: none !important;
}

/* footer-wide */
.footer-wide-menu {
  display: -ms-grid;
  display: grid;
  gap: 20px; /* Adjust the gap between columns as needed */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px; /* Adjust the spacing at the bottom as needed */
      grid-template-areas: "a b" "c d" "e f" "g h" "i j";
}
@media (min-width: 576px) {
  .footer-wide-menu {
        grid-template-areas: "a c e g i" "b d f h j";
  }
}

.about-promethean {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}

.buy-promethean {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: b;
}

.interactive-displays {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: c;
}

.software {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: d;
}

.modular-computing {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: e;
}

.accessories {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: f;
}

.industries {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: g;
}

.resources {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: h;
}

.support {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: i;
}

.training {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: j;
}

@media (min-width: 576px){
  .about-promethean {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .buy-promethean {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .interactive-displays {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .software {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .modular-computing {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .accessories {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .industries {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .resources {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .support {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .training {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
}

.footer-wide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-wide-title > a {
  font-weight: bold; /* Makes top-level items bold */
  text-decoration: none;
  font-size: 14px;
}

.footer-wide-title ul {
  padding-left: 0; /* Removes padding for sub-menu items */
}

.footer-wide-title li a {
  text-decoration: none;
  color: #fff; /* Change as needed for your design */
  font-size: 12px;
}

.menu-footer-wide .sub-menu {
  gap: 1rem;
}

footer .prom-logo {
  height: 45px;
}

footer .logo-mynd {
  height: 45px;
}

/* end footer-wide */
#form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px !important;
  background: red;
}

#frame-box iframe {
  min-width: 100%;
}

.pardot-form-container {
  overflow: hidden;
}
.pardot-form-container .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #content .pardot-form-container .flame-svg {
    display: block !important;
    z-index: 1;
    position: absolute;
    left: -30%;
    top: 0;
    height: 1500px;
  }
}
.pardot-form-container .editor-styles-wrapper .flame-svg {
  display: none;
}
.pardot-form-container .pardot-text-2 {
  height: 90px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-weight: 700;
}
.pardot-form-container .pardot-text-2 a {
  text-decoration: none;
}
.pardot-form-container .pardot-text-2 .pardot-tel-no::before {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/uploads/2021/06/phone-icon.svg");
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  margin-right: 1rem;
  font-weight: 400;
  color: #472645;
}
.pardot-form-container .pardot-text-2 .pardot-email-ad::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 1rem;
  font-weight: 400;
  color: #472645;
}

/*Gravity form code for Chinese sites */
.gform_wrapper .gfield input.large, .gform_wrapper .gfield select.large {
  width: 100% !important;
}
.gform_wrapper input {
  border: 1px solid #CFCBD0;
  border-radius: 10px;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  background-color: #fff !important;
}
.gform_wrapper .ginput_container_select select {
  max-width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin: 0 !important;
  border: 1px solid #CFCBD0;
  border-radius: 10px;
  color: #5E4F5C;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px !important;
  width: 100% !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAxMCA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NC4xICg3NjQ5MCkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9hcnJvdyBkcm9wIGRvd248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iRWxlbWVudHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJwb3AtdXAvZG93bmxvYWQtZ3VpZGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MDIuMDAwMDAwLCAtMzQ3LjAwMDAwMCkiIGZpbGw9IiMxODFFMjYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGcgaWQ9InBvcC11cCI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaWNvbi9hcnJvdy1kcm9wLWRvd24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwMi4wMDAwMDAsIDM0Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi44Mzc5NDE4NCwtMS41MTYyNjM0NiBDNi44OTQxMTUxNywtMS41NzI0MzY3OCA2Ljk2OTAxMjk0LC0xLjYwOTg4NTY3IDcuMDUzMjcyOTMsLTEuNjA5ODg1NjcgQzcuMTM3NTMyOTIsLTEuNjA5ODg1NjcgNy4yMTI0MzA2OSwtMS41ODE3OTkgNy4yNjg2MDQwMSwtMS41MTYyNjM0NiBDNy4zOTAzMTI4OSwtMS4zOTQ1NTQ1OCA3LjM5MDMxMjg5LC0xLjE5Nzk0Nzk0IDcuMjY4NjA0MDEsLTEuMDg1NjAxMjkgTDMuNDQ4ODE3ODEsMi43MzQxODQ5MSBMNy4yNjg2MDQwMSw2LjU1Mzk3MTExIEM3LjM5MDMxMjg5LDYuNjc1Njc5OTkgNy4zOTAzMTI4OSw2Ljg3MjI4NjYzIDcuMjY4NjA0MDEsNi45ODQ2MzMyOCBDNy4xNDY4OTUxNCw3LjEwNjM0MjE1IDYuOTUwMjg4NSw3LjEwNjM0MjE1IDYuODM3OTQxODQsNi45ODQ2MzMyOCBMMi44MDI4MjQ1NiwyLjk0OTUxNiBDMi42ODExMTU2OCwyLjgyNzgwNzEyIDIuNjgxMTE1NjgsMi42MzEyMDA0OCAyLjgwMjgyNDU2LDIuNTE4ODUzODMgTDYuODM3OTQxODQsLTEuNTE2MjYzNDYgWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDM1NzE0LCAyLjczMzAxNSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wMzU3MTQsIC0yLjczMzAxNSkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.7em top 50% !important;
  background-size: 0.65em auto !important;
  background-color: #fff !important;
}
.gform_wrapper textarea {
  border: 1px solid #CFCBD0;
  border-radius: 10px;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  font-family: "Nunito Sans", sans-serif !important;
  background-color: #fff !important;
}
.gform_wrapper .gform_footer input {
  width: 150px !important;
  color: #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: visible;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  -webkit-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: #472645 !important;
  padding: 16px 25px 15px !important;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  min-width: 200px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* ResourceHub - Custom Posts work */
/* filter pages */
/* Filter at top of page */
.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.searchandfilter > ul > li > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.searchandfilter ul {
  padding-bottom: 20px;
  text-align: center;
  padding-left: 0;
}

.sf-input-checkbox {
  display: none;
}

.sf-option-active .sf-label-checkbox {
  color: #472645 !important;
  text-decoration: underline;
}

.sf-label-checkbox {
  padding: 5px 10px !important;
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #CFCBD0 !important;
}
.sf-label-checkbox:hover {
  color: #472645 !important;
  text-decoration: underline;
}
.sf-label-checkbox:checked + .sf-label-checkbox {
  color: #472645 !important;
  text-decoration: underline;
}

.sf-field-reset input {
  padding: 5px 10px !important;
  border: solid 1px black;
  border-radius: 3px !important;
  font-size: 16px !important;
}

/* Pagination Layout */
.pagination .nav-previous {
  right: 15%;
  position: absolute;
}

.pagination .nav-next {
  left: 15%;
  position: absolute;
}

.search-filter-results {
  /* Cards Layout */
}
.search-filter-results .card-outer-container {
  background-position: 50% 50%;
}
@media (min-width: 1400px) {
  .search-filter-results .resource-center-filter-page .card-outer-container {
    width: 395px;
  }
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(4) {
    width: 816px;
  }
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(7) {
    width: 816px;
  }
}
@media (max-width: 1399.98px) {
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(4) {
    width: 596px;
  }
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(7) {
    width: 596px;
  }
}
@media (max-width: 999.98px) {
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(4) {
    width: 315px;
  }
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(7) {
    width: 315px;
  }
}
@media (max-width: 767.98px) {
  .search-filter-results .resource-center-filter-page .card-outer-container {
    height: 344px;
    margin-right: unset;
  }
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(4) {
    width: 100%;
  }
  .search-filter-results .resource-center-filter-page .card-outer-container:nth-of-type(7) {
    width: 100%;
  }
}
.search-filter-results .filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-filter-results .filter-container .btn-prw-white a {
  display: inline-block !important;
}
.search-filter-results .filter-container .tag-container {
  position: relative;
}
.search-filter-results .filter-container .tag-container .post-type {
  position: relative;
  top: 0;
  left: 0;
}
.search-filter-results .filter-container .tag-container .post-type .post-type-span {
  background-color: #fff;
  padding: 10px;
  padding-right: 20px;
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  font-size: 13px;
  border-bottom-right-radius: 20px;
}
.search-filter-results .filter-container .card-outer-container {
  height: 490px;
  margin-right: 26px;
  margin-bottom: 26px;
  border-radius: 20px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (min-width: 1400px) {
  .search-filter-results .filter-container .card-outer-container {
    width: 395px;
  }
}
@media (max-width: 1399.98px) {
  .search-filter-results .filter-container .card-outer-container {
    width: 285px;
  }
}
@media (max-width: 999.98px) {
  .search-filter-results .filter-container .card-outer-container {
    width: 315px;
  }
}
@media (max-width: 767.98px) {
  .search-filter-results .filter-container .card-outer-container {
    width: 100%;
    height: 344px;
    margin-right: unset;
  }
}
.search-filter-results .filter-container .card-outer-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 60, 60, 0)), to(#262626));
  background: linear-gradient(180deg, rgba(60, 60, 60, 0) 0%, #262626 100%);
  opacity: 0.8;
  border-radius: 20px;
}
.search-filter-results .filter-container .card-text {
  padding: 30px;
  position: absolute;
  bottom: 0;
}
.search-filter-results .filter-container .card-text .card-title a {
  color: #fff !important;
  text-decoration: none !important;
}
.search-filter-results .blog-featured .card-outer-container {
  height: 372px;
  width: 602px;
}
.search-filter-results .filter-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-filter-results .filter-news .tag-container {
  position: relative;
}
.search-filter-results .filter-news .tag-container .post-type {
  position: relative;
  top: 0;
  left: 0;
}
.search-filter-results .filter-news .tag-container .post-type .post-type-span {
  background-color: #fff;
  padding: 10px;
  padding-right: 20px;
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  font-size: 13px;
  border-bottom-right-radius: 20px;
}
.search-filter-results .filter-news .card-outer-container {
  margin-right: 26px;
  margin-bottom: 26px;
}
@media (min-width: 1400px) {
  .search-filter-results .filter-news .card-outer-container {
    width: 395px;
  }
}
@media (max-width: 1399.98px) {
  .search-filter-results .filter-news .card-outer-container {
    width: 285px;
  }
}
@media (max-width: 999.98px) {
  .search-filter-results .filter-news .card-outer-container {
    width: 315px;
  }
}
@media (max-width: 767.98px) {
  .search-filter-results .filter-news .card-outer-container {
    width: 100%;
    margin: 10px;
  }
}
.search-filter-results .filter-news .card-text {
  padding: 30px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search-filter-results .filter-news .card-text .card-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
.search-filter-results .filter-news .card-text .card-title a {
  color: #472645 !important;
  text-decoration: none !important;
}
.search-filter-results .filter-news .thumbnail-container {
  height: 240px;
}
.search-filter-results .filter-news .thumbnail-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-filter-results .latest-articles .pagination .nav-previous,
.search-filter-results .blog-featured .pagination .nav-previous,
.search-filter-results .news-events-container .pagination .nav-previous {
  display: none !important;
}
.search-filter-results .latest-articles .pagination .nav-next,
.search-filter-results .blog-featured .pagination .nav-next,
.search-filter-results .news-events-container .pagination .nav-next {
  display: none !important;
}

/* end filter page  */
.guide-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 48px !important;
  text-align: center;
  color: #fff;
}

.guide-download {
  padding: 20px;
  text-align: center;
}

.video-title {
  font-size: 40px;
  color: #fff;
}

.video-wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 20px;
}

/* Video Media Quieries */
@media (max-width: 576px) {
  .video-wrapper iframe {
    height: 258px;
  }
}
@media (min-width: 576px) and (max-width: 1000px) {
  .video-wrapper iframe {
    height: 520px;
  }
}
@media (min-width: 1000px) {
  .video-wrapper iframe {
    height: 663.75px;
  }
}
.guide-description,
.podcast-description > p,
.case-description {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.guide-thumb {
  max-width: 35vh;
  margin: auto;
  padding-top: 40px;
}

.guide-back-link {
  color: #fff;
}

#mega-menu-resource-center-menu {
  max-width: 1180px !important;
  margin: auto !important;
  width: 100% !important;
}

.speakers-container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
}

.common-speaker {
  width: 25%;
}

.fusion-theme-sharing-box .fusion-social-networks {
  text-align: left;
}

.case-wrap {
  max-width: 700px;
  margin: auto;
}

.case-wrap.custom-post-wrap {
  padding-top: 25px;
}

.grid-img {
  position: absolute;
  width: 30%;
  top: 55px;
}

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

.case-download {
  padding: 20px;
}

.case-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.case-social .fusion-responsive-typography-calculated {
  display: none !important;
}

.case-social .fusion-theme-sharing-box .fusion-social-networks {
  text-align: left;
}

.case-social .fusion-theme-sharing-box {
  margin-top: 0;
}

.case-featured img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

#case-content {
  max-width: 700px !important;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .case-featured img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .grid-img {
    display: none !important;
  }
  .case-download {
    display: none !important;
  }
  .case-social .fusion-theme-sharing-box .fusion-social-networks {
    padding: 20px 0;
  }
  .custom-post {
    padding: 0 8% !important;
  }
}
/* End resourcehub */
/* mobile search menu */
#mega-menu-wrap-main-menu-new #mega-menu-main-menu-new li.mega-menu-item.mob-search {
  background: #f2f2f2;
}

#mega-menu-wrap-main-menu-new #mega-menu-main-menu-new li.mega-menu-item.mob-search input[role=searchbox] {
  font-size: 16px;
  background: #f2f2f2 !important;
}

.hero-card {
  min-height: 520px;
  padding-top: 25px;
}
.hero-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(71, 38, 69, 0.85);
}
.hero-card .wp-block-cover__inner-container {
  max-width: 740px;
  z-index: 2;
}
.hero-card .wp-block-cover__inner-container p {
  max-width: 540px;
  margin: auto;
}
.hero-card .wp-block-cover__inner-container a {
  color: #fff;
}
.hero-card .wp-block-cover__inner-container h1, .hero-card .wp-block-cover__inner-container p {
  color: #fff;
}
.hero-card span {
  background-color: unset !important;
}

.hero-card-microsite {
  padding-top: 160px;
}
.hero-card-microsite::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(71, 38, 69, 0.85);
}
.hero-card-microsite .wp-block-cover__inner-container {
  z-index: 2;
}
.hero-card-microsite .wp-block-cover__inner-container p {
  max-width: 540px;
  margin: auto;
}
.hero-card-microsite .wp-block-cover__inner-container a {
  color: #fff;
}
.hero-card-microsite .wp-block-cover__inner-container h1, .hero-card-microsite .wp-block-cover__inner-container p {
  color: #fff;
}
.hero-card-microsite span {
  background-color: unset !important;
}

.hero-card-lg {
  height: 781px;
}
.hero-card-lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(71, 38, 69, 0.85);
}
.hero-card-lg .wp-block-cover__inner-container {
  max-width: 740px;
  z-index: 2;
}
.hero-card-lg .wp-block-cover__inner-container p {
  max-width: 540px;
  margin: auto;
}
.hero-card-lg .wp-block-cover__inner-container a {
  color: #fff;
}
.hero-card-lg .wp-block-cover__inner-container h1, .hero-card-lg .wp-block-cover__inner-container p {
  color: #fff;
}
.hero-card-lg span {
  background-color: unset !important;
}
.hero-card-lg h1 {
  margin-bottom: 0.2em !important;
}

.hero-card-white {
  height: 400px;
}
.hero-card-white::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.46%, #FFFFFF), color-stop(19.08%, rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0.75);
  background: linear-gradient(360deg, #FFFFFF 3.46%, rgba(255, 255, 255, 0) 19.08%), rgba(255, 255, 255, 0.75);
}
.hero-card-white .wp-block-cover__inner-container {
  max-width: 740px;
  z-index: 2;
}
.hero-card-white .wp-block-cover__inner-container p {
  max-width: 540px;
  margin: auto;
}
.hero-card-white .wp-block-cover__inner-container a {
  color: #fff;
}
.hero-card-white span {
  background-color: unset !important;
}
.hero-card-white img {
  -o-object-position: top;
     object-position: top;
}

.col-2-img-left .wp-block-media-text__content {
  padding: 0 0 0 120px;
}
@media screen and (max-width: 991px) {
  .col-2-img-left .wp-block-media-text__content {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .col-2-img-left .wp-block-media-text__content h3 {
    padding-top: 20px;
  }
}

.col-2-img-right .wp-block-media-text__content {
  padding: 0 120px 0 0;
}
@media screen and (max-width: 991px) {
  .col-2-img-right .wp-block-media-text__content {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .col-2-img-right .wp-block-media-text__content h3 {
    padding-top: 20px;
  }
}

.classflow-stats {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .classflow-stats {
    width: 100% !important;
  }
}

.container-1000 {
  max-width: 1000px;
  margin: 5em auto;
  margin-top: 0;
}

.intro-5050 {
  max-width: 1028px !important;
}
.intro-5050 .intro-5050-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro-5050 .rounded-custom img {
  border-radius: 20px;
}

.block-4 img {
  border-radius: 20px !important;
  width: 275px;
  height: 220px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-3-cols {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.block-3-cols .wp-block-column {
  max-width: 292px;
}
.block-3-cols img {
  height: 328px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-2-cols {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-2-cols .wp-block-column {
  max-width: 292px;
}
.block-2-cols img {
  height: 328px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-3-people {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.block-3-people .wp-block-column {
  max-width: 343px;
}
.block-3-people img {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-3-people h3 {
  margin-bottom: 10px !important;
}

.related-content-block {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 450px;
  max-width: 364px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.related-content-block img {
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.related-content-block .related-post-type {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  width: auto;
  padding: 0 10px 10px 10px;
  position: absolute;
  font-weight: 700;
}
.related-content-block .related-title {
  font-weight: 700;
}

.a-ha {
  height: 622px;
}
.a-ha h2 em {
  text-decoration: none;
  font-style: normal;
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.a-ha::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(71, 38, 69, 0.85);
}

#countryList .modal-dialog {
  max-width: 900px;
}

.countrylist-caption {
  display: inline-block;
  vertical-align: middle;
}

.countrylist {
  list-style: none;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.not-active .block-link, .not-active .flag {
  text-decoration: none;
  color: #333;
  cursor: default;
}

.region-header {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 3px;
  padding-bottom: 12px;
  font-size: 20px !important;
}

.section-content {
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

@media (min-width: 767.98px) {
  .countrylist-item {
    margin: 15px 0;
  }
}

.countrylist .flag {
  margin: 3px 13px 0 0;
  vertical-align: middle;
}

.flag {
  float: left;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.world-icons {
  text-align: right;
  font-size: 9px;
  padding-right: 5px;
}

.usa-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/usa-flag.svg);
}

.uk-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/uk-flag.svg);
}

.au-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/au-flag.svg);
}

.ca-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/ca-flag.svg);
}

.zh-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/ch-flag.svg);
}

.zh-hk-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/ch-hk-flag.svg);
}

.cs-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/cs-flag.svg);
}

.da-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/da-flag.svg);
}

.de-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/de-flag.svg);
}

.es-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/es-flag.svg);
}

.fi-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/fi-flag.svg);
}

.fr-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/fr-flag.svg);
}

.hu-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/hu-flag.svg);
}

.it-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/it-flag.svg);
}

.lv-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/lv-flag.svg);
}

.lt-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/lt-flag.svg);
}

.ja-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/ja-flag.svg);
}

.me-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/me-flag.svg);
}

.nl-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/nl-flag.svg);
}

.no-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/no-flag.svg);
}

.nz-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/nz-flag.svg);
}

.po-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/po-flag.svg);
}

.pt-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/pt-flag.svg);
}

.ru-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/ru-flag.svg);
}

.sw-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/sw-flag.svg);
}

.vi-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/vi-flag.svg);
}

.in-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/in-flag.svg);
}

.en-flag {
  background-image: url(/wp-content/uploads/country-flags/flags/en-flag.svg);
}

.two-cards .wp-block-cover__inner-container {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.two-cards .wp-block-cover__image-background {
  border-radius: 20px;
}

.two-cards__product-image img {
  max-height: 250px;
  width: auto;
}

.two-cards__product-image .bett img {
  max-height: 250px;
  width: auto;
  height: 50px;
}

.two-cards__paragraph {
  min-height: 55px;
}

@media screen and (min-width: 1200px) {
  .two-cards__logo img {
    min-height: 50px;
    width: auto;
  }
  .bett img {
    max-height: 250px;
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .two-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 783px) {
  .logged-in.admin-bar .compare-header-row {
    top: 100px;
  }
}
.product-compare-table {
  position: relative;
}
.product-compare-table .compare-header-row {
  position: sticky;
  top: 70px;
  background: white;
  z-index: 10;
  padding-top: 1px;
}
@media screen and (max-width: 991px) {
  .product-compare-table .compare-header-row {
    top: 0px;
  }
}
.product-compare-table .compare-header-row .compare-header-title {
  font-size: 1.475rem;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .product-compare-table .compare-header-row .compare-header-title {
    font-size: 1.075rem;
  }
}
.product-compare-table .compare-header-row .image-compare.active {
  position: relative;
  left: initial;
  -webkit-transform: none;
          transform: none;
}
.product-compare-table .compare-header-row .image-compare.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-compare-table .compare-header-row .image-compare {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-compare-table .compare-section:not(:first-of-type) {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1000px) {
  .product-compare-table .compare-section-specs:not(:first-of-type) .row:nth-of-type(odd) {
    background-color: #f2f2f2;
  }
}
.product-compare-table .compare-section:first-of-type .compare-row,
.product-compare-table .display-sizes-row:first-of-type .compare-row {
  --column-gap: 0%;
}
.product-compare-table .compare-section {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  /* Media query for viewport less than 780px */
}
.product-compare-table .compare-section .row-header {
  font-size: 31px;
  margin-bottom: 32px;
  padding-bottom: 12px;
  padding-left: calc(var(--bs-gutter-x) / 2);
  border-bottom: 1px solid #e8e8ed;
  color: #190f1a;
}
.product-compare-table .compare-section .compare-row {
  display: -ms-grid;
  display: grid;
  --column-gap: 0%;
  --columns: 4;
  padding: 5px 0;
  margin: 15px auto;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--columns), calc((100% - var(--column-gap) * (var(--columns) - 1)) / var(--columns)));
  -webkit-column-gap: var(--column-gap);
     -moz-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
}
.product-compare-table .compare-section .compare-row h3 {
  margin-bottom: 0 !important;
}
.product-compare-table .compare-section .compare-row .form-select {
  width: 100% !important;
  padding: 5px;
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  font-size: 1.075rem;
  color: inherit;
}
.product-compare-table .compare-section .compare-row strong {
  display: block;
}
.product-compare-table .compare-section .compare-row .col {
  -ms-flex-line-pack: center;
      align-content: center;
}
.product-compare-table .compare-section .compare-row .col sup {
  font-size: 0.7em !important;
  top: -10px !important;
}
@media (max-width: 740px) {
  .product-compare-table .compare-section .compare-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; /* Two columns instead of four */
  }
  .product-compare-table .compare-section .compare-wrapper .col {
    display: none; /* Initially hide all columns on small screens */
  }
  .product-compare-table .compare-section .compare-wrapper .col[data-col="1"] {
    display: block; /* Always show the first column */
  }
}
.product-compare-table .display-sizes-row p {
  margin-bottom: 0;
}
.product-compare-table .display-sizes-row span {
  display: block;
}
.product-compare-table .display-sizes-row .buy-now a {
  text-decoration: none;
}
.product-compare-table .display-sizes-row .buy-now-btn {
  padding: 0.375rem 0;
}
.product-compare-table .display-sizes-row .btn-prw-plum a {
  padding: 5px 15px;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}
.product-compare-table .sub-note {
  font-size: 12px;
}

.image-compare-activpanel9 {
  width: 174px;
  height: 111px;
  background-size: 174px 111px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2024/05/08124243/AP9_A86_EE_0224v1-1.png);
}

.image-compare-activpanel9-premium {
  width: 174px;
  height: 111px;
  background-size: 174px 111px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2024/05/08124307/AP9_Premium_menu_timer_EEA_0224v1-1.png);
}

.image-compare-activpanel-lx {
  width: 174px;
  height: 111px;
  background-size: 174px 111px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2024/05/08124121/APLX_FV_ActivInspire_Space_Lesson_1123v1-1.png);
}

.image-compare-activpanel-le {
  width: 174px;
  height: 111px;
  background-size: 174px 111px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2025/06/27104134/APLE_nav.jpg);
}

.image-compare-activpanel9-pro {
  width: 174px;
  height: 111px;
  background-size: 174px 111px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2024/05/08124321/AP9_Pro_1022v2-2.png);
}

.image-compare-activpanel10 {
  width: 174px;
  height: 111px;
  background-size: 174px 111px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2024/12/13094720/AP10-Screen.png);
}

.image-compare-activpanel10-premium {
  width: 174px;
  height: 111px;
  background-size: 174px 111px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2024/12/13094717/AP10-Premium-Screen.png);
}

.loop-block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr !important;
  grid-template-columns: repeat(2, 1fr) !important;
  -ms-grid-rows: 1fr 1.5rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.loop-block ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.loop-block ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.loop-block ul > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.loop-block ul > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.loop-block ul li {
  background-color: #472645;
  padding: 15px;
  border-radius: 20px;
  color: white;
}
.loop-block ul li a {
  color: #f0389f;
}
.loop-block ul li h3 {
  font-size: 1.375rem;
}
.loop-block ul li .wp-block-read-more {
  padding-top: 10px;
}
.loop-block ul li:first-of-type {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.loop-block ul li:first-of-type img {
  border-radius: 8px;
}
.loop-block ul li:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1/2/2/4;
}
.loop-block ul li:nth-of-type(2) figure {
  display: none;
}
.loop-block ul li:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/3/4;
}
.loop-block ul li:nth-of-type(3) figure {
  display: none;
}

.lets-connect label, .lets-connect span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lets-connect span {
  display: inline-block;
}
.lets-connect input, .lets-connect textarea, .lets-connect select {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.lets-connect .StyledSubField-sc-1wt4t9i-0 {
  width: 100%;
}
.lets-connect .buy-steps span {
  display: inline-block;
}
.lets-connect label.fsHiddenField {
  display: none;
}
.lets-connect .fsRequiredLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lets-connect #label-field170032901 .StyledLabelText-sc-1bsmirz-0 {
  display: none;
}
.lets-connect .StyledSubFieldGroup-sc-ik27pq-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.lets-connect .fsNameFirst, .lets-connect .fsNameLast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 50%;
}
.lets-connect .message-top {
  display: none;
}
.lets-connect [data-internal-label=message-top] {
  display: none !important;
}
.lets-connect select[label="Education Type"] {
  margin-bottom: 0 !important;
}
.lets-connect .StyledErrorBanner-sc-lo45jw-0 {
  margin-bottom: 20px;
}
.lets-connect .StyledSupportingText-sc-1pgm78z-0 span {
  font-size: 12px;
  margin-bottom: 20px;
}
.lets-connect .StyledSection-sc-1jyjf4h-0 {
  display: none;
}
.lets-connect .fsValidationError {
  font-size: 12px;
  color: red;
}
.lets-connect button[type=submit] {
  background: #472645;
  border-radius: 200px;
  border: none;
  padding: 15px 20px;
  color: white;
}
.lets-connect input[type=checkbox] {
  width: initial;
  margin-right: 10px;
}

.filter-page .rf-container {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.filter-page .rf-container .rf-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-page .rf-container .rf-filters .rf-filter-group {
  position: relative;
}
.filter-page .rf-container .rf-filters .rf-filter-group .rf-filter-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  color: #472645;
}
.filter-page .rf-container .rf-filters .rf-filter-group .rf-dropdown {
  width: 300px;
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.filter-page .rf-container .rf-filters .rf-filter-group .rf-dropdown label {
  display: block;
  padding: 0.5rem 0.75rem;
}
.filter-page .rf-container .rf-filters .rf-filter-group .rf-dropdown label:not(.rf-product-parent-label label):hover {
  background-color: #E9E9E9;
}
.filter-page .rf-container .rf-filters .rf-filter-group .rf-dropdown label:not(.rf-product-parent-label label):first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.filter-page .rf-container .rf-filters .rf-filter-group .rf-dropdown label:not(.rf-product-parent-label label):last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.filter-page .rf-container .rf-filters .rf-filter-group[data-group=products] .rf-dropdown {
  padding: 0.5rem;
}
.filter-page .rf-container .rf-filters .rf-filter-group .rf-dropdown.open {
  display: block;
}
.filter-page .rf-container .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1250px;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .filter-page .rf-container .filters-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-page .rf-container .filters-container .rf-search-container {
    padding-top: 2rem;
  }
}
.filter-page .rf-container .filters-container .rf-suggestions {
  max-width: 500px;
  width: 100%;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 0.25rem;
  list-style: none;
  padding: 0;
  z-index: 999;
  max-height: 200px;
  overflow-y: auto;
}
.filter-page .rf-container .filters-container .rf-search-input {
  border: 1px solid lightgrey;
  border-radius: 20px;
  padding: 5px;
  padding-left: 15px;
  width: 250px;
}
@media (max-width: 768px) {
  .filter-page .rf-container .filters-container .rf-search-input {
    width: 100%;
  }
}
.filter-page .rf-container .filters-container .rf-suggestions li {
  padding: 0.5rem 0 0 0.5rem;
  cursor: pointer;
}
.filter-page .rf-container .filters-container .rf-suggestions li:hover {
  background: #f0f0f0;
}
.filter-page .rf-product-subgroup {
  margin-bottom: 1em;
}
.filter-page .rf-product-parent-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.filter-page .collapse-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0.5em;
  font-size: 1em;
}
.filter-page .collapse-toggle::after {
  font-size: 0.8em;
  margin-left: 0.5em;
}
.filter-page .child-group {
  display: none;
  padding-left: 1rem;
  margin-top: 0.5rem;
}
.filter-page .child-group.open {
  display: block;
}
.filter-page [data-rf-filter-group][data-group=type][data-layout=buttons] .rf-filter-toggle {
  display: none;
}
.filter-page [data-rf-filter-group][data-group=type][data-layout=buttons] .rf-dropdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-page [data-rf-filter-group][data-group=type][data-layout=buttons] .rf-buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.filter-page [data-rf-filter-group][data-group=type][data-layout=buttons] .rf-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-page [data-rf-filter-group][data-group=type][data-layout=buttons] .rf-btn input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filter-page [data-rf-filter-group][data-group=type][data-layout=buttons] .rf-btn:has(input:checked) {
  background: #f2f2f2;
  color: #472645;
  border-color: #222;
}
.filter-page [data-rf-filter-group][data-group=type][data-layout=buttons] .rf-btn:focus-within {
  outline-offset: 2px;
}

.btn-promethean-red {
  color: #fff !important;
}

.btn-xl {
  padding: 0.5rem 4rem !important;
  font-size: 1.25rem !important;
}

.btn-prw-plumb a,
.btn-prw-plum a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 25px 15px;
  background: #472645;
  border-radius: 31px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

.btn-prw-teal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 25px 15px;
  background: #008CB1;
  border-radius: 31px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

.btn-prw-grade a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 25px 15px;
  background: #9706f6;
  background: -webkit-gradient(linear, left top, right top, from(#9706f6), to(#f56063));
  background: linear-gradient(to right, #9706f6, #f56063);
  border-radius: 31px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

.btn-outline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 60px;
  border-radius: 31px;
  font-size: 15px;
  font-weight: 700;
  color: #472645 !important;
  background-color: #fff;
  border: 2px solid rgba(71, 38, 68, 0.15);
}
.btn-outline a:hover {
  color: #472645;
}

.btn-outline-2 a {
  font-size: 15px !important;
  padding: 15px 20px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 31px !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  text-decoration: none !important;
  font-weight: 700;
  background-color: transparent;
}
@media (min-width: 600px) {
  .btn-outline-2 a {
    margin-left: 32px !important;
  }
}
.btn-outline-2 a:hover {
  color: #fff !important;
}

.btn-outline-white a {
  background: transparent !important;
  border: 2px solid white !important;
}

.btn-outline-white--thin a {
  background: transparent !important;
  border: 1px solid white !important;
}

.btn-link-light a {
  color: #fff !important;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 700;
}

.btn-link-dark a {
  color: #472645 !important;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 700;
}

.btn-prw-white a {
  border-radius: 31px;
  border: 0;
  padding: 16px 25px 15px;
  background: #fff;
  color: #472645 !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.btn-prw-white a:hover {
  color: #472645;
}
.btn-prw-white.outline {
  border: 1px solid;
  border-radius: 31px;
}
.btn-prw-white .slider {
  width: 180px;
}

.nav-btn-outline {
  font-weight: 700;
  font-size: 15px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 31px !important;
  color: #fff !important;
  border: 2px solid rgba(71, 38, 69, 0.15) !important;
  text-decoration: none !important;
}
@media only screen and (min-width: 1199.98px) {
  .nav-btn-outline {
    padding: 5px 20px;
    margin-left: 32px;
  }
}
.nav-btn-outline:hover {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .nav-btn-outline a {
    color: #fff !important;
    text-align: center !important;
  }
}
.wp-block-button a.btn-how-to-buy-outline {
  color: white !important;
  border-color: white !important;
}

.btn-w-200 a {
  width: 200px;
}

.btn-pill {
  height: 52px;
  line-height: 1.4;
}

.btn-pill.btn-discover a {
  width: 295px;
}

.products-white-pill-btn a {
  color: #472645;
  font-size: 15px;
  padding: 14px 25px 14px;
  font-weight: 700;
}

.level-access {
  background-image: url("/wp-content/uploads/2023/01/eA_Icon_RGB.svg");
  height: 30px;
  width: 80px;
  display: inline-block;
  background-repeat: no-repeat;
}

.btn-prw-cu-blue a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 25px 15px;
  background: #407CC3;
  border-radius: 31px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

.home-carousel {
  min-height: 781px;
}
.home-carousel .carousel-item img {
  width: 100%;
  height: 781px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-carousel .carousel-item video {
  width: 100%;
  height: 781px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-carousel .carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 38, 69, 0.85);
}
.home-carousel .carousel-item .carousel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.home-carousel .carousel-item .carousel-text p {
  font-size: 4.375rem;
}
.home-carousel .carousel-item .carousel-text .highlight {
  background: -webkit-linear-gradient(180deg, rgb(240, 56, 159) 0%, rgb(153, 85, 198) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-carousel .carousel-inner {
  height: 100%;
}
.home-carousel .carousel-indicators {
  bottom: 15% !important;
}
.home-carousel .carousel-indicators button {
  background-color: #f0389f !important;
}

.custom-carousel .carousel {
  max-width: 1320px;
  margin: auto;
  color: #472645;
}
.custom-carousel .carousel .ap9pro-img-rounded img {
  border-radius: 20px !important;
}
.custom-carousel .carousel h2 {
  font-size: 1.8rem;
  margin-bottom: 10px !important;
}
.custom-carousel .carousel .row .col-sm:first-child {
  padding: 2rem 2rem 1rem 2rem;
}
.custom-carousel .carousel .carousel-inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.custom-carousel .carousel .carousel-item {
  background: #fff;
}
.custom-carousel .carousel .carousel-item img {
  display: block;
}
.custom-carousel .carousel .carousel-item .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.custom-carousel .carousel .carousel-item .row .slide-icon-container {
  padding: 5px;
  background-color: #e7e7eb;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (min-width: 992px) {
  .custom-carousel .carousel .carousel-item .row .slide-icon-container {
    display: block;
  }
}
.custom-carousel .carousel .carousel-indicators {
  margin: 0;
  padding: 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .custom-carousel .carousel .carousel-indicators {
    padding: 2rem;
  }
}
.custom-carousel .carousel .carousel-indicators img {
  width: 50px;
}
.custom-carousel .carousel .carousel-indicators h5 {
  font-size: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 992px) {
  .custom-carousel .carousel .carousel-indicators h5 {
    font-size: 1.2rem;
  }
}
.custom-carousel .carousel .carousel-indicators [data-bs-target] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  gap: 0.5rem;
}
.custom-carousel .carousel .carousel-indicators {
  position: relative;
}
.custom-carousel .carousel .carousel-indicators h5 {
  color: #472645;
  margin-bottom: 0;
}
.custom-carousel .carousel .carousel-indicators .slide-img-container {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 37.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .custom-carousel .carousel .carousel-indicators .slide-img-container {
    width: 55px;
    height: 55px;
  }
}
.custom-carousel .carousel .carousel-indicators button {
  border: none;
  background: transparent;
}
.custom-carousel .carousel .carousel-indicators button:focus {
  background-color: transparent;
  outline: none;
}
.custom-carousel .carousel .carousel-indicators .active {
  background-color: transparent;
  border: none;
}
.custom-carousel .carousel .carousel-indicators [data-bs-target] {
  width: initial;
  height: auto;
  text-indent: initial;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .custom-carousel .carousel .carousel-item .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .custom-carousel .carousel .row .col-sm:first-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .custom-carousel .carousel .carousel-indicators {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .custom-carousel .carousel .carousel-indicators img {
    width: 50px;
  }
  .custom-carousel .carousel .carousel-item .row img.slide-img {
    display: block;
    padding: 5px;
  }
}

.accordion-button {
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 120%;
  color: #472645 !important;
  background-color: transparent !important;
}

.accordion-item h2 {
  margin-bottom: 0px !important;
}

.accordion-body iframe {
  border-radius: 20px;
}

/*
TODO:   DONE make the grey background reach down to the footer
        - fix closing modal
        - figure out what to do with the search button
        - add hover states for the search results
        - add hover states for the search button
        - add a cross to clear the search input
        - make the search cross on modal smaller (use a font icon?)
        - MOBILE!! Ugh.
        - General SASS cleanup
        - Add link type to end of search page results
        - search results with no description should have same height as those with description

*/
/*global change affecting header search icon*/
a.hero__link {
  cursor: pointer;
}

.search-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 2;
  display: none;
}

.search-overlay-toggle {
  display: block;
}

.prw-search .search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
.prw-search .search-panel__filters {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.prw-search .search-panel__results {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.prw-search .ais-Highlight-highlighted {
  color: inherit;
  font-size: inherit;
}
.prw-search li.ais-Hits-item,
.prw-search li.ais-InfiniteHits-item {
  display: block;
}
.prw-search ol.ais-Hits-list {
  margin-bottom: 0;
}
.prw-search li.ais-Hits-item a {
  text-decoration: none;
}
.prw-search li.ais-Hits-item a p:hover {
  color: #9a09f3;
}
.prw-search #pagination {
  margin: 2rem auto;
  text-align: center;
  display: none;
}
.prw-search .result-icon {
  position: relative;
  top: 5px;
}
.prw-search .result-h4 {
  margin-bottom: 0 !important;
  padding-top: 10px;
  color: black;
  font-size: 16.38px;
  font-weight: 700;
}
.prw-search .result-p {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  font-family: Noto Sans, sans-serif;
}
.prw-search .result-p mark {
  background-color: inherit;
  padding: 0;
}
.prw-search #hits {
  top: -10px;
  position: relative;
}
.prw-search #search-container {
  z-index: 10;
  visibility: hidden;
  border: black;
  border-width: 13px;
  background: white;
  border-radius: 21px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 900px) {
  .prw-search #search-container {
    width: 854px;
  }
}
.prw-search #search-container:after {
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #fff;
  z-index: -1;
}
.prw-search .ais-Hits--empty {
  display: none;
}
.prw-search #search-modal-background {
  visibility: visible;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: 159px;
  z-index: -1;
  -webkit-transition: opacity 0.333s;
  transition: opacity 0.333s;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.prw-search #search-modal-background.fade-out {
  opacity: 0;
}
.prw-search #search-modal-background.fade-in {
  opacity: 1;
}
.prw-search #search-modal-background.fade-out-done {
  z-index: -1;
}
.prw-search #search-modal-background.fade-in-start {
  z-index: 7;
}
.prw-search .search-panel-results h4 {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  background: #9706f6;
  padding: 8px 2rem;
  margin-bottom: 15px;
  font-family: "Noto Sans", sans-serif;
}
.prw-search .search-panel-results h4:not(:first-child) {
  margin-top: 10px;
}
.prw-search .search-panel-results h3,
.prw-search .search-panel-results div {
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #0e071e;
}
.prw-search .mega-menu-item-137404 {
  display: none;
}

/* outside prwsearch */
.searchQueryContainer {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  background: white;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.333s;
  transition: 0.333s;
}
.searchQueryContainer .searchInput {
  width: 854px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.searchQueryContainer .searchInput input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  border: none;
  font-size: 16px;
  padding: 20px 40px;
}
.searchQueryContainer .searchInput input:focus {
  outline: none;
}
.searchQueryContainer .searchInput .searchInput__close-search {
  padding-right: 1rem;
}

.header-search-container .hero__link svg {
  top: -4px;
  position: relative;
  width: 25px;
  height: 25px;
}

.searchInput__close-search {
  width: 35px;
  height: 35px;
}

.header-search-container .hero__link svg {
  color: #472645;
}

.header-v2 .header-search-container .hero__link svg {
  color: white;
}

.search-panel__results .result-site-title {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Sharp sans", "Noto Sans", sans-serif;
  padding-top: 1.3rem;
}
.search-panel__results li {
  background: #f2f4f5;
  border-radius: 10px;
  margin: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-panel__results li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}
.search-panel__results li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: #e3e1e3;
  padding: 3px 9px;
  border-radius: 60px;
  font-size: 12px;
  margin-left: auto;
}
.search-panel__results li.result:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.search-panel__results li.result a:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-right: 1rem;
  background-repeat: no-repeat;
  color: #4ba0df;
  color: #472645;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  line-height: 1.95rem;
  background-color: #ffffff;
  font-weight: 500;
  background: -webkit-linear-gradient(#9955c6, #f0389f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search-panel__results li.product a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f51b";
}
.search-panel__results li.article a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ea";
}
.search-panel__results li.course a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f19d";
}
.search-panel__results li.event a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f133";
}
.search-panel__results li.video a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f04b";
}

.tab-container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-content: center;
}
@media (max-width: 768px) {
  .tab-container .tabs {
    display: none;
  }
}
@media (max-width: 900px) {
  .tab-container .tabs {
    gap: 0;
    place-content: space-between;
  }
}
.tab-container .tabs .tab {
  padding: 5px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-container .tabs .active {
  background: #472645;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.tab-container .pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 10px;
  place-content: flex-end;
  font-size: 1.5rem;
  padding-right: 0;
}
.tab-container .pagination-container .hide {
  display: none;
}
.tab-container .pagination-container div {
  cursor: pointer;
}
.tab-container .pagination-container .pagination i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tab-container li {
  background: white;
  border-radius: 10px;
  margin: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.tab-container li .result-text-content {
  width: 100%;
}
.tab-container li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #472645;
  display: block;
  padding: 36px;
  padding-left: 0;
}
.tab-container li p {
  color: #777;
  font-size: 0.938rem;
}
.tab-container li.result:hover {
  background: rgba(71, 38, 69, 0.0705882353);
  cursor: pointer;
}
.tab-container li div.result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 1rem;
}
.tab-container li.result div.result-container:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-right: 1rem;
  background-repeat: no-repeat;
  color: #4ba0df;
  color: #472645;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  line-height: 1.95rem;
  background-color: #ffffff;
  font-weight: 500;
  background: -webkit-linear-gradient(#9955c6, #f0389f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.tab-container li.product div.result-container:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f51b";
}
.tab-container li.article div.result-container:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ea";
}
.tab-container li.course div.result-container:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f19d";
}
.tab-container li.event div.result-container:before {
  font-family: "Font Awesome 5 Free";
  content: "\f133";
}
.tab-container li.video div.result-container:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f04b";
}

.search-panel__results .view-all-button {
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  color: #fff;
  background-color: #472645;
  cursor: pointer;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-panel__results .view-all-button:hover {
  background: #f2f2f2;
  color: #472645;
}

.result-description {
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-container {
  max-width: 681px;
  margin: 0 auto;
}
.search-container .search-box {
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.search-container .search-box input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  padding-left: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-container .search-box .search-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #472645;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.search-container .search-box .search-icon-container i {
  color: #fff;
}

.tab-container .container .tab-content {
  display: none;
  border-radius: 5px;
}
.tab-container .container .tab-content.active {
  display: block;
}

.top-search-trim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-section {
  display: none;
}
.mobile-section p {
  color: #333;
  font-size: 14px;
}

.search-width-100 {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
@media (max-width: 1400px) {
  .search-width-100 {
    margin-left: -50vw;
  }
}

.search-result-header {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  color: #472645;
}

/*removing the spacer block as not neeed with the new search*/
.wp-block-spacer:first-of-type {
  display: none;
}

#content:after {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  display: none;
}

#results-container {
  min-height: 430px;
}

#magglass {
  top: 2px;
}

@media (max-width: 1050px) {
  #magglass {
    display: none;
  }
}
@media (max-width: 992px) {
  .search-results .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .tab-container .tabs {
    display: none;
  }
  .top-search-trim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }
  .mobile-section {
    display: inline-block;
    padding: 10px;
  }
  .mobile-section p {
    margin-bottom: 0;
  }
  .mobile-section p span {
    padding-left: 1rem;
  }
  .mobile-section p #mobile-menu {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: inline-block;
  }
  .search-container .search-box {
    margin-bottom: 20px;
  }
}
/* Start - Styles for Dynamic grid custom block */
.dynamic-grid-container {
  margin-bottom: 100px;
}
.dynamic-grid-container .grid-row,
.dynamic-grid-container .grid-column {
  margin: 0;
  /* Removes any extra margin that might cause overflow */
  width: 100%;
  /* Ensures grid items take full width within their assigned grid area */
}
.dynamic-grid-container .grid-column.img-center {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px;
}
.dynamic-grid-container .dynamic-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.dynamic-grid-container .dynamic-grid {
  max-width: 100%;
  /* Ensures it stays within the viewport */
}
.dynamic-grid-container .grid-row {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.dynamic-grid-container .grid-column {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 20px;
  position: relative;
}
.dynamic-grid-container .grid-column > * {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.dynamic-grid-container .chrome-block-one .grid-column img {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.dynamic-grid-container .fixed-height .grid-column {
  height: 600px;
}
.dynamic-grid-container .grid-column.img-full img {
  height: 100%;
}
.dynamic-grid-container .grid-column.img-full h3,
.dynamic-grid-container .grid-column.img-full p {
  display: none;
}
.dynamic-grid-container .grid-column.img-full label {
  display: none;
}
.dynamic-grid-container .grid-column.img-full-sm img {
  height: 100%;
  width: 70%;
  margin: 0 auto;
}
.dynamic-grid-container .grid-column.img-full-sm h3,
.dynamic-grid-container .grid-column.img-full-sm p {
  display: none;
}
.dynamic-grid-container .grid-column.img-full-sm label {
  display: none;
}
.dynamic-grid-container .img-pad img {
  padding: 2rem;
}
.dynamic-grid-container .grid-column.no-fit img {
  -o-object-fit: none;
     object-fit: none;
}
.dynamic-grid-container .grid-column.full-contain img,
.dynamic-grid-container .grid-column.full-contain video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dynamic-grid-container .grid-column.full-contain label,
.dynamic-grid-container .grid-column.full-contain h3,
.dynamic-grid-container .grid-column.full-contain p,
.dynamic-grid-container .grid-column.full-contain .grid-column__text-content {
  display: none;
}
.dynamic-grid-container .grid-column.no-toggle label {
  display: none;
}
.dynamic-grid-container .grid-column.left-align .show {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.dynamic-grid-container .grid-column__visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 20px;
}
.dynamic-grid-container .grid-column__toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  display: none;
}
.dynamic-grid-container .grid-column img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* Use a fixed percentage of the tile for the image */
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: auto;
}
.dynamic-grid-container .grid-column h3 {
  padding: 40px 30px 0 30px;
  font-family: "SharpSans-Semibold";
  font-size: 22px;
  text-wrap-style: pretty;
}
.dynamic-grid-container .grid-column p,
.dynamic-grid-container .grid-column .grid-column__text-content {
  padding: 0px 30px 30px 30px;
}
.dynamic-grid-container .grid-column p sup,
.dynamic-grid-container .grid-column .grid-column__text-content sup {
  font-size: 10px !important;
  top: initial !important;
  vertical-align: super;
}
.dynamic-grid-container .grid-column p {
  padding: 0px 30px 0px 0px;
}
.dynamic-grid-container .dynamic-grid-title {
  font-size: 34px;
  margin-top: 80px;
}
.dynamic-grid-container .content-grid__toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.dynamic-grid-container .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dynamic-grid-container .hide {
  display: none;
}
.dynamic-grid-container svg circle {
  opacity: 0.6;
}
.dynamic-grid-container .rotate {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dynamic-grid-container .rotate-back {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.dynamic-grid-container .content-block {
  display: none;
}
.dynamic-grid-container .content-block.show {
  display: block;
}
@media (max-width: 900px) {
  .dynamic-grid-container .grid-row {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    /* Force single column on mobile */
  }
}
.dynamic-grid-container .in-control .grid-row:nth-child(1) .grid-column {
  height: 300px;
}
.dynamic-grid-container .in-control .grid-row:nth-child(1) .grid-column img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 768px) {
  .dynamic-grid-container .in-control .grid-row:nth-child(1) .grid-column {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .dynamic-grid-container .in-control .grid-row:nth-child(1) .grid-column {
    height: 490px;
  }
}
.dynamic-grid-container .in-control .grid-column.cookie-cutter img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 40px;
}
.dynamic-grid-container .in-control .grid-row:nth-child(2) .grid-column {
  height: 470px;
}
.dynamic-grid-container .in-control .grid-row:nth-child(2) .grid-column img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  height: initial;
}
@media (min-width: 768px) {
  .dynamic-grid-container .in-control .grid-row:nth-child(2) .grid-column {
    height: 600px;
  }
}
@media (min-width: 902px) {
  .dynamic-grid-container .in-control .grid-row:nth-child(2) .grid-column {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .dynamic-grid-container .in-control .grid-row:nth-child(2) .grid-column {
    height: 567px;
  }
  .dynamic-grid-container .in-control .grid-row:nth-child(2) .grid-column img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 350px;
    -o-object-position: top;
       object-position: top;
  }
}
.dynamic-grid-container .raise-the-bar .grid-row:nth-child(1) .grid-column {
  height: 300px;
}
.dynamic-grid-container .raise-the-bar .grid-row:nth-child(1) .grid-column img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
}
@media (min-width: 768px) {
  .dynamic-grid-container .raise-the-bar .grid-row:nth-child(1) .grid-column {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .dynamic-grid-container .raise-the-bar .grid-row:nth-child(1) .grid-column {
    height: 483px;
  }
}
.dynamic-grid-container .raise-the-bar .grid-row:nth-child(1) .grid-column.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 902px) {
  .dynamic-grid-container .raise-the-bar .grid-row:nth-child(2) .grid-column {
    height: 500px;
  }
  .dynamic-grid-container .raise-the-bar .grid-row:nth-child(2) .grid-column img {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .dynamic-grid-container .raise-the-bar .grid-row:nth-child(2) .grid-column img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .dynamic-grid-container .raise-the-bar .grid-row:nth-child(2) .grid-column {
    height: 488px;
  }
  .dynamic-grid-container .raise-the-bar .grid-row:nth-child(2) .grid-column img {
    height: 270px;
  }
}
.dynamic-grid-container .raise-the-bar .grid-row:nth-child(2) .grid-column.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.dynamic-grid.dynamic-grid-one .dynamic-grid-title {
  display: none !important;
}

/* End dynamic grid styles */
.ai-summary-block {
  background: -webkit-gradient(linear, left top, right top, from(#447ac3), to(#9656c6));
  background: linear-gradient(to right, #447ac3, #9656c6);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
}
.ai-summary-block .ai-summary-typewriter::after {
  content: "|";
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
  margin-left: 5px;
}
@-webkit-keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.recent-posts .recent-post {
  text-decoration: none;
  position: relative;
}
.recent-posts .recent-post .card-hover-bg {
  z-index: 0;
  background-color: #F2F2F2;
  border-radius: 1.25rem;
  position: absolute;
  inset: -0.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
  pointer-events: none;
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.recent-posts .recent-post:where(:hover, :focus-visible) .card-hover-bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (hover: hover) {
  .recent-posts .recent-post .recent-post:hover .card-hover-bg {
    opacity: 1;
  }
}
.recent-posts .recent-post__thumbnail {
  z-index: 1;
}
.recent-posts h3 {
  font-size: 1.45rem;
  font-family: "SharpSans-Medium", "Noto Sans", sans-serif;
}
.recent-posts h3 a {
  text-decoration: none;
}
.recent-posts .recent-post__copy {
  z-index: 1;
}
.recent-posts .recent-post__copy .recent-post__type {
  display: inline-block;
  color: #fff;
  border-radius: 1.5rem;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.recent-posts .recent-post__copy .recent-post__type.type-News, .recent-posts .recent-post__copy .recent-post__type.type-new, .recent-posts .recent-post__copy .recent-post__type.type-Press, .recent-posts .recent-post__copy .recent-post__type.type-press {
  background-color: #FF3A04;
}
.recent-posts .recent-post__copy .recent-post__type.type-podcast, .recent-posts .recent-post__copy .recent-post__type.type-Podcast, .recent-posts .recent-post__copy .recent-post__type.type-Video, .recent-posts .recent-post__copy .recent-post__type.type-video {
  background-color: #9955C6;
}
.recent-posts .recent-post__copy .recent-post__type.type-blog, .recent-posts .recent-post__copy .recent-post__type.type-Blog {
  background-color: #F0389F;
}
.recent-posts .recent-post__copy .recent-post__type.type-article, .recent-posts .recent-post__copy .recent-post__type.type-Article {
  background-color: #F0389F;
}
.recent-posts .recent-post__copy .recent-post__type.type-guide, .recent-posts .recent-post__copy .recent-post__type.type-Guide {
  background-color: #F3AA14;
}
.recent-posts .recent-post__copy .recent-post__type.type-customer-story, .recent-posts .recent-post__copy .recent-post__type.type-Customer {
  background-color: #407CC3;
}

.recent-posts.featured-post .recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  border-radius: 20px;
}
.recent-posts.featured-post .recent-post .recent-post__link {
  display: none;
}
.recent-posts.featured-post .recent-post .recent-post__thumbnail {
  height: 100%;
}
.recent-posts.featured-post .recent-post .recent-post__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

.recent-posts.featured-post-large .recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  row-gap: 2rem;
  gap: 2rem;
  border-radius: 20px;
}
.recent-posts.featured-post-large .recent-post .card-hover-bg {
  background-color: unset !important;
}
.recent-posts.featured-post-large .recent-post h3 {
  font-size: 2.75rem;
}
.recent-posts.featured-post-large .recent-post .recent-post__thumbnail {
  height: 100%;
}
.recent-posts.featured-post-large .recent-post .recent-post__thumbnail img {
  height: 100%;
  max-width: 650px;
  width: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  .recent-posts.featured-post-large .recent-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .recent-posts.featured-post-large .recent-post h3 {
    font-size: 1.75rem;
  }
  .recent-posts.featured-post-large .recent-post .recent-post__thumbnail {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .recent-posts.featured-post-large .recent-post .recent-post__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    display: block;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 999px) {
  .recent-posts.featured-post-large .recent-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recent-posts.featured-post-large .recent-post .recent-post__thumbnail {
    max-width: 100%;
    width: 100%;
  }
  .recent-posts.featured-post-large .recent-post .recent-post__thumbnail img {
    width: 100%;
    height: auto;
  }
}
.blog-featured__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.blog-featured__right .recent-posts.featured-post-small h3 {
  font-size: 1.25rem;
}
.blog-featured__right .recent-posts.featured-post-small .recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  gap: 1rem;
}
.blog-featured__right .recent-posts.featured-post-small .recent-post .recent-post__copy {
  padding: unset;
}
.blog-featured__right .recent-posts.featured-post-small .recent-post .recent-post__link {
  display: none;
}
.blog-featured__right .recent-posts.featured-post-small .recent-post .recent-post__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  max-height: 130px;
}
.blog-featured__right .recent-posts.featured-post-small .recent-post .recent-post__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

.recent-posts.all-posts .recent-post__thumbnail {
  max-height: 220px;
}
.recent-posts.all-posts .recent-post__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  aspect-ratio: 16/9;
}

.recent-posts.latest-posts .recent-post__thumbnail {
  max-height: 220px;
}
.recent-posts.latest-posts .recent-post__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  aspect-ratio: 16/9;
}

.recent-posts.latest-posts,
.recent-posts.all-posts {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 1rem;
}
@media (max-width: 996px) {
  .recent-posts.latest-posts,
  .recent-posts.all-posts {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .recent-posts.latest-posts .recent-post:nth-child(3),
  .recent-posts.all-posts .recent-post:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .recent-posts.latest-posts,
  .recent-posts.all-posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.recent-posts.latest-posts .recent-post,
.recent-posts.all-posts .recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recent-posts.latest-posts .recent-post .recent-post__copy,
.recent-posts.all-posts .recent-post .recent-post__copy {
  grid-row-gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #F2F2F2;
}
.recent-posts.latest-posts .recent-post .recent-post__copy .recent-post__link a,
.recent-posts.all-posts .recent-post .recent-post__copy .recent-post__link a {
  text-decoration: none;
}

.recent-posts.featured-industry,
.recent-posts.featured-industry-small {
  background-color: #472645;
  padding: 1rem;
  border-radius: 20px;
}
.recent-posts.featured-industry .recent-post__title,
.recent-posts.featured-industry-small .recent-post__title {
  color: white;
}
.recent-posts.featured-industry .recent-post__type,
.recent-posts.featured-industry-small .recent-post__type {
  display: none;
}
.recent-posts.featured-industry .card-hover-bg,
.recent-posts.featured-industry-small .card-hover-bg {
  background-color: unset;
}
.recent-posts.featured-industry .recent-post__copy-bottom .recent-post__link,
.recent-posts.featured-industry-small .recent-post__copy-bottom .recent-post__link {
  display: unset !important;
  color: white;
}

.blog-featured__right .recent-posts.featured-industry-small {
  max-height: 270px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-featured__right .recent-posts.featured-industry-small .recent-post__thumbnail {
  max-width: 300px !important;
  max-height: 170px !important;
}
.blog-featured__right .recent-posts.featured-industry-small .recent-post__copy {
  height: 0;
}

.testimonial-block {
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #472645;
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/12/20095535/FireTransform_PAT_PromCoreGradient_0721v1-1.png");
  background-repeat: no-repeat;
  background-position-x: right;
  border-radius: 20px;
}
.testimonial-block .testimonial {
  padding: 1rem;
  gap: 2rem;
  min-height: 424px;
}
.testimonial-block .testimonial img {
  width: 40%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  background-size: cover;
}
@media (min-width: 768px) {
  .testimonial-block .testimonial {
    padding: 1rem;
  }
  .testimonial-block .testimonial img {
    max-height: 426px;
    max-width: 475px;
    border-radius: 20px;
  }
  .testimonial-block .testimonial .testimonial-col-1 {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .testimonial-block .testimonial .testimonial-col-2 p {
    font-size: 20px;
  }
  .testimonial-block .testimonial .testimonial-col-2 .quote-quote {
    font-size: 32px;
    max-width: 770px;
  }
}
.testimonial-block .testimonial .testimonial-col-2 .quote-quote::before {
  content: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/12/20100248/quote-marks.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-block .video-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.testimonial-block .video-thumb:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.testimonial-block .video-thumb:hover:before {
  color: #eee;
}

.testimonial-block.pink-quote {
  background: #f0389f;
  background-image: none;
}
.testimonial-block.pink-quote .testimonial .testimonial-col-2 .quote-quote::before {
  content: url("https://cdn.prometheanworld.com/wp-content/uploads/2025/07/11151249/white-quote.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-videoModal .modal-dialog {
  max-width: 1200px;
}
.testimonial-videoModal .modal-dialog .modal-content {
  margin: auto;
}
.testimonial-videoModal .modal-dialog .modal-content .testimonial-video {
  max-width: 1150px;
  margin: auto;
}

.desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 30px;
  padding-left: 10px;
}
.desktop-nav .menu-item {
  position: relative;
}
.desktop-nav .menu-item > a {
  font-size: 14px;
}
.desktop-nav .menu-item a {
  text-decoration: none;
}
.desktop-nav .menu-item .dropdown {
  position: absolute;
  top: 67px;
  left: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background: white;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
  transition: opacity 0s ease, -webkit-transform 0s ease;
  transition: opacity 0s ease, transform 0s ease;
  transition: opacity 0s ease, transform 0s ease, -webkit-transform 0s ease;
  border: 6px solid #f2f2f5;
}
.desktop-nav .menu-item .dropdown ul.dropdown-list {
  padding: 0 !important;
}
.desktop-nav .menu-item .dropdown ul {
  margin-left: 0;
}
.desktop-nav .menu-item .dropdown i {
  color: #d84f96;
}
.desktop-nav .menu-item .dropdown::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
  width: 0;
  height: 0;
}
.desktop-nav .menu-item .dropdown.dropdown-products {
  background: #f2f2f2;
  height: 700px;
}
.desktop-nav .menu-item .dropdown.dropdown-products::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 14px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
  width: 0;
  height: 0;
  background: transparent;
}
.desktop-nav .menu-item .dropdown.dropdown-products img {
  max-width: 135px;
}
.desktop-nav .menu-item.open .dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.menu-item.has-dropdown {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.menu-item.has-dropdown .dropdown {
  top: 60px;
}

.menu-item-products .dropdown {
  position: relative;
  background: #f2f2f2;
  border: 7px solid #f2f2f2;
}
.menu-item-products .dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background: #fff;
  pointer-events: none;
}

.dropdown-support > ul.list-unstyled,
.dropdown-resources > ul.list-unstyled {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-support > ul.list-unstyled > li:nth-child(3),
.dropdown-resources > ul.list-unstyled > li:nth-child(3) {
  grid-column: 1/-1;
}

.dropdown-products {
  position: relative;
  min-height: 612px;
}
.dropdown-products .col-8 {
  position: static !important;
}
.dropdown-products .col-category {
  width: 30%;
  place-content: space-between;
  font-size: 18px;
  font-weight: bold;
}
.dropdown-products .col-category span {
  padding-right: 20px;
}
.dropdown-products .col-category span i {
  color: #472645;
  font-size: 14px;
}
.dropdown-products .col-products {
  position: absolute;
  left: 30%;
  width: 70%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s linear 0.2s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s linear 0.2s, -webkit-transform 0.2s ease;
  background: white;
  height: 100%;
}
.dropdown-products .col-products li h6 a {
  font-weight: bold;
}
.dropdown-products ul > li:hover .col-products,
.dropdown-products ul:not(:hover) > li:first-child .col-products {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.dropdown-products ul > li .col-category {
  background: #f2f2f2;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 3px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.dropdown-products ul > li .col-category h5 {
  font-size: 15px;
}
.dropdown-products ul > li:hover .col-category {
  background: #fff;
}
.dropdown-products ul:not(:hover) > li:first-child .col-category {
  background: #fff;
}
.dropdown-products ul:hover > li:first-child .col-category {
  background: transparent;
}
.dropdown-products ul > li:first-child:hover .col-category {
  background: #fff;
}

.menu-item-products .dropdown {
  width: 850px;
}

.menu-item-industries .dropdown {
  width: 500px;
  min-height: 270px;
}
.menu-item-industries .dropdown > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-item-industries .dropdown > .row > div:first-child {
  width: 35%;
}
.menu-item-industries .dropdown > .row > div:last-child {
  width: 65%;
  padding-left: 0;
}

html[lang=en-US] .menu-item-industries .dropdown {
  width: 700px;
}

.menu-item-training .dropdown {
  width: 475px;
}

.menu-item-support .dropdown {
  width: 630px;
}

.menu-item-resources .dropdown {
  width: 630px;
}

#mobile-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  background: #fff;
  z-index: 1001;
}

#mobile-nav-bar .header__logo-container .header__logomark {
  width: 25px;
  top: 2px;
  position: relative;
}
#mobile-nav-bar .header__logo-container .navbar-brand {
  margin-right: 0;
}
#mobile-nav-bar .header__logo-container .header__logotype-image {
  width: 120px;
}

#mobile-nav-bar button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

#mobile-nav-bar:not(.has-history) #nav-back {
  visibility: hidden;
}

#mobile-nav-bar.has-history #nav-back {
  visibility: visible;
}

/* ───── Sliding Panel ─────────────────────────────────────── */
#mobile-nav {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

#mobile-nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ───── Groups in Root ───────────────────────────────────── */
.nav-group {
  margin-bottom: 3rem;
}

.nav-group h3 {
  font-size: 1rem;
  margin-bottom: 15px !important;
  font-family: "SharpSans-Medium";
}

.nav-list {
  list-style: none;
  padding: 0;
}

.nav-list li {
  margin-bottom: 0.75rem;
}

.nav-list a,
.nav-list button {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 0;
  font-family: "SharpSans-Semibold";
}

.sub-heading {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.nav-sections {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-left: 2rem;
}

.nav-sections > .nav-section .nav-item--products li {
  margin-bottom: 4px;
}
.nav-sections > .nav-section .nav-item--products button,
.nav-sections > .nav-section .nav-item--products a {
  font-size: 28px;
  font-family: "SharpSans-Medium";
}

.nav-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  visibility: hidden;
}

.nav-section--products li {
  margin-bottom: 4px;
}
.nav-section--products li a {
  font-size: 28px;
  font-family: "SharpSans-Medium";
}

.nav-section > * {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.nav-section[data-key=root] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.nav-section[data-key=root] > * {
  opacity: 1;
}

.nav-section.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.nav-section.active > * {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-section.prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
}

.nav-section.prev > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-item--products:not(:first-of-type) {
  display: none !important;
}

#mobile-nav-bar.has-history #nav-search-toggle {
  display: none;
}

.nav-section[data-key=search] .search-panel {
  padding: 1rem;
}

.nav-section[data-key=search] .search-panel input[type=search] {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.nav-section[data-key=search] .search-panel input[type=search] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-section[data-key=search] .search-panel input[type=search]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-section[data-key=search] .search-panel button[type=submit],
#nav-search-toggle {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-section[data-key=search] {
  padding-top: 0;
}
.nav-section[data-key=search] .search-panel {
  padding-top: 0 !important;
  padding-left: 2px !important;
}
.nav-section[data-key=search] .search-panel input[type=search] {
  color: #472645;
}
.nav-section[data-key=search] .search-panel input[type=search] ::-webkit-input-placeholder {
  color: #472645;
  opacity: 1;
}
.nav-section[data-key=search] .search-panel input[type=search] ::-moz-placeholder {
  color: #472645;
  opacity: 1;
}
.nav-section[data-key=search] .search-panel input[type=search] :-ms-input-placeholder {
  color: #472645;
  opacity: 1;
}
.nav-section[data-key=search] .search-panel input[type=search] ::-ms-input-placeholder {
  color: #472645;
  opacity: 1;
}
.nav-section[data-key=search] .search-panel input[type=search] ::placeholder {
  color: #472645;
  opacity: 1;
}
.nav-section[data-key=search] .search-panel input[type=search] ::-webkit-input-placeholder {
  color: #472645;
}
.nav-section[data-key=search] .search-panel input[type=search] :-ms-input-placeholder {
  color: #472645;
}
.nav-section[data-key=search] .searchform.input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.nav-section[data-key=search] .searchform.input-group input.form-control {
  border: none;
  font-size: 28px;
}
.nav-section[data-key=search] .searchform.input-group input.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #ccc !important;
}
.nav-section[data-key=search] .searchform.input-group button.input-group-text {
  border: none;
  font-size: 22px;
  position: relative;
  top: 0px;
  padding-right: 4px;
  padding-left: 0;
  color: #472645;
}
.nav-section[data-key=search] .searchform.input-group button.input-group-text:hover {
  background: transparent;
  color: #472645;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    display: none;
  }
}
/* Language page nav styles */
.lp-header-nav ul {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 30px;
}
.lp-header-nav ul a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Noto Sans";
}

.wrap-all {
  visibility: hidden;
}

.hero {
  text-align: center;
}
.hero .hero-text {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-clip: text;
  box-decoration-break: clone;
  color: #472645;
  font-style: normal !important;
}
.hero .highlight {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-clip: text;
  box-decoration-break: clone;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  font-style: normal !important;
}

.purple-cards span, .hero-promo span {
  border-radius: 20px;
}

.hero-promo .wp-block-column {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 1200px) {
  .hero-promo .h3, .hero-promo h3 {
    font-size: 24px;
  }
}
.hero-promo .purple-cards .wp-block-cover__inner-container {
  width: 90% !important;
  top: 65%;
  position: absolute;
}

.wrap {
  width: 100%;
  max-width: 1010px;
  background-color: transparent;
  margin: 0 auto;
  padding: 20px;
}

.home-carousel h1 {
  max-width: 580px;
  margin: 0 auto;
}
.home-carousel p, .home-carousel h2 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-family: "Noto Sans";
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .home-carousel .carousel-text-block {
    width: 80%;
  }
}
.home-carousel svg {
  width: 40px;
  height: auto;
  color: white;
}

.home-image-width figure {
  max-width: 800px;
}

.home-image-width-2 figure {
  max-width: 600px;
}

.home-purple-scroll {
  background-image: url("/wp-content/uploads/icons/home-flame-vector.svg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 800px !important;
}
@media (max-width: 992px) {
  .home-purple-scroll .connecting-grid {
    position: relative;
    width: 300px;
    left: 0;
  }
}
.home-purple-scroll .connecting-grid img {
  width: 349px;
}
.home-purple-scroll .purple-animate-quote2 {
  position: relative;
  right: 36%;
  top: 170px;
}
@media (max-width: 992px) {
  .home-purple-scroll .purple-animate-quote2 {
    position: absolute;
    width: 300px;
    right: 6%;
    top: 80%;
  }
}
.home-purple-scroll .purple-animate-quote1 {
  position: relative;
  left: 36%;
  z-index: 1;
}
@media (max-width: 992px) {
  .home-purple-scroll .purple-animate-quote1 {
    position: absolute;
    width: 300px;
    left: 6%;
    top: -37%;
  }
}
.home-purple-scroll .purple-cols {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 330px;
}
.home-purple-scroll .purple-animate {
  text-align: center;
}
.home-purple-scroll .purple-animate img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-cards .cards-column {
  padding: 40px 20px;
  border-radius: 20px;
  height: 480px;
}
.home-cards .cards-column:hover {
  background-color: #F2F2F2;
  background-image: url("/wp-content/uploads/icons/20years-flame-vector.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.home-cards .cards-column:hover .btn-outline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 60px;
  background: #472645;
  border-radius: 31px;
  color: #fff !important;
  font-size: 15px;
}
.home-cards .years-image {
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .home-cards-4 {
    background: url("/wp-content/uploads/icons/home-wing-vector.svg"), linear-gradient(222.21deg, #F56063 14.44%, #9706F6 137.19%);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 50px;
  }
}
.home-cards-4 .wp-block-cover__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.home-cards-4 .wp-block-cover, .home-cards-4 .wp-block-cover span {
  border-radius: 20px;
}
.home-cards-4 .home-cards-4-link a {
  color: #fff;
  text-decoration: none;
}
.home-cards-4 .home-cards-4-link {
  width: 100%;
}
.home-cards-4 .home-cards-4-link::after {
  content: "";
  background: url("/wp-content/uploads/icons/arrow-button-icon.svg");
  height: 21px;
  width: 21px;
  float: right;
  position: relative;
  top: 8px;
}
.home-cards-4 .wp-block-cover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 38, 68, 0)), to(#472645));
  background: linear-gradient(180deg, rgba(71, 38, 68, 0) 0%, #472645 100%);
}
.home-cards-4 .wp-block-column {
  height: 230px;
  margin-bottom: 20px;
}
.home-cards-4 img {
  border-radius: 20px;
}
@media (min-width: 992px) {
  .home-cards-4 .homepage-block-gradient {
    background: url("/wp-content/uploads/icons/home-wing-vector.svg"), linear-gradient(222.21deg, #F56063 14.44%, #9706F6 137.19%);
    background-position: top right;
    background-repeat: no-repeat;
    height: 490px;
    padding: 50px;
  }
  .home-cards-4 .wp-block-column {
    height: 490px;
    margin-bottom: 0px;
  }
  .home-cards-4 .wp-block-columns {
    height: 490px;
    border-radius: 20px;
  }
  .home-cards-4 img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: 490px !important;
    border-radius: 20px;
  }
  .home-cards-4 .wp-block-cover__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.home-cards-4 .wp-block-cover, .home-cards-4 .wp-block-cover-image {
  min-height: 100%;
}

.home-accordion .accordion-item {
  background-color: transparent;
}

.homepage header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: left bottom;
}
@media (min-width: 1100px) {
  .homepage header .homepage__hero-text-container {
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
  }
}
.homepage header .homepage__hero-text-container h1, .homepage header .homepage__hero-text-container h2 {
  color: #fff;
}
.homepage header .homepage__hero-text-container h1 {
  margin-bottom: 0.5rem !important;
}
.homepage header .homepage__hero-text-container h2 {
  font-size: 30px;
  margin-bottom: 1rem !important;
}
.homepage header .homepage__hero-text-container .home__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homepage header .homepage__hero-text-container .home__button-group .ap-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  padding: 0 0.75rem;
  cursor: pointer;
}
.homepage header .homepage--image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1320px) {
  .homepage header .homepage--image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1320px) {
  .homepage header .homepage--image-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.homepage header .homepage--image-container .homepage--video-text a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}
.homepage header .homepage--image-container .homepage--panel-img {
  max-height: 600px;
}
@media (min-width: 992px) {
  .homepage header .homepage--image-container .homepage--panel-img {
    max-height: 600px;
    height: 100%;
  }
}
.homepage .grey-graident {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 230)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 100%);
}
.homepage .video-container {
  position: relative;
}
.homepage .video-container video {
  border-radius: 20px;
}
.homepage .video-container .wp-block-video {
  margin: 0;
}
.homepage .video-container #play-pause-nav {
  position: absolute;
  bottom: 4%;
  right: 3%;
  font-size: 50px;
  color: #F2F2F2;
}
.homepage #play-pause-nav:not(.playing) .fa-pause-circle, .homepage #play-pause-nav.playing .fa-play-circle {
  display: none;
}

.home-fr .home__button-group .homepage--video-text.ap-video-btn {
  display: none !important;
}

.ap9.btn-close {
  font-size: 30px !important;
  padding: 0.6em !important;
}

.ap9-hero-lite {
  padding-bottom: 0 !important;
}
.ap9-hero-lite h1, .ap9-hero-lite h2 {
  margin-bottom: 0.5rem !important;
}
.ap9-hero-lite .wp-block-image {
  margin: 0 !important;
}

.custom-lang-head header h1 {
  font-size: calc(1rem + 3.75vw);
  margin-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .custom-lang-head header h1 {
    font-size: 3.5rem;
    max-width: 700px;
  }
}

.sot-btn {
  position: absolute;
  bottom: 50px;
}

.lx-block {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.custom-body-width {
  max-width: 918px;
}
.custom-body-width p {
  font-size: 1.1rem;
}

.header-trim {
  height: 50px;
}

.grid-img img {
  position: absolute;
  width: 30%;
  top: 60px;
  left: 0;
}

@media (min-width: 992px) {
  .custom-post-featured img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .resource-sub {
    overflow-wrap: unset;
    word-break: normal;
  }
  .resource-title {
    font-size: 30px;
  }
}
.guides-featured img {
  padding: 2em;
}

.rounded-custom {
  border-radius: 20px !important;
}
.rounded-custom img {
  border-radius: 20px !important;
}

#breadcrumbs {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%; /* or 36px */
  text-align: center;
  color: #AB88A8;
}

.pub-date,
.read-time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%; /* or 25px */
  color: #7C717B;
}

.blockquote {
  position: relative;
  margin: auto;
  max-width: 600px;
  background-color: inherit;
}
.blockquote::before {
  float: inherit;
  width: 23.68px;
  height: 74px;
  left: 421px;
  top: 3450px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: large;
}
.blockquote::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: large;
  float: right;
  margin: -0.1rem 1.25rem 0 0;
}
.blockquote p {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 140%; /* or 42px */
  color: #472645;
}
.blockquote em {
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.custom-post-template .content h2 {
  font-size: 2rem;
}
.custom-post-template .meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: row; */
  gap: 2.5rem;
}
.custom-post-template .post-type {
  display: inline-block;
  color: #fff;
  border-radius: 1.5rem;
  padding: 0.25rem 1rem;
  font-size: 1rem;
}
.custom-post-template .post-type-news,
.custom-post-template .post-type-press {
  background-color: #4ba0df;
}
.custom-post-template .post-type-podcast {
  background-color: #9955c6;
}
.custom-post-template .post-type-video {
  background-color: #9955c6;
}
.custom-post-template .post-type-blog {
  background-color: #f0389f;
}
.custom-post-template .post-type-article {
  background-color: #f0389f;
}
.custom-post-template .post-type-guide {
  background-color: #ff3a04;
}
.custom-post-template .post-type-customer-story {
  background-color: #f3aa14;
}
.custom-post-template .type-tag {
  display: inline-block;
  border-radius: 1.5rem;
  padding: 0.25rem 1rem;
  font-size: 1rem;
}
.custom-post-template .type-tag.type-tag__Video {
  border: #9955c6 1px solid;
  color: #9955c6;
}
.custom-post-template .sticky-col-wrapper {
  position: sticky;
  top: 190px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.custom-post-template .sticky-col-wrapper #toc-container ul {
  list-style: none;
  padding-left: 1rem;
}
.custom-post-template .sticky-col-wrapper #toc-container li {
  margin-bottom: 0.25rem;
}
.custom-post-template .sticky-col-wrapper #toc-container li ul {
  padding-left: 1rem;
  margin-top: 0.25rem;
}
.custom-post-template .sticky-col-wrapper #toc-container a {
  text-decoration: none;
  font-size: 0.9rem;
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-post-template .sticky-col-wrapper #toc-container a:hover {
  text-decoration: underline;
}
.custom-post-template .sticky-col-wrapper #toc-container a.active {
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}
.custom-post-template .sticky-col-wrapper #toc-container .toc_heading {
  font-family: "SharpSans-Medium";
  font-size: 1.3rem;
}
.custom-post-template .sticky-col-wrapper #toc-container ul ul a {
  font-size: 0.85rem;
  border-left: 2px solid grey;
  padding-left: 5px;
}
.custom-post-template .sticky-col-wrapper .cta_customBlock {
  text-align: center;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 20px;
}
.custom-post-template .sticky-col-wrapper .cta_customBlock h3 {
  font-family: "SharpSans-Medium";
  font-size: 1.575rem;
  margin-bottom: 10px !important;
}
.custom-post-template .sticky-col-wrapper .cta_customBlock .btn-customBlock {
  display: inline-block;
  padding: 0.75em 1.5em;
  font-weight: 600;
  color: #fff;
  background-color: #4ba0df;
  border: none;
  border-radius: 31px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.custom-post-template .sticky-col-wrapper .cta_customBlock .btn-customBlock:hover {
  background-color: #407cc3;
}
.custom-post-template .sticky-col-wrapper .cta_customBlock .btn-customBlock:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.custom-post-template .sticky-col-wrapper .social-channels {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-grid;
  display: grid;
  text-align: center;
}
.custom-post-template .sticky-col-wrapper .social-channels .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-post-template .sticky-col-wrapper .social-channels .social-share a {
  font-size: 1.25rem;
  color: #444;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-post-template .sticky-col-wrapper .social-channels .social-share a:hover {
  color: #0073aa;
}
.custom-post-template :target {
  scroll-margin-top: 200px;
}
.custom-post-template .form-select {
  width: 100%;
}
.custom-post-template .custom-card {
  background-color: #F2F2F2;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.custom-post-template .custom-card .card-title {
  font-size: 1.2rem;
  color: #fff;
  font-family: "SharpSans-Medium", "Noto Sans", sans-serif;
}
.custom-post-template .custom-card .card-title a {
  text-decoration: none;
}
.custom-post-template .custom-card .card-img-top {
  height: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-post-template .custom-card .card-body {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-content-wrapper {
  max-width: 1100px;
  margin: 2rem auto;
}

@media (min-width: 783px) {
  .logged-in.admin-bar.page-template-legal-template .legal-sticky {
    top: 103px;
  }
}
.prom-blog-border {
  border-top: 1px solid rgba(196, 196, 196, 0.2);
}

@media (min-width: 783px) {
  .logged-in.admin-bar .blog-sticky {
    top: 103px;
  }
}
.blog-sticky {
  position: sticky;
  top: 71px;
  z-index: 2;
}

.featured-report {
  border-radius: 20px;
  width: 361px;
  height: 422px;
  margin: 0 auto;
}

blockquote.resource-quote {
  background-color: unset !important;
}
blockquote.resource-quote cite {
  float: right;
  font-style: normal;
}
blockquote.resource-quote::before {
  float: inherit;
  width: 23.68px;
  height: 74px;
  left: 421px;
  top: 3450px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: large;
}
blockquote.resource-quote p::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: large;
  margin-left: 10px;
  float: right;
}

.latest-case {
  background-color: #472645;
  border-radius: 20px;
}
.latest-case img {
  border-radius: 20px;
}
.latest-case h3,
.latest-case p {
  color: #fff;
}
.latest-case .btn-prw-plumb a {
  border: 1px solid #fff;
}

.general-resource img {
  border-radius: 20px !important;
  width: 396px;
  height: 302px;
}

.resource-title {
  font-family: "SharpSans-Medium", "Noto Sans", sans-serif;
  font-size: 2.25rem;
}

.resource-title-Video {
  font-size: 2.75rem;
  max-width: 800px;
  margin: 0 auto;
}

.resource-title-large {
  font-family: "SharpSans-Medium", "Noto Sans", sans-serif;
  font-size: 3.75rem;
}

@media (max-width: 767.98px) {
  .resource-title {
    font-size: 1.75rem;
  }
}
.resource_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resource_type .type {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.resource_type .type a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource_type .type-study {
  background-color: #407cc3;
}
.resource_type .type-guide {
  background-color: #f3aa14;
}
.resource_type .type-blog {
  background-color: #f0389f;
}
.resource_type .type-video {
  background-color: #9955c6;
}

.bolder h1 {
  font-weight: 700;
}

@media only screen and (min-width: 1020px) {
  .header-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 480px;
    height: 650px;
  }
  .header-img-container {
    position: absolute;
    right: 5px;
    top: -60px;
  }
  .grid-lg {
    position: absolute;
    width: 10%;
    top: 20%;
    left: 13%;
  }
}
.results, .page-no {
  text-align: center;
}

.scolling-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.testimonials-title {
  border-top: 3px solid #B00020;
  width: 8%;
  margin: auto;
}

.testimonials .quote::before {
  background-image: url("https://www.prometheanworld.com/wp-content/uploads/2021/05/quotes.svg");
}

.testimonials {
  width: 70%;
  margin: auto;
  padding-top: 40px;
}

.testimonials .company-name span {
  color: #B00020;
}

.validation-numbers, .validation-text {
  color: #fff;
}

.validation-numbers {
  font-size: 35px;
}

.grid-sm {
  width: 30%;
  position: absolute;
  right: 90%;
  top: 38px;
}

@media only screen and (max-width: 1020px) {
  .header-img-container {
    display: none !important;
  }
}
.standards-img1 {
  border-radius: 20px;
}
.standards-img1 img {
  width: 398px;
  height: 440px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.standards-img2 {
  border-radius: 20px;
}
.standards-img2 img {
  width: 260px;
  height: 287px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.oops {
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.leader-container h1:first-of-type {
  margin-bottom: 5px !important;
}
.leader-container .narrow-text {
  width: 63%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .leader-container .narrow-text {
    width: 90%;
  }
}
.leader-container .leadership-header-image {
  max-width: 1228px;
  margin: 0 auto;
}
.leader-container .leadership-header-image figure {
  width: 100%;
}
.leader-container .leadership-header-image figure img {
  height: 488px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -o-object-position: top center;
     object-position: top center;
}
.leader-container h4 {
  font-size: 30px;
  margin-bottom: 3em;
}
.leader-container p {
  font-size: 20px;
}
.leader-container blockquote {
  margin-bottom: 3.5em !important;
  background-color: initial;
}
.leader-container blockquote cite {
  text-align: right !important;
  font-size: 22px !important;
  float: right !important;
}
.leader-container blockquote p {
  font-style: normal !important;
}
.leader-container blockquote:before {
  -webkit-background-clip: text;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
}

.ap-wrap-all {
  visibility: hidden;
}

.app-btn a {
  display: block;
}
@media (min-width: 768) {
  .app-btn a {
    width: 200px;
  }
}

.hero-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
.hero-text-container .hero-title {
  margin-bottom: 2rem !important;
}
.hero-text-container .hero-text {
  margin-bottom: 2rem !important;
}
.hero-text-container .hero-buttons .btn-link-light {
  margin-left: 30px;
}

.pin-spacer-largetl {
  z-index: 1 !important;
}

.motion-text-block {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

.left-text {
  position: absolute;
  top: 15vh;
  width: 100%;
  max-width: 81ch;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-height: 400px) and (max-height: 799px) {
  .left-text {
    top: 5vh !important;
  }
}
@media (min-height: 400px) and (max-height: 899px) {
  .left-text h2 {
    font-size: 3.1rem !important;
  }
}

.right-text {
  position: absolute;
  top: 60%;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .right-text {
    left: 70%;
    max-width: 460px;
  }
}

.ap-wrap-all .section {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  height: 100vh;
}
.ap-wrap-all h1 {
  position: absolute;
  color: red;
  margin: 0 0 0 20px;
}
.ap-wrap-all .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 900px;
  overflow: hidden;
}
.ap-wrap-all #js-product-panel-image {
  position: relative;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
.ap-wrap-all #js-product-panel-image .AP__Motion-Image {
  position: relative;
  z-index: 1;
}
.ap-wrap-all #js-product-panel-image .AP__Motion-Image2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.ap-wrap-all #js-product-panel-image .AP__Motion-Image3 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.ap-wrap-all .wrap h2 {
  position: relative;
  margin: 0;
}
.ap-wrap-all .lines {
  text-align: center;
}
.ap-wrap-all .section .S2 img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  z-index: 1;
}
.ap-wrap-all .section .S2-left-top {
  position: absolute;
  width: 193px;
  height: 97px;
  top: 34%;
  left: -17%;
}
.ap-wrap-all .section .S2-left-bottom {
  position: absolute;
  width: 107px;
  height: 108px;
  top: 60%;
}
.ap-wrap-all .section .S2-right-middle {
  position: absolute;
  width: 194px;
  height: 109px;
  top: 46%;
  right: -5%;
}
.ap-wrap-all .section .S3 img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  z-index: 1;
}
.ap-wrap-all .section .S3-left-middle {
  position: absolute;
  width: 108px;
  height: 122px;
  top: 45%;
  left: -8%;
}
.ap-wrap-all .section .S3-right-top {
  position: absolute;
  width: 120px;
  height: 129px;
  top: 31%;
  right: -9%;
}
.ap-wrap-all .section .S3-right-bottom {
  position: absolute;
  width: 154px;
  height: 102px;
  top: 62%;
  right: 10%;
}
@media (min-height: 400px) and (max-height: 799px) {
  .ap-wrap-all .section .motion-image {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (min-width: 768px) {
  .ap-wrap-all .section .S2-left-top {
    width: 336px;
    height: 199px;
    top: 13vh;
    left: -5vw;
  }
  .ap-wrap-all .section .S2-left-bottom {
    width: 178px;
    height: 179px;
    left: 0%;
    bottom: 10%;
  }
  .ap-wrap-all .section .S2-right-middle {
    width: 294px;
    height: 190px;
    right: -14vw;
    top: 40%;
  }
  .ap-wrap-all .section .S3-left-middle {
    width: 158px;
    height: 179px;
    top: 50vh;
    left: -2vw;
  }
  .ap-wrap-all .section .S3-right-top {
    width: 222px;
    height: 238px;
    top: 30%;
    right: -8vw;
  }
  .ap-wrap-all .section .S3-right-bottom {
    width: 234px;
    height: 156px;
    bottom: 10%;
    right: 20vw;
  }
}
@media (min-width: 992px) {
  .ap-wrap-all .section .S2-left-top {
    width: 336px;
    height: 199px;
    top: 20%;
    left: 0%;
  }
  .ap-wrap-all .section .S2-left-bottom {
    width: 178px;
    height: 179px;
    left: 9vw;
    bottom: 10%;
  }
  .ap-wrap-all .section .S2-right-middle {
    width: 294px;
    height: 190px;
    right: -2vw;
    top: 40%;
  }
  .ap-wrap-all .section .S3-left-middle {
    width: 158px;
    height: 179px;
    top: 50%;
    left: 10%;
  }
  .ap-wrap-all .section .S3-right-top {
    width: 222px;
    height: 238px;
    top: 30%;
    right: 0%;
  }
  .ap-wrap-all .section .S3-right-bottom {
    width: 234px;
    height: 156px;
    bottom: 10%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .ap-wrap-all .section .S2-left-top {
    width: 336px;
    height: 199px;
    top: 20%;
    left: 3vw;
  }
  .ap-wrap-all .section .S2-left-bottom {
    width: 178px;
    height: 179px;
    left: 14vw;
    bottom: 10%;
  }
  .ap-wrap-all .section .S2-right-middle {
    width: 294px;
    height: 190px;
    right: 4vw;
    top: 40%;
  }
  .ap-wrap-all .section .S3-left-middle {
    width: 158px;
    height: 179px;
    top: 50%;
    left: 10%;
  }
  .ap-wrap-all .section .S3-right-top {
    width: 222px;
    height: 238px;
    top: 30%;
    right: 0%;
  }
  .ap-wrap-all .section .S3-right-bottom {
    width: 234px;
    height: 156px;
    bottom: 10%;
    right: 20%;
  }
}
@media (min-width: 1400px) {
  .ap-wrap-all .section .S2-left-top {
    width: 481px;
    height: 285px;
    top: 20vh;
    left: 4vw;
  }
  .ap-wrap-all .section .S2-left-bottom {
    width: 255px;
    height: 256px;
    left: 20vh;
    bottom: 10vw;
  }
  .ap-wrap-all .section .S2-right-middle {
    width: 420px;
    height: 272px;
    right: -4vw;
    top: 40%;
  }
  .ap-wrap-all .section .S3-left-middle {
    width: 227px;
    height: 257px;
    top: 50%;
    left: 10%;
  }
  .ap-wrap-all .section .S3-right-top {
    width: 319px;
    height: 341px;
    top: 30%;
    right: 0%;
  }
  .ap-wrap-all .section .S3-right-bottom {
    width: 335px;
    height: 223px;
    bottom: 10%;
    right: 20%;
  }
}

.scrollspy-content {
  position: relative;
  margin-top: -120px;
}
.scrollspy-content .col-sm-7 img {
  border-radius: 20px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

#customscroll-nav {
  top: 40% !important;
}
#customscroll-nav nav {
  display: inline-block;
}
#customscroll-nav a {
  color: #7C717B !important;
}
#customscroll-nav .active {
  background-color: #F2F2F2;
  border-radius: 48px;
  display: inline-block;
  color: #472645 !important;
}

.classroom-quotes {
  height: 750px;
}
.classroom-quotes p.quoter-name {
  text-align: right;
  color: #f0389f !important;
}
.classroom-quotes .classroom-block {
  -webkit-box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 288px;
  height: 100px;
  padding: 10px;
  position: absolute;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.classroom-quotes .classroom-block .wp-block-column:not(:first-child) {
  margin-left: 0.8rem;
}
.classroom-quotes .classroom-block p {
  color: #472645;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 1000px) {
  .classroom-quotes .classroom-block {
    width: 275px;
  }
  .classroom-quotes .classroom-block div.wp-block-column:first-of-type {
    -ms-flex-preferred-size: 50px !important;
        flex-basis: 50px !important;
  }
  .classroom-quotes .classroom-block div.wp-block-column:not(:first-of-type) {
    -ms-flex-preferred-size: 158px !important;
        flex-basis: 158px !important;
  }
  .classroom-quotes .classroom-block p.quoter-name {
    margin-bottom: -0.9rem;
  }
  .classroom-quotes .classroom-block .class-block-right {
    bottom: 6%;
    top: 0;
    right: 0;
  }
}
.classroom-quotes .class-block-left {
  left: 20%;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 1000px) {
  .classroom-quotes .class-block-left {
    left: 5%;
    top: 55%;
  }
}
.classroom-quotes .class-block-right {
  right: 20%;
  top: 15%;
  border-bottom-right-radius: 16px;
}
@media only screen and (max-width: 1000px) {
  .classroom-quotes .class-block-right {
    right: 11%;
    top: 75%;
  }
}

.compare-pro-table-width {
  max-width: 600px;
}

.panel-sizes-badges span, .panel-sizes-badges-3 span {
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 700;
  text-align: center;
  margin: 4px;
}

.size-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #CFCBD0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.size-row h3 {
  margin-bottom: 0 !important;
  padding-left: 1.25rem;
}
.size-row.col {
  margin-bottom: 0 !important;
}

.comparison-head .col:not(:first-child), .size-row .col:not(:first-child) {
  margin-left: 0 !important;
}

.compare-accordion h3 {
  margin-bottom: 0 !important;
}
.compare-accordion .accordion-item {
  border: 0;
}
.compare-accordion .accordion-item {
  border-top: 1px solid #CFCBD0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.compare-accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #CFCBD0;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.compare-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media only screen and (min-width: 1000px) {
  .inner-table .row:nth-of-type(even) {
    background-color: #F2F2F2;
  }
}
.inner-table .row {
  border-radius: 10px;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-table .col-md-4:not(:first-of-type) {
  text-align: center;
  font-weight: 700;
}
.inner-table .col-md-3:not(:first-of-type) {
  text-align: center;
  font-weight: 700;
}
.inner-table .col-6:last-of-type img, .inner-table .col-6:last-of-type p {
  margin-left: 2em;
}
.inner-table .col-4:last-of-type img, .inner-table .col-4:last-of-type p {
  margin-left: 2em;
}
.inner-table p {
  margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  .pro-table .row:nth-of-type(even) {
    background-color: #F2F2F2;
  }
}
.pro-table .row {
  border-radius: 10px;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-table .col-md-6:not(:first-of-type) {
  text-align: center;
  font-weight: 700;
}
.pro-table .col-6:last-of-type img, .pro-table .col-6:last-of-type p {
  padding-left: 2em;
}
.pro-table p {
  margin-bottom: 0;
}

.quotes-block {
  background-color: #472645;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (min-width: 600px) {
  .quotes-block {
    border-radius: 20px;
    background-image: url("/wp-content/uploads/2021/06/wing-icon.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  .quotes-block .wp-block-column {
    max-width: 345px;
  }
}
@media only screen and (max-width: 600px) {
  .quotes-block {
    border-radius: 0;
    background-image: url("/wp-content/uploads/2021/06/wing-icon.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
  }
  .quotes-block .wp-block-column {
    max-width: 445px;
  }
}
.quotes-block figure {
  border-radius: 20px;
}
.quotes-block figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .quotes-block figure img {
    width: 335px;
    height: 265px;
  }
}
.quotes-block p, .quotes-block h3 {
  color: #fff;
}
.quotes-block .quote-name strong {
  color: #f0389f;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 1000px) {
  .scrollspy-nav-col {
    display: none;
  }
  .sticky-table {
    position: sticky;
    top: -50px;
    z-index: 9;
    background-color: #fff;
  }
  .scrollspy-content .row {
    padding: 0 1rem;
  }
  .panel-sizes-badges {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .panel-sizes-badges-3 {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inner-table p {
    margin-bottom: 0;
  }
  .inner-table .row {
    padding: 10px 10px 0 10px;
  }
  .panel-sizes-badges span, .panel-sizes-badges-3 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92px;
  }
  .accordion-item .col-6.col-md-4:first-of-type p, .accordion-item .col-6.col-md-4:first-of-type img {
    margin-right: 2em;
  }
  .accordion-item .col-md-4:not(:first-of-type) p, .accordion-item .col-md-4:not(:first-of-type) img {
    padding: 5px;
  }
  .accordion-item .col-4.col-md-3:first-of-type p, .accordion-item .col-4.col-md-3:first-of-type img {
    margin-right: 2em;
  }
  .accordion-item .col-md-3:not(:first-of-type) p, .accordion-item .col-md-3:not(:first-of-type) img {
    padding: 5px;
  }
  .accordion-item .col-md-4:first-of-type {
    background-color: #F2F2F2;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
  }
  .accordion-item .col-md-3:first-of-type {
    background-color: #F2F2F2;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
  }
  .pro-table .accordion-item .col-md-6:first-of-type p, .pro-table .accordion-item .col-md-6:first-of-type img {
    margin-right: 2em;
  }
  .pro-table .accordion-item .col-md-6:first-of-type {
    background-color: #F2F2F2;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0;
  }
  .comparison-head h2, .comparison-foot h2, .size-row h2 {
    text-align: center;
  }
  .comparison-head .col:first-of-type, .comparison-foot .col:first-of-type, .size-row .col:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .comparison-head .col:not(:first-of-type), .comparison-foot .col:not(:first-of-type), .size-row .col:not(:first-of-type) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .comparison-head .wp-block-column:not(:first-of-type), .comparison-foot .wp-block-column:not(:first-of-type), .size-row .wp-block-column:not(:first-of-type) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .comparison-head .panel-sizes-badges-3:not(:first-of-type), .comparison-foot .panel-sizes-badges-3:not(:first-of-type), .size-row .panel-sizes-badges-3:not(:first-of-type) {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
  }
  .compare-img img {
    width: 210px;
    height: 120px;
  }
  .img-3 img {
    width: 100%;
    height: 110px;
  }
}
.software-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.software-info .wp-block-column {
  padding: 3em;
  height: 340px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .software-info .wp-block-column {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .software-info .wp-block-column {
    text-align: center;
    padding: 2em;
  }
  .software-info .wp-block-column h4, .software-info .wp-block-column p {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .software-info .wp-block-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .software-info .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
}
.software-info .wp-block-column:not(:first-child) p {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 991px) {
  .software-info .wp-block-column:not(:first-child) p {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .software-info .wp-block-column:not(:first-child) a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.software-info .activinspire-block {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 599px) {
  .software-info .activinspire-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 15px 15px 0 0;
  }
  .software-info .activinspire-block h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .software-info .activinspire-block .wp-block-column {
    margin-left: 0 !important;
  }
}
.software-info .classflow-block {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 599px) {
  .software-info .classflow-block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 0 0 15px 15px;
  }
  .software-info .classflow-block h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .software-info .classflow-gradient div.is-content-justification-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.software-info p {
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .software-info p {
    width: initial;
  }
}
@media screen and (max-width: 599px) {
  .software-info p {
    display: none;
  }
}
.software-info a {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .software-info a {
    font-size: 21px;
    font-weight: bold;
  }
}

@media screen and (max-width: 991px) {
  .download-buttons {
    gap: 30px;
    margin: 50px;
  }
}
@media screen and (max-width: 991px) {
  .download-buttons .figure {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.software-comparison-group {
  position: relative;
  margin-top: 9em;
}
@media screen and (max-width: 1399px) {
  .software-comparison-group {
    margin-top: 5em;
  }
}
.software-comparison-group .panel-image {
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
}
@media screen and (max-width: 1399px) {
  .software-comparison-group .panel-image {
    top: 67px;
  }
  .software-comparison-group .panel-image figure {
    width: 30%;
  }
}
@media screen and (max-width: 1199px) {
  .software-comparison-group .panel-image {
    top: 67px;
  }
  .software-comparison-group .panel-image figure {
    display: none;
  }
}
.software-comparison-group .wp-block-buttons {
  z-index: 1;
}

.mobile-header {
  display: none;
}
.mobile-header span {
  display: block;
}
.mobile-header .wp-block-columns {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .mobile-header {
    display: block;
  }
}
.software-features .wp-block-group__inner-container {
  margin-left: 3em;
  margin-right: 3em;
}
@media screen and (max-width: 1399px) {
  .software-features .wp-block-group__inner-container {
    margin: 0 auto;
  }
}
.software-features .wp-block-column figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.software-features .software-feature a {
  color: white !important;
}
@media screen and (max-width: 991px) {
  .software-features .software-feature .desktop-header {
    display: none;
  }
  .software-features .software-feature p {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
  }
  .software-features .software-feature .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
  }
}
.software-features .software-feature span {
  display: block;
}
.software-features .software-feature .left-column {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
}
@media screen and (max-width: 991px) {
  .software-features .software-feature.inspire-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .software-features .software-feature.classflow-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.software-features .image-right figure {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.software-features .image-left figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.software-stats h2.number-stat {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: double 4px transparent;
  border-radius: 100px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), radial-gradient(circle at top left, #9706f6, #F56063);
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #9706f6, #F56063);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
@media screen and (max-width: 781px) {
  .software-stats h2.number-stat {
    width: 100px;
    height: 100px;
    border: double 3px transparent;
    border-radius: 100px;
    font-size: 22px;
  }
}
@media screen and (max-width: 781px) {
  .software-stats h3 {
    font-size: 20px;
  }
}
.software-stats .wp-block-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.software-stats .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
}

@media screen and (max-width: 991px) {
  .wp-block-columns.feature-block {
    margin-bottom: 0;
  }
}

#searchModal .btn-close {
  width: 2em;
  height: 2em;
}
@media only screen and (min-width: 576px) {
  #searchModal .modal-dialog {
    max-width: 1000px;
  }
}
#searchModal .modal-body {
  height: 700px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#searchModal .search-submit {
  background: none;
  border: none;
}
#searchModal ::-webkit-input-placeholder {
  color: #472645 !important;
  opacity: 1 !important;
  font-size: 27px;
}
#searchModal ::-moz-placeholder {
  color: #472645 !important;
  opacity: 1 !important;
  font-size: 27px;
}
#searchModal :-ms-input-placeholder {
  color: #472645 !important;
  opacity: 1 !important;
  font-size: 27px;
}
#searchModal ::-ms-input-placeholder {
  color: #472645 !important;
  opacity: 1 !important;
  font-size: 27px;
}
#searchModal ::placeholder {
  color: #472645 !important;
  opacity: 1 !important;
  font-size: 27px;
}
#searchModal :-ms-input-placeholder {
  color: #472645 !important;
  font-size: 27px;
}
#searchModal ::-ms-input-placeholder {
  font-size: 27px;
  color: #472645 !important;
}
#searchModal .search-field {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
     border-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
     border-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  border-image-slice: 1;
  width: 40vw;
  padding: 0.4em;
}

.search-results div.card {
  border: none !important;
}
.search-results .read-more {
  text-decoration: none;
}
.search-results .search-results-title a {
  text-decoration: none;
}

.search-head {
  border-bottom: 1px solid #CFCBD0;
}

.job-social .fab {
  font-size: 30px;
}

.job-listing .categories li,
.job-listing .categories-lower li {
  display: inline-block;
  padding-right: 20px;
}
.job-listing .categories li + li:before,
.job-listing .categories-lower li + li:before {
  content: "/";
  padding-right: 20px;
}

.careers-block-col-cont {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.careers-block-col-cont .careers-blocks {
  max-width: 418px;
}
.careers-block-col-cont .careers-blocks .careers-img {
  border-radius: 20px;
}
.careers-block-col-cont .careers-blocks .careers-img img {
  width: 397px;
  height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767.98px) {
  .careers-block-col-cont .c-right-side {
    -webkit-transform: translateY(15em);
            transform: translateY(15em);
  }
}

@media (min-width: 768px) {
  .careers-blocks-container {
    background-image: url("/wp-content/uploads/2021/07/flame-vector.svg");
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.careers-map {
  background-image: url(/wp-content/uploads/2021/06/wing-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}

@media (min-width: 768px) {
  .careers-quotes {
    background-image: url(/wp-content/uploads/2021/07/careers-quotes-ector.svg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
  }
}

.career-quote-block img {
  width: 200px;
  height: 252px;
  border-radius: 20px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrolling-wrapper div.wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

blockquote.career-quote {
  background-color: unset !important;
  font-size: 22px;
  font-weight: 400 !important;
}
blockquote.career-quote cite {
  float: right;
  font-style: normal;
  font-size: initial;
}
blockquote.career-quote::before {
  float: inherit;
  width: 23.68px;
  height: 74px;
  left: 421px;
  top: 3450px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: large;
}
blockquote.career-quote p::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: large;
  float: right;
  margin: 10px;
}

/** Lever CSS **/
.selected {
  background: coral;
  border: 1px solid salmon;
}

#new-list {
  display: block;
  visibility: visible;
  opacity: 1;
  font-family: Helvetica, sans-serif;
  color: #2c2e2f;
  font-size: 16px;
}

#new-list ul,
#new-list li,
#new-list h1,
#new-list h2,
#new-list h3,
#new-list h4,
#new-list h5,
#new-list h6,
#new-list p,
#new-list span {
  margin: 0;
  padding: 0;
}

#new-list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#new-list ul {
  list-style-type: none;
}

#new-list li.lever-job {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0.2em 0;
  background: none;
}

#new-list .lever-team {
  margin-bottom: 1.5em;
}

#new-list .lever-department {
  margin-bottom: 3em;
}

#new-list .lever-team-title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

#new-list .lever-job-title {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  color: #4187c7;
  text-decoration: underline;
  margin-bottom: 0.2em;
}

#new-list .lever-job-title:hover {
  color: #0068b3;
}

#new-list .lever-job-title:active {
  color: #003459;
}

#new-list .lever-job-tag {
  display: inline-block;
  color: #472645;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

#new-list select {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  #new-list .lever-job-tag,
  #new-list .lever-job-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #new-list .lever-job {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lever-jobs-search {
  font-size: 1em;
  padding: 0.5em;
  border-radius: 3px;
  border: 1px solid #e3e4e6;
  margin-bottom: 1em;
}

#lever-clear-filters {
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.75em;
}

#lever-jobs-container {
  display: block;
  visibility: visible;
  opacity: 1;
  font-family: Helvetica, sans-serif;
  color: #472645;
  font-size: 16px;
}
#lever-jobs-container .lever-team {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CFCBD0;
  padding-left: 1em 0;
}

#lever-jobs-container ul,
#lever-jobs-container li,
#lever-jobs-container h1,
#lever-jobs-container h2,
#lever-jobs-container h3,
#lever-jobs-container h4,
#lever-jobs-container h5,
#lever-jobs-container h6,
#lever-jobs-container p,
#lever-jobs-container span {
  margin: 0;
  padding: 0;
}

#lever-jobs-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#lever-jobs-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#lever-jobs-container ul {
  list-style-type: none;
}

#lever-jobs-container li.lever-job {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0.2em 0;
  background: none;
}

#lever-jobs-container .lever-department {
  margin-bottom: 3em;
}

#lever-jobs-container .lever-team-title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

#lever-jobs-container .lever-department-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}

#lever-jobs-container .lever-job-title {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  color: #4187c7;
  text-decoration: underline;
  margin-bottom: 0.2em;
}

#lever-jobs-container .lever-job-title:hover {
  color: #0068b3;
}

#lever-jobs-container .lever-job-title:active {
  color: #003459;
}

#lever-jobs-container .lever-job-tag {
  display: inline-block;
  color: rgba(44, 46, 47, 0.5);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media (max-width: 767px) {
  #lever-jobs-container .lever-job-tag,
  #lever-jobs-container .lever-job-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #lever-jobs-container .lever-job {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.software-stats-classflow h2.number-stat {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: double 4px transparent;
  border-radius: 100px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), radial-gradient(circle at top left, rgb(74, 160, 222) 0%, rgb(0, 200, 187) 100%);
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, rgb(74, 160, 222) 0%, rgb(0, 200, 187) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-size: 2.25em;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 781px) {
  .software-stats-classflow h2.number-stat {
    width: 100px;
    height: 100px;
    border: double 3px transparent;
    border-radius: 100px;
    font-size: 22px;
  }
}
@media screen and (max-width: 781px) {
  .software-stats-classflow h3 {
    font-size: 20px;
  }
}
.software-stats-classflow .wp-block-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .software-stats-classflow .wp-block-columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.software-stats-classflow .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
}

.software-stats-activinspire h2.number-stat {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: double 4px transparent;
  border-radius: 100px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), radial-gradient(circle at top left, rgb(255, 56, 0) 0%, rgb(242, 171, 20) 100%);
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, rgb(255, 56, 0) 0%, rgb(242, 171, 20) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-size: 2.25em;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 781px) {
  .software-stats-activinspire h2.number-stat {
    width: 100px;
    height: 100px;
    border: double 3px transparent;
    border-radius: 100px;
    font-size: 22px;
  }
}
@media screen and (max-width: 781px) {
  .software-stats-activinspire h3 {
    font-size: 20px;
  }
}
.software-stats-activinspire .wp-block-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .software-stats-activinspire .wp-block-columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.software-stats-activinspire .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
}

#classflowcarousel {
  min-height: 300px;
  margin: 0 auto;
}
#classflowcarousel .carousel-item {
  text-align: center;
}
#classflowcarousel .carousel-item img {
  width: 52px;
  height: 52px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin-bottom: 10px;
}
#classflowcarousel .carousel-item img.not-icon {
  width: 200px !important;
  height: auto !important;
}
#classflowcarousel .carousel-item::before {
  background: transparent;
}
#classflowcarousel .carousel-control-prev, #classflowcarousel .carousel-control-next {
  color: #333;
}
#classflowcarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%333333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
#classflowcarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%333333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-block img.wp-block-cover__image-background {
  top: -120px;
}

.carousel-block .wp-block-cover {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 700px;
}
.carousel-block .wp-block-cover img.panel-img {
  max-width: 531px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.carousel-block .wp-block-cover p, .carousel-block .wp-block-cover h2, .carousel-block .wp-block-cover h3 {
  color: #472645;
}

.protecting-privacy .wp-block-columns, .protecting-privacy figure.wp-block-image.size-large {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .protecting-privacy .wp-block-columns {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.more-promethean-software {
  background-color: #F2F2F2;
}
.more-promethean-software .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more-promethean-software .wp-block-buttons a {
  color: white !important;
}
.more-promethean-software h2#h-more-promethean-software {
  max-width: 20ch;
  width: 100%;
  margin: auto;
}
.more-promethean-software h2 {
  max-width: 20ch;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
}
.more-promethean-software h2 span {
  display: block;
}
.more-promethean-software .wp-block-group.container {
  width: 900px;
  padding-top: 0 !important;
}
@media screen and (max-width: 1200px) {
  .more-promethean-software .wp-block-group.container {
    width: 100%;
  }
}
.more-promethean-software .wp-block-columns.m-auto {
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .more-promethean-software .wp-block-columns.m-auto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.narrow-title span {
  display: block;
}

.narrow-text {
  margin: auto;
  max-width: 50ch;
  width: 100%;
}

.up-70 {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.custom-width {
  width: 100%;
}
@media (min-width: 768px) {
  .custom-width {
    width: 50% !important;
  }
}

.panel-management-explore-p {
  min-height: 80px;
}

.partners-nav a {
  color: #AB88A8 !important;
  font-weight: 700;
  font-size: 20px;
}
.partners-nav .active, .partners-nav a:hover {
  color: #472645 !important;
  text-decoration: underline;
}
.partners-nav .btn-prw-plumb a {
  width: 220px;
}
@media (max-width: 768px) {
  .partners-nav .nav-link {
    padding: 0.5rem 0.4rem;
  }
  .partners-nav a {
    font-size: 17px;
  }
  .partners-nav .btn-prw-plumb a {
    width: 100%;
  }
}
.partners-nav div li {
  font-weight: 700;
}

@media (max-width: 768px) {
  .partners-block img, .partners-block p {
    max-width: 300px;
    margin: 10px auto;
  }
}
.partners-block img {
  width: 275.25px;
  height: 220.99px;
  -o-object-fit: cover;
     object-fit: cover;
}

.val-partner {
  background-image: url("/wp-content/uploads/2021/07/flame-vector.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.val-partner .val-right {
  position: relative;
}
.val-partner .val-part-top img {
  width: 175px;
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
  position: relative;
  left: 50%;
}
.val-partner .val-part-mid img {
  width: 173px;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: relative;
  left: 5%;
}
.val-partner .val-part-bot img {
  width: 128px;
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: relative;
  left: 40%;
  bottom: 30%;
}
@media (min-width: 600px) {
  .val-partner .val-part-top img {
    width: 175px;
    height: 182px;
    position: absolute;
    right: -40px;
    bottom: 68%;
  }
  .val-partner .val-part-mid img {
    width: 173px;
    height: 167px;
    position: absolute;
    left: 2%;
    bottom: 30%;
  }
  .val-partner .val-part-bot img {
    width: 128px;
    height: 133px;
    position: absolute;
    right: -5%;
    bottom: 0%;
  }
}
@media (min-width: 768px) {
  .val-partner .val-part-top img {
    width: 175px;
    height: 182px;
    position: absolute;
    right: -40px;
    bottom: 38%;
  }
  .val-partner .val-part-mid img {
    width: 173px;
    height: 167px;
    position: absolute;
    left: 2%;
    bottom: 30%;
  }
  .val-partner .val-part-bot img {
    width: 128px;
    height: 133px;
    position: absolute;
    right: 35%;
    bottom: -10%;
  }
}
@media (min-width: 992px) {
  .val-partner .val-part-top img {
    width: 205px;
    height: 212px;
    position: absolute;
    right: 0;
    bottom: 38%;
  }
  .val-partner .val-part-mid img {
    width: 173px;
    height: 167px;
    position: absolute;
    left: 2%;
    bottom: 30%;
  }
  .val-partner .val-part-bot img {
    width: 128px;
    height: 133px;
    position: absolute;
    right: 35%;
    bottom: -30%;
  }
}
@media (min-width: 1200px) {
  .val-partner .val-part-top img {
    width: 255px;
    height: 262px;
    position: absolute;
    right: 0;
    bottom: 38%;
  }
  .val-partner .val-part-mid img {
    width: 223px;
    height: 217px;
    position: absolute;
    left: 2%;
    bottom: 30%;
  }
  .val-partner .val-part-bot img {
    width: 178px;
    height: 183px;
    position: absolute;
    right: 35%;
    bottom: -30%;
  }
}

@media (max-width: 599px) {
  .partner-badges img {
    width: 225px;
  }
  .partner-badges .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

@media (min-width: 768px) {
  .custom-border {
    border-right: 1px solid white;
  }
}
@media (max-width: 768px) {
  .custom-border {
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.partner-caseStudies .carousel-control-prev-icon {
  background-image: url("/wp-content/uploads/2021/07/partner-arrow-icon-left.svg") !important;
}
.partner-caseStudies .carousel-control-prev {
  left: -8%;
}
.partner-caseStudies .carousel-control-next {
  right: -8%;
}
.partner-caseStudies .carousel-control-next-icon {
  background-image: url("/wp-content/uploads/2021/07/partner-arrow-icon-right.svg") !important;
}
.partner-caseStudies #carouselPartners img {
  border-radius: 20px;
}
.partner-caseStudies #carouselPartners .partner-image-center {
  height: 487px;
  width: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-caseStudies #carouselPartners .partner-image-top {
  height: 239px;
  width: 286px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-caseStudies #carouselPartners .partner-image-bottom {
  height: 212px;
  width: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-caseStudies blockquote {
  background-color: unset !important;
  font-size: 20px;
  font-weight: 400 !important;
}
.partner-caseStudies blockquote cite {
  float: right;
  text-align: right;
  font-style: normal;
  font-size: initial;
  position: relative;
  right: -30px;
  top: 30px;
}
.partner-caseStudies blockquote::before {
  float: inherit;
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: large;
}
.partner-caseStudies blockquote p:last-of-type:after {
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: large;
  float: right;
  margin-left: 10px;
}

.ecs-wrap {
  max-width: 600px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}
.ecs-wrap a {
  text-decoration: none !important;
}
.ecs-wrap .ecs-thumbnail {
  width: 34%;
}
@media (max-width: 767.98px) {
  .ecs-wrap .ecs-thumbnail {
    min-width: 160px !important;
  }
}
.ecs-wrap .ecs-thumbnail img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  width: 100%;
}
.ecs-wrap .summary {
  width: 100%;
  padding: 20px 0;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .ecs-wrap .summary {
    padding-left: 10px !important;
  }
}
.ecs-wrap .summary .ecs-date {
  color: #f0389f;
}
.ecs-wrap .summary .ecs-event-title {
  font-size: 19px;
  font-weight: 700;
  width: 75%;
}
.ecs-wrap .summary::after {
  content: url("/wp-content/uploads/2021/07/Hero_arrows.svg");
  position: absolute;
  right: 0;
  width: 15%;
  top: 30%;
}

.news-blocks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-blocks .wp-block-post {
  background-color: #fff;
  border-radius: 20px;
}
.news-blocks .wp-block-post .wp-block-post-date {
  padding: 0 30px;
}
.news-blocks .wp-block-post .wp-block-post-title {
  font-size: 20px;
  padding: 0 30px;
  font-weight: 700;
  margin-top: 10px;
}
.news-blocks .wp-block-post .wp-block-post-title a {
  color: #472645 !important;
  text-decoration: none !important;
}
.news-blocks .wp-block-post-featured-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2.resource-sub {
  font-size: 1.875rem;
  margin-bottom: 25px !important;
}

.feature-product-title,
.feature-product-paragraph {
  margin: auto;
}

.feature-product-title {
  max-width: 16ch;
  width: 100%;
}

.feature-product-paragraph {
  max-width: 50ch;
  width: 100%;
}

.product-resources h2 {
  max-width: 20ch;
  width: 100%;
  margin: auto;
}
.product-resources .hero-card-white::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.46%, #ffffff), color-stop(19.08%, rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0);
  background: linear-gradient(360deg, #ffffff 3.46%, rgba(255, 255, 255, 0) 19.08%), rgba(255, 255, 255, 0);
}

.product-resources.hero-card-white {
  height: auto;
}
.product-resources.hero-card-white .wp-block-cover__inner-container {
  padding-top: 8em;
  max-width: 1320px;
}
.product-resources.hero-card-white .wp-block-cover__inner-container .wp-block-columns {
  gap: 50px;
}
.product-resources.hero-card-white .wp-block-cover__inner-container figure img {
  width: 100%;
}
.product-resources.hero-card-white img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.product-resources.hero-card-white:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.46%, #ffffff), color-stop(19.08%, rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0);
  background: linear-gradient(360deg, #ffffff 3.46%, rgba(255, 255, 255, 0) 19.08%), rgba(255, 255, 255, 0);
}

.customer-story {
  background: url(/wp-content/uploads/2021/09/purple-fire.png) no-repeat #f6f6f6;
  background-position-x: right;
}
.customer-story figure {
  width: 291px;
  margin: 0 auto;
}
.customer-story blockquote.resource-quote {
  padding-right: 0;
}
.customer-story blockquote.resource-quote:after {
  margin: 0;
}

.products-white-pill-btn a {
  color: #472645;
  font-size: 15px;
  padding: 14px 25px 14px !important;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .buttons-group .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.buttons-group .wp-block-columns .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 600px) and (max-width: 781px) {
  .product-resources .wp-block-column:not(:only-child) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .customer-story .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-family__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-family__container .link-box {
  margin-top: auto;
}

.products-template h2.product-title em {
  background: -webkit-gradient(linear, left top, right top, from(rgb(150, 86, 198)), to(rgb(68, 122, 195)));
  background: linear-gradient(to right, rgb(150, 86, 198), rgb(68, 122, 195));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-style: normal !important;
  font-size: 28px;
}

.products-template h2.new-product-title em {
  background: -webkit-gradient(linear, left top, right top, from(rgb(150, 86, 198)), to(rgb(68, 122, 195)));
  background: linear-gradient(to right, rgb(150, 86, 198), rgb(68, 122, 195));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-style: normal !important;
  font-size: 3.438rem;
}
.products-template h2.new-product-title {
  font-size: 1.938rem;
  line-height: 1.2 !important;
}

.products-template .product-title-stack {
  padding-bottom: 10px;
}
.products-template .product-title-stack p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.products-template .product-title-stack h1 {
  font-size: calc(1.5625rem + 2.25vw);
  margin-bottom: 10px !important;
}
@media (min-width: 1200px) {
  .products-template .product-title-stack h1 {
    font-size: 3.15rem;
    margin-bottom: 10px !important;
  }
}
.products-template .product-title-stack h1 em {
  background: -webkit-gradient(linear, left top, right top, from(rgb(150, 86, 198)), to(rgb(68, 122, 195)));
  background: linear-gradient(to right, rgb(150, 86, 198), rgb(68, 122, 195));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-style: normal !important;
}

.hero-tall {
  -o-object-position: top;
     object-position: top;
}

.pd-para-80 {
  width: 80%;
}
.pd-quote {
  padding-left: 0;
}

.pd-badging {
  height: initial;
}
.pd-badging:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.46%, #FFFFFF), color-stop(79.08%, rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0.85);
  background: linear-gradient(360deg, #FFFFFF 3.46%, rgba(255, 255, 255, 0) 79.08%), rgba(255, 255, 255, 0.85);
}
.pd-badging h2 span {
  display: block;
}
.pd-badging .badge-images {
  padding: 20px 0 0 0;
}
.pd-badging .wp-block-cover__inner-container {
  margin-top: 120px;
  max-width: 1000px;
}
.pd-badging .wp-block-cover__inner-container p {
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 600px) {
  .pd-badging figure img {
    width: 100%;
  }
  .pd-badging .wp-block-cover__inner-container p {
    max-width: initial;
  }
}

@media screen and (max-width: 600px) {
  .pd-overview .wp-block-media-text__content {
    padding: 20px 0;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
}
@media screen and (max-width: 600px) {
  .pd-overview figure.wp-block-media-text__media {
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
}
.pd-overview figure.wp-block-media-text__media img {
  max-width: 500px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .pd-overview figure.wp-block-media-text__media img {
    max-width: initial;
  }
}

.pd-trainers .wp-block-columns blockquote::after {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .pd-trainers .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .pd-trainers .wp-block-columns .wp-block-column {
    padding: 10px 0;
  }
}

.pd-other-learning {
  padding: 6.25rem;
}
@media screen and (max-width: 991px) {
  .pd-other-learning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.25rem 0;
  }
  .pd-other-learning .container, .pd-other-learning .container-sm, .pd-other-learning .container-md {
    max-width: initial;
    gap: 20px;
  }
  .pd-other-learning .container .wp-block-image img, .pd-other-learning .container-sm .wp-block-image img, .pd-other-learning .container-md .wp-block-image img {
    width: 80%;
  }
}
@media screen and (max-width: 782px) {
  .pd-other-learning .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pd-other-learning .container .wp-block-image img {
    width: 100%;
  }
}

.pd-events .pd-grouped_ecs_category {
  min-height: 350px;
}
.pd-events .pd-grouped_ecs_category .ecs-wrap {
  max-width: 600px;
  min-height: 350px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
}
.pd-events .pd-grouped_ecs_category .ecs-wrap a {
  text-decoration: none !important;
}
.pd-events .pd-grouped_ecs_category .ecs-wrap .ecs-thumbnail {
  width: 100%;
}
@media (max-width: 767.98px) {
  .pd-events .pd-grouped_ecs_category .ecs-wrap .ecs-thumbnail {
    min-width: 160px !important;
  }
}
.pd-events .pd-grouped_ecs_category .ecs-wrap .ecs-thumbnail img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  width: 100%;
}
.pd-events .pd-grouped_ecs_category .ecs-wrap .summary {
  width: 100%;
  padding: 20px 0;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .pd-events .pd-grouped_ecs_category .ecs-wrap .summary {
    padding-left: 10px !important;
  }
}
.pd-events .pd-grouped_ecs_category .ecs-wrap .summary .ecs-date {
  color: #f0389f;
}
.pd-events .pd-grouped_ecs_category .ecs-wrap .summary .ecs-event-title {
  font-size: 19px;
  font-weight: 700;
  width: 75%;
}
.pd-events .pd-grouped_ecs_category .ecs-wrap .summary::after {
  display: none;
}

.pd-events-series .ecs-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pd-events-series .ecs-button a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 16px 25px 15px !important;
  background: #472645 !important;
  border-radius: 31px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: unset !important;
  width: 100%;
  max-width: 150px;
}

.solutions-overview {
  position: relative;
  max-width: 1030px;
  margin: 7em auto;
}
.solutions-overview .wp-block-columns .wp-block-column {
  position: relative;
}
.solutions-overview .solutions-image-block {
  position: absolute;
  min-width: 306px;
}
.solutions-overview .solutions-image-block-one {
  width: 228px;
}
.solutions-overview .solutions-image-block-two {
  width: 90px;
  left: 50%;
}
.solutions-overview .solutions-image-block-three {
  width: 159px;
  left: 71%;
  top: 54%;
}
.solutions-overview .solutions-image-block-four {
  width: 106px;
  left: 39%;
  top: 120%;
}
.solutions-overview:after {
  content: "";
  background-image: url(/wp-content/uploads/2021/07/Vector.svg);
  width: 770px;
  height: 880px;
  position: absolute;
  right: -250px;
  top: -50px;
  z-index: -1;
  background-repeat: no-repeat;
}
.solutions-overview .overview-columns {
  gap: 40px;
}
.solutions-overview .overview-columns .solutions-overview-col-text {
  max-width: 395px;
}
.solutions-overview .overview-columns .solutions-image-grid-col-1 {
  margin-bottom: 3em;
  gap: 1em;
}
.solutions-overview .overview-columns .solutions-image-grid-col-1 .wp-block-column {
  min-width: 306px;
}
.solutions-overview .overview-columns .solutions-image-grid-col-2 {
  gap: 1em;
}
.solutions-overview .overview-columns .solutions-image-grid-col-2 .wp-block-column {
  min-width: 306px;
}
.solutions-overview .overview-columns .solutions-top-left img {
  width: 306px;
  height: 220px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.solutions-overview .overview-columns .solutions-top-right img {
  width: 148px;
  height: 144px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.solutions-overview .overview-columns .solutions-bottom-left img {
  width: 185px;
  height: 179px;
  float: right;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.solutions-overview .overview-columns .solutions-bottom-right figure {
  top: -4em;
  position: relative;
}
.solutions-overview .overview-columns .solutions-bottom-right img {
  width: 199px;
  height: 192px;
  float: left;
}
@media screen and (max-width: 1199px) {
  .solutions-overview .overview-columns .solutions-image-block {
    display: none !important;
  }
  .solutions-overview .overview-columns .solutions-overview-col-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .solutions-overview .overview-columns .figure {
    width: 100%;
    height: 100%;
  }
  .solutions-overview .overview-columns .solutions-top-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .solutions-overview .overview-columns .solutions-top-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .solutions-overview .overview-columns .solutions-bottom-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .solutions-overview .overview-columns .solutions-bottom-right {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1160px) {
  .solutions-overview .overview-columns .wp-block-column {
    margin-top: 1em;
  }
  .solutions-overview .overview-columns .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
    margin-top: 1em;
  }
  .solutions-overview .overview-columns figure {
    margin-bottom: 1em;
    float: left;
    padding-right: 1em;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .solutions-overview .overview-columns .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solutions-overview .overview-columns .wp-block-column:not(:first-child) {
    margin-top: 2em;
  }
}

.solutions-accordian {
  margin-bottom: 6em;
}
.solutions-accordian .accordion-flush .accordion-item {
  border: none;
  border-radius: 20px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1160px) {
  .solutions-accordian .accordion-flush .accordion-item button img {
    max-width: 30%;
    height: 122px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
@media screen and (max-width: 781px) {
  .solutions-accordian .accordion-flush .accordion-item img {
    display: none;
  }
}
.solutions-accordian .accordion-flush .accordion-item .accordion-header {
  background-color: #472645;
  border-radius: 20px;
}
.solutions-accordian .accordion-flush .accordion-item .accordion-header button {
  padding: 0;
  color: white !important;
}
.solutions-accordian .accordion-flush .accordion-item .accordion-header button:after {
  background-image: url(/wp-content/uploads/2021/07/Hero_arrows-1.svg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58px;
  height: 58px;
  content: "";
  background-repeat: no-repeat;
  background-size: 58px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  right: 27px;
  top: 32px;
}
.solutions-accordian .accordion-flush .accordion-item .accordion-header button h3 {
  padding-left: 1em;
  margin-bottom: 0 !important;
}
.solutions-accordian .accordion-flush .accordion-item .accordion-header button:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.solutions-accordian .accordion-flush .accordion-item .accordion-header button.collapsed {
  height: 122px;
}
.solutions-accordian .accordion-flush .accordion-item .accordion-header button:target ~ .accordion-header {
  height: 300px;
}
.solutions-accordian .solutions-para-header {
  font-weight: bold;
  line-height: 1.2;
}

h4#h-promethean-solution,
.solutions-btn {
  padding: 20px 0;
}

.solutions-expanded-image figure {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

#flush-collapseOne .accordian-body {
  background: white;
  padding: 3rem 0;
}

.buy-intro {
  margin-top: 80px;
}
.buy-intro p {
  max-width: 554px;
  margin: auto;
}

.buy-steps {
  margin-top: 60px;
  margin-bottom: 40px;
}
.buy-steps span {
  display: block;
}
.buy-steps h3:before {
  content: "1";
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .buy-steps h3:before {
    margin-bottom: 10px;
  }
}
.buy-steps h3.buy-h3-one:before {
  content: "1";
}
.buy-steps h3.buy-h3-two:before {
  content: "2";
}
.buy-steps h3.buy-h3-three:before {
  content: "3";
}
@media screen and (max-width: 991px) {
  .buy-steps .buy-steps-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 781px) {
  .buy-steps .buy-steps-columns p {
    max-width: 400px;
    text-align: center;
    margin: auto;
  }
}

.buy-more-info {
  margin-top: 60px;
}
.buy-more-info .buy-buttons .wp-block-buttons {
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .buy-questions {
    top: 30px;
    position: relative;
  }
}
.buy-questions .buy-questions-column {
  margin-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column .buy-question-column-one, .buy-questions .buy-questions-column .buy-question-column-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column .buy-question-column-two img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0px -5px;
       object-position: 0px -5px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column .buy-question-column-three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.buy-questions .buy-questions-column .buy-middle-column {
  position: relative;
  top: 30px;
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column .buy-middle-column {
    top: initial;
  }
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column figure {
    margin-bottom: 0;
  }
}
.buy-questions .buy-questions-column p.question-1 {
  position: absolute;
  width: 176px;
  background-color: #F5E6FD;
  padding: 22px 60px;
  border-radius: 8px;
  color: #472645;
  font-weight: bold;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 0;
  left: 10%;
  z-index: 1;
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .buy-questions .buy-questions-column p.question-1 {
    left: 0%;
    top: -30px;
  }
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column p.question-1 {
    padding: 22px 10px 22px 70px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    width: unset;
    margin-bottom: 0;
    left: inherit;
    top: initial;
  }
}
.buy-questions .buy-questions-column p.question-1:before {
  content: "";
  position: absolute;
  left: 20px;
  background-image: url(/wp-content/uploads/2021/07/image-1.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 35px;
  background-size: 32px 25px;
  background-position-y: 4px;
}
.buy-questions .buy-questions-column p.question-2 {
  position: absolute;
  width: 176px;
  background-color: #FFEFEA;
  padding: 22px 60px;
  border-radius: 8px;
  color: #472645;
  font-weight: bold;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  bottom: -100px;
  right: 10%;
  z-index: 1;
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .buy-questions .buy-questions-column p.question-2 {
    right: 0%;
  }
}
@media screen and (max-width: 781px) {
  .buy-questions .buy-questions-column p.question-2 {
    padding: 22px 10px 22px 70px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    width: unset;
    margin-bottom: 0;
    left: inherit;
    top: initial;
    bottom: 0;
  }
}
.buy-questions .buy-questions-column p.question-2:before {
  content: "";
  position: absolute;
  left: 20px;
  background-image: url(/wp-content/uploads/2021/07/image-1.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 35px;
  background-size: 32px 25px;
  background-position-y: 4px;
}
@media screen and (max-width: 991px) {
  .buy-questions .buy-questions-column {
    gap: 20px;
  }
}

.demo-intro {
  margin-top: 80px;
}
.demo-intro p {
  max-width: 554px;
  margin: auto;
  text-align: center;
  padding-bottom: 60px;
}

.demo-steps {
  margin-bottom: 80px;
}
.demo-steps p {
  max-width: 349px;
  margin: auto;
  text-align: center;
}
.demo-steps .wp-block-media-text {
  padding: 20px 0px;
}
.demo-steps h3:before {
  content: "1";
  width: 43px;
  height: 43px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .demo-steps h3:before {
    margin-bottom: 10px;
  }
}
.demo-steps h3.demo-one:before {
  content: "1";
}
.demo-steps h3.demo-two:before {
  content: "2";
}
.demo-steps h3.demo-three:before {
  content: "3";
}
@media screen and (max-width: 600px) {
  .demo-steps .wp-block-media-text__content {
    padding: 30px 0;
  }
}

#demo-explore {
  position: relative;
}
#demo-explore p {
  padding-bottom: 30px;
}
#demo-explore .wp-block-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 781px) {
  #demo-explore .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#demo-explore h4 {
  margin-left: 0 !important;
  margin-bottom: 0;
}
#demo-explore .watch-video-col-2 {
  -ms-flex-preferred-size: 72% !important;
      flex-basis: 72% !important;
}
#demo-explore .wp-block-image.size-large {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #demo-explore .watch-video-col-2 {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
  }
}

.tribe-events-pg-template .tribe_events_cat-featured img {
  max-height: 490px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tribe-events-pg-template .tribe-events-single-event-title {
  text-align: center;
}
.tribe-events-pg-template .tribe-events-schedule__datetime {
  text-align: center;
  color: #f0389f;
}

.tribe-events-schedule__all-day, .tribe-events-schedule__separator {
  color: #f0389f;
  font-size: 21px;
}

.tribe-events-schedule__timezone {
  color: #f0389f;
}

.event-schedule {
  /* Small-screen & fallback styles */
}
.event-schedule .time-slot {
  grid-column: times;
}
.event-schedule .track-slot {
  display: none; /* hidden on small screens and browsers without grid support */
}
@supports (display: grid) {
  @media screen and (min-width: 700px) {
    .event-schedule .track-slot {
      display: block;
      padding: 10px 5px 5px;
      position: sticky;
      top: 0;
      z-index: 1000;
      background-color: rgba(255, 255, 255, 0.9);
    }
  }
}
.event-schedule .session {
  margin-bottom: 1em;
}
.event-schedule .session h3 {
  font-size: 15px !important;
}
@supports (display: grid) {
  @media screen and (min-width: 700px) {
    .event-schedule .session {
      margin: 0;
    }
  }
}
.event-schedule .session {
  padding: 0.5em;
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event-schedule .session-title,
.event-schedule .session-time,
.event-schedule .session-track,
.event-schedule .session-presenter {
  display: block;
}
.event-schedule .session-title,
.event-schedule .time-slot {
  margin: 0;
  font-size: 1em;
}
.event-schedule .session-title a {
  color: #fff;
  text-decoration-style: dotted;
}
.event-schedule .track-slot,
.event-schedule .time-slot {
  font-weight: bold !important;
  font-size: 1.2em !important;
}
.event-schedule .track-1, .event-schedule .track-2, .event-schedule .track-3, .event-schedule .track-4, .event-schedule .track-5 {
  background-color: #fff;
  color: #333;
}
.event-schedule .track-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.event-schedule .text {
  max-width: 750px;
  font-size: 18px;
  margin: 0 auto 50px;
}
.event-schedule .meta {
  color: #555;
  font-style: italic;
}
.event-schedule .meta a {
  color: #555;
}
.event-schedule .blocker {
  z-index: 999 !important;
}

.resources-image img {
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
}

.resources-centered-text {
  max-width: 730px;
  margin: 40px auto;
}

.resources-pd-services {
  margin-bottom: 90px;
}
.resources-pd-services h2 {
  max-width: 25ch;
  width: 100%;
  margin: auto;
  padding-bottom: 10px;
}
.resources-pd-services p.resources-intro-text {
  max-width: 80ch;
  margin: auto;
  margin-bottom: 50px;
}
.resources-pd-services .wp-block-buttons {
  margin-top: 30px;
}
.resources-pd-services h4 {
  padding-bottom: 10px;
}
@media (min-width: 782px) {
  .resources-pd-services .block-3-cols .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
}
@media (max-width: 781px) {
  .resources-pd-services .block-3-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 50px;
  }
}

.resources-promethean-tips {
  overflow: hidden;
  padding-top: 60px;
}
.resources-promethean-tips img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 80px;
  position: relative;
  top: 110px;
}
.resources-promethean-tips p {
  max-width: 392px;
  padding-bottom: 20px;
}
.resources-promethean-tips h4 {
  padding-bottom: 10px;
}
@media (max-width: 781px) {
  .resources-promethean-tips .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .resources-promethean-tips .wp-block-column {
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .resources-promethean-tips .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .resources-promethean-tips img {
    padding-left: initial;
  }
}

.resources-other-resources {
  padding-top: 60px !important;
  padding-bottom: 60px;
}
.resources-other-resources h2 {
  padding-bottom: 30px;
}
@media (min-width: 782px) {
  .resources-other-resources .block-3-cols .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
}
@media (max-width: 781px) {
  .resources-other-resources .block-3-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 50px;
  }
}

@media (max-width: 992px) {
  .resources-promethean-blog .container {
    gap: 20px;
  }
}
@media (max-width: 781px) {
  .resources-promethean-blog .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .resources-promethean-blog .container .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
  .resources-promethean-blog .container p {
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px;
  }
}

.about-us-mission {
  margin-top: 80px;
  margin-bottom: 50px;
}
.about-us-mission p {
  max-width: 554px;
  margin: auto;
}

.about-us-passionate {
  max-width: 1031px;
  margin: auto;
}
.about-us-passionate .about-us-video figure, .about-us-passionate .about-us-video img {
  width: 100%;
}
.about-us-passionate .about-us-video img {
  height: 516px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .about-us-passionate .about-us-video img {
    height: initial;
  }
}
.about-us-passionate .images-custom-position {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .about-us-passionate .images-custom-position .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .about-us-passionate .images-custom-position h3 {
    width: initial;
  }
  .about-us-passionate .images-custom-position p {
    max-width: initial;
    padding-bottom: 20px;
  }
  .about-us-passionate .images-custom-position .passionate-image-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-us-passionate h3 {
  max-width: 20ch;
  width: 100%;
}
.about-us-passionate p {
  max-width: 321px;
  padding-bottom: 10px;
}
.about-us-passionate .passionate-col-1, .about-us-passionate .passionate-col-3 {
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}
.about-us-passionate .passionate-col-2 .about-us-image-bottom {
  margin-top: 70px;
}
.about-us-passionate .passionate-col-3 img {
  width: 278px;
}
@media (max-width: 599px) {
  .about-us-passionate .images-custom-position .wp-block-columns {
    margin-bottom: 0;
  }
  .about-us-passionate .passionate-col-1 p {
    max-width: 400px;
    margin: auto;
  }
  .about-us-passionate .passionate-col-3 {
    display: none;
  }
  .about-us-passionate .passionate-col-2 .about-us-image-bottom {
    margin-top: 0;
  }
  .about-us-passionate .passionate-col-2 figure {
    width: 100%;
  }
  .about-us-passionate .passionate-col-2 figure img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
    border-radius: 20px;
  }
}

.about-us-awards {
  padding: 100px 0;
}
@media (max-width: 781px) {
  .about-us-awards p {
    display: none;
  }
}
@media (max-width: 599px) {
  .about-us-awards .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

.about-us-our-values {
  padding: 70px 0;
}
.about-us-our-values h2 {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .about-us-our-values .wp-block-columns {
    gap: 20px;
  }
  .about-us-our-values .wp-block-columns img {
    width: 100%;
  }
}

.press-kit-identity-header {
  margin-top: 70px;
}

.press-kit-identity-para {
  max-width: 587px;
  margin: auto;
}

.press-kit-identity-cols {
  margin: 70px 0 110px 0;
  gap: 30px;
}
.press-kit-identity-cols img {
  width: 100%;
}
@media (max-width: 991px) {
  .press-kit-identity-cols h4 {
    min-height: 70px;
  }
  .press-kit-identity-cols .wp-block-column {
    margin-left: 1em !important;
  }
}

figure.wp-block-gallery {
  max-width: 1320px;
  margin: auto;
  padding: 50px 0;
}
figure.wp-block-gallery img {
  border-radius: 20px;
}
figure.wp-block-gallery .wp-block-button {
  padding-bottom: 70px;
}

.press-kit-gallery {
  padding: 40px 0;
}

.press-kit-visuals {
  padding-top: 70px;
}

.press-kit-promethean {
  padding: 70px 0;
}
.press-kit-promethean .wp-block-columns {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.press-kit-promethean img {
  width: 100%;
}
.press-kit-promethean .wp-block-button {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .press-kit-promethean .wp-block-column {
    margin-left: 1em !important;
  }
}
@media (max-width: 781px) {
  .press-kit-promethean .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .press-kit-promethean .wp-block-columns .wp-block-column {
    margin-left: 0 !important;
    padding: 40px 0;
  }
  .press-kit-promethean p {
    max-width: initial;
  }
  .press-kit-promethean .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .press-kit-promethean .wp-block-button {
    padding-top: 0;
  }
}

.faq-accordion {
  padding: 80px 0 40px 0;
}
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #c4c4c4;
}
.faq-accordion .accordion-item .accordion-button, .faq-accordion .accordion-item .accordion-body {
  padding-left: 0;
}
.faq-accordion .accordion-item .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-accordion img {
  width: 100%;
  max-width: 335px;
}
@media (max-width: 781px) {
  .faq-accordion img {
    width: 100%;
    max-width: initial;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px !important;
    -o-object-position: 0 -110px;
       object-position: 0 -110px;
  }
}
.faq-accordion h2 {
  width: 25ch;
  margin-bottom: 10px !important;
}
.faq-accordion .accordion {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .faq-accordion .wp-block-columns {
    gap: 40px;
  }
  .faq-accordion h2 {
    width: initial;
  }
}
@media (max-width: 991px) {
  .faq-accordion .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .faq-accordion h2 {
    text-align: center;
  }
}

@media (max-width: 781px) {
  .order-one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.faq-accordion.faq-grey .accordion-item {
  background-color: #f6f6f6;
}

.t-three-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.t-three-award-winning {
  margin-top: 100px;
}

.t-three-awards-columns {
  margin-top: 80px;
}
.t-three-awards-columns figure {
  position: relative;
  text-align: center;
}
.t-three-awards-columns figure img {
  max-width: 80%;
}
.t-three-awards-columns h4 {
  padding-top: 20px;
  height: 50px;
}
.t-three-awards-columns p {
  max-width: 400px;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
}
.t-three-awards-columns div.wp-block-buttons {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .t-three-awards-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-three-comparison {
  padding: 90px 0;
}
.t-three-comparison .wp-block-columns {
  padding-top: 30px;
  gap: 20px;
}
.t-three-comparison h3 {
  padding-top: 40px;
}
.t-three-comparison figure {
  margin-bottom: 40px !important;
}
.t-three-comparison figure img {
  border-radius: 20px;
  max-width: 80%;
}
@media (max-width: 981px) {
  .t-three-comparison figure img {
    max-width: 100%;
  }
}
.t-three-comparison .wp-block-buttons {
  margin-top: 40px;
}

.t-three-software h2 {
  white-space: pre !important;
  word-break: normal;
}
.t-three-software .wp-block-media-text {
  margin: 100px 0;
}
.t-three-software h2.t-three-activinspire {
  -webkit-background-clip: text;
  color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 56, 0)), to(rgb(242, 171, 20)));
  background-image: linear-gradient(to right, rgb(255, 56, 0), rgb(242, 171, 20));
  line-height: 1.4;
}
.t-three-software h2.t-three-classflow {
  -webkit-background-clip: text;
  color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(74, 160, 222)), to(rgb(0, 200, 187)));
  background-image: linear-gradient(to right, rgb(74, 160, 222), rgb(0, 200, 187));
  line-height: 1.4;
}
.t-three-software .t-three-software-inspire .wp-block-media-text__content {
  padding-left: 0;
}
.t-three-software .t-three-software-classflow .wp-block-media-text__content {
  padding-right: 0;
}
.t-three-software .wp-block-buttons {
  margin-top: 30px;
}
.t-three-software figure img {
  border-radius: 20px;
}
@media (max-width: 981px) {
  .t-three-software .wp-block-media-text {
    gap: 20px;
  }
  .t-three-software .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.t-three-awards {
  padding: 80px 0;
}
.t-three-awards p {
  max-width: 300px;
  text-align: center;
  margin: auto;
}
@media (max-width: 981px) {
  .t-three-awards img {
    height: 50px;
  }
}
@media (max-width: 981px) {
  .t-three-awards .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.hero-card.higher-ed-hero {
  height: 782px;
}
.hero-card.higher-ed-hero .wp-block-buttons {
  padding-top: 50px;
}

h2.higher-ed-header {
  max-width: 25ch;
  margin: auto;
  padding-top: 100px;
}

.higher-ed-intro {
  max-width: 786px;
  margin: auto;
}

.higher-ed-features {
  margin-top: 3rem;
}
.higher-ed-features .wp-block-media-text .wp-block-media-text__media {
  max-width: 580px;
}
.higher-ed-features .wp-block-media-text {
  padding: 2.5rem 0;
}
.higher-ed-features .higher-ed-media-left .wp-block-media-text__content {
  padding-left: 0;
}
@media screen and (max-width: 1399px) {
  .higher-ed-features .higher-ed-media-left .wp-block-media-text__content {
    padding-left: 8%;
  }
}
.higher-ed-features .higher-ed-media-right .wp-block-media-text__content {
  padding-left: 0;
}
@media screen and (max-width: 1399px) {
  .higher-ed-features .higher-ed-media-right .wp-block-media-text__content {
    padding-left: 8%;
  }
}

.higher-ed-case-studies {
  margin-top: 5rem;
  padding: 3rem;
}
.higher-ed-case-studies .wp-block-columns.container {
  margin-bottom: 0 !important;
}
.higher-ed-case-studies .wp-block-column {
  min-height: 490px;
  max-width: 395px;
}
.higher-ed-case-studies .wp-block-cover {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.higher-ed-case-studies .wp-block-cover p {
  font-size: 30px;
  line-height: initial;
  font-weight: bold;
}
.higher-ed-case-studies .wp-block-cover, .higher-ed-case-studies .wp-block-cover:before, .higher-ed-case-studies .wp-block-cover__image-background {
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .higher-ed-case-studies .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .higher-ed-case-studies .wp-block-column {
    min-height: initial;
    max-width: initial;
  }
  .higher-ed-case-studies .wp-block-column .wp-block-cover, .higher-ed-case-studies .wp-block-column .wp-block-cover-image {
    min-height: 430px;
  }
}

.choose-product {
  padding-top: 7rem;
}

.higher-ed .video-container {
  border-radius: 20px;
  overflow: hidden;
}
.higher-ed .video-container .vidyard-player-container {
  width: 90% !important;
  margin: unset !important;
}

.bg-panel {
  background: rgb(255, 119, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgb(255, 119, 0)), color-stop(30%, rgb(255, 150, 56)));
  background: linear-gradient(0deg, rgb(255, 119, 0) 70%, rgb(255, 150, 56) 30%);
  background-size: 100% 290px;
  background-repeat: no-repeat;
  background-position: center;
}

.text-white a {
  color: white !important;
}

#SOT {
  fill: #ff6600 !important;
}

.percent-sub-text {
  width: 40%;
  margin: auto;
  text-align: center;
}

/* Animation related css */
.lottie {
  width: 80px;
  height: 80px;
  margin: auto;
  padding-bottom: 10px;
}

.draw {
  background: none;
  border: 0;
  background-color: #f2f2f2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em auto;
  padding: 1em 2em;
  color: #f45e61;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}

.draw::before,
.draw::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  width: 12em;
}

.draw::before,
.draw::after {
  border: 2px solid transparent;
  border-radius: 8px;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}

.draw::after {
  bottom: 0;
  right: 0;
}

.draw:hover {
  color: #88b5e0;
}

.draw:hover::before,
.draw:hover::after {
  width: 100%;
  height: 100%;
}

.draw:hover::before {
  border-top-color: #88b5e0;
  border-right-color: #88b5e0;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
  border-bottom-color: #88b5e0;
  border-left-color: #88b5e0;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

/* css for donuts */
.svg-item {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  -webkit-animation: donutfade 1s;
          animation: donutfade 1s;
}

@-webkit-keyframes donutfade {
  /* this applies to the whole svg item wrapper */
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .svg-item {
    width: 80%;
  }
}
.donut-ring {
  stroke: #ebebeb;
}

.donut-segment {
  -webkit-transform-origin: center;
          transform-origin: center;
  stroke: #ff6200;
}

.donut-segment-2 {
  stroke: #fa8b24;
  -webkit-animation: donut1 3s;
          animation: donut1 3s;
}

.donut-segment-3 {
  stroke: #00a49b;
  -webkit-animation: donut2 3s;
          animation: donut2 3s;
}

.donut-segment-4 {
  stroke: #004879;
  -webkit-animation: donut3 3s;
          animation: donut3 3s;
}

.segment-1 {
  fill: #ccc;
}

.segment-2 {
  fill: #fa8b24;
}

.segment-3 {
  fill: #00a49b;
}

.segment-4 {
  fill: #004879;
}

.donut-percent {
  -webkit-animation: donutfadelong 1s;
          animation: donutfadelong 1s;
}

@-webkit-keyframes donutfadelong {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes donutfadelong {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes donut1 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 82, 18;
  }
}
@keyframes donut1 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 82, 18;
  }
}
@-webkit-keyframes donut2 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 30, 70;
  }
}
@keyframes donut2 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 30, 70;
  }
}
@-webkit-keyframes donut3 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 1, 99;
  }
}
@keyframes donut3 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 1, 99;
  }
}
.donut-text {
  fill: #ff6200;
}

.donut-text-1 {
  fill: #333;
}

.donut-text-2 {
  fill: #333;
}

.donut-text-3 {
  fill: #333;
}

.donut-label {
  font-size: 0.28em;
  font-weight: 700;
  line-height: 1;
  fill: #000;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}

.donut-percent {
  font-size: 0.5em;
  line-height: 1;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  font-weight: bold;
}

.donut-data {
  font-size: 0.1em;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  text-align: left;
  word-wrap: break-word;
  text-anchor: start;
  color: #333;
  fill: #333;
  -webkit-animation: donutfadelong 1s;
          animation: donutfadelong 1s;
}

/* bar chart */
.bar-chart {
  height: 3rem;
  margin-bottom: 2.3rem;
}

.bar-chart .bar-chart--inner {
  background: #333;
  height: 100%;
  display: block;
  margin-bottom: 0.3rem;
  position: relative;
  will-change: width;
}

.bar-chart .bar-chart--inner:after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 1rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.bar-chart[animated] .bar-chart--inner {
  -webkit-transition: width 1.3s;
  transition: width 1.3s;
}

.bar-chart.prom-red .bar-chart--inner {
  background: #a01f25;
}

.bar-chart.prom-orange .bar-chart--inner {
  background: #df703e;
}

.bar-chart.prom-gold .bar-chart--inner {
  background: #ec9e42;
}

.bar-chart.prom-teal .bar-chart--inner {
  background: #47a09a;
}

.bar-chart.prom-sky .bar-chart--inner {
  background: #4299d0;
}

.progress-container {
  height: auto;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #472655;
  width: 300px;
  margin: 0 auto;
}
.progress-container .progress-bars {
  float: left;
  white-space: nowrap;
  color: #fff;
  border-radius: 20px;
  height: 3rem;
  padding: 10px 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(245, 96, 99)), to(rgb(151, 6, 246)));
  background: linear-gradient(90deg, rgb(245, 96, 99) 0%, rgb(151, 6, 246) 100%);
  text-align: right;
}
.progress-container p {
  position: absolute;
  color: white;
  font-weight: 700;
  text-align: right;
  padding: 0px 20px;
  max-width: 300px;
  width: 100%;
}

.counter,
.progress-bars {
  opacity: 0;
}

.progress-rounded {
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar p {
  margin: 0 15px;
}

.progress-1 {
  margin-bottom: 20px;
}

.new-era__microsite .new-era__icon-cols {
  max-width: 383px;
}
.new-era__microsite .new-era__chart-container {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 1201px) {
  .new-era__microsite .new-era__chart-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    width: 100%;
  }
}
.new-era__microsite .new-era__chart-container .wp-block-cover {
  min-width: 300px;
  min-height: 300px;
}
.new-era__microsite .new-era__chart-container .wp-block-cover__inner-container {
  max-width: 230px;
}
@media (max-width: 1200px) {
  .new-era__microsite .new-era__chart-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .new-era__microsite .new-era__chart-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }
}

.LTE .wp-block-media-text__content {
  z-index: 2;
  word-break: keep-all !important;
}
@media (max-width: 992px) {
  .LTE .wp-block-media-text__content {
    position: absolute;
    top: 10%;
  }
}
.LTE .wp-block-media-text__content h1 {
  margin-bottom: 0 !important;
}
.LTE .lte-hero {
  min-height: 430px !important;
  padding: 0;
}
@media (max-width: 992px) {
  .LTE .lte-hero {
    min-height: 430px !important;
  }
}
.LTE .lte-hero .wp-block-cover__inner-container figure {
  width: 100%;
  max-width: 830px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .LTE .lte-hero .wp-block-cover__inner-container figure {
    height: 100%;
  }
}

.district-lp .contact-group .wp-block-columns {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.district-lp .contact-card {
  border-radius: 20px;
  padding: 20px;
}
.district-lp .accordion-button {
  font-weight: 400;
  font-size: 20px !important;
  font-family: "Noto Sans";
}

/* currently for irish and scottish, but in future more general microsites*/
.hybrid-campaign {
  /* custom anchor link code to account for sticky header */
}
.hybrid-campaign .anchor-link {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.hybrid-campaign .hybrid-btn-secondary a {
  border-radius: 70px;
  border: solid 2px #a110ea;
}
.hybrid-campaign .hybrid-pillars {
  gap: 3em;
}
.hybrid-campaign .hybrid-pillars img {
  width: 100%;
}
.hybrid-campaign .localised-support p i {
  width: 30px;
  height: 30px;
  background-color: #00c7ba;
  border-radius: 50%;
  color: #ffffff;
  line-height: 1.9;
  display: inline-block;
  text-align: center;
  padding-bottom: 0px;
  margin-right: 5px;
}
.hybrid-campaign .introducing-learn p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}
.hybrid-campaign .introducing-learn .btn-gradient a.wp-block-button__link {
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
}
.hybrid-campaign .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 90px 0;
}
.hybrid-campaign .nav-container .nav-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: "sharp sans", arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.hybrid-campaign .nav-container .nav-anchor a {
  text-decoration: none;
  color: #422843;
}
.hybrid-campaign .nav-container .nav-anchor .icon {
  width: 54px;
  height: 54px;
  background-color: #f2f2f2;
  border-radius: 60px;
  display: inline-block;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.hybrid-campaign .meet-team img {
  max-width: 200px;
}
.hybrid-campaign .small-cover-img img {
  border-radius: 40px;
}
.hybrid-campaign .small-cover-img span {
  border-radius: 40px;
}

.ap9-ppc .bg-panel {
  background: #9706f6;
  background: linear-gradient(92.49deg, #9706f6 0.78%, #f56063 99.44%);
  background-size: 100% 290px;
  background-repeat: no-repeat;
  background-position: center;
}

.merlyn h2 {
  margin-bottom: 0px !important;
}
.merlyn .header--intro {
  background: rgb(25, 15, 26);
  background: url("/wp-content/uploads/2022/09/Promethean-Wave-head-new.png") no-repeat center 18em, -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(25, 15, 26)), color-stop(54%, rgb(69, 38, 69)));
  background: url("/wp-content/uploads/2022/09/Promethean-Wave-head-new.png") no-repeat center 18em, linear-gradient(180deg, rgb(25, 15, 26) 1%, rgb(69, 38, 69) 54%);
  background-size: cover;
}
.merlyn .header--intro h1 {
  color: white;
}
.merlyn .header--intro .btn-prw-plum a {
  border: 2px solid #fff;
}
.merlyn .section--one h1,
.merlyn .section--one h2,
.merlyn .section--one p {
  color: #472645;
}
@media (min-width: 768px) {
  .merlyn .section--one .section--one--col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.merlyn .section--one .section--one--col-2 p {
  width: 390px;
}
.merlyn .section--two h2 {
  margin-bottom: 0px !important;
}
.merlyn .section--three {
  background: rgb(25, 15, 26);
  background: url("/wp-content/uploads/2022/09/Promethean-Wave-lower-1.png") no-repeat center 8em, linear-gradient(-137deg, rgb(25, 15, 26) 1%, rgb(69, 38, 69) 54%);
  background-size: cover;
}
.merlyn .section--three h2 {
  color: white;
}
@media (min-width: 768px) {
  .merlyn .section--three h2 {
    text-align: left;
  }
}
.merlyn .section--three .wp-block-columns {
  margin-bottom: 0px;
}
.merlyn .pardot-form-container .pardot-title {
  margin-bottom: 17px !important;
}
.merlyn .pardot-form-container .pardot-intro {
  font-size: 25px;
}
.merlyn .meet-h1 {
  font-size: 2.9rem;
}
.merlyn .meet-h2 {
  font-size: 2.5rem;
}
.merlyn .merlyn .meet-header {
  background: url("/wp-content/uploads/2022/09/Promethean-Wave-head-new.png") no-repeat center -5em, -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(25, 15, 26)), color-stop(54%, rgb(69, 38, 69)));
  background: url("/wp-content/uploads/2022/09/Promethean-Wave-head-new.png") no-repeat center -5em, linear-gradient(180deg, rgb(25, 15, 26) 1%, rgb(69, 38, 69) 54%);
  background-size: cover;
}

.ap9-competitor-ppc .ap9-comp--hero-section {
  background: url("/wp-content/uploads/2022/10/Fireshade_Background-1.jpeg") no-repeat center bottom;
  background-size: cover;
  min-height: 800px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ap9-competitor-ppc .ap9-comp--hero-section .zindex-1 {
  z-index: 1;
}
.ap9-competitor-ppc .ap9-comp--hero-section .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ap9-competitor-ppc .ap9-comp--hero-section .wp-block-group__inner-container a {
  color: #fff;
}
.ap9-competitor-ppc .ap9-comp--hero-section h1 {
  font-size: 39px;
  z-index: 10;
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section h1 {
    font-size: 59px;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section h2 {
  z-index: 10;
  font-size: 25px;
  font-weight: 600;
  font-family: "Noto sans";
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section h2 {
    font-size: 32px;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-container .hero-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 20px;
  padding: 15px 25px;
  z-index: 5;
  cursor: pointer;
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-container .hero-nav div:not(:last-child):after {
  content: "|";
  padding: 0 0.3em;
  color: white;
}
@media (min-width: 699px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-container .hero-nav div:not(:last-child):after {
    padding: 0 0.9em;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-container .hero-nav .active {
  color: #ef37a0;
  font-weight: 700;
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-container .hero-nav .active:hover {
  color: #ef37a0;
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-1 figure {
  display: none;
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-1 figure {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-2 figure {
  display: none;
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-2 figure {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-2 figure {
  display: none;
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-2 figure {
    display: block;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 1;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-3 figure {
  display: none;
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-3 figure {
    display: block;
    position: absolute;
    right: 1rem;
    top: 4rem;
    z-index: 1;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-4 figure {
  display: none;
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-4 figure {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-5 figure {
  display: none;
}
@media (min-width: 1100px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-nav-slide-5 figure {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-slides {
  display: none;
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-slides.active {
  visibility: visible;
  z-index: 1;
  display: block;
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-slides .row {
  max-width: 675px;
  margin: auto;
  z-index: 3;
  position: relative;
  padding-top: 2em;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .ap9-competitor-ppc .ap9-comp--hero-section .hero-slides .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ap9-competitor-ppc .ap9-comp--hero-section .hero-slides .hero-intro-title {
  font-size: 20px;
  font-weight: 700;
}
.ap9-competitor-ppc .ap9-comp--section-1 h2,
.ap9-competitor-ppc .ap9-comp--section-1 .section-1--block-title {
  font-size: 48px;
  font-family: "Noto sans";
  font-weight: 400;
}
.ap9-competitor-ppc .ap9-comp--section-1 .section-1--block-sub {
  font-size: 11px;
}
.ap9-competitor-ppc .ap9-comp--section-1 .block-width-12 {
  max-width: 1200px;
}
.ap9-competitor-ppc .ap9-comp--section-1 p {
  margin-bottom: 0;
}
.ap9-competitor-ppc .ap9-comp--section-2 {
  min-height: 1100px;
  background: url("/wp-content/uploads/icons/flame-vector.svg") no-repeat right bottom;
  background-size: auto;
}
.ap9-competitor-ppc .ap9-comp--section-2 h2,
.ap9-competitor-ppc .ap9-comp--section-2 h3 {
  font-size: 48px;
  font-family: "Noto sans";
  font-weight: 400;
}

.ap9-pro-ms h1 {
  margin-bottom: unset !important;
}
.ap9-pro-ms .sub-head {
  font-size: 30px;
}
.ap9-pro-ms .intro-para {
  font-weight: 700;
  font-size: 25px;
  max-width: 750px;
}
.ap9-pro-ms .ap9-separator-line {
  max-width: 40%;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(75, 160, 223)), to(rgb(78, 206, 198)));
  background: linear-gradient(180deg, rgb(75, 160, 223) 1%, rgb(78, 206, 198) 100%);
  height: 3px;
  border: 0;
  opacity: unset;
}
.ap9-pro-ms .slider-container-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ap9-pro-ms .slider-container-first .slider-intro {
  font-size: 30px;
}
.ap9-pro-ms .slider-container-first .carousel {
  width: 1000px;
  margin: auto;
}
.ap9-pro-ms .slider-container-first .carousel .carousel-control-next,
.ap9-pro-ms .slider-container-first .carousel .carousel-control-prev {
  height: 376px;
}
.ap9-pro-ms .slider-container-first .carousel .carousel-indicators {
  bottom: 90px;
}
.ap9-pro-ms .slider-container-first .carousel .carousel-item .carousel-caption {
  position: static;
  padding-top: 3.25rem;
  padding-bottom: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
.ap9-pro-ms .slider-container-first .carousel .carousel-item .icon {
  width: 50px;
}
.ap9-pro-ms .slider-container-first .carousel .carousel-item .main-img {
  max-width: 800px;
  border-radius: 20px;
  margin: auto;
}
.ap9-pro-ms .video-container-outer video {
  border-radius: 20px;
}
.ap9-pro-ms .other-tech-container .wp-block-columns {
  margin-bottom: unset;
}
.ap9-pro-ms .accessories-container img {
  margin: auto;
}
.ap9-pro-ms .accessories-container .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ap9-pro-ms .accessories-container .carousel-dark .carousel-caption {
  color: inherit;
  bottom: -1.75rem;
}

.ap9-pro-quote blockquote {
  background-color: unset;
}
.ap9-pro-quote blockquote::before {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  padding-left: 1px;
}
.ap9-pro-quote blockquote::after {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background-image: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  padding-left: 1px;
}

.blorgot .vid-sm {
  max-width: 400px;
  margin: auto;
}
.blorgot .unified-sol .wp-block-column {
  min-height: 400px;
}
.blorgot .unified-sol .wp-block-column h3 {
  font-family: "SharpSans-Medium";
  font-size: 27px;
}
.blorgot .unified-sol .wp-block-column figure {
  min-height: 170px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* TODO: Remove these two lines once the correct header is in place */
/* This CSS is targetting the specific page on my local */
.postid-110556 header#masthead {
  height: 270px;
  position: relative;
}

.activpanel9 {
  /* These 2 look similiar but they have to account for the weird way WP handles images horizontal and vertical*/
}
@media (min-width: 1400px) {
  .activpanel9 .container,
  .activpanel9 .container-lg,
  .activpanel9 .container-md,
  .activpanel9 .container-sm,
  .activpanel9 .container-xl,
  .activpanel9 .container-xxl,
  .activpanel9 .comparison-container {
    max-width: 1100px;
  }
}
@media (max-width: 992px) {
  .activpanel9 .container,
  .activpanel9 .container-lg,
  .activpanel9 .container-md,
  .activpanel9 .container-sm {
    max-width: 800px;
  }
}
.activpanel9 ul {
  line-height: 1.6;
  padding-left: 1rem;
  text-wrap: pretty;
}
.activpanel9 ul li {
  line-height: 1.3;
  padding-bottom: 5px;
}
.activpanel9 figure {
  text-align: center;
}
.activpanel9 h3:not(.accordion-header) {
  max-width: 437px;
}
.activpanel9 .activpanel9--hero figure,
.activpanel9 .activpanel9--hero .wp-block-image {
  margin-bottom: 0;
}
.activpanel9 .activpanel9--hero h2 {
  font-size: 30px;
}
.activpanel9 .activpanel9--hero--col-1 {
  z-index: 1;
  height: 259px;
  top: 53px;
  position: relative;
  margin-bottom: 0;
}
.activpanel9 .activpanel9--hero--col-1 h3 {
  max-width: none;
}
@media (min-width: 1100px) {
  .activpanel9 .activpanel9__text-container {
    margin-bottom: -90px;
    z-index: 1;
    position: relative;
    background-color: transparent;
  }
}
.activpanel9 .activpanel9--statement {
  background: -webkit-gradient(linear, right top, left top, from(#f56063), to(#9706f6));
  background: linear-gradient(270deg, #f56063 0%, #9706f6 100%);
  place-items: center;
  color: white;
  margin-bottom: 0;
  padding: 20px;
}
.activpanel9 .activpanel9--statement h3 {
  max-width: 854px;
  margin: 0 auto;
}
.activpanel9 .activpanel9--blocks {
  padding: 8rem 0 5rem 0;
}
.activpanel9 .activpanel9--blocks figure.featured-image {
  width: 100%;
}
.activpanel9 .activpanel9--blocks figure.featured-image img {
  width: 100%;
}
.activpanel9 .activpanel9--blocks--horizontal .featured-image figure {
  width: 100%;
}
.activpanel9 .activpanel9--blocks--horizontal .featured-image figure img {
  width: 100%;
}
.activpanel9 .block-three ul,
.activpanel9 .block-five ul {
  margin-top: 100px;
}
@media (max-width: 782px) {
  .activpanel9 .block-three ul,
  .activpanel9 .block-five ul {
    margin-top: 0;
  }
}
@media (max-width: 782px) {
  .activpanel9 .block-two .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .activpanel9 .block-two .wp-block-columns h2,
  .activpanel9 .block-two .wp-block-columns h3 {
    text-align: center;
  }
}
.activpanel9 .block-two .container,
.activpanel9 .block-four .container {
  gap: 50px;
}
.activpanel9 .block-two .container .activpanel-9--image-column,
.activpanel9 .block-four .container .activpanel-9--image-column {
  margin-left: 0;
}
.activpanel9 .activpanel-9--callouts {
  width: 400px;
}
.activpanel9 .activpanel-9--callouts figure {
  margin: 5px;
}
.activpanel9 .activpanel-9--callouts p {
  line-height: 1.2;
}
.activpanel9 .activpanel-9--callouts .wp-block-column {
  width: 81px;
  text-align: center;
}
.activpanel9 .activpanel-9--callouts .wp-block-column .wp-block-group__inner-container {
  width: 110px;
  font-weight: bold;
  color: #ef37a0;
}
.activpanel9 .block-five .activpanel-9--callouts {
  width: 480px;
}
@media (max-width: 782px) {
  .activpanel9 .block-one .activpanel-9--callouts,
  .activpanel9 .block-two .activpanel-9--callouts,
  .activpanel9 .block-three .activpanel-9--callouts,
  .activpanel9 .block-four .activpanel-9--callouts,
  .activpanel9 .block-five .activpanel-9--callouts {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }
  .activpanel9 .block-one .activpanel-9--callouts .wp-block-column,
  .activpanel9 .block-two .activpanel-9--callouts .wp-block-column,
  .activpanel9 .block-three .activpanel-9--callouts .wp-block-column,
  .activpanel9 .block-four .activpanel-9--callouts .wp-block-column,
  .activpanel9 .block-five .activpanel-9--callouts .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    margin-left: 0 !important;
  }
  .activpanel9 .block-one .activpanel-9--callouts .wp-block-column p,
  .activpanel9 .block-two .activpanel-9--callouts .wp-block-column p,
  .activpanel9 .block-three .activpanel-9--callouts .wp-block-column p,
  .activpanel9 .block-four .activpanel-9--callouts .wp-block-column p,
  .activpanel9 .block-five .activpanel-9--callouts .wp-block-column p {
    min-height: 48px;
  }
  .activpanel9 .block-one .activpanel-9--callouts .wp-block-column .wp-block-group__inner-container,
  .activpanel9 .block-two .activpanel-9--callouts .wp-block-column .wp-block-group__inner-container,
  .activpanel9 .block-three .activpanel-9--callouts .wp-block-column .wp-block-group__inner-container,
  .activpanel9 .block-four .activpanel-9--callouts .wp-block-column .wp-block-group__inner-container,
  .activpanel9 .block-five .activpanel-9--callouts .wp-block-column .wp-block-group__inner-container {
    width: 110px;
    font-weight: bold;
    color: #ef37a0;
  }
  .activpanel9 .block-one h3,
  .activpanel9 .block-two h3,
  .activpanel9 .block-three h3,
  .activpanel9 .block-four h3,
  .activpanel9 .block-five h3 {
    max-width: 370px;
    margin: auto;
  }
  .activpanel9 .block-one ul,
  .activpanel9 .block-two ul,
  .activpanel9 .block-three ul,
  .activpanel9 .block-four ul,
  .activpanel9 .block-five ul {
    margin-top: 0;
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    line-height: 2;
    padding-left: 0;
  }
  .activpanel9 .block-five .activpanel-9--callouts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .activpanel9 .block-two .container,
  .activpanel9 .block-five .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .activpanel9 .block-two .container figure.featured-image img,
  .activpanel9 .block-five .container figure.featured-image img {
    width: initial;
  }
  .activpanel9 .block-two .container .activpanel-9--text-column,
  .activpanel9 .block-five .container .activpanel-9--text-column {
    margin-top: 0;
  }
  .activpanel9 .block-two .container ul,
  .activpanel9 .block-five .container ul {
    margin-top: 3rem;
  }
}
@media (max-width: 782px) and (max-width: 782px) {
  .activpanel9 .block-two .container ul,
  .activpanel9 .block-five .container ul {
    margin-top: 0;
  }
}
@media (max-width: 782px) {
  .activpanel9 .block-three .container,
  .activpanel9 .block-four .container,
  .activpanel9 .block-five .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .activpanel9 .block-three .container h2,
  .activpanel9 .block-three .container h3,
  .activpanel9 .block-four .container h2,
  .activpanel9 .block-four .container h3,
  .activpanel9 .block-five .container h2,
  .activpanel9 .block-five .container h3 {
    text-align: center;
  }
  .activpanel9 .block-three .container figure img,
  .activpanel9 .block-four .container figure img,
  .activpanel9 .block-five .container figure img {
    max-width: 530px;
  }
}
.activpanel9 video {
  border-radius: 20px;
}
.activpanel9 .ap--video-text a {
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.activpanel9 .video-container {
  position: relative;
}
.activpanel9 .video-container #play-pause-nav {
  position: absolute;
  bottom: 4%;
  right: 3%;
  font-size: 50px;
  color: #F2F2F2;
}
.activpanel9 #play-pause-nav:not(.playing) .fa-pause-circle,
.activpanel9 #play-pause-nav.playing .fa-play-circle {
  display: none;
}

[lang^=de] .activpanel9 .activpanel-9--callouts {
  width: 500px;
}
[lang^=de] .activpanel9 .activpanel-9--callouts .wp-block-column .wp-block-group__inner-container {
  width: 160px;
}

.interactive-displays__page .content--container {
  position: relative;
  top: -60px;
}
.interactive-displays__page .content--container .purple-cards .wp-block-cover__inner-container {
  width: 90% !important;
  top: 65%;
  position: absolute;
}

.learning_transformed--hero {
  background-image: url(https://prw.local/wp-content/uploads/2022/05/Fireshade_Background-1-1-1.jpg);
  background-image: url(https://www.prometheanworld.com/wp-content/uploads/2022/05/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 600px;
  place-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.learning_transformed--hero h1 {
  margin-bottom: 10px !important;
  min-width: 442px;
}

.learning_transformed--hero h2 {
  min-width: 417px;
  margin-bottom: 15px !important;
}

.learning_transformed--hero--copy-para {
  margin-bottom: 15px !important;
  max-width: 554px;
}

.learning_transformed--hero :is(h1, h2, p) {
  color: #ffffff;
}

.learning_transformed--hero figure {
  -ms-grid-row-align: end !important;
  -ms-grid-column-align: end !important;
  place-self: end !important;
  -ms-flex-item-align: end;
      align-self: end;
  /*testing different way of positioning the image */
  position: relative;
  bottom: 0;
  right: -20px;
}
@media (min-width: 800px) {
  .learning_transformed--hero figure {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.learning_transformed--hero .wp-block-media-text__content {
  padding-bottom: 25px;
  color: #fff;
  padding-left: 0;
  z-index: 1;
}

.learning_transformed--hero--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  max-width: 328px;
}

.learning_transformed--hero--buttons .wp-block-column {
  margin-left: 0 !important;
}

.learning_transformed--hero .wp-block-button {
  font-size: 15px;
}

.learning_transformed--hero .wp-block-button__link {
  font-weight: bold;
}

.learning_transformed--hero .watch-the-video {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
}

.learning_transformed--hero--features {
  margin-top: 60px;
  margin-bottom: 80px;
}
.learning_transformed--hero--features h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #472645;
  padding-bottom: 10px;
}
.learning_transformed--hero--features p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
}
.learning_transformed--hero--features .wp-block-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
.learning_transformed--hero--features .wp-block-columns .wp-block-column {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 30px;
  margin: 0 !important;
}
.learning_transformed--hero--features .wp-block-columns .wp-block-column h4, .learning_transformed--hero--features .wp-block-columns .wp-block-column p {
  text-align: left;
}
.learning_transformed--hero--features .wp-block-columns .wp-block-column h4 {
  font-size: 22px;
}
.learning_transformed--hero--features .wp-block-columns .wp-block-column figure {
  display: inline-block;
}
.learning_transformed--hero--features .wp-block-columns .wp-block-column figure img {
  height: 60px;
  width: auto;
}
.learning_transformed--hero--features .wp-block-columns .learning_transformed-g1, .learning_transformed--hero--features .wp-block-columns .learning_transformed-g2 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.learning_transformed--hero--features .wp-block-columns .learning_transformed-g3, .learning_transformed--hero--features .wp-block-columns .learning_transformed-g4, .learning_transformed--hero--features .wp-block-columns .learning_transformed-g5 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media (max-width: 781px) {
  .learning_transformed--hero--features .wp-block-columns .wp-block-column {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.learning_transformed--hero--features .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
  margin-left: 0;
}

.learning_transformed--hero--features-text {
  margin-top: 70px;
}
.learning_transformed--hero--features-text h1 {
  margin-bottom: 20px !important;
}
.learning_transformed--hero--features-text h2 {
  max-width: 1180px;
  margin: auto;
}

.learning_transformed--hero--freedom {
  background: rgb(255, 255, 255);
}
@media (max-width: 800px) {
  .learning_transformed--hero--freedom {
    padding-top: 3rem;
  }
}
@media (min-width: 800px) {
  .learning_transformed--hero--freedom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(9%, rgb(255, 255, 255)), color-stop(9%, rgb(242, 242, 242)), color-stop(90%, rgb(242, 242, 242)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 9%, rgb(242, 242, 242) 9%, rgb(242, 242, 242) 90%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }
}
.learning_transformed--hero--freedom .wp-block-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.learning_transformed--hero--freedom h2 {
  margin-bottom: 0 !important;
}
.learning_transformed--hero--freedom h2#h-the-power-to-learn {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#F56063), to(#9706F6));
  background-image: linear-gradient(270deg, #F56063 0%, #9706F6 100%);
}
.learning_transformed--hero--freedom p {
  padding-top: 20px;
}
.learning_transformed--hero--freedom a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}
.learning_transformed--hero--freedom figure {
  margin: 0;
}
.learning_transformed--hero--freedom .wp-block-columns {
  margin-bottom: 0;
  height: 389px;
}

.learning_transformed--hero--quote {
  margin-top: 90px;
  margin-bottom: 50px;
}
.learning_transformed--hero--quote h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px !important;
}

.mm_product {
  /* Slideshow container */
  /* Slides */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* The dot/bullet/indicator container */
  /* The dots/bullets/indicators */
  /* Add a background color to the active dot/circle */
  /* Add an italic font style to all quotes */
  /* Add a blue color to the author */
}
.mm_product .hero__video {
  max-width: 100%;
  width: 100vw;
  height: 67vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -1px;
  padding-right: 3px;
}
.mm_product .hero__title {
  margin: -240px auto;
  width: 17ch;
  text-align: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 800px) {
  .mm_product .hero__title {
    font-size: 2.5rem;
  }
}
.mm_product .hero__subtitle {
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .mm_product .hero__subtitle {
    font-size: 1.25rem;
  }
}
.mm_product .meet-merlyn-bg {
  background: url("/wp-content/uploads/2022/11/product-shot.png") no-repeat;
  background-size: cover;
  height: 782px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.mm_product .meet-merlyn-bg h2 {
  position: relative;
  top: 17rem;
}
.mm_product .hero-messaging {
  margin-bottom: 9rem;
}
.mm_product .hero-messaging h1 {
  font-size: 1.9rem;
  text-align: center;
  width: 45ch;
  margin: auto;
}
@media screen and (max-width: 995px) {
  .mm_product .hero-messaging h1 {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .mm_product .block-one .wp-container-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mm_product .block-three img {
  max-width: 365px;
}
@media screen and (max-width: 782px) {
  .mm_product .block-three .wp-container-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 782px) {
  .mm_product .block-three .wp-container-17 figure {
    text-align: center;
  }
}
.mm_product .block-four {
  background: url("/wp-content/uploads/2022/11/product-shot-bg.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 782px) {
  .mm_product .block-five .wp-container-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 782px) {
  .mm_product .block-five .wp-container-26 figure {
    text-align: center;
  }
}
@media screen and (max-width: 782px) {
  .mm_product .content-block figure img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 782px) {
  .mm_product .block-three figure img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mm_product .slideshow-container {
  position: relative;
}
.mm_product .mySlides {
  display: none;
  padding: 20px 80px 0 80px;
}
.mm_product .prev, .mm_product .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #472645;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mm_product .next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.mm_product .dot-container {
  text-align: center;
  padding-bottom: 50px;
}
.mm_product .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.mm_product .active, .mm_product .dot:hover {
  background-color: #717171;
}
.mm_product q {
  font-style: italic;
}
.mm_product .author {
  color: #472645;
}
.mm_product q {
  background-color: white;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5;
  font-weight: 500;
}

.ap9pro .ap9-pro-hero {
  background: url(/wp-content/uploads/2023/01/wavey-lines.png);
  background-repeat: no-repeat;
  background-position-y: 80%;
  background-size: contain;
}

/*
From fresh local
*/
@media (max-width: 62.5em) {
  .activpanel-lx .pro-table .accordion-item .col-md-6:first-of-type p,
  .activpanel-lx .pro-table .accordion-item .col-md-6:first-of-type img {
    margin-right: 10px;
    margin-right: initial;
  }
}
.activpanel-lx h1#h-activpanel-lx {
  font-size: clamp(2.63rem, 6.5vw + 1rem, 6.63rem) !important;
}
.activpanel-lx h2 {
  font-size: clamp(1.63rem, 1.5vw + 1rem, 2.7rem) !important;
}
.activpanel-lx .hero-new .messaging {
  padding-top: 4rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 3rem;
}
.activpanel-lx .hero-new .messaging h1 {
  margin-bottom: 1.5rem !important;
  font-size: 106px;
}
.activpanel-lx .hero-new .messaging h2 {
  font-family: "Noto Sans", "Sharp Sans No1 Bold", sans-serif;
  font-weight: 400;
  margin-bottom: 2.4rem !important;
}
.activpanel-lx .hero-new .messaging h1 {
  font-size: 2.8rem;
}
@media (min-width: 43.75em) {
  .activpanel-lx .hero-new .messaging h1 {
    font-size: 6rem;
  }
}
.activpanel-lx .hero-new .messaging h2 {
  font-size: 2rem;
}
@media (min-width: 43.75em) {
  .activpanel-lx .hero-new .messaging h2 {
    font-size: 3rem;
  }
}
.activpanel-lx .lx-hero-image img {
  width: 100%;
  max-width: 1088px;
  margin-right: 180px;
}
.activpanel-lx .hero-small {
  text-align: center;
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/09/30162855/APLX-Product-page-image-mobile_1123v2.png");
  background-position: center;
  background-size: cover;
  padding: 2rem;
  height: calc(100vh - 61px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 24.3125em) {
  .activpanel-lx .hero-small {
    padding-top: 2rem;
  }
}
@media (min-width: 36em) {
  .activpanel-lx .hero-small {
    padding: 3.5rem 3rem 3rem 3rem;
  }
}
@media (min-width: 43.75em) {
  .activpanel-lx .hero-small {
    background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/09/30162815/APLX-Product-page-image-Tablet_1123v2.png");
  }
}
@media (min-width: 65.6875em) {
  .activpanel-lx .hero-small {
    display: none;
  }
}
@media (min-width: 70em) {
  .activpanel-lx .hero-small {
    background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/09/30162612/APLX-Product-page-image_1123v2.png");
    padding: 5rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 120.625em) {
  .activpanel-lx .hero-small {
    background-position-y: -20px;
    padding-bottom: 5rem;
  }
}
@media (min-width: 130em) {
  .activpanel-lx .hero-small {
    padding-bottom: 3rem;
  }
}
@media (min-width: 138.375em) {
  .activpanel-lx .hero-small {
    background-position-y: -60px;
  }
}
@media (min-width: 143.75em) {
  .activpanel-lx .hero-small {
    background-position-y: -90px;
  }
}
.activpanel-lx .hero-small h1 {
  font-size: 2.8rem;
}
@media (min-width: 43.75em) {
  .activpanel-lx .hero-small h1 {
    font-size: 6rem;
  }
}
.activpanel-lx .hero-small h2 {
  font-size: 2rem;
}
@media (min-width: 43.75em) {
  .activpanel-lx .hero-small h2 {
    font-size: 3rem;
  }
}
.activpanel-lx .hero-small button {
  background: white;
  color: #472645;
  border-radius: 30px;
  border: none;
  padding: 15px 20px;
  font-weight: bold;
  width: 200px;
  margin: auto;
}
.activpanel-lx .hero-small .messaging-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.activpanel-lx .hero-small .messaging-container .top-section,
.activpanel-lx .hero-small .messaging-container .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.activpanel-lx .hero-small .messaging-container .top-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.activpanel-lx .hero-small .messaging-container .bottom-section {
  margin-top: auto;
  padding-bottom: 6px;
}
@media (min-width: 120.625em) {
  .activpanel-lx .hero-small .messaging-container .bottom-section {
    padding-bottom: 0;
  }
}
.activpanel-lx .hero-small h1.activpanel-lx-gradient-title {
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  color: transparent !important;
  line-height: 117% !important;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(264.17deg, #407cc3 17.93%, #9955c6 76.13%);
}
@media (max-width: 48.875em) {
  .activpanel-lx .hero-small .activpanel-lx-2-column-image-left .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 35.9375em) {
  .activpanel-lx .hero-small .activpanel-lx-2-column-image-left,
  .activpanel-lx .hero-small .activpanel-lx-2-column-image-right {
    padding: 0 20px;
  }
}
.activpanel-lx .hero-small p {
  font-size: 1.125rem;
  line-height: 25px;
}
.activpanel-lx .hero-small .activpanel-lx-2-column h3 {
  font-size: 1.375rem;
  line-height: 29px;
}
.activpanel-lx .hero-large {
  text-align: center;
}
@media (max-width: 65.6875em) {
  .activpanel-lx .hero-large {
    display: none;
  }
}
.activpanel-lx .hero-large .messaging {
  padding-top: 4rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 3rem;
}
.activpanel-lx .hero-large .messaging h1 {
  margin-bottom: 1.5rem !important;
  font-size: clamp(2.63rem, 6.5vw + 1rem, 6.63rem) !important;
}
.activpanel-lx .hero-large .messaging h2 {
  font-family: "Noto Sans", "Sharp Sans No1 Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 2.4rem !important;
}
.activpanel-lx .hero-large .messaging button {
  background: #472645;
  color: white;
  border-radius: 30px;
  border: none;
  padding: 15px 20px;
  font-weight: bold;
  min-width: 200px;
  margin: auto;
}
.activpanel-lx .hero-large .bg-container {
  text-align: center;
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/09/30162612/APLX-Product-page-image_1123v2.png");
  background-position: center;
  background-size: cover;
  padding: 2rem;
  height: calc(70vh - 61px);
  min-height: 990px;
}
@media (min-width: 131.25em) {
  .activpanel-lx .hero-large .bg-container {
    background-position-y: -140px;
  }
}
.activpanel-lx .hero-large.hero-large-uk .bg-container {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/09/30162612/APLX-Product-page-image_1123v2.png");
}
.activpanel-lx .activpanel-lx--statement {
  background: linear-gradient(112.41deg, #9955c6 0%, #9058c5 18%, #7962c4 47%, #5373c3 83%, #407cc3 100%);
  place-items: center;
  color: white;
  margin-bottom: 0;
  padding: 20px;
}
.activpanel-lx .activpanel-lx--statement h3 {
  max-width: 1284px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.3rem;
  line-height: 31px !important;
}
@media (min-width: 70em) {
  .activpanel-lx .activpanel-lx--statement h3 {
    text-align: center;
  }
}
@media (min-width: 56.25em) {
  .activpanel-lx .activpanel-lx--statement h3 {
    font-size: 1.938rem !important;
    line-height: 41px !important;
  }
}
.activpanel-lx .hero-gb {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/09/30162612/APLX-Product-page-image_1123v2.png") !important;
}

.sot-2023 {
  /* MODAL */
}
.sot-2023 .width-100 {
  left: 51.5%;
}
@media (min-width: 900px) {
  .sot-2023 .width-100 {
    left: 50%;
  }
}
.sot-2023 .hero-card::before {
  display: none;
}
.sot-2023 .download-report-btn {
  border-radius: 30px;
  padding: 15px 20px;
  font-weight: bold;
  border: none;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.sot-2023 .download-report-btn-primary {
  margin: 0;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgb(240, 56, 159)), color-stop(99%, rgb(255, 56, 0)));
  background: linear-gradient(90deg, rgb(240, 56, 159) 0%, rgb(255, 56, 0) 99%);
}
.sot-2023 .download-report-btn-plum {
  background-color: #472645;
  color: white;
}
.sot-2023 .download-report-btn-white {
  background-color: white;
  color: #472645;
}
.sot-2023 .sot-section.sot-section-hero {
  background-image: url("/wp-content/uploads/2023/03/SoT_LP_Header_mobile_0223v1-1.jpg");
  background-position: 56%;
  background-size: cover;
  padding: 1rem;
}
@media (min-width: 900px) {
  .sot-2023 .sot-section.sot-section-hero {
    background-image: url("/wp-content/uploads/2023/03/Header.jpg");
  }
}
.sot-2023 .sot-section.sot-section-hero h1 {
  max-width: 17ch;
  font-size: 4rem;
  line-height: 76px !important;
}
@media (max-width: 1299px) {
  .sot-2023 .sot-section.sot-section-hero h1 {
    font-size: 4rem;
    line-height: 76px !important;
  }
}
@media (max-width: 850px) {
  .sot-2023 .sot-section.sot-section-hero h1 {
    font-size: 3rem;
    line-height: 55px !important;
  }
}
.sot-2023 .sot-section.sot-section-hero h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "sharp sans", "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  max-width: 23ch;
}
@media (max-width: 1299px) {
  .sot-2023 .sot-section.sot-section-hero h2 {
    font-size: 2rem;
    line-height: 38px !important;
  }
}
@media (max-width: 850px) {
  .sot-2023 .sot-section.sot-section-hero h2 {
    font-size: 1.7rem;
    line-height: 67px;
    line-height: 34px !important;
  }
}
.sot-2023 .sot-section.sot-section-hero p {
  text-align: left;
}
.sot-2023 .sot-section.sot-section-hero .wp-block-group__inner-container {
  max-width: 1100px;
}
@media (min-width: 900px) {
  .sot-2023 .sot-section.sot-section-hero .wp-block-group__inner-container {
    position: relative;
    right: 40px;
  }
}
@media (min-width: 1000px) {
  .sot-2023 .sot-section.sot-section-hero .wp-block-group__inner-container {
    position: relative;
    right: 60px;
  }
}
@media (min-width: 1100px) {
  .sot-2023 .sot-section.sot-section-hero .wp-block-group__inner-container {
    position: relative;
    right: 90px;
  }
}
@media (min-width: 1300px) {
  .sot-2023 .sot-section.sot-section-hero .wp-block-group__inner-container {
    position: relative;
    right: 150px;
  }
}
@media (max-width: 1299px) {
  .sot-2023 .sot-section.sot-section-hero {
    height: 700px;
  }
}
@media (min-width: 1300px) {
  .sot-2023 .sot-section.sot-section-hero {
    height: 84vh;
  }
}
.sot-2023 .sot-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  padding: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sot-2023 .sot-section .wp-block-buttons {
  margin-top: 35px;
}
.sot-2023 .sot-section h3 {
  font-size: 2.5rem;
}
.sot-2023 .sot-section p {
  max-width: 34ch;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120% !important;
  font-family: "Noto Sans Display Medium", "sharp sans", "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
}
@media (min-width: 900px) {
  .sot-2023 .sot-section p {
    font-size: 1.875rem;
  }
}
@media (min-width: 700px) {
  .sot-2023 .sot-section p {
    max-width: 34ch;
  }
}
.sot-2023 .sot-section section {
  margin-top: 6rem;
}
.sot-2023 .sot-section section .progress-bar {
  width: 350px;
  margin: auto;
  height: 29px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(74, 160, 222)), color-stop(50%, rgb(0, 200, 176)), color-stop(50%, rgb(242, 242, 242)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(74, 160, 222) 0%, rgb(0, 200, 176) 50%, rgb(242, 242, 242) 50%, rgb(255, 255, 255) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-transition: background-position 2s ease-in-out;
  transition: background-position 2s ease-in-out; /* Adjust the duration and easing function to your preference */
}
@media (min-width: 770px) {
  .sot-2023 .sot-section section .progress-bar {
    width: 730px;
  }
}
@media (min-width: 900px) {
  .sot-2023 .sot-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: fit-content;
        flex-basis: fit-content;
  }
}
.sot-2023 .sot-section .stats-column {
  gap: 20px;
  margin-top: 30px;
}
.sot-2023 .sot-section .stats-column p {
  text-align: center;
}
.sot-2023 .sot-section .stats-column h4 {
  text-align: center;
  font-size: 4rem;
}
.sot-2023 .sot-section .stats-column .sot-stats-text {
  font-size: 1rem;
}
@media (min-width: 780px) {
  .sot-2023 .sot-section .stats-column p {
    font-size: 1.5rem;
  }
  .sot-2023 .sot-section .stats-column .sot-stats-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .sot-2023 .sot-section .stats-column h4 {
    font-size: 8rem;
    width: 280px;
  }
}
.sot-2023 .sot-section.sot-section-about {
  background-image: url("/wp-content/uploads/2023/03/radial-1.png");
  background-position-y: 111%;
}
.sot-2023 .sot-section.sot-section-about .wp-block-group__inner-container {
  top: -86px;
  position: relative;
}
.sot-2023 .sot-section.sot-section-social {
  background-image: url("/wp-content/uploads/2023/03/SoT_LP_section_3_bg_mobile_0223v1-1.jpg");
  background-position: 34%;
  background-size: cover;
}
@media (min-width: 1200px) {
  .sot-2023 .sot-section.sot-section-social {
    background-image: url("/wp-content/uploads/2023/03/Social-emotional-learning.jpg");
  }
}
.sot-2023 .sot-section.sot-section-social h3,
.sot-2023 .sot-section.sot-section-social p {
  color: #fff;
  margin: auto;
}
.sot-2023 .sot-section.sot-section-social h4 {
  letter-spacing: 0em;
  background-image: -webkit-gradient(linear, right top, left top, from(#00c8bb), to(#4aa0de));
  background-image: linear-gradient(270deg, #00c8bb 0%, #4aa0de 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.sot-2023 .sot-section.sot-section-social .stats-column {
  margin-top: 30px;
}
.sot-2023 .sot-section.sot-section-staff {
  background-image: url("/wp-content/uploads/2023/03/geometric-shape-grey.png");
  background-position: left;
}
.sot-2023 .sot-section.sot-section-staff h3,
.sot-2023 .sot-section.sot-section-staff p {
  margin: auto;
}
.sot-2023 .sot-section.sot-section-staff .stats-column {
  margin-top: 30px;
}
.sot-2023 .sot-section.sot-section-staff .stats-column h4 {
  letter-spacing: 0em;
  background-image: -webkit-gradient(linear, right top, left top, from(#00c8bb), to(#4aa0de));
  background-image: linear-gradient(270deg, #00c8bb 0%, #4aa0de 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.sot-2023 .sot-section.sot-section-future {
  background-image: url("/wp-content/uploads/2023/03/future-of-educaton-bg.jpg");
}
.sot-2023 .sot-section.sot-section-future h3,
.sot-2023 .sot-section.sot-section-future p {
  color: #fff;
  margin: auto;
}
.sot-2023 .sot-section.sot-section-future .stats-column {
  margin-top: 30px;
}
.sot-2023 .sot-section.sot-section-future .stats-column h4::before {
  content: "#";
  font-size: 50%;
  font-style: italic;
  position: relative;
  padding-right: 10px;
  top: -0.72em;
  letter-spacing: 0em;
  background-image: -webkit-gradient(linear, right top, left top, from(#00c8bb), to(#4aa0de));
  background-image: linear-gradient(270deg, #00c8bb 0%, #4aa0de 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.sot-2023 .sot-section.sot-section-future .sot-section-education-stats-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.sot-2023 .sot-section.sot-section-future h4 {
  letter-spacing: 0em;
  background-image: -webkit-gradient(linear, right top, left top, from(#00c8bb), to(#4aa0de));
  background-image: linear-gradient(270deg, #00c8bb 0%, #4aa0de 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.sot-2023 .modal {
  padding: 0 2rem !important;
  overflow: hidden;
}
.sot-2023 .modal-content {
  border-radius: 25px;
}
.sot-2023 .modal-dialog {
  max-width: 1100px;
}
.sot-2023 .modal-body {
  padding: 0;
}
.sot-2023 .modal-body .row {
  margin: 0;
}
.sot-2023 .sot-modal-form {
  max-height: 940px;
  overflow: hidden;
}
.sot-2023 .sot-modal-form h4 {
  position: relative;
  top: 1rem;
  padding-bottom: 6px;
  padding-left: 1rem;
  padding-top: 1rem;
}
.sot-2023 .sot-modal-bg {
  max-height: 940px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 23px;
}

.wired-campaign {
  /* Mobile view */
  /* Add your existing styles below this line */
}
.wired-campaign .wired_hero {
  background: url("https://cdn.prometheanworld.com/wp-content/uploads/2023/09/22145131/WIRED_hero-new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 16/9;
  max-height: 80vh;
  z-index: 1;
}
.wired-campaign .wired_hero:before {
  content: "";
  /* Required for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the alpha value to control darkness */
  pointer-events: none;
  z-index: 0;
  display: none;
}
@media (max-width: 900px) {
  .wired-campaign .wired_hero:before {
    display: block;
  }
}
@media (max-width: 770px) {
  .wired-campaign .wired_hero {
    height: 30vh;
    padding: 40px;
  }
}
.wired-campaign .wired_hero .container {
  z-index: 2;
}
.wired-campaign .wired_hero .wired_hero__title {
  color: white;
  font-size: calc(4vh + 2.5rem);
  width: 10ch;
  font-family: "Sharp sans medium", "SharpSans-Semibold", sans-serif;
}
@media (max-width: 1450px) {
  .wired-campaign .wired_hero .wired_hero__title {
    font-size: calc(4vh + 2rem);
  }
}
@media (max-width: 980px) {
  .wired-campaign .wired_hero .wired_hero__title {
    font-size: calc(3vh + 1em);
    margin-bottom: 0 !important;
  }
}
.wired-campaign .wired__subtitle {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  font-weight: 500;
  max-width: 900px;
  margin: auto;
  text-wrap: balance;
  padding: 60px 0;
  padding-bottom: 80px;
}
@media (min-width: 900px) {
  .wired-campaign .wired__subtitle {
    padding: 96px 0;
    font-size: 32px;
  }
}
.wired-campaign .wired__reasons-title {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px !important;
  text-wrap: balance;
}
@media (max-width: 992px) {
  .wired-campaign .wired__reasons-title {
    margin-bottom: 40px !important;
  }
}
.wired-campaign .wired__reasons .wired__reasons__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.wired-campaign .wired__reasons .wired__reasons__col-1 .wp-block-group h2 {
  color: #472645;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120% !important;
  margin-bottom: 15px !important;
  margin-top: 30px;
  text-wrap: balance;
}
.wired-campaign .wired__form-wrapper {
  background: #f2f2f2;
  padding: 14px;
  border-radius: 15px;
  padding-top: 4rem;
  position: sticky;
  top: 140px;
}
.wired-campaign .wired__form-wrapper h3 {
  font-size: 2.5rem;
}
.wired-campaign .wired__form-wrapper p {
  text-wrap: balance;
}
.wired-campaign .pardot-form-container {
  position: sticky;
  top: 0px;
  background: #f2f2f2;
  border-radius: 15px;
}
.wired-campaign .wired_quote {
  background-color: #190F1A;
  background-image: url("/wp-content/uploads/2023/09/Fire-Transform-Blue_V1-1.svg");
  background-position: right center;
  background-repeat: no-repeat;
  height: 425px;
  border-radius: 15px;
  margin: 96px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}
.wired-campaign .wired_quote__quote-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  color: white;
  font-family: "Noto Sans", sans-serif;
  width: 37ch;
  text-wrap: balance;
  position: relative;
}
@media (max-width: 770px) {
  .wired-campaign .wired_quote__quote-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.wired-campaign .wired_quote__quote-title:before {
  content: " ";
  background-image: url("/wp-content/uploads/2023/09/quote_symbol.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
  position: absolute;
  top: -40px;
  left: 0;
}
.wired-campaign .wired_quote__quote-author {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.wired-campaign .wired__top-tools {
  margin-top: 4rem;
}
.wired-campaign .wired__top-tools span,
.wired-campaign .wired__top-tools img {
  border-radius: 15px;
}
.wired-campaign .wired__top-tools p {
  text-wrap: balance;
}
.wired-campaign .wired__transform {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-top: 4rem;
}
@media (max-width: 995px) {
  .wired-campaign .wired__transform {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 0;
  }
}
@media (max-width: 995px) {
  .wired-campaign .wired__transform .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}
.wired-campaign .wired__transform h2 {
  color: #472645;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0 !important;
  line-height: initial !important;
}
.wired-campaign .wired__transform a {
  background: #472644;
  text-decoration: none;
  border-radius: 60px;
  color: white;
  padding: 6px 20px;
  font-size: 26px;
  margin-left: auto;
  line-height: initial;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 995px) {
  .wired-campaign .wired__transform a {
    margin-left: initial;
  }
}
.wired-campaign .wired__transform .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.wired-campaign .top-tools-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 59% 1rem 40%;
  grid-template-columns: 59% 40%;
  -ms-grid-rows: auto 1rem auto;
  grid-template-rows: auto auto;
  gap: 1rem;
  margin-bottom: 6rem;
}
.wired-campaign .top-tools-grid-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.wired-campaign .top-tools-grid-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.wired-campaign .top-tools-grid-container > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.wired-campaign .top-tools-grid-container > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.wired-campaign .article-link {
  text-decoration: none;
  color: inherit;
  /* use the same color as the parent element */
}
.wired-campaign .grid-item {
  background-color: #f2f2f2;
  padding: 1rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 1rem;
}
.wired-campaign .grid-item h3 {
  font-size: 32px;
  margin-top: 27px;
  margin-bottom: 5px !important;
}
.wired-campaign .large {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  /* Take up only as much space as needed */
}
@media (max-width: 900px) {
  .wired-campaign .top-tools-grid-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    /* Define each row to be auto-height */
  }
  .wired-campaign .top-tools-grid-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wired-campaign .top-tools-grid-container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wired-campaign .top-tools-grid-container > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wired-campaign .large {
    -ms-grid-row-span: 1;
    grid-row: span 1;
    /* Adjust so it only spans one row */
    -ms-grid-row-align: start;
        align-self: start;
    /* Only takes up as much space as it needs */
  }
}
.wired-campaign img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wired-campaign .tech-we-use-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Vertically aligns the flex items */
  background-color: #f2f2f2;
  /* Sets the background color */
  padding: 3.5rem;
  /* Adds some padding */
}
.wired-campaign .tech-we-use-banner-container .tech-we-use-columns {
  margin-bottom: 0 !important;
}
.wired-campaign .tech-we-use-banner-container .tech-we-use-columns .wp-block-columns {
  margin-bottom: 0 !important;
}
.wired-campaign .tech-we-use-banner-container .tech-we-use-columns .tech-we-use-column h3 {
  text-wrap: balance;
}
@media (width < 900px) {
  .wired-campaign .tech-we-use-banner-container .tech-we-use-columns .tech-we-use-column h3,
  .wired-campaign .tech-we-use-banner-container .tech-we-use-columns .tech-we-use-column p {
    text-wrap: balance;
    text-align: center;
  }
}
.wired-campaign .tech-we-use-banner-container .tech-we-use-columns .tech-we-use-column h3 {
  margin-bottom: 1rem !important;
}
.wired-campaign .tech-we-use-banner-container .tech-we-use-columns .tech-we-use-column p {
  margin-bottom: 0 !important;
}
.wired-campaign .text-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  /* Does not grow, does not shrink, takes up 60% of container */
  padding: 20px;
  /* Adds some padding */
}
.wired-campaign .image-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  /* Does not grow, does not shrink, takes up 40% of container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Makes this a flex container too, to layout images horizontally */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Distributes the images evenly */
  padding: 20px;
  /* Adds some padding */
}
.wired-campaign .banner-image {
  width: auto;
  /* Keeps the image aspect ratio */
  height: 29px;
  /* Sets the height */
}

.canada-campaign h2 {
  margin-top: 5rem;
}
.canada-campaign h3 {
  font-family: "SharpSans-Medium", "sharp sans", sans-serif;
  max-width: 57vh;
  margin: auto;
}
.canada-campaign .hero {
  background-color: #f5f5f7;
  height: 48vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/wp-content/uploads/2023/12/AP9_Prem_amp_AP9_Comparison_R_0623v2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2rem;
  background-position-y: 85%;
}
@media (min-width: 650px) {
  .canada-campaign .hero {
    background-position-y: 92%;
    background-position-x: center;
    background-size: 640px;
  }
}
@media (min-width: 1100px) {
  .canada-campaign .hero {
    background-position-y: center;
    background-position-x: right;
    background-size: 50%;
  }
}
@media (min-width: 2000px) {
  .canada-campaign .hero {
    background-size: 1030px;
  }
}
@media (min-width: 2250px) {
  .canada-campaign .hero {
    background-size: 1120px;
  }
}
@media (min-width: 2500px) {
  .canada-campaign .hero {
    background-size: 1270px;
  }
}
.canada-campaign .hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1100px) {
  .canada-campaign .hero-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.canada-campaign .hero-wrapper .content {
  width: 100%;
}
@media (min-width: 1100px) {
  .canada-campaign .hero-wrapper .content {
    width: 50%;
  }
}
.canada-campaign .hero-wrapper .content h1 {
  margin-bottom: 1rem !important;
  font-family: "SharpSans-Medium", "sharp sans", sans-serif;
}
.canada-campaign .hero-wrapper .content p {
  font-size: 22px;
  text-wrap: balance;
}
.canada-campaign .hero-wrapper .content a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.canada-campaign .vidyard-player-container {
  border-radius: 20px;
}
.canada-campaign .state-of-tech p {
  max-width: 30ch;
  margin: auto;
  padding-bottom: 10px;
}
.canada-campaign .edtech-experts .bio img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/10;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.canada-campaign .edtech-experts li {
  padding: 5px 0;
  padding: 5px 0;
  max-width: 33ch;
  margin: auto;
}
.canada-campaign .canada-testimonial {
  background-color: #472645;
  border-radius: 15px;
  margin: 96px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
@media (min-width: 1000px) {
  .canada-campaign .canada-testimonial {
    background-image: url("/wp-content/uploads/2023/09/purple-lines.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding: 4rem;
  }
}
.canada-campaign .canada-testimonial p {
  color: white;
  font-size: 18px;
}
@media (min-width: 1000px) {
  .canada-campaign .canada-testimonial p {
    font-size: 22px;
  }
}
.canada-campaign .canada-testimonial p.testimonial-body:before {
  content: "“";
  color: #D84F96;
  font-family: Sharp Sans;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  height: 100px;
  display: block;
  padding-bottom: 10px;
}
.canada-campaign .canada-testimonial p.canada-testimonial-author {
  font-family: "SharpSans-Medium", "sharp sans", sans-serif;
  padding-top: 20px;
}

.new-home #content {
  min-height: initial;
}
.new-home .hero .hero-content-wrapper {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
}
.new-home .hero .hero-content-wrapper h1 {
  max-width: 12ch;
}
.new-home .hero video {
  width: 100%;
}
.new-home .hero h1 {
  color: white;
  font-family: "SharpSans-Medium", "SharpSans-Semibold", sans-serif;
  font-size: 50px;
  font-weight: 500;
}
.new-home .hero h1 .word {
  display: inline-block;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.new-home .hero h1 .word-enter {
  opacity: 0;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
  /* Start from below */
}
.new-home .hero h1 .word-enter-active,
.new-home .hero h1 .word-exit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.new-home .hero h1 .word-exit-active {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* Stay in place while fading out */
}
@media (min-width: 768px) {
  .new-home .hero h1 {
    font-size: 90px;
  }
}
.new-home .homepage-v2-wrapper {
  /* typing text */
}
@media (min-width: 900px) {
  .new-home .homepage-v2-wrapper {
    padding: 0 1rem;
  }
}
.new-home .homepage-v2-wrapper h3,
.new-home .homepage-v2-wrapper h4 {
  font-family: "Sharp sans medium", "SharpSans-Semibold", sans-serif;
}
.new-home .homepage-v2-wrapper h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.new-home .homepage-v2-wrapper a {
  text-decoration: none;
}
.new-home .homepage-v2-wrapper a.learn-more-link {
  color: #f0389f;
}
.new-home .homepage-v2-wrapper .animate-tile {
  /* initial settings before animation kicks in */
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  /* */
}
.new-home .homepage-v2-wrapper .homepage-title {
  margin-bottom: 1rem !important;
  font-size: 38px;
  font-family: "Sharp Sans No1 Bold", "Noto Sans", sans-serif;
  text-wrap: balance;
}
.new-home .homepage-v2-wrapper .mission-statement {
  padding: 2rem 0rem;
}
.new-home .homepage-v2-wrapper .mission-statement .word {
  color: #472645;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.new-home .homepage-v2-wrapper .mission-statement h2 {
  font-family: "Sharp sans medium", "SharpSans-Semibold", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: auto;
}
@media (min-width: 600px) {
  .new-home .homepage-v2-wrapper .mission-statement h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .new-home .homepage-v2-wrapper .mission-statement h2 {
    font-size: 26px;
    line-height: 38px !important;
  }
}
@media (min-width: 992px) {
  .new-home .homepage-v2-wrapper .mission-statement h2 {
    max-width: 40ch;
    font-size: 31px;
  }
}
@media (min-width: 1200px) {
  .new-home .homepage-v2-wrapper .mission-statement h2 {
    font-size: 31px;
    line-height: 48px !important;
    max-width: 48ch;
  }
}
.new-home .homepage-v2-wrapper .sector-nav__choices {
  gap: 1rem;
}
@media (min-width: 768px) {
  .new-home .homepage-v2-wrapper .sector-nav__choices {
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .new-home .homepage-v2-wrapper .sector-nav__choices {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media (min-width: 1200px) {
  .new-home .homepage-v2-wrapper .sector-nav__choices {
    gap: 2rem;
  }
}
.new-home .homepage-v2-wrapper .nav_choice {
  background: #f2f2f2;
  border-radius: 20px;
  min-height: 408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-home .homepage-v2-wrapper .nav_choice img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 253px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-home .homepage-v2-wrapper .nav_choice h3 {
  font-size: 24px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem !important;
  padding-top: 0.5rem;
  line-height: 34px;
}
.new-home .homepage-v2-wrapper .nav_choice a.learn-more-nav {
  margin-top: auto;
  color: #f0389f;
}
@media (min-width: 768px) {
  .new-home .homepage-v2-wrapper .nav_choice h3 {
    font-size: 25px;
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .new-home .homepage-v2-wrapper .nav_choice {
    min-height: 400px;
    width: 33%;
  }
  .new-home .homepage-v2-wrapper .nav_choice img {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .new-home .homepage-v2-wrapper .nav_choice h3 {
    font-size: 20px;
    padding-top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .new-home .homepage-v2-wrapper .nav_choice {
    min-height: 350px;
    height: 408px;
  }
  .new-home .homepage-v2-wrapper .nav_choice img a {
    height: 60%;
  }
  .new-home .homepage-v2-wrapper .nav_choice h3 {
    font-size: 24px;
  }
}
@media (min-with: 1300px) {
  .new-home .homepage-v2-wrapper .nav_choice {
    height: 408px;
  }
  .new-home .homepage-v2-wrapper .nav_choice img {
    height: 50%;
  }
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-inner {
  border-radius: 20px;
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item {
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .new-home .homepage-v2-wrapper .products-innovation .carousel-item .container {
    min-height: 450px;
  }
}
@media (min-width: 1199px) {
  .new-home .homepage-v2-wrapper .products-innovation .carousel-item .container {
    min-height: 677px;
  }
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item .carousel-content {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use flexbox for this container */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stack children vertically */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Center children vertically */
  height: 100%;
  padding: 2rem;
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item .carousel-content img {
  min-height: inherit;
  max-height: 380px;
  height: 100%;
}
@media (min-width: 768px) {
  .new-home .homepage-v2-wrapper .products-innovation .carousel-item .carousel-content img {
    min-height: none;
    -o-object-fit: fill;
       object-fit: fill;
    height: 500px;
    max-height: 500px;
  }
}
@media (min-width: 1199px) {
  .new-home .homepage-v2-wrapper .products-innovation .carousel-item .carousel-content img {
    min-height: 677px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item .carousel-text {
  min-height: 380px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 990px) {
  .new-home .homepage-v2-wrapper .products-innovation .carousel-item .carousel-text {
    height: auto;
    min-height: 400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item h2 {
  font-size: 45px;
  line-height: 52px;
  color: white;
}
@media (min-width: 993px) {
  .new-home .homepage-v2-wrapper .products-innovation .carousel-item h2 {
    font-size: 50px;
  }
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item p,
.new-home .homepage-v2-wrapper .products-innovation .carousel-item a {
  color: white;
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item p {
  max-width: 52ch;
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-item a {
  background-color: white;
  padding: 0.5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 200px;
  border: none;
  color: black;
}
@media (max-width: 992px) {
  .new-home .homepage-v2-wrapper .products-innovation .carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay, adjust the opacity as needed */
    z-index: 1; /* Below the text */
  }
  .new-home .homepage-v2-wrapper .products-innovation .carousel-text {
    position: relative;
    z-index: 2; /* Above the overlay */
  }
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-control-next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8323704482)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8323704482) 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.new-home .homepage-v2-wrapper .products-innovation .carousel-control-prev {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8323704482)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8323704482) 0%, rgba(0, 0, 0, 0) 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.new-home .homepage-v2-wrapper .testimonial {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #472645;
  padding: 1rem;
  border-radius: 20px;
  color: white;
  background-image: url(https://cdn.prometheanworld.com/wp-content/uploads/2023/12/20095535/FireTransform_PAT_PromCoreGradient_0721v1-1.png);
  background-repeat: no-repeat;
  background-position-x: right;
}
.new-home .homepage-v2-wrapper .testimonial .quote-author-text {
  font-size: 25px;
  line-height: 126%;
}
.new-home .homepage-v2-wrapper .testimonial .quote-author-text::before {
  content: url(https://cdn.prometheanworld.com/wp-content/uploads/2023/12/20100248/quote-marks.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.new-home .homepage-v2-wrapper .testimonial img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .new-home .homepage-v2-wrapper .testimonial {
    padding: 1rem;
  }
  .new-home .homepage-v2-wrapper .testimonial img {
    max-width: 40%;
  }
}
@media (min-width: 900px) {
  .new-home .homepage-v2-wrapper .testimonial {
    margin-top: 3rem;
    border-radius: 20px;
  }
}
.new-home .homepage-v2-wrapper .testimonial {
  gap: 2rem;
}
@media (min-width: 1200px) {
  .new-home .homepage-v2-wrapper .testimonial .testimonial-col-2 p.quote-author-text {
    font-size: 32px;
    line-height: 126%;
  }
}
.new-home .homepage-v2-wrapper .resources {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .new-home .homepage-v2-wrapper .resources {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 50% 10px 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
  }
  .new-home .homepage-v2-wrapper .resources > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .new-home .homepage-v2-wrapper .resources > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .new-home .homepage-v2-wrapper .resources > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .new-home .homepage-v2-wrapper .resources > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.new-home .homepage-v2-wrapper .resources .happening-card {
  width: 100%;
}
.new-home .homepage-v2-wrapper .resources .happening-card img {
  max-height: 200px;
}
@media (min-width: 992px) {
  .new-home .homepage-v2-wrapper .resources .happening-card {
    max-height: 250px;
  }
  .new-home .homepage-v2-wrapper .resources .happening-card h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .new-home .homepage-v2-wrapper .resources .happening-card.resource-large {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    max-height: 100%;
  }
  .new-home .homepage-v2-wrapper .resources .happening-card.resource-large img {
    height: 60%;
  }
}
@media (min-width: 992px) {
  .new-home .homepage-v2-wrapper .resources .happening-card.resource-large img {
    height: 70%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.new-home .homepage-v2-wrapper .happening-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f2f2f2;
  border-radius: 20px;
}
@media (min-width: 990px) {
  .new-home .homepage-v2-wrapper .happening-card {
    width: calc((100% - 20px) / 3);
    min-height: 360px;
    max-height: 570px;
  }
}
.new-home .homepage-v2-wrapper .happening-card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.new-home .homepage-v2-wrapper .happening-card a {
  margin-top: auto;
}
.new-home .homepage-v2-wrapper .whats-happening {
  margin-bottom: 3rem;
  padding: 0;
}
.new-home .homepage-v2-wrapper .whats-happening .happening-card img {
  aspect-ratio: 16/9;
}
.new-home .homepage-v2-wrapper .learning-training section {
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 20px;
  background-color: #F2F2F2;
}
.new-home .homepage-v2-wrapper .learning-training h3 {
  margin: 0;
}
.new-home .homepage-v2-wrapper .learning-training .learning__link a {
  color: #f0389f;
  font-size: 18px;
}

.industries h2 {
  text-wrap: balance;
}
.industries__hero {
  height: 790px;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.industries__hero__header {
  color: white;
  font-family: "SharpSans-Medium", "SharpSans-Semibold", sans-serif;
  font-size: 50px;
  font-weight: 500;
  max-width: 20ch;
}
.industries__hero__header em {
  font-style: normal;
  color: #f0389f;
}
@media (min-width: 768px) {
  .industries__hero__header {
    font-size: 90px;
  }
}
.industries__intro-text {
  font-size: 31px;
  margin: auto;
  padding-top: 6.25rem;
  padding-bottom: 7.25rem;
}
.industries__intro-text p {
  font-family: "Sharp sans medium", "SharpSans-Semibold", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: auto;
}
@media (min-width: 600px) {
  .industries__intro-text p {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .industries__intro-text p {
    font-size: 26px;
    line-height: 38px !important;
  }
}
@media (min-width: 992px) {
  .industries__intro-text p {
    max-width: 40ch;
    font-size: 31px;
  }
}
@media (min-width: 1200px) {
  .industries__intro-text p {
    font-size: 31px;
    line-height: 48px !important;
    max-width: 49ch;
  }
}
.industries__carousel-block {
  padding-bottom: 4.5rem;
}
.industries__carousel-block h2 {
  font-size: 38px;
}
.industries__carousel-block .carousel-item {
  background: #f2f2f2 !important;
}
@media (min-width: 992px) {
  .industries__carousel-block .carousel-item .row {
    max-height: 550px !important;
    min-height: revert !important;
  }
  .industries__carousel-block .carousel-item .row .col-sm {
    max-height: inherit;
  }
  .industries__carousel-block .carousel-item .row div:first-child {
    max-width: 590px;
  }
  .industries__carousel-block .carousel-item .row p,
  .industries__carousel-block .carousel-item .row h2 {
    max-width: 450px;
    text-wrap: pretty;
  }
}
.industries__carousel-block .carousel-item .row div:last-child {
  height: 30vh;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (min-width: 992px) {
  .industries__carousel-block .carousel-item .row div:last-child {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
  }
}
.industries__carousel-block .carousel-indicators {
  background-color: #cfcbd0 !important;
  padding: 1rem;
}
@media (min-width: 768px) {
  .industries__carousel-block .carousel-indicators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .industries__carousel-block .carousel-indicators {
    height: 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.industries__carousel-block .carousel-indicators button:focus {
  background-color: #cfcbd0 !important;
}
.industries__carousel-block .carousel-indicators button img {
  padding: 3px;
  width: 75px !important;
}
@media (min-width: 992px) {
  .industries__carousel-block .carousel-indicators button img {
    display: block;
  }
}
@media (min-width: 992px) {
  .industries__carousel-block .carousel-indicators button img {
    padding: 1rem;
  }
}
.industries__carousel-block .carousel-indicators button h5 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .industries__carousel-block .carousel-indicators button h5 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 992px) {
  .industries__carousel-block .carousel-item {
    max-height: 550px;
  }
}
.industries__quote-block h2 {
  font-size: 38px;
}
.industries__top-tools {
  padding-top: 4rem;
}
.industries__top-tools h2 {
  font-size: 38px;
}
.industries__top-tools .format-standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f2f2f2;
  border-radius: 20px;
}
.industries__top-tools .format-standard img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .industries__top-tools .format-standard img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .industries__top-tools .format-standard img {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .industries__top-tools .format-standard img {
    height: 100%;
  }
}
.industries__top-tools .format-standard a {
  margin-top: auto;
}
.industries__top-tools .wp-block-post-title {
  font-size: 20px;
  line-height: 24px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.industries__top-tools .wp-block-post-title a {
  text-decoration: none;
}
.industries__top-tools .is-layout-flow {
  margin-bottom: 3rem;
  padding: 15px;
  background-color: #f5f5f7;
  border-radius: 20px;
}
.industries__top-tools .is-layout-flow h3 {
  font-size: 1.375rem;
}
.industries__top-tools .is-layout-flow a {
  color: #f0389f;
  text-decoration: none;
}
.industries__top-tools .is-layout-flow img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .industries__top-tools .is-layout-flow img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .industries__top-tools .is-layout-flow img {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .industries__top-tools .is-layout-flow img {
    height: 100%;
  }
}

.explain-everything .hero__title {
  font-size: 50px;
}
@media (min-width: 768px) {
  .explain-everything .hero__title {
    font-size: 90px;
  }
}
.explain-everything .hero__description {
  max-width: 90ch;
  font-size: 18px;
  margin: auto;
}
@media (min-width: 768px) {
  .explain-everything .hero__description {
    font-size: 22px;
  }
}
.explain-everything .explain-everything-advanced__description {
  font-size: 22px;
}
@media (min-width: 1400px) {
  .explain-everything .explain-everything-advanced__description {
    font-size: 32px;
  }
}

.efficacy__hero h2 {
  max-width: 23ch;
  margin: auto;
}
.efficacy__hero p {
  font-size: 30px;
  text-wrap: balance;
}
.efficacy__logic p {
  font-size: 30px;
  text-wrap: balance;
}
.efficacy sup {
  top: -0.7em !important;
  font-size: 0.75em !important;
}
.efficacy .accordion-item {
  border: 0;
}
.efficacy .accordion-item h3 {
  font-size: 30px;
  margin-bottom: 0 !important;
  font-family: "Noto Sans";
}
.efficacy .accordion-item h4 {
  font-size: 20px;
  font-family: "Noto Sans";
}
.efficacy .accordion-item p {
  font-size: 17px;
  font-family: "Noto Sans";
  font-weight: 100;
}
.efficacy .accordion-item.accordion-on {
  background-color: #cfcbd0;
}
.efficacy .accordion-item.accordion-off {
  background-color: #f2f2f2;
}
.efficacy .accordion-item .accordion-body {
  background-color: #fff;
}
.efficacy .accordion-item .accordion-button {
  padding: 0.4rem 1.25rem;
}
.efficacy .accordion-item .accordion-button p {
  margin-bottom: 0;
}
.efficacy__logic__activ .accordion-activpanel {
  background-color: #9955c6;
}
.efficacy__logic__activ .accordion-activpanel h2 {
  margin-bottom: 0 !important;
}
.efficacy__logic__activ .accordion-activpanel .accordion-button {
  color: #fff !important;
}
.efficacy__logic__activ .accordion-activpanel .accordion-button:after {
  background-image: none !important;
}
.efficacy__logic__activ .accordion-activpanel .accordion-button:hover {
  cursor: default;
}
.efficacy__logic__activ .btn-ap-logic .wp-block-button__link {
  background-color: #9955c6;
  color: #fff;
}
.efficacy__logic__explain .accordion-explain {
  background-color: #407cc3;
}
.efficacy__logic__explain .accordion-explain h2 {
  margin-bottom: 0 !important;
}
.efficacy__logic__explain .accordion-explain .accordion-button {
  color: #fff !important;
}
.efficacy__logic__explain .accordion-explain .accordion-button:after {
  background-image: none !important;
}
.efficacy__logic__explain .accordion-explain .accordion-button:hover {
  cursor: default;
}
.efficacy__logic__explain .btn-ee-logic .wp-block-button__link {
  background-color: #407cc3;
  color: #fff;
}
.efficacy__top-tools {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.efficacy__top-tools h2 {
  font-size: 38px;
}
.efficacy__top-tools .format-standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f2f2f2;
  border-radius: 20px;
}
.efficacy__top-tools .format-standard img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .efficacy__top-tools .format-standard img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .efficacy__top-tools .format-standard img {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .efficacy__top-tools .format-standard img {
    height: 100%;
  }
}
.efficacy__top-tools .format-standard a {
  margin-top: auto;
}
.efficacy__top-tools .wp-block-post-title {
  font-size: 20px;
  line-height: 24px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.efficacy__top-tools .wp-block-post-title a {
  text-decoration: none;
}
.efficacy__top-tools .is-layout-flow {
  margin-bottom: 3rem;
  padding: 15px;
  background-color: #f5f5f7;
  border-radius: 20px;
}
.efficacy__top-tools .is-layout-flow h3 {
  font-size: 1.375rem;
}
.efficacy__top-tools .is-layout-flow a {
  color: #f0389f;
  text-decoration: none;
}
.efficacy__top-tools .is-layout-flow img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .efficacy__top-tools .is-layout-flow img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .efficacy__top-tools .is-layout-flow img {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .efficacy__top-tools .is-layout-flow img {
    height: 100%;
  }
}

.security__carousel .row {
  background-color: #E9E9E9;
}
.security__carousel .row .slide-icon-container {
  background-color: #fff !important;
  padding: 5px;
}
.security__carousel .carousel-indicators {
  background-color: #d9d9d9 !important;
}

.page-template-legal-template .legal-sticky {
  position: sticky;
  top: 71px;
  z-index: 2;
}
.page-template-legal-template .legal-sticky ul {
  list-style: none;
  padding-left: 0.5rem;
}
.page-template-legal-template .legal-sticky ul li {
  padding-bottom: 12px;
  font-size: 15px;
}
.page-template-legal-template .legal-sticky ul li a {
  text-decoration: none;
}
.page-template-legal-template :target {
  scroll-margin-top: 105px; /* Same as the height of the sticky navbar */
}
.page-template-legal-template .form-select {
  width: 100%;
}
@media (min-width: 783px) {
  .logged-in.admin-bar.page-template-legal-template .legal-sticky {
    top: 103px;
  }
}
.about-us-2 h1 {
  margin-bottom: 30px !important;
  font-size: 39px !important;
}
.about-us-2 h2 {
  margin-bottom: 20px !important;
  font-size: 33px !important;
  font-family: "SharpSans-Semibold";
}
.about-us-2 h2 a {
  color: white;
  text-decoration: none;
}
.about-us-2 h2 a.plum-link {
  color: #472645;
}
.about-us-2 h2 span {
  display: block;
}
.about-us-2 p,
.about-us-2 blockquote {
  margin-bottom: 0px;
  font-size: 16px;
}
.about-us-2 blockquote {
  margin: 0;
  border-radius: 0;
  padding: 0;
  background-color: initial;
  font-style: italic;
  font-size: 16px;
}
.about-us-2 blockquote::before {
  display: none;
}
.about-us-2 .rounded-bg {
  border-radius: 30px;
}
.about-us-2 .content-section {
  margin-top: 40px;
}
.about-us-2 section.section-about .content-grid__item--large {
  position: relative;
  padding: 0;
  min-height: 0;
}
.about-us-2 section.section-about .content-grid__item--large .content-grid__text {
  position: absolute;
  bottom: 70px;
  left: 30px;
  color: white;
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
}
.about-us-2 .content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr) 27px minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 27px;
  padding-bottom: 40px;
}
.about-us-2 .content-grid .content-grid__item {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  color: white;
  height: 340px;
  border-radius: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .about-us-2 .content-grid .content-grid__item {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.about-us-2 .content-grid .content-grid__item > a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us-2 .content-grid .content-grid__item.hero {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-us-2 .content-grid .content-grid__item.hero .content-grid__text {
  display: none;
}
@media (min-width: 992px) {
  .about-us-2 .content-grid .content-grid__item.hero .content-grid__text {
    display: block;
    text-align: left;
    width: 60%;
  }
}
.about-us-2 .content-grid .content-grid__toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
.about-us-2 .content-grid .content-grid__item.content-grid__third {
  min-height: 445px;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 992px) {
  .about-us-2 .content-grid .content-grid__item.content-grid__third {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.about-us-2 .content-grid .content-grid__item--large {
  min-height: 530px;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.about-us-2 .content-grid .content-grid__item--black {
  background-color: white;
}
.about-us-2 .content-grid .vidyard-player-container {
  border-radius: 20px;
}
.about-us-2 .content-grid .content-grid__item--light-purple {
  background-color: #9955c6;
}
.about-us-2 .content-grid .content-grid__item--plum {
  background-color: #472645;
  color: white;
}
.about-us-2 .content-grid .content-grid__item--medium-purple {
  background-color: #612766;
  color: white;
}
.about-us-2 .content-grid .content-grid__item--grey {
  background-color: #f2f2f2;
  color: #472645;
}
.about-us-2 .content-grid .content-grid__text {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-fill-available;
}
.about-us-2 .content-grid .content-grid__button {
  text-decoration: none;
  background: white;
  color: #472645;
  padding: 10px 15px;
  border-radius: 50px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}
.about-us-2 .content-grid .content-grid__text-container img {
  height: 150px;
}
@media (min-width: 769px) {
  .about-us-2 .content-grid .content-grid__text-container.show {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .about-us-2 .content-grid .content-grid__text-container.show {
    max-width: 80%;
  }
}
@media (min-width: 1400px) {
  .about-us-2 .content-grid .content-grid__text-container.show {
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  .about-us-2 .content-grid .content-grid__text-container.toggle.show {
    max-width: 100%;
  }
}
.about-us-2 .content-grid .show {
  opacity: 1;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease; /* Optional smooth transition */
  -ms-flex-item-align: anchor-center;
      -ms-grid-row-align: anchor-center;
      align-self: anchor-center;
}
.about-us-2 .content-grid .bg-image--honored .show {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about-us-2 .content-grid .hide {
  opacity: 0;
}
.about-us-2 .content-grid .content-grid__text--position-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 50px;
}
.about-us-2 .content-grid .bg-image {
  background-repeat: no-repeat;
  background-position-y: center;
}
.about-us-2 .content-grid .bg-image--team-promethean {
  background-color: #472645;
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/01161239/on-a-mission.png");
  background-position: center;
  position: relative;
}
.about-us-2 .content-grid .bg-image--team-promethean .content-grid__text {
  position: relative;
}
@media (min-width: 769px) {
  .about-us-2 .content-grid .bg-image--team-promethean .content-grid__text-container.toggle.show {
    max-width: 100%;
    padding: 5rem;
  }
}
.about-us-2 .content-grid .bg-image--sustainability {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/01161604/sustainability.png");
  background-position: right 20px center;
}
.about-us-2 .content-grid .bg-image--tools {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/01161609/tools.png");
  background-position: right 20px center;
}
.about-us-2 .content-grid .bg-image--at-the-helm {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/02161915/at-the-helm.png");
  background-position: right 20px center;
}
.about-us-2 .content-grid .bg-image--join-us {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/03111052/join-us.png");
  background-position: 40px;
  background-size: cover;
}
.about-us-2 .content-grid .bg-image--news {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/03132138/news.png");
  background-position: right 20px center;
  background-size: contain;
}
.about-us-2 .content-grid .bg-image--stories {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/22112349/stories-dark.png");
  background-position: right 70px center;
}
.about-us-2 .content-grid .bg-image--honoured {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/03132219/honoured.png");
  background-position: right 70px center;
}
.about-us-2 .content-grid .bg-image--trending {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/22113321/trending-grey.png");
  background-position: right 90px center;
}
.about-us-2 .content-grid .bg-image--efficacy {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/03133110/efficacy.png");
  background-position: top right;
}
.about-us-2 .content-grid .bg-image--privacy {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/03133221/privacy.png");
  background-position: top right;
}
.about-us-2 .content-grid .bg-image--security {
  background-image: url("https://cdn.prometheanworld.com/wp-content/uploads/2024/10/03133235/security.png");
  background-position: top right;
}
.about-us-2 svg circle {
  opacity: 0.5;
}
.about-us-2 .rotate {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-us-2 .rotate-back {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.about-us-2 .no-bg {
  background-image: none !important;
}

.activpanel-campaign h1 {
  margin: 30px !important;
  margin-top: 60px !important;
  font-size: 39px !important;
  text-align: center;
  text-wrap-style: balance;
  max-width: 840px;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 1200px) {
  .activpanel-campaign h1 {
    max-width: 100%;
  }
}
.activpanel-campaign h2 {
  margin-bottom: 20px !important;
  font-size: 39px !important;
  font-family: "Sharp Sans No1 Bold";
}
.activpanel-campaign h2 a {
  color: white;
  text-decoration: none;
}
.activpanel-campaign h2 a.plum-link {
  color: #472645;
}
.activpanel-campaign p {
  margin-bottom: 0px;
  text-wrap-style: pretty;
}
.activpanel-campaign h3 {
  margin-bottom: 0px !important;
  font-size: 30px;
}
@media (min-width: 992px) {
  .activpanel-campaign h3 {
    font-size: 22px;
  }
}
@media (min-width: 1140px) {
  .activpanel-campaign h3 {
    font-size: 27px;
  }
}
.activpanel-campaign .border-bottom-radius-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.activpanel-campaign .hero {
  background: url(/wp-content/uploads/2024/10/bg-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 30px;
}
@media (min-width: 768px) {
  .activpanel-campaign .hero {
    background: url(/wp-content/uploads/2024/10/bg-desktop.png);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .activpanel-campaign .hero {
    height: 529px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .activpanel-campaign .hero {
    height: 529px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.activpanel-campaign .hero p {
  color: white;
  text-align: left;
}
.activpanel-campaign .hero__text-container {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 992px) {
  .activpanel-campaign .hero__text-container {
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1200px) {
  .activpanel-campaign .hero__text-container {
    max-width: 400px;
  }
}
.activpanel-campaign .hero__title {
  color: white;
  font-size: 33px;
  text-align: left;
  font-family: "SharpSans-Medium";
}
@media (min-width: 768px) {
  .activpanel-campaign .hero__title {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}
@media (min-width: 1200px) {
  .activpanel-campaign .hero__title {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 500px;
    padding-right: 80px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (min-width: 1400px) {
  .activpanel-campaign .hero__title {
    padding-right: 52px;
  }
}
.activpanel-campaign .hero__text {
  text-wrap-style: pretty;
}
@media (min-width: 768px) {
  .activpanel-campaign .hero__picture_column {
    width: 33%;
  }
}
.activpanel-campaign .hero__image-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .activpanel-campaign .hero__image-stack {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .activpanel-campaign .hero__image-stack {
    height: 100%;
  }
}
.activpanel-campaign .hero__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 133px;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .activpanel-campaign .hero__image {
    height: 100%;
  }
}
.activpanel-campaign .content-section {
  margin-bottom: 80px;
}
.activpanel-campaign .content-grid {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .activpanel-campaign .content-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.activpanel-campaign .content-grid__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40%;
}
.activpanel-campaign .content-grid__text-wrapper--border-radius {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.activpanel-campaign .content-grid__item {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .activpanel-campaign .content-grid__item {
    width: 33%;
  }
}
.activpanel-campaign .content-grid__item.content-grid__item--dark-purple {
  color: white;
}
.activpanel-campaign .content-grid__item.content-grid__item--light-purple {
  color: white;
}
.activpanel-campaign .content-grid__item--grey {
  background-color: #f2f2f2;
}
.activpanel-campaign .content-grid__item--plum {
  background-color: #472645;
}
.activpanel-campaign .content-grid__item--dark-purple {
  background-color: #612766;
}
.activpanel-campaign .content-grid__item--light-purple {
  background-color: #9955c6;
}
.activpanel-campaign .content-grid__item--all-new {
  height: 434px;
}
.activpanel-campaign .content-grid__item--adaptability {
  background-image: url(/wp-content/uploads/2024/10/designed-adaptability.svg);
  background-repeat: no-repeat;
  background-position-x: right;
}
.activpanel-campaign .content-grid__item--simplicity {
  background-image: url(/wp-content/uploads/2024/10/designed-simplicity.svg);
  background-repeat: no-repeat;
  background-position-x: right;
}
.activpanel-campaign .content-grid__item--choice {
  background-image: url(/wp-content/uploads/2025/04/choice-lighter.png);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: -50px;
}
.activpanel-campaign .content-grid__image {
  min-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .activpanel-campaign .content-grid__image {
    min-height: 160px;
  }
}
.activpanel-campaign .content-grid__app-icons {
  min-height: 180px;
  height: 221px;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.activpanel-campaign .content-grid__app-icons img {
  width: 20%;
  -webkit-filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.activpanel-campaign .content-grid__image--cover {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.activpanel-campaign .content-grid__text {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
}
.activpanel-campaign .content-grid__text > * {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.activpanel-campaign .content-grid__text-container {
  padding: 20px;
}
.activpanel-campaign .content-grid__text-container.toggle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activpanel-campaign .content-grid__text-container--plum.toggle {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #472645;
  border-radius: 20px;
  color: white;
}
.activpanel-campaign .content-grid__text-container--no-padding {
  padding: 0;
}
@media (min-width: 768px) {
  .activpanel-campaign .content-grid__text-container--no-padding {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .activpanel-campaign .content-grid__text-container--no-padding {
    height: 430px;
  }
  .activpanel-campaign .content-grid__text-container--no-padding .content-grid__text-wrapper--border-radius {
    height: 90%;
  }
}
@media (min-width: 1200px) {
  .activpanel-campaign .content-grid__text-container--no-padding .content-grid__text-wrapper--border-radius {
    height: 60%;
  }
}
.activpanel-campaign .content-grid__text-container--no-padding img {
  height: 70%;
}
@media (min-width: 768px) {
  .activpanel-campaign .content-grid__text-container--no-padding img {
    height: 100%;
  }
}
.activpanel-campaign .content-grid__subtitle--space-top {
  padding-top: 200px;
}
.activpanel-campaign label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.activpanel-campaign .show {
  opacity: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease; /* Optional smooth transition */
  top: 0px;
  z-index: 1;
}
.activpanel-campaign .content-grid__text-container--no-padding.show {
  gap: 0;
}
.activpanel-campaign .bg-image--honored .show {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.activpanel-campaign .hide {
  opacity: 0;
}
.activpanel-campaign svg circle {
  opacity: 0.5;
}
.activpanel-campaign .rotate {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.activpanel-campaign .rotate-back {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.activpanel-campaign .no-bg {
  background-image: none !important;
}
.activpanel-campaign .bg-plum {
  background: #472645;
}

.section-change {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-change p {
  font-size: 18px;
}

@media (min-width: 992px) {
  .digital-transformation .content-grid__text-container.toggle p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .digital-transformation .content-grid__text-container.toggle p {
    font-size: 16px;
  }
}

.ap10-product-page .hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
  gap: 20px;
}
@media (min-width: 997px) {
  .ap10-product-page .hero-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ap10-product-page .hero-section__column {
  width: 100%;
  position: relative;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 997px) {
  .ap10-product-page .hero-section__column {
    width: 50%;
    height: 509px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ap10-product-page .hero-section__subtitle {
  font-size: 45px;
  text-wrap-style: balance;
}
.ap10-product-page .hero-section__subtitle--span {
  display: inline;
}
@media (min-width: 513px) {
  .ap10-product-page .hero-section__subtitle--span {
    display: block;
  }
}
.ap10-product-page .hero-section__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  place-content: center;
}
@media (min-width: 997px) {
  .ap10-product-page .hero-section__title-area {
    height: 50%;
  }
}
.ap10-product-page .hero-section__title {
  font-size: 24px;
  font-family: "SharpSans-Semibold";
  text-wrap-style: balance;
  margin: 0 !important;
  padding-bottom: 20px;
  max-width: 500px;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  line-height: 28px !important;
}
.ap10-product-page .hero-section__title sup {
  font-size: 14px !important;
  top: initial !important;
  vertical-align: super;
}
.ap10-product-page .hero-section__industry-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ap10-product-page .hero-section__btn {
  width: 170px;
  height: 60px;
  background: #f2f2f2;
  border: none;
  border-radius: 200px;
  font-size: 16px;
  color: #472645;
}
.ap10-product-page .hero-section__btn.selected {
  background: #472645;
  color: white;
}
.ap10-product-page .hero-section__industry-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.ap10-product-page .hero-section__industry-image.hide {
  display: none;
}
.ap10-product-page .hero-section__industry-image.show {
  display: block;
}
.ap10-product-page .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ap10-product-page .hide {
  display: none;
}
.ap10-product-page .hero-section__spec-sheet {
  text-decoration: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.768627451);
  border-radius: 50px;
  margin: 11px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ap10-product-page .hero-section__spec-sheet:hover {
  background: #472645;
}
.ap10-product-page .hero-section__spec-sheet:hover > p {
  color: white;
}
.ap10-product-page .hero-section__spec-sheet i {
  background: white;
  padding: 10px;
  border-radius: 50px;
  margin: 7px;
}
.ap10-product-page .hero-section__spec-sheet p {
  text-decoration: none;
  padding-right: 15px;
  font-size: 13px;
  margin: 0;
}
.ap10-product-page .ribbon-block {
  display: none; /* Hide all blocks by default */
}
.ap10-product-page .ribbon-block.show {
  display: block; /* Show the active block */
}
.ap10-product-page .ribbon-block {
  background: linear-gradient(112deg, #9955c6 0%, #9058c5 18%, #7962c4 47%, #5373c3 83%, #407cc3 100%);
  margin: 100px 0;
  padding: 72px 0;
  color: white;
}
.ap10-product-page .ribbon-block__copy {
  font-size: 38px;
  font-family: "SharpSans-Semibold";
  text-align: center;
  line-height: 120%;
  max-width: 810px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.ap10-product-page .ribbon-block__copy sup {
  font-size: 10px !important;
  top: initial !important;
  vertical-align: super;
}
.ap10-product-page .features-accordian {
  background: #f2f2f2;
  margin-bottom: 100px;
  padding: 20px 0;
}
.ap10-product-page .features-accordian__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  padding: 40px 0;
}
.ap10-product-page .features-accordian__column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 30px;
}
.ap10-product-page .content-block.hide {
  display: none !important;
}
.ap10-product-page .content-block.show {
  display: block !important;
}
.ap10-product-page .dynamic-grid-title {
  font-size: 34px;
  margin-top: 80px;
}
.ap10-product-page .custom-carousel .carousel .carousel-item .row {
  margin: 0;
}
.ap10-product-page .custom-carousel .carousel .carousel-item .row:nth-last-of-type(2) {
  padding: 0;
}
.ap10-product-page .custom-carousel .carousel .carousel-item .row h2 {
  font-family: "SharpSans-Semibold" !important;
  font-size: 22px;
  text-wrap-style: pretty;
}
.ap10-product-page .custom-carousel .carousel .carousel-item .row h2 sup {
  font-size: 10px !important;
  top: initial !important;
  vertical-align: super;
}
.ap10-product-page .custom-carousel h5 sup {
  font-size: 10px !important;
  top: initial !important;
  vertical-align: super;
}
.ap10-product-page .custom-carousel .carousel .carousel-indicators .slide-img-container {
  display: none;
}
.ap10-product-page .custom-carousel .carousel .carousel-item .row .slide-icon-container {
  display: none;
}
.ap10-product-page .custom-carousel .carousel .carousel-item .row {
  background: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .ap10-product-page .custom-carousel .carousel .carousel-indicators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
  }
}
@media screen and (min-width: 1200px) {
  .ap10-product-page .custom-carousel .carousel .carousel-indicators {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 150px;
  }
}
.ap10-product-page .pardot-form-container .container .row {
  background: #f2f2f2;
  padding: 40px;
  border-radius: 20px;
  margin: 80px 0px;
}
.ap10-product-page .pardot-form-container .container .row h2 {
  font-size: 32px;
}
.ap10-product-page .custom-title h2 {
  font-size: 34px;
  margin-top: 80px;
}
.ap10-product-page .learn-train p {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .ap10-product-page .learn-train p {
    max-width: 414px;
    margin: auto;
  }
}
.ap10-product-page .learn-train .wp-block-buttons {
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ap10-product-page .learn-train .wp-block-button {
  width: 210px;
  height: 100%;
  font-size: 16px;
  line-height: normal;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ap10-product-page .learn-train .wp-block-button a {
  height: 60px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 16px;
}

.ap10-product-page.ap10-software-page .hero-section__column:nth-of-type(2) {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 20px;
}
.ap10-product-page.ap10-software-page .hero-section__industry-image {
  -o-object-fit: contain;
     object-fit: contain;
}

/* moved dynamic grid code into dedicated file - _dynamic-grid.scss */
.ap10-software-page .hero-section__spec-sheet {
  display: none !important;
}

.ap10-software-page .carousel-item img {
  width: initial !important;
}

.ap10-software-page .custom-carousel.content-block-education .carousel-inner .carousel-item:nth-child(3) img,
.ap10-software-page .custom-carousel.content-block-higher-education .carousel-inner .carousel-item:nth-child(3) img {
  border-radius: 20px;
  padding: 1rem !important;
}

.ap10-software-page .custom-carousel.content-block-business .carousel-inner .carousel-item:nth-child(n+2):nth-child(-n+4) img {
  border-radius: 20px;
  padding: 1rem !important;
}

.Ap10-de .hero-section__spec-sheet {
  display: none;
}
.Ap10-de .custom-carousel .carousel .carousel-indicators h5 {
  font-size: 1rem;
}

.evergreen .evergreen-hero {
  min-height: 640px;
}
.evergreen .evergreen-hero .evergreen-hero-columns {
  margin-bottom: 0px;
  max-width: 1272px;
  margin: auto;
}
.evergreen .evergreen-hero figure img {
  border: 8px solid white;
}
.evergreen .subheader {
  max-width: 1020px;
  margin: auto;
  text-wrap-style: balance;
}
.evergreen .lightheading {
  font-family: "SharpSans-Medium";
}
.evergreen .dynamic-grid-container {
  margin-bottom: 30px;
}
.evergreen .dynamic-grid-container .grid-row {
  min-height: 507px;
}
.evergreen .pardot-form-container {
  position: sticky;
  top: 130px;
}

@media (max-width: 1200px) {
  .new-home-b .hero #container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  .new-home-b .hero .wp-block-columns {
    padding: 3rem;
    gap: 1rem !important;
  }
}
@media (max-width: 992px) {
  .new-home-b .hero .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .new-home-b .hero .wp-block-columns {
    gap: 0;
  }
}
.new-home-b .hero .wp-block-columns .wp-block-column {
  padding: 8rem 3rem !important;
}
@media (max-width: 1200px) {
  .new-home-b .hero .wp-block-columns .wp-block-column {
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .new-home-b .hero .wp-block-columns .wp-block-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.new-home-b .hero .wp-block-columns .content-column {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 992px) {
  .new-home-b .hero .wp-block-columns .content-column {
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.new-home-b .hero .wp-block-columns .featured-image-column {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.new-home-b .hero h2,
.new-home-b .hero p {
  text-align: left;
}
@media (max-width: 1200px) {
  .new-home-b .hero h2,
  .new-home-b .hero p {
    text-align: center;
  }
}
.new-home-b .hero h2 {
  margin: 0 !important;
}
.new-home-b .hero p {
  margin: 2rem auto;
  max-width: 63ch;
}
@media (max-width: 1200px) {
  .new-home-b .hero .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem !important;
  }
}
.new-home-b .solutions-columns {
  max-width: 90%;
  margin: auto;
}
.new-home-b .solutions-columns figure img {
  width: 100%;
  height: auto;
}
.new-home-b .solutions-columns h2 {
  max-width: 336px;
  margin: auto;
  font-family: "SharpSans-Semibold";
}
.new-home-b .rounded-column {
  border-radius: 20px;
}
@media (max-width: 992px) {
  .new-home-b .core-message {
    display: none;
  }
}
.new-home-b .core-message .wp-block-column {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-home-b .core-message .wp-block-column p {
  max-width: 815px;
  margin: auto;
}
@media (max-width: 992px) {
  .new-home-b .feature-secondary h3 {
    font-size: 27px !important;
  }
}
.new-home-b .whats-happening .happening-card {
  background: #f2f2f2;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-home-b .whats-happening .happening-card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-home-b .whats-happening .happening-card .happening-card-text {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-home-b .whats-happening .happening-card .happening-card-text a,
.new-home-b .whats-happening .happening-card .happening-card-text h4 {
  text-decoration: none;
  font-size: 20px;
}
.new-home-b .whats-happening .happening-card .happening-card-text a.learn-more-link {
  color: #f0389f;
}
.new-home-b .whats-happening .happening-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
  width: 100%;
}
.new-home-b .whats-happening .happening-card img,
.new-home-b .whats-happening .happening-card .happening-card-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-height: 0;
}
.new-home-b .whats-happening .happening-card .happening-card-text {
  overflow: hidden;
}
.new-home-b .resources {
  margin-bottom: 80px;
}
.new-home-b .resources ul {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 50% 10px 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.new-home-b .resources ul li {
  min-height: 400px;
  max-height: 250px;
  background: #f2f2f2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.new-home-b .resources ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-height: 200px;
}
.new-home-b .resources ul li h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0 !important;
  padding: 0 20px;
}
.new-home-b .resources ul li h2 a {
  font-size: 20px;
  text-decoration: none;
}
.new-home-b .resources ul li div {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .new-home-b .resources ul li div {
    padding: 20px;
  }
}
.new-home-b .resources ul > li:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  max-height: 100%;
  min-height: 360px;
}
.new-home-b .resources ul > li:first-child img {
  height: 500px;
  max-height: 500px;
}
@media (max-width: 992px) {
  .new-home-b .resources ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .new-home-b .resources ul > li {
    max-height: none !important;
    min-height: 360px !important;
  }
  .new-home-b .resources ul > li img {
    height: auto !important;
    max-height: 300px !important;
  }
  .new-home-b .resources ul > li:first-child {
    grid-row: auto;
  }
}
.new-home-b .training-support .wp-block-column {
  border-radius: 20px;
  padding: 20px;
}
.new-home-b .training-support .wp-block-column a {
  text-decoration: none;
}

.tier-1-product-page .hero-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 4rem;
  gap: 0px;
  background-color: #f7f7f7;
}
.tier-1-product-page .hero-section__content {
  background-color: white;
}
.tier-1-product-page .hero-section__short-heading {
  font-size: 32px;
  text-align: center;
  background: var(--purple-blue, linear-gradient(90deg, #9656c6 0%, #447ac3 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tier-1-product-page .hero-section__main-heading {
  color: #422843;
  text-align: center;
  font-size: 62px;
  max-width: 780px;
  margin: auto;
}
.tier-1-product-page .hero-section__intro-text {
  color: #422843;
  text-align: center;
  font-size: 18px;
}
.tier-1-product-page .hero-section__industry-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 4rem;
}
.tier-1-product-page .hero-section__industry-buttons .industry-button {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tier-1-product-page .hero-section__industry-buttons .industry-button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tier-1-product-page .hero-section__industry-buttons .selected {
  background: -webkit-gradient(linear, left top, right top, from(#9557c6), color-stop(50%, #457ac3), to(#9557c6));
  background: linear-gradient(90deg, #9557c6 0%, #457ac3 50%, #9557c6 100%);
  background-size: 200% 100%;
  background-position: 0 0;
}
.tier-1-product-page .hero-section__industry-buttons .selected:hover {
  -webkit-animation: gradientSlide 8s ease infinite;
          animation: gradientSlide 8s ease infinite;
  -webkit-box-shadow: 0 0 20px rgba(149, 87, 198, 0.3);
          box-shadow: 0 0 20px rgba(149, 87, 198, 0.3);
}
.tier-1-product-page .hero-section__background-image {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tier-1-product-page .hero-section__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tier-1-product-page .hero-section__industry-image {
  position: relative;
  margin-bottom: 130px;
}
.tier-1-product-page .hero-section__product-image {
  width: 100%;
  max-width: 1045px;
  height: auto;
  margin: 0 auto;
  margin-top: -30%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -90px;
}
.tier-1-product-page .hero-section__features-group {
  padding-bottom: 120px;
  padding-top: 30px;
}
.tier-1-product-page .hero-section__features {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.tier-1-product-page .hero-section__feature-image {
  padding-bottom: 15px;
}
.tier-1-product-page .hero-section__features-title {
  font-size: 45px;
}
.tier-1-product-page .hero-section__feature-description {
  font-family: "SharpSans-Medium";
}
.tier-1-product-page .hero-section__feature-title {
  font-size: 20px;
}
.tier-1-product-page .hero-section__feature-description {
  max-width: 230px;
}

@-webkit-keyframes gradientSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.microsite-rethink-the-ordinary .evergreen-hero {
  height: 70vh;
}
@media (min-width: 660px) {
  .microsite-rethink-the-ordinary .evergreen-hero {
    height: 75vh;
  }
}
@media (min-width: 750px) {
  .microsite-rethink-the-ordinary .evergreen-hero {
    height: 80vh;
  }
}
@media (min-width: 900px) {
  .microsite-rethink-the-ordinary .evergreen-hero {
    height: 87vh;
  }
}
@media (min-width: 1200px) {
  .microsite-rethink-the-ordinary .evergreen-hero {
    height: 70vh;
  }
}
@media (min-width: 2200px) {
  .microsite-rethink-the-ordinary .evergreen-hero {
    height: 80vh;
  }
}
.microsite-rethink-the-ordinary .evergreen-hero h2 {
  font-size: 3rem;
  position: absolute;
  top: 60px;
  left: 20px;
  width: 15ch;
}
@media (min-width: 1050px) {
  .microsite-rethink-the-ordinary .evergreen-hero h2 {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .microsite-rethink-the-ordinary .evergreen-hero h2 {
    left: 3%;
  }
}
@media (min-width: 1400px) {
  .microsite-rethink-the-ordinary .evergreen-hero h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1500px) {
  .microsite-rethink-the-ordinary .evergreen-hero h2 {
    left: 6%;
  }
}
@media (min-width: 1700px) {
  .microsite-rethink-the-ordinary .evergreen-hero h2 {
    left: 11%;
  }
}
@media (min-width: 1900px) {
  .microsite-rethink-the-ordinary .evergreen-hero h2 {
    left: 15%;
  }
}
@media (min-width: 2200px) {
  .microsite-rethink-the-ordinary .evergreen-hero h2 {
    font-size: 5rem;
  }
}

html:has(.activinspire .hero) body {
  background-color: #f5f5f7;
}

.activinspire .section-titles {
  text-align: center;
  font-size: clamp(2rem, 3vw + 0.5rem, 40px);
  margin-block: 2rem !important;
  width: 20ch;
  max-width: 100%;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}
.activinspire .hero {
  height: auto;
  min-height: 60dvh;
  padding-block: clamp(2rem, 5vh, 4rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2rem;
  margin-top: 2rem !important;
}
@media (min-width: 992px) {
  .activinspire .hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 55dvh;
    padding-block: 2rem;
  }
}
@media (min-width: 1400px) {
  .activinspire .hero {
    min-height: 65dvh;
  }
}
.activinspire .hero > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.activinspire .hero .message-col h2 {
  font-size: clamp(1.8rem, 2vw + 0.5rem, 40px) !important;
}
.activinspire .hero .message-col h1 {
  font-size: clamp(3rem, 4vw + 1rem, 60px) !important;
}
.activinspire .hero .message-col p {
  margin: 0 !important;
  font-size: clamp(1.2rem, 1.5vw + 0.5rem, 20px) !important;
}
.activinspire .hero .image-col {
  padding: 0 1rem;
}
.activinspire .hero .image-col img {
  border-radius: clamp(8px, 4vw, 30px);
}
.activinspire .banner-container {
  padding: clamp(1rem, 2vw, 3rem) 0;
  margin-bottom: 80px;
}
.activinspire .banner-container .banner-text {
  font-weight: bold;
  font-size: clamp(1.5rem, 2vw + 0.5rem, 40px);
  line-height: 1.3em !important;
  padding-block: clamp(1.5rem, 5vh, 2rem);
  padding-inline: 1rem;
  color: #472645;
}
@media (min-width: 992px) {
  .activinspire .banner-container .banner-text {
    padding-inline: 4rem;
  }
}
.activinspire .reasons-to-believe {
  padding-inline: 2rem;
  margin-block: 3rem;
  gap: 1rem;
  max-width: 650px;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}
@media (min-width: 992px) {
  .activinspire .reasons-to-believe {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.activinspire .reasons-to-believe .wp-block-column.text-col {
  padding: 20px;
}
.activinspire .reasons-to-believe .wp-block-column.img-col figure {
  height: 100%;
  margin: 0 !important;
}
.activinspire .reasons-to-believe .wp-block-column.img-col figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activinspire .reasons-to-believe > .wp-block-column {
  -ms-flex-line-pack: center;
      align-content: center;
  background: white;
  border-radius: 20px;
}
.activinspire .reasons-to-believe h2 {
  margin-bottom: 1rem !important;
  font-size: 24px;
  text-wrap-style: balance;
}
.activinspire .reasons-to-believe img {
  border-radius: clamp(8px, 4vw, 20px);
}
.activinspire .reasons-to-believe.reasons-to-believe-col-1 {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media (min-width: 992px) {
  .activinspire .reasons-to-believe.reasons-to-believe-col-1 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 2rem;
  }
}
.activinspire .reasons-to-believe.reasons-to-believe-col-2 {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
@media (min-width: 992px) {
  .activinspire .reasons-to-believe.reasons-to-believe-col-2 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 2rem;
  }
}
.activinspire .other-software {
  margin-block: 5rem;
}
.activinspire .other-software h3 {
  font-size: 26px;
  font-family: "SharpSansMedium", sans-serif;
  font-weight: bold !important;
  margin-bottom: 8px !important;
}
.activinspire .other-software img {
  width: clamp(280px, 40vw, 400px);
  margin-block: 2rem !important;
}
.activinspire .other-software .other-software-cols {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media (min-width: 992px) {
  .activinspire .other-software .other-software-cols {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.activinspire .other-software .other-software-col {
  background-color: white;
  padding: 2rem;
  padding-block: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: clamp(8px, 4vw, 20px);
}
.activinspire .pardot-form-container .container {
  background: white;
  border-radius: 20px;
  padding: 40px;
}