@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap";

.brand-blue-light-text {
    color: #60a5fa
}

.brand-blue-dark {
    color: #0b1631
}

* {
    font-family: "Nunito Sans"
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden
}

.bg-white {
    background: #f6f6fa
}

#navbar {
    transition: transform .3s ease-in-out, background-color .3s ease
}

#navbar .logo-wrapper {
    transform: translateY(30px) scale(1.2);
    transform-origin: top center;
    transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1)
}

#navbar.scrolled .logo-wrapper {
    transform: translateY(18px) scale(0.7)
}

.heroSwiper {
    -webkit-clip-path: inset(-100px -100vw -100px -100px);
    clip-path: inset(-100px -100vw -100px -100px)
}

@media(width: 500px) {
    .heroSwiper {
        overflow: hidden !important
    }
}

.heroTextSwiper h1 {
    font-weight: bold
}

.heroTextSwiper h1 span {
    color: #60a5fa
}

.hero-pagination .custom-line-bullet {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #cbd5e1;
    border-radius: 0;
    margin: 0 !important;
    cursor: pointer;
    transition: all .3s ease
}

.hero-pagination .custom-line-bullet.swiper-pagination-bullet-active {
    background-color: #003876;
    width: 24px
}

.hero-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

@keyframes portal-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 223, 0, .7)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 223, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 223, 0, 0)
    }
}

.title-layer {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

#smart-sticky-btn {
    border-radius: 999px;
    background: #fbfbfb;
    box-shadow: 0 4px 12px 0 rgba(179, 217, 255, .72) inset, 0 4px 24px 0 rgba(0, 0, 0, .06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: fixed;
    top: auto;
    bottom: 55px;
    left: 25px;
    z-index: 100
}

#smart-sticky-btn.is-fixed {
    position: fixed;
    top: auto;
    bottom: 55px;
    left: 25px;
    z-index: 100
}

.quote-title {
    color: #0b1631;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: normal
}

.quote-author {
    color: gray;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal
}

.custom-arrow-btn {
    display: flex;
    width: 90px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: .521px solid #3499fe;
    background: linear-gradient(0deg, #003C75 0%, #003C75 100%), linear-gradient(180deg, #67B3FF -45.97%, #0080FF 100%), #0167cc;
    box-shadow: 0 .521px 5.211px 0 rgba(0, 0, 0, .15), 0 -1.563px 0 0 rgba(30, 154, 255, .18) inset, 0 -2.084px 8.337px 0 rgba(0, 106, 255, .3) inset;
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease
}

.custom-arrow-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.custom-arrow-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.1)
}

.custom-arrow-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
    filter: grayscale(100%)
}

.product-card {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.product-card:hover {
    box-shadow: inset 0 0 24px #92efff
}

.product-card-txt h3 {
    color: #0b1631
}

.product-card-txt p {
    color: #677080
}

.productSwiper {
    overflow: visible !important;
    -webkit-clip-path: inset(-50px -100vw -50px -100px);
    clip-path: inset(-50px -100vw -50px -100px)
}

.product-button-prev.swiper-button-disabled,
.product-button-next.swiper-button-disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.disease-tab {
    position: relative;
    transition: color .3s ease
}

.disease-tab span {
    display: inline-block;
    position: relative
}

.disease-tab.active-tab {
    color: #0b1631
}

.disease-tab.active-tab span::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #0b1631;
    border-radius: 50%
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.home-tab {
    transition: background-color .4s ease, color .4s ease, transform .2s ease
}

.home-tab.active-guide-tab {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(0, 56, 118, .2)
}

.home-tab .home-tab.min-h-\[102px\].px-\[24px\].border-b.border-gray-100.flex.justify-between.items-center.cursor-pointer.hover\:bg-gray-50.transition-all.duration-300.group.bg-brandBlue.active-guide-tab {
    color: #1a1a1a
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.footer-ticker {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: ticker 30s linear infinite
}

.footer-ticker:hover {
    animation-play-state: paused
}

.hero-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: #cbd5e1;
    opacity: 1;
    transition: all .3s ease;
    margin: 0 4px
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #003876;
    height: 3px
}

.bg-gradient-blue {
    background: linear-gradient(0deg, rgb(233, 242, 252) 0%, rgb(255, 255, 255) 100%)
}

.slider-navigation-arrows {
    display: flex;
    gap: 4px
}

.slider-nav-btn {
    padding: 16px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: all .2s ease;
    outline: none;
    border-radius: 999px
}

@media screen and (max-width: 767px) {
    .slider-nav-btn {
        padding: 10px 32px
    }
}

.slider-nav-btn.swiper-button-disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.slider-next-btn svg {
    color: #fff
}

.slider-prev-btn {
    border-radius: 999px;
    border: 1px solid #f4f4f4;
    background: linear-gradient(180deg, #FAFAFA 0%, #EAEAEA 117.74%);
    box-shadow: 0 -3px 0 0 rgba(244, 244, 244, .18) inset, 0 0 4px 0 rgba(144, 144, 144, .12) inset, 0 -4px 16px 0 rgba(244, 244, 244, .3) inset, 0 10px 30px -8px rgba(255, 255, 255, .24)
}

.slider-prev-btn svg {
    transform: rotate(180deg)
}

.slider-prev-btn svg {
    color: #000
}

.slider-next-btn {
    border-radius: 999px;
    border: 1px solid #3499fe;
    background: linear-gradient(90deg, #60A5FA 0%, #3B82F6 100%);
    box-shadow: 0 -3px 0 0 rgba(30, 154, 255, .18) inset, 0 -4px 16px 0 rgba(0, 106, 255, .3) inset, 0 10px 30px -8px rgba(59, 130, 246, .5), 0 1px 10px 0 rgba(0, 0, 0, .15)
}

.slider-nav-btn svg {
    width: 24px;
    height: 24px
}

@media screen and (max-width: 767px) {
    .slider-nav-btn svg {
        width: 16px;
        height: 16px
    }
}

/* .title-txt {
    font-weight: bold;
    font-family: "Nunito Sans";
    color: #0b1631
} */

.title-txt span {
    color: #60a5fa
}

.title-disc {
    font-family: "Nunito Sans";
    color: #677080
}

.banner-cta,
.cta-btn {
    background: #3b82f6;
    display: inline-flex;
    align-items: center
}

.banner-cta:hover,
.cta-btn:hover {
    background: #60a5fa
}

.banner-cta svg,
.cta-btn svg {
    color: #fff !important;
    margin-left: 10px
}

.banner-cta img,
.cta-btn img {
    margin-left: 10px
}

.video-control-overlay {
    transition: opacity .4s ease, visibility .4s ease
}

.video-control-overlay.video-playing {
    opacity: 0;
    visibility: hidden
}

.swiper-slide:hover .video-control-overlay.video-playing {
    opacity: 1;
    visibility: visible
}

#navbar .container ul {
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: inherit
}

#navbar .container li {
    display: inline-flex;
    align-items: center;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

#navbar .container a:not(.logo-wrapper) {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    transition: color .3s ease
}

@media screen and (max-width: 767px) {
    .logo-wrapper {
        width: 70px
    }
}

#navbar .container a:not(.logo-wrapper)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1a4c9e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1)
}

