 /*====scroll sliders ====*/
 
/* START - section culture rules styles */
.scroll-slider:not(.scroll-slider-initiated) {
	display: flex;
	gap: 1rem;
}
.scroll-slider:not(.scroll-slider-initiated) > * { flex-shrink: 0;}
.scroll-slider-initiated {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.scroll-slider-initiated .mask { width: 100%;}
.scroll-slider-initiated .mask.dragging .slideset { cursor: grabbing; }
.scroll-slider-initiated .slideset {
	width: max-content;
	display: flex;
	gap: 1rem;
	cursor: grab;
	will-change: transform;
}
.scroll-slider-initiated .slider-scroll {
	height: 0.125rem;
	background: var(--i2c-brand-100);
	position: relative;
}
.bg-blue .scroll-slider-initiated .slider-scroll { background: var(--i2c-brand-400);}
.scroll-slider-initiated .slider-scroll .slider-cursor {
	width: 5rem;
	height: 0.125rem;
	background: var(--orange);
	transition: height 0.25s linear;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: grab;
}
.scroll-slider-initiated .slider-scroll .slider-cursor:where(:hover, :focus-visible) { height: 0.125rem;}
.scroll-slider-initiated .slider-scroll .slider-cursor.dragging { height: 0.125rem; cursor: grabbing;}
/* design screen 768px and above */
@media (min-width: 768px) {
	.scroll-slider-initiated { gap: 2.875rem;}
	.scroll-slider:not(.scroll-slider-initiated),
	.scroll-slider-initiated .slideset { gap: 1.5rem;}
	.scroll-slider-initiated .slider-scroll .slider-cursor { height: 0.25rem;}
	.scroll-slider-initiated .slider-scroll .slider-cursor:where(:hover, :focus-visible),
	.scroll-slider-initiated .slider-scroll .slider-cursor.dragging { height: 0.375rem;}
}
/* design screen 1366px = 1200px and above */
@media (min-width: 1200px) {
	.scroll-slider-initiated { gap: 3.625rem;}
}
/* design screen 1920px = 1601px and above */
@media (min-width: 1601px) {
	.scroll-slider-initiated { gap: 4.875rem;}
	.scroll-slider:not(.scroll-slider-initiated),
	.scroll-slider-initiated .slideset { gap: 2rem;}
}
/* END - section culture rules styles */
 
 
 
 .hero-header {
     position: relative;
     display: flex;
     align-items: end;
     min-height: 596px;
     height: 100%;
     padding-block: 24px;
     color: #fff !important;
     overflow: hidden;
     z-index: 0;
 }

 .hero-header::before {
     content: "";
     background: linear-gradient(0deg, rgba(0, 8, 35, 0.40) 0%, rgba(0, 8, 35, 0.40) 100%);
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     z-index: -1;
 }

 .hero-header::after {
     content: url(https://www.i2cinc.com/oracle/images/life-at-i2c/header_triangle.webp);
     position: absolute;
     top: 0;
     left: 0;
     width: 712px;
     z-index: 1;
 }

 .hero-header .bg-video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: -2;
 }

 .empowered-women .video-holder,
 .hero-header .video-holder {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     pointer-events: none;
 }

 .hero-header .video-holder:before,
 .hero-header .video-holder:after {
     content: "";
     pointer-events: none;
     position: absolute;
     top: 0;
     left: 0;
 }

 .hero-header .video-holder:before {
     width: 100%;
     height: 100%;
     background: linear-gradient(0deg, rgba(0, 8, 35, 0.40) 0%, rgba(0, 8, 35, 0.40) 100%);
     opacity: 1;
     z-index: 1;
 }

 .hero-header .video-holder:after {
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 68.4375rem 44.53125rem 0;
     border-color: var(--i2c-brand-950) transparent transparent transparent;
     filter: blur(20rem);
     transform: translateX(-50%);
     opacity: 0.65;
 }

 .hero-header .video-holder video {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .empowered-women .video-holder .wistia-embed-container,
 .hero-header .video-holder .wistia-embed-container {
     height: 100% !important;
     padding: 0 !important;
     overflow: hidden;
 }

 .empowered-women .video-holder .wistia_responsive_wrapper,
 .hero-header .video-holder .wistia_responsive_wrapper {
     width: auto !important;
     position: absolute;
     top: 50% !important;
     left: 50% !important;
     transform: translate(-50%, -50%);
     aspect-ratio: 1/0.5625;
 }

 .hero-header .container,
 .hero-header .hero-content-wrapper {
     position: relative;
     z-index: 2;
 }

 .hero-content-wrapper {
     display: flex;
     flex-direction: row;
     align-items: end;
     justify-content: space-between;
     z-index: 1;
 }

 .hero-header__title {
     position: relative;
 }

 .hero-header__title span:after {
     content: ".";
     color: var(--orange);
 }

 .hero-header__description,
 .main-content-wrapper,
 .main-content {
     display: flex;
     flex-direction: column;
 }

 .main-content,
 .main-content-wrapper {
     gap: 16px;
 }

 .hero-header__description {
     gap: 8px;
 }

 .hero-header__description p {
     font-weight: 300;
 }

 /*=== avatar group *====*/
 .avatar-group {
     display: flex;
     align-items: center;
 }

 .avatar-group__item {
     position: relative;
     width: 32px;
     height: 32px !important;
     border-radius: 100%;
     border: 2px solid var(--Brand-900, #081A66);
     flex-shrink: 0;
     margin-left: -7px;
     transition: transform 0.2s ease;
 }

 .avatar-group__item:nth-child(1) {
     z-index: 4;
 }

 .avatar-group__item:nth-child(2) {
     z-index: 3;
 }

 .avatar-group__item:nth-child(3) {
     z-index: 2;
 }

 .avatar-group__item:nth-child(4) {
     z-index: 1;
 }

 .avatar-group__item:first-child {
     margin-left: 0;
 }

 /*=== competetive section ===*/
 .competitive {
     overflow: hidden;
 }

 .competitive__tagline {
     display: flex;
     flex-direction: column;
     gap: 0;
     padding-bottom: 24px;
 }

 .competitive__tagline p,
 .competitive__tagline h2 {
     position: relative;
 }

 .competitive__tagline span:after {
     content: ".";
     color: var(--orange);
     font-feature-settings: 'cv01' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv09' on, 'cv10' on;
 }

 .competitive__text,
 .competitive__content {
     display: flex;
     flex-direction: column;
     gap: 40px;
 }

 .competitive__video {
     position: relative;
     overflow: hidden;
     z-index: 1;
 }

 .competitive__video .competitive__video-bg,
 .competitive__video video {
     display: block;
     height: auto;

 }

 .competitive__video .competitive__video-bg iframe {
     border-radius: 16px;
 }

 .competitive__video-controls {
     position: absolute;
     right: 22px;
     bottom: 19px;
     z-index: 2;
     pointer-events: auto;
     transform: none;
 }

 .competitive__text {
     gap: 16px;
 }

 .competitive__video .competitive__video-bg,
 .competitive__video video {
     width: 100%
 }

 .competitive .image-slider .slick-list {
     padding: 0;
 }

 .competitive .image-slider:not(.slick-slider),
 .competitive .image-slider .slick-track {
     display: flex;
     gap: 1rem;
 }

 .competitive .image-slider .slide {
     width: 9.5rem;
     flex-shrink: 0;
 }

 .competitive .image-slider {
     padding-top: 80px;
 }

 .competitive .image-slider .img-holder {
     aspect-ratio: 1/0.844262;
     overflow: hidden;
     border-radius: var(--borderRadiusLarge);
 }

 .competitive .image-slider .img-holder img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /*=== Empowered Women section ===*/
 .empowered-women {
     color: #fff;
     position: relative;
     display: flex;
     width: 100%;
     height: auto;
     min-height: 500px;
     padding: 24px;
     flex-direction: column;
     justify-content: flex-end;
     align-items: flex-start;
     border-radius: 16px;
     z-index: 0;
 }

 .empowered-women::before {
     content: "";
     background: linear-gradient(0deg, rgba(0, 8, 35, 0.60) 0%, rgba(0, 8, 35, 0.60) 100%);
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     border-radius: 16px;
 }

 .empowered-women .video-holder,
 .empowered-women video.empowered-women__background-video {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 16px !important;
     z-index: -2;

 }

 .empowered-women .video-holder iframe {
     border-radius: 16px !important;
 }

 .empowered-women::before,
 .empowered-women .video-holder,
 .empowered-women .video-holder iframe,
 .empowered-women video.empowered-women__background-video {
     overflow: hidden;
 }

 .empowered-women__content {
     position: relative;
     z-index: 2
 }

 .empowered-women__description,
 .empowered-women__main,
 .empowered-women__content {
     display: flex;
     justify-content: space-between;
 }

 .empowered-women__content {
     align-items: flex-end;
 }

 .empowered-women__description,
 .empowered-women__main {
     flex-direction: column;
 }

 .empowered-women__main {
     gap: 24px;
 }

 .empowered-women__description {
     gap: 16px;
 }

 .text-slider {
     overflow: hidden;
     width: 100%;

 }


 .text-slider__track {
     display: block;
 }

 .text-slide {
     display: inline-block;
     white-space: nowrap;
     vertical-align: middle;
     margin-right: 24px;
     padding-bottom: 80px;
 }

 .text-slide h3,
 .text-slide span {
     display: inline-block;
     vertical-align: middle;
     line-height: 1;
     margin: 0;
 }


 .text-slide h3,
 .text-slide span {
     color: var(--text-primary, #1B223A);
     font-feature-settings: 'cv01' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv09' on, 'cv10' on;
     font-size: 48px;
     font-weight: 300;
     line-height: 48px;
     letter-spacing: -2px;
     margin: 0;
 }

 .text-slider .text-slide span {
     color: var(--orange, #F97C00);
     margin-left: 24px;
 }

 .activities-section {
     padding-block: 64px;
     background: linear-gradient(180deg, #E5F3FF 0%, #FFF 100%);
     overflow: hidden;
 }



 @media (max-width: 767px) {
     .video-preview {
         display: none
     }

     #competitive__heading {
         max-width: 200px;
         color: #1B223A;
         font-feature-settings: 'cv01' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv09' on, 'cv10' on;
         font-size: 44px;
         font-weight: 500;
         line-height: 1;
         letter-spacing: -2px;
     }

     .competitive-decor {
         display: none
     }
 }

 @media screen and (max-width: 991px) {
     .cta-band-lottie .cta-lottie-holder {
         transform: scale(1.7);
     }

     .video-preview {
         padding: 2px 0px 2px 3px;
     }
 }

 @media (min-width: 768px) {
     .hero-header {
         min-height: 408px
     }

     .hero-content-wrapper {
         gap: 21px;
     }

     .hero-header__description {
         gap: 14px;
     }

     .main-content {
         gap: 32px;
     }

     .video-preview {
         display: flex;
         width: 188px;
         height: 85px;
         flex-shrink: 0;
         outline: none;
         border: none;
         border-radius: 12px;
         box-shadow: 0 9px 24px 0 rgba(27, 34, 58, 0.15);
     }

     .video-preview .poster-img img,
     .video-preview iframe,
     .video-preview video {
         width: 117px;
         height: 82px;
         border-radius: 12px;
         object-fit: cover;
     }

     .video-preview__text {
         padding: 3px 15px 9px 17px;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
     }

     .video-preview__cta {
         color: #1B223A;
         font-feature-settings: 'cv01' 1, 'cv02' 1, 'cv03' 1, 'cv04' 1, 'cv09' 1, 'cv10' 1;
         font-size: 14px;
         font-weight: 400;
         line-height: 18px;
         text-align: left;
     }

     .video-preview__icon {
         align-self: flex-end;
         text-align: right;
         width: 29px;
         height: 28px;
     }

     .competitive:not(.fast-lane) {
         position: relative
     }

     .competitive-decor {
         position: absolute;
         top: 80px;
         left: -60px;
         width: 200px;
         z-index: -1;
     }

     .competitive__tagline {
         gap: 16px;
         padding-bottom: 40px;
         align-items: center;
     }

     .competitive__content {
         flex-direction: row-reverse;
         gap: 24px;
     }

     .competitive__video {
         position: relative;
         display: inline-block;
         flex-shrink: 0;
         align-self: flex-start;
         overflow: hidden;
     }

     .fast-lane .competitive__content {
         flex-direction: row
     }

     .competitive__text {
         gap: 24px;
     }

     .competitive__video .competitive__video-bg,
     .competitive__video video {
         width: 348px;
         height: auto
     }

     .competitive__video-controls {
         right: 24px;
         bottom: 20px;
     }

     .competitive .image-slider .slide {
         width: 10.375rem;
     }

     .empowered-women {
         min-height: 390px;
     }

     .empowered-women__content {
         flex-direction: row;
         gap: 40px;
     }

     .empowered-women__main {
         gap: 16px;
     }

     .text-slide {
         margin-right: 40px;
     }

     .text-slider .text-slide span {
         margin-left: 40px;
     }

     .hero-header .video-holder .wistia_responsive_wrapper,
     .empowered-women .video-holder .wistia_responsive_wrapper {
         width: 100% !important;
         height: 100% !important;
     }
 }

 /* design screen 1024px = 992px and above */
 @media (min-width: 992px) {
     .hero-header {
         padding-block: 48px;
         min-height: 543px
     }

     .hero-content-wrapper {
         gap: 94px;
     }

     .main-content-wrapper {
         gap: 16px;
     }

     .video-preview {
         width: 222px;
         height: 100px;
         padding: 3px;
         border-radius: 12px;
     }

     .video-preview .poster-img img,
     .video-preview iframe,
     .video-preview video {
         width: 150px;
         height: 94px;
         flex-shrink: 0;
         border-radius: 12px;
     }

     .video-preview__text {
         padding: 7px 4px 7px 13px;
     }

     .video-preview__icon {
         width: 29px;
         height: 28px;
     }

     .competitive-decor {
         position: absolute;
         top: 50px;
         left: 0;
         width: 280px;
         z-index: 0;
     }

     .competitive__content {
         gap: 32px;
     }

     .competitive__video .competitive__video-bg,
     .competitive__video video {
         width: 427px;
     }

     .competitive__video-controls {
         right: 28px;
         bottom: 24px;
     }

     .competitive .image-slider .slide {
         width: 13.8125rem;
     }

     .empowered-women {
         padding: 48px;
         min-height: 502px;
     }

     .empowered-women__content {
         gap: 47px;
     }

     .empowered-women__description,
     .empowered-women__main {
         gap: 24px;
     }

     .text-slide {
         margin-right: 60px;
     }

     .text-slider .text-slide span {
         margin-left: 60px;
     }

     .activities-section {
         padding-block: 80px;
     }

     .cta-band .container-sm {
         max-width: 830px !important;
     }

 }

 @media (min-width: 991px) and (max-width: 1199px) {
     .activities-section .section-header {
         max-width: 704px;
     }
 }

 /* design screen 1366px = 1200px and above */
 @media (min-width: 1200px) {
     .hero-header {
         padding-block: 72px;
         min-height: 724px;
     }

     .hero-header .video-holder .wistia_responsive_wrapper {
         width: 100% !important;
         height: auto !important
     }

     .hero-content-wrapper {
         gap: 52px;
     }

     .main-content-wrapper {
         gap: 24px;
     }

     .avatar-group__item {
         width: 48px;
         height: 48px !important;
         margin-left: -11px;
     }

     .competitive-decor {
         top: 100px;
         width: 380px;
     }

     .competitive__tagline {
         padding-bottom: 64px;
     }

     .competitive__content {
         gap: 80px;
     }

     .competitive__text {
         gap: 40px;
     }

     .competitive__video .competitive__video-bg,
     .competitive__video video {
         border-radius: 24px;
         width: 590px;
     }

     .competitive__video .competitive__video-bg iframe {
         border-radius: 24px;
     }

     .competitive__video-controls {
         right: 39px;
         bottom: 33px;
     }

     .competitive .image-slider {
         padding-top: 100px;
     }

     .competitive .image-slider:not(.slick-slider),
     .competitive .image-slider .slick-track {
         gap: 1.5rem;
     }

     .competitive .image-slider .slide {
         width: 18rem;
     }

     .competitive .image-slider .img-holder {
         aspect-ratio: 1/0.83815;
     }

     .empowered-women {
         padding: 71px;
         border-radius: 22px;
         min-height: 662px;
     }

     .empowered-women::before,
     .empowered-women .video-holder,
     .empowered-women .video-holder iframe,
     .empowered-women video.empowered-women__background-video {
         border-radius: 22px !important
     }

     .empowered-women__content {
         gap: 13px;
     }

     .text-slide {
         margin-right: 80px;
         padding-bottom: 100px;
     }

     .text-slider .text-slide span {
         margin-left: 80px;
     }

     .text-slide span,
     .text-slide h3 {
         font-size: 90px;
         font-weight: 300;
         line-height: 90px;
         letter-spacing: -5px ;
     }

     .activities-section {
         padding-block: 100px;
     }

     .cta-band .container-sm {
         max-width: 1030px !important;
     }

 }

 /* design screen 1920px = 1601px and above */
 @media (min-width: 1601px) {

     .hero-header {
         padding-block: 120px;
         min-height: calc(100vh - 164px);
     }

     .main-content-wrapper {
         gap: 32px;
     }

     .hero-header__description {
         gap: 16px;
     }

     .avatar-group__item {
         width: 64px;
         height: 64px !important;
         margin-left: -15px;
     }

     .video-preview {
         width: 330px;
         height: 156px;
         padding: 4px;
         border-radius: 16px;
     }

     .video-preview .poster-img img,
     .video-preview iframe,
     .video-preview video {
         width: 224px;
         height: 148px;
         border-radius: 12px;
     }

     .video-preview__cta {
         font-size: 20px;
         line-height: 24px;
     }

     .video-preview__text {
         padding: 9px 15px 9px 17px;
     }

     .video-preview__icon {
         width: 44px;
         height: 44px;
     }

     .competitive-decor {
         top: 130px;
         width: 560px;
     }

     .competitive__tagline {
         padding-bottom: 120px;
     }

     .competitive__content {
         gap: 112px;
     }

     .competitive__video .competitive__video-bg,
     .competitive__video video {
         width: 863px;
     }

     .competitive__video-controls {
         right: 58px;
         bottom: 49px;
     }

     .competitive__text {
         gap: 44px;
         align-self: center;
         padding-right: 80px;
     }

     .fast-lane .competitive__text {
         padding-right: 0
     }

     .competitive .image-slider {
         padding-top: 200px;
     }

     .competitive .image-slider:not(.slick-slider),
     .competitive .image-slider .slick-track {
         gap: 2rem;
     }

     .competitive .image-slider .slide {
         width: 26rem;
     }

     .competitive .image-slider .img-holder {
         aspect-ratio: 1/0.836538;
     }

     .empowered-women {
         padding: 120px;
         border-radius: 32px;
         min-height: 953px;
     }

     .empowered-women::before,
     .empowered-women .video-holder,
     .empowered-women .video-holder iframe,
     .empowered-women video.empowered-women__background-video {
         border-radius: 32px !important
     }

     .empowered-women__main {
         gap: 40px;
     }

     .empowered-women__description {
         gap: 24px;
     }

     .empowered-women__content {
         gap: 343px;
     }

     .text-slide {
         margin-right: 120px;
         padding-bottom: 200px;
     }

     .text-slider .text-slide span {
         margin-left: 120px;
     }

     .text-slide span,
     .text-slide h3 {
         font-size: 136px;
         line-height: 136px;
         letter-spacing: -8px;
     }

     .activities-section {
         padding-block: 160px;
     }

     .cta-band .container-sm {
         max-width: 1230px !important;
     }

 }

 @media (min-width: 2000px) {
     .competitive-decor {
         left: 5%;
         top: 130px;
         width: 560px;
     }
 }

 /* START - section culture rules styles */

 .activities-section .container {
     position: relative;
     z-index: 2;
 }

 .activities-section .section-header {
     margin-bottom: 2.5rem;
 }

 .culture-rules-slider .slide {
     width: 296px;
     display: flex;
     flex-direction: column;
     gap: 1rem;
 }

 .culture-rules-slider .img-holder {
     width: 100%;
     border-radius: var(--borderRadiusLarge);
     position: relative;
     overflow: hidden;
     flex-shrink: 0;
     cursor: pointer;
 }

 .culture-rules-slider .img-holder .overlay-cta {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     padding: 1.5rem;
     display: none;
     align-items: flex-end;
     justify-content: end;
     transition: all 0.8s ease;
 }

 

 .culture-rules-slider .img-holder:hover .overlay-cta {
     display: flex !important
 }

 .culture-rules-slider .img-holder img {
     width: 100%;
     height: auto;
     display: block;
     aspect-ratio: 1 / 0.61;
     object-fit: cover;
         transition: transform 0.6s ease; 
 }
.culture-rules-slider .img-holder:hover img {
    transform: scale(1.08);               /* zoom in */
}
 .culture-rules-slider .icon-holder {
     width: 2.5rem;
     padding: 0.25rem;
     aspect-ratio: 1/1;
     background: var(--i2c-brand-25);
     border: 1px solid var(--light-blue);
     border-radius: 0.625rem;
     display: none;
 }

 .culture-rules-slider .icon-holder img {
     width: 1.5rem;
     height: auto;
     display: block;
 }

 .culture-rules-slider .text-xl {
     color: var(--i2c-brand-200);
 }

 /* design screen 768px and above */
 @media (min-width: 768px) {
     .activities-section .section-header {
         margin-bottom: 3rem;
     }

     .culture-rules-slider .slideset {
         gap: 1.5rem;
     }

     .culture-rules-slider .slide {
         width: 285px;
         flex-direction: column;
         align-items: flex-start;
         gap: 1.5rem;
     }

     .culture-rules-slider .img-holder {
         width: 285px;
     }

     .culture-rules-slider .img-holder img {
         aspect-ratio: 1 / 0.76;
     }
 }

 @media screen and (max-width: 991px) {
     .cta-band-lottie .cta-lottie-holder {
         transform: scale(1.8) !important;
     }
 }

 /* design screen 1024px = 992px and above */
 @media (min-width: 992px) {
     .activities-section {
         padding-block: var(--sectionInnerSpaceLarge);
     }

     .culture-rules-slider .slide {
         width: 373px;
     }

     .culture-rules-slider .img-holder {
         width: 373px;
     }

     .culture-rules-slider .img-holder img {
         aspect-ratio: 1 / 0.71;
     }
 }

 /* design screen 1366px = 1200px and above */
 @media (min-width: 1200px) {
     .activities-section .section-header {
         margin-bottom: 3.75rem;
     }

     .culture-rules-slider.scroll-slider:not(.scroll-slider-initiated),
     .culture-rules-slider.scroll-slider-initiated .slideset {
         gap: 4.625rem;
     }

     .culture-rules-slider .slide {
         width: 392px;
         gap: 1.5rem;
     }

     .culture-rules-slider .img-holder {
         width: 392px;
     }

     .culture-rules-slider .img-holder img {
         aspect-ratio: 1 / 0.64;
     }

     .empowered-women .video-holder .wistia_responsive_wrapper {
         width: 100% !important;
         height: auto !important;
     }

     .culture-rules-slider .img-holder .overlay-cta {
         padding: 2rem
     }
 }

 /* design screen 1920px = 1601px and above */
 @media (min-width: 1601px) {
     .activities-section .section-header {
         margin-bottom: 5rem;
     }

     .culture-rules-slider.scroll-slider:not(.scroll-slider-initiated),
     .culture-rules-slider.scroll-slider-initiated .slideset {
         gap: 5rem;
     }

     .culture-rules-slider .slide {
         width: 627px;
         gap: 56px;
     }

     .culture-rules-slider .img-holder {
         width: 627px;
     }
 }

 /* END - section culture rules styles */
 @media (min-width: 768px) and (max-width: 1200px) {

     /* Make outer-holder full width */
     .hero-header .video-holder,
     .empowered-women .video-holder {
         width: 100% !important;
         height: auto !important;
         aspect-ratio: 16/9 !important;
         overflow: hidden;
     }

     /* Remove Wistia's padding hack */
     .hero-header .video-holder .wistia_responsive_padding,
     .empowered-women .video-holder .wistia_responsive_padding {
         padding: 0 !important;
         width: 100% !important;
         height: 100% !important;
     }

     /* Force Wistia video container to match aspect-ratio */
     .hero-header .video-holder .wistia_responsive_wrapper,
     .empowered-women .video-holder .wistia_responsive_wrapper {
         width: 100% !important;
         height: 100% !important;
         aspect-ratio: 16/9 !important;
         top: 0 !important;
         left: 0 !important;
         transform: none !important;
     }

     /* Force the actual iframe to fill correctly */
     .hero-header .video-holder iframe,
     .empowered-women .video-holder iframe {
         width: 100% !important;
         height: 100% !important;
         object-fit: cover !important;
     }

     .empowered-women {
         width: 100%;
     }


     .empowered-women .video-holder::before {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: linear-gradient(0deg, rgba(0, 8, 35, 0.9), rgba(0, 8, 35, 0));
         pointer-events: none;
         z-index: 2;
     }

 }

 @media (min-width: 1600px) and (max-width: 1800px) {
     .empowered-women__content {
         gap: 120px;
     }
      .empowered-women .video-holder .wistia-embed-container {
        padding-bottom: 0 !important;
        height: 100% !important;
        transform:scale(1.15)
    } 
 }
 
 [dir] body.custom-page-16001 .cc-element { margin: 0;flex-grow: 1;display: flex;flex-direction: column;gap: var(--sectionSpace);}
.custom-page-16001 .cc-section__content {  padding: 0;  margin: 0;  max-width: 100%;}
.custom-page-16001 .hero-header__description p,
html[dir] body.custom-page-16001 .competitive__text p,
html[dir] body.custom-page-16001 .empowered-women__main p,
html[dir] body.custom-page-16001 .hero-header__description p{margin-bottom:0 !important; padding-bottom:0;}
.custom-page-16001 .competitive__tagline p{margin-bottom:0 !important; padding-bottom: 0 !important;}
.custom-page-16001 .display-2 {    font-size: var(--fontSizeDisplay2) !important;}
.custom-page-16001	.competitive__content .btn.btn-outline.btn-primary {border-color: var(--blue) !important; color: var(--blue) !important;}
.custom-page-16001 .competitive__cta .btn.btn-outline.btn-primary:hover { color: #fff !important}
[dir] body.custom-page-16001 button.video-preview { background: #fff }
[dir] body.custom-page-16001 .cc-element h3.h1 {
    padding: 0 !important;
    font-size: var(--fontSizeH1);
    line-height: var(--lineheightH1);
    font-weight: var(--fontWeightMedium);
    letter-spacing: var(--letterSpacingH1);
}


@media (min-width: 768px) {
    [dir] body.custom-page-16001 button.video-preview { 
                 padding: 2px 0px 2px 3px;
     }
}
@media (min-width: 991px) {
    [dir] body.custom-page-16001 button.video-preview { 
         padding: 3px; 
     }
}
@media (min-width: 1200px) {
  
}

@media (min-width: 1601px) {
    [dir] body.custom-page-16001 button.video-preview { 
        padding: 4px;
     }
}