/* 2 */
:root {
    --gatik-purple: #6236cb;
    --gatik-blue: #4648A5;
    --midnight-purple: #19163d;
    --slate-grey: #202C40;
    --rich-black: #000000;
    --light-black: #7c7c7c;
    --white: #FFFFFF;
    --secondary-light-blue: #CCE5F9;
    --secondary-dark-blue: #233775;
    --secondary-rock: #B7B3B8;
    --secondary-pale-blue: #F3F9FB;

    --gatik-purple-half: #6236cb50;
    --midnight-purple-half: #19163d50;
    --slate-grey-half: #202C4050;
    --rich-black-half: #00000050;
    --white-half: #FFFFFF50;
    --secondary-light-blue-half: #CCE5F950;
    --secondary-dark-blue-half: #23377550;
    --secondary-rock-half: #B7B3B850;
    --secondary-pale-blue-half: #F3F9FB50;
}


#awards{
    background-color: #fff;
}

.btn-border, .btn-border-white, .btn-purple{
    text-transform: lowercase;
}

.btn-border:first-letter, .btn-border-white::first-letter, .btn-purple::first-letter{
  
    text-transform: uppercase;

}

/* .form-box:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 80px;
    background: url(../img/cc-corner.png) no-repeat center center / 100% 100%;
} */

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 1000

.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* 
background: rgb(204, 229, 249);
background: linear-gradient(90deg, rgba(204, 229, 249, 1) 0%, rgba(85, 72, 134, 1) 50%, rgba(24, 16, 58, 1) 100%); 

background: rgb(204, 229, 249);
background: -moz-linear-gradient(90deg,var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
background: -webkit-linear-gradient(90deg,var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
background: linear-gradient(90deg,var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
*/


.section-separator.in-view:after{
    /* height: 0; */
}

body.page-id-236 .navigation ul li.menu-item a{
 color: white;

}

body.page-id-236 .logo-word{
    fill: white;
   
   }

   body.page-id-236 header.header-sticky{
    background-color: var(--midnight-purple);
   }


.about-block:after {
    background: none;
}

.header-line {
    background: -moz-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: -webkit-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
}


.navigation ul li a:after {
    background: rgb(204, 229, 249);
    background: -moz-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: -webkit-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
}

.btn-transparent,
.btn-transparent:focus,
.btn-transparent:active {

    background: -moz-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple-half) 50%, var(--midnight-purple-half) 100%);
    background: -webkit-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple-half) 50%, var(--midnight-purple-half) 100%);
    background: linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple-half) 50%, var(--midnight-purple-half) 100%);

}


.navigation .nav-right ul {
    gap: 30px;
}


.btn-transparent:after {
    background: linear-gradient(90deg, var(--gatik-purple) 0%, var(--gatik-purple) 100%);
}

.intro-title-76 strong {
    background-color: var(--gatik-purpl);
    background-image: linear-gradient(90deg,
            var(--midnight-purple),
            var(--gatik-purple),
            var(--secondary-light-blue),
            var(--midnight-purple),
            var(--gatik-purple));
}

.sm-gradient-title span {
    background-color: var(--secondary-pale-blue);
    background-image: linear-gradient(90deg,
            var(--midnight-purple),
            var(--gatik-purple),
            var(--secondary-light-blue),
            var(--midnight-purple),
            var(--gatik-purple));
}



/* .bg-gatik-purple .sm-gradient-title span,
.bg-dark-purple .sm-gradient-title span {
    background-color: var(--secondary-pale-blue);
    background-image: linear-gradient(90deg,
            var(--secondary-light-blue),
            var(--secondary-light-blue),
            var(--secondary-light-blue),
            var(--secondary-light-blue),
            var(--secondary-light-blue));
} */

.bg-gatik-purple .split-hero-left *,
.bg-dark-purple .split-hero-left *,
.bg-gatik-purple *,
.bg-dark-purple * {
    color: var(--white);
}

.btn-purple, .btn-purple:focus, .btn-purple:active {
    border-radius: 10px;
}

