@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --button-border-default: #E8ECFD;
    --button-border-secondary: rgba(141, 193, 255, 0.20);
    --button-border-disabled: rgba(141, 193, 255, 0.20);
    --input-invalid: rgba(234, 73, 112, 1);
    --input-valid: #30407A;
    --input-border-color: #30407A;
    --input-bg-color: rgba(30, 65, 235, 0.05);
    --input-placeholder-color: rgba(105, 117, 160, 1);
    --input-bg-focus-color: rgba(30, 65, 235, 0.10);
    --white: #ffffff;
    --zrx-light: #eee;
}
  
html,body{
    background-color: black;
    color: #fff;
    font-family: 'Manrope';
    position: relative;
    /* overflow-x: hidden; */
}
h1{
    font-family: "Playfair Display";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 89px;
}
h2.pseudo{
    font-family: "Playfair Display";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 89px;
}
h2{
    font-family: "Playfair Display";
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px; 
}
h3{
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 178.571% */
}
h4{
    font-family: 'Manrope';
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 39px; /* 185.714% */
    letter-spacing: -0.42px;
}
h5{
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 181.25% */
    letter-spacing: 2.56px;
}
p{
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
}
h1 span{
    font-style: italic;
    font-size: 49px;
    color: var(--Text-text-highlight, #1E41EB);
}
h2.pseudo span{
    font-style: italic;
    font-size: 65px;
    color: var(--Text-text-highlight, #1E41EB);
}
.btn:hover,button:hover{
    background: var(--Surface-surface-secondary-transparent, rgba(141, 193, 255, 0.20)) !important;
    transition: 0.3s ease-in-out;
}
button.accordion-button:hover, .carousel > button:hover{
    background-color: transparent !important;
}
.header {
    background-color: #000;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header img{
    width: 150px;
}
.header .dropdown-menu {
    position: relative;
    background-color: #181823;
    padding: 80px 40px 100px;
    text-align: center;
    margin-top: 20px;
}
.header .dropdown-menu li {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
}
.header .selected-menu {
    color: #fff;
    box-shadow: 0px 0px 0px #E8ECFD;
}

.header .dropdown-menu li a {
    text-decoration: none;
    color: #59596C;
    margin: 0px 20px;
}
.header .dropdown-menu li a:hover {
    color: #E8ECFD;
}
.header-mini{
    display: none;
    background-color: #000;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header-mini img{
    width: 150px;
}
.header-mini img.zoomrx-mini{
    max-height: 31px;
    max-width: 31px;
    margin-top: 1px;
}
.dropdownCloseButton1 {
    display: none;
}
.header-mini .dropdown-menu-container {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    transform: translate(0px, 0px) !important;
    display: none;
    background-color: #131519;
}
.header-mini .dropdown-menu {
    transform: translate(0px, 0px) !important;
    display: block;
    width: 100%;
    position: relative !important;
}
.header-mini img.hamburger-menu {
    height: 20px;
    width: auto;
    cursor: pointer;
    vertical-align: top;
}
.header-mini img.close-menu {
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-right: -3px;
}

.header-mini .dropdown .dropdown-menu li.dropdown-menu-sub {
    margin-top: -17px;
}
.header-mini .dropdown .dropdown-menu li.dropdown-menu-sub:last-child {
    margin-bottom: 30px;
}
.header-mini .dropdown .dropdown-menu li.dropdown-menu-sub a {
    color: #59596C;
}
.header-mini .dropdown .dropdown-menu{
    color: #fff;
}
.header-mini .discover-btn {
    margin-left: 0px !important;
}
.header-mini .inner-dropdown-menu-container {
    display: flex;
    flex-direction: column;
    place-content: space-between;
    height: 100%;
}
.header-mini .dropdown .dropdown-menu li{
    margin-bottom: 30px;
}
.header-mini .dropdown .dropdown-menu li:first-child {
    margin-bottom: 40px;
}
.header-mini .dropdown .dropdown-menu li a{
    text-decoration: none;
    color: #fff;
}
/* .section_1{
    background: url('../img/bent-fabric-space-time.svg');
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    height: 90vh;
} */
.product-tag{
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Text-paragraph-spacing, 26px);
    background: var(--Surface-surface-primary, #1E41EB);
    color: var(--Text-text-default, #E8ECFD);
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.68px;
}
.section_1 h1{
    color: #fff;
    font-size: 50px;
}
.section_1 h1 span{
    color: var(--Text-text-highlight, #1E41EB);
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 89px;
}
.section_1 h2.pseudo{
    color: #fff;
    font-size: 50px;
}
.section_1 h2.pseudo span{
    color: var(--Text-text-highlight, #1E41EB);
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 89px;
}
.section_1 p{
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    font-family: 'Manrope';
}
.section_1 img.diamond{
    width: 500px;
}
.top-hyper{
    text-decoration: none;
    color: #E8ECFD;
    cursor: pointer;
    letter-spacing: 2px;
}
.top-hyper:hover, .top-hyper.selected-menu {
    color: #fff;
    box-shadow: 0px 12px 0px 0px #000, 0px 14px 0px 0px #E8ECFD;
}
.discover-btn{
    padding: 10px 15px !important;
    margin-left: 20px !important;
    text-decoration: none;
    font-size: 14px !important;
}
.discover-btn:hover{
    border: 2px solid #fff;
    color: #fff;
}
.btn-zrx {
    font-family: 'Manrope';
    color: #fff;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 0px;
    background-color: transparent !important;
    display: inline-flex;
    padding: 18px 28px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--button-border-default, #E8ECFD) !important;
    border-radius: 0 !important;
    height: fit-content !important;
}
.btn-back{
    font-family: Manrope;
    color: #fff;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 0px;
    background-color: transparent !important;
    display: inline-flex;
    padding: 18px 28px;
    justify-content: center;
    align-items: center;
    border: 0px solid var(--button-border-default, #E8ECFD) !important;
    border-radius: 0 !important;
}
.btn-back:hover{
    color: #fff;
}
.btn-back img{
    rotate: 180deg;
}
.btn-zrx:hover, .btn-zrx.selected {
    color: #fff;
    background-color: var(--button-border-secondary, rgba(141, 193, 255, 0.20));
}
.btn-zrx.disabled, .btn-zrx.disabled:hover {
    background-color: var(--button-border-disabled, rgba(141, 193, 255, 0.20));
    border-color: transparent;
}
.find-btn{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 25px;
    color: #fff;
    margin-left: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}
.diamond-img{
    position: sticky;
    top: -90px;
    margin-top: 0px;
    z-index: 9999;
}
.section_2{
    height: 100vh;
    color: #fff;
    padding: 0 30px
}
.section_3{
    position: relative;
    background-color: #fff;
    padding: 30px;
    text-align: center;
}
.gem{
    width: 500px;
}
.white-btn{
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px 25px;
    color: #000;
    margin-left: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}
.section_4{
    padding: 100px 0px;
    background: radial-gradient(137.55% 62.85% at 50% 0%, rgba(158, 161, 225, 0.25) 0%, rgba(158, 161, 225, 0.00) 100%);
    color: #fff;
    text-align: center;
}
.clarity-btn{
    /* display: none; */
    z-index: 999999;
    background-color: transparent;
    border: 2px solid #1E41EB;
    font-weight: 600;
    padding: 15px 25px;
    color: #1E41EB;
    font-size: 18px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: fit-content;
    margin: 0 auto;
    font-family: 'Manrope'; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.clarity-btn img{
    margin-bottom: 3px;
    margin-left: 10px;
}
.section_4 .d-flex{
    flex-wrap: wrap;
}
.clients{
    display: flex;
    height: 160px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border: 1px solid var(--Border-border-dark, #30407A);
}
.clients.jnj{
    padding: 0px 30px;
}
.black-box {
    border: 1px solid var(--Dark-Blue-db300, #30407A);
    background: transparent;
    padding: 30px;
    height: 100%;
}
.section_4 a{
    text-decoration: none;
    color: #fff;
}
.caro-box-grey{
    background-color: #151515;
    text-align: left;
}
.carousel-indicators{
    margin-bottom: -40px;
}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
}
.carousel-indicators [data-bs-target].active{
    background-color: #fff;
}
.carousel-item{
    text-align: left;
}
.carousel-item a:hover{
    text-decoration: underline;
}
.carousel-item h2{
    font-size: 28px;
    line-height: 3rem;
}
.arrow-div{
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 120px;
    margin-left: auto;
    text-align: left;
}
.arrow-div img{
    margin: 15px 0;
}
.section-footer{
    padding: 30px 0;
    background: linear-gradient(95deg, rgba(158, 161, 225, 0.10) -30.52%, rgba(158, 161, 225, 0.00) 97.9%);
    text-align: left;
}
.social-div{
    margin-top: 100px !important;
}
.social-div img{
    height: 27px;
}
.section-footer p{
    color: #59596C;
}
.section-footer h5 {
    font-family: 'Manrope';
    color: #59596C;
    font-weight: 600;
    letter-spacing: 1.92px;
    font-size: 16px;
}
.menus-sections {
    font-size: 14px;
}
.section-footer a h5:hover{
    color: #fff;
}
.section-footer a p:hover{
    color: #fff;
}
.section-footer a{
    text-decoration: none;
    color: #313144;
    font-size: 14px;
}
.section-footer a:hover{
    text-decoration: none;
    color: #fff;
}
.dropdown-menu{
    background-color: #131519;
}
.dropdown-item{
    color: #9E9E9E;
}
.dropdown-menu a{
    text-decoration: none;
}
.splash-section {
    text-align: center;
    color: #fff;
}
.splash-section video {
    margin: -23% 0px -28%;
}
.splash-section h1, .splash-section h2.pseudo{
    font-family: 'Playfair Display';
    font-size: 49px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
h2#hcpSection2Heading{
    margin-bottom: 30px;
}
h1.auto-slideing, h2.pseudo.auto-slideing{
    line-height: 65px;
}
h1.auto-slideing .carousel-item, h2.pseudo.auto-slideing .carousel-item{
    text-align: center;
}
.approach h1, .approach h2.pseudo{
    font-family: 'Playfair Display';
    font-size: 49px;
}
.splash-section h1 span, .splash-section h2.pseudo span{
    color: var(--Text-text-highlight, #1E41EB);
    /* desktop/headings/h600-emphasis */
    font-family: "Playfair Display";
    font-size: 49px;
    font-style: italic;
    font-weight: 700;
}
.approach h1 span, .approach h2.pseudo span{
    color: var(--Text-text-highlight, #1E41EB);
    /* desktop/headings/h600-emphasis */
    font-family: "Playfair Display";
    font-size: 49px;
    font-style: italic;
    font-weight: 700;
}
.splash-section h2{
    font-family: 'Manrope';
    font-size: 21px;
    font-weight: 300;
}
.splash-section h3{
    font-family: 'Manrope';
    font-weight: 100;
}
.splash-section p{
    font-weight: 100;
    font-family: 'Manrope';
    font-size: 21px;
    line-height: 39px;
}
.brand-builder-splash-img {
    max-height: 300px;
}
.splash-section img.HCP-splash-img{
    height: 230px;
}
.splash-section img.PET-splash-img{
    width: 500px;
}
.splash-section img.CCA-splash-img{
    height: 430px;
}
.splash-section img.panelists-splash-img{
    width: 300px;
}
.splash-section img.media-splash-img{
    width: 500px;
}
.LAZ-splash{
    width: 300px;
}
.benefits img{
    height: 150px;
}
.benefits h4{
    font-weight: 500;
}
.promotions.zrxers p{
    font-size: 16px;
}
.zrxers-sm p{
    font-size: 16px !important;
}
.skip-btn{
    height: 55px;
    rotate: 90deg;
    border: 1px solid var(--Border-border-default, #E8ECFD);
    padding: 20px 0px !important;
    cursor: pointer;
}
.skip-btn.mobile{
    display: none;
}
.promotions{
    background: var(--section-bggradient-top, radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%)) !important;
    color: #fff;
}
.promotions h1, .promotions h2.pseudo{
    font-size: 49px;
}
.promotions h3{
    font-size: 28px;
    font-family: 'Playfair Display';
    font-weight: 300;
}
.promotions h4{
    font-size: 21px;
    font-family: 'Manrope';
    line-height: 30px;
}
.promotions h4.hcp-h4{
    margin-top: 30px;
}
h5.cca-h5 {
    background : #1E41EB4D;
    border: 2px solid #1E41EB;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 21px;
    padding: 10px 8px;
}
h5.cca-h5.cca-purple {
    border-color: #795DED;
    background-color: #795DED4D;
}
h5.cca-h5.cca-green {
    border-color: #39C7A5;
    background-color: #39C7A54D;
}
.cca-h4 {
    font-size: 16px;
}
.cca-h4.cca-blue {
    width: max-content;
    color: white;
    background-color: #1E41EB;
    padding: 2px 6px;
}
.promotions p{
    color: #E8ECFD;
    font-size: 21px;
    font-family: 'Manrope';
    font-weight: 100;
}
.promotions p.hcp-p{
    margin-top: 20px;
    font-size: 18px;
}
.multi-touchpoint{
    color: #fff;
}
.bg-profile {
    background-color: #0A164F;
}
.text-white-75 {
    color: #acafbc !important;
}
.accordion-item {
    background-color: transparent;
}
.accordion-item table tr th, .accordion-item table tr td{
    border-width: 1px;
    padding: 5px;
}

.accordion-item.black-box-light{
    padding: 0;
}
.accordion-button, 
.accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: 1px solid #30407A;
    outline: 0;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item:first-child .accordion-button {
    border-top:none !important;
}
.life-at-zoomrx .accordion-item .accordion-button {
    color: #0c63e4 !important;
}
.accordion:not(.life-at-zoomrx) .accordion-collapse {
    border-bottom: none;
}
.accordion-button::after{
    background-image: url('../img/tiny-arrow.svg');
    background-size: contain;
}
.life-at-zoomrx .accordion-button:not(.collapsed)::after{
    background-image: url('../img/tiny-arrow.svg');
    background-size: contain;
    rotate: -90deg;
}
.life-at-zoomrx h3 span{
    color: #1E41EB;
}
.black-box-light{
    border: 1px solid var(--Dark-Blue-db300, #30407A);
    background: var(--Surface-surface-card, rgba(30, 65, 235, 0.05));
    padding: 30px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.black-box-light p{
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
}
.black-box-light img{
    height: 75px;
    margin-bottom: 20px;
}
.black-box-light img.core-dimensions {
    width: 50% !important;
}
.black-box-light h4{
    font-size: 21px;
    font-family: 'Manrope';
    line-height: 39px;
}
.black-box-light h4.hcp-h4{
    font-size: 28px;
}
.black-box-light h4.cca-mobile {
    color: var(--Text-text-highlight, #1E41EB);
    font-weight: 700;
}
.black-box-light p.hcp-p{
    font-family: 'Manrope';
    font-weight: 100;
    font-size: 18px;
}
.how-it-works{
    background: #000;
    color: #fff;
    text-align: center;
}
.how-it-works h3 {
    font-family: 'Playfair Display';
    font-weight: 100;
    font-size: 28px;
}
.how-it-works h4 {
    font-family: Manrope;
    font-size: 20px !important;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.how-it-works .card {
    font-family: 'Manrope';
    background-color: transparent;
    border-color: rgba(48, 64, 122, 1);
}
.how-it-works .card .card-body {
    text-align: left;
}
.how-it-works .card .letter-logo {
    background-color: rgba(30, 65, 235, 1);
    height: 111px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    justify-content: center;
    font-family: 'Playfair Display';
}
.line{
    background: var(--Border-border-dark, #30407A);
    width: 2px;
    height: 50px;
}
.touchpoint{
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: 1px solid var(--Border-border-primary, #1E41EB);
    background: var(--Surface-surface-primary, #1E41EB);
    &.cca {
        height: 42px;
    }
}
.customer-cycle{
    border: 1px solid var(--Border-border-dark, #30407A);
    background: var(--section-bggradient-top, radial-gradient(88.06% 95.6% at 50% 0%, rgba(158, 161, 225, 0.10) 0%, rgba(158, 161, 225, 0.00) 100%));
}
.pet-caro .customer-cycle{
    border: 0;
    background: transparent;
}
.pet-caro .black-box-light{
    padding: 130px 30px;
}
.pet-caro .black-box-light img{
    height: auto;
}
.pet-caro .carousel-indicators [data-bs-target]{
    text-indent: 0;
    width: fit-content;
    border-radius: 0;
    border: 0;
    height: fit-content;
    padding: 12px 16px;
    background: var(--Button-button-primary-transparent, rgba(141, 193, 255, 0.20));
    margin: 3px 7px;
    text-transform: uppercase;
    letter-spacing: 1.68px;
}
.pet-caro .carousel-indicators [data-bs-target].active{
    border: var(--Sizing-Card-card-min-width, 1px) solid var(--Border-border-default, #E8ECFD);
}
.customer-cycle-mini{
    display: none;
    border: 1px solid var(--Border-border-dark, #30407A);
    background: var(--section-bggradient-top, radial-gradient(88.06% 95.6% at 50% 0%, rgba(158, 161, 225, 0.10) 0%, rgba(158, 161, 225, 0.00) 100%));
}
.how-it-works h5{
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
}
.how-it-works p{
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.media-efforts{
    background: var(--section-bggradient-bottom, radial-gradient(50% 17.47% at 50% 100%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%));
    color: #fff;
    text-align: center;
}
.media-efforts h3{
    font-family: 'Manrope';
    padding: 20px var(--Sizing-Card-card-min-width, 0px);
    border: var(--Sizing-Card-card-min-width, 1px) solid var(--Border-border-dark, #30407A);
    background: var(--Surface-surface-card, rgba(30, 65, 235, 0.05));
}
.media-efforts .black-box-light{
    font-size: 21px;
    font-weight: 900;
}
.media-efforts .black-box-light.plus{
    width: fit-content;
}
.media-efforts .black-box-light img{
    height: auto;
    margin: 0;
}
.media-zoomrx-digital-tv-img {
    max-height: 350px;
}
.media-zoomrx-digital-img{
    height: 250px;
}
.media-efforts ul{
    text-align: left;
    margin-bottom: 0;
    padding: 0 15px;
}
.media-efforts ul li{
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    opacity: 75%;
    padding-left: 40px 
}
.media-efforts ul li:before{
    content: url('../img/checkmark.svg');
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 1.1em;
}
.media-efforts .hori-line{
    height: 1px;
    width: 70px;
    background: var(--Border-border-dark, #30407A);
}
.media-efforts .hori-flow{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.approach{
    background: var(--section-bggradient-bottom, radial-gradient(50% 17.47% at 50% 100%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%));
    color: #fff;
    text-align: center;
}
.approach .black-box-light{
    background-color: #1C1E22;
}
.approach h2{
    font-size: 37px;
    line-height: 67px;
    font-weight: 700;
}
.approach h3{
    font-size: 30px;
}
.pet-approach h3{
    font-family: 'Manrope';
    font-size: 21px;
    line-height: 39px;
}
.approach p{
    font-size: 20px;
    font-weight: 300;
}
.approach ul{
    text-align: justify;
    margin-bottom: 0;
    padding: 0 15px;
}
.approach ul li{
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    opacity: 75%;
    padding-left: 40px 
}
.approach ul li:before{
    content: url('../img/checkmark.svg');
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 1.1em;
}
.advantages{
    background: var(--section-bggradient-bottom, radial-gradient(50% 17.47% at 50% 100%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%));
    color: #fff;
    text-align: center;
}
.advantages img{
    height: 120px;
}
.what-you-get{
    background: var(--section-bggradient-bottom, radial-gradient(50% 17.47% at 50% 100%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%));
    color: #fff;
    text-align: center;
}
.what-you-get h4{
    font-family: 'Manrope';
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2; /* 178.571% */
}
.what-you-get p{
    font-weight: 100;
}
.case-studies{
    background: var(--section-bggradient-top, radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%));
    color: #fff;
    text-align: center;
}
.case-studies a{
    text-decoration: none;
    color: #fff;
}
.case-studies a:hover{
    text-decoration: underline;
}
p.case-subheading{
    font-size: 21px;
}
#carouselExampleZoomrxer01 p{
    font-size: 14px;
    line-height: 25px;
}
#carouselExampleZoomrxer01 h4{
    font-size: 18px;
    line-height: 30px;
}
.carousel-item small{
    text-transform: uppercase;
    letter-spacing: 1.56px;
}
.zrxers small{
    text-transform: uppercase;
    letter-spacing: 1.56px;
}
.testimonials{
    color: #fff;
}
.zrxers{
    color: #fff;
}
.grey-box{
    background-color: #1C1E22;
    padding: 50px;
    position: relative;
}
.grey-box img.quote{
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 40px;
    right: 0;
}
.grey-box img.arrow{
    position: absolute;
    bottom: -25px;
    left: 40px;
    right: 0;
}
.testimonial-quote{
    border: 1px solid var(--Border-border-dark, #30407A);
    background: var(--Surface-surface-card, rgba(30, 65, 235, 0.05));
}
.testimonial-quote h5{
    font-size: 21px !important;
    letter-spacing: normal !important;
    font-weight: 300;
    text-align: center;
}
.testimonial-source{
    border: 1px solid var(--Border-border-dark, #30407A);
    border-top: 0;
    background: var(--Surface-surface-card, rgba(30, 65, 235, 0.05));
    padding: 30px;
}
.reach-us{
    background: linear-gradient(0deg, #262626 0%, rgba(45, 45, 45, 0.00) 105.66%);
    color: #fff;
}
.contact-us{
    background: #000;
    color: #fff;
    margin: 100px 0;
}
.contact-us h1, .contact-us h2.pseudo{
    font-size: 49px;
    line-height: 4rem;
}
.future h2 span{
    color: var(--Text-text-highlight, #1E41EB);
}
.contact-us p{
    line-height: 29px; 
}
.contact-us button img{
    width: 15px;
    margin-right: 10px;
}
.contact-us img{
    width: 400px;
}
.contact-us.social img{
    width: 250px;
    margin: 10px 20px
}
.future{
    background-image: url('../img/clarity-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.future a button{
    z-index: 999999;
    background-color: transparent;
    border: 2px solid #1E41EB;
    font-weight: 600;
    padding: 15px 25px;
    color: #1E41EB;
    font-size: 18px;
    letter-spacing: 2px;
    width: fit-content;
    margin: 0 auto;
    font-family: 'Manrope'; 
}
.future p{
    color: #181823 !important;
}
.future .container-future{
    border: 1px solid #30407A;
}
.reach-us h4{
    font-family: 'Manrope';
    font-weight: 300;
    font-size: 20px;
}
.search-div{
    text-align: center;
    padding: 10px 15px;
    border: 1px solid var(--Form-Default-form-border-default, #30407A);
    background: var(--Form-Default-form-field-default, rgba(30, 65, 235, 0.05));
    width: 60%;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
}
.search-div input{
    background-color: transparent;
    outline: none;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 300 !important;
}
.search-div input::placeholder{
    color: var(--Form-Default-form-input-default, #6975A0) !important;
    font-weight: 100 !important;
}
select{
    background-color: #1E41EB;
    outline: none;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    width: 100%;
    text-align: center;
}
.search-div input::placeholder{
    color: #fff;
}
.search-div button{
    border: 0;
    outline: none;
    padding: 0 20px;
}
.search-div img.search{
    width: 30px;
}
.blog-img-div{
    height: 230px;
    width: 100%;
    overflow: hidden;
}
.section_1_blog{
    /* background: url('../img/bent-fabric-space-time.svg'); */
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    /* height: 100vh; */
}
.blog-details{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.blog-details img{
    width: 50px;
}
.blog-content{
    color: #fff;
}
.blog-content p{
    font-size: 21px;
}
.blog-content img{
    width: 100%;
}
.omnichannel{
    color: #fff;
}
.omnichannel h3{
    font-size: 26px;
    line-height: 40px;
}
.capsule-group{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.capsule-group .capsule{
    background: var(--Blue-b075, rgba(30, 65, 235, 0.20));
    color: var(--Text-text-default, #E8ECFD);
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
}
.capsule-group .capsule-item{
    background: var(--Button-button-primary-transparent, rgba(141, 193, 255, 0.20));
    color: #fff;
    padding: 10px 20px;
    margin: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
.capsule-group .capsule.active{
    background: var(--Surface-surface-primary, #1E41EB);
}
.post{
    cursor: pointer;
}

.recent-posts{
    background: var(--section-bggradient-top, radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%));
    color: #fff;
}
.recent-posts h1, .oncology h1, .omnichannel h1, .recent-posts h2.pseudo, .oncology h2.pseudo, .omnichannel h2.pseudo{
    line-height: 59px !important;
}
.omnichannel .black-box{
    height: auto;
    border: 0;
}
.recent-posts h2 a{
    color: #fff;
    text-decoration: none;
}
.recent-posts h2 a:hover{
    text-decoration: underline;
}
img.profile-pic{
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ffffff;
}
.light-line{
    height: 2px;
    background-color: #fff;
    border: 1px solid #30407A;
    /* opacity: 10%; */
}
.oncology{
    /* background: var(--section-bggradient-top, radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%)); */
    color: #fff;
}
#view-all-container{
    color: #fff;
}
.zrx-logo-full{
    text-align: left;
}
.zrx-logo-full img{
    width: 150px;
}
.ferma-section_1{
    /* background: linear-gradient(0deg, #262626 0%, rgba(45, 45, 45, 0.00) 105.66%); */
    color: #fff;
}
.ferma-section_1 ul{
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
}
.ferma-section_1 ul li{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 100;
}
.ferma-section_1 ul li:before{
    content: url('../img/checkmark.svg');
    position: relative;
    left: -15px;
    top: 3px;
}
.ferma-section_1 button.find-btn{
    margin-left: 0;
}
.ferma-section_2{
    /* background: linear-gradient(180deg, #262626 0%, rgba(45, 45, 45, 0.00) 105.66%); */
    color: #fff;
}
.tn h1 span, .tn h2.pseudo span{
    font-size: 49px;
}
.ferma-section_2 ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.ferma-section_2 ul li{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 20px;
    margin-bottom: 10px;
}
.ferma-section_2 ul li:before{
    content: url('../img/check.svg');
    padding-right: 5px;
}
.approach-action{
    text-align: center;
    color: #fff;
}
.approach-action h1, .approach-action h2.pseudo{
    font-family: 'Playfair Display';
    font-size: 49px;
}
.approach-action h1 span, .approach-action h2.pseudo span{
    color: var(--Text-text-highlight, #1E41EB);
    /* desktop/headings/h600-emphasis */
    font-family: "Playfair Display";
    font-size: 49px;
    font-style: italic;
    font-weight: 700;
}
.approach-action p{
    font-weight: 100;
    font-family: 'Manrope';
    font-size: 21px;
    line-height: 39px;
}
.lil-menu-item{
    color: var(--Text-text-default, #E8ECFD);
    /* desktop/buttons/small */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 1.68px;
    text-transform: uppercase;
    padding: var(--Sizing-Approach-men-item-ver-padding, 15px) 0px;
    cursor: pointer;
    background-color: rgba(30, 65, 235, 0.05);
}
.lil-menu-item:hover{
    background-color: #181823;
}
.lil-menu-item.active{
    background: var(--Surface-surface-primary, #1E41EB);
}
#zrx-model-p{
    font-size: 21px;
    font-weight: 600;
}
#zrx-model-img{
    width: 75%;
    margin: 0 auto;
}
#zrx-model-img svg{
    width: 100%;
    height: fit-content;
}
#zrx-model-img svg a rect:hover{
    fill: #041d9a;
}
#zrx-model-img svg a.flowchart-link rect:hover{
    fill-opacity: 1;
}
#zrx-model-img-1{
    display: none;
}
#zrx-model-img-2{
    display: none;
}
#zrx-model-img-3{
    display: none;
}
#zrx-model-img-4{
    display: none;
}
.zrx-foundation{
    color: #fff;
    text-align: center;
}
.zrx-foundation img{
    height: 100px;
    width: 100px;
}
.careers-splash-img {
    max-width: 300px;
}
.careers-menu{
    width: 100%;
    margin: auto;
    letter-spacing: 0.2rem;
    position: sticky;
    top: 96px;
    z-index: 999;
}
.careers-menu .col {
    border: 1px solid #30407A;
    box-sizing: border-box;
    background-color: #000;
    cursor: pointer;
}
.careers-menu .col.selected {
    background-color: #1E41EB;
    
}
.careers-menu .col a {
    color: #fff;
    font-size: 14px;
}
form.needs-validation button[type="submit"] img {
    display: none;
    height: 24px;
    margin-left: 11px;
}
form.needs-validation button[type="submit"].loading img {
    display: inline;
}
.form-control {  
    background-color: var(--input-bg-color);
    border-color: var(--input-border-color);
    border-radius: 0;
    font-size: 1rem;
    color: var(--white);
    padding: 14px 12px;
}
.form-control::placeholder {
    color: var(--input-placeholder-color);
}
.form-control:focus {
    color: var(--white);
    border-color: var(--input-border-color);
    background-color: var(--input-bg-focus-color);
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
    border-color: var(--input-valid);
    background-size: 16px 12px,0px !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-invalid::placeholder, .was-validated .form-control:invalid::placeholder {
    background-image: none;
    border-color: var(--input-invalid);
    color: var(--input-invalid);
    background-size: 16px 12px,0px !important;
}

.invalid-feedback {
    color: var(--input-invalid);
}
.invalid-feedback-icon {
    height: 24px;
    width: 24px;
    background: rgba(234, 73, 112, 0.1);
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-top: 6px;
    line-height: 22px;
}

.was-validated .required-input-validation:has(input:invalid) > .form-label,
.was-validated .required-input-validation:has(select:invalid) > .form-label {
    color: var(--input-invalid);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    border-color: #30407A;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #0d6efd;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #0d6efd;
}
.form-check .form-check-label .required-check {
    color: #fff;
    margin-right: 8px;
    margin-left: -15px;
}
.form-check .form-check-label,
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: var(--white);
}
.form-check-input.is-invalid~.checkmark, .was-validated .form-check-input:invalid~.checkmark {
    border-color: rgba(234, 73, 112, 1);
    background: rgba(234, 73, 112, 0.1);
}
.careers-form .form-check {
    display: inline-block;
    white-space: normal;
}
.careers-form .check-box-container {
    vertical-align: top;
}
.no-white-space {
    white-space: nowrap;
}
.was-validated .check-box-container:has(input:invalid) ~ .invalid-feedback {
    display: block;
}


.dropdown {
    position: relative;
}
.dropdown .dropdown-list {
    padding: 12px;
    background: #000;
    position: absolute;
    margin-top: 14px;
    left: -1px;
    right: -1px;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    border:1px solid #30407A;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: all .15s ease-in-out .15s;
    max-height: 66vh;
    overflow-y: scroll;
    height: 200px;
    z-index: 9999;
}
.dropdown .dropdown-list .check-all {
    color: rgba(30, 65, 235, 1);
    cursor: pointer;
    margin-top: 0px;
}
.dropdown-input-hidden {
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}
.was-validated :invalid~.dropdown .dropdown-label {
    color: var(--input-invalid);
}
.was-validated :invalid~.dropdown,
.was-validated :invalid~.dropdown .dropdown-list {
    border-color: var(--input-invalid);
}
.dropdown .dropdown-option {
    display: block;
    margin: 12px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}
.dropdown[type="single"] .dropdown-option {
    cursor: pointer;
    padding: 7px 16px;
    margin: 0px -12px;
}
.dropdown[type="single"] .dropdown-option:hover {
    color: var(--zrx-light);
    background: var(--input-bg-color);
}
.dropdown[type="single"] .dropdown-option.selected {
    background: var(--input-border-color);
    color: var(--white);
}
.dropdown .dropdown-option .checkmark {
    top: 2px;
}
.dropdown .dropdown-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    cursor: pointer;
    color: var(--input-placeholder-color);
}
.dropdown .dropdown-label.selected {
    color: var(--white);
}
.dropdown .dropdown-label:before {
    content: url('../media/img/chevron-down.svg');
    float: right;
}

.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
    text-align: left;
}
.dropdown.on .dropdown-option {
    opacity: 1;
    transition-delay: .2s;
    text-align: left;
    display: flex;
    align-items: center;
}
      
.job-list-container .right-arrow{   
    height: auto;
    margin-bottom: 0;
    margin-left: 12px;
}
.job-list-container .job-button-group {
    column-gap: 80px;
    white-space: nowrap;
}
.job-list-container .employee-type .job-tag {
    height: fit-content;
    align-self: center;
}
.dropdown.on .dropdown-label:before {
    content: url('../media/img/chevron-down.svg');
}
    
.dropdown [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 18px;
}

.outer-perimeter{
    border: 1px solid #30407A;
    text-align: center;
}
.thanks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 400px;
    display: none;
}
.thanks img {
    margin-right: 16px;
    vertical-align: middle;
}
.thank-you-title {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 89px;
}
.zrx-consumer{
    border-radius: var(--Sizing-Section-section-vertical-padding, 100px);
    background: var(--Green-g500, #39C7A5);
    width: fit-content;
    padding: 12px 20px;
    color: var(--Text-text-black, #1A1A1A);
    letter-spacing: 1.68px;
}
.flowchart-row1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flowchart-row2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -24px;
}
.flowchart-row1 .hori-line{
    width: max-content;
    height: 1px;
    background-color: #30407A;
    width: 100%;
}
.flowchart-row2 .verti-line{
    width: 1px;
    height: 80px;
    background-color: #30407A;
}
/* Customize the label (the container) */
.check-box-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
    margin-right: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Header CSS */
.header .new-tag {
    height: 1.5em;
    width: auto;
}
.header-mini .new-tag {
    height: 1.5em;
    width: auto;
}

/* Hide the browser's default checkbox */
.check-box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(48, 64, 122, 1);
}

/* On mouse-over, add a grey background color */
.check-box-container:hover input ~ .checkmark {
    background-color: rgb(255 255 255 / 11%)
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.new-look-body {
    padding-top: 0;
    overflow: hidden;
}
.new-look{
    height: 100vh;
    background-color: #28BBC3;
}
.new-look .new-look-img{
    height: 50vh;
}
.new-look h1, .new-look h2.pseudo{
    font-family: 'Manrope';
    font-weight: 900;
    color: #fff;
    margin-top: 50px;
}
#animation-section{
    position: relative;
    height: 650vh;
}
.old-footer{
    background: url('../../assets/img/old-footer.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    margin-top: -153px;
}
.section_policy{
    color: #fff;
}
.section_policy h5, .section_policy h6{
    font-family: 'Manrope';
    margin-top: 30px;
    margin-bottom: 10px;
}
.section_policy p, .section_policy ul li{
    line-height: 29px;
}
.section_policy table tr th, .section_policy table tr td{
    padding: 15px;
    border: 1px solid #fff;
}
.model-wrapper{
    position: relative;
}
.model-wrapper-mobile{
    position: relative;
    display: none;
}
.model-wrapper-mobile select{
    position: sticky;
    top: 80px;
    font-size: 16px;
}
.zrx-model{
    position: sticky;
    top: 90px;
    background-color: #000;
}
.mini-model svg{
    margin-top:30px;
}
#mini-model-1, #mini-model-2, #mini-model-3, #mini-model-4{
    display: none; 
}
.how-it-works.panelists-caro .carousel-item{
    text-align: center;
}
.text-left{
    text-align: left !important;
    padding-left: 30px;
}
.non-animated-section{
    display: none;
    color: #fff;
    text-align: center;
}
.non-animated-section h1 span, .non-animated-section h2.pseudo span{
    color: var(--Text-text-highlight, #1E41EB);
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 700;
}
.non-animated-section img.prism-animation{
    width: 75%;
}
.clarity-section{
    background: url('../img/clarity-bg.svg');
    padding: 50px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #000;
}
.banner h4{
    font-family: 'Playfair Display';
    font-family: 600 !important;
    letter-spacing: 1px;   
}
.alert-warning{
    background-color: #181823;
    border-color: #181823;
    color: #fff;
}
.join{
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
}
.banner a{
    text-decoration: none;
}
.banner .btn{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .btn-close{
    background: url("../img/cross.svg") center/1.5em auto no-repeat;
}
.banner-left{
    display: flex;
    align-items: center;
}
.carousel-control-prev-icon{
    background-image: url('../img/caro-left.svg');
}
.carousel-control-prev{
    left: -30px;
}
.carousel-control-prev.jobs{
    left: 0px;
}
.carousel-control-next-icon{
    background-image: url('../img/caro-right.svg');
}
.carousel-control-next{
    right: -30px;
}
.carousel-control-next.jobs{
    right: 0px;
}
.future-section{
    background-image: url('../img/clarity-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    color: #000;
}
.future-section h1 span, .future-section h2.pseudo span{
    font-size: 49px;
}
/* .future-section p{
    font-size: 21px;
} */
.future-section .clarity-btn{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 14px;
    margin: 0;
    z-index: 0
}
input.job-search{
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
}
.job-tag{
    font-size: 10px;
    border: 1px solid #fff;
    padding: 10px;
    margin: 0 5px;
    letter-spacing: 2px;
}
.pagination span{
    padding: 10px 20px;
    cursor: pointer;
}
.pagination span.active{
    background-color: var(--text-highlight, #1E41EB);
}
.pagination img{
    height: 100%;
}
.team-item{
    border: 1px solid var(--Dark-Blue-db300, #30407A);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.team-item.active{
    background: rgba(29, 65, 235, 0.30);
}
.team-item.active img.arrow{
    rotate: 90deg;
}
#people-section, #product-section, #finance-section{
    display: none;
}
#interview-div,#joining-div{
    display: none;
}
.headshots{
    cursor: pointer;
    position: relative;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(30, 65, 235, 0.00) -264.24%, #1E41EB 89.67%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.headshots .zrx-headshot:hover{
    transition: .5s ease;
    opacity: 30%;
}
.job-listing-sm{
    display: none;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 0
}
.headshots:hover .image {
    opacity: 0.3;
}
  
.headshots:hover .middle {
    opacity: 1;
}
  
.text {
    background: var(--text-highlight, #1E41EB);
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
.zrxers-detail{
    display: none;
    margin-bottom: 100px;
}
.copy-input input{
    width: 60% !important;
}
.tw-splash{
    width: 500px;
}
.ninty, .oneten, .fiveh{
    border: 1px solid #5874D8;
    padding: 30px
}
.promise .life-at-zoomrx .accordion-item .accordion-button{
    border: none;
}
img.hires{
    height: 180px;
}
.stay-connected{
    text-align: left;
}
.left-arrow{
    border: 1px solid #fff;
    padding: 15px;
    margin-right: 20px;
    rotate: 180deg;
}
.bg-profile{
    background-color: #0A164F;
}
.post-container{
    border: 1px solid var(--Border-border-dark, #30407A);
    height: 100%;
}
.blog-date{
    text-transform: uppercase;
}
.illustrative-patient-treatment .flow-segment-main {
    border: 1px solid #30407A;
}
.illustrative-patient-treatment img {
    max-width: 100px;
}
.illustrative-patient-treatment .caa-circle {
    border-left: 1px solid #fff;
    padding-top: 43px;
    font-size: 19px;
    padding-left: 23px;
    position: relative;
}
.illustrative-patient-treatment .caa-circle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #EA4970;
    border-radius: 100%;
    margin-right: 6px;
    margin-right: 22px;
    margin-left: -29px;
    box-shadow: 0px 0px 0px 17px #000;
    box-sizing: content-box;
}
.illustrative-patient-treatment .caa-circle:after,.caa-line-joining:after {
    content: url('../img/down-arrow-small.svg');
    position: absolute;
    bottom: 25px;
    left: -8.5px;
    font-size: 22px;
}
.caa-line-joining {
    position: relative;
}
.caa-line-joining:after {
    visibility: hidden;
}
.illustrative-patient-treatment .separation-merge {
    border-top: 1px solid #30407a;
    margin-top: 4px !important;
    padding-top: 4px !important;
    position: relative;
}
.illustrative-patient-treatment .disclosed-merge .caa-circle:first-child {
    padding-top: 8px;
    border-color: transparent;
}
.illustrative-patient-treatment .disclosed-merge .caa-circle:first-child::after {
    visibility: hidden;
}
/* .illustrative-patient-treatment .separation-merge .caa-circle:first-child {
    padding-top: 43px;
} */
.illustrative-patient-treatment .caa-circle-red:before {
    background-color: #EA4970;
}
.illustrative-patient-treatment .caa-circle-purple:before {
    background-color: #795DED;
}
.illustrative-patient-treatment .caa-circle-green:before {
    background-color: #3AC7A5;
}
.core-insights-outer {
    padding: 16px;
}

.sagan-page .strategies__box {
    margin-bottom: 0;
}

.sagan-page .strategies .carousel-control-prev{
    left: -130px;
}
.sagan-page .strategies .carousel-control-next {
    right: -130px;
}

.sagan-page .carousel {
    min-height: 600px;
}

.sagan-page .carousel .carousel-item {
    min-height: 550px;
}

.sagan-page .strategies__box__video {
    margin: 0 auto;
    padding: 0;
    border: 1px solid var(--Border-border-dark, #30407a);
}

.sagan-page .strategies__box__video video {
    width: 100%;
    height: auto;
    background: #1B2A5E;
}

.core-insights {
    display: block;
    margin: auto !important;
    max-width: 1400px;
}
.core-insights ul {
    line-height: 40px;
}
.core-insights .flow-segment-main .col {
    border: 1px solid #30407A;
    flex-basis: 250px;
    min-width: 250px;
    padding: 0px;
}
.core-insights .overflow-inline {
    border: 1px solid #30407A;
    border-width: 0px 1px;
    flex-wrap: nowrap;
    overflow: auto;
}
.core-insights .overflow-inline {
    flex-wrap: nowrap;
    overflow: auto;
}
.cca-contact-us p {
    color: #E8ECFD;
}
p.caa-main-para {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    strong {
        font-weight: 900;
    }
}
.core-dimensions-of-sales-force .black-box-light {
    padding: 90px 30px 50px;
}
.core-dimensions-of-sales-force strong {
    font-weight: bold;
}
.core-dimensions-of-sales-force-container {
    box-shadow: 0px 0px 0px 94px #000000 inset, 
    170px 0px 0px #000000 inset, 
    -170px 0px 0px #000000 inset, 
    0px -110px 0px #000000 inset, 
    0px 0px 0px 95px #ffffff inset, 
    171px 0px 0px #ffffff inset, 
    -171px 0px 0px #ffffff inset, 
    0px -111px 0px #ffffff inset;
}
.core-dimensions-of-sales-force-container img {
    max-width: 70%;
}
.core-dimensions-of-sales-force-desktop {
    display: block;
}
.core-dimensions-of-sales-force-mobile {
    display: none;
}
.core-dimensions-of-sales-force-container .core-dimensions-of-sales-force-item {
    border: 1px solid #30407A;
    display: inline-block;
    position: relative;
    max-width: 300px;
    padding: 30px;
    height: 100%;
    text-align: left;
    background: #000000;
    h4 {
        color: var(--Text-text-highlight, #1E41EB);
        font-weight: 700;
    }
}
.top-bottom-arrow-in-box {
    position: relative;
}
.right-arrow-in-box:after,
.top-bottom-arrow-in-box:after,
.top-bottom-arrow-in-box:before,
.left-arrow-in-box:after {
    content: url('../img/down-arrow-small.svg');
    font-size: 36px;
    position: absolute;
    font-weight: 100;
}
.right-arrow-in-box:after {
    top: 66px;
    left: -20px;
    transform: rotate(-90deg);
}
.top-bottom-arrow-in-box:before {
    top: -14px;
    right: 174px;
    z-index: 2;
}
.left-arrow-in-box:after {
    bottom: 83px;
    right: -21px;
    transform: rotate(90deg);
}
.top-bottom-arrow-in-box:after {
    bottom: -14px;
    left: 174px;
    transform: rotate(-180deg);
}
.custom-sales-cycle-core-dimensions-of-sales-force {
    background: radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%);
}
.custom-sales-cycle-core-dimensions-of-sales-force .touchpoint {
    font-size: 14px;
}
.custom-sales-cycle-core-dimensions-of-sales-force .col-1 img  {
    transform: translateX(-19%);
}
.custom-sales-cycle-core-dimensions-of-sales-force-business-questions .card-title {
    font-size: 21px;
}
.custom-sales-cycle-core-dimensions-of-sales-force-business-questions .card-text {
    color: #E8ECFD;
}
.custom-sales-cycle-core-dimensions-of-sales-force-business-questions h3 {
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 18px;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    line-height: 29px;
    letter-spacing: 0.16em;
    background: #1D41EB;
    text-transform: uppercase;
}
.custom-sales-cycle-core-dimensions-of-sales-force-business-questions h1 {
    font-size: 45px;
}
.custom-sales-cycle-core-dimensions-of-sales-force .carousel.slide {
    width: 70%;
    margin: auto;
}
.custom-sales-cycle-core-dimensions-of-sales-force .carousel-indicators{
    margin-bottom: -30px;
}
.align-center {
  color: #fff;
  text-align: center;
}
.template-section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.template-section.sagan-sizzle {
    padding-bottom: 60px;
}
.bthead {
  font-size: 37px;
}
.btdiff-incrpad {
  padding-bottom: 193px;
}
.btperform-head {
  color: var(--Text-text-default, #e8ecfd);
  line-height: 22px;
  margin-bottom: 80px;
  margin-top: 80px;
  text-transform: uppercase;
}
.btinsights-metricshead {
  font-family: 'Playfair Display';
  font-size: 37px;
  font-weight: 700;
  line-height: 57px;
}
.btinsights-aboutmetrics {
  color: var(--Text-text-default, #e8ecfd);
  font-size: 21px;
  font-weight: 400;
  line-height: 39px;
  margin-top: 26px;
}
.btinsights-metricshead span {
  color: var(--Text-text-highlight, #1e41eb);
  font-style: italic;
}
.btinsights {
  margin: auto;
  margin-bottom: 80px;
  max-width: 1000px;
}
.down-tailoredmetrics {
  border: 2px solid var(--Border-border-default, #e8ecfd);
  border-width: 2px;
  padding: 15.5px 18px;
}
.aboutail {
  margin-top: 80px;
}
.aboutail__item {
  margin: auto;
  padding: 40px;
  width: fit-content;
}
.aboutail__item__img {
  width: 83px;
  height: 80px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.strategies__box__img__item {
  width: 80px;
  height: 73px;
}
.tailored_metricshead {
  line-height: 67px;
  margin: auto;
  max-width: 1000px;
}
.aboutail__item__title {
  font-family: 'Manrope';
  font-size: 21px;
  font-weight: 800;
  line-height: 39px;
  margin: auto;
  max-width: 171px;
}
.aboutail__item__content {
  color: var(--Text-text-default, #e8ecfd);
  line-height: 29px;
  margin-top: 9px;
  max-width: 215px;
}
.btwork {
  background: radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.1) 0%,rgba(30, 65, 235, 0) 100%
  );
}
.btwork__head {
  line-height: 67px;
  margin: auto;
  max-width: 1000px;
}
.btwork__about {
  color: var(--Text-text-default, #e8ecfd);
  font-size: 21px;
  font-weight: 800;
  line-height: 39px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 26px;
  max-width: 1000px;
}
.strategies__box__head {
  color: var(--Text-text-white, #ffffff);
  font-family: 'Manrope';
  font-size: 21px;
  font-weight: 800;
  line-height: 39px;
  margin-bottom: 0px;
}
.strategies__box__content {
  color: var(--Text-text-default, #e8ecfd);
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0px;
}
.strategies_more {
  font-size: 21px;
  font-weight: 800;
  line-height: 39px;
  margin: auto;
}
.tailredmetrics-section {
  background: var(--section-bggradient-top,radial-gradient(50.27% 39.47% at 50% 0%,rgba(30, 65, 235, 0.1) 0%,rgba(30, 65, 235, 0) 100%));
  color: #fff;
}
.thediff-section {
  background: radial-gradient(50.27% 39.47% at 50% 0%,rgba(30, 65, 235, 0.1) 0%,rgba(30, 65, 235, 0) 100%);
}
.align-middlevertical {
  vertical-align: top;
}
.btdiff__head {
  line-height: 89px;
  margin: auto;
  margin-bottom: 80px;
}
.btdiff__item__box__head {
  color: var(--Text-text-default, #e8ecfd);
  font-family: 'Manrope';
  font-size: 21px;
  font-weight: 800;
  line-height: 39px;
  margin-bottom: 26px;
  max-width: 420px;
}
.btdiff__item__box__content {
  color: var(--Text-text-default, #e8ecfd);
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin: auto;
  margin-bottom: 26px;
  margin-left: 20px;
  margin-right: 40px;
  max-width: 380px;
}
.btcontact__about__head {
  font-family: 'Playfair Display';
  font-size: 43px;
  font-weight: 700;
  line-height: 89px;
  margin-bottom: 26px;
  max-width: 460px;
}
.btcontact {
  gap: 80px;
  margin: auto;
  max-width: 1000px;
}
.btcontact__about__content {
  color: var(--Text-text-default, #e8ecfd);
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 80px;
  max-width: 460px;
}
.downloadimg-margin {
  margin-right: 20px;
}
.btdiff__item__img {
  max-width: 500px;
  width: 100%;
}
.btcontact__btn__reach {
  border-width: 2px;
  color: var(--Text-text-default, #e8ecfd);
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 18px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 18px;
  text-transform: uppercase;
}
.btcontact__btn__reach a:hover {
  text-decoration: none;
}
.download-reducepad {
  padding-left: 20px;
  padding-right: 20px;
}
.btcontact {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.btcontact__imgbox {
  flex: none;
  margin: auto;
  text-align: center;
}
.btcontact__imgbox img {
  display: block;
  height: auto;
  width: 460px;
  height: 281px;
}
.btinsights-img {
  width: 684px;
  height: 380px;
}
.btcontact__about {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  text-align: left;
}
.btcontact__btn__reach a {
  all: unset;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.btcontact__btn__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.strategies {
  margin: auto;
  max-width: 1000px;
}
.strategies__box {
  align-items: center;
  background: var(--Surface-surface-card, #1e41eb0d);
  border: 1px solid var(--Border-border-dark, #30407a);
  display: flex;
  margin-bottom: 26px;
  padding: 40px;
}
.strategies__box__img {
  flex-shrink: 0;
  padding-right: 20px;
}
.strategies__box__img img {
  display: block;
}
.strategies__box__txt {
  max-width: 818px;
  text-align: start;
}
.diff-width {
  max-width: 500px;
  padding: 0px;
}
.btdiff__item {
  max-width: 1000px;
}
.move-arrleft {
  left: -20px;
}
.move-rightarr {
  right: -20px;
}
.tickmark {
  margin-top: 5px;
}
@media (max-width: 760px) {
  .bthead {
    font-size: 27px;
  }
  .template-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .btinsights-img {
    width: 100%;
  }
  .btperform-head {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .strategies__box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .aboutail-addmargin {
    margin-bottom: 60px;
  }
  .btinsights-metricshead {
    font-size: 32px;
    line-height: 53px;
  }
  .btinsights-aboutmetrics {
    font-size: 19px;
    line-height: 31px;
    margin-top: 20px;
  }
  .tailored_metricshead {
    line-height: 44px;
  }
  .btwork__head {
    line-height: 44px;
  }
  .btwork__about {
    font-size: 19px;
    line-height: 31px;
    margin-top: 20px;
  }
  .strategies__box__head {
    font-size: 19px;
    line-height: 31px;
  }
  .strategies__box__content {
    line-height: 26px;
  }
  .strategies_more {
    font-size: 19px;
    line-height: 31px;
  }
  .aboutail__item__title {
    font-size: 19px;
    line-height: 31px;
  }
  .aboutail__item__content {
    line-height: 26px;
  }
  .btcontact__about__head {
    font-size: 32px;
    line-height: 53px;
    margin-bottom: 20px;
  }
  .btdiff__item__box__head {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 20px;
    margin-left: 40px;
  }
  .btdiff__item__box__content {
    margin-left: 40px;
  }
  .btcontact {
    flex-direction: column;
    margin-top: auto;
    max-width: 700px;
    text-align: center;
  }
  .btcontact__imgbox img {
    max-width: 100%;
  }
  .btcontact__about {
    margin: auto;
    text-align: center;
  }
  .btcontact__btn__reach {
    width: 90%;
  }
  .btdiff__item__img {
    width: 100%;
  }
  .box-content {
    align-items: center;
    flex-direction: column;
  }
  .btdiff__item__box {
    text-align: left;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
  }
  .btdiff__item__center {
    margin: auto;
    text-align: center;
  }
  .tickmark {
    display: none;
  }
  .btdiff__item__box__secondpt {
    display: none;
  }
  .btcontact__btn__box {
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width: 361px) and (max-width: 760px) {
  .btinsights-img {
    max-height: 380px;
    max-width: 684px;
  }
  .template-section {
    max-width: 720px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .btperform-head {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .btinsights {
    margin-bottom: 60px;
  }
  .aboutail {
    margin-top: 60px;
  }
  .btwork__about {
    margin-bottom: 60px;
  }
  .strategies__box__txt {
    max-width: 550px;
  }
  .aboutail__item__title {
    max-width: 320px;
  }
  .aboutail__item__content {
    max-width: 320px;
  }
  .btcontact {
    gap: 60px;
  }
  .btcontact__about__content {
    margin-bottom: 60px;
    max-width: 700px;
  }
  .btcontact__btn__reach {
    max-width: 360px;
  }
  .btdiff__item__center {
    max-width: 500px;
  }
  .diff-width img {
    height: 300px;
    max-width: 500px;
  }
  .btdiff__item__box__content {
    max-width: 420px;
  }
  .btdiff__head {
    line-height: 53px;
  }
  .btdiff-incrpad {
    padding-bottom: 153px;
  }
  .btcontact__about {
    max-width: 720px;
  }
  .btncontact--centercontent {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 360px) {
  .btinsights-img {
    max-height: 144.44px;
    max-width: 260px;
  }
  .btinsights-metricshead {
    max-width: 320px;
  }
  .btinsights-aboutmetrics {
    max-width: 320px;
  }
  .btinsights {
    margin-bottom: 40px;
  }
  .tailored_metricshead {
    max-width: 320px;
  }
  .aboutail {
    margin-top: 40px;
  }
  .aboutail__item__title {
    max-width: 240px;
  }
  .aboutail__item__content {
    max-width: 240px;
  }
  .btwork__head {
    max-width: 320px;
  }
  .btwork__about {
    margin-bottom: 40px;
    max-width: 320px;
  }
  .strategies__box__head {
    max-width: 170px;
  }
  .strategies__box__content {
    max-width: 170px;
  }
  .btcontact {
    gap: 40px;
  }
  .btcontact__imgbox img {
    height: 280px;
    width: 320px;
  }
  .btcontact__about__head {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    text-align: center;
  }
  .btcontact__about__content {
    margin: auto;
    margin-bottom: 40px;
    max-width: 340px;
    text-align: center;
    padding: 0px 10px;
  }
  .btcontact__btn__reach {
    max-width: 320px;
  }
  .btdiff__head {
    line-height: 44px;
    margin-bottom: 40px;
    max-width: 320px;
  }
  .btdiff__item__center {
    height: 600px;
    max-width: 320px;
  }
  .diff-width img {
    height: 300px;
    max-width: 320px;
  }
  .btdiff__item__box__head {
    margin-top: 40px;
    max-width: 240px;
  }
  .btdiff__item__box__content {
    line-height: 26px;
    margin-bottom: 105px;
    max-width: 240px;
  }
  .btdiff-incrpad {
    padding-bottom: 113px;
  }
}
@media(max-width: 992px) {
    .core-dimensions-of-sales-force-item.left-top-arrow-in-box:after {
        rotate: -90deg;
        top: -33px;
        bottom: auto;
        right: 101px;
    }
    .custom-sales-cycle-core-dimensions-of-sales-force .customer-cycle{
        display: none !important;
    }
    .custom-sales-cycle-core-dimensions-of-sales-force .customer-cycle-mini{
        display: block !important;
    }
}
@media(min-width: 1024px) {
    .custom-sales-cycle-core-dimensions-of-sales-force-business-questions h2 {
        font-size: 32px;
    }
}
@media(max-width: 1024px) {
    .skip-btn{
        display: none;
    }
    .skip-btn.mobile{
        display: block;
        margin: 0 auto;
    }
    .clarity-btn{
        position: relative;
        bottom: 0;
        z-index: 9;
    }
    #animation-section{
        display: none;
    }
    .non-animated-section{
        display: block;
    }
    h1, h2.pseudo{
        font-size: 32px;
        font-weight: 700;
        line-height: 53px;
    }
    h1 span, h2.pseudo span{
        font-size: 32px !important;
        font-weight: 700;
        line-height: 53px;
    }
    .omnichannel h1, .omnichannel h2.pseudo{
        font-size: 40px !important;
    }
    .search-div img.search {
        width: 30px;
    }
    .search-div input{
        font-size: 16px;
    }
    .custom-sales-cycle-core-dimensions-of-sales-force-business-questions {
        h1 {
            font-size: 32px;
        }
        h3 {
            font-size: 14px;
            line-height: 26px;
        }
    }
    h2{
        font-size: 27px;
        line-height: 44px;
    }
    h3{
        font-size: 23px;
        line-height: 37px;
    }
    h4{
        font-size: 19px !important;
        line-height: 31px;
    }
    h5{
        font-size: 16px;
        line-height: 26px;
    }
    h6{
        font-size: 12px;
        line-height: 22px;
    }
    p{
        font-size: 16px;
        line-height: 26px;
    }
    .customer-cycle{
        padding: 0 !important;
    }
    .carousel-indicators{
        flex-wrap: wrap;
        margin-bottom: -50px;
    }
    #animation-section{
        height: auto;
    }
    .diamond-img{
        position: relative;
        top: 0;
    }
}

@media(max-width: 576px){
    .faq .accordion-button h4{
        padding-right: 20px;
    }
    .model-wrapper{
        display: none;
    }
    .model-wrapper-mobile{
        display: block;
    }
    .section_1 img.diamond{
        width: 300px;
    }
    .btn {
        width: 100%;
    }
    .custom-sales-cycle-core-dimensions-of-sales-force .carousel.slide {
        width: 100%;
    }
    .illustrative-patient-treatment .separation-merge {
        border-top: none;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .illustrative-patient-treatment .caa-line-joining {
        padding-bottom: 2rem;
        border-left: 1px solid #fff;
    }
    .illustrative-patient-treatment .caa-line-joining:after {
        visibility: visible;
    }
    .illustrative-patient-treatment .flow-segment-main {
        width: calc(100% - 20px);
    }
    .illustrative-patient-treatment .caa-circle:last-child::after {
        visibility: hidden;
    }
    .illustrative-patient-treatment .separation-merge:last-child .caa-circle:last-child{
        border-color: transparent !important;
    }
    .illustrative-patient-treatment .caa-circle {
        padding-top: 0px !important;
        padding-bottom: 51px;
        border-color: #fff !important;
    }
    .illustrative-patient-treatment .caa-circle:after {
        visibility: visible;
    }
    .illustrative-patient-treatment .caa-circle:after, .caa-line-joining:after {
        bottom: -3px;
    }
    .illustrative-patient-treatment .disclosed-merge .caa-circle:first-child::after {
        visibility: visible;
    }
}
@media(max-width: 768px){
    .sagan-splash-section {
        height: auto;
        padding: 40px 0;
    }
    .sagan-title .title-regular,
    .sagan-title .title-gradient {
        font-size: 32px;
        line-height: 42px;
    }
    .sagan-description {
        font-size: 16px;
        line-height: 28px;
        padding: 0 15px;
    }
    .sagan-logo {
        margin-bottom: 40px;
    }
    .sagan-hero-text {
        margin-bottom: 50px;
    }    
    .sagan-description br {
        display: none;
    } 
    .stay-connected{
        text-align: center;
    }
    .core-dimensions-of-sales-force-desktop {
        display: none;
    }
    .core-dimensions-of-sales-force-mobile {
        display: block;
    }
    .stay-connected .row{
        flex-direction: column-reverse;
    }
    .contact-us.transform .row{
        flex-direction: column-reverse;
    }
    .future-section{
        text-align: center;
    }
    .future-section .d-flex{
        flex-direction: column;
        align-items: center;
    }
    .middle{
        display: none;
    }
    .tw-splash{
        width: 250px;
    }
    .pagination{
        justify-content: center !important;
    }
    .job-button-group .btn-zrx{
        margin-top: 15px;
    }
    .iterate-job-list .black-box-light > .d-flex:first-child{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .job-list-container .job-button-group{
        flex-direction: column;
    }
    .job-listing-lg{
        display: none;
    }
    .job-listing-sm{
        display: block;
    }
    .pagination span {
        padding: 5px 15px;
    }
    .carousel-control-prev,.carousel-control-next{
        display: none;
    }
    .careers-menu{
        top: 80px;
    }
    .banner-left{
        flex-direction: column;
        text-align: center;
    }
    .banner a{
        width: 100%;
        margin-top: 20px;
    }
    .banner a .btn{
        width: 100%;
    }
    .alert-dismissible{
        padding: 2rem !important;
    }
    .mobile-disappear{
        display: none;
    }
    .customer-cycle{
        display: none;
    }
    .customer-cycle-mini{
        display: block;
    }
    .custom-sales-cycle-core-dimensions-of-sales-force .customer-cycle{
        display: none !important;
    }
    .custom-sales-cycle-core-dimensions-of-sales-force .customer-cycle-mini{
        display: block !important;
    }
    .header-section {
        min-height: 78px;
    }
    .header{
        display: none;
    }
    .header.phy-header{
        display: block;
    }
    .header.phy-header img.w-75{
        width: 100% !important;
    }
    .header-mini{
        display: block;
    }
    .hero-text{
        width: 100%;
    }
    .diamond-img{
        margin-top: 0px;
    }
    .diamond-img img{
        width: 300px;
    }
    .gem{
        width: 300px;
    }
    .splash-section h1, .splash-section h2.pseudo{
        font-size: 32px;
    }
    .splash-section h1 span, .splash-section h2.pseudo span{
        font-size: 32px;
    }
    .promotions h1, .promotions h2.pseudo{
        font-size: 32px;
    }
    .section_1 h1, .section_1 h2.pseudo{
        font-size: 32px;
    }
    .section_1 h1 span,  .section_1 h2.pseudo span{
        font-size: 32px;
        line-height: 40px;
    }
    .approach-action h1, .approach-action h2.pseudo{
        font-size: 32px;
    }
    .approach-action h1 span, .approach-action h2.pseudo span{
        font-size: 32px;
        line-height: 40px;
    }
    .approach-action p{
        font-size: 14px;
    }
    .section_1 p{
        font-size: 19px;
    }
    .splash-section h2{
        font-size: 30px;
    }
    .splash-section img.PET-splash-img{
        width: 300px;
    }
    .splash-section img.media-splash-img{
        width: 300px;
    }
    .how-it-works img{
        width: 100%;
    }
    .how-it-works.panelists-caro img{
        width: 50%;
    }
    .HCP-splash-img{
        width: 300px;
    }
    .brand-builder-splash-img {
        width: 300px;
    }
    .splash-section{
        padding: 0 10px;
    }
    .search-div{
        width: 100%;
    }
    .capsule-group{
        flex-wrap: wrap;
    }
    .capsule-group .capsule{
        margin: 5px;
    }
    .approach h1, .approach h2.pseudo{
        padding: 0 !important;
    }
    .ferma-section_1 img{
        margin-bottom: 50px;
    }
    .ferma-section_1 h1, .ferma-section_1 h2.pseudo, .ferma-section_1 h4{
        text-align: center;
    }
    .ferma-section_1 .btn-div{
        text-align: center;
    }
    .ferma-section_2 h1, .ferma-section_2 h2.pseudo{
        text-align: center;
    }
    .ferma-section_3 h1, .ferma-section_3 h2.pseudo{
        text-align: center;
    }
    .ferma-section_2 img{
        margin-bottom: 50px;
    }
    .ferma-section_3 img{
        margin-bottom: 50px;
    }
    .ferma-section_3 .row{
        flex-direction: column-reverse;
    }
    .contact-us{
        text-align: center;
    }
    .contact-us img{
        width: 300px;
        margin-bottom: 30px;
    }
    .contact-us button img{
        margin-bottom: 0;
    }
    .section-footer .row:first{
        flex-direction: column-reverse;
    }
    .social-div{
        margin-top: 30px !important;
    }
    .testimonial-quote h4{
        margin: 1rem !important;
        padding: 0 1rem !important;
    }
    .testimonial-source{
        text-align: end;
    }
    #zrx-model-img{
        width: 100%;
    }
    .lil-menu-item{
        padding: var(--Sizing-Approach-men-item-ver-padding, 0px) 0px;
    }
    .contact-us{
        margin: 0;
    }
    .testimonial-quote h5{
        padding: 0 !important;
    }
    .carousel-indicators{
        margin-left: 0px;
        margin-right: 0px;
        top: calc(100% + 20px);
        margin-bottom: 0px !important;
    }
    .carousel-indicators > div{
        margin: 3px 7px;
    }
}
@media(min-width: 1600px){
    .splash-section{
        min-height: calc(100vh - 92px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sub-splash-section {
        height: auto;
        min-height: calc(100vh - 92px);
    }
}
.video-container {
    position: relative;
    width: 50%; /* Adjust the width as needed */
    padding-bottom: 40.25%; /* 16:9 aspect ratio */
    margin: 0 auto; /* Centers the container */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sagan Page Styles */
.sagan-container-spacing {
    padding-bottom: 0 !important;
}

.black-box-light img.sagan-promotion-icon {
    height: 60px;
    margin-bottom: 35px;
}

.sagan-splash-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    overflow: hidden;
    color: white;
    background-color: #000;
}

.sagan-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.sagan-splash-content {
    position: relative;
    max-width: 1251px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
}
.sagan-logo {
    margin-bottom: 61px;
}
.sagan-logo img {
    width: 256px;
    max-width: 100%;
    height: auto;
}
.sagan-hero-text {
    margin-bottom: 60px;
}
.sagan-title {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 49px;
    line-height: 89px;
    text-align: center;
    max-width: 708px;
    width: 100%;
    margin: 0 auto 41px;
}
.sagan-title .title-regular {
    color: var(--white);
}
.sagan-title .title-gradient {
    background: var(--Text-text-highlight, #1E41EB);
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sagan-description {
    max-width: 1034px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 21px;
    line-height: 39px;
    text-align: center;
    color: var(--white);
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #30407A;
    border-radius: 8px;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

.comparison-header, .comparison-item {
    padding: 20px;
    text-align: center;
}

.comparison-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
}

.comparison-header:first-of-type {
    border-right: 1px solid #30407A;
}

.comparison-header-icon-negative {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
}

.comparison-header-icon-positive {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
}

.comparison-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.comparison-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    position: relative;
}

.comparison-header.right::after,.comparison-item.right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 50px;
    height: 1px;
    background-color: #30407A;
}

.comparison-header.left::after,.comparison-item.left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 0px;
    height: 1px;
    background-color: #30407A;
}

.comparison-item:nth-of-type(odd) {
    border-right: 1px solid #30407A;
}

.comparison-item:nth-last-child(1)::after,
.comparison-item:nth-last-child(2)::after {
    display: none;
}

.comparison-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.comparison-item p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}


.sagan-cta-button {
    max-width: 465px;
    width: 100%;
    min-height: 80px;
    border: 2.37px solid;
    border-image: linear-gradient(239.66deg, rgba(35, 19, 100, 0) 1.72%, #FFFFFF 65.05%) 1;
    background: transparent;
    color: var(--white);
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 18px;
    line-height: 34.35px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sagan-cta-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* sagan demo styles */

.sagan-demo-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 0;
}

.sagan-demo-frame {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 30px;
    display: block;
}

/* Sagan Video Section */
.sagan-video-section {
    padding: 0 20px;
    margin: 110px 0 80px;
}

.sagan-video-container {
    position: relative;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16/9;
    border-radius: 20px;
    border: 1px solid var(--Dark-Blue-db500, #031864);
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}
.sagan-video-container .sagan-thumbnail-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.7;
    background-image: url('../img/Sagan-sizzle-thumbnail.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sagan-video-container .sagan-thumbnail-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    background: #000000B2;
    z-index: 2;
    pointer-events: none;
}
.sagan-video-container video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 3;
    border-radius: 20px;
    background: transparent;
    display: none;
}
.sagan-video-container video.active {
    display: block;
}
.sagan-video-container .play-video-btn {
    position: relative;
    z-index: 4;
}

.play-video-btn {
    min-width: 166px;
    height: 65px;
    padding: 18px 28px;
    border: 2px solid transparent;
    border-radius: 10px;
    border-image: linear-gradient(90deg, rgba(174, 188, 255, 0.5) 0%, rgba(43, 109, 240, 0.929412) 59.62%, #E8ECFD 100%) 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                linear-gradient(90deg, rgba(30, 65, 235, 0.03) 0%, rgba(121, 93, 237, 0.6) 100%);
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--Text-text-default, #E8ECFD);
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .play-video-btn {
        width: 155px;
        height: 60px;
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .sagan-video-section {
        padding: 0 18px;
    }
    /* .sagan-video-container {
        padding: 25% 18%;
    } */
    .play-video-btn {
        width: 145px;
        height: 58px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .sagan-video-section {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .sagan-video-container {
        border-radius: 10px;
    }
    .play-video-btn {
        width: 140px;
        height: 55px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}

.sagan-experience-heading {
    margin-bottom: 2rem;
}

.sagan-experience-description {
    font-weight: 400;
    font-size: 21px;
    line-height: 39px;
    margin-bottom: 5rem;
}

.sagan-promotions-description {
    font-weight: 400;
    font-size: 21px;
    line-height: 39px;
}

.sagan-contact {
   max-width: 1200px;
}

.sagan-contact__about--wide {
    max-width: 560px;
}

.sagancontact_about__head {
    max-width: 560px;
}

.sagancontact_about__content {
    max-width: 560px;
}

.try-sagan-arrow {
    margin-left: 20px;
}

.top-pad-rem {
    padding-top: 0px !important;
}

/* PCA page Styles */
.PCA-splash-img {
    max-width: 676px;
    width: 100%;
    height: auto;
}

@media (max-width: 760px) {
    .PCA-splash-img {
        max-width: 470px;
    }
}

@media (max-width: 360px) {
    .PCA-splash-img {
        max-width: 320px;
    }
}

/* PCA video styles */
.video-section-bg {
    background: var(--section-bggradient-top, radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%)) !important;
    color: #fff;
}

.video-section-bg video {
    height: 419px;
    object-fit: cover;
    max-width: 753px;
    width: 100%;
    margin: 40px auto;
}

@media (max-width: 760px) {
    .video-section-bg video {
        max-width: 559px;
        margin: 20px auto;
    }
}

@media (max-width: 360px) {
    .video-section-bg video {
        max-width: 320px;
        margin: 20px auto;
    }
}

/* Comparison Table Styles */
.comparison-table-section {
    background: var(--section-bggradient-top, radial-gradient(50.27% 39.47% at 50% 0%, rgba(30, 65, 235, 0.10) 0%, rgba(30, 65, 235, 0.00) 100%));}

.comparison-table-section .pad-bottom {
    padding-bottom: 60px;
}

.table-container {
    overflow-x: auto;
    margin-top: 90px;
}

.comparison-table {
    min-width: 1200px;
}

.comparison-table th,
.comparison-table td {
    width: 400px;
    padding: 15px;
    font-family: Manrope;
    vertical-align: middle;
    color: #fff;
    border: 1px solid var(--Border-border-dark, #30407A)
}

.comparison-table th {
    height: 42px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
}

.comparison-table td {
    height: 100px;
    background: var(--Blue-b025, #1E41EB0D);
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
}

.comparison-table th:nth-child(3) {
    background: var(--Surface-surface-primary, #1E41EB);
}

.comparison-table td:first-child {
    text-align: center;
}

.comparison-table td:nth-child(2), .comparison-table td:nth-child(3) {
    padding: 21px 26px;
}

.comparison-table .cell-content {
    display: flex;
    align-items: center;
}

.comparison-table .table-icon {
    margin-right: 19px;
    flex-shrink: 0;
}

.video-section-bg p,
.comparison-table-section p {
    font-size: 21px;
    font-weight: 100;
}

.pcacontact__about__content {
    font-family: 'Manrope';
    font-size: 21px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 80px;
    max-width: 560px;
}