.stop-scrolling{
  overflow-y: hidden;
}

.ap-header-main-section {
  display: flex;
  align-items: center;
  position: fixed; 
  width: 100%; 
  top: 0; 
  left: 0;
  height: auto;
  min-height: 90px;
  padding: 23px;
  z-index: 999;
  transition: all .2s linear;
}

.ap-header-main-section ul, 
.ap-header-main-section ol,
.ap-main-menu-mobile-navlist ul,
.ap-main-menu-mobile-navlist ol {
  margin: 0;
  /*   padding: 0; */
}

.ap-header-main-section .ap-header-main-container {
  width: 100%;
  max-width: calc(75rem - 1.5rem);
  margin: 0 auto;
  position: relative;
}

.ap-header-main-section .ap-header-main-container .ap-header-main-menu-wrap{
  position: relative;
}

/* DESKTOP MENU STARTS HERE */
.ap-header-main-section .ap-header-main-menu-wrap .ap-main-menu-desktop-content{
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.ap-header-main-section .ap-main-menu-desktop-content .ap-main-menu-content-left{
  position: relative;
  display: flex;
  flex: 0 1 auto;
  min-height: 16px;
}

.ap-header-main-section .ap-main-menu-content-left .ap-main-menu-desktop-logo-link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ap-header-main-section .ap-main-menu-desktop-logo-link .ap-main-menu-desktop-logo-default {
  display: inherit;
  line-height: 0;
}

.ap-header-main-section.scrolled .ap-main-menu-desktop-logo-link .ap-main-menu-desktop-logo-default {
  display: none;
}

.ap-header-main-section .ap-main-menu-desktop-logo-link .ap-main-menu-desktop-logo-scrolled {
  display: none;
}

.ap-header-main-section.scrolled .ap-main-menu-desktop-logo-link .ap-main-menu-desktop-logo-scrolled {
  display: inherit;
  line-height: 0;
}

.ap-header-main-section .ap-main-menu-desktop-logo-link .ap-main-menu-desktop-logo-default a, 
.ap-header-main-section.scrolled .ap-main-menu-desktop-logo-link .ap-main-menu-desktop-logo-scrolled a{
  display: inline-block;
}

/* DESKTOP MAIN MENU */
.ap-header-main-section .ap-main-menu-desktop-content .ap-main-menu-content-right{
  display: flex;
  min-height: 16px;
  flex: 0 1 calc(100% - 80px);
  gap: 28px;
}

.ap-header-main-section .ap-main-menu-content-right .ap-main-menu-desktop-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 240px; 
  gap: 14px;
}