/* .btn-transparent, .btn-transparent:focus, .btn-transparent:active {
    border-radius: 0px 0px 0px 0px;
} */

/* .btn-transparent:after,.btn-transparent::before {
    border-radius: 0px 0px 0px 0px;
} */

.btn-border, .btn-border:focus, .btn-border:active {
    border-radius: 10px;
}


.btn-border-white, .btn-border-white:focus, .btn-border-white:active {
    border-radius: 10px;
}

.featured-resource:after {
    background: none;
}


.scrolling-cards-nav-indicator {
    background: -moz-linear-gradient(180deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: -webkit-linear-gradient(180deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: linear-gradient(180deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
}


.news-section .section-top:before, .positions-section .section-top:before  {

    background: -moz-linear-gradient(180deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: -webkit-linear-gradient(180deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: linear-gradient(180deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
}

.section-separator:after {
    background: -moz-linear-gradient(180deg, var(--midnight-purple) 0%, var(--gatik-purple) 50%, var(--secondary-light-blue) 100%);
    background: -webkit-linear-gradient(180deg, var(--midnight-purple) 0%, var(--gatik-purple) 50%, var(--secondary-light-blue) 100%);
    background: linear-gradient(180deg, var(--midnight-purple) 0%, var(--gatik-purple) 50%, var(--secondary-light-blue) 100%);
}

.btn-purple:hover {
    background: var(--gatik-purple);
}

.footer-grid-item:before {
    background: rgb(80, 47, 210);
    background: -moz-linear-gradient(90deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: -webkit-linear-gradient(90deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: linear-gradient(90deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#502fd2', endColorstr='#ca40cf',GradientType=1 ); */
}

.socials ul li a:hover svg path {
    fill: var(--secondary-light-blue);
}

.safety-accordion-content a::after {
    background: rgb(80, 47, 210);
    background: -moz-linear-gradient(90deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: -webkit-linear-gradient(90deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: linear-gradient(90deg, var(--secondary-pale-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);

}

.item-details ul li:after {
    color: var(--white);
    opacity: 1;
}




/* .mask-3, */
/* .mask-2, */
.overlaping-card-item-image.mask-2,
/* .mask-1, */
/* .mask-4, */
/* .mask-5, */
.mask-6,
/* .mask-7, */
.mask-8,
.mask-9,
.mask-10 {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}


/* .mask-3 img,
.mask-2 img,
.mask-1 img,
.mask-4 img,
.mask-5 img,
.mask-6 img,
.mask-7 img,
.mask-8 img,
.mask-9 img,
.mask-10 img {
    border-radius: 10px;
} */

/* 
.cc-item:after {
    background: none;
} */

.safety-content-image {
    border-radius: 10px;
}

.safety-section{
    padding-bottom: 50px;
}


.at-image img {
    border-radius: 10px;
}

.has-border {
    /* overflow: hidden; */
    border-radius: 10px;
}
.scale-effect.has-border {
    clip-path:none;
}

.pkc-item img {
    border-radius: 10px;
}


.bg-glow-5 {
    width: 440px;
    height: 440px;
    background: url(../img/bg-glow-05.svg) no-repeat center center / 100% 100%;
    left: 28%;
    top: 69%;
}

.bg-glow-4 {
    width: 550px;
    height: 550px;
    background: url(../img/bg-glow-04.svg) no-repeat center center / 100% 100%;
    left: 57%;
    top: 26%;
}



.title-alt-63 {
    /* font-weight: 100; */
    font-family: inherit;
}

.bg-gatik-purple {
    background-color: var(--gatik-purple);
}

.bg-gatik-blue {
    background-color: var(--gatik-blue) !important;
}

.bg-dark-purple {
    background-color: var(--midnight-purple);
}



.gallery-flex ul {
    display: flex;
    flex-wrap: wrap;
}

.gallery-flex ul li {
    height: auto;
    flex-grow: 1;
}

@media (min-width:800px) {
    .gallery-flex ul li {
        height: 40vh;
        flex-grow: 1;
    }
}

.gallery-flex ul li:last-child {
    /* // There's no science in using "10" here. In all my testing, this delivered the best results. */
    flex-grow: 10;
}

.gallery-flex ul li img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: top;
}

/* header {
    background: #FFFFFF;
} */

#c4_half_hero.split-hero-section {
    padding: 90px 0 0 0;
}


@media (min-width: 1025px ) {
    #c4_half_hero.split-hero-section {
        padding: 125px 0 0 0;
    }
}



.bg-dark-purple .split-hero-left {
    padding: 40px 40px;
}

.bg-dark-purple .split-hero-right {
    padding: 0;
}

.bg-dark-purple .split-hero-right img {
    width: 100%;
    width: -moz-available;
    width: fill-available;
    height: 100%;
    height: -moz-available;
    height: fill-available;
}

.grid-container.bg-dark-purple {
    padding-left: 0;
    padding-right: 0;
}


#trio_cta.text-block-cta-section {
    padding-bottom: 100px;
}

#trio {
    padding: 20px 0;
}

#trio img {
    height: 90px;
    width: auto;
    /* filter: invert(); */

}

#trio .cell {
    text-align: center;
    margin: 15px;
}

#trio .cell img {
    margin: 15px;
}

#trio .cell p {
    font-size: 20px;
    /* font-weight: bold; */
}


#valuesunderpinning * {
    text-align: left;
}

#valuesunderpinning .title-alt-63 {
    font-size: 50px;
}

#valuesunderpinning dt {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
}