#navbar .container a:not(.logo-wrapper).no-transition::after {
    transition: none !important
}

#navbar .container a:not(.logo-wrapper).active::after {
    transform: scaleX(1)
}

#navbar .container a:not(.logo-wrapper).active {
    color: #000
}

.secondary-nav-container {
    background: #1a4c9e;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s cubic-bezier(0.4, 0, 0.2, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.secondary-nav-container.show {
    height: 50px;
    opacity: 1
}

.secondary-nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 112px 1fr;
    align-items: center
}

.secondary-nav-left {
    display: flex;
    justify-content: flex-end;
    gap: 120px;
    padding-right: 100px
}

.secondary-nav-right {
    display: flex;
    justify-content: flex-start;
    gap: 120px;
    padding-left: 100px
}

.secondary-nav-middle {
    width: 112px
}

.secondary-nav-item {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    height: 50px;
    position: relative;
    transition: opacity .2s ease;
    opacity: .8;
    white-space: nowrap
}

.secondary-nav-item:hover {
    opacity: 1
}

.secondary-nav-item.active {
    font-weight: 600;
    opacity: 1
}

.secondary-nav-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff
}

@media(min-width: 768px)and (max-width: 1024px) {
    .secondary-nav-container.show {
        height: 54px
    }

    .secondary-nav-inner {
        grid-template-columns: 1fr 64px 1fr;
        padding: 14px 16px 0 16px;
        align-items: flex-end
    }

    .secondary-nav-left {
        gap: 60px;
        padding-right: 50px
    }

    .secondary-nav-right {
        gap: 60px;
        padding-left: 50px
    }

    .secondary-nav-middle {
        width: 64px
    }

    .secondary-nav-item {
        font-size: 15px;
        height: 40px;
        white-space: nowrap
    }
}

@media(max-width: 767px) {
    .secondary-nav-container.show {
        height: 54px
    }

    .secondary-nav-inner {
        grid-template-columns: 1fr 50px 1fr;
        padding: 14px 4px 0 4px;
        align-items: flex-end
    }

    .secondary-nav-left {
        gap: 10px;
        padding-right: 0px;
        justify-content: space-around
    }

    .secondary-nav-right {
        gap: 10px;
        padding-left: 0px;
        justify-content: space-around
    }

    .secondary-nav-middle {
        width: 50px
    }

    .secondary-nav-item {
        font-size: 14px;
        height: 40px;
        white-space: nowrap
    }

    .secondary-nav-item.active::after {
        height: 3px
    }
}

@media screen and (max-width: 767px) {
    main.pt-40 {
        padding-top: 150px
    }
}

@media screen and (max-width: 767px) {
    .news-video-section .aspect-video {
        height: 330px
    }
}