main{--dark-blue:rgb(0,65,121);--white:rgb(255,255,255);--light-blue:rgb(55,182,236);--Grey:rgb(246,252,254);--white-smoke:rgb(244,244,244);}.swiper-logos .swiper-wrapper {     transition-timing-function: linear!important; }

.swiper-logos{
    pointer-events: none;
}

@keyframes clickScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}

.animate-scale {
  animation: clickScale 200ms ease-in-out forwards;
}

.swiper-about{
  overflow: visible!important;
}

html, body {
    height: auto!important;
}

@media screen and (max-width: 991px) {
    .hamburger {
        display: flex!important;
        transform: translateX(100%);
        opacity: 0;
        transition: all 300ms ease; 
    }
    .hamburger.active {
        transform: translateX(0%);
        opacity: 1;
    }

#hamburger-trigger {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
}


}

.overflow-hidden{
    overflow: hidden!important;
}


#hamburger-trigger span {
    width: 30px;
    height: 3px;
    background: var(--dark-blue);
    transition: all 0.3s ease-in-out;
    position: absolute;
}

/* Pomeranje linija u normalnom stanju */
#hamburger-trigger span:nth-child(1) {
    transform: translateY(-10px);
}

#hamburger-trigger span:nth-child(2) {
    opacity: 1;
}

#hamburger-trigger span:nth-child(3) {
    transform: translateY(10px);
}

/* Aktivni stil (X efekat) */
#hamburger-trigger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

#hamburger-trigger.active span:nth-child(2) {
    opacity: 0;
}