#valuesunderpinning dd {
    padding-bottom: 20px;
    font-size: 20px;

    background-image: url();
}



#c4_full_hero {
    min-height: 100dvh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    background-position:center;

}

#c4_full_hero * {
    /* color: var(--white); */
}


#positions {
    padding-top: 50px;
}

#positions .is-active>.accordion-title::before {
    content: "x" !important;
    margin-top: -1.0rem;
    border: 1px solid var(--secondary-light-blue);
    background-color: var(--secondary-light-blue);
    color: var(--rich-black);


}

.accordion-title::before {
    margin-top: -1.0rem;
    border: 1px solid var(--gatik-blue);
    background-color: var(--gatik-blue);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 25px;
}

#positions .accordion-title {
    padding: 1.25rem 1rem;
    border: none;
    border-bottom: 0;
    font-size: 2rem;
    line-height: 2rem;
    color: var(--rich-black);
    background-color: transparent !important;
}

#positions .accordion-content {
    border: none;
    padding-top: 0;
}

#positions .accordion-item {
    /* border-top: 1px solid var(--rich-black); */
}

ul#listjobs {
    padding: 0;
    margin: 0;
}

ul#listjobs li {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

ul#listjobs li .title {
    font-size: 20px;
}

ul#listjobs li .name {
    font-size: 16px;
    color: var(--gatik-blue);
    font-weight: normal;
}

ul#listjobs a {
    font-size: 20px;
    color: #808080;
    font-weight: bold;
}

ul#listjobs a:hover {
    text-decoration: none;
}



.biocontent{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-content:space-between;
    justify-content: space-around;
}

.bottombio{
    display: flex;
     gap: 10px;
    align-content: center;
}



/* .cc-section {
    background: url(../img/Pattern\ 1_1920fade.png) no-repeat center center / 100% 100%;

    padding: 50px 0;
} */



/* .cc-section .section-top {
    max-width: none;
    text-align: center;

} */

/* .cc-section .title-63 {
    font-weight: 100;
} */


/* .emp-carousel .owl-item.active.center {
    background-color: #fff;
    
} */

/* 
.emp-carousel .owl-item.active {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-mask-image: url(../img/people1.png);
    mask-image: url(../img/people1.png);
    mask-position: 100% 100%;
   
} */


/* .emp-carousel .owl-item .emp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 15px;
    min-height: 300px;
} */





/* .emp-carousel .owl-item .emp img {
    border-radius: 50%;
    width: 60px;
    height: auto;
}


.emp-carousel .owl-item.active * {
    color: gray;
}

.emp-carousel .owl-item.center * {
    /* color: var(--white); */
}

.emp-carousel .owl-item .emp .emp-title {
    font-size: 10px;
    font-weight: normal;
    padding: 10px 0;
    text-align: left;
} */

