/* @import url('http://example.com/example_style.css'); */
@import url(https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/hub_generated/template_assets/1/210971642225/1776086266643/template_font_theme.min.css);
@import url(https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/hub_generated/template_assets/1/210971648262/1776086366850/template_icomoon_theme.min.css); 
/*****************************************/
/* Start your style declarations here    */ 
/*****************************************/
:root {
  --bs-body-font-family: 'Mont', sans-serif;
  --bs-body-font-size: 1.0625rem; 
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.625;
  --bs-body-color: #02216E;
}


body {
  font-family: var(--bs-body-font-family);
  color: var(--bs-body-color);
}
p {
  margin-bottom: 1em;
}
h1 {
  font-size:2.5rem;
  font-weight: 400 !important;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2rem;
  font-weight: 400 !important;
  margin-bottom: 0.5em;
}
h3 {
  font-size:1.75rem;
  font-weight: 400 !important;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-bottom: 0.5em;
}
ul, ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
p a {
  color: #02216E;
  text-decoration: none;
  font-weight: 400;
}
p a:hover {
  text-decoration: underline;
}
.btn-outline-yellow {
  border: 1px solid #FFD200;
  border-radius:1.875rem;
  color: #ffd200;
  font-weight: 300;
  padding: 0.625rem  1.563rem;
  transition:all 200ms ease-in-out;
}
.btn-outline-yellow:hover {
  background: #FFD200;
  color: #02216E;
}

.btn-outline-light-blue {
  border: 1px solid #13D0FF;
  border-radius:1.875rem;
  font-weight: 300;
  color: #13D0FF;
  padding: 0.625rem  1.563rem;
  transition:all 200ms ease-in-out;
}
.btn-outline-light-blue:hover {
  background: #13D0FF;
}
.btn-outline-blue {
  border: 1px solid #02216E;
  border-radius:1.875rem;
  color: #02216E;
  font-weight: 300;
  padding: 0.625rem  1.563rem;
  transition:all 200ms ease-in-out;
}
.btn-outline-blue:hover {
  background: #02216E;
  color: #fff;
}
.btn-outline-white {
  border: 1px solid #fff;
  border-radius:1.875rem;
  font-weight: 300;
  color: #fff;
  padding:0.625rem  1.563rem;
  transition:all 200ms ease-in-out;
}
.btn-outline-white:hover {
  background: #fff;
  color: #02216E;
}
.btn-blue {
  background: #02216E;
  border:transparent;
  border-radius:1.875rem;
  font-weight: 300;
  color: #13D0FF;
  padding: 0.625rem  1.563rem;
  box-shadow: 1px 3px 7px rgba(2, 33, 110, 0.09);
  transition:all 200ms ease-in-out;
}
.btn-blue:hover {
  background: #13D0FF;
  color: #02216E;
}
.btn-yellow {
  background: #FFD200;
  border: 1px solid transparent;
  border-radius: 1.875rem;
  font-weight: 300;
  color: #02216E;
  padding: 0.625rem 1.563rem;
  box-shadow: 1px 3px 7px rgba(2, 33, 110, 0.09);
  transition: all 200ms ease-in-out;
}
.btn-yellow:hover {
  background: #02216E;
  color: #FFD200;
}
.btn-white {
  background: #fff;
  border:1px solid #02216E;
  border-radius:0.938rem;
  font-weight: 300;
  color: #02216E;
  padding: 0.625rem 1.563rem;
  box-shadow: 1px 3px 7px rgba(2, 33, 110, 0.09);
  transition:all 200ms ease-in-out;
}
.btn-white:hover {
  background: #02216E;
  color: #fff;
}
.btn-blue.btn-header{
  display:block;
  border-radius:1.25rem 1.25rem 1.25rem 0;
  padding: 0.625rem 0.938rem;
  font-weight: 300;
  color:#FFD200;
}
.btn-blue.btn-header:hover{
  background:#ffd200;
  color:#02216E;
}
.btn-yellow-outline {
  border: 1px solid #02216E;
  border-radius:1.875rem;
  font-weight: 300;
  color: #02216E;
  padding: 0.625rem 1.563rem;
  transition:all 200ms ease-in-out;
}
.btn-yellow-outline:hover {
  background: #02216E;
  color: #FFD200;
}
.btn-light-blue-outline {
  border: 1px solid #02216E;
  border-radius:1.875rem;
  font-weight: 300;
  color: #02216E;
  padding: 0.625rem 1.563rem;
  transition:all 200ms ease-in-out;
}
.btn-light-blue-outline:hover {
  background: #02216E;
  color: #13D0FF;
}
.btn-blue-outline {
  border: 1px solid #FFD200;
  border-radius:1.875rem;
  font-weight: 300;
  color: #FFD200;
  padding:0.625rem 1.563rem;
  transition:all 200ms ease-in-out;
}
.btn-blue-outline:hover {
  background: #FFD200;
  color: #02216E;
  border-color:#02216E;
}

.btn-outline-orange{
  border: 1px solid #FF4900;
  border-radius: 1.875rem;
  font-weight: 300;
  color: #FF4900;
  padding: 0.625rem 1.563rem;
  transition: all .2s ease-in-out;

}

.btn-outline-orange:hover {
  background:#FF4900;
  color: #fff;
}

.btn-outline-green{
  border: 1px solid #0BD862;
  border-radius:1.875rem;
  font-weight: 300;
  color: #0BD862;
  padding:0.625rem 1.563rem;
  transition: all .2s ease-in-out;

}

.btn-outline-green:hover {
  background:#0BD862;
  color: #fff;
}

.btn-outline-purple{
  border: 1px solid #BA00FF;
  border-radius:1.875rem;
  font-weight: 300;
  color: #BA00FF;
  padding: 0.625rem 1.563rem;
  transition: all .2s ease-in-out;

}
.btn-outline-purple:hover {
  background:#BA00FF;
  color: #fff;
}


.btn-outline-pink{
  border: 1px solid #E8006F;
  border-radius: 1.875rem;
  font-weight: 300;
  color: #E8006F;
  padding:0.625rem 1.563rem;
  transition: all .2s ease-in-out;

}
.btn-outline-pink:hover {
  background:#E8006F;
  color: #fff;
}


.btn-bg-yellow{
  border: 1px solid #02216E;
  border-radius: 1.875rem;
  font-weight: 300;
  color: #FFD200;
  background:#02216E;
  padding: 0.625rem 1.563rem;
  transition: all .2s ease-in-out;

}
.btn-bg-yellow:hover {
  background:#FFD200;
  color: #02216e;
}

.bg-gold {
    background-color: #FFD200;
}
.bg-dark-gray{
  background:#EEF3FA;
}
.vg-section {
  padding-top: 12.5rem !important;
}

/*HubSpot form styling */

.custom-form-card .hs-input {
  width: 100%;
  padding:0.875rem 1rem;
  border-radius: 8px !important;
  border: 1px solid #fff;
  font-size: 0.938rem;
  background: #fff;
  height: 3rem;
}

.custom-form-card textarea.hs-input {
  min-height: 7.5rem;
}

.custom-form-card .hs-form-field {
  margin-bottom: 22px;
}


.custom-form-card .legal-consent-container  ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.custom-form-card .legal-consent-container li,
.custom-form-card .legal-consent-container .hs-form-booleancheckbox-display {
  display: flex !important;
  align-items: center !important;
  gap: 0.625rem;
}

.custom-form-card input[type="checkbox"] {
  width: 1.125rem;
  height:1.125rem;
  cursor: pointer;
}
.custom-form-card .hs-error-msgs,
.custom-form-card .hs-error-msgs ul,
.custom-form-card .hs-error-msgs li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.custom-form-card .hs-error-msg{
  color:#DC3545;
}

.custom-form-card input[type="submit"],
.custom-form-card .hs-button {
  background: #02216e;
  border: 1px solid #02216E !important;
  border-radius: 1.875rem !important;
  color: #FFD200 !important;
  display: inline-block;
  font-weight: 300;
  padding: .6rem 2rem .5rem;
  text-decoration: none;
  transition: all .3s ease;
  white-space: nowrap;
  cursor: pointer;
}

.custom-form-card input:focus,
.custom-form-card textarea:focus,
.custom-form-card select:focus {
  border-color: #02216e;
  box-shadow: 0 0 0 3px rgba(37, 98, 233, 0.1);
}

.custom-form-card input[type="submit"]:hover {
  background: #FFD200 ;
  color: #02216e !important;
  border-color: #FFD200 !important;
}
.custom-form-card .hs_submit {
  text-align: center !important;
}
.custom-form-card .form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
.custom-form-card .hs-field-desc {
    font-size: 0.875rem;
}
 .custom-form-card .hs-form-booleancheckbox p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

/* Mobile padding */
@media (max-width: 767px) {
  .custom-form-card {
    padding: 1.25rem !important;
  }
}
#post-body h2 {
  margin-bottom: 35px !important;
}


.row-fluid-wrapper .swiper-button-prev:after,
.row-fluid-wrapper .swiper-button-next:after {
  font-size:1.25rem !important;

}

.row-fluid-wrapper .swiper-button-prev:after {
  position: relative;
  left: -2px;
}
.row-fluid-wrapper .swiper-button-next:after {
  position: relative;
  right: -2px;
}


