.HeroCarousel-module__kybdLG__carousel{background-color:#000;width:100%;height:500px;position:relative;overflow:hidden}.HeroCarousel-module__kybdLG__slidesContainer{width:100%;height:100%;position:relative}.HeroCarousel-module__kybdLG__slide{opacity:0;z-index:1;width:100%;height:100%;transition:opacity .6s;position:absolute;top:0;left:0}.HeroCarousel-module__kybdLG__slide.HeroCarousel-module__kybdLG__active{opacity:1;z-index:2}.HeroCarousel-module__kybdLG__imageWrapper{width:100%;height:100%;position:relative}.HeroCarousel-module__kybdLG__logoOverlay{z-index:3;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroCarousel-module__kybdLG__heroLogo{width:450px;max-width:80vw;height:auto}.HeroCarousel-module__kybdLG__slideContent{text-align:center;z-index:3;background-color:#0009;border-radius:8px;width:90%;max-width:700px;padding:25px 40px;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.HeroCarousel-module__kybdLG__slideTitle{color:var(--color-white);font-size:28px;font-weight:700;font-family:var(--font-primary);margin-bottom:10px}.HeroCarousel-module__kybdLG__slideSubtitle{color:var(--color-text-light);margin-bottom:15px;font-size:15px;line-height:1.5}.HeroCarousel-module__kybdLG__slideButton{background-color:var(--color-primary-green);color:var(--color-white);text-transform:uppercase;transition:background-color var(--transition-fast);border-radius:4px;padding:10px 30px;font-size:14px;font-weight:600;display:inline-block}.HeroCarousel-module__kybdLG__slideButton:hover{background-color:var(--color-primary-green-hover)}.HeroCarousel-module__kybdLG__slideFullLink{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.HeroCarousel-module__kybdLG__arrow{z-index:10;width:44px;height:44px;color:var(--color-white);transition:background-color var(--transition-fast);cursor:pointer;background-color:#0006;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroCarousel-module__kybdLG__arrow:hover{background-color:#000000b3}.HeroCarousel-module__kybdLG__arrowLeft{left:20px}.HeroCarousel-module__kybdLG__arrowRight{right:20px}.HeroCarousel-module__kybdLG__dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.HeroCarousel-module__kybdLG__dot{width:12px;height:12px;transition:background-color var(--transition-fast);cursor:pointer;background-color:#fff6;border-radius:50%}.HeroCarousel-module__kybdLG__dotActive{background-color:var(--color-primary-green)}@media (max-width:768px){.HeroCarousel-module__kybdLG__carousel{height:350px}.HeroCarousel-module__kybdLG__heroLogo{width:250px}.HeroCarousel-module__kybdLG__slideContent{padding:15px 20px;bottom:20px}.HeroCarousel-module__kybdLG__slideTitle{font-size:20px}.HeroCarousel-module__kybdLG__slideSubtitle{margin-bottom:10px;font-size:13px}.HeroCarousel-module__kybdLG__slideButton{padding:8px 24px;font-size:13px}.HeroCarousel-module__kybdLG__arrow{width:36px;height:36px}.HeroCarousel-module__kybdLG__arrowLeft{left:10px}.HeroCarousel-module__kybdLG__arrowRight{right:10px}}@media (max-width:480px){.HeroCarousel-module__kybdLG__carousel{height:280px}.HeroCarousel-module__kybdLG__heroLogo{width:200px}.HeroCarousel-module__kybdLG__slideContent{border-radius:6px;width:94%;padding:12px 15px;bottom:15px}.HeroCarousel-module__kybdLG__slideTitle{margin-bottom:6px;font-size:17px}.HeroCarousel-module__kybdLG__slideSubtitle{margin-bottom:8px;font-size:12px;line-height:1.4}.HeroCarousel-module__kybdLG__slideButton{padding:7px 20px;font-size:12px}.HeroCarousel-module__kybdLG__arrow{width:32px;height:32px}.HeroCarousel-module__kybdLG__dots{gap:6px;bottom:8px}.HeroCarousel-module__kybdLG__dot{width:10px;height:10px}}
.ServiceCards-module__is41cq__section{max-width:1200px;margin:0 auto;padding:50px 20px}.ServiceCards-module__is41cq__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.ServiceCards-module__is41cq__cardLink{color:inherit;text-decoration:none}.ServiceCards-module__is41cq__card{background-color:var(--color-white);transition:transform .2s linear, box-shadow var(--transition-fast);cursor:pointer;border-radius:8px;overflow:hidden;box-shadow:0 2px 15px #00000014}.ServiceCards-module__is41cq__card:hover{transform:scale(1.03);box-shadow:0 8px 30px #00000026}.ServiceCards-module__is41cq__imageWrapper{width:100%;padding-top:64%;position:relative;overflow:hidden}.ServiceCards-module__is41cq__imageWrapper img{transition:transform var(--transition-medium)}.ServiceCards-module__is41cq__card:hover .ServiceCards-module__is41cq__imageWrapper img{transform:scale(1.05)}.ServiceCards-module__is41cq__title{text-align:center;font-size:16px;font-weight:700;font-family:var(--font-primary);color:var(--color-text-dark);padding:18px 15px;line-height:1.2}@media (max-width:900px){.ServiceCards-module__is41cq__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:550px){.ServiceCards-module__is41cq__grid{grid-template-columns:1fr;gap:20px}.ServiceCards-module__is41cq__section{padding:30px 15px}}@media (max-width:480px){.ServiceCards-module__is41cq__title{padding:14px 12px;font-size:14px}.ServiceCards-module__is41cq__imageWrapper{padding-top:58%}}@media (hover:none){.ServiceCards-module__is41cq__card:hover{transform:none;box-shadow:0 2px 15px #00000014}.ServiceCards-module__is41cq__card:hover .ServiceCards-module__is41cq__imageWrapper img{transform:none}}
.WhyCertus-module__4bPdha__section{background-image:url(/assets/D56_8047-scaled.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;align-items:center;min-height:600px;display:flex;position:relative}.WhyCertus-module__4bPdha__overlay{background-color:var(--color-overlay);z-index:1;position:absolute;inset:0}.WhyCertus-module__4bPdha__content{z-index:2;grid-template-columns:1fr 1fr;gap:60px;width:100%;max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;position:relative}.WhyCertus-module__4bPdha__leftColumn{color:var(--color-white)}.WhyCertus-module__4bPdha__heading{font-size:30px;font-weight:700;font-family:var(--font-primary);margin-bottom:15px}.WhyCertus-module__4bPdha__dividerSmall{background-color:var(--color-primary-green);width:60px;height:3px;margin-bottom:20px}.WhyCertus-module__4bPdha__description{color:var(--color-text-light);text-align:justify;margin-bottom:35px;font-size:15px;line-height:1.7}.WhyCertus-module__4bPdha__progressBars{flex-direction:column;gap:18px;display:flex}.WhyCertus-module__4bPdha__progressItem{width:100%}.WhyCertus-module__4bPdha__progressHeader{justify-content:space-between;margin-bottom:6px;display:flex}.WhyCertus-module__4bPdha__progressLabel{color:var(--color-white);text-transform:uppercase;font-size:14px;font-weight:700}.WhyCertus-module__4bPdha__progressValue{color:var(--color-text-light);font-size:14px}.WhyCertus-module__4bPdha__progressTrack{background-color:#fff3;border-radius:5px;width:100%;height:10px;overflow:hidden}.WhyCertus-module__4bPdha__progressFill{background-color:var(--color-primary-green);border-radius:5px;height:100%;transition:width 1.5s}.WhyCertus-module__4bPdha__rightColumn{color:var(--color-white);text-align:center;flex-direction:column;align-items:center;display:flex}.WhyCertus-module__4bPdha__counterBlock{margin-bottom:25px}.WhyCertus-module__4bPdha__counterNumber{color:var(--color-primary-green);font-size:64px;font-weight:700;line-height:1;font-family:var(--font-primary)}.WhyCertus-module__4bPdha__counterPlus{color:var(--color-primary-green);font-size:48px}.WhyCertus-module__4bPdha__counterLabel{color:var(--color-text-light);margin-top:8px;font-size:16px}.WhyCertus-module__4bPdha__dividerLine{background-color:#fff3;width:100%;height:1px;margin:20px 0}.WhyCertus-module__4bPdha__rightText{color:var(--color-text-light);text-align:justify;margin-bottom:30px;font-size:15px;line-height:1.8}.WhyCertus-module__4bPdha__licensedBlock{text-align:center}.WhyCertus-module__4bPdha__checkIcon{margin-bottom:15px}.WhyCertus-module__4bPdha__licensedTitle{font-size:28px;font-weight:700;font-family:var(--font-primary);margin-bottom:15px}.WhyCertus-module__4bPdha__licensedText{color:var(--color-text-light);text-align:justify;font-size:14px;line-height:1.8}@media (max-width:900px){.WhyCertus-module__4bPdha__content{grid-template-columns:1fr;gap:40px}.WhyCertus-module__4bPdha__section{background-attachment:scroll;min-height:auto}}@media (max-width:550px){.WhyCertus-module__4bPdha__counterNumber{font-size:48px}.WhyCertus-module__4bPdha__heading{font-size:24px}.WhyCertus-module__4bPdha__content{gap:30px;padding:40px 15px}.WhyCertus-module__4bPdha__description{font-size:14px}.WhyCertus-module__4bPdha__licensedTitle{font-size:22px}.WhyCertus-module__4bPdha__licensedText{font-size:13px}.WhyCertus-module__4bPdha__rightText,.WhyCertus-module__4bPdha__counterLabel{font-size:14px}}
.Partners-module__iZbxca__section{background-color:var(--color-white);padding:40px 20px 60px}.Partners-module__iZbxca__brandsRow{justify-content:center;align-items:flex-end;gap:100px;max-width:1200px;margin:0 auto 40px;display:flex}.Partners-module__iZbxca__brandItem{transition:transform var(--transition-fast);flex-direction:column;align-items:center;display:flex}.Partners-module__iZbxca__brandItem:hover{transform:scale(1.05)}.Partners-module__iZbxca__brandImageWrapper{justify-content:center;align-items:center;width:150px;height:150px;display:flex}.Partners-module__iZbxca__brandImageWrapperWide{justify-content:center;align-items:center;width:250px;height:101px;display:flex}.Partners-module__iZbxca__brandTitle{color:var(--color-text-dark);font-size:22px;font-weight:700;font-family:var(--font-primary);margin-top:10px}.Partners-module__iZbxca__bannerOuter{background-color:#162233;margin-left:-20px;margin-right:-20px;padding:22px 0;overflow:hidden}.Partners-module__iZbxca__banner{background-color:#243341;border:2px solid #3f5162;border-radius:5px;width:80%;max-width:1100px;margin:0 auto;padding:4px 24px;transform:rotate(-3deg)}.Partners-module__iZbxca__bannerInner{text-align:center}.Partners-module__iZbxca__bannerText{color:var(--color-white);font-size:24px;font-weight:700;font-family:var(--font-primary);letter-spacing:.2px}.Partners-module__iZbxca__bannerHighlight{color:var(--color-primary-green)}.Partners-module__iZbxca__partnersRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:60px;max-width:1200px;margin:40px auto 0;display:flex}.Partners-module__iZbxca__partnerLogo{width:150px;height:150px;transition:transform var(--transition-fast);justify-content:center;align-items:center;display:flex}.Partners-module__iZbxca__partnerLogo:hover{transform:scale(1.1)}@media (max-width:768px){.Partners-module__iZbxca__brandsRow{gap:40px}.Partners-module__iZbxca__partnersRow{gap:30px}.Partners-module__iZbxca__bannerText{font-size:19px}.Partners-module__iZbxca__banner{width:60%;padding:4px 20px}.Partners-module__iZbxca__partnerLogo{width:120px;height:120px}}@media (max-width:550px){.Partners-module__iZbxca__section{padding:30px 15px 40px}.Partners-module__iZbxca__brandsRow{flex-direction:column;align-items:center;gap:30px}.Partners-module__iZbxca__brandTitle{font-size:19px}.Partners-module__iZbxca__bannerOuter{padding:20px 0}.Partners-module__iZbxca__banner{width:70%;padding:4px 16px}.Partners-module__iZbxca__bannerText{font-size:17px}.Partners-module__iZbxca__partnersRow{gap:20px;margin-top:30px}.Partners-module__iZbxca__partnerLogo{width:100px;height:100px}}