/* .emp-carousel .owl-item.center .emp .emp-title {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

/* .emp-carousel .owl-item.center .emp .emp-info {
    font-size: 14px;
    text-align: center;
    padding: 25px 50px;
}  */

/* .emp-carousel .owl-nav {
    position: relative;
    top: -200px;
} */


/* 
@media (max-resolution: 1199px ) {
    .emp-carousel .owl-nav .owl-prev {
        position: relative;
        left: -5%;
    }
    
    .emp-carousel .owl-nav .owl-next {
        position: relative;
        left: 101%;
    }
} */

    /* .emp-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0;
    }
    
    .emp-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0;
    } */




/* 

@media (min-width:1000px) and (max-width: 1199px ) {
    .emp-carousel .owl-nav .owl-prev {
        position: relative;
        left: -2%;
    }
    
    .emp-carousel .owl-nav .owl-next {
        position: relative;
        left: 98%;
    }
}

@media (min-width: 1200px ) {
    .emp-carousel .owl-nav .owl-prev {
        position: relative;
        left: -5%;
    }
    
    .emp-carousel .owl-nav .owl-next {
        position: relative;
        left: 101%;
    }
} */


/* 
.positions-categories-wrap{
    padding-top: 50px;
}

.emp-carousel .owl-nav svg {
    height: 24px;
    width: auto;
    fill: var(--secondary-light-blue);
} */

.awards-section {
    background: transparent;
    padding-bottom: 75px;
    padding-top: 50px;
}

.awards-section .title-alt-63 {
    color: black;
}

.awards-section h1 {
    color: var(--gatik-purple);
    font-size: 120px;
    font-weight: 100;
    
}

.awards-section .award-item-title {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    padding-left: 15px;
}
.award-item-image img{
    /* background-color: var(--gatik-purple); */
    
}

.award-item-image {
    width: 130px;
    height: auto;
}

.award-item-content {
    width: calc(100% - 130px);
}

#award-years {
    display: flex;
    justify-content: space-between;
    align-content: center;
    /* width: 80%; */
    /* margin: auto; */
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

#award-years:after {
    z-index: -1;
    content: '';
    position: absolute;
    left: -20%;
    top: 50%;
    height: 5px;
    width: 140%;
    background: -moz-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: -webkit-linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
    background: linear-gradient(90deg, var(--secondary-light-blue) 0%, var(--gatik-purple) 50%, var(--midnight-purple) 100%);
}

#award-years li {
    width: 52px;
    height: 50px;
    border: 1px solid var(--gatik-purple);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: center;
    background-color: var(--white);
    cursor: pointer;
}

#award-years li.active,
#award-years li:hover {
    background-color: var(--gatik-purple);
    color: var(--white);
}

.airesearch {
    padding: 50px 0 20px 0;
}

.default-page-section:has(.airesearch){
    padding-bottom: 0;
    
    
    background-image:url(../img/Pattern\ 1_1920.png) ;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent!important;
    background-size: 100% 100%;

}

.hasfullbg {
    padding-bottom: 0;
    
    
    
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent!important;
    background-size: 100% 100%;

}

#openareawithbutton{
    padding-top: 70px;
    padding-bottom: 70px;
}


.hero-image-title-section h1 strong, .airesearch h1 strong {
    font-size: 4.5rem;
    color: black;
    margin-top: 0!important;
    font-weight: 500;
}

.hero-image-title-section h1 {
    font-weight: 500;
  }

.hero-image-title-section h1:has(strong) {
    font-weight: 300!important;
  }



.airesearch h1 b {
    color: var(--gatik-blue);
}

.airesearch h2,
.airesearch p,
.airesearch h1 {
    text-align: center;
}

.airesearch h1 {
    font-weight: 100;
}

.airesearch h2 {
    text-align: center;
    color: var(--gatik-blue);
    font-weight: bold;
}

.airesearch p {
    text-align: center;
    font-size: 1.5rem;
    /* color: var(--light-black); */
}