.header__skip{
  display:none;
}
#main-content > .container-fluid{
  padding-left:0;
  padding-right:0;
}
/* HEADER AND NAVIGATION */
.sticky-header{
  position:fixed;
  z-index:100;
  background:#fff;
  width: 100%;
}
header{
  padding-top:70px;
  padding-bottom:1.25rem;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.nav .nav-item{
  padding:0 0.625rem;
  margin:0 5px;
}
.nav .nav-item a,
.nav .nav-item a.show{
  font-family: 'Mont';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height:1.625rem;
  text-align: center;
  color: #02216E;
  transition:all 200ms ease-in-out;
}
.nav .nav-item a::after {
  content: attr(data-text);
  font-weight: bold;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block;
}
.nav .nav-item a:hover,
.nav .nav-item a.show{
  font-weight:600;
  text-decoration:none;
}
.nav .nav-item a.active{
  font-weight:600;
  text-decoration:none;
  color:#FFD200;
  position:relative;
}
.nav .nav-item a.active:after{
  content:'';
  width:100%;
  height:5px;
  bottom:-33px;
  left:0;
  right:0;
  display:block;
  background:#FFD200;
  position: absolute;
  z-index: 9;
  visibility: visible;
}
.nav .dropdown-menu.megaDropdown.show {
  border-radius: 0 0 1.25rem 1.25rem;
  border-top: 5px solid #FFD200;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 68px;
  left: 0;
  width: 600px;
  padding: 0;
  filter: drop-shadow(0px 4px 9.3px rgba(2, 33, 110, 0.12));
}

.nav ul.dropdown-menu.show {
  background: linear-gradient(168deg, rgba(0, 54, 220, 1) 0%, rgba(4, 34, 111, 1) 61%);
  border-radius: 0 0 1.25rem 1.25rem;
  border-top: 5px solid #FFD200;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 68px;
  padding-top:2.5rem;
  filter: drop-shadow(0px 4px 9.3px rgba(2, 33, 110, 0.12));
}
.nav .nav-link.show:before{
  content:'';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 00.938rem 1.125rem 0.938rem;
  border-color: transparent transparent #FFD200 transparent;
  transform: rotate(0deg);
  position:absolute;
  bottom:-1.875rem;
  left:0;
  right:0;
  margin:auto;
  display:block;
}
.nav ul.dropdown-menu.show a.dropdown-item {
  display: inline-block;
  text-align: left !important;
  color: #fff;
  padding: 0 2.5rem 1.875rem;
  transition:all 200ms ease-in-out;
   position: relative;
  padding-left: 34px !important;
}
.nav ul.dropdown-menu.show a.dropdown-item:hover{
  background:transparent;
  font-weight:400;
  color:#13d0ff;
}

.nav .dropdown-menu.show .gradient-bg{
  background: linear-gradient(168deg, rgba(0, 54, 220, 1) 0%, rgba(4, 34, 111, 1) 61%);
  padding:2.5rem 1.25rem 0;
  border-radius:0 0 0 1.25rem;
}
.nav .dropdown-menu.show .row {
  padding: 0;
  margin: 0;
}
.nav .dropdown-menu.show .gradient-bg .nav-link {
  display: inline-block;
  text-align: left;
  background: transparent;
  color: #fff;
  padding: 0;
  margin:0.625rem 0 1.875rem;
  position:relative;
}
.nav .dropdown-menu.show .gradient-bg .nav-link.active,
.nav .dropdown-menu.show .gradient-bg .nav-link:hover{
  background:transparent;
  color:#13D0FF;
}
.nav .dropdown-menu.show .gradient-bg .nav-link.active:before{
  content:'';
  display:block;
  position:absolute;
  bottom:-0.625rem;
  left:0;
  width:3.125rem;
  height:3px;
  background:#FFD200;
  border-radius:3px;
}
.nav .dropdown-menu.show .tab-content{
  padding:2.5rem;
}
.nav .dropdown-menu.show .tab-content .tab-pane a{
  text-decoration:none;
  font-size:1rem;
  margin-bottom: 1.25rem;
  display: block;
  text-align: left;
}
.nav .dropdown-menu.show .tab-content .tab-pane a.highlighted{
  font-weight: 600;
  background: #eef2f7;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  margin-top: -39px;
  padding:1.25rem 3.125rem;
  font-size: 0.96rem;
}




.search-toggle-wrapper .search-icon{
  display:block;
  margin-right:2.5rem;
  width:22px;
  height:22px;
  background:url(https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/raw_assets/public/vg-theme/css/components/search_icon_theme.svg) no-repeat center;
}
#global-search-wrapper{
  top: 1.875rem;
  width: 20vw;
}
#global-search-wrapper:before{
  border-bottom: 0.938rem solid #ffd200;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: -0.938rem;
  content: "";
  height: 0;
  position: absolute;
  right: 170px;
  width: 0;
  transform: rotate(180deg);
}
#global-search-wrapper input{
  border-bottom: 1px solid #ffd200;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.hs-search-field__suggestions{
  border:none !important;
}
.hs-search-field__suggestions li{
  background-color:#fff;
}
.hs-search-field__suggestions li:first-child{
  border-radius: 0;
  padding:1.25rem 0.625rem 0 !important;
}
.hs-search-field__suggestions li:last-child{
  border-radius:0 0 0.625rem 0.625rem;
}
.hs-search-field__suggestions li a{
  font-size:0.875rem;
  padding:0.625rem;
  color:#02216e;
  text-decoration:none;
  transition:all 200ms ease-in-out;
}
.hs-search-field__suggestions li a:hover{
  font-weight:600;
  background:transparent !important;
}
/* END HEADER AND NAV */
/* HERO MODULE */
.hero-bg{
  background: linear-gradient(156.07deg, #0133D3 9.79%, #021E6F 96.05%);
  min-height:700px;
  clip-path: ellipse(95% 75% at 50% 25%);
  background-size: cover, cover;
  background-position: center center, center;
  background-repeat: no-repeat, no-repeat;
  padding-top: 15vh;
}
.hero-bg.home-hero{
  min-height:105vh;
}
.hero-bg h1,
.hero-bg p{
  color:#fff;
  margin-bottom:1.25rem;
}
.hero-bg .btn{
  margin-right:1.25rem;
}
.hero-bg .featured-image img{
  width:500px;
  height:500px;
  object-fit:cover;
}
.hero-bg p {
  max-width: 95%; 
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* END HERO */
/* CLIENT LOGOS MODULE */
.client-logos{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.client-logos .module-title{
  margin-bottom:2.5rem;
}
.client-logos .module-title h2{
  font-weight:400;
}

.client-logos .logo-item{
  margin-bottom:2.5rem;
  display:flex;
}
.client-logos .logo-item img{
  display:block;
  margin:auto;
  padding:1.25rem 2.5rem;
  object-fit:contain;
}
/* END CLIENT LOGOS MODULE */
/* TESTIMONIALS SIDE BY SIDE MODULE */
.testimonials-slider {
  z-index: 1;
  position: relative;
  margin-bottom:6.25rem;
}
.testimonials-slider .swiper-container{
  overflow:hidden;
}
.testimonials-slider .testimonial-item .testimonial-content {
  position: relative;
  border-radius: 0.938rem;
  background: #EFF2F7;
  padding: 60px 2.5rem 2.5rem;
  min-height: 350px;
  width: 80%;
  margin:3.125rem auto 0;
  box-shadow: 1px 7px 15.4px 0px #02216E1C;
  z-index: 1;
}
.testimonials-slider .testimonial-item .testimonial-content:before{
  content:'\201C';
  font-size:9.375rem;
  font-weight:600;
  color:#02216E;
  position:absolute;
  top:3.125rem;
  left:0.625rem;
}
.testimonials-slider .testimonial-item .testimonial-content .testimonial-logo{
  max-height: 2.5rem;
  object-fit: contain;
  margin-bottom:0.938rem;
}
.testimonials-slider .testimonial-item .testimonial-content .testimonial-text{
  margin-bottom:2.5rem;
}
.testimonials-slider .testimonial-item .testimonial-content .testimonial-details{
  display:flex;
  align-items:center;
}
.testimonials-slider .testimonial-item .testimonial-content .testimonial-details h4{
  margin-bottom:0;
  font-size:1.25rem;
  font-weight:500;
}
.testimonials-slider .testimonial-item .testimonial-content .testimonial-details span{
  font-weight:400;
  font-size:1rem;
}

.testimonials-slider .swiper-pagination.swiper-pagination-horizontal{
  bottom: -3.125rem;
}
.testimonials-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
  background-color:#fff;
  opacity:1;
}
.testimonials-slider .swiper-pagination.dark-btns.swiper-pagination-horizontal .swiper-pagination-bullet{
  background-color:#02216E;
  opacity:1;
}
.testimonials-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#13D0FF;
}
/* END TESTIMONIALS SIDE BY SIDE MODULE */
/* NUMBERS MODULE */
.numbers{
  background: linear-gradient(156.07deg, #0133D3 9.79%, #021E6F 96.05%);
  clip-path: ellipse(95% 50% at 50% 50%);
  padding-bottom:9.375rem;
  padding-top:9.375rem;
}
.numbers.negative-margin{
  padding-top:250px;
}
.numbers .title{
  margin-bottom:3.125rem;
}
.numbers .title h3{
  font-size:2.5rem;
  font-weight:400;
  color:#fff;
}
.numbers .numbers-container{
  margin-bottom:1.875rem;
}
.numbers .numbers-container .number-countup span{
  font-weight: 700;
  font-size: 2.5rem;
  line-height:3.125rem;
  color: #FFD200;
  opacity:0;
}
.numbers .numbers-container .col-sm-12.number-countup{
  margin-bottom:1.25rem;
}
.numbers .numbers-container .number-legend p{
  font-size:1.125rem;
  color:#fff;
  font-weight:300;
  margin-bottom:0;
}
/* END NUMBERS MODULE */
/* SERVICES CARD MODULE */
.services-block{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.services-block .module-title{
  margin-bottom:2.5rem;
}
.services-block .module-title h2{
  font-weight:400;
}
.services-block .services-card-title{
  margin-top:60px;
  margin-bottom:1.875rem;
}
.services-block .services-card-title h3{
  font-weight: 700;
  font-size: 1.625rem;
  line-height:1.625rem;
  text-align: right;
  color: #02216E;
  position:relative;
  display:block;
  padding:0.938rem;
}
.services-block .services-card-title h3:before{
  content:'';
  background:#13D0FF;
  width:200%;
  top:0;
  right:0;
  bottom:0;
  left:-100%;
  display:block;
  position:absolute;
  z-index:-1;
  border-radius:0 0.625rem 0.625rem 0;
  box-shadow: 1px 3px 7px rgba(2, 33, 110, 0.09);
}
.services-block .services-card-row .services-card-item{
  margin-top:2.5rem;
  margin-bottom:2.5rem;
}
.services-block .services-card-row .services-card-item .services-card{
  background:#EFF2F7;
  border-radius:0.938rem;
  box-shadow: 1px 3px 7px rgba(2, 33, 110, 0.09);
  padding: 6.25rem 1.563rem 1.563rem;
  position:relative;
}
.services-block .services-card-row .services-card-item .services-card .icon{
  position: absolute;
  top:-2.5rem;
  left:1.25rem;
  width:6.25rem;
  height:6.25rem;
  background-size:contain;
  box-shadow: 0px -3px 9.3px rgba(0, 0, 0, 0.05);
}
.services-block .services-card-row .services-card-item .services-card .icon img{
  object-fit:contain;
  width:6.25rem;
  height:6.25rem;
}
.services-block .services-card-row .services-card-item .services-card h4{
  font-weight: 500;
  font-size: 1.563rem;
  line-height: 1.875rem;
  color: #02216E;
  margin-bottom:0.625rem;
}
.services-block .services-card-row .services-card-item .services-card .btn{
  margin:1.25rem auto 0;
  display:table;
}

/* END SERVICES CARD MODULE */
/* EVENTS CAROUSEL MODULE */
.events-carousel {
  margin-top: 6.25rem;
  padding-top: 6.25rem;
  margin-bottom:-9.375rem;
  padding-bottom:12.5rem;
  background: #EFF2F7;
}

.events-carousel .module-title {
  margin-bottom: 2.5rem;
}

.events-carousel .module-title h2 {
  font-weight: 400;
}

.events-carousel .slider-container {
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}

.events-carousel .event-item {
  padding-top: 45px;
}

.events-carousel .event-item.swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  transition: all 200ms ease-in-out;
}

/* -------------------------------------------
EQUAL HEIGHT FIX
-------------------------------------------- */

/* Make all slides stretch equally */
.events-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.events-carousel .swiper-slide {
  height: auto !important;
  display: flex;
}

/* Event card fills full height */
.events-carousel .event-card {
  background: #fff;
  border-radius:1.25rem;
  transition: all 200ms ease-in-out;
  padding: 1.25rem;
  box-shadow: 0 6px 1.25rem rgba(2, 33, 110, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Remove scaling on active card */
.events-carousel .swiper-slide-active .event-card {
  transform: none;
}

/* -------------------------------------------
INTERNAL SECTION HEIGHT FIXES
-------------------------------------------- */

/* Profile section fixed space */
.events-carousel .event-card .profile {
  margin-bottom:2.5rem;
  min-height:  7.5rem;
}

/* Profile image */
.events-carousel .event-card .profile-img {
  max-width: 11.563rem;
  border-radius: 100%;
  margin-top: -2.5rem;
  object-fit: cover;
  display: block;
}

.events-carousel .event-card .profile-data h4 {
  font-size:1.25rem;
  margin-bottom: 0;
  margin-top: 0.625rem;
}

/* Date text fixed height */
.events-carousel .event-card p:first-of-type {
  min-height: 1.75rem;
}

/* Title section fixed height (MAIN FIX) */
.events-carousel .event-card h3 {
  font-size: 1.25rem;
}

/* Button aligned at bottom */
.events-carousel .event-card .btn {
  display: table;
  margin: auto;
  margin-top: auto;   /* push to bottom */
}

/* Mobile pagination spacing */
.swiper-pagination {
  margin-top:1.25rem;
}

/* END EVENTS CAROUSEL MODULE */
/* BLUE ROUND CTA MODULE */
.blue-round-cta{
  background: linear-gradient(156.07deg, #0133D3 9.79%, #021E6F 96.05%);
  clip-path: ellipse(90% 90% at 50% 100%);
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
}
.blue-round-cta h3{
  font-weight: 400;
  font-size: 38px;
  line-height: 61px;
  text-align: center;
  color: #FFF;
}
.blue-round-cta p{
  color:#fff;
}
.blue-round-cta .btn{
  margin-top:3.125rem;
}
/* END BLUE ROUND CTA MODULE */
/* ABOUT APP MODULE*/
.about-app{
  padding-bottom: 6.25rem;
  margin-bottom: 6.25rem;
  padding-top: 6.25rem;

}
.about-app .media-block img{
  border-radius:35px;
}


.overflow-wrapper {
  position: relative;

 
}


.outside-video {
    border: none;
    clip-path: inset(0 2px 0 0);
    display: block;
    height: auto;
    margin-left: -40%;
    max-width: none;
    min-height: 100%;
    object-fit: cover;
    width: 150%;
}


.outside-image {
    border: none;
    clip-path: inset(0 2px 0 0);
    display: block;
    height: auto;
    margin-left: -30%;
    max-width: none;
    min-height: 100%;
  display: none;
    object-fit: cover;
    width: 135%;
}

@media (max-width: 789px) {
  .outside-video {
    margin-left: -33%;
    width: 140%;
    min-height: 100%;
    object-fit: cover;
    padding-left: 60px;
  }
}

/* END ABOUT APP MODULE*/
/* APP OVERVIEW MODULE*/

.app-overview .app-overview-header .btn{
  margin-left:2.5rem;
}
.app-overview .app-overview-body .item{
  margin-bottom:2.5rem;
  display:block;
}
.app-overview .app-overview-body .item h3{
  font-weight:400;
  position:relative;
  padding-bottom:0.625rem;
  margin-bottom:1.875rem;
  font-size:1.563rem;
}
.app-overview .app-overview-body .item h3:before{
  content:'';
  display:block;
  position:absolute;
  bottom:-8px;
  left:0;
  width:2.5rem;
  height:3px;
  background:#FFD200;
}

.app-overview .app-overview-body .media-block img{
  border-radius:35px;
}
/* END APP OVERVIEW MODULE*/
/* APP RESOURCES MODULE*/

/* END APP RESOURCES MODULE*/
/* FAQ MODULE */
.app-faq {
  margin-top: 9.375rem;   
  margin-bottom: 9.375rem;
}

.app-faq .module-title {
  margin-bottom: 3.125rem;
}

.app-faq .module-title h3 {
  font-weight: 700;
  font-size: 2.1875rem; 
  color: #13D0FF;
  margin-bottom: 0.625rem; 
}

.app-faq .module-title p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.9375rem;
  color: #02216E;
}



.app-faq .accordion .accordion-item,
.app-faq .accordion .accordion-item h2,
.app-faq .accordion .accordion-item h2 button {
  background: transparent;
}

.app-faq .accordion .accordion-item h2 button {
  font-size: 1rem;
  font-weight: 500;
}

.app-faq .accordion .accordion-item .accordion-body > * {
  font-size: 1rem;
}

.app-faq .accordion .accordion-item h2 button:active,
.app-faq .accordion .accordion-item h2 button:focus {
  box-shadow: none;
  border: none;
}

.app-faq .accordion-button::after {
  content: '+';
  background: transparent;
  text-align: center;
  color: #02216e;
  font-size: 1.25rem; 
}

.app-faq .accordion-button:not(.collapsed)::after {
  content: '-';
  background: transparent;
}

.app-faq .accordion-button:not(.collapsed) {
  background: transparent;
}

.app-faq .accordion {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.app-faq .accordion .accordion-item h2 button {
  font-size: 1.2rem;
  font-weight: 400 !important;
  color: #02216E !important;
}

.app-faq .accordion-button {
  box-shadow: none;
  border: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.app-faq .accordion-button:not(.collapsed) {
  color: #002060;
  font-weight: 600;
}

.app-faq .accordion-body {
  font-weight: 300;
  color: #02216E !important;
}

.app-faq .accordion .accordion-item {
  border-bottom: 0.0625rem solid #13D0FF !important; 
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}

.app-faq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 35.9375rem) {
  .app-faq .accordion .accordion-item h2 button {
    font-size: 1rem !important;
  }
}


/*END FAQ MODULE*/
/* CARDS MEDIA MODULE*/
.cards-media {
  background: linear-gradient(156.07deg,#0133d3 9.79%,#021e6f 96.05%);
  clip-path: none !important;
  padding-bottom: 3rem;  
  padding-top: 6.25rem;    
  padding-left: 1.25rem;  
}


.cards-media.video {
  background: linear-gradient(156.07deg,#0133d3 9.79%,#021e6f 96.05%);
  clip-path: none !important;
  padding-bottom: 20rem;  
  padding-top: 6.25rem;    
  padding-left: 1.25rem;  
}
.smart-block {
  margin-bottom: 6.25rem;  
  margin-top: -10.625rem; 
}

.suite-section {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.suite-header {
  flex: 0 0 25%;
  text-align: left;
}

.cards-media .btns .btn {
  margin: 0 !important;
}
.cards-media .btns {
  margin-top: 0 !important;
}

.suite-buttons .btns {
  display: flex;
  gap: 1.25rem; 
  flex-wrap: wrap;
}

.suite-card {
  background: #fff;
  border-radius: 1rem; 
  padding: 1.875rem 1.5625rem 2.1875rem !important;
  position: relative;
  filter: drop-shadow(0.0625rem 0.1875rem 0.88125rem rgba(2,33,110,0.09));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.suite-card:hover {
  transform: translateY(-0.3125rem); 
  box-shadow: 0 0.625rem 1.5625rem rgba(2,33,110,0.15);
}

/* Hover colors */
.suite-card-1:hover { background:#FFD5C4; }
.suite-card-2:hover { background:#95f9bd; }
.suite-card-3:hover { background:#f0bdf4; }
.suite-card-4:hover { background:#f9a2e3; }
.suite-card-5:hover { background:#fce99a; }

.card-icon {
  width: 2.5rem;  
  height: 2.5rem;
  margin-bottom: 0.9375rem; 
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
}

.learn-more {
  color: #02216E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.learn-more:hover {
  font-weight: 700;
}

.suite-cards .learn-more {
  transform: translateX(-50%) translateY(1.875rem); 
  opacity: 0;
  font-size: 1rem; 
  transition: all 0.6s ease;
}

.suite-cards .suite-card:hover .learn-more {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.learn-more .arrow {
  transition: transform 0.3s ease;
}
.learn-more:hover .arrow {
  transform: translateX(0.3125rem);
}

.learn-more .arrow svg path {
  transition: stroke 0.3s ease;
}

.video-section {
  max-width: 70%;
  position: relative;
  top: -17.75rem;
}

.smart-block {
  margin-bottom: 150px;
  margin-top: 100px;
}
.suite-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;      /* FIX */
  overflow: visible; 
  margin-top: 125px;
}
.suite-header {
  flex: 0 0 25%;
  text-align: left;
}
.btn-demo {
  background: #02216e;
  border: 2px solid #02216E !important;
  border-radius: 30px !important;
  color: #13d0ff !important;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
}
.btn-demo:hover {
  background: #13d0ff !important;
  color: #02216e !important;
  border-color: #13d0ff !important;
}
.suite-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px 35px !important;
  text-align: left;
   height: 100%; 
  position: relative;
  fill: #FFF;
  filter: drop-shadow(1px 3px 14.1px rgba(2, 33, 110, 0.09));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}



.card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.learn-more {
  color: #02216E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.learn-more:hover {
  color: #02216E;
  font-weight:700;
}

.suite-cards .learn-more {
  transform: translateX(-50%) translateY(30px);;
  opacity: 0;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  text-decoration: none;
  transition: transform 0.6s ease, opacity 0.6s ease;
}


.suite-cards .suite-card:hover .learn-more {
  opacity: 1;
  transform: translateX(-50%) translateY(0);;
}
.learn-more .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.learn-more:hover .arrow {
  transform: translateX(5px);
}

/* Change arrow color on hover */
.learn-more .arrow svg path {
  transition: stroke 0.3s ease;
}

.learn-more:hover .arrow svg path {
  stroke: #02216e;
}
/* Responsive */
@media (max-width: 991px) {
  .suite-section {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  @media (max-width: 991px) {
    .suite-cards .learn-more {
      opacity: 1 !important;
      transform: translateX(0) translateY(0) !important;
      position: static;
      display: inline-block;
      margin-top: 10px;
    }
  }

  .suite-header h2{
    width: auto !important;
  }
  .suite-header {
    padding-left: 30px;
    flex: 0 0 100%;
    text-align: left !important;
  }

  .suite-cards {
    flex: 1 1 100%;
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
  }


  .btn-demo {
    display: inline-block;
    margin: 0 auto;
  }
}

@media (max-width: 769px) {
  .suite-cards {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .smart-heading h2 {
    width: 96%;
    font-size: 28px;
  }
  .suite-header h2{
    width: auto !important;
  }
}


/* Responsive */
@media (max-width: 61.9375rem) { 
  .cards-media { margin-top: -6.25rem; } 

  .suite-section { flex-wrap: wrap; }

  .suite-header {
    flex: 1 1 100%;
    margin-bottom: 1.875rem; 
  }

  .suite-cards {
    grid-template-columns: repeat(2,1fr);
  }

  .video-section { max-width: 100% !important;top: -15.75rem; }
}

@media (max-width: 35.9375rem) { 
  .cards-media {
    margin-top: 0;
    margin-bottom: -2.8125rem;
  }

  .suite-cards {
    grid-template-columns: 1fr;
  }

  .suite-cards .learn-more {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}

/*END CARDS MEDIA MODULE*/



/*OVERVIEW CARDS MODULE*/
.overview-cards-block {
  margin-top: 9.375rem;
}

.overview-cards-block .module-title {
  margin-bottom:3.125rem;
}

/* CARD */
.overview-card {
  background: #EEF3FA;
  border-radius:0.938rem;
  padding: 1.875rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overview-card:hover {
  box-shadow: 0 0.625rem  1.563rem rgba(0, 0, 0, .08);
  transform: translateY(-6px);
}

/* ICON */
.overview-card-icon {
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview-card-icon img {
  max-width: 140px;
}
.overview-card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .overview-card {
    padding: 1.625rem 1.25rem;
  }
}

@media (max-width: 767px) {
  .overview-cards-block {
    margin-top:6.25rem;
  }

  .overview-card {
    padding: 1.5rem 1.125rem;
    margin-top:1.25rem;
  }
}


/*END OVERVIEW CARDS MODULE*/
/*WHATS MISSING MODULE*/
.whats-missing{
  margin-top:6.25rem;
  margin-bottom:6.25rem;
}

/*END WHATS MISSING MODULE*/
/* VALGENESIS SOLUTION MODULE*/
.valgenesis-solution {
  position: relative;
  background: #EEF3FA;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;

}


@media (min-width: 768px) {
  .image-wrapper {
    margin-left: 2.5rem;
  }
}


/* Responsive fix */
@media (max-width: 991px) {
  .valgenesis-solution .image-wrapper {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: -2.5rem;
    text-align: center;
  }
}

.valgenesis-solution h3{
  font-weight: 400;
  font-size: 35px;
  line-height:3.125rem;
}

.valgenesis-solution .text-end ul{
  list-style: none;
  padding: 0;
  text-align: right;
}
.valgenesis-solution .text-end ul li{
  position: relative;
  padding-right: 1.2em;
}
.valgenesis-solution .text-end ul li:before{
  content: "•";
  position: absolute;
  right: 0;
}
/*END VALGENESIS SOLUTION MODULE*/
/* RESOURCES MODULE */
.resources{
  background:#EFF2F7;
  margin-top: -12.5rem;
  padding-top: 12.5rem;
  padding-bottom:3.125rem;
}
.resources .inner-container{
  margin-top:9.375rem;
}
.resources .filters{
  margin-bottom:75px !important;
}
.resources .filters .choices__inner{
  background:transparent;
  border:0;
  display: flex;
  flex-wrap: nowrap;
}
.resources .filters .choices__inner .choices__input{
  background:rgba(75,85,96,0.05);
  border:0;
  flex: 1 0 auto;
  min-width: 7.5rem;
  padding: 5px 0.938rem;
}
.resources .filters .choices__list--dropdown,
.resources .filters .choices__list[role="listbox"] {
  white-space: normal;
}
.resources .filters .choices__inner .choices__input::placeholder{
  color:#02216E;
}
.resources .filters .choices__list--multiple {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.resources .filters .choices__list--multiple .choices__item{
  background:#02216E;
  border:0;
  border-radius:0.625rem;
  white-space: nowrap;
  max-width: max-content;
  position: relative;
  padding-right: 2.5rem;
}
.resources .filters .choices__list--multiple .choices__item .choices__button{
  position: absolute !important;
  right:0.625rem;
  top: 0;
  bottom: 0;
  height: auto !important;
}
.resources .filters .choices[data-type*="select-multiple"] .choices__inner,
.resources .filters .choices[data-type*="text"] .choices__inner{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.resources .filters .choices[data-type*="select-multiple"] .choices__input--cloned,
.resources .filters .choices[data-type*="text"] .choices__input--cloned {
  order: 1;
  width: 100% !important;
  min-width: 100% !important;
}
.resources .filters .choices[data-type*="select-multiple"] .choices__list--multiple,
.resources .filters .choices[data-type*="text"] .choices__list--multiple {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
}
.resources .filters .choices__list--multiple .choices__item--selectable{
  color:#fff;
  background-color: #02216e;
  border-radius: 999px;
}
.resources .filters .choices__item--selectable {
  padding: 0.3rem 0.8rem;
  font-size: 0.85rem;
  border: 1px solid #c1d7f2;
}
.resources #grid .card{
  background:#fff;
  border-radius:0.625rem;
  padding:1.25rem;
  border: 0;
}
.resources #grid .card h5{
  font-weight: 700;
  font-size:1rem;
  line-height:  1.563rem;
  color: #02216E;
  margin-bottom:1.25rem;
  display: flex;
  align-items: start;
  min-height:3.125rem;
}
.resources #grid .card h5 i {
  font-size:  1.563rem;
  margin-right:0.625rem;
}
.resources #grid .card h4{
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #02216E;
  margin-bottom: 0.625rem;
  min-height: 70px;
}
.resources #grid .card .card-text {
  min-height: 60px;
}
.resources #grid .card .card-img-top{
  margin-bottom:1.875rem;
  border-radius:0;
  height: 12.5rem;
  object-fit: contain;
}
.resources nav .active>.page-link,
.resources nav .page-link.active{
  background-color:#02216E;
  color:#fff;
  border:0;
}
.resources nav .page-link{
  color:#02216E;
}
/* END RESOURCES MODULE*/
/* EVENTS PAGE MODULES */
.latest-events{
  background:#EFF2F7;
  margin-top: -12.5rem;
  padding-top: 12.5rem;
  padding-bottom:3.125rem;
}
.event-main{
  background:#EFF2F7;
  padding-bottom:3.125rem;
}
.latest-events .container{
  margin-top:9.375rem;
  margin-bottom:3.125rem;
}
.latest-events .event-pic{
  padding:1.25rem 0 0;
}
.latest-events .event-card{
  background:#fff;
  border-radius:0.625rem;
}
.latest-events .event-card .date{
  padding-top:1.25rem;
}
.latest-events .event-card .date p{
  font-size:0.875rem;
  font-weight:300;
  margin:0;
}
.latest-events .event-card .event-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 9.375rem;
  padding: 1.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.latest-events .event-card .event-details.yellow{
  background:#ffd200;
}
.latest-events .event-card .event-details.light-blue{
  background:#13D0FF;
}
.latest-events .event-card .event-details.blue{
  background:#02216E;
}
.latest-events .event-card .event-details h3{
  font-size:23px;
}
.latest-events .event-card .event-details.blue h3{
  color:#fff;
  font-size:23px;
}
.event-main .event-block{
  margin-bottom:3.125rem;
}
.event-main .accordion{
  background:#EFF2F7;
  border:0;
  border-radius:0;
}
.event-main .accordion .accordion-item{
  margin-bottom:1.25rem;
}
.event-main .accordion .accordion-item,
.event-main .accordion .accordion-item h2,
.event-main .accordion .accordion-item h2 button{
  background: rgba(75, 85, 96, 0.05);
  border-radius: 0.938rem !important;
  padding: 0;
}
.event-main .accordion .accordion-item h2 button:active,
.event-main .accordion .accordion-item h2 button:focus{
  box-shadow:none;
  border:none;
}
.event-main .accordion-button::after {
  content: '+';
  background: transparent;
  text-align: center;
  color: #02216E;
  font-size:1.25rem;
  margin:0 0.625rem;
}
.event-main .accordion-button:not(.collapsed)::after {
  content: '-';
  background: transparent;
}
.event-main .accordion-button:not(.collapsed){
  background:transparent;
}
.event-main .accordion-button .category{
  padding:0.938rem 1.25rem;
  border-radius:0.938rem 0 0 0.938rem;
  font-weight: 700;
  font-size: 1.125rem;
  color:#02216E;
  width:15%;
  margin-right:1.25rem;
}
.event-main .accordion-button .category.yellow{
  background:#ffd200;
}
.event-main .accordion-button .category.light-blue{
  background:#13D0FF;
}
.event-main .accordion-button .category.blue{
  background:#02216E;
  color:#fff;
}
.event-main .accordion-button .category.gray{
  background:#4B5560;
  color:#fff;
}
.event-main .accordion-button .title {
  width: 60%;
  font-size:1.25rem;
  font-weight:400;
  color:#02216E;
}
.event-main .accordion-button .date-location{
  text-align:right;
  width: 20%;
  color:#02216E;
  font-weight:300;
  font-size:0.875rem;
}
.eventer-name{
 color:#02216E;
}
.event-main .accordion-body {
  padding-left: 210px;
  position: relative;
}
.event-main .accordion-body:before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.625rem;
  display: block;
  width: 15%;
  height: auto;
  bottom: 0;
}
.event-main .accordion-body.yellow:before {background: #ffd200;}
.event-main .accordion-body.light-blue:before {background:#13D0FF;}
.event-main .accordion-body.blue:before {background:#02216E;}
.event-main .accordion-body.gray:before {background:#4B5560;}
/* END EVENTS PAGE MODULES */
/* FOOTER STYLES */
footer{
  padding-top:3.125rem;
  padding-bottom:3.125rem;
}
footer .small-about{
  color:#4B5560;
  font-size:1rem;
}
footer .footer-nav ul{
  text-align:right;
  list-style-type: none;
}
footer .footer-nav li a{
  color:#13D0FF;
  text-decoration:none;
  transition:all 200ms ease-in-out;
  margin-bottom:0.625rem;
}
footer .footer-nav li a:hover{
  color:#02216E;
}
footer .copyright{
  font-size:0.875rem;
  color:#02216E;
  margin-top:1.875rem;
}
footer .subtext{
  font-size:0.875rem;
  color:#4B5560;
}
/* RESPONSIVENESS */
@media screen and (max-width: 991px) {
  header {
    justify-content: space-around;
  }
  header .logo, 
  header .search-block {
    width: 50%;
    align-self: baseline;
  }
  header .search-block > div:first-child {
    order: 2;
  }
  header .search-block > div:last-child {
    order: 1;
  }
  .search-toggle-wrapper .search-icon{
    margin-right:1.25rem;
  }
  a.btn-blue.btn-header{
    margin-right:1.25rem;
  }
  #global-search-wrapper{
    width:95vw;
  }
  #global-search-wrapper:before {
    right: 105px;
  }
  nav.navbar.navbar-expand-lg.nav {
    position: initial;
  }
  .navbar-toggler {
    border: 0;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='23' viewBox='0 0 28 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.447715 0.447715 0 1 0H27C27.5523 0 28 0.447715 28 1C28 1.55228 27.5523 2 27 2H1C0.447715 2 0 1.55228 0 1Z' fill='%23FFD200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12C0 11.4477 0.447715 11 1 11H27C27.5523 11 28 11.4477 28 12C28 12.5523 27.5523 13 27 13H1C0.447715 13 0 12.5523 0 12Z' fill='%23FFD200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 22C0 21.4477 0.447715 21 1 21H27C27.5523 21 28 21.4477 28 22C28 22.5523 27.5523 23 27 23H1C0.447715 23 0 22.5523 0 22Z' fill='%23FFD200'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.75rem;
    height: 23px;
  }
  #mobileMenuWrapper{
    position: absolute;
    background: #fff;
    left: 0;
    right:0;
    top: 7.563rem;
  }
  #mobileMenuWrapper .accordion-item{
    border:0;
    border-radius:0;
  }
  #mobileMenuWrapper .accordion-item .accordion-button{
    font-weight: 600;
    font-size:0.938rem;
    line-height: 19px;
    color: #02216E;
    text-decoration:none;
    background:transparent;
    border-top:0;
    border-left:0;
    border-right:0;
    border-radius:0;
    border-bottom:1px solid #ffd200;
  }
  #mobileMenuWrapper .accordion-item .accordion-button.collapsed{
    font-weight:300;
  }
  #mobileMenuWrapper .accordion-item .accordion-collapse{
    background:linear-gradient(168deg,#0036dc,#04226f 61%);
    border-radius: 0;
  }
  #mobileMenuWrapper .accordion-item .accordion-collapse .accordion-body .mb-2 strong{
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 19px;
    color: #13D0FF;
  } 
  #mobileMenuWrapper .accordion-item .accordion-collapse .accordion-body a{
    margin-left:1.25rem;
    color:#fff;
    font-weight:300;
    text-decoration:none;
  } 
  .hero-bg{
    clip-path: ellipse(180% 75% at 50% 25%);
    background-position: right 9.375rem;
    background-size: 200%, cover;
    padding-top: 250px;
    padding-bottom:  6.25rem;
  }
  .hero-bg .btn,
  .cards-media .btns .btn,
  .app-overview .app-overview-header .btn{
    font-size:.75em;
  }
  .client-logos{
    margin-bottom:0px;
    margin-top:1.25rem;
  }
  .client-logos .logo-item{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .client-logos .logo-item img {
    max-width: 50%;
    padding:0;
  }
  .testimonials-slider .testimonial-item .testimonial-content {
    margin-bottom:1.25rem;
  }
  .testimonials-slider .testimonial-item .testimonial-content .text-end img{
    text-align:initial;
    display:block;
    margin:auto;
    max-width:75%;
    margin-bottom:1.875rem;
  }
  .testimonials-slider .testimonial-item .testimonial-content .testimonial-details a.btn{
    padding:0.625rem 0.938rem;
    margin-top:1.25rem;
  }
  .testimonials-slider .testimonial-item .testimonial-content .testimonial-details .text-end{
    text-align:left !important;
  }
  .testimonials-slider .testimonial-item .testimonial-content{
    padding: 3.125rem 1.25rem 1.25rem;
  }
  .testimonials-slider .testimonial-item .testimonial-content .testimonial-details{
    flex-direction:column-reverse;
  }
  .testimonials-slider .swiper-pagination.swiper-pagination-horizontal{
    bottom:-0.625rem;
  }
  .numbers{
    clip-path: ellipse(180% 50% at 50% 50%);
  }
  .numbers .title h3,
  .events-carousel .module-title h2,
  .blue-round-cta h3,
  .whats-missing h3,
  .valgenesis-solution h3,
  .cards-media .module-title h2,
  .app-faq .module-title h3{
    font-size:1.875rem;
    line-height: 45px;
  }
  .numbers.negative-margin{
    padding-bottom:3.125rem;
  }
  .col-sm-5.text-end.number-countup,
  .numbers .numbers-container .number-legend p{
    text-align: center !important;
  }
  .services-block .services-card-title h3{
    text-align:left;
    padding-left:0.625rem;
  }
  .services-block .services-card-row .services-card-item {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    padding-left:2.5rem;
    padding-right: 2.5rem;
  }
  .events-carousel{
    margin-top:3.125rem;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
  .events-carousel .module-title{
    margin-bottom:0;
  }
  .events-carousel .slider-container:before,
  .events-carousel .slider-container:after{
    content:none;
  }
  .events-carousel .swiper-slide-active .event-card{
    transform:scale(1);
    box-shadow:none;
  }
  .blue-round-cta{
    clip-path: ellipse(182% 90% at 50% 100%);
    padding-top:105px;
    padding-bottom: 3.125rem;

  }
  .blue-round-cta .btn{
    margin-top:0;
  }
  .testimonials-two-by.three-cols{
    margin-bottom:3.125rem;
  }
  .testimonials-two-by.three-cols .testimonial-item:nth-child(2){
    transform: scale(1);
  }

 
  .cards-media .cards-container .services-card-item .services-card{
    margin-bottom:1.25rem;
  }
  .app-resources{
    padding-top:3.125rem;
   
  }
  .app-resources .module-title h2{
    margin-bottom:3.125rem;
  }
  .app-resources .slider-container{
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    padding-bottom:3.125rem;
  }
  .app-resources .swiper-pagination.swiper-pagination-horizontal{
    bottom: 0px;
  }
  .app-resources .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
    background-color:#fff;
    opacity:1;
  }
  .app-resources .swiper-pagination.dark-btns.swiper-pagination-horizontal .swiper-pagination-bullet{
    background-color:#02216E;
    opacity:1;
  }
  .app-resources .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#13D0FF;
  }
  .overview-cards-block{
    margin-top:3.125rem;
    margin-bottom: 3.125rem;
  }
  .overview-cards-block .overview-cards{
    margin-bottom:80px;
  }
  .overview-cards-block .overview-cards:last-child{
    margin-bottom:1.25rem;
  }
  .whats-missing{
    margin-top:1.25rem;
  }
  .app-faq .module-title {
    margin-bottom:0.625rem;
  }
  .cards-media{
    clip-path: ellipse(320% 70% at 50% 70%);
    padding-top:3.125rem;
    padding-bottom:2.125rem;
  }

.cards-media.video{
    clip-path: ellipse(320% 70% at 50% 70%);
    padding-top:3.125rem;
    padding-bottom:17.125rem;
  }
  .cards-media .module-title h2{
    margin-bottom:1.25rem;
  }
  .cards-media .btns{
    margin:1.25rem 0;
  }
  .cards-media.cta-block .cta{
    padding-top:3.125rem;
    margin-top:3.125rem;
  }
  .resources .inner-container{
    margin-top:3.125rem;
  }
  .resources .filters {
    padding: 0 !important;
  }
  .resources .filters .choices{
    margin-bottom:0.625rem;
  }
  .latest-events .event-card{
    margin-bottom:2.5rem;
  }
  .event-main .accordion .accordion-item h2 button{
    display:flex;
    flex-direction:column;
    padding-bottom: 0.625rem;
  }
  .event-main .accordion-button .category{
    width:100%;
    margin: 0;
    border-radius:0.625rem 0.625rem 0 0;
  }
  .event-main .accordion-button .title{
    font-size:1rem;
    width: 100%;
    padding:0.625rem 1.25rem 0;
    font-weight: 600;
    color: #02216e;
  }
  .event-main .accordion-button .date-location{
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    color: #02216e;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:3.125rem;
    align-items: flex-end;
    padding-right:0.625rem;
  }
  .event-main .accordion-button .blue.date-location{
    color:#fff;
  }
  .event-main .accordion-button:after {
    position: absolute;
    top: 60px;
    right: 0;
  }
  .event-main .accordion-body::before {
    content:none;
  }
  .event-main .accordion-body{
    padding:1.25rem;
  }
  .media-block{
    margin-bottom:2.5rem;
  }
  .app-faq{
    margin-top:3.125rem;
    margin-bottom: 3.125rem;
  }
  .app-overview .app-overview-header h2,
  .app-faq .module-title h3{
    margin-bottom:1.25rem;
  }
  .header-buttons.d-flex.justify-content-end {
    justify-content: space-between !important;
  }
  .header-buttons.d-flex.justify-content-end a.btn{
    margin-left:0;        
    padding:0.625rem 0.938rem;
    margin-right: 0.938rem;
  }
  .overview-cards-block .overview-cards {
    padding-left: 2.5rem;
    padding-right:2.5rem;
  }
  .whats-missing{

    margin-bottom:3.125rem;
  }
  .app-faq .row:last-child .col-md-6:first-child .accordion {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0;
  }
  .app-faq .row:last-child .col-md-6:first-child .accordion.accordion-flush>.accordion-item:last-child{
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  }
  .app-faq .row:last-child .col-md-6:last-child .accordion {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-top: 0;
  }
  .valgenesis-solution{
    padding-top: 70px;
    padding-bottom:3.125rem;
  }
  .valgenesis-solution .col-md-5 img{
    margin-bottom:1.875rem;
  }
  .valgenesis-solution .text-end{
    text-align:left;
  }
  .resources #grid .card h5{
    min-height:auto;
    margin-bottom: 0;
  }
  .resources #grid .card .card-img-top{
    margin-bottom:0;
  }
  .latest-events{
    margin-top:-3.125rem;
    padding-top:75px;
    padding-bottom:0;
  }
  .latest-events .container{
    margin-top:3.125rem;
    margin-bottom: 0;
    padding-bottom:1.25rem;
  }
  .event-main .event-block{
    margin-bottom:1.25rem;
  }
  .app-overview .app-overview-body .item h3{
    font-size:23px;
  }
  footer{
    padding-bottom:0;
  }
  footer .footer-nav ul{
    text-align:left;
    padding-left: 0;
  }
  footer .logo-footer{
    margin-bottom:1.25rem;
  }
}

@media screen and (max-width: 991px) and (min-width:768px){
  .hero-bg.home-hero {
    min-height: 95vh;
    padding-top: 60vh;
  }
  .hero-bg.home-hero .col-md-6{
    width:100%;
  }
  #global-search-wrapper{
    width:85vw;
  }
  #global-search-wrapper:before {
    right: 12.5rem;
  }
  .filters {
    width: 100%;
  }
  div#grid {
    width: 50%;
  }
  .numbers .numbers-container {
    width: 100%;
  }
  .services-block .services-card-title {
    width: 60%;
  }
  .services-block .services-card-row .services-card-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .sticky-header > .container{
    max-width:100%;
  }
  a.logo{
    width: 180px;
  }
  .nav .nav-item {
    padding: 0 5px;
  }
  .nav .nav-item a{
    font-size:0.938rem;
  }
}

/* old styles*/
.text-dark-blue {color:#02216e; }
.text-light-blue {color:#13D0FF; }

.text-vg-small { font-size: 0.9rem; }


/* .hs-field-desc{
  font-size:0.875rem!important;

} */
@media (max-width: 576px) {
  /* Padding between sections*/
  .py-section {
    padding-top: 3rem ;
    padding-bottom: 3rem;
  }
  .my-section {
    padding-top: 3rem ;
    padding-bottom: 3rem;
  }
  .pt-section {
    padding-top: 3rem;
  }
  .mt-section {
    padding-top: 3rem;
  }
  .pb-section {
    padding-bottom: 3rem;
  }
}

@media (min-width: 576px) {
  .py-sm-section {
    padding-top: 4.7rem;
    padding-bottom: 4.7rem;
  }
  .pt-sm-section {
    padding-top: 4.7rem;
  }
  .pb-sm-section {
    padding-bottom: 4.7rem;
  }
  .my-sm-section {
    margin-top: 4.7rem;
    margin-bottom: 4.7rem;
  }
  .mt-sm-section {
    margin-top: 4.7rem;
  }
  .mb-sm-section {
    margin-bottom: 4.7rem;
  }
  .jumpup-100 { margin-top: -6.25rem; }

}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
  display: inline-block;
  font-size: 0.6rem;
  padding: 0.4rem 0.4rem 0.2rem 0.4rem;
  width: 100%;
}


/* Initial hidden state */
.fade-left, .fade-right {
  opacity: 0;
  transform: translateX(0);
  transition: all 2s ease-out;
}

/* Fade in from left */
.fade-left {
  transform: translateX(-60px);
}

/* Fade in from right */
.fade-right {
  transform: translateX(60px);
}


.fade-in {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .fade-left, .fade-right {
    transform: translateY(60px);
  }

  .fade-in {
    transform: translateY(0);
  }
}


.fade-up {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: all 0.8s ease-out;
}


.fade-up.fade-in {
  opacity: 1;
  transform: translateY(0);
}



@media (max-width: 768px) {
  .fade-up {
    transform: translateY(60px);
  }
}
.parallax-panel {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}


/* Editorial content template*/
.resource-detail h2 {
  font-size: 1.75rem; 
}

.resource-detail .toc-link {
  color: #25A9E0;
  text-decoration: none;
}

.resource-detail .toc-link:hover {
  text-decoration: underline;
}

.resource-detail .toc-link::after {
  content: "\203A";
  margin-left: 0.125rem;
  color: #13D0FF;
}

.resource-detail #post-body h2,
.resource-detail #post-body h3 {
  scroll-margin-top: 10rem; 
  margin-bottom: 2.5rem; 
}

.resource-detail .left-content h2 {
  margin-top: 1.875rem; 
  margin-bottom: 2.5rem;
}

.resource-detail #post-body * {
  user-select: none;
}

.resource-detail #post-body a {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.resource-detail #post-body img {
  max-width: 100%;
  height: auto;
  display: block;
}

.resource-detail #post-body li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.resource-detail #toc-list li.h3-item {
  list-style: disc;
  margin-left: 3.125rem;
  padding-left: 0;
}

