@font-face {
    font-family: 'Neue';
    src: url('https://global.divhunt.com/13568ea57eda4ce469fa0600426963a5_100400.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Neue';
    src: url('https://global.divhunt.com/822ebe551ca0a1191ecadaa8fa71ddb5_101980.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Neue';
    src: url('https://global.divhunt.com/880401ec0686993ae377a6621e50d58a_101208.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Neue';
    src: url('https://global.divhunt.com/a9f8a301de697ebfb4e9a0157cbe9160_100220.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Neue';
    src: url('https://global.divhunt.com/c00931e8b3cca8082101c210353fe27e_101948.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

main{--Brand-Black:rgb(14,14,14);--White:rgb(255,255,255);--Brand-Blue:rgb(51,111,255);--Black-2:rgb(19,19,19);--Grey:rgb(139,139,139);}.swiper-books .swiper-wrapper { 
    transition-timing-function: linear!important; 
}

html, body {
    height: auto!important;
}

.team-active{
    opacity: 1!important;
    transform: translateY(-50%) translateX(-50%)!important;
}

.team-popup{
    transform: translateY(0%) translateX(-50%);
    transition: all 300ms ease;
    opacity: 0;
}

.overlay-active{
    opacity: 1;
}

@media (min-width: 992px) and (max-width: 1440px) {
    #abs-case-images {
        max-width: 200px;
    }
}

@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;
}


}


#hamburger-trigger span {
    width: 30px;
    height: 3px;
    background: white;
    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);
}

.hamburger-link.dh-active{
        color: var(--Brand-Blue)!important;
}


.navbar-link, 
.footer-link {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}

.navbar-link::after, 
.footer-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: white; 
  transition: width 300ms ease-in-out, left 300ms ease-in-out;
}

.navbar-link:hover::after, 
.footer-link:hover::after {
  width: 100%;
}

.navbar-link.dh-active::after, 
.footer-link.dh-active::after {
  width: 100%;
}