.airesearch .btn-purple,
.airesearch .btn-purple:focus,
.airesearch .btn-purple:active {
    color: #FFFFFF !important;
    margin: 12px 0;

}

.airesearch .sm-gradient-title{
    text-align: center;
}

/* .hero-image-title-section .text-24{
    color: var(--light-black);
} */

#team_trio.text-block-cta-section {
    padding-bottom: 75px;
}

#team_trio.text-block-cta-section {
    padding-top: 50px;
}

#team_trio_profiles {
    background: url(../img/Pattern\ 1_1920fade.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}


.team-person {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#trio_research_profile .team-person-profile-links {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
    align-items: center;
}

#trio_research_profile .team-person-profile-links a {
    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    align-items: center;
}

#trio_research_profile .team-person-profile-links img {
    width: 30px;
    height: auto;
    margin-bottom: 20px;

}

.team-person img {
    position: relative;
    z-index: 1;
}

.team-person img::after {
    content: "TEST";  
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    opacity: .7;
}

.trio-info{
    display: none;
}

.team-person-profile-bio h2{
    color: var(--gatik-blue);
    font-weight: normal;
    font-size: 2rem;
    padding-bottom: 10px;
}


.triooverlay { 
    position: relative; 
    float: left; 
}
.triooverlay img { display: block; }

.triooverlay  span {
    background: var(--gatik-blue);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.triooverlay img.active ~ span { opacity: 0; }


#why .title-alt-63 {
    font-family: inherit;
    color: black;
}


#true-full-width{
    background-color: var(--gatik-blue);
    display: flex;
    justify-content: center;
}

#true-full-width img{
    margin-top: 0;
}

@media (max-width:1000px) {
    #true-full-width img{
        margin-top: 50px;
    }
}


.safety-content-left {
    border-radius: 10px;
}

.btn-transparent::before{
    background-color: white;
}

/* .home .intro-hero-video video{
    display: none;
    background-color: white;
}


.home .intro-hero-section, .home .intro-hero-video:before, .home .intro-hero-video:after{
    background-color: white;
    background: white;
}

.home .intro-video-section, .home .text-block-cta-section.bg-gray  {
    background-color: white!important;
    background: white!important;
} */

.image-radius, .mask-7 img{
    border-radius: 10px;
}


.mask-1 {
    -webkit-mask-image: url(../img/img-mask-111.png);
    mask-image: url(../img/img-mask-111.png);
}

.mask-1 video{
    border-radius: 10px;
}
@media screen and (max-width:639px) {
    .home-intro-video-img.mask-1 {
        -webkit-mask-image: url(../img/img-mask-1-mob_3.svg);
        mask-image: url(../img/img-mask-1-mob_3.svg);
    
    }
}

.mask-2 {
    -webkit-mask-image: url(../img/img-mask-2-909.svg);
    mask-image: url(../img/img-mask-2-909.svg);
}  
.mask-2 img{
    border-radius: 10px;
}  

.mask-3 {
    -webkit-mask-image: url(../img/img-mask-333.svg);
    mask-image: url(../img/img-mask-333.svg);
} 

.mask-3 img{
    border-radius: 10px;
} 

.mask-4 {
    -webkit-mask-image: url(../img/c4-img-mask-444.svg);
    mask-image: url(../img/c4-img-mask-444.svg);
}

/* .mask-4 img{
    border-radius: 10px; 
}  */

.mask-5 {
    -webkit-mask-image: url(../img/c4-img-mask-555.svg);
    mask-image: url(../img/c4-img-mask-555.svg);
}

.mask-7 {
    -webkit-mask-image: url(../img/c4-img-mask-7777.svg);
    mask-image: url(../img/c4-img-mask-7777.svg);
}

.form-box {
    border-radius: 10px;
}

.overlaping-card-item-image img {
    border-radius: 10px;
}

/* .overlaping-card-item-image.mask-2 {
    -webkit-mask-image: url(../img/c4-img-mask-2-small.png);
    mask-image: url(../img/c4-img-mask-2-small.png);
} */


.hero_5050_image_title_solidbg_button{
    background: url(../img/Pattern\ 1_1920fade.png) no-repeat center center / 100% 100%;
}