.resource-detail .toc-list li a {
  text-decoration: underline;
  color: #02216e;
  font-size: 1rem;
}

.resource-detail .toc-list li a:hover {
  color: #13D0FF;
}

.resource-detail .toc-list .toc-link::after {
  content: none !important;
}

.resource-detail .share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource-detail .share-icon img {
  min-height: 1.875rem; 
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.resource-detail .sticky-sidebar {
  position: sticky;
  top: 9.375rem; 
  z-index: 1;
}


/* END Editorial content template */

/* Resource center + Hello page  */
.profile-headshot-200 {
  max-width: 12.5rem;
  width: 100%;
  height: auto;
}

.filter-wrapper {
  background: #EEF3FA;
  padding: 0.75rem 1rem; 
  border-radius: 0.25rem; 
}

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  border: none;
  background: #EEF3FA;
  padding: 0.5rem 0.9375rem 0.75rem 3.25rem;
  border-radius: 0.1875rem; 
  font-size: 1rem;
  outline: none;
}

.search-icons {
  position: absolute;
  left: 0.75rem; 
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.search-icons img {
  width: 2rem; 
  height: 2rem; 
}

.theme-select-wrapper {
  position: relative;
  width: 100%;
}

.theme-select {
  width: 100%;
  border: none;
  background: #EEF3FA;
  padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
  border-radius: 0.1875rem;
  font-size: 1rem; 
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.theme-select-wrapper i {
  position: absolute;
  right: 0.75rem; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.375rem; 
  pointer-events: none;
}

.resource-card {
  transition: 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-0.375rem); 
}

.load-more-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.load-more-btn:hover {
  opacity: 0.8;
}

.event-main,
.latest-events {
  background: none !important;
  margin-top: 6.25rem; 
}

.event-main .accordion {
  background: none !important;
}

.event-main .accordion .accordion-item,
.event-main .accordion .accordion-item h2,
.event-main .accordion .accordion-item h2 button {
  background: #EEF3FA !important;
  border-radius: 0.9375rem !important; 
  padding: 0;
}

/* END Resource center + Hello page */


/* webinar resource download */

.author-avatar-150 {
  width: 9.375rem; 
  min-height: 9.375rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.social-icon-30 {
  width: 1.875rem;
  height: 1.875rem;
}

.time-toggle-container.single-option {
  justify-content: center;
}

.time-option {
  width: 50%;
  padding: 0.625rem 1.25rem; 
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.time-toggle-container.single-option .time-option {
  width: auto;
}

.time-option .underline {
  height: 0.25rem; 
  width: 0%;
  background: #00C8FF;
  margin: 0.5rem auto 0; 
  transition: width 0.3s ease;
}

.time-option.active .day,
.time-option.active .time {
  font-weight: 700;
}

.time-option.active .underline {
  width: 90%;
}

.time-toggle-container.single-option .time-option.active .underline {
  width: 100%;
}

.date-badge {
  background: #ffd400;
  padding: 0.3rem 3.75rem;
  border-radius: 0.9375rem; 
  display: inline-flex;
  position: relative;
  align-items: center;
  top: -5rem; 
  gap: 0.5rem; /* 8px */
}

.content-text {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.content-text img,
.content-text iframe,
.content-text table {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.webinar-section {
  overflow-x: hidden;
}

@media (max-width: 48rem) { 

  .time-option {
    width: 100%;
    padding: 0.75rem 0; 
  }

  .date-badge {
    top: -4.0625rem; 
  }
}

.webinar-embed-wrapper {
  max-width: 100%;
  margin-top: 1.25rem; 
}

.webinar-iframe {
  display: none;
  background: #f5f7fb;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12); 
  animation: fadeIn 0.35s ease;
}

.past-webinar-form {
  margin: -3.125rem; 
}

.webinar-iframe.active {
  display: block;
}

.webinar-iframe iframe {
  width: 100%;
  height: 34rem; 
  border: 0;
  border-radius: 1rem; 
}

@media (max-width: 48rem) { 
  .webinar-iframe iframe {
    height: 26.25rem; 
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* END webinar resource download */
/* Careers Lever - Revision 2025 New */
.parallax-panel--careers {
  background-image: url('https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/shutterstock_2532165931_edit%201%20%281%29.jpg');
  margin-top: -6rem;   
  margin-bottom: 7.625rem;
  padding: 6.25rem 0;  
  min-height: 37.5rem; 
}

.jumbo-wrapper .hero-bg {
  position: relative !important;
  z-index: 5 !important;
}

.white-card {
  background: #ffffff;
  border-radius: 0.9375rem; /* 15px */
  padding: 2.5rem 3.125rem; /* 40px 50px */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3125rem; /* -5px */
  z-index: 20;
}

@media (max-width: 51.25rem) { /* 820px */
  .white-card {
    padding: 1.5625rem 1.25rem; /* 25px 20px */
    width: 90%;
    bottom: -0.1875rem; /* -3px */
  }
}

@media (max-width: 30rem) { /* 480px */
  .white-card {
    padding: 1.25rem 0.9375rem; /* 20px 15px */
    bottom: -0.4375rem; /* -7px */
    border-radius: 0.75rem; /* 12px */
  }
}

.search-wrapper {
  position: relative;
}

.search-input {
  padding-left: 3.125rem !important; /* 50px */
  height: 3.25rem; /* 52px */
  background: #EFF2F7;
  border: none;
}

.search-icons {
  position: absolute;
  left: 0.75rem; /* 12px */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.filter-box {
  background: #fff;
  border-radius: 0.5rem; /* 8px */
  padding: 0.875rem; /* 14px */
  background: #EFF2F7;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-box input,
.filter-box select {
  border: none;
  background: none;
  width: 100%;
  outline: none;
  color: #02216E;
}

select option {
  color: #02216E;
}

.search-input::placeholder {
  color: #02216E !important;
  opacity: 1;
}

.job-group-title {
  margin-top: 5.3125rem; 
  margin-bottom: 0.9375rem; 
  margin-left: 1.25rem; 
}

.job-row {
  background: #EFF2F7;
  padding: 1.125rem; 
  border-radius: 0.5rem;
  margin-bottom: 1.875rem; 
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1.25rem; 
  transition: 0.2s ease;
  cursor: pointer;
}

.job-row:hover {
  background: #eaf2ff;
  border-color: #cddbf7;
}

.pagination li a {
  color: #02216E;
  cursor: pointer;
}

.page-link:hover {
  color: #02216E !important;
}

.pagination .active .page-link {
  background: #02216E;
  border-color: #243B63;
}

@media (max-width: 62rem) { 
  .job-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 36rem) { 
  .job-row {
    grid-template-columns: 1fr;
  }

  .job-group-title {
    margin-left: 0;
    text-align: center;
  }
}

.privacy-section {
  background: linear-gradient(156.07deg, #0133d3 9.79%, #021e6f 96.05%);
  padding: 5rem 1.25rem; 
  margin-top: -3.125rem; 
}

.privacy-icon img {
  width: 7.5rem; 
  max-width: 100%;
}
/* END Careers Lever - Revision 2025 New */

/* partners */
.parallax-panel--partners {
  background-image: url('https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/shutterstock_2229913173.jpg');
  margin-top: -6.25rem;  
  margin-bottom: 9.375rem; 
  padding-top: 12.5rem;  
  padding-bottom: 6.25rem;
  min-height: 53.125rem; 
}
.bigger-on-hover {
  transition: all 0.08s;
}
.bigger-on-hover:hover {
  transform: scale(1.02);
}

.center-card {
  background-color: rgba(2, 33, 110, 0.9);
  border: 0.0625rem solid #FFD200; 
  border-radius: 1rem;
  padding: 3.5rem 2rem;
  min-height: 21.875rem; 
}

.heading-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}

.heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem; 
  width: 6.25rem;
  height: 0.0625rem; 
  background-color: #FFD200;
  border-radius: 0.625rem; 
}

.partner-btn-wrap {
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  transform: translateX(-50%);
}

.partner-logo {
  width: 8.75rem;
  height: 5.625rem; 
  margin: 0.5rem;
}

.partner-logo img {
  max-width: 90%;
  max-height: 4.375rem;
  object-fit: contain;
}


/* END partners */

/*  VG Product - Flyers 2026  */
.wrapper {
  margin: 0 auto;
  position: relative;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: wrap;
  overflow: hidden;
}

.content span {
  display: block;
}

.overlay {
  position: absolute;
  bottom: 5.625rem; /* 90px */
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  overflow: hidden;
  background-color: #EBEEF2;
}

.wrapper:hover .overlay {
  height: 75%;
}



@media (max-width: 48rem) { 
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    position: relative;
    top: 56%;
  }
}

@media (min-width: 48rem) { 
  .carousel-control-prev-icon {
    position: relative;
    left: -70%;
  }

  .carousel-control-next-icon {
    position: relative;
    right: -70%;
  }

  .wrapper .card {
    min-height: 18em;
  }

  .lead-video-wrapper {
    position: relative;
    top: -43.75rem; 
  }
}


.content-section {
  margin-top: 6.25rem;  
  padding-bottom: 5rem;  
  margin-bottom: -7.5rem; 
}


/*  NEW VG Product - Flyers 2026  */
/* VG Consulting Services 2025  */
.consulting-logo {
  margin-bottom: 6.25rem; 
  margin-top: 6.25rem;
}

.consulting-img img {
  max-width: 90%;
}

.results-section {
  background: linear-gradient(180deg, #002766 0%, #0045A5 100%);
  padding: 5rem 0 7.5rem; 
  color: #fff;
  margin-top: 9.375rem; 
}

.badge-container {
  position: relative;
  width: 16.25rem; 
  margin: -5rem 0.75rem 0 0; 
}

.badge-bg {
  width: 115%;
  height: 16.875rem; 
}

.badge-logo-wrapper {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  text-align: center;
}

.badge-logo-wrapper img {
  width: 135% !important;
}

@media (max-width: 47.9375rem) { 
  .badge-container {
    margin: -5.125rem 0.75rem 0.125rem 1.875rem; 
  }
}

/* END VG Consulting Services 2025  */

/* Contact us */
.custom-video-desktop {
  width: 42.8125rem;   
  height: auto;
  margin-left: -5.3125rem; 
  margin-top: -2.5rem;   
}

.custom-video-mob {
  width: 21.875rem;  
  height: 25rem;     
  margin-left: -14.375rem; 
  margin-top: -2.5rem;    
}
/* END Contact us */

/* sales*/
.hero-wrapper {
  position: relative;
  overflow: visible;
}

.sales-title {
    margin-top: 4.6875rem;
}
.hero-form {
  position: relative;
  top: -9.375rem; 
  z-index: 5;
}

.hero-image-wrapper {
  position: absolute;
  right: 8.4375rem; 
  bottom: 0;
  transform: translateY(30%);
  z-index: 9;
}

.hero-image-wrapper img {
  max-width: 28.75rem; 
  height: auto;
}

.hero-image-text {
  margin-top: 15.625rem; 
  margin-left: 2.5rem;  
}

@media (max-width: 49.1875rem) { 
  .hero-form {
    top: -7.8125rem; 
  }

  .hero-image-text {
    margin-top: 0;
    margin-left: 0.625rem;
  }

  .hero-bg {
    clip-path: none;
    padding-bottom: 5rem; 
  }
}

.testimonial-logos {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 47.9375rem) { 
  .testimonial-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* END sales*/

/* VG Product - Process Manager 2025 */
.bg-blue-section {
  background: linear-gradient(180deg, #001A5C 0%, #003C9E 100%);
  height: 21.875rem; 
  display: flex;
  align-items: center;
  margin-top: 6.25rem; 
}

.bs-yellow {
  color: var(--bs-yellow) !important;
}
/* END VG Product - Process Manager 2025 */
/* Video landing page */
.video-nav-wrapper .nav .nav-item a.active::after {
  background: #13D0FF !important;
  bottom: 0;
  content: "";
  display: block;
  height: 0.3125rem; /* 5px */
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9;
}

.video-nav-wrapper .nav .nav-item a.active {
  color: #02216E !important;
  position: relative;
}

.video-nav-wrapper .nav-tabs {
  border-bottom: none;
}

.video-nav-wrapper .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}

.video-nav-wrapper .nav-tabs .nav-link.active {
  border: none;
  background-color: transparent;
}

.transcript-scroll {
  max-height: 16.25rem; /* 260px */
  overflow-y: auto;
  font-size: 0.9375rem; /* 15px */
  line-height: 1.6;
  background: #EEF3FA;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: -0.5rem; /* -8px */
}

.transcript-scroll::-webkit-scrollbar {
  display: none;
}

.related-video-card {
  border: 0.0625rem solid #e6e6e6; /* 1px */
  border-radius: 1rem; /* 16px */
  display: block;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
  width: 100%;
}

.related-video-card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06); /* 8px 24px */
  transform: translateY(-0.375rem); /* -6px */
}

.card-content h3,
.card-content p,
.share-link-input {
  color: #02216E;
}

.share-video-content {
  margin-top: -0.5rem; /* -8px */
}

.share-input-wrapper {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #02216E; /* 1px */
  border-radius: 2.5rem; /* 40px */
  overflow: hidden;
  height: 2.5rem; /* 40px */
}

.share-link-input {
  flex: 1;
  border: none;
  padding: 0 1.25rem; /* 20px */
  font-size: 1rem; /* 16px */
  background: transparent;
  outline: none;
}

.copy-btn {
  background: #13D0FF;
  color: #02216E;
  border: none;
  padding: 0 0.9375rem; /* 15px */
  height: 100%;
  cursor: pointer;
  transition: 0.3s ease;
}

.copy-btn:hover {
  background: #02216E;
  color: #fff;
}

.share-small-text {
  color: #02216E;
}

.aio-content {
  max-width: 100%;
  overflow-x: hidden;
  word-break: break-word;
}

.aio-content img,
.aio-content iframe,
.aio-content video {
  max-width: 100%;
  height: auto;
}
/* END Video landing page */


/* Webinar main page */
.webinars-header {
  padding-top: 6.25rem;   /* 100px */
  padding-bottom: 6.25rem;
}

.webinarAccordion-header {
  background: #0F2BB1;
  color: #FFD600;
  border: none;
}

.webinarAccordion-header .arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.webinarAccordion-header.active .arrow {
  transform: rotate(0deg);
}

.webinarAccordion-content {
  display: none;
  background: #EEF3FA;
}

.webinarCard {
  padding: 1.5625rem 2.5rem; 
  display: grid;
  grid-template-columns: 60% 26% 14%;
}

.profile-img {
  width: 9.375rem;  
  height: 9.375rem;
  object-fit: cover;
  border: 0.0625rem solid #FFD200;
}

.badge-coming {
  background: #FFD200;
  text-align: center;
  border-radius: 0.625rem; 
  margin-top: -0.9375rem; 
  margin-bottom: 3.125rem; 
}

.cta-link {
  transition: all 0.3s ease;
}

.cta-link span {
  transition: all 0.3s ease;
}

.cta-link:hover span:first-child {
  font-weight: 700 !important;
}

.cta-link:hover .arrow-icon {
  transform: translateX(0.375rem); 
  font-weight: 700;
}

.arrow-icon {
  transition: transform 0.3s ease, font-weight 0.2s ease;
}

/* Tablet */
@media (max-width: 64rem) { 
  .webinarCard {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "left left"
      "middle right";
  }

  .webinarCard-left { grid-area: left; }
  .webinarCard-middle { grid-area: middle; }

  .webinarCard-right {
    grid-area: right;
    align-items: flex-start;
  }
}

/* Small Tablet */
@media (max-width: 49.1875rem) { /
  .webinars-header {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem; 
  }
}

/* Mobile */
@media (max-width: 47.9375rem) { 
  .webinarCard {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "middle"
      "right";
    padding: 1.25rem; 
  }

  .webinarCard-right {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.25rem; 
  }

  .badge-coming {
    margin: 0.9375rem 0 0 0; 
  }

  .profile-img {
    width: 7.5rem; 
    height: 7.5rem;
  }
}

/* Small Mobile */
@media (max-width: 30rem) { 
  .webinarCard {
    padding: 0.9375rem; 
  }

  .profile-img {
    width: 6.25rem; 
    height: 6.25rem;
  }

}
/* END Webinar main page */