#hamburger-trigger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.display-none{
    display: none;
}
main {color:rgba(0,0,0,1.00);position:relative;font-size:1vw;background:rgba(255,255,255,1.00);min-height:100vh;font-family:'Montserrat';font-weight:400;line-height:1.4;overflow:clip;}@media screen and (max-width: 991px) {main {font-size:1rem;}}@media screen and (max-width: 480px) {main {font-size:0.875rem;}}main container{width:100%;display:block;max-width:90%;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;}@media screen and (max-width: 991px) {main container{max-width:100%;}}main h2{font-size:42px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h1{font-size:60px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;}main h4{font-size:24px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h5{font-size:20px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h6{font-size:16px;margin-top:0px;font-weight:700;margin-bottom:0px;}main p{margin-top:0px;margin-bottom:0px;}main .stylesheet-part{padding:60px 0px 60px 0px;border-bottom:1px solid rgba(223,223,223,1.00);}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;}main textarea{resize:vertical;}main .button-primary{color:rgba(255,255,255,1.00);border:1px solid rgba(0,0,0,1);background:rgba(0,0,0,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);}main a{cursor:pointer;transition:all 200ms 0ms linear;}main .button-secondary{color:rgba(0,0,0,1.00);border:1px solid rgba(0,0,0,1);background:rgba(255,255,255,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-secondary:hover{color:rgba(255,255,255,1.00);background:rgba(0,0,0,1.00);}main button{cursor:pointer;}main component{display:block;}main .rich-text-dh-styling  hr{width:100%;border:0px solid rgba(0,0,0,1);height:1px;display:block;border-top:1px solid rgb(203,203,203);margin-top:20px;padding-top:0px;margin-bottom:20px;padding-bottom:0px;}main .rich-text-dh-styling{display:flex;row-gap:24px;flex-direction:column;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main .navbar-link{color:var(--dark-blue);text-decoration:none;font-weight:500;text-transform:uppercase;}main .navbar-link:hover{color:var(--light-blue);}main .navbar-link.dh-active{color:var(--light-blue);}main .gap-20{display:flex;flex-direction:column;row-gap:20px;}main .h1{font-size:3vw;font-family:'Signika';font-weight:500;line-height:1.2;}@media screen and (max-width: 991px) {main .h1{font-size:3rem;}}@media screen and (max-width: 480px) {main .h1{font-size:1.8rem;}}main .logo-slide{max-width:13vw;}@media screen and (max-width: 991px) {main .logo-slide{max-width:120px;}}main .image-slide{width:100%;filter:grayscale(100);}main .swiper-logos{width:100%;}main .gap-10{display:flex;flex-direction:column;row-gap:10px;}main .h2{font-size:3vw;color:var(--dark-blue);line-height:1.1;font-family:'Signika';font-weight:500;}@media screen and (max-width: 991px) {main .h2{font-size:3rem;}}@media screen and (max-width: 480px) {main .h2{font-size:2rem;}}main .section-title{font-size:1.2vw;font-weight:500;}@media screen and (max-width: 991px) {main .section-title{font-size:1.2rem;}}@media screen and (max-width: 480px) {main .section-title{font-size:1rem;}}main .count-item{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;row-gap:10px;text-align:center;font-size:0.7vw;color:var(--dark-blue);font-weight:700;}@media screen and (max-width: 480px) {main .count-item{font-size:1rem;}}main .count-no{font-size:2.5vw;font-weight:700;color:#37b6ec;}@media screen and (max-width: 480px) {main .count-no{font-size:1.4rem;}}main .cta-blue{padding-left:30px;padding-right:30px;min-height:40px;display:flex;align-items:center;background:var(--light-blue);color:var(--white);text-decoration:none;font-size:1.1vw;border-radius:8px;box-shadow:5px 5px 5px 2px rgba(0,0,0,0.1);font-weight:300;justify-content:center;text-transform:uppercase;}@media screen and (max-width: 480px) {main .cta-blue{font-size:1rem;}}main .cta-dark-blue{padding-left:30px;padding-right:30px;min-height:40px;display:flex;align-items:center;background:var(--dark-blue);color:var(--white);text-decoration:none;font-size:1.1vw;border-radius:8px;box-shadow:5px 5px 5px 2px rgba(0,0,0,0.1);font-weight:300;justify-content:center;}@media screen and (max-width: 480px) {main .cta-dark-blue{font-size:1rem;}}main .gap-40{display:flex;flex-direction:column;row-gap:40px;}main .text-color-white{color:var(--white)!important;}main .gap-30{display:flex;flex-direction:column;row-gap:30px;}@media screen and (max-width: 480px) {main .gap-30{row-gap:20px;}}main .header-title{font-size:1.1vw;text-transform:uppercase;}@media screen and (max-width: 991px) {main .header-title{font-size:1.1rem;}}main .table-row{min-height:55px;width:100%;display:flex;align-items:center;justify-content:center;font-weight:500;border-left:1px solid var(--light-blue);font-size:0.8vw;position:relative;}main .table-row:hover .abs-table-text{opacity:1!important;}main .table-row:hover span{opacity:0;}@media screen and (max-width: 1600px) {main .table-row{font-size:0.9vw;}}@media screen and (max-width: 991px) {main .table-row{border-left:none;font-size:1rem;}}main .gap-30-center{display:flex;flex-direction:column;row-gap:30px;align-items:center;justify-content:center;text-align:center;}@media screen and (max-width: 480px) {main .gap-30-center{row-gap:20px;}}main .gap-10-center{display:flex;flex-direction:column;row-gap:10px;align-items:center;justify-content:center;}main .image-100{width:100%;}main .team-slide{display:flex;align-items:stretch;padding-left:5%;justify-content:space-between;position:relative;}@media screen and (max-width: 991px) {main .team-slide{flex-direction:column-reverse;height:100%;}}main .team-content{width:50%;display:flex;align-items:center;flex-direction:column;justify-content:center;row-gap:40px;}@media screen and (max-width: 991px) {main .team-content{width:100%;}}main .text-bold{font-weight:500;}main .swiper-prev{width:44px;cursor:pointer;}main .swiper-next{cursor:pointer;}main .team-video-cta{position:absolute;top:auto;left:0%;right:auto;bottom:0%;width:100%;background:var(--light-blue);display:flex;align-items:center;justify-content:center;color:var(--white);text-transform:uppercase;font-weight:500;font-size:1.2vw;padding-top:10px;padding-bottom:10px;cursor:pointer;}@media screen and (max-width: 991px) {main .team-video-cta{font-size:1rem;}}main .padding-top-100{padding-top:100px;}@media screen and (max-width: 480px) {main .padding-top-100{padding-top:50px;}}main .padding-bottom-100{padding-bottom:100px;}@media screen and (max-width: 991px) {main .padding-bottom-100{padding-bottom:50px;}}main .testimonial-item{display:flex;align-items:center;background:#f4f4f4;border-radius:3.5vw;padding-top:30px;padding-right:2.5vw;padding-bottom:30px;padding-left:2.5vw;box-shadow:4px 4px 4px 1px #0000001a;position:relative;z-index:5;font-size:0.82vw;justify-content:flex-end;}@media screen and (max-width: 1600px) {main .testimonial-item{font-size:0.86vw;}}@media screen and (max-width: 991px) {main .testimonial-item{flex-direction:column-reverse;row-gap:10px;padding-top:50px;overflow:hidden;}}@media screen and (max-width: 480px) {main .testimonial-item{border-radius:20px;font-size:1rem;padding-left:20px;padding-right:20px;padding-bottom:0px;padding-top:20px;}}main .h3{font-size:1.56vw;line-height:1.2-;font-weight:600;color:var(--dark-blue);}@media screen and (max-width: 991px) {main .h3{font-size:1.4rem;}}main .not-for-kids-item{padding-top:50px;padding-left:20px;padding-right:20px;padding-bottom:50px;border-radius:36px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;row-gap:15px;font-size:0.9vw;}@media screen and (max-width: 480px) {main .not-for-kids-item{font-size:0.875rem;border-radius:20px;padding-top:30px;padding-bottom:30px;}}main .not-for-icon{width:86px;}main .h3-22{font-size:1.375rem;}@media screen and (max-width: 480px) {main .h3-22{font-size:1.2rem;}}main .cta-flex{display:flex;}main .footer-link{color:var(--dark-blue);text-decoration:none;}main .footer-link:hover{color:var(--light-blue);}main .footer-link.dh-active{color:var(--light-blue);}main .abs-table-text{position:absolute;top:50%;left:50%;right:auto;bottom:auto;text-align:center;transform:translate(-50%,-50%);width:100%;font-size:0.7vw;line-height:1.1-;padding-left:10px;padding-right:10px;font-weight:300;opacity:0%;transition:all 200ms 0ms ease;}@media screen and (max-width: 1600px) {main .abs-table-text{font-size:0.8vw;}}@media screen and (max-width: 991px) {main .abs-table-text{font-size:0.875rem;}}main .padding-bottom-50{padding-bottom:40px;}main .gap-20-center{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px;text-align:center;}main .result-item{display:flex;align-items:center;color:var(--white);column-gap:20px;font-weight:600;text-align:left;justify-content:flex-start;font-size:0.9rem;}@media screen and (max-width: 480px) {main .result-item{flex-direction:column;row-gap:10px;text-align:center;}}main .padding-top-50{padding-top:50px;}main .swiper-about{width:100%;max-width:100%;}main .about-slide{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;}main .accordions_wrap{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;border-radius:20px;cursor:pointer;border:1px solid rgba(255,255,255,0.1);}@media screen and (max-width: 480px) {main .accordions_wrap{padding-left:0px;padding-bottom:0px!important;padding-top:0px;padding-right:0px;margin-bottom:0px;}}main .acc-bottom{overflow:hidden;margin-top:10px;max-width:95%;height:0px;padding-left:30px;}@media screen and (max-width: 480px) {main .acc-bottom{height:0px;max-width:100%;padding-left:20px;}}main .is-18-50{font-size:1.125rem;color:rgb(from rgb(255,255,255) r g b / 50%);}@media screen and (max-width: 480px) {main .is-18-50{font-size:1rem;}}main .faq-title{font-size:1.25rem;max-width:95%;font-weight:700;}@media screen and (max-width: 991px) {main .faq-title{font-size:1.2rem;}}@media screen and (max-width: 480px) {main .faq-title{font-size:1rem;}}main .acc-icon{transition:all 300ms 0ms ease;width:30px;}@media screen and (max-width: 480px) {main .acc-icon{width:20px;}}main .acc-top{background:linear-gradient(90deg, rgba(18,46,84,1) 0%, rgba(28,84,154,1) 100%);color:var(--white);padding-top:30px;padding-bottom:30px;padding-left:20px;padding-right:20px;border-radius:20px;}@media screen and (max-width: 480px) {main .acc-top{padding-top:20px;padding-bottom:20px;}}main .hamburger{display:none;}@media screen and (max-width: 991px) {main .hamburger{display:none;position:fixed;top:0%;left:0%;right:auto;bottom:auto;width:100%;height:100%;background:var(--white);padding-top:140px;padding-left:20px;padding-right:20px;color:var(--dark-blue);flex-direction:column;row-gap:30px;overflow:auto;padding-bottom:50px;z-index:500;}}@media screen and (max-width: 767px) {main .hamburger{width:100%;}}@media screen and (max-width: 480px) {main .hamburger{width:100%;row-gap:20px;padding-top:100px;}}@media screen and (max-width: 991px) {main .hamburger-links-wrap{display:flex;flex-direction:column;row-gap:10px;}}@media screen and (max-width: 991px) {main .hamburger-links-col{padding-left:20px;display:flex;flex-direction:column;row-gap:10px;}}@media screen and (max-width: 991px) {main .hamburger-link{text-decoration:none;color:var(--dark-blue);}}@media screen and (max-width: 767px) {main .hamburger-link{font-weight:500;}main .hamburger-link.dh-active{color:var(--light-blue);}}@media screen and (max-width: 480px) {main .hamburger-link{font-size:1.4rem;}}main .h2-48{font-size:3rem;color:#353a5a;}main .h3-36{font-size:2.25rem;}main .h1-80{font-size:5rem;}main .form-input:focus-within{border:1px solid #f7d974;border-radius:0px;outline:none;}main .form-input{background:rgba(255,255,255,0);border:1px solid rgb(255,255,255);font-size:1.0625rem;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;color:rgb(255,255,255);}main .form-input::placeholder{font-size:1.0625rem;color:rgb(255,255,255);}main .button-yellow{color:#1b5195;border:1px solid #f7d974;background:#f7d873;padding-top:16px;padding-left:40px;padding-right:40px;padding-bottom:16px;border-radius:30px 0px 30px 0px;text-decoration:none;font-size:1.5rem;font-weight:700;}main .button-yellow:hover{color:#f7d974;background:rgba(255,255,255,0);}body main .t7{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t7{row-gap:30px;grid-template-columns:1fr ;}}body main .t9{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t9{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t10{color:rgba(163,117,255,1.00);}}body main .t18{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t18{row-gap:30px;grid-template-columns:1fr ;}}body main .t20{display:flex;row-gap:40px;column-gap:40px;}body main .t22{display:flex;flex-direction:column;}body main .t23{display:flex;flex-direction:column;}body main .t24{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t27{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t29{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t29{row-gap:30px;grid-template-columns:1fr ;}}body main .t30{display:flex;row-gap:25px;flex-direction:column;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t37{display:flex;column-gap:100px;}body main .t40{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t48{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t56{color:rgba(163,117,255,1.00);}}body main .t64{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t64{row-gap:30px;grid-template-columns:1fr ;}}body main .t66{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t66{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t67{color:rgba(163,117,255,1.00);}}body main .t75{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t75{row-gap:30px;grid-template-columns:1fr ;}}body main .t77{display:flex;row-gap:40px;column-gap:40px;}body main .t79{display:flex;flex-direction:column;}body main .t80{display:flex;flex-direction:column;}body main .t81{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t84{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t86{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t86{row-gap:30px;grid-template-columns:1fr ;}}body main .t87{display:flex;row-gap:25px;flex-direction:column;}body main .t91{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t93{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t94{display:flex;column-gap:100px;}body main .t97{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t105{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t113{color:rgba(163,117,255,1.00);}}body main .t115{color:var(--white);position:relative;}@media screen and (max-width: 991px) {body main .t115{aspect-ratio:0.59 /1;}}body main .t116{width:100%;}body main .t117{top:50%;left:50%;right:auto;bottom:auto;position:absolute;transform:translate(-50%,-50%);transition:;}@media screen and (max-width: 991px) {body main .t117{top:15%;}}@media screen and (max-width: 480px) {body main .t117{top:180px;}}body main .t118{max-width:45%;}@media screen and (max-width: 991px) {body main .t118{max-width:100%;}}body main .t119{font-size:2.5vw;}@media screen and (max-width: 480px) {body main .t119{font-size:1.8rem;}}body main .t121{display:block;}@media screen and (max-width: 480px) {body main .t121{display:inline;}}@media screen and (max-width: 991px) {body main .t123{margin-top:10px;}}body main .t146{padding-top:100px;}@media screen and (max-width: 991px) {body main .t146{text-align:center;padding-top:50px;}}body main .t148{display:flex;column-gap:50px;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t148{row-gap:40px;flex-direction:column-reverse;}}body main .t149{width:45%;}@media screen and (max-width: 991px) {body main .t149{width:100%;}}body main .t155{display:grid;column-gap:20px;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t155{display:grid;row-gap:20px;grid-template-columns:1fr 1fr;}}body main .t168{display:flex;max-width:80%;column-gap:15px;}@media screen and (max-width: 991px) {body main .t168{row-gap:10px;max-width:100%;align-items:center;flex-direction:column;}}body main .t169{width:50%;}@media screen and (max-width: 480px) {body main .t169{width:100%;}}body main .t170{width:50%;}@media screen and (max-width: 480px) {body main .t170{width:100%;}}body main .t171{padding-bottom:20px;}body main .t173{top:-5px;color:var(--light-blue);position:relative;}body main .t174{font-size:0.8vw;}@media screen and (max-width: 991px) {body main .t174{font-size:0.875rem;}}body main .t175{color:var(--white);position:relative;padding-top:40px;padding-bottom:40px;}body main .t176{z-index:2;position:relative;}body main .t177{top:0%;left:0%;right:auto;width:90%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t177{width:99%;border-radius:0px 15px 15px 0px;}}body main .t179{max-width:90%;}@media screen and (max-width: 480px) {body main .t179{max-width:98%;}}body main .t180{max-width:90%;}body main .t181{overflow:hidden;position:relative;padding-top:108px;padding-bottom:300px;background-size:cover;background-image:url(https://global.divhunt.com/8642c5fab7db92f92f9b67870597b93f_32686.png);background-repeat:no-repeat;background-position:0% 100%;}@media screen and (max-width: 991px) {body main .t181{text-align:center;padding-top:50px;}}@media screen and (max-width: 480px) {body main .t181{padding-bottom:0px;}}body main .t182{z-index:2;position:relative;}@media screen and (max-width: 991px) {body main .t182{display:flex;}}body main .t183{top:-160px;left:-172px;right:auto;width:360px;bottom:auto;position:absolute;}body main .t184{width:50%;}@media screen and (max-width: 991px) {body main .t184{width:100%;}}@media screen and (max-width: 480px) {body main .t185{align-items:center;}}@media screen and (max-width: 480px) {body main .t186{max-width:300px;}}body main .t188{display:flex;text-align:left;border-bottom:1px solid var(--light-blue);border-radius:36px;}@media screen and (max-width: 991px) {body main .t188{row-gap:20px;border-radius:0px;flex-direction:column;}}body main .t189{color:var(--white);display:flex;background:var(--light-blue);min-height:60px;align-items:center;padding-left:40px;padding-right:40px;}@media screen and (max-width: 991px) {body main .t189{text-align:center;justify-content:center;}}body main .t190{z-index:2;position:relative;}body main .t191{overflow:hidden;border-radius:36px 0px 0px 0px;}@media screen and (max-width: 991px) {body main .t191{border:1px solid var(--light-blue);border-radius:0px 0px 0px 0px;}}body main .t200{border-radius:0px 0px 0px 36px;}body main .t202{flex:1 1 0%;border-left:1px solid var(--light-blue);border-right:1px solid var(--light-blue);border-radius:0px 36px 36px 36px;}@media screen and (max-width: 991px) {body main .t202{border-radius:0px 0px 0px 0px;}}body main .t203{color:rgb(255,255,255);display:flex;position:relative;background:var(--dark-blue);min-height:60px;align-items:center;padding-left:40px;border-radius:0px 36px 0px 0px;padding-right:40px;justify-content:center;}@media screen and (max-width: 991px) {body main .t203{border-radius:0px 0px 0px 0px;}}body main .t205{border-left:none;}body main .t207{display:grid;margin-top:0px;padding-top:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t207{display:flex;flex-direction:column;}}body main .t208{border-left:none;}body main .t210{border-left:none;}body main .t212{border-left:none;}body main .t214{border-left:none;}body main .t216{border-left:none;}body main .t218{border-left:none;}body main .t220{border-left:none;}@media screen and (max-width: 991px) {body main .t220{border-radius:0px 0px 0px 0px;}}body main .t222{width:100%;transform:;}body main .t224{display:flex;column-gap:15px;}@media screen and (max-width: 991px) {body main .t224{align-items:center;justify-content:center;}}body main .t226{top:40%;left:auto;right:0%;width:45%;bottom:auto;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 991px) {body main .t226{width:99%;position:static;transform:translate(0px,0%);margin-left:auto;}}body main .t227{padding-top:70px;padding-bottom:200px;background-size:cover;background-image:url(https://global.divhunt.com/4935f5ef97edfd6adee520b4e1dd447c_27583.png);background-position:0% 100%;}@media screen and (max-width: 1600px) {body main .t227{background:rgb(255,255,255);padding-top:100px;padding-bottom:200px;background-size:cover;background-image:url(https://global.divhunt.com/4935f5ef97edfd6adee520b4e1dd447c_27583.png);background-position:0% 100%;}}@media screen and (max-width: 991px) {body main .t227{padding-top:50px;}}@media screen and (max-width: 480px) {body main .t227{padding-bottom:100px;}}body main .t232{width:50%;}@media screen and (max-width: 1600px) {body main .t232{width:50%;}}@media screen and (max-width: 991px) {body main .t232{width:100%;}}body main .t234{display:flex;column-gap:70px;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t234{row-gap:30px;flex-direction:column;}}body main .t235{width:50%;}@media screen and (max-width: 991px) {body main .t235{width:100%;}}body main .t237{background-size:auto 100%;background-image:url(https://global.divhunt.com/6694d92c051fcdafcf025e2daaeb7689_144722.png);background-repeat:no-repeat;}@media screen and (max-width: 991px) {body main .t237{background-size:100% auto;}}@media screen and (max-width: 480px) {body main .t237{background:none;}}@media screen and (max-width: 991px) {body main .t240{height:auto;display:grid;grid-template-columns:1fr;}}@media screen and (max-width: 991px) {body main .t241{padding-left:1%;}}body main .t242{width:40%;transform:rotateY(180deg);object-fit:cover;}@media screen and (max-width: 991px) {body main .t242{width:100%;}}@media screen and (max-width: 991px) {body main .t243{width:100%;}}body main .t244{max-width:85%;}@media screen and (max-width: 991px) {body main .t244{max-width:100%;}}body main .t247{color:var(--white);width:100%;display:flex;row-gap:30px;background:linear-gradient(180deg, #122e54, #1c549a);padding-top:15px;padding-left:40px;border-radius:2.5vw 0px 0px 2.5vw;flex-direction:column;padding-bottom:15px;}@media screen and (max-width: 991px) {body main .t247{border-radius:10px 0px 0px 10px;}}@media screen and (max-width: 480px) {body main .t247{padding-left:20px;}}body main .t248{max-width:90%;}@media screen and (max-width: 991px) {body main .t250{height:auto;display:grid;grid-template-columns:1fr;}}body main .t252{width:40%;transform:rotateY(180deg);}@media screen and (max-width: 991px) {body main .t252{width:100%;}}body main .t254{max-width:85%;}@media screen and (max-width: 991px) {body main .t254{max-width:100%;}}body main .t257{color:rgb(255,255,255);width:100%;display:flex;row-gap:30px;background:linear-gradient(180deg, #122e54, #1c549a);padding-top:15px;padding-left:40px;border-radius:2.5vw 0px 0px 2.5vw;flex-direction:column;padding-bottom:15px;}@media screen and (max-width: 991px) {body main .t257{border-radius:20px 0px 0px 20px;}}@media screen and (max-width: 480px) {body main .t257{padding-left:20px;}}body main .t258{max-width:90%;}body main .t260{position:relative;}body main .t264{top:50%;left:10px;right:auto;bottom:auto;z-index:5;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 480px) {body main .t264{top:60%;}}body main .t265{top:50%;left:auto;right:10px;bottom:auto;z-index:5;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 480px) {body main .t265{top:60%;}}body main .t270{position:relative;}body main .t271{z-index:2;position:relative;}@media screen and (max-width: 480px) {body main .t272{max-width:300px;}}body main .t273{width:100%;display:grid;column-gap:30px;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t273{display:flex;row-gap:20px;flex-direction:column;}}body main .t274{color:var(--white);background:var(--dark-blue);}body main .t278{color:var(--dark-blue);border:1px solid var(--dark-blue);background:var(--white);}body main .t282{color:var(--white);background:var(--light-blue);}@media screen and (max-width: 480px) {body main .t282{border-radius:20px;}}body main .t286{color:var(--dark-blue);background:#f4f4f4;}@media screen and (max-width: 480px) {body main .t286{font-size:1rem;padding-top:30px;border-radius:20px;padding-bottom:40px;}}body main .t290{top:-20%;left:auto;right:-14%;width:50%;bottom:auto;position:absolute;}@media screen and (max-width: 480px) {body main .t291{padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t296{max-width:300px;text-align:center;}}body main .t297{width:100%;display:flex;row-gap:20px;flex-direction:column;}body main .t298{color:var(--white);display:flex;overflow:clip;background:linear-gradient(180deg, #122e54, #1c549a),    url(https://global.divhunt.com/524aecf93a59eb8e1d80629b6507c25d_20924.png);column-gap:70px;align-items:stretch;border-radius:2.5vw;background-size:cover, contain;justify-content:flex-start;background-repeat:no-repeat, no-repeat;background-position:center, right 7px;background-blend-mode:normal;}@media screen and (max-width: 991px) {body main .t298{border-radius:20px;flex-direction:column;}}body main .t299{width:35%;object-fit:cover;}@media screen and (max-width: 991px) {body main .t299{width:100%;}}body main .t300{max-width:60%;text-align:left;padding-top:80px;padding-right:30px;padding-bottom:80px;}@media screen and (max-width: 991px) {body main .t300{max-width:100%;padding-top:30px;padding-left:20px;padding-bottom:40px;}}body main .t301{font-size:2vw;}@media screen and (max-width: 991px) {body main .t301{font-size:2rem;}}@media screen and (max-width: 480px) {body main .t301{font-size:1.2rem;}}body main .t302{text-align:left;}body main .t303{color:var(--white);font-weight:600;}body main .t305{display:grid;column-gap:20px;text-align:left;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t305{display:flex;row-gap:20px;flex-direction:column;}}body main .t306{display:flex;column-gap:15px;}body main .t323{display:flex;row-gap:30px;max-width:900px;background:#eaf5fb;box-shadow:0 6px 6px #00000026;text-align:center;align-items:center;margin-left:auto;padding-top:4vw;margin-right:auto;padding-left:4vw;border-radius:2.5vw;padding-right:4vw;flex-direction:column;padding-bottom:4vw;-webkit-box-shadow:0px 6px 6px 0px rgba(0, 0, 0, .15);}@media screen and (max-width: 480px) {body main .t323{padding-top:25px;padding-left:10px;border-radius:20px;padding-right:10px;padding-bottom:25px;}}body main .t324{display:flex;column-gap:6px;align-items:center;}@media screen and (max-width: 480px) {body main .t324{width:100%;row-gap:20px;flex-direction:column;}}body main .t325{border:1px solid #949596;font-size:1.0625rem;min-width:300px;min-height:50px;padding-left:17px;border-radius:4px;}@media screen and (max-width: 480px) {body main .t325{width:100%;}}body main .t326{color:rgb(255,255,255);border:1px none rgba(0,0,0,1);font-size:1rem;background:rgb(55,182,236);min-height:50px;padding-left:20px;border-radius:4px;padding-right:20px;}@media screen and (max-width: 480px) {body main .t326{width:100%;}}@media screen and (max-width: 480px) {body main .t328{max-width:300px;}}body main .t332{display:flex;align-items:flex-start;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t332{row-gap:50px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t332{align-items:center;}}@media screen and (max-width: 480px) {body main .t332{row-gap:30px;}}body main .t334{width:20vw;}@media screen and (max-width: 991px) {body main .t334{width:200px;}}body main .t335{display:flex;column-gap:10vw;align-items:flex-start;}@media screen and (max-width: 991px) {body main .t335{row-gap:40px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t335{align-items:center;}}body main .t337{display:flex;column-gap:72px;align-items:center;border-bottom:1px solid rgba(18,18,18,0.2);padding-bottom:1vw;}@media screen and (max-width: 480px) {body main .t337{row-gap:20px;border-bottom:none;flex-direction:column;padding-bottom:20px;}}body main .t339{display:flex;column-gap:100px;align-items:center;padding-top:1vw;}@media screen and (max-width: 480px) {body main .t339{row-gap:20px;padding-top:20px;flex-direction:column;}}body main .t341{color:rgb(0,65,121);display:flex;row-gap:5px;font-size:0.8vw;align-items:flex-end;flex-direction:column;}@media screen and (max-width: 991px) {body main .t341{font-size:0.875rem;}}@media screen and (max-width: 767px) {body main .t341{row-gap:20px;align-items:center;flex-direction:column;}}body main .t342{font-weight:500;}body main .t343{color:rgb(0,65,121);font-weight:500;text-decoration:none;}body main .t344{display:flex;column-gap:10px;}body main .t346{width:30px;}body main .t347{font-size:0.9vw;margin-top:40px;text-align:center;padding-bottom:30px;}@media screen and (max-width: 991px) {body main .t347{margin-top:30px;text-align:left;}}@media screen and (max-width: 767px) {body main .t347{font-size:1rem;text-align:center;}}@media screen and (max-width: 480px) {body main .t347{font-size:0.75rem;}}body main .t350{color:rgb(55,182,236);text-decoration:none;}body main .t351{text-decoration:none;}body main .t353{padding-top:15px;padding-bottom:15px;}@media screen and (max-width: 991px) {body main .t353{z-index:3000;position:relative;}}@media screen and (max-width: 480px) {body main .t353{padding-top:10px;padding-bottom:10px;}}body main .t355{display:flex;align-items:center;justify-content:space-between;}body main .t356{display:flex;column-gap:30px;align-items:center;}@media screen and (max-width: 991px) {body main .t356{display:none;}}body main .t362{width:230px;}@media screen and (max-width: 480px) {body main .t362{width:150px;}}body main .t367{color:var(--white);position:relative;}@media screen and (max-width: 991px) {body main .t367{padding-top:100px;}}@media screen and (max-width: 480px) {body main .t367{padding-top:80px;}}body main .t368{width:100%;}@media screen and (max-width: 991px) {body main .t368{top:0%;left:0%;right:auto;bottom:auto;position:absolute;}}@media screen and (max-width: 480px) {body main .t368{min-height:50%;}}body main .t369{top:50%;left:50%;right:auto;bottom:auto;position:absolute;transform:translate(-50%,-50%);}@media screen and (max-width: 991px) {body main .t369{position:static;transform:translate(0%,0%);}}body main .t373{display:block;}body main .t375{top:auto;left:auto;right:2%;bottom:0%;height:80%;position:absolute;}@media screen and (max-width: 991px) {body main .t375{right:0%;width:90%;height:auto;position:relative;margin-top:30px;}}@media screen and (max-width: 480px) {body main .t375{width:100%;display:none;margin-top:40px;}}body main .t376{position:relative;padding-bottom:300px;background-size:cover;background-image:url(https://global.divhunt.com/4935f5ef97edfd6adee520b4e1dd447c_27583.png);background-position:0% 100%;}@media screen and (max-width: 991px) {body main .t376{padding-bottom:200px;}}@media screen and (max-width: 480px) {body main .t376{padding-bottom:0px;}}body main .t377{z-index:2;position:relative;}body main .t378{display:flex;justify-content:flex-end;}body main .t379{width:50%;}@media screen and (max-width: 991px) {body main .t379{width:100%;align-items:flex-start;}}body main .t382{display:none;column-gap:15px;}@media screen and (max-width: 991px) {body main .t382{align-items:center;justify-content:center;}}body main .t384{top:auto;left:0%;right:auto;width:50%;bottom:9%;position:absolute;}@media screen and (max-width: 991px) {body main .t384{width:100%;position:static;margin-top:30px;}}body main .t385{position:relative;}@media screen and (max-width: 991px) {body main .t385{padding-top:50px;}}body main .t389{top:0%;left:0%;right:auto;width:50%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t389{width:99%;display:none;border-radius:0px 15px 15px 0px;}}body main .t390{color:var(--white);position:relative;margin-top:40px;}@media screen and (max-width: 480px) {body main .t390{margin-top:20px;}}body main .t391{z-index:2;position:relative;}body main .t392{width:45%;}@media screen and (max-width: 991px) {body main .t392{width:100%;}}body main .t396{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t396{color:rgb(0,0,0);padding-top:0px;flex-direction:column;}}body main .t397{width:35%;}@media screen and (max-width: 991px) {body main .t397{width:100%;margin-top:0px;}}body main .t398{padding-top:50px;padding-bottom:50px;}@media screen and (max-width: 480px) {body main .t398{padding-top:0px;}}body main .t400{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t400{flex-direction:column-reverse;}}body main .t401{width:40%;}@media screen and (max-width: 991px) {body main .t401{width:100%;}}body main .t402{width:50%;}@media screen and (max-width: 991px) {body main .t402{width:100%;}}body main .t407{padding-top:150px;background-size:cover;background-image:url(https://global.divhunt.com/210ec7dc1f7f7a00266a62194131cbf2_22378.png);background-position:0% 0%;}@media screen and (max-width: 991px) {body main .t407{padding-top:100px;}}body main .t409{margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t409{text-align:left;align-items:flex-start;}}body main .t414{color:rgb(255,255,255);position:relative;margin-top:100px;padding-top:30px;padding-bottom:30px;}@media screen and (max-width: 991px) {body main .t414{color:rgb(0,0,0);margin-top:30px;padding-top:40px;padding-bottom:40px;}}body main .t415{top:0%;left:0%;right:auto;width:60%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t415{width:99%;display:none;border-radius:0px 15px 15px 0px;}}body main .t416{z-index:2;position:relative;}body main .t417{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t417{flex-direction:column;}}body main .t418{width:55%;}@media screen and (max-width: 991px) {body main .t418{width:100%;}}body main .t420{width:35%;}@media screen and (max-width: 991px) {body main .t420{width:100%;max-width:95%;}}@media screen and (max-width: 991px) {body main .t421{color:rgb(0,0,0)!important;}}@media screen and (max-width: 480px) {body main .t421{color:var(--dark-blue)!important;}}body main .t427{width:100%;display:grid;column-gap:30px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t427{display:flex;row-gap:30px;flex-direction:column;}}body main .t428{border:1px solid rgba(0,0,0,1);display:flex;column-gap:30px;align-items:center;font-weight:500;padding-top:10px;padding-left:20px;border-radius:20px;padding-right:20px;padding-bottom:10px;}body main .t431{display:flex;row-gap:50px;margin-top:80px;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t431{row-gap:30px;}}body main .t433{width:100%;display:grid;max-width:1200px;column-gap:30px;align-items:start;margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t433{display:flex;row-gap:40px;flex-direction:column;}}body main .t434{display:flex;row-gap:30px;text-align:center;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t434{width:100%;}}body main .t435{color:var(--white);width:10vw;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#122e54",endColorstr="#1c549a",GradientType=1);height:10vw;display:flex;font-size:3vw;background:linear-gradient(45deg, #122e54, #1c549a);box-shadow:0 5px 5px 2px #0000001a;margin-top:0;text-align:center;align-items:center;font-weight:700;margin-left:auto;margin-right:auto;border-radius:50%;justify-content:center;}@media screen and (max-width: 480px) {body main .t435{width:200px;height:200px;}}@media screen and (max-width: 480px) {body main .t436{font-size:3rem;}}body main .t438{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#122e54",endColorstr="#1c549a",GradientType=1);z-index:10;position:relative;background:linear-gradient(180deg, #122e54, #1c549a);text-align:center;padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t438{padding-top:50px;padding-bottom:50px;}}body main .t442{width:100%;display:grid;row-gap:50px;max-width:1200px;column-gap:20px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t442{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {body main .t442{display:flex;row-gap:30px;flex-direction:column;}}body main .t444{max-width:200px;}body main .t445{width:100px;}body main .t447{max-width:200px;}body main .t448{width:100px;}body main .t450{max-width:300px;}body main .t451{width:100px;}body main .t453{max-width:300px;}body main .t454{width:100px;}body main .t456{max-width:300px;}body main .t457{width:100px;}body main .t459{max-width:300px;}body main .t460{width:100px;}body main .t465{max-width:80%;}body main .t467{font-size:0.7vw;}@media screen and (max-width: 991px) {body main .t467{font-size:0.875rem;}}@media screen and (max-width: 480px) {body main .t468{padding-top:0px;}}body main .t471{border:1px solid var(--light-blue);position:relative;padding-top:100px;padding-left:50px;border-radius:30px;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t471{padding-top:40px;padding-left:30px;}}@media screen and (max-width: 480px) {body main .t471{padding-left:20px;border-radius:20px;padding-bottom:40px;}}body main .t472{max-width:60%;}@media screen and (max-width: 991px) {body main .t472{max-width:100%;}}body main .t476{top:50%;left:auto;right:-3%;width:31%;bottom:auto;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 991px) {body main .t476{width:95%;position:static;transform:translate(0px,0%);margin-top:30px;}}body main .t480{color:rgb(255,255,255);position:relative;}@media screen and (max-width: 991px) {body main .t480{padding-top:0px;}}@media screen and (max-width: 480px) {body main .t480{padding-top:20px;}}body main .t481{top:50%;left:50%;right:auto;bottom:auto;position:absolute;transform:translate(-50%,-50%);}@media screen and (max-width: 991px) {body main .t481{top:0%;left:auto;right:0%;bottom:auto;position:absolute;transform:translate(0%,0%);margin-top:100px;}}@media screen and (max-width: 480px) {body main .t481{margin-top:46px;}}body main .t482{align-items:flex-end;}@media screen and (max-width: 991px) {body main .t482{align-items:flex-end;}}@media screen and (max-width: 480px) {body main .t482{align-items:flex-start;}}body main .t483{width:100%;max-width:90%;margin-left:auto;}@media screen and (max-width: 991px) {body main .t483{top:0%;left:0%;right:auto;bottom:auto;position:static;}}@media screen and (max-width: 480px) {body main .t483{max-width:99%;min-height:50%;}}body main .t484{top:auto;left:2%;right:auto;bottom:-10%;height:100%;position:absolute;}@media screen and (max-width: 991px) {body main .t484{top:10%;left:4%;right:auto;width:40%;bottom:auto;height:auto;position:absolute;}}@media screen and (max-width: 480px) {body main .t484{top:auto;left:50%;right:auto;width:50%;bottom:-16%;transform:translate(-50%,60%);}}body main .t485{width:50%;}body main .t486{font-size:1.55vw;max-width:50%;}@media screen and (max-width: 991px) {body main .t486{font-size:1rem;}}@media screen and (max-width: 480px) {body main .t486{max-width:90%;}}body main .t487{position:relative;padding-top:150px;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t487{padding-bottom:50px;}}@media screen and (max-width: 480px) {body main .t487{padding-top:200px;}}body main .t488{z-index:2;position:relative;}body main .t489{row-gap:80px;}@media screen and (max-width: 991px) {body main .t489{row-gap:20px;text-align:left;align-items:flex-start;}}body main .t490{max-width:800px;}body main .t491{width:100%;display:flex;text-align:left;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t491{flex-direction:column;}}body main .t492{width:45%;}@media screen and (max-width: 991px) {body main .t492{width:100%;}}body main .t494{width:45%;}@media screen and (max-width: 480px) {body main .t494{width:100%;}}body main .t495{top:auto;left:auto;right:0%;width:41%;bottom:17%;height:49%;position:absolute;background:var(--light-blue);border-radius:100px 0px 0px 100px;}@media screen and (max-width: 991px) {body main .t495{width:90%;height:27%;border-radius:50px 0px 0px 50px;}}@media screen and (max-width: 480px) {body main .t495{top:auto;left:auto;right:0%;bottom:8%;height:15%;}}body main .t496{position:relative;padding-top:100px;padding-bottom:150px;background-size:cover;background-image:url(https://global.divhunt.com/4935f5ef97edfd6adee520b4e1dd447c_27583.png);background-position:0% 100%;}@media screen and (max-width: 480px) {body main .t496{padding-top:50px;}}body main .t497{z-index:2;position:relative;}body main .t498{display:flex;flex-direction:row;justify-content:flex-end;}body main .t499{display:flex;column-gap:200px;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t499{flex-direction:column-reverse;}}body main .t500{max-width:40%;}@media screen and (max-width: 991px) {body main .t500{max-width:100%;}}body main .t505{width:40%;}@media screen and (max-width: 991px) {body main .t505{width:100%;}}body main .t506{top:50%;left:-8%;right:auto;bottom:auto;height:120%;opacity:30%;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 991px) {body main .t506{height:110%;}}@media screen and (max-width: 480px) {body main .t506{opacity:20%;}}body main .t511{width:100%;display:flex;column-gap:70px;text-align:left;align-items:center;}@media screen and (max-width: 991px) {body main .t511{row-gap:40px;flex-direction:column-reverse;}}body main .t512{width:50%;}@media screen and (max-width: 991px) {body main .t512{width:100%;}}@media screen and (max-width: 991px) {body main .t514{padding-top:50px;}}body main .t518{width:100%;display:flex;column-gap:70px;text-align:left;align-items:center;}@media screen and (max-width: 991px) {body main .t518{row-gap:40px;flex-direction:column;}}body main .t519{width:50%;}@media screen and (max-width: 991px) {body main .t519{width:100%;}}body main .t521{position:relative;}body main .t524{max-width:50%;}@media screen and (max-width: 991px) {body main .t524{max-width:100%;}}body main .t527{top:50%;left:auto;right:0%;width:40%;bottom:auto;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 991px) {body main .t527{width:100%;position:static;transform:translate(0px,0%);}}@media screen and (max-width: 480px) {body main .t527{right:-2px;position:relative;margin-top:10px;}}body main .t529{display:flex;max-width:1100px;text-align:left;margin-left:auto;margin-right:auto;border-bottom:1px solid rgb(55,182,236);border-radius:36px;}@media screen and (max-width: 991px) {body main .t529{row-gap:20px;border-radius:0px;flex-direction:column;}}body main .t530{flex:1 1 0%;border-left:1px solid rgb(55,182,236);border-right:1px solid rgb(55,182,236);border-radius:0px 36px 36px 36px;}@media screen and (max-width: 991px) {body main .t530{border-radius:0px 0px 0px 0px;}}body main .t531{display:grid;margin-top:0px;padding-top:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t531{display:flex;flex-direction:column;}}body main .t532{border-left:none;}body main .t535{border-left:none;}body main .t538{border-left:none;}body main .t541{border-left:none;}body main .t544{border-left:none;}body main .t547{border-left:none;}body main .t550{border-left:none;}body main .t553{border-left:none;}@media screen and (max-width: 991px) {body main .t553{border-radius:0px 0px 0px 0px;}}body main .t556{color:rgb(255,255,255);display:flex;position:relative;background:rgb(0,65,121);min-height:60px;align-items:center;padding-left:40px;border-radius:0px 36px 0px 0px;padding-right:40px;justify-content:center;}@media screen and (max-width: 991px) {body main .t556{border-radius:0px 0px 0px 0px;}}@media screen and (max-width: 480px) {body main .t557{text-align:center;}}body main .t558{overflow:hidden;border-radius:36px 0px 0px 0px;}@media screen and (max-width: 991px) {body main .t558{border:1px solid rgb(55,182,236);border-radius:0px 0px 0px 0px;}}body main .t565{color:rgb(255,255,255);display:flex;background:rgb(55,182,236);min-height:60px;align-items:center;padding-left:40px;padding-right:40px;}@media screen and (max-width: 991px) {body main .t565{text-align:center;justify-content:center;}}body main .t566{z-index:2;position:relative;}body main .t567{border-radius:0px 0px 0px 36px;}body main .t577{color:rgb(255,255,255);position:relative;padding-top:40px;padding-bottom:40px;}body main .t578{z-index:2;position:relative;}body main .t580{max-width:90%;}body main .t582{top:0%;left:0%;right:auto;width:90%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t582{width:99%;border-radius:0px 15px 15px 0px;}}@media screen and (max-width: 480px) {body main .t584{padding-left:0px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t586{padding-left:20px;padding-right:20px;}}body main .t587{max-width:1000px;}@media screen and (max-width: 480px) {body main .t587{padding-left:20px;padding-right:20px;}}body main .t588{width:100%;max-width:1000px;}@media screen and (max-width: 480px) {body main .t588{min-width:1000px;}}@media screen and (max-width: 480px) {body main .t589{width:100%;overflow:auto;align-items:flex-start;padding-left:20px;padding-right:20px;}}body main .t590{width:100%;max-width:1000px;}@media screen and (max-width: 480px) {body main .t590{min-width:1000px;}}body main .t591{top:-100px;color:rgb(255,255,255);position:relative;margin-top:100px;padding-top:30px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t591{top:0px;margin-top:50px;margin-bottom:50px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t591{padding-top:40px;}}body main .t592{top:-23%;left:auto;right:22%;bottom:auto;z-index:2;position:absolute;max-width:37%;}@media screen and (max-width: 1600px) {body main .t592{top:-6%;right:19%;max-width:35%;}}@media screen and (max-width: 991px) {body main .t592{top:0px;right:0%;position:relative;max-width:100%;margin-top:30px;}}body main .t593{width:100%;cursor:pointer;max-width:535px;}@media screen and (max-width: 991px) {body main .t593{display:none;max-width:100%;}}body main .t594{top:0%;left:0%;right:auto;width:65%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 100px 100px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t594{width:95%;padding-bottom:0px;}}@media screen and (max-width: 480px) {body main .t594{padding-top:20px;border-radius:0px 20px 20px 0px;}}body main .t595{z-index:2;position:relative;}body main .t596{max-width:55%;}@media screen and (max-width: 991px) {body main .t596{max-width:100%;}}@media screen and (max-width: 480px) {body main .t596{align-items:flex-start;}}body main .t597{font-size:0.8vw;max-width:90%;text-align:left;}@media screen and (max-width: 480px) {body main .t597{font-size:0.875rem;max-width:95%;}}body main .t601{color:rgb(255,255,255);position:relative;}@media screen and (max-width: 991px) {body main .t601{padding-top:0px;}}@media screen and (max-width: 767px) {body main .t601{background:var(--dark-blue);padding-top:100px;}}@media screen and (max-width: 480px) {body main .t601{padding-top:20px;}}body main .t602{top:50%;left:50%;right:auto;bottom:auto;position:absolute;transform:translate(-50%,-50%);}@media screen and (max-width: 991px) {body main .t602{top:0%;left:auto;right:0%;bottom:auto;position:absolute;transform:translate(0%,0%);margin-top:100px;}}@media screen and (max-width: 767px) {body main .t602{position:static;margin-top:0px;}}@media screen and (max-width: 480px) {body main .t602{margin-top:46px;}}body main .t603{max-width:53%;}@media screen and (max-width: 991px) {body main .t603{align-items:flex-end;}}@media screen and (max-width: 767px) {body main .t603{max-width:100%;}}@media screen and (max-width: 480px) {body main .t603{align-items:flex-start;}}@media screen and (max-width: 991px) {body main .t604{font-size:1rem;}}body main .t605{width:100%;max-width:90%;}@media screen and (max-width: 991px) {body main .t605{top:0%;left:0%;right:auto;bottom:auto;position:static;}}@media screen and (max-width: 767px) {body main .t605{height:100%;display:none;position:absolute;}}@media screen and (max-width: 480px) {body main .t605{max-width:99%;min-height:50%;}}body main .t606{top:auto;left:auto;right:2%;bottom:-10%;height:100%;position:absolute;}@media screen and (max-width: 991px) {body main .t606{width:40%;height:auto;position:absolute;}}@media screen and (max-width: 767px) {body main .t606{right:0%;width:50%;bottom:0%;position:relative;margin-top:50px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t606{width:100%;transform:;margin-top:20px;}}body main .t607{max-width:700px;}body main .t608{margin-top:100px;padding-bottom:200px;background-size:cover;background-image:url(https://global.divhunt.com/4935f5ef97edfd6adee520b4e1dd447c_27583.png);background-position:0% 100%;}@media screen and (max-width: 767px) {body main .t608{margin-top:0px;}}@media screen and (max-width: 480px) {body main .t608{padding-bottom:100px;}}body main .t610{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t610{flex-direction:column-reverse;}}body main .t611{width:40%;}@media screen and (max-width: 991px) {body main .t611{width:100%;}}body main .t612{width:50%;}@media screen and (max-width: 991px) {body main .t612{width:100%;}}body main .t617{font-weight:600;}body main .t624{width:100%;position:relative;}@media screen and (max-width: 480px) {body main .t624{margin-top:50px;}}body main .t628{background:rgb(255,255,255);}body main .t629{width:100%;max-width:80%;}body main .t630{width:100%;display:flex;row-gap:30px;background:#eaf8fd;text-align:center;align-items:center;padding-top:30px;padding-left:20px;border-radius:2.5vw;padding-right:20px;flex-direction:column;padding-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t630{row-gap:20px;padding-left:10px;padding-right:10px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t634{font-size:13px;}}@media screen and (max-width: 480px) {body main .t635{display:flex;position:static;column-gap:20px;align-items:center;margin-bottom:30px;justify-content:center;}}body main .t636{top:50%;left:auto;right:30%;bottom:auto;z-index:5;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 480px) {body main .t636{top:60%;position:static;transform:translate(0px,0%);}}body main .t638{top:50%;left:30%;right:auto;width:;bottom:auto;z-index:5;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 480px) {body main .t638{top:60%;position:static;transform:translate(0px,0%);}}body main .t645{color:rgb(255,255,255);position:relative;padding-top:200px;padding-bottom:200px;}@media screen and (max-width: 480px) {body main .t645{padding-top:100px;padding-bottom:100px;}}body main .t646{z-index:2;position:relative;}body main .t648{top:0%;left:0%;right:auto;width:90%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t648{width:99%;border-radius:0px 15px 15px 0px;}}body main .t652{display:grid;row-gap:40px;column-gap:20px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t652{display:flex;row-gap:40px;flex-direction:column;}}body main .t653{color:rgb(255,255,255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#122e54",endColorstr="#1c549a",GradientType=1);display:flex;row-gap:20px;overflow:clip;background:linear-gradient(180deg, #122e54, #1c549a);border-radius:2.5vw;flex-direction:column;padding-bottom:50px;}@media screen and (max-width: 991px) {body main .t653{border-radius:20px;}}@media screen and (max-width: 480px) {body main .t653{padding-bottom:30px;}}body main .t654{object-fit:cover;aspect-ratio:1.36/1;}body main .t655{font-size:0.9vw;padding-left:30px;padding-right:20px;}@media screen and (max-width: 480px) {body main .t655{font-size:0.875rem;padding-left:20px;padding-right:20px;}}body main .t657{color:rgb(255,255,255);font-weight:600;}body main .t658{font-size:1vw;}@media screen and (max-width: 480px) {body main .t658{font-size:1.2rem;}}body main .t661{color:rgb(255,255,255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#122e54",endColorstr="#1c549a",GradientType=1);display:flex;row-gap:20px;overflow:clip;background:linear-gradient(180deg, #122e54, #1c549a);border-radius:2.5vw;flex-direction:column;padding-bottom:50px;}@media screen and (max-width: 991px) {body main .t661{border-radius:20px;}}@media screen and (max-width: 480px) {body main .t661{padding-bottom:30px;}}body main .t662{object-fit:cover;aspect-ratio:1.36/1;}body main .t663{font-size:0.9vw;padding-left:30px;padding-right:20px;}@media screen and (max-width: 480px) {body main .t663{font-size:0.875rem;padding-left:20px;padding-right:20px;}}body main .t665{color:rgb(255,255,255);font-weight:600;}body main .t666{font-size:1vw;}@media screen and (max-width: 480px) {body main .t666{font-size:1.2rem;}}body main .t670{color:rgb(255,255,255);position:relative;padding-top:200px;padding-bottom:200px;}@media screen and (max-width: 480px) {body main .t670{padding-top:100px;padding-bottom:100px;}}body main .t671{top:0%;left:0%;right:auto;width:90%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t671{width:99%;border-radius:0px 15px 15px 0px;}}body main .t672{z-index:2;position:relative;}body main .t674{max-width:90%;}@media screen and (max-width: 480px) {body main .t674{font-size:1.2rem;}}body main .t677 a{color:var(--light-blue);}body main .t677 p{margin-bottom:15px;}body main .t677 h2{color:var(--dark-blue);font-size:1.8vw;margin-top:15px;font-weight:600;margin-bottom:20px;letter-spacing:-0.18;}body main .t677 h3{font-size:1.5vw;margin-top:12px;font-weight:600;margin-bottom:20px;}@media screen and (max-width: 480px) {body main .t677 p{font-size:14px;}body main .t677 h2{font-size:1.2rem;}body main .t677 h3{font-size:1.2rem;}body main .t677 table{min-width:800px;}}body main .t678{color:var(--light-blue);}body main .t679{margin-top:30px;}body main .t683{color:rgb(255,255,255);position:relative;padding-top:200px;padding-bottom:200px;}@media screen and (max-width: 480px) {body main .t683{padding-top:100px;padding-bottom:100px;}}body main .t684{top:0%;left:0%;right:auto;width:90%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t684{width:99%;border-radius:0px 15px 15px 0px;}}body main .t685{z-index:2;position:relative;}body main .t690{width:100%;display:flex;row-gap:0px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t690{width:100%;}}@media screen and (max-width: 480px) {body main .t693{font-size:0.875rem;}}body main .t694{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t699{font-size:0.875rem;}}body main .t700{display:flex;align-items:center;justify-content:space-between;}body main .t705{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t711{font-size:0.875rem;}}body main .t712{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t718{font-size:0.875rem;}}body main .t719{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t724{font-size:0.875rem;}}body main .t725{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t730{font-size:0.875rem;}}body main .t731{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t736{font-size:0.875rem;}}body main .t737{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t742{font-size:0.875rem;}}body main .t743{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t748{font-size:0.875rem;}}body main .t749{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t754{font-size:0.875rem;}}body main .t755{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t760{font-size:0.875rem;}}body main .t761{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t766{font-size:0.875rem;}}body main .t767{display:flex;align-items:center;justify-content:space-between;}body main .t771{color:rgb(255,255,255);position:relative;padding-top:200px;padding-bottom:200px;}@media screen and (max-width: 480px) {body main .t771{padding-top:100px;padding-bottom:100px;}}body main .t772{top:0%;left:0%;right:auto;width:90%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t772{width:99%;border-radius:0px 15px 15px 0px;}}body main .t773{z-index:2;position:relative;}body main .t775{max-width:90%;}@media screen and (max-width: 480px) {body main .t775{font-size:1.2rem;}}body main .t780 a{color:rgb(55,182,236);}body main .t780 p{margin-bottom:15px;}body main .t780 h2{color:rgb(0,65,121);font-size:1.8vw;margin-top:15px;font-weight:600;margin-bottom:20px;letter-spacing:-0.18;}body main .t780 h3{font-size:1.5vw;margin-top:12px;font-weight:600;margin-bottom:20px;}@media screen and (max-width: 480px) {body main .t780 p{font-size:14px;}body main .t780 h2{font-size:1.2rem;}body main .t780 h3{font-size:1.2rem;}body main .t780 table{min-width:800px;}}body main .t782{color:rgb(255,255,255);position:relative;padding-top:200px;padding-bottom:200px;}@media screen and (max-width: 480px) {body main .t782{padding-top:100px;padding-bottom:100px;}}body main .t783{top:0%;left:0%;right:auto;width:90%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t783{width:99%;border-radius:0px 15px 15px 0px;}}body main .t784{z-index:2;position:relative;}body main .t786{max-width:90%;}@media screen and (max-width: 480px) {body main .t786{font-size:1.2rem;}}body main .t791 a{color:rgb(55,182,236);}body main .t791 p{margin-bottom:15px;}body main .t791 h2{color:rgb(0,65,121);font-size:1.8vw;margin-top:15px;font-weight:600;margin-bottom:20px;letter-spacing:-0.18;}body main .t791 h3{font-size:1.5vw;margin-top:12px;font-weight:600;margin-bottom:20px;}@media screen and (max-width: 480px) {body main .t791 p{font-size:14px;}body main .t791 h2{font-size:1.2rem;}body main .t791 h3{font-size:1.2rem;}body main .t791 table{min-width:800px;}}body main .t792{display:flex;column-gap:15px;}@media screen and (max-width: 991px) {body main .t792{align-items:center;justify-content:center;}}body main .t795{display:none;}@media screen and (max-width: 991px) {body main .t795{color:rgb(255,255,255);width:30px;height:30px;display:block;position:relative;}}@media screen and (max-width: 767px) {body main .t795{background:transparent;}}body main .t820{top:auto;left:auto;right:2%;bottom:0%;height:80%;display:none;position:absolute;}@media screen and (max-width: 991px) {body main .t820{right:0%;width:90%;height:auto;position:relative;margin-top:30px;}}@media screen and (max-width: 480px) {body main .t820{width:100%;display:block;margin-top:40px;}}body main .t825{color:rgb(255,255,255);position:relative;}@media screen and (max-width: 991px) {body main .t825{padding-top:0px;}}@media screen and (max-width: 767px) {body main .t825{background:rgb(0,65,121);padding-top:100px;}}@media screen and (max-width: 480px) {body main .t825{padding-top:20px;}}body main .t826{width:100%;max-width:90%;}@media screen and (max-width: 991px) {body main .t826{top:0%;left:0%;right:auto;bottom:auto;position:static;}}@media screen and (max-width: 767px) {body main .t826{height:100%;display:none;position:absolute;}}@media screen and (max-width: 480px) {body main .t826{max-width:99%;min-height:50%;}}body main .t827{top:auto;left:auto;right:17%;bottom:5%;height:57%;position:absolute;}@media screen and (max-width: 991px) {body main .t827{width:40%;height:auto;position:absolute;}}@media screen and (max-width: 767px) {body main .t827{right:0%;width:50%;bottom:0%;position:relative;margin-top:50px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t827{width:100%;transform:;margin-top:20px;}}body main .t828{top:50%;left:50%;right:auto;bottom:auto;position:absolute;transform:translate(-50%,-50%);}@media screen and (max-width: 991px) {body main .t828{top:0%;left:auto;right:0%;bottom:auto;position:absolute;transform:translate(0%,0%);margin-top:100px;}}@media screen and (max-width: 767px) {body main .t828{position:static;margin-top:0px;}}@media screen and (max-width: 480px) {body main .t828{margin-top:46px;}}body main .t829{max-width:53%;}@media screen and (max-width: 991px) {body main .t829{align-items:flex-end;}}@media screen and (max-width: 767px) {body main .t829{max-width:100%;}}@media screen and (max-width: 480px) {body main .t829{align-items:flex-start;}}@media screen and (max-width: 991px) {body main .t830{font-size:1rem;}}body main .t832{position:relative;padding-top:200px;padding-bottom:200px;background-size:cover;background-image:url(https://global.divhunt.com/4935f5ef97edfd6adee520b4e1dd447c_27583.png);background-position:0% 100%;}@media screen and (max-width: 991px) {body main .t832{padding-top:50px;padding-bottom:150px;}}@media screen and (max-width: 480px) {body main .t832{padding-bottom:50px;}}body main .t834{display:flex;justify-content:flex-end;}body main .t835{max-width:50%;}@media screen and (max-width: 991px) {body main .t835{max-width:100%;}}body main .t839{top:50%;left:0%;right:auto;width:40%;bottom:auto;position:absolute;transform:translate(0px,-50%);}@media screen and (max-width: 991px) {body main .t839{width:100%;position:static;transform:translate(0px,-0%);}}@media screen and (max-width: 480px) {body main .t839{max-width:97%;}}body main .t843{top:-100px;color:rgb(255,255,255);position:relative;text-align:center;padding-top:72px;padding-bottom:90px;}@media screen and (max-width: 991px) {body main .t843{top:0px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t843{padding-top:40px;}}body main .t844{top:-90px;left:auto;right:7%;bottom:auto;z-index:2;position:absolute;max-width:38%;}@media screen and (max-width: 1600px) {body main .t844{top:-20px;right:0%;max-width:45%;}}@media screen and (max-width: 991px) {body main .t844{top:0px;position:relative;max-width:100%;margin-top:30px;}}body main .t845{width:100%;cursor:pointer;}body main .t846{top:0%;left:0%;right:auto;width:65%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 0px 0px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t846{width:100%;padding-bottom:0px;}}@media screen and (max-width: 480px) {body main .t846{padding-top:20px;}}body main .t847{z-index:2;position:relative;}body main .t848{max-width:55%;}@media screen and (max-width: 991px) {body main .t848{max-width:100%;}}body main .t850{font-size:1.2vw;}@media screen and (max-width: 480px) {body main .t850{font-size:1.2rem;}}body main .t851{width:432px;}@media screen and (max-width: 480px) {body main .t851{width:300px;}}body main .t852{max-width:90%;}body main .t855{margin-top:100px;}@media screen and (max-width: 480px) {body main .t855{margin-top:0px;}}body main .t856{margin-top:100px;padding-top:150px;margin-bottom:300px;background-size:cover;background-image:url(https://global.divhunt.com/210ec7dc1f7f7a00266a62194131cbf2_22378.png);background-position:0% 0%;}@media screen and (max-width: 991px) {body main .t856{padding-top:100px;margin-bottom:100px;}}@media screen and (max-width: 480px) {body main .t856{margin-bottom:0px;}}body main .t858{max-width:1000px;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t858{text-align:left;align-items:flex-start;}}body main .t861{color:rgb(255,255,255);position:relative;margin-top:100px;padding-top:30px;padding-bottom:30px;}@media screen and (max-width: 991px) {body main .t861{color:rgb(0,0,0);margin-top:30px;padding-top:40px;padding-bottom:40px;}}body main .t862{z-index:2;position:relative;}body main .t863{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t863{flex-direction:column;}}body main .t864{width:55%;}@media screen and (max-width: 991px) {body main .t864{width:100%;}}body main .t866{display:flex;column-gap:15px;}@media screen and (max-width: 991px) {body main .t866{align-items:center;justify-content:center;}}@media screen and (max-width: 991px) {body main .t868{color:rgb(0,0,0)!important;}}@media screen and (max-width: 480px) {body main .t868{color:rgb(0,65,121)!important;}}body main .t869{width:28%;}@media screen and (max-width: 991px) {body main .t869{width:100%;max-width:95%;}}body main .t870{top:0%;left:0%;right:auto;width:60%;bottom:auto;height:100%;position:absolute;background:linear-gradient(45deg, #122e54, #1c549a);padding-top:40px;border-radius:0px 80px 80px 0px;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t870{width:99%;display:none;border-radius:0px 15px 15px 0px;}}body main .t871{position:relative;background:#f6fcfe;padding-bottom:200px;}@media screen and (max-width: 991px) {body main .t871{padding-top:50px;padding-bottom:60px;}}body main .t873{display:flex;z-index:5;position:relative;margin-top:40px;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t873{row-gap:100px;margin-top:50px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t873{row-gap:50px;margin-top:30px;}}body main .t874{top:100px;width:45%;display:flex;row-gap:6vw;position:relative;flex-direction:column;}@media screen and (max-width: 991px) {body main .t874{top:0px;width:100%;row-gap:100px;}}@media screen and (max-width: 480px) {body main .t874{row-gap:50px;}}body main .t875{color:rgb(255,255,255);background:linear-gradient(45deg, #122e54, #1c549a);padding-top:10px;padding-bottom:10px;}@media screen and (max-width: 991px) {body main .t875{padding-top:50px;}}body main .t876{max-width:60%;}@media screen and (max-width: 991px) {body main .t876{max-width:100%;}}body main .t879{top:auto;left:9%;right:auto;width:32%;bottom:0px;position:absolute;}@media screen and (max-width: 991px) {body main .t879{left:0%;width:100%;bottom:-10px;position:relative;}}@media screen and (max-width: 991px) {body main .t880{padding-bottom:0px;}}body main .t881{top:auto;left:5%;right:auto;width:37%;bottom:1px;position:absolute;}@media screen and (max-width: 991px) {body main .t881{width:80%;position:static;}}body main .t882{max-width:60%;}@media screen and (max-width: 991px) {body main .t882{max-width:100%;}}body main .t885{top:100px;width:45%;display:flex;row-gap:6vw;position:relative;align-items:center;}@media screen and (max-width: 991px) {body main .t885{top:0px;width:100%;}}body main .t886{background:#e0f1f9;padding-top:10px;padding-bottom:10px;}@media screen and (max-width: 991px) {body main .t886{top:0px;padding-top:50px;}}@media screen and (max-width: 480px) {body main .t886{padding-top:30px;padding-left:20px;padding-right:20px;padding-bottom:0px;}}body main .t887{top:auto;left:9%;right:auto;width:30%;bottom:0px;position:absolute;}@media screen and (max-width: 991px) {body main .t887{width:100%;position:static;}}body main .t888{max-width:60%;}@media screen and (max-width: 991px) {body main .t888{max-width:100%;}}body main .t891{width:10%;}@media screen and (max-width: 991px) {body main .t891{display:none;}}body main .t895{top:3%;left:-31%;right:auto;width:65%;bottom:auto;position:absolute;}body main .t898{margin-top:100px;}@media screen and (max-width: 480px) {body main .t898{margin-top:0px;}}body main .t899{overflow:hidden;background:var(--Grey);background-size:cover;background-image:;background-position:0% 0%;}body main .t901{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t901{row-gap:30px;flex-direction:column-reverse;}}body main .t902{width:40%;}@media screen and (max-width: 991px) {body main .t902{width:100%;}}body main .t903{width:43%;}@media screen and (max-width: 991px) {body main .t903{width:100%;}}body main .t905{font-weight:500;}body main .t906{width:100%;display:flex;row-gap:20px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t906{width:100%;}}@media screen and (max-width: 480px) {body main .t909{font-size:0.875rem;}}body main .t910{color:rgb(0,0,0);display:flex;background:none;column-gap:10px;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:flex-start;}body main .t911{font-size:1vw;}@media screen and (max-width: 480px) {body main .t911{font-size:1rem;}}body main .t912{width:25px;}@media screen and (max-width: 480px) {body main .t912{width:18px;}}@media screen and (max-width: 480px) {body main .t915{font-size:0.875rem;}}body main .t916{color:rgb(0,0,0);display:flex;background:none;column-gap:10px;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:flex-start;}body main .t917{font-size:1vw;}@media screen and (max-width: 480px) {body main .t917{font-size:1rem;}}body main .t918{width:25px;}@media screen and (max-width: 480px) {body main .t918{width:18px;}}@media screen and (max-width: 480px) {body main .t921{font-size:0.875rem;}}body main .t922{color:rgb(0,0,0);display:flex;background:none;column-gap:10px;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:flex-start;}body main .t923{font-size:1vw;}@media screen and (max-width: 480px) {body main .t923{font-size:1rem;}}body main .t924{width:25px;}@media screen and (max-width: 480px) {body main .t924{width:18px;}}@media screen and (max-width: 480px) {body main .t927{font-size:0.875rem;}}body main .t928{color:rgb(0,0,0);display:flex;background:none;column-gap:10px;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:flex-start;}body main .t929{font-size:1vw;}@media screen and (max-width: 480px) {body main .t929{font-size:1rem;}}body main .t930{width:25px;}@media screen and (max-width: 480px) {body main .t930{width:18px;}}@media screen and (max-width: 480px) {body main .t933{font-size:0.875rem;}}body main .t934{color:rgb(0,0,0);display:flex;background:none;column-gap:10px;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:flex-start;}body main .t935{font-size:1vw;}@media screen and (max-width: 480px) {body main .t935{font-size:1rem;}}body main .t936{width:25px;}@media screen and (max-width: 480px) {body main .t936{width:18px;}}@media screen and (max-width: 480px) {body main .t939{font-size:0.875rem;}}body main .t940{color:rgb(0,0,0);display:flex;background:none;column-gap:10px;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:flex-start;}body main .t941{font-size:1vw;}@media screen and (max-width: 480px) {body main .t941{font-size:1rem;}}body main .t942{width:25px;}@media screen and (max-width: 480px) {body main .t942{width:18px;}}@media screen and (max-width: 480px) {body main .t945{font-size:0.875rem;}}body main .t946{color:rgb(0,0,0);display:flex;background:none;column-gap:10px;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:flex-start;}body main .t947{font-size:1vw;}@media screen and (max-width: 480px) {body main .t947{font-size:1rem;}}body main .t948{width:25px;}@media screen and (max-width: 480px) {body main .t948{width:18px;}}body main .t953{padding-top:100px;padding-bottom:50px;}body main .t955{display:flex;row-gap:50px;flex-direction:column;}body main .t956{text-align:center;}@media screen and (max-width: 480px) {body main .t956{font-size:2rem;}}body main .t957{display:grid;column-gap:20px;grid-template-rows:1fr;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t957{display:flex;row-gap:20px;flex-direction:column;}}body main .t958{color:rgb(255,255,255);display:flex;row-gap:30px;background:#3c79bd;padding-top:20px;padding-left:25px;padding-right:60px;flex-direction:column;padding-bottom:25px;}body main .t959{display:flex;row-gap:16px;flex-direction:column;}body main .t960{display:flex;column-gap:7px;align-items:flex-start;}body main .t961{width:24px;height:24px;}body main .t962{display:flex;row-gap:7px;flex-direction:column;}body main .t963{color:#f7d974;font-size:1.125rem;font-weight:600;}body main .t965{display:flex;column-gap:7px;align-items:flex-start;}body main .t966{width:24px;height:24px;}body main .t967{display:flex;row-gap:7px;flex-direction:column;}body main .t968{color:#f7d974;font-size:1.125rem;font-weight:600;}body main .t970{display:flex;column-gap:7px;align-items:flex-start;}body main .t971{width:24px;height:24px;}body main .t972{display:flex;row-gap:7px;flex-direction:column;}body main .t973{color:#f7d974;font-size:1.125rem;font-weight:600;}body main .t976{color:#353a5a;display:flex;row-gap:30px;background:#ebf7ff;padding-top:20px;padding-left:25px;padding-right:60px;flex-direction:column;padding-bottom:25px;}body main .t978{display:flex;row-gap:16px;flex-direction:column;}body main .t982{color:rgb(255,255,255);position:relative;}body main .t983{z-index:5;position:relative;padding-top:260px;padding-bottom:260px;}@media screen and (max-width: 991px) {body main .t983{padding-bottom:850px;}}@media screen and (max-width: 767px) {body main .t983{padding-bottom:600px;}}@media screen and (max-width: 480px) {body main .t983{padding-top:200px;padding-bottom:400px;}}body main .t985{display:flex;row-gap:30px;flex-direction:column;}body main .t987:hover{color:#f7d974;background:rgba(255,255,255,0);}@media screen and (max-width: 480px) {body main .t989{font-size:4rem;}}body main .t990{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t991{width:100%;height:100%;object-fit:cover;}body main .t992{top:0%;left:auto;right:0%;bottom:auto;height:100%;position:absolute;}@media screen and (max-width: 991px) {body main .t992{top:auto;left:auto;right:0%;bottom:0%;height:63%;display:none;}}body main .t993{display:none;}@media screen and (max-width: 991px) {body main .t993{top:auto;left:0%;right:0%;width:100%;bottom:0%;display:block;position:absolute;margin-left:auto;margin-right:auto;}}body main .t994{top:0%;left:0%;right:0%;width:100%;bottom:auto;z-index:99;position:fixed;margin-left:auto;margin-right:auto;}body main .t995{padding-top:15px;padding-bottom:15px;}body main .t997{display:flex;align-items:center;}body main .t999{width:180;height:40px;}body main .t1000{position:relative;background:#ebf7ff;}body main .t1001{z-index:5;position:relative;padding-top:60px;padding-bottom:85px;}@media screen and (max-width: 991px) {body main .t1001{padding-bottom:870px;}}@media screen and (max-width: 767px) {body main .t1001{padding-bottom:650px;}}@media screen and (max-width: 480px) {body main .t1001{padding-bottom:400px;}}body main .t1003{width:50%;display:flex;row-gap:30px;margin-left:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1003{width:100%;margin-left:0px;}}body main .t1004{max-width:460px;}@media screen and (max-width: 480px) {body main .t1004{font-size:2rem;}}body main .t1007{display:flex;row-gap:16px;flex-direction:column;}body main .t1009{color:#35b5ea;}body main .t1012{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t1013{top:0%;left:0%;right:auto;bottom:auto;height:100%;position:absolute;}@media screen and (max-width: 991px) {body main .t1013{display:none;}}body main .t1014{display:none;}@media screen and (max-width: 991px) {body main .t1014{top:auto;left:0%;right:auto;width:100%;bottom:0%;display:block;position:absolute;}}body main .t1016{padding-top:230px;padding-bottom:230px;}@media screen and (max-width: 991px) {body main .t1016{padding-bottom:100px;}}@media screen and (max-width: 480px) {body main .t1016{padding-bottom:50px;}}body main .t1018{display:flex;row-gap:50px;position:relative;align-items:center;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1018{row-gap:30px;}}@media screen and (max-width: 480px) {body main .t1018{align-items:center;}}body main .t1019{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}@media screen and (max-width: 767px) {body main .t1019{display:none;}}body main .t1020{bottom:25px;z-index:5;position:relative;}@media screen and (max-width: 480px) {body main .t1020{font-size:2rem;text-align:center;}}body main .t1021{display:flex;row-gap:16px;z-index:05;position:relative;max-width:730px;flex-direction:column;}body main .t1022{display:flex;column-gap:20px;align-items:center;font-weight:700;}body main .t1023{color:rgb(255,255,255);width:48px;height:48px;display:flex;font-size:1.25rem;background:#35b5ea;align-items:center;font-weight:700;border-radius:100%;justify-content:center;}@media screen and (max-width: 767px) {body main .t1023{flex:0 0 auto;}}body main .t1027{color:#35b5ea;}body main .t1029{display:flex;column-gap:20px;align-items:center;font-weight:700;}body main .t1032{color:#35b5ea;}body main .t1033{color:rgb(255,255,255);width:48px;height:48px;display:flex;font-size:1.25rem;background:#35b5ea;align-items:center;font-weight:700;border-radius:100%;justify-content:center;}@media screen and (max-width: 767px) {body main .t1033{flex:0 0 auto;}}body main .t1035{display:flex;column-gap:20px;align-items:center;font-weight:700;}body main .t1036{color:rgb(255,255,255);width:48px;height:48px;display:flex;font-size:1.25rem;background:#35b5ea;align-items:center;font-weight:700;border-radius:100%;justify-content:center;}@media screen and (max-width: 767px) {body main .t1036{flex:0 0 auto;}}body main .t1040{font-weight:400;}body main .t1041{display:flex;column-gap:20px;align-items:center;font-weight:700;}body main .t1042{color:rgb(255,255,255);width:48px;height:48px;display:flex;font-size:1.25rem;background:#35b5ea;align-items:center;font-weight:700;border-radius:100%;justify-content:center;}@media screen and (max-width: 767px) {body main .t1042{flex:0 0 auto;}}body main .t1046{font-weight:400;}body main .t1047{display:flex;column-gap:20px;align-items:center;font-weight:700;}body main .t1048{color:rgb(255,255,255);width:48px;height:48px;display:flex;font-size:1.25rem;background:#35b5ea;align-items:center;font-weight:700;border-radius:100%;justify-content:center;}@media screen and (max-width: 767px) {body main .t1048{flex:0 0 auto;}}body main .t1051{font-weight:400;}body main .t1053{display:flex;column-gap:20px;align-items:center;font-weight:700;}body main .t1054{color:rgb(255,255,255);width:48px;height:48px;display:flex;font-size:1.25rem;background:#35b5ea;align-items:center;font-weight:700;border-radius:100%;justify-content:center;}@media screen and (max-width: 767px) {body main .t1054{flex:0 0 auto;}}body main .t1057{font-weight:400;}body main .t1059{color:#fa7935;z-index:05;position:relative;font-weight:700;}body main .t1060{top:-30%;left:0%;right:0%;bottom:auto;position:absolute;margin-left:auto;margin-right:auto;}body main .t1061{color:rgb(255,255,255);position:relative;}body main .t1062{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t1063{width:100%;height:100%;object-fit:cover;}body main .t1064{top:auto;left:0%;right:auto;bottom:0%;height:120%;position:absolute;}@media screen and (max-width: 991px) {body main .t1064{display:none;}}body main .t1065{z-index:5;position:relative;padding-top:77px;padding-bottom:77px;}body main .t1067{width:30%;display:flex;row-gap:30px;margin-left:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1067{width:50%;align-items:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1067{width:100%;}}body main .t1068{color:#ffffff;}@media screen and (max-width: 480px) {body main .t1068{font-size:2rem;}}body main .t1069{display:flex;row-gap:10px;font-size:1.0625rem;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1069{width:100%;}}body main .t1071{transition:all 222ms 0ms linear;}body main .t1075{min-height:100px;}body main .t1076{padding-top:20px;padding-bottom:20px;}body main .t1079{display:flex;align-items:center;flex-direction:column;}body main .t1081{width:40px;height:40px;}body main .t1083{background:rgb(255,255,255);}body main .t1084{width:100%;display:flex;row-gap:30px;background:#eaf8fd;text-align:center;align-items:center;padding-top:30px;padding-left:20px;border-radius:2.5vw;padding-right:20px;flex-direction:column;padding-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1084{row-gap:20px;padding-left:10px;padding-right:10px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1085{font-size:13px;}}body main .t1089{width:100%;max-width:80%;}body main .t1091{background:rgb(255,255,255);}body main .t1092{width:100%;display:flex;row-gap:30px;background:#eaf8fd;text-align:center;align-items:center;padding-top:30px;padding-left:20px;border-radius:2.5vw;padding-right:20px;flex-direction:column;padding-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1092{row-gap:20px;padding-left:10px;padding-right:10px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1093{font-size:13px;}}body main .t1097{width:100%;max-width:80%;}body main .t1099{background:rgb(255,255,255);}body main .t1100{width:100%;display:flex;row-gap:30px;background:#eaf8fd;text-align:center;align-items:center;padding-top:30px;padding-left:20px;border-radius:2.5vw;padding-right:20px;flex-direction:column;padding-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1100{row-gap:20px;padding-left:10px;padding-right:10px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1101{font-size:13px;}}body main .t1105{width:100%;max-width:80%;}body main .t1107{background:rgb(255,255,255);}body main .t1108{width:100%;display:flex;row-gap:30px;background:#eaf8fd;text-align:center;align-items:center;padding-top:30px;padding-left:20px;border-radius:2.5vw;padding-right:20px;flex-direction:column;padding-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1108{row-gap:20px;padding-left:10px;padding-right:10px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1109{font-size:13px;}}body main .t1113{width:100%;max-width:80%;}body main .t1115{background:rgb(255,255,255);}body main .t1116{width:100%;display:flex;row-gap:30px;background:#eaf8fd;text-align:center;align-items:center;padding-top:30px;padding-left:20px;border-radius:2.5vw;padding-right:20px;flex-direction:column;padding-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1116{row-gap:20px;padding-left:10px;padding-right:10px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1117{font-size:13px;}}body main .t1121{width:100%;max-width:80%;}body main .t1123{background:rgb(255,255,255);}body main .t1124{width:100%;display:flex;row-gap:30px;background:#eaf8fd;text-align:center;align-items:center;padding-top:30px;padding-left:20px;border-radius:2.5vw;padding-right:20px;flex-direction:column;padding-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1124{row-gap:20px;padding-left:10px;padding-right:10px;padding-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1125{font-size:13px;}}body main .t1129{width:100%;max-width:80%;}body main .t1131{font-weight:600;}