.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

h1,
.video-line span {
    font-size: 4rem;
    font-weight: 300;
    text-align: start;
    margin: 0;
    line-height: 4rem;
}

h1 {
    font-weight: bolder;
}

.hero .register-2026-btn button {
    border: none;
    padding: 12px 32px;
    background-color: #FEE7B6;
    border-radius: 30px;
    font-weight: bold;
}

.hero .register-2026-btn {
    display: block;
    text-align: start;
}

@media(max-width:768px) {
    h1 {
        font-size: 3rem;
        font-weight: 300;
    }

    .hero .register-2026-btn {
        display: block;
        text-align: center;
    }
}

.video-line:has(.video-placeholder) span {
    font-weight: bold;
    /* color: var(--main-color) */
}

.video-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 1rem;
    font-size: 2.5rem;
    z-index: 2;
    position: relative;
}

.video-placeholder {
    width: 200px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 3;
    position: relative;
    /* pointer-events: none; */
}

.video-container {
    position: fixed;
    top: 39%;
    /* left: 43%; */
    width: 100px;
    height: 60px;
    border-radius: 0px;
    overflow: hidden;
    z-index: 1;
    /* pointer-events: none; */
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video-container,
.video-placeholder {
    opacity: 0;
    width: 0;
    overflow: hidden;
    animation: fadeInWidth 1s forwards;
    animation-delay: 1s;
}

@keyframes fadeInWidth {
    from {
        opacity: 0;
        min-width: 0px
    }

    to {
        opacity: 1;
        min-width: 100px;
        /* width: 100%; */

    }
}

.item {
    flex-direction: column;
}

.form-label {
    color: #595959 !important;
    margin-bottom: 0px;
    /* color: #a09e9e !important; */
}

.form-control {
    border: none;
    font-size: 0.9rem;
}

#form input:not([type="checkbox"]),
#form select {
    /* width: 100%; */
    height: 40px !important;
}

.form-control::placeholder {
    color: black !important;
}

#form input:focus::placeholder {
    color: transparent !important;
}

@media(max-width:768px) {
    .video-container {
        position: fixed;
        top: 55%;
        left: 22% !important;
    }

    .item {
        min-height: 340px;
    }

    .navbar-toggler {
        background: white !important;
    }
}











.hero_h1 {
    font-family: "DM Serif Display" !important;
    font-size: 66px !important;
    font-style: italic;
    font-weight: 400 !important;
    line-height: 120%;
    /* 79.2px */
}

.hero_last_p {
    color: #D1D1D6;
    font-family: "helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.18px;
    text-align: left;
}

.journey_top_p {
    color: #DB591C;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-align: center;
    text-transform: uppercase;
}

.section_padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.journey_head {
    color: #151C28;
    font-family: "DM Serif Text";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}

.meters-journey {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}

@media(max-width:768px) {
    .hero_h1 {
        font-family: "DM Serif Display" !important;
        font-size: 33px !important;
        font-style: italic;
        font-weight: 400 !important;
        line-height: 120%;
        color: white;
        /* padding-bottom:10px; */
        /* 79.2px */
    }


    .meters-journey {
        flex-direction: column;
        justify-content: center !important;
    }
}