.ap-header-main-section .ap-main-menu-content-right .ap-main-menu-wrapper-desktop {
  /*   position: relative; */
  display: flex;
  align-items: center;
  flex: 0 1 calc(100% - 48px); 
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-main-menu-list, 
nav.menu.menu--desktop > .menu__wrapper {
  margin: 0; 
  padding: 0;
  display: flex;
  gap: 28px;
  list-style: none;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items {
  margin: 0; 
  padding: 0;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items > a {
  text-decoration: none;
  transition: all .2s linear;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 8px;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items.ap-menu-item-has-children > a::after, 
.ap-main-menu-wrapper-desktop .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 12px;
  font-weight: 700;
  transition: all .2s linear;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items.ap-menu-item-has-children:hover > a::after, 
li.menu__item.menu__item--depth-1.menu__item--has-submenu:hover > a.menu__link::after {
  transform: rotate(180deg);
}
/* DESKTOP MAIN MENU ENDS */



/* SIMPLE DROP MENUS */
.ap-header-main-section .ap-main-menu-list .ap-menu-items .ap-menu-items-simple-wrapper{
  position: absolute;
  display: none;
}

.ap-header-main-section .ap-main-menu-list .ap-simple-menu-items {
  position: relative;
}

.ap-header-main-section .ap-main-menu-list .ap-simple-menu-items:hover .ap-menu-items-simple-wrapper{
  display: inherit;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items .ap-menu-items-simple-wrapper ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items .ap-menu-items-simple-wrapper ul li a {
  white-space: nowrap;
  text-decoration: none;
  padding: 4px;
  transition: all .2s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items .ap-menu-items-simple-wrapper ul > li.hs-menu-depth-1.hs-item-has-children > a {
  padding: 4px 30px 4px 4px;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  white-space: nowrap;
  text-decoration: none;
  padding: 4px 8px;
  transition: all .2s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ap-header-main-section .ap-main-menu-list .ap-menu-items .ap-menu-items-simple-wrapper .hs-menu-depth-1.hs-item-has-children:hover > a:after, 
li.menu__item.menu__item--depth-2.menu__item--has-submenu:hover > a::after {
  transform: rotate(180deg);
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner {
  position: relative;
  padding: 16px 8px;
}

.ap-main-menu-wrapper-desktop .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: block;
  padding: 16px 8px;
  margin-top: 32px;
}

.ap-main-menu-wrapper-desktop .hs-menu-wrapper.flyouts .hs-menu-children-wrapper::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner ul:first-child{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner .hs-menu-depth-1 {
  position: relative;
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner .hs-menu-depth-1 > .hs-menu-children-wrapper{
  position: absolute;
  flex-direction: column;
  gap: 8px;
  left: 100%; 
  top: 0px;
  display: none;
  padding: 12px 8px 12px 32px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
  content: '';
  position: absolute;
  top: 12px; 
  left: 18px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: 1;
}

.menu__submenu--level-3::after {
  content: '';
  position: absolute;
  top: 9px; 
  left: -7px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: -1;
  padding: 7px;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper::after {
  content: '';
  position: absolute;
  top: 12px; 
  left: -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: 1;
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner .hs-menu-depth-1 > .hs-menu-children-wrapper:after{
  content: '';
  position: absolute;
  top: 0%; 
  right: 0%;
  width: calc(100% - 24px);
  height: 100%;
  z-index: 0;
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner .hs-menu-depth-1 > .hs-menu-children-wrapper li{
  position: relative;
  z-index: 10;
}

.ap-header-main-section .ap-menu-items-simple-wrapper-inner .hs-menu-depth-1:hover > .hs-menu-children-wrapper{
  display: flex;
}
/* SIMPLE DROP MENUS ENDS */


/* MEGA MENU STARTS HERE */
.ap-header-main-section .ap-main-menu-list .ap-mega-menu-items:hover .ap-menu-item-submenu-outer-wrapper{
  display: inherit;
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-submenu-outer-wrapper {
  position: absolute;
  z-index: 800;
  left: 0%; 
  top: auto;
  width: 100%; 
  display: none;
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-submenu-container{
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 100%;
  height: 100%; 
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-submenu-container .ap-menu-item-inner-content-wrapper{
  display: flex;
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%; 
  /*   border-radius: 0 0 20px 20px; */
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-content-cols {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative; 
  height: 100%;
  padding: 22px;
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-content-cols.column-divider { 
  border-right: 1px solid #f3f5f7;
}

{#
.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-content-cols:nth-of-type(1){
  top: 0; 
  left: 0; 
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-content-cols:nth-of-type(2){
  top: 0; 
  right: 0; 
}
#}

/* INTO HEADING AND DESCRIPTION */
.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-item-content-cols .ap-menu-items-content-cols-intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%; 
  min-height: 40px;
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-items-content-cols-intro p, 
.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-items-content-cols-intro a{
  text-decoration: none;
  transition: all .2s linear;
  margin: 0;
}

@media screen and (min-width: 1150px) {
  .ap-header-main-section .ap-main-menu-list .ap-menu-items .ap-menu-items-simple-wrapper .hs-menu-depth-1.hs-item-has-children > a::after, 
  li.menu__item.menu__item--depth-2.menu__item--has-submenu > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-weight: 700;
    transition: all .2s linear;
  }
}
/* INTO HEADING AND DESCRIPTION ENDS */


/* ICON AND TEXT BLOCKS */
.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-items-content-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}

.ap-header-main-section .ap-menu-items-content-icons .ap-icon-text-item-single {
  display: flex;
  gap: 8px;
}

.ap-header-main-section .ap-menu-items-content-icons .ap-icon-text-item-single p,
.ap-header-main-section .ap-menu-items-content-icons .ap-icon-text-item-single a{
  text-decoration: none;
  transition: all .2s linear;
}
/* ICON AND TEXT BLOCKS ENDS */


/* FEATURED IMAGE & VIDEO SECTION */
.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-menu-items-picture-video-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}

.ap-header-main-section .ap-menu-items-picture-video-section .ap-menu-items-picture-video-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-items-picture-image-wrapper{
  width: 100%; 
  min-height: 180px;
  height: 100%; 
  position: absolute;
  background-size: cover;
  background-position: 50% 50%; 
  border-radius: 15px;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-items-picture-video-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-items-picture-video-description ul {
  padding-left: 20px;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-items-picture-video-description p, 
.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-items-picture-video-description ul li{
  font-size: 16px;
  line-height: 24px;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-item-video-banner-feature-video {
  position: absolute;
  width: 100%; 
  background-size: cover;
  min-height: 180px;
  height: 100%; 
  border-radius: 12px;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-item-video-banner-feature-video .ap-menu-item-video-banner-feature-video-link-wrap{
  position: absolute; 
  width: 100%; 
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-item-video-banner-feature-video .ap-menu-item-video-banner-feature-video-play-shadow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 34px -2px rgba(0,0,0,0.10);
  transition: all .2s linear;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-item-video-banner-feature-video-link-wrap:hover .ap-menu-item-video-banner-feature-video-play-shadow {
  transform: scale(0.9);
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-item-video-banner-feature-video-link-wrap .ap-menu-item-video-banner-feature-video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%; 
  height: 100%; 
  border-radius: 50%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.1px);
  -webkit-backdrop-filter: blur(5.1px);
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-item-video-banner-feature-video-link-wrap .ap-menu-item-video-banner-feature-video-play span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  height: 100%; 
  border-radius: 50%; 
  transition: all .2s linear;
}

.ap-header-main-section .ap-menu-items-picture-video-col .ap-menu-item-video-banner-feature-video-link-wrap .ap-menu-item-video-banner-feature-video-play span:after{
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-size: 12px;
  font-weight: 700;
  transition: all .2s linear;
}
/* FEATURED IMAGE & VIDEO SECTION ENDS */

/* CTA BLOCK */
.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-cta-block-section.add-divider, 
.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-cta-block-section.add-divider{
  border-bottom: 1px solid #f3f5f7;
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-cta-block-section{
  position: relative;
  display: inline-block;
  width: 100%; 
/*   padding-bottom: 30px; */
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-cta-block-section::before, 
.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-cta-block-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  z-index: 1;
}

.ap-header-main-section .ap-main-menu-wrapper-desktop .ap-cta-block-section:after{
  content: '';
  position: absolute;
  width: 70%; 
  height: 24px;
  bottom: 0px; 
  left: 15%;
  border-radius: 50%; 
  z-index: 0;
}

.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper{
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100px;
  gap: 8px;
  z-index: 10;
}

.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper > div:last-of-type {
  margin-bottom: 16px;
}

.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content{
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 6px;
}

.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-buttons{
  display: flex;
  position: relative;
/*   flex-direction: row; */
/*   align-items: center; */
  gap: 12px;
}

.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-buttons.add-row{
  flex-direction: row;
}

.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-buttons.add-column{
  flex-direction: column;
}
/* CTA BLOCK ENDS */

/* MEGA MENU ENDS HERE */





/* MOBILE MENU STYLING */
.ap-header-main-section .ap-header-main-menu-wrap .ap-main-menu-mobile-content{
  display: flex;
}

.ap-header-main-section .ap-main-menu-mobile-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-left-mobile {
  position: relative;
  display: flex;
  flex: 0 1 auto;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-right-mobile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 38px;
  flex: 0 1 50%;
}

.ap-header-main-section .ap-main-menu-left-mobile .ap-main-menu-mobile-logo-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ap-header-main-section .ap-main-menu-left-mobile .ap-main-menu-mobile-logo-link img{
  width: 100%;
  height: auto;
}

.ap-header-main-section .ap-main-menu-mobile-logo-link .ap-main-menu-mobile-logo-default {
  display: inherit;
  line-height: 0;
}

.ap-header-main-section.scrolled .ap-main-menu-mobile-logo-link .ap-main-menu-mobile-logo-default {
  display: none;
}

.ap-header-main-section .ap-main-menu-mobile-logo-link .ap-main-menu-mobile-logo-scrolled {
  display: none;
}

.ap-header-main-section.scrolled .ap-main-menu-mobile-logo-link .ap-main-menu-mobile-logo-scrolled {
  display: inherit;
  line-height: 0;
}

.ap-header-main-section .ap-main-menu-mobile-logo-link .ap-main-menu-mobile-logo-default a, 
.ap-header-main-section.scrolled .ap-main-menu-mobile-logo-link .ap-main-menu-mobile-logo-scrolled a{
  display: inline-block;
}

.ap-main-menu-mobile-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-mobile-search a{
  font-size: 22px;
  line-height: 22px;
  transition: all .2s linear;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-mobile-search a i{
  padding-top: 5px;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-mobile-hamburger{
  width: 22px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-mobile-hamburger span{
  width: 100%;
  height: 2.5px;
  display: block;
  transition: all 0.3s linear;
  border: 0;
}

.ap-header-main-section.scrolled .ap-main-menu-mobile-content .ap-main-menu-mobile-hamburger span{
  border-radius: 5px;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-mobile-hamburger.opened span:nth-of-type(1){
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 9.5);
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-mobile-hamburger.opened span:nth-of-type(2){
  opacity: 0;
}

.ap-header-main-section .ap-main-menu-mobile-content .ap-main-menu-mobile-hamburger.opened span:nth-of-type(3){
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, -9.5);
}

.ap-main-menu-mobile-navlist {
  position: fixed;
  width: 100%; 
  z-index: 998;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  padding: 24px;
}

.ap-main-menu-mobile-navlist.opened {
  display: inherit;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-navlist-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; 
  gap: 24px;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-navlist-container .ap-main-menu-mobile-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; 
  min-height: 150px;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-navlist-container .ap-main-menu-mobile-buttons-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; 
  gap: 24px;
  min-height: 48px;
}


/* MOBILE MENU MAIN ITEMS LIST */
.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-main-menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-main-menu-list .ap-menu-items {
  display: inline-block;
}

.ap-main-menu-mobile-navlist .ap-main-menu-list .ap-menu-items > a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 2px 0;
}

.ap-main-menu-mobile-navlist .ap-menu-items.ap-menu-item-has-children > a:after{
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 14px;
  font-weight: 700;
  transition: all .2s linear;
}

.ap-main-menu-mobile-navlist .ap-menu-items.opened > a:after{
  transform: rotate(180deg);
}

/* SIMPLE MENU DROPDOWN */
.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-menu-items-submenu-wrapper{
  display: none;
  position: relative;
  width: 100%; 
  min-height: 50px;
  padding: 8px 0px 8px 24px;
  flex-direction: column;
}

.ap-main-menu-mobile-navlist .ap-menu-items.opened > .ap-menu-items-submenu-wrapper{
  display: flex;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-menu-items-submenu-wrapper ul:first-child{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-menu-items-submenu-wrapper .hs-menu-item > a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 2px 0px;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-menu-items-submenu-wrapper .hs-menu-item.hs-item-has-children > a:after{
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 14px;
  font-weight: 700;
  transition: all .2s linear;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-menu-items-submenu-wrapper .hs-menu-item.opened > a:after{
  transform: rotate(180deg);
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-menu-items-submenu-wrapper .hs-menu-item.hs-item-has-children > ul{
  padding: 8px 0px 8px 24px;
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 8px;
}

.ap-main-menu-mobile-navlist .ap-main-menu-mobile-wrap .ap-menu-items-submenu-wrapper .hs-menu-item.opened > ul{
  display: flex;
}
/* SIMPLE MENU DROPDOWN ENDS HERE */

/* LANGUAGE SWITCHER */
.globe_class::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 30px;
}

.header__language-switcher .lang_list_class::after {
  display: none;
}

.header__language-switcher .header__language-switcher--label {
  display: flex;
  height: 100%;
  align-items: center;
}

.header__language-switcher .header__language-switcher--label > span {
  line-height: 0;
}

.header__language-switcher .lang_switcher_class .globe_class {
  position: relative;
  width: 30px;
  height: 44px;
  background-size: 24px;
}

.header__language-switcher .lang_switcher_class .lang_list_class {
  top: 44px;
  overflow: hidden;
  margin-top: 24px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: 0;
}

.header__language-switcher .lang_list_class li:last-child {
  padding-bottom: 15px;
  border-bottom: 0;
}

.header__language-switcher .lang_list_class li {
  padding: 0 15px 15px;
  border-left: 0;
  border-right: 0;
  background-color: inherit;
}

.header__language-switcher .lang_list_class li > a {
  padding: 5px;
}

.header__language-switcher ul.lang_list_class li:first-child a {
  font-weight: bold;
}

ul.lang_list_class {
  padding: 0;
}

ul.lang_list_class::before {
  display: none;
}
/* LANGUAGE SWITCHER ENDS */

/* MOBILE MEGA MENU ITEMS STARTS HERE */
.ap-main-menu-mobile-navlist .ap-menu-items-submenu-wrapper.ap-menu-items-mega-menu {
  position: relative;
  padding: 8px 24px 8px 24px;
/*   gap: 14px; */
}

.ap-main-menu-mobile-navlist .ap-menu-items-submenu-wrapper .ap-menu-item-content-cols {
  display: flex;
  flex-direction: column;
/*   gap: 14px; */
}

/* MOBILE COLUMN INTRO HEADING AND DESCRIPTION */
.ap-main-menu-mobile-navlist .ap-menu-item-content-cols .ap-menu-items-content-cols-intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%; 
}

.ap-main-menu-mobile-navlist .ap-menu-item-content-cols .ap-menu-items-content-cols-intro a, 
.ap-main-menu-mobile-navlist .ap-menu-item-content-cols .ap-menu-items-content-cols-intro p{
  margin: 0;
  text-decoration: none;
}
/* MOBILE COLUMN INTRO HEADING AND DESCRIPTION ENDS HERE*/


/* MOBILE COLUMN ICONS AND TEXT STARTS HERE */
.ap-main-menu-mobile-navlist .ap-menu-item-content-cols .ap-menu-items-content-icons {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 16px;
  row-gap: 16px;
}

.ap-main-menu-mobile-navlist .ap-menu-item-content-cols .ap-menu-items-content-icons .ap-icon-text-item-single {
  display: flex;
  gap: 8px;
}

.ap-main-menu-mobile-navlist .ap-menu-item-content-cols .ap-menu-items-content-icons .ap-icon-text-item-single p,
.ap-main-menu-mobile-navlist .ap-menu-item-content-cols .ap-menu-items-content-icons .ap-icon-text-item-single a{
  text-decoration: none;
  transition: all .2s linear;
}
/* MOBILE COLUMN ICONS AND TEXT ENDS HERE */


/* MOBILE COLUMN FEATURED IMAGE / VIDEO STARTS HERE */
.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-items-picture-video-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-items-picture-video-col .ap-menu-items-picture-image-wrapper{
  width: 100%; 
  min-height: 180px;
  height: 100%; 
  position: relative;
  background-size: cover;
  background-position: 50% 50%; 
  border-radius: 15px;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-items-picture-video-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-items-picture-video-description ul {
  padding-left: 20px;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-items-picture-video-description p, 
.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-items-picture-video-description ul li{
  font-size: 16px;
  line-height: 24px;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-item-video-banner-feature-video {
  position: relative;
  width: 100%; 
  background-size: cover;
  min-height: 180px;
  border-radius: 12px;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-item-video-banner-feature-video .ap-menu-item-video-banner-feature-video-link-wrap{
  position: absolute; 
  width: 100%; 
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-item-video-banner-feature-video .ap-menu-item-video-banner-feature-video-play-shadow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 34px -2px rgba(0,0,0,0.10);
  transition: all .2s linear;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-item-video-banner-feature-video-link-wrap .ap-menu-item-video-banner-feature-video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%; 
  height: 100%; 
  border-radius: 50%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.1px);
  -webkit-backdrop-filter: blur(5.1px);
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-item-video-banner-feature-video-link-wrap .ap-menu-item-video-banner-feature-video-play span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  height: 100%; 
  border-radius: 50%; 
  transition: all .2s linear;
}

.ap-main-menu-mobile-navlist .ap-menu-items-picture-video-section .ap-menu-item-video-banner-feature-video-link-wrap .ap-menu-item-video-banner-feature-video-play span:after{
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-size: 12px;
  font-weight: 700;
  transition: all .2s linear;
}

/* MOBILE COLUMN FEATURED IMAGE / VIDEO ENDS HERE */

/* MOBILE CTA BLOCK SECTION */
.ap-main-menu-mobile-navlist .ap-cta-block-section{
  position: relative;
  display: inline-block;
  width: 100%; 
  /*   padding: 24px; */
  margin-bottom: 18px;
}

.ap-main-menu-mobile-navlist .ap-cta-block-section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  z-index: 1;
}

.ap-main-menu-mobile-navlist .ap-cta-block-section:after{
  content: '';
  position: absolute;
  width: 70%; 
  height: 24px;
  bottom: 0px; 
  left: 15%;
  border-radius: 50%; 
  z-index: 0;
}

.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper{
  display: flex;
  position: relative;
  flex-direction: column;
/*   min-height: 100px; */
  gap: 12px;
  margin-bottom: 18px;
  z-index: 10;
}

.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content{
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 6px;
}

.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content h1,
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content h2,
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content h3,
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content h4,
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content h5,
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content p{
  text-align: center;
}

.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-buttons{
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-buttons .ap-btn{
  width: 100%;
}
/* MOBILE CTA BLOCK SECTION ENDS */


/* MOBILE MEGA MENU ITEMS ENDS HERE */

/* MOBILE MENU MAIN ITEMS LIST ENDS */


@media (min-width: 1150px) 
{
  .ap-header-main-section .ap-header-main-menu-wrap .ap-main-menu-desktop-content {
    display: flex;
  }

  .ap-header-main-section .ap-header-main-menu-wrap .ap-main-menu-mobile-content {
    display: none;
  }

  .ap-main-menu-mobile-navlist {
    display: none;
  }
}




/**/
/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 1149px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/**/
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 1149px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 1149px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

/* .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
left: -9999px;
opacity: 0;
position: absolute;
} */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  /*   left: 0; */
  opacity: 1;
  /*   top: 100%; */
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 1149px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1149px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/**/
/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 1149px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 0.917rem;
  line-height: 1.667rem;
  text-decoration: none;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
}

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}

@media (max-width: 1149px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  /*   padding: 0.7rem 0.875rem;
  text-transform: uppercase; */
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1149px) {
  button.menu__child-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    transition: all .2s linear;
  }

  .ap-main-menu-mobile-navlist ul {
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 8px 0;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  list-style: none;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  /*   width: 270px; */
  z-index: 99;
  padding: 16px 8px;
  flex-direction: column;
  gap: 8px;
}

.menu__item--open > .menu__submenu {
  display: flex;
}

/* .menu__submenu--level-2 {
transform: translateX(-50%);
} */

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  /*   border-bottom: 1px solid #D1D6DC; */
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 4px 8px;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1150px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
    display: none;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1149px) {
  .menu__submenu {
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    /*     border-top: 2px solid #EBEFF3; */
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 4px 8px;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 4px 8px 4px 26px;
  }
}

/* Menu icons */

@media(min-width: 1150px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 1149px) {
  .menu__child-toggle {
    /*     background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px; */
    border: none;
    cursor: pointer;
    height: 42px;
    /*     padding: 15px 0; */
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    background-color: transparent;
    text-align: right;
  }

  .menu__child-toggle-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 1149px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/**/
li.menu__item.menu__item--open > button {
  text-align: left;
  transform: rotate(180deg);
}

@media screen and (min-width: 1150px) {
  li.menu__item.menu__item--depth-1.menu__item--has-submenu.hs-skip-lang-url-rewrite, 
  a.menu__link {
    text-decoration: none;
    transition: all .2s linear;
    /*     text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 8px;
  }
}



@media screen and (min-width: 1150px) {
  button.menu__child-toggle.no-button {
    display: none;
  }

  .menu__submenu::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(255,255,255,0);
  }

  li.menu__item.menu__item--depth-1.menu__item--has-submenu > a.menu__link::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    transition: all .2s linear;
  }

  .menu__submenu--level-3 {
    margin-left: 24px!important;
  }

  .menu__submenu--level-3::before {
    position: absolute;
    left: -24px;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: rgba(255,255,255,0);
  }
}



/* ============================== */ 




.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h1 span, 
.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h2 span, 
.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h3 span, 
.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h4 span, 
.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h5 span, 
.ap-header-main-section .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h6 span, 
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h1 span, 
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h2 span, 
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h3 span, 
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h4 span, 
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h5 span, 
.ap-main-menu-mobile-navlist .ap-cta-block-section .ap-cta-block-section-content-wrapper .ap-cta-block-section-content h6 span{
  color: transparent;
  background: linear-gradient(to right,rgba(253,158,75,1),rgba(253,77,85,1),rgba(225,55,97,1),rgba(193,36,107,1),rgba(109,13,81,1));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}