main {color:var(--White);position:relative;font-size:1.125rem;background:var(--Brand-Black);min-height:100vh;font-family:'Neue';font-weight:400;line-height:1.4;overflow:clip;}@media screen and (max-width: 767px) {main {font-size:1rem;}}main container{width:100%;display:block;max-width:1360px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;}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(--White);text-decoration:none;font-size:1.125rem;font-weight:500;}@media screen and (max-width: 767px) {main .navbar-link{display:none;}}main .cta-flex{display:flex;}main .cta-blue{padding-left:20px;padding-right:20px;background:var(--Brand-Blue);border-radius:60px;min-height:36px;display:flex;align-items:center;justify-content:center;color:var(--White);text-decoration:none;font-size:1rem;}main .cta-blue:hover{transform:translate(0px,-3px);}@media screen and (max-width: 480px) {main .cta-blue{font-size:0.875rem;}}main .navbar{position:fixed;top:0%;left:0%;right:auto;bottom:auto;width:100%;z-index:1000;}main .gap-8-center{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:8px;text-align:center;}main .section-title{font-size:1.5rem;color:var(--Brand-Blue);}@media screen and (max-width: 991px) {main .section-title{font-size:1.3rem;}}main .h1-96{font-size:6rem;text-transform:uppercase;font-weight:900;line-height:1.1;}@media screen and (max-width: 991px) {main .h1-96{font-size:4rem;}}@media screen and (max-width: 767px) {main .h1-96{font-size:3rem;}}@media screen and (max-width: 480px) {main .h1-96{font-size:2.5rem;}}main .infinite-slide{max-width:295px;width:100%;}@media screen and (max-width: 991px) {main .infinite-slide{max-width:240px;}}@media screen and (max-width: 480px) {main .infinite-slide{max-width:130px;}}main .image-slide{width:100%;border-radius:6px;border:1px solid rgba(255,255,255,0.1);}main .gap-16-center{display:flex;flex-direction:column;row-gap:16px;align-items:center;justify-content:center;text-align:center;}main .h2-64{font-size:4rem;text-transform:uppercase;font-weight:900;}@media screen and (max-width: 991px) {main .h2-64{font-size:3rem;}}@media screen and (max-width: 767px) {main .h2-64{font-size:2rem;}}main .padding-bottom-100{padding-bottom:100px;}main .flip-slide{border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,0.1);}main .swiper-cards{max-width:35%;margin-left:auto;position:relative;left:10%;pointer-events:none;}@media screen and (max-width: 991px) {main .swiper-cards{left:0%;}}@media screen and (max-width: 480px) {main .swiper-cards{max-width:90%;}}main .gap-16{display:flex;flex-direction:column;row-gap:16px;}main .text-20{font-size:1.25rem;}@media screen and (max-width: 480px) {main .text-20{font-size:1rem;}}main .how-it-work-item{background:var(--Black-2);border:1px solid rgba(255,255,255,0.1);border-radius:6px;}main .how-it-animation-box{aspect-ratio:1.67/1;}main .how-it-text-wrap{padding-left:18px;padding-bottom:18px;max-width:383px;width:100%;display:flex;flex-direction:column;row-gap:12px;font-size:1.25rem;color:#8b8b8b;}@media screen and (max-width: 480px) {main .how-it-text-wrap{font-size:0.875rem;}}main .gap-6{display:flex;flex-direction:column;row-gap:6px;}main .h3-36{font-size:2.25rem;font-weight:900;line-height:1;text-transform:uppercase;color:var(--White);}@media screen and (max-width: 767px) {main .h3-36{font-size:2rem;}}@media screen and (max-width: 480px) {main .h3-36{font-size:1.4rem;}}main .gap-30-center{display:flex;flex-direction:column;row-gap:30px;align-items:center;justify-content:center;text-align:center;}main .h1-160{font-size:10rem;font-weight:900;text-transform:uppercase;line-height:1.1;}@media screen and (max-width: 991px) {main .h1-160{font-size:5rem;}}@media screen and (max-width: 767px) {main .h1-160{font-size:4rem;}}@media screen and (max-width: 480px) {main .h1-160{font-size:3rem;}}main .gap-64{display:flex;flex-direction:column;row-gap:64px;align-items:center;justify-content:center;text-align:center;}@media screen and (max-width: 480px) {main .gap-64{row-gap:48px;}}main .pricing-item{flex:1 1 0%;background:var(--Black-2);padding-top:20px;padding-left:18px;padding-right:30px;padding-bottom:20px;border:1px solid rgba(255,255,255,0.1);border-radius:6px;text-align:left;display:flex;flex-direction:column;row-gap:16px;justify-content:space-between;}@media screen and (max-width: 991px) {main .pricing-item{width:100%;}}main .pricing-top{display:flex;flex-direction:column;row-gap:12px;padding-bottom:18px;border-bottom:1px solid rgba(51,111,255,0.3);}main .text-color-blue{color:var(--Brand-Blue);}main .text-color-grey{color:var(--Grey);}main .price-text{font-size:3.75rem;line-height:1;font-weight:900;color:var(--Brand-Blue);text-transform:uppercase;}@media screen and (max-width: 767px) {main .price-text{font-size:2.5rem;}}main .pricing-bottom{display:flex;flex-direction:column;row-gap:16px;}main .pricing-list-item{display:flex;align-items:center;column-gap:8px;font-size:1rem;line-height:1;}main .check-icon{width:20px;}main .pricing-mid-wrap{flex:1 1 0%;display:flex;flex-direction:column;justify-content:space-between;row-gap:16px;}main .mid-pricing-bottom-item{padding-top:38px;padding-bottom:38px;padding-left:20px;padding-right:20px;border-radius:6px;border:1px solid rgba(255,255,255,0.1);background-image:url(https://global.divhunt.com/64750fc351091659148217d1bf779e74_33404.png);background-size:cover;display:flex;flex-direction:column;row-gap:16px;}main .text-16{font-size:1rem;}main .padding-top-50{padding-top:50px;}@media screen and (max-width: 480px) {main .padding-top-50{padding-top:30px;}}main .padding-top-64{padding-top:64px;}@media screen and (max-width: 480px) {main .padding-top-64{padding-top:30px;}}main .padding-bottom-64{padding-bottom:64px;}@media screen and (max-width: 480px) {main .padding-bottom-64{padding-bottom:40px;}}main .gap-48-center{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:48px;text-align:center;}@media screen and (max-width: 480px) {main .gap-48-center{row-gap:30px;}}main .accordions_wrap{padding-top:22px;padding-bottom:11px;padding-left:0px;padding-right:0px;cursor:pointer;border-top:1px solid rgba(51,111,255,0.3);}@media screen and (max-width: 480px) {main .accordions_wrap{padding-left:20px;padding-bottom:10px!important;padding-top:20px;padding-right:20px;}}main .acc-bottom{overflow:hidden;margin-top:10px;max-width:95%;height:0px;text-align:left;color:var(--Grey);font-size:1rem;}@media screen and (max-width: 480px) {main .acc-bottom{height:0px;max-width:100%;}}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:900;text-transform:uppercase;text-align:left;}@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;}main .review-item{width:100%;padding-top:32px;padding-left:32px;padding-bottom:32px;padding-right:40px;background:var(--Black-2);border-radius:6px;border:1px solid rgba(255,255,255,0.1);display:flex;flex-direction:column;row-gap:16px;text-align:left;}@media screen and (max-width: 480px) {main .review-item{padding-top:23px;padding-bottom:23px;padding-left:23px;padding-right:23px;font-size:0.875rem;}}main .review-icon{width:60px;}@media screen and (max-width: 480px) {main .review-icon{width:50px;}}main .footer-link{color:var(--White);text-decoration:none;}main .footer-bottom-link{font-size:0.875rem;color:var(--White);text-decoration:none;}main .active{background:var(--Brand-Black);}main .process-item{display:flex;align-items:center;justify-content:space-between;padding-left:45px;padding-bottom:45px;padding-top:45px;padding-right:28px;background:var(--Black-2);border-radius:6px;border:1px solid rgba(255,255,255,0.1);}@media screen and (max-width: 991px) {main .process-item{flex-direction:column;row-gap:30px;padding-left:20px;padding-right:20px;padding-top:30px;padding-bottom:30px;}}main .h3-48{font-size:3rem;text-transform:uppercase;font-family:'Neue';font-weight:900;line-height:1.1;}@media screen and (max-width: 480px) {main .h3-48{font-size:2rem;}}main .padding-bottom-50{padding-bottom:50px;}@media screen and (max-width: 480px) {main .padding-bottom-50{padding-bottom:30px;}}main .gap-20-center{display:flex;flex-direction:column;row-gap:20px;align-items:center;justify-content:center;text-align:center;}main .gap-20{display:flex;flex-direction:column;row-gap:20px;}main .packages-item{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;border-radius:6px;border:1px solid rgba(255,255,255,0.1);display:flex;flex-direction:column;row-gap:20px;justify-content:space-between;flex:1 1 0%;transition:all 300ms 0ms ease;}main .packages-item:hover{background:rgb(19 19 19 / 60%);}main .package-title-wrap{display:flex;flex-direction:column;row-gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(51,111,255,0.3);}main .non-included{opacity:30%;}main .gap-12-center{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:12px;text-align:center;}main .form-row{display:flex;column-gap:20px;}@media screen and (max-width: 480px) {main .form-row{flex-direction:column;row-gap:15px;}}main .form-col{flex:1 1 0%;}main .form-input{background:rgba(13,13,13,0);min-height:57px;width:100%;border-radius:6px;padding-left:18px;font-size:1.0625rem;border:1px solid rgba(255,255,255,0.3);color:var(--White);}main .form-input:focus-visible{border:1px solid var(--White)!important;outline:none!important;}main .form-input::-webkit-input-placeholder{webkitblinkedgecolor:#fff!important;}main .form-input:-moz-placeholder{mozillafirefoxtocolor:#fff!important;}main .form-input::-moz-placeholder{mozillafirefoxcolor:#fff!important;}main .form-input:-ms-input-placeholder{internetexplorer-color:#fff!important;}main .form-input::-ms-input-placeholder{microsoftedgecolor:#fff!important;}main .form-input::placeholder{mostmodernbrowserssupportthisnowcolor:#fff!important;}main .team-item{display:flex;flex-direction:column;row-gap:16px;text-align:left;cursor:pointer;}main .team-item:hover .team-bg{opacity:1;}main .team-top{border-radius:6px;border:1px solid rgba(255,255,255,0.1);position:relative;overflow:hidden;}main .image-100{width:100%;position:relative;z-index:1;}main .team-bg{position:absolute;top:0%;left:0%;right:auto;bottom:auto;width:100%;height:100%;object-fit:cover;opacity:50%;transform:;transition:all 300ms 0ms ease;}main .gap-8{display:flex;flex-direction:column;row-gap:8px;}main .h2-26{text-transform:uppercase;font-size:1.625rem;line-height:1.1;}main .team-popup{position:fixed;top:50%;left:50%;right:auto;bottom:auto;transform:;max-width:800px;width:100%;background:var(--Black-2);border:1px solid rgba(255,255,255,0.1);border-radius:6px;padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;z-index:4000;display:none;flex-direction:column;row-gap:20px;opacity:0%;}@media screen and (max-width: 991px) {main .team-popup{max-width:95%;}}main .team-overlay{position:fixed;top:0%;left:0%;right:auto;bottom:auto;width:100%;height:100%;background:rgb(from var(--Black-2) r g b / 50%);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:3000;display:none;transition:all 300ms 0ms ease;}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:50%;height:100%;background:rgb(20,117,203);padding-top:140px;padding-left:20px;padding-right:20px;color:rgb(255,255,255);flex-direction:column;row-gap:30px;overflow:auto;padding-bottom:50px;z-index:500;}}@media screen and (max-width: 767px) {main .hamburger{display:none;background:var(--Brand-Black);width:100%;}}@media screen and (max-width: 480px) {main .hamburger{width:100%;row-gap:20px;}}@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:rgb(255,255,255);}}@media screen and (max-width: 767px) {main .hamburger-link{font-size:1.2rem;font-weight:700;line-height:1.4;}}@media screen and (max-width: 480px) {main .hamburger-link{font-size:1.4rem;}}@media screen and (max-width: 991px) {main .hamburger-link-title{text-decoration:none;color:rgb(from rgb(255,255,255) r g b / 60%);font-weight:500;}}main .cta-big{font-size:1.5rem;padding-left:25px;padding-right:25px;padding-top:0px;padding-bottom:0px;display:flex;align-items:center;justify-content:center;min-height:45px;}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 .t58{padding-top:20px;padding-bottom:20px;}@media screen and (max-width: 480px) {body main .t58{padding-top:10px;padding-bottom:10px;}}body main .t60{display:flex;align-items:center;justify-content:space-between;}body main .t62{width:343px;}@media screen and (max-width: 480px) {body main .t62{width:200px;}}body main .t63{display:flex;column-gap:20px;align-items:center;}@media screen and (max-width: 767px) {body main .t67{display:none;}}body main .t70{position:relative;padding-top:120px;padding-bottom:70px;}body main .t71{z-index:2;position:relative;}@media screen and (max-width: 480px) {body main .t73{max-width:300px;}}@media screen and (max-width: 991px) {body main .t74{max-width:500px;}}body main .t75{z-index:2;position:relative;margin-top:10px;min-height:440px;pointer-events:none;}@media screen and (max-width: 480px) {body main .t75{min-height:180px;}}body main .t80{display:flex;z-index:2;position:relative;column-gap:15px;margin-top:48px;align-items:center;justify-content:center;}@media screen and (max-width: 767px) {body main .t80{display:grid;justify-items:center;grid-template-columns:1fr 1fr;}}body main .t85{max-width:992px;}body main .t88{position:relative;min-height:400svh;padding-top:100px;}body main .t95{top:100px;display:flex;position:sticky;min-height:100svh;padding-top:2%;background-size:contain;background-image:url(https://global.divhunt.com/03f5bc96c68b3563aa6486546d6d27e6_1022762.avif);background-repeat:no-repeat;}@media screen and (max-width: 480px) {body main .t95{background-size:cover;}}body main .t96{top:40%;left:28%;right:auto;bottom:auto;position:absolute;transform:translate(0px,-50%);}body main .t97{opacity:18%;z-index:2;position:relative;}@media screen and (max-width: 480px) {body main .t97{display:none;}}body main .t100{display:flex;align-items:stretch;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t100{row-gap:40px;flex-direction:column;}}body main .t101{position:relative;}body main .t102{width:100%;display:flex;row-gap:20px;position:relative;max-width:538px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t102{max-width:100%;}}body main .t103{top:100px;position:sticky;max-width:427px;}@media screen and (max-width: 991px) {body main .t103{max-width:100%;}}body main .t104{max-width:355px;line-height:1.1;}body main .t108{top:100px;position:sticky;}body main .t115{top:120px;position:sticky;}body main .t122{top:140px;position:sticky;}body main .t123{max-width:480px;}body main .t134{color:var(--Brand-Blue);}body main .t135{position:relative;margin-top:30px;padding-top:202px;padding-bottom:40px;background-size:cover;background-image:url(https://global.divhunt.com/cadd49fa5464ada6b24e7132e4170ff7_501833.avif);}body main .t136{z-index:2;position:relative;}body main .t140{max-width:548px;}body main .t141{width:100%;display:flex;column-gap:17px;align-items:flex-end;}@media screen and (max-width: 991px) {body main .t141{row-gap:20px;flex-direction:column;}}body main .t142{min-height:580px;}@media screen and (max-width: 991px) {body main .t180{width:100%;}}body main .t204{min-height:580px;}body main .t239{display:flex;position:relative;align-items:flex-end;aspect-ratio:943 / 840;}@media screen and (max-width: 480px) {body main .t239{flex-direction:column;}}body main .t240{top:0%;left:0%;right:auto;width:;bottom:auto;position:absolute;}@media screen and (max-width: 480px) {body main .t240{position:relative;}}body main .t241{width:100%;height:100%;}body main .t242{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;background:linear-gradient(0deg,#0e0e0e 15%,#0d0d0d00 100%);}body main .t243{width:100%;z-index:2;position:relative;border-bottom:1px solid rgba(51,111,255,0.3);padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t243{border-bottom:none;}}body main .t244{max-width:1110px;}body main .t248{max-width:1110px;}body main .t251{top:-100px;left:50%;right:auto;bottom:auto;display:flex;position:absolute;transform:translate(-50%,0px);}@media screen and (max-width: 480px) {body main .t251{top:-50px;left:54%;display:flex;}}body main .t252{width:100%;border:1px solid rgba(255,255,255,0.1);z-index:2;position:relative;max-width:140px;transform:rotate(-15deg) translateY(150px);transition:all 300ms 0ms ease;border-radius:6px;}@media screen and (max-width: 480px) {body main .t252{max-width:90px;}}body main .t253{left:-60px;width:100%;border:1px solid rgba(255,255,255,0.1);z-index:auto;position:relative;max-width:140px;transform:rotate(15deg) translateY(150px);transition:all 300ms 0ms ease;border-radius:6px;}@media screen and (max-width: 480px) {body main .t253{left:-40px;max-width:90px;}}body main .t256{z-index:1;position:relative;padding-top:120px;padding-bottom:50px;}@media screen and (max-width: 480px) {body main .t256{padding-bottom:150px;}}body main .t257{z-index:2;position:relative;}body main .t261{display:flex;row-gap:40px;flex-direction:column;}body main .t262{display:flex;position:relative;align-items:center;justify-content:center;}body main .t263{width:100%;max-width:831px;min-height:1011px;}@media screen and (max-width: 991px) {body main .t263{min-height:0px;}}@media screen and (max-width: 480px) {body main .t263{min-height:400px;}}body main .t264{top:auto;left:0%;right:auto;width:100%;bottom:0%;position:absolute;text-align:center;}@media screen and (max-width: 480px) {body main .t264{bottom:-100px;}}@media screen and (max-width: 480px) {body main .t265{font-size:1.5rem;}}body main .t266{align-items:center;justify-content:center;}body main .t267{color:var(--Brand-Blue);display:flex;font-size:1.5rem;column-gap:6px;align-items:center;text-decoration:none;}body main .t269{width:20px;}body main .t272{display:flex;row-gap:20px;flex-direction:column;}body main .t274{width:50%;}@media screen and (max-width: 991px) {body main .t274{width:100%;}}body main .t278{display:block;}body main .t281{width:38%;}@media screen and (max-width: 991px) {body main .t281{width:100%;}}body main .t282{width:100%;border-radius:6px;}@media screen and (max-width: 991px) {body main .t283{flex-direction:column-reverse;}}body main .t284{width:50%;}@media screen and (max-width: 991px) {body main .t284{width:100%;}}body main .t290{width:38%;}@media screen and (max-width: 991px) {body main .t290{width:100%;}}body main .t291{width:100%;border-radius:6px;}@media screen and (max-width: 480px) {body main .t296{font-size:2.5rem;}}body main .t297{width:100%;display:flex;margin-top:-100px;align-items:flex-end;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t297{margin-top:0px;align-items:flex-start;flex-direction:column;}}body main .t298{width:100%;z-index:2;position:relative;max-width:653px;}@media screen and (max-width: 991px) {body main .t298{max-width:100%;}}body main .t299{max-width:335px;text-align:left;padding-bottom:60px;}@media screen and (max-width: 991px) {body main .t299{max-width:100%;}}@media screen and (max-width: 480px) {body main .t299{padding-bottom:30px;}}body main .t303{position:relative;}@media screen and (max-width: 991px) {body main .t303{width:100%;}}body main .t304{top:50%;left:0%;right:auto;bottom:auto;display:flex;row-gap:10px;position:absolute;transform:translate(-90%,-50%);flex-direction:column;}@media screen and (max-width: 991px) {body main .t304{display:none;position:static;transform:translate(0%,0%);column-gap:20px;grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {body main .t304{margin-bottom:20px;}}body main .t305{width:100%;border:1px solid rgba(255,255,255,0.1);max-width:396px;border-radius:6px;}@media screen and (max-width: 991px) {body main .t305{max-width:100%;}}body main .t306{width:100%;border:1px solid rgba(255,255,255,0.1);max-width:396px;border-radius:6px;}@media screen and (max-width: 991px) {body main .t306{height:100%;max-width:100%;object-fit:cover;}}body main .t309{border-bottom:1px solid rgba(51,111,255,0.3);padding-bottom:64px;}body main .t311{width:100%;display:flex;max-width:718px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t311{width:100%;}}@media screen and (max-width: 480px) {body main .t314{font-size:0.875rem;}}body main .t315{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t320{font-size:0.875rem;}}body main .t321{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t326{font-size:0.875rem;}}body main .t327{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t332{font-size:0.875rem;}}body main .t333{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t338{font-size:0.875rem;}}body main .t339{display:flex;align-items:center;justify-content:space-between;}body main .t342{border-bottom:1px solid rgba(51,111,255,0.3);}@media screen and (max-width: 480px) {body main .t344{font-size:0.875rem;}}body main .t345{display:flex;align-items:center;justify-content:space-between;}body main .t349{display:none;}body main .t353{width:124px;}body main .t355{width:100%;display:grid;column-gap:20px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t355{display:flex;row-gap:20px;flex-direction:column;}}body main .t357{width:169px;}body main .t361{width:169px;}body main .t365{width:169px;}@media screen and (max-width: 480px) {body main .t365{width:140px;}}body main .t369{padding-top:63px;padding-bottom:50px;background-size:cover;background-image:url(https://global.divhunt.com/d91d70abfb3914c322985f41d0a284f3_56982.png);}@media screen and (max-width: 480px) {body main .t369{padding-top:40px;padding-bottom:40px;}}body main .t374{max-width:568px;}body main .t375{width:100%;max-width:1150px;}body main .t382{line-height:1.1;}body main .t385{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t386{width:100%;position:relative;mix-blend-mode:lighten;}body main .t387{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;opacity:20%;position:absolute;object-fit:cover;}body main .t388{width:100%;max-width:1150px;}body main .t391{padding-top:36px;padding-bottom:40px;background-size:cover;background-image:url(https://global.divhunt.com/52eb4036b5e4b4dec2f9ac56ac3c611d_18689.png);}body main .t394{display:flex;align-items:center;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t394{row-gap:20px;align-items:flex-start;flex-direction:column;}}body main .t396{width:343px;}@media screen and (max-width: 480px) {body main .t396{width:200px;}}body main .t397{display:flex;column-gap:20px;align-items:center;}@media screen and (max-width: 991px) {body main .t397{row-gap:20px;align-items:flex-start;flex-direction:column;}}body main .t403{display:flex;column-gap:30px;margin-top:140px;align-items:center;justify-content:center;}@media screen and (max-width: 991px) {body main .t403{row-gap:10px;margin-top:40px;align-items:flex-start;flex-direction:column;}}body main .t409{display:flex;row-gap:20px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t409{row-gap:10px;}}body main .t412{position:relative;padding-top:120px;padding-bottom:50px;}body main .t413{z-index:2;position:relative;}body main .t414{display:flex;row-gap:40px;align-items:center;flex-direction:column;}body main .t418{width:100%;display:grid;column-gap:18px;align-items:start;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t418{display:flex;row-gap:18px;flex-direction:column;}}body main .t422{max-width:200px;}body main .t458{max-width:200px;}body main .t493{display:flex;column-gap:18px;grid-column:span 2;padding-top:50px;}@media screen and (max-width: 991px) {body main .t493{row-gap:18px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t493{padding-top:0px;}}body main .t497{max-width:300px;}body main .t549{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t550{width:100%;position:relative;mix-blend-mode:lighten;}body main .t551{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;opacity:20%;position:absolute;object-fit:cover;}body main .t552{z-index:2;position:relative;}body main .t559{max-width:670px;line-height:1.1;}body main .t560{max-width:700px;}body main .t561{width:100%;display:grid;row-gap:20px;position:relative;column-gap:20px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;}@media screen and (max-width: 767px) {body main .t561{grid-template-columns:1fr 1fr 1fr 1fr;}}@media screen and (max-width: 480px) {body main .t561{row-gap:10px;column-gap:10px;}}body main .t562{border:1px solid rgba(255,255,255,0.1);border-radius:6px;}body main .t563{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t569{position:relative;padding-top:120px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t569{padding-bottom:50px;}}body main .t570{z-index:2;position:relative;}body main .t575{max-width:608px;}body main .t577{min-height:60px;padding-left:40px;padding-right:40px;}@media screen and (max-width: 480px) {body main .t577{min-height:45px;padding-left:25px;padding-right:25px;}}body main .t578{width:100%;border:1px solid rgba(255,255,255,0.1);display:flex;row-gap:40px;max-width:873px;background:;margin-top:60px;align-items:center;margin-left:auto;padding-top:40px;margin-right:auto;padding-left:20px;border-radius:6px;padding-right:20px;flex-direction:column;padding-bottom:60px;}@media screen and (max-width: 480px) {body main .t578{row-gap:30px;margin-top:30px;padding-bottom:40px;}}body main .t580{max-width:383px;}body main .t581{max-width:383px;}body main .t582{width:100%;display:flex;row-gap:24px;max-width:515px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t582{row-gap:15px;}}body main .t596{border:none;}body main .t598{font-size:0.75rem;max-width:612px;line-height:1.3;}body main .t600{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t601{width:100%;position:relative;mix-blend-mode:lighten;}body main .t602{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;opacity:20%;position:absolute;object-fit:cover;}body main .t605{padding-top:120px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t605{padding-bottom:50px;}}body main .t611{max-width:920px;}body main .t612{width:100%;display:grid;row-gap:30px;column-gap:20px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t612{grid-template-columns:1fr 1fr;}}@media screen and (max-width: 480px) {body main .t612{display:flex;flex-direction:column;}}body main .t615{height:385px;min-height:385px;}@media screen and (max-width: 767px) {body main .t615{height:auto;min-height:0px;}}body main .t621{font-size:1.875rem;font-weight:900;line-height:1.1;text-transform:uppercase;}@media screen and (max-width: 480px) {body main .t621{font-size:1.3rem;}}body main .t622{color:var(--Grey);}@media screen and (max-width: 480px) {body main .t622{font-size:0.875rem;}}@media screen and (max-width: 480px) {body main .t623{font-size:0.875rem;}}body main .t625{top:20px;left:auto;right:020px;width:30px;bottom:auto;cursor:pointer;position:absolute;}body main .t626{display:none;}@media screen and (max-width: 991px) {body main .t626{color:rgb(255,255,255);width:30px;height:30px;display:block;position:relative;}}@media screen and (max-width: 767px) {body main .t626{background:transparent;}}body main .t651{padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t651{padding-bottom:50px;}}body main .t654 p{margin-top:20px;}body main .t654{font-size:1.25rem;font-weight:100;}@media screen and (max-width: 767px) {body main .t654 h1{font-size:50px;}}@media screen and (max-width: 480px) {body main .t654 h1{font-size:40px;}body main .t654{font-size:1rem;}}body main .t661{padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t661{padding-bottom:50px;}}body main .t662 p{font-size:1.25rem;margin-top:20px;font-weight:100;}body main .t662{font-size:1.25rem;}@media screen and (max-width: 767px) {body main .t662 h1{font-size:50px;}}@media screen and (max-width: 480px) {body main .t662 h1{font-size:40px;}}body main .t669{padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t669{padding-bottom:50px;}}body main .t670 p{font-size:1.25rem;margin-top:20px;font-weight:100;}@media screen and (max-width: 767px) {body main .t670 h1{font-size:50px;}}@media screen and (max-width: 480px) {body main .t670 h1{font-size:40px;}}body main .t677{padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t677{padding-bottom:50px;}}body main .t678 p{font-size:1.25rem;margin-top:20px;font-weight:100;}@media screen and (max-width: 767px) {body main .t678 h1{font-size:50px;}}@media screen and (max-width: 480px) {body main .t678 h1{font-size:40px;}}body main .t679{max-width:900px;}body main .t683{position:relative;padding-top:160px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t683{padding-top:120px;padding-bottom:50px;}}body main .t684{z-index:2;position:relative;}body main .t686{font-size:0.75rem;max-width:612px;line-height:1.3;}body main .t687{width:100%;border:1px solid rgba(255,255,255,0.1);display:flex;row-gap:40px;max-width:873px;background:;margin-top:60px;align-items:center;margin-left:auto;padding-top:40px;margin-right:auto;padding-left:20px;border-radius:6px;padding-right:20px;flex-direction:column;padding-bottom:60px;}@media screen and (max-width: 480px) {body main .t687{row-gap:30px;margin-top:30px;padding-bottom:40px;}}body main .t689{max-width:422px;}body main .t690{max-width:383px;}body main .t691{width:100%;display:flex;row-gap:24px;max-width:515px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t691{row-gap:15px;}}body main .t705{border:none;}body main .t708{min-height:60px;padding-left:40px;padding-right:40px;}@media screen and (max-width: 480px) {body main .t708{min-height:45px;padding-left:25px;padding-right:25px;}}@media screen and (max-width: 480px) {body main .t710{font-size:2.2rem;}}body main .t711{max-width:608px;}body main .t712{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;position:absolute;}body main .t713{width:100%;position:relative;mix-blend-mode:lighten;}body main .t714{top:0%;left:0%;right:auto;width:100%;bottom:auto;height:100%;opacity:20%;position:absolute;object-fit:cover;}body main .t719{display:flex;row-gap:20px;align-items:flex-start;flex-direction:column;}@media screen and (max-width: 480px) {body main .t719{row-gap:10px;}}body main .t720{color:var(--Grey);font-size:1rem;}@media screen and (max-width: 480px) {body main .t720{font-size:0.875rem;}}@media screen and (max-width: 480px) {body main .t722{row-gap:5px;}}body main .t723{display:none;}@media screen and (max-width: 480px) {body main .t723{display:none;}}body main .t724{color:rgb(139,139,139);font-size:1rem;}@media screen and (max-width: 480px) {body main .t724{font-size:0.875rem;}}body main .t725{color:rgb(139,139,139);font-size:1rem;}@media screen and (max-width: 480px) {body main .t725{font-size:0.875rem;}}body main .t767{padding-top:50px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t767{padding-top:25px;padding-bottom:50px;}}