.impact_fellowship_home_container {
    padding: 123px 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.impact_col1 {
    width: 50%
}

.impact_col2 {
    width: 50%
}



.if_top_p {
    color: #DB591C;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.36px;
}


.if_head {
    color: #FFF;
    font-family: "DM Serif Text";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 60px */
}

.if_head>span {
    color: #F34A16;
}

.if_p {
    color: #A0A8B6;
    font-family: "helvetica";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.18px;
}

.if_button {
    border-radius: 1000px;
    background: #F34A16;
    color: #ffffff;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.applied_research_card {
    border-radius: 17px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    padding: 13px 20px;
    height: 170px;
    margin-bottom: 10px;

}

.applied_research_card h3 {
    color: #FFDED4;
    font-family: "DM Serif Text";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 36px */
}

.applied_research_card h5 {
    color: #151C28;
    font-family: "DM Serif Text";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    /* 19.2px */
}

.applied_research_card p {
    color: #8E8E93;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 19.24px */
    letter-spacing: 0.13px;
}

.impact_chapters_home_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.impact_chapters_home_img {
    padding: 50px;
}

.nbcsc_head {
    color: #FFF;
    font-family: "DM Serif Text";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.nbcsc_head>span {
    color: #DB591C !important;
}

.testimonial_card {
    border-radius: 20px;
    background-color: #F3F4F7;
    display: flex;
    padding: 34px 128px 34px 129px;
    justify-content: center;
    align-items: center;
    height: auto;
    /* border:2px solid black; */
}

.testimonials_subhead {
    color: #DB591C !important;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.36px;
    text-align: center;
}

.testimonials_head {
    color: #151C28 !important;
    font-family: "DM Serif Text";
    font-size: 50px;

    font-weight: 400;
    line-height: 120%;
}

.testimonials_head>span {
    color: #F34A16 !important;
    font-style: italic;
}

.testimonial_img {
    width: 42px;
    height: 42px;
    /* aspect-ratio: 1/1; */
}

.testimonial_name {
    color: #151C28 !important;
    font-family: "DM Serif Text";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 148%;
    letter-spacing: 0.16px;
    margin-top: 35px;
}

.testimonial_college {
    color: #6A7181 !important;
    text-align: center;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 17.76px */
    letter-spacing: 0.12px;
}


.hero_button_home_1 {
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background: #F34A16;
    border: 0;
    color: white;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.hero_button_home_2 {
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    border: 1px solid #58637E;
    color: white;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
}


@media(max-width:768px) {
    .impact_col1 {
        width: 100%;
        padding-bottom: 20%;
    }

    .impact_col2 {
        width: 100%
    }

    .impact_fellowship_home_container {
        flex-direction: column;
        justify-content: center !important;
    }

    .impact_chapters_home_container {
        flex-direction: column;
        justify-content: center !important;
        padding: 123px 27px;
    }

    .impact_chapters_home_img {
        padding: 0px !important;
    }

    .impact_fellowship_home_container {
        flex-direction: column;
        justify-content: center !important;
        padding: 123px 27px;
    }

    .testimonial_card {
        border-radius: 20px;
        background-color: #F3F4F7;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 17px 20px 17px 20px;
    }
}

.footer-brand {
    color: #F34A16;
    font-family: "DM Serif Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

body {
    overflow-x: hidden;
}

:root {
    --bg-dark: #121F3A;
    --bg-light: #F9FAFB;
    --brand-orange: #f25522;
    --text-white: #ffffff;
    --text-gray-dark: #cbd5e1;
    --text-gray-light: #64748b;
    --card-number-color: #fcae91;
    --card-title-color: #0f172a;
    --border-color: #e2e8f0;
}

@font-face {
    font-family: "helvetica";
    /* A name you choose to use later in your CSS */
    src: url("conclave/font/helvetica-255/Helvetica.ttf") format("truetype");
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

nav.visible {
    opacity: 1;
    transform: translateY(0);
}

.nav-item {
    margin: 0px 1px;
    /* background-color: #eeeeee; */
    color: white !important;
    border-radius: 30px;
    padding: 3px 10px;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
}

.nav_loaction {
    display: flex;
    margin-top: 10px;
    margin-left: -7%;
    flex-direction: column;
    color: white;
    justify-content: end;
    align-items: baseline;
}

.nav_loaction>p {
    font-size: 14px;
}

.countdown {
    margin-bottom: 30px;
}

.vision {
    color: black;
}

.vision-container {
    margin: 0;
}

.vision-container>h4 {
    color: #042544;
    font-weight: bold;
    font-family: sans-serif;
    font-style: italic;
}

ul>li {
    font-size: 18px;
}

.nav-register {
    color: white;
}

@media (max-width: 768px) {
    .nav-register {
        background-color: #da591b;
        color: white;
        border-radius: 30px;
        border: 1px solid transparent;
                padding: 10px 15px;
    }

    .nav-register:hover {
        border: 1px solid #da591b;
        color: #da591b;
        background-color: white;
    }

    .nav_loaction {
        margin-left: 0%;
    }

    .nav_loaction>p {
        font-size: 12px;
    }

    .nav-item {
        /* background-color: #eeeeee !important;
        border-radius: 20px;
        padding: 4px 30px; */
        margin: 4px 6px;
        color: black !important;
        /* box-shadow: 1px 1px 4px black !important; */
        /* width: 40px; */
        /* float: right; */
        /* text-align: center !important; */

    }

    li>.default-black-text {
        color: black !important;
    }
}

#section-3>div:nth-child(2) {
    width: 50%;
}

#section-3 {
    align-items: center !important;
}

#carouselExampleIndicators1 {
    width: 100%;
    height: 400px;
}

@media (max-width: 768px) {
    #carouselExampleIndicators1 {
        width: 100%;
        height: auto;
    }
}

input {
    padding: 5px 6px;
}

/* 
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #ffffff;
    }

    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #869791;
      display: block;
      backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
    } */

#counter {
    display: flex;
    width: 100%;
    margin-top: -10px;
}