.bg-gatik-light{
    background-color: #ECEAF6;
}


#deptcards{
    display: flex;

    width: 100%;
   
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    
}

#open_roles_box{
    margin-top: 50px;;
}

#deptcards .dept_card{
    display: flex;
    flex-direction: column;
    width: 25%;
    flex-grow: 1;
    
    align-items: flex-start;
    justify-content:flex-start;
    margin: 15px;
    padding: 15px;
    background-color: #EEEAFA;
    height: 120px;
    border-radius: 10px;
    
    
}

#deptcards .dept_card p.title{
    font-size: 1.3rem;
}

#deptcards .dept_card p.count{
    font-size: 0.85rem;
    color: #6236cb;
}

.cc-item{
    border-radius: 10px;
}

.positions-categories ul li a{
    border-radius: 10px;
}


.intro-hero-video{
    /* padding-bottom: 0; */
}

.intro-video-section + .text-block-cta-section{
    background-color: #f3f3f3;
}

.corner-bl, .corner-tl{
    background-image: none;
}

.at-item:nth-child(2n) .at-year{
    text-align: left;
}

.at-year{
    word-spacing: 9999px;
}

.video-links-section{
    padding-bottom: 0;
}


.overlaping-card-item .title-42{
    font-weight: 100;
}

.scaling-title-section {
    padding: 10vh 0 0px;
}



.video-links-list{
    padding-top: 50px;
}


.at-item:nth-child(2n) .at-year {
    text-align: right;
}

.at-year {
    font-size: 22px;
}


.footer-grid * {
    font-family: 'Galano Grotesque' !important;
   
}

.logos-list img{
    /* filter: brightness(0) invert(1); */
}


@media screen and (max-width: 996px) and  (min-width: 640px){
    /* .about-timeline-section {
        padding: 112px 0 80px;
    } */

    .at-year{
        /* text-align: left !important; */
        font-size: 18px;
        width: 95px;
    }

    .at-item:nth-child(2n) .at-year{
        padding-left: 10px;
    }
}

@media screen and (max-width: 639px){
    /* .about-timeline-section {
        padding: 112px 0 80px;
    } */

    .at-year{
        text-align: left !important;
        font-size: 18px;
        width: 95px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 639px) {
    .intro-title-76, .intro-title-76 h1  {
        font-size: 2.5rem !important;
        margin-bottom: 24px;
       
    }

    .hero-image-title-section h1 strong, .airesearch h1 strong {
        font-size: 2.5rem !important;
       
    }
}


.job-item {
    /* padding: 30px 0; */
    border-bottom: 3px solid rgba(238, 234, 248, 1);
}

.logos-list ul li{
    margin-right: auto;
    margin-left: auto;
}

.n-up{
    padding-bottom: 70px;
}

.n-up .video-links-list ul{
    justify-content: center; 
}
.n-up .video-links-list ul li{
    /* margin-right: auto; */
    /* margin-left: auto; */
}

.n-up .vl-item-title{
    text-align: center;
}

#n-up-without .video-links-list ul, #FR .video-links-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Space between items */
  }

  #n-up-without.n-up, #FR.n-up{
    padding-top: 0;
  }

  #n-up-without.video-links-section, #FR.video-links-section{
    background-color: #F3F3F3;
  }

  #n-up-without .video-links-list, #FR .video-links-list{
    padding-top: 0;
    padding-bottom: 70px;
  }
  
  #FR .video-links-list ul li,  #n-up-without .video-links-list ul li {
    margin: auto;
    flex: 1 1 calc((100% / 3) - 25px); /* Default size for three items per row */
    max-width: 60%; /* Restrict max width for items in incomplete rows */
    box-sizing: border-box; /* Include padding and borders in width calculations */
    background-color: #f4f4f4; /* Example background for visibility */
    padding: 16px; /* Example padding */
    text-align: center; /* Centered content */
  }

  .page-id-97 .partners-v2-section{
    padding-bottom: 0;
  }

  .socials ul li a img{
    max-height: 49px;
  }

  .socials .socialsvg li{
    margin-right: 8px;
  }