.new_class {
    justify-content: start;
}

.h1 {
    line-height: 2rem !important;
}

#counter h1 {
    font-size: 2.5rem;
}

.video-container {
    margin-top: 3% !important;
}

.splide__arrow:disabled {
    opacity: 0 !important;
}

.splide__arrow>svg {
    background-color: #e2e2e5 !important;
    font-size: 60px;
    padding: 5px;
    border-radius: 30px;
}

.carousel-control-prev-icon {
    background-image: url('new_images/left_arrow.png');
    /* apna icon path */
}

.carousel-control-next-icon {
    background-image: url('new_images/right_arrow.png');
}


#odometer-journey {
    color: #122549 !important;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 50px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 148% !important;
    text-align: center;
    justify-content: center;
    /* 74px */
}

#odometer-journey+span {
    color: #F34A16;
    font-family: "DM Serif Display";
    font-size: 35px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 148%;
    justify-content: center;

}

.meter-title {
    color: #848484 !important;
    text-align: center;
    font-family: "helvetica";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
}

#odometer-container {
    padding: 0px;
}







#odometer-journey2 {
    color: #122549 !important;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 50px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 148% !important;
    text-align: center;
    justify-content: center;
    /* 74px */
}

#odometer-journey2+span {
    color: #F34A16;
    font-family: "DM Serif Display";
    font-size: 35px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 148%;
    justify-content: center;

}

.meter-title {
    color: #848484 !important;
    text-align: center;
    font-family: "helvetica";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
}

#odometer-container2 {
    padding: 0px;
}









#odometer-journey3 {
    color: #122549 !important;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 50px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 148% !important;
    text-align: center;
    justify-content: center;
    /* 74px */
}

#odometer-journey3+span {
    color: #F34A16;
    font-family: "DM Serif Display";
    font-size: 35px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 148%;
    justify-content: center;

}

#odometer-container3 {
    padding: 0px;
}

/* Footer Section */
.footer {
    background-color: var(--bg-dark);
    color: var(--text-white);
    padding: 80px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #5A657F;
    padding-bottom: 40px;
}

.footer-brand h3 {

    font-size: 20px;
    margin: 0 0 15px;
    font-family: "DM Serif Text";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: white;
}

.footer-brand h3 span {
    /* color: var(--brand-orange); */
    /* font-style: italic; */
    color: #F34A16;
    font-family: "DM Serif Text";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.footer-desc {
    color: #717C86;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 20.72px */
    letter-spacing: 0.14px;
}

.footer-title {
    color: #5A677C;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 20.72px */
    letter-spacing: 0.14px;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: var(--text-white);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--brand-orange);
}

.subscribe-form {
    display: flex;
    /* background: rgba(255, 255, 255, 0.05); */
    /* border-radius: 30px; */
    /* padding: 5px; */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

.subscribe-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 20px;
    color: white;
    font-family: inherit;
}

.subscribe-input:focus {
    outline: none;
}

.subscribe-btn {
    background: var(--brand-orange);
    border: none;
    color: white;
    border-radius: 30px;
    /* padding: 10px 20px; */
    cursor: pointer;
    font-weight: 600;
    width: 95px;
    height: 41px;
    padding: 10px;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
}

.footer-bottom {
    /* display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--text-gray-dark);
      font-size: 0.9rem; */
    color: white;
    font-family: "DM Serif Text";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.footer-bottom-brand {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-bottom-brand span {
    color: var(--brand-orange);
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .split-layout {
        flex-direction: column;
        gap: 50px;
    }

    .split-text {
        max-width: 100%;
        text-align: center;
    }

    .split-layout.reverse-on-mobile {
        flex-direction: column-reverse;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

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

    .title {
        font-size: 2.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #DB591C !important;
    width: 31px !important;
}


.owl-theme .owl-nav {
    position: absolute;
    bottom: -2%;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 14%;
}

.owl-theme .owl-nav button.owl-prev {
    left: 5% !important;
    /* transform: translateX(10%); */
    transform: translateX(-45%);
}

.owl-theme .owl-nav button.owl-next{
    transform: translateX(45%);
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 11%;
}

.form_head_home {
    color: #DB591C !important;
    font-family: "helvetica";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.36px;
    text-align: start;
    padding-left: 40px;
}

@media(max-width:768px) {
    .form_head_home {
        padding-left: 10px;
    }
}

.form-label {
    color: #6A7181;
    font-family: "helvetica";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
}

.form-control::placeholder {
    color: #A5AAB3 !important;
    font-family: "helvetica";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
}


.form-control {
    padding-left: 0px !important;
    border-bottom: 1px solid #E2E4E9;
}

.form-select {
    border: 0;
    padding-left: 0px;
    border-bottom: 1px solid #E2E4E9;
}

.form-disabled_home {
    color: #A5AAB3 !important;
    font-family: "helvetica";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
}



.nb-gallery-section {
    /* background: linear-gradient(135deg, #06101f 0%, #0b1e3a 50%, #0e1c35 100%); */
    padding: 44px 48px 44px;
    margin-left: 3%;
    margin-right: 3%;
}

.nb-title {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 26px;
}

.nb-title em {
    color: #e8531a;
    font-style: italic;
}

.nb-grid {
    display: grid;
    grid-template-columns: 229px 229px 201px 350px;
    grid-template-rows: 172px 172px;
    gap: 10px;
}

.nb-grid .g1 {
    grid-column: 1;
    grid-row: 1;
}

.nb-grid .g2 {
    grid-column: 1;
    grid-row: 2;
}

.nb-grid .g3 {
    grid-column: 2;
    grid-row: 1;
}

.nb-grid .g4 {
    grid-column: 2;
    grid-row: 2;
}

.nb-grid .g5 {
    grid-column: 3;
    grid-row: 1/3;
}

.nb-grid .g6 {
    grid-column: 4;
    grid-row: 1/3;
}

.nb-cell {
    border-radius: 8px;
    overflow: hidden;
    background: #172338;
}

.nb-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.nb-cell:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .nb-gallery-section {
        padding: 0px 16px;
    }

    .nb-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 120px 120px 190px;
        gap: 8px;
    }

    .nb-grid .g1 {
        grid-column: 1;
        grid-row: 1;
    }

    .nb-grid .g2 {
        grid-column: 1;
        grid-row: 2;
    }

    .nb-grid .g3 {
        grid-column: 2;
        grid-row: 1;
    }

    .nb-grid .g4 {
        grid-column: 2;
        grid-row: 2;
    }

    .nb-grid .g5 {
        grid-column: 1;
        grid-row: 3;
    }

    .nb-grid .g6 {
        grid-column: 2;
        grid-row: 3;
    }

    .nb-title {
        font-size: 28px;
    }

    .owl-theme .owl-nav {
        position: absolute;
        bottom: -2%;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 45%;
    }

    #my_form {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

.home_button_new {
    padding: 12px 20px;
    border-radius: 1000px;
    background: #F34A16;
    color: white;
    font-family: "helvetica";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


li>.dropdown-toggle {
    font-size: 14px !important;
}

li>.nav-link-d {
    font-size: 14px !important;
}

.custom-odometer {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 74px;
    color: #122549;
    font-family: "DM Serif Display";
    font-size: 50px;
    font-weight: 400;
    line-height: 148%;
}

.odometer-char {
    display: inline-block;
    height: 74px;
    line-height: 74px;
}

.odometer-digit-wrapper {
    display: inline-block;
    overflow: hidden;
    height: 74px;
    position: relative;
}

.odometer-digit-inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.odometer-digit-inner span {
    height: 74px;
    line-height: 74px;
    display: block;
    text-align: center;
    min-width: 32px;
}