.spotlight-testimonials{background-color:#112125;padding:48px 0;position:relative;overflow:hidden}.spotlight-testimonials__container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:48px;flex-wrap:nowrap;position:relative;width:100%;padding:0 20px}.spotlight-testimonials__logo-left,.spotlight-testimonials__logo-right{position:absolute;top:50%;transform:translateY(-50%);z-index:1;pointer-events:none}.spotlight-testimonials__logo-left{left:-125px}.spotlight-testimonials__logo-right{right:-98px}.spotlight-testimonials__logo-image{width:361px;height:157px;object-fit:contain}.spotlight-testimonials__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;position:relative;z-index:2;width:100%}.spotlight-testimonials__title{font-size:32px;font-weight:700;line-height:normal;color:var(--secondary-green);font-family:inherit;font-family:var(--font-averia-sans-libre);text-align:center;margin-bottom:48px}.spotlight-testimonials__title-accent{color:var(--accent-color)}.spotlight-testimonials__grid{flex-direction:column;max-width:890px}.spotlight-testimonials__grid,.spotlight-testimonials__row{display:flex;justify-content:center;align-items:stretch;gap:16px;flex-wrap:nowrap;width:100%}.spotlight-testimonials__row{flex-direction:row}.spotlight-testimonials__card{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:0;flex-wrap:nowrap;width:131px;height:253px;border-radius:8px;position:relative;cursor:pointer;transition:transform .2s ease;z-index:1}.spotlight-testimonials__card:hover{transform:scale(1.02)}.spotlight-testimonials__card:focus-visible{outline:2px solid var(--secondary-green);outline-offset:2px}.spotlight-testimonials__card-image-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px}.spotlight-testimonials__card-image{width:100%;height:100%;object-fit:cover;object-position:50% 50%;pointer-events:none}.spotlight-testimonials__play-button{position:absolute;top:12px;right:auto;bottom:auto;left:12px;width:23px;height:10px;pointer-events:none;z-index:2}.spotlight-testimonials__play-icon{width:100%;height:100%}.spotlight-testimonials__card-border{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid var(--secondary-green);border-radius:8px;pointer-events:none}.spotlight-testimonials__button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;border-radius:999px;border:none;cursor:pointer;transition:all .2s ease}.spotlight-testimonials__button:focus-visible{outline:2px solid var(--primary-color)}.spotlight-testimonials__button{background-color:#112125;color:var(--secondary-green);border:1px solid var(--secondary-green);font-family:var(--font-inria-sans);font-size:16px;font-weight:700;padding:16px 32px;text-decoration:none;text-align:center;white-space:nowrap}.spotlight-testimonials__button:hover{background-color:var(--secondary-green);color:#112125}.spotlight-testimonials__button:focus-visible{outline:2px solid var(--secondary-green);outline-offset:2px}.spotlight-testimonials__video-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(17,33,37,.9);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;z-index:1000}.spotlight-testimonials__video-modal-content{position:relative;width:90vw;max-width:800px;height:0;padding-bottom:56.25%;background:#000;border-radius:8px;overflow:hidden}.spotlight-testimonials__video-close{position:absolute;top:16px;right:16px;bottom:auto;left:auto;background:rgba(0,0,0,.7);border:none;color:#fff;font-size:24px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;z-index:1001}.spotlight-testimonials__video-close:hover{background:rgba(0,0,0,.9)}.spotlight-testimonials__video-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}@media(min-width:768px)and (max-width:1023px){.spotlight-testimonials__container{padding:0 16px}.spotlight-testimonials__logo-left{left:-80px}.spotlight-testimonials__logo-right{right:-60px}.spotlight-testimonials__logo-image{width:280px;height:120px}.spotlight-testimonials__title{font-size:28px}}:root{--background:#ffffff;--foreground:#171717;--primary-color:#106278;--secondary-color:#112125;--tertiary-color:#07171B;--accent-color:#eee9e5;--secondary-green:#A9FCB3;--light-blue:#4790a3;--gray-shade1:#8C8C8C;--error-color:#dc3545;--error-bg:#f8d7da;--error-border:#f5c6cb;--button-hover:#2a3a3f;--button-disabled-bg:#ccc;--button-disabled-text:#999;--placeholder-color:rgba(112,103,95,0.6);--display-bg:rgba(16,98,120,0.1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1rem}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.text-accent{color:var(--accent-color)}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-inria-sans);font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;border-radius:.5rem;min-height:48px}.btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.page-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;display:flex;flex-direction:column}.global-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;min-height:100vh}.global-loader,.global-loader-overlay{display:flex;flex-direction:column;justify-content:center;align-items:center}.global-loader{gap:32px;padding:2rem;text-align:center}.loader-gif-container{display:flex;justify-content:center;align-items:center}.loader-text{font-size:22px;font-family:var(--font-inria-sans);font-weight:300;line-height:normal;color:var(--secondary-color)}.loader-logo{display:flex;justify-content:center;align-items:center;opacity:.8}@media(max-width:767px){.global-loader{padding:1.5rem;gap:24px}.loader-gif-container img{width:150px!important;height:106px!important}.loader-text{font-size:22px;font-family:var(--font-inria-sans);font-weight:300;line-height:normal;color:var(--secondary-color)}.loader-logo img{width:47px!important;height:20px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.global-loader{animation:fadeIn .3s ease-out}@supports(-webkit-touch-callout:none){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-size:16px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}}@media screen and (max-width:768px)and (-webkit-min-device-pixel-ratio:2){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-size:16px!important}}@media screen and (max-width:767px){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-size:16px!important;text-size-adjust:100%}}.mobile-spotlight-testimonials{background-color:#112125;padding:48px 0;position:relative;overflow:hidden}.mobile-spotlight-testimonials__container{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:48px;flex-wrap:nowrap;position:relative;width:100%}.mobile-spotlight-testimonials__logo-left{position:absolute;top:30%;left:-20%;z-index:1;pointer-events:none}.mobile-spotlight-testimonials__logo-image{width:361px;height:157px;object-fit:contain}.mobile-spotlight-testimonials__content{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:48px;flex-wrap:nowrap;position:relative;z-index:2;width:100%}.mobile-spotlight-testimonials__title{font-size:24px;font-weight:700;line-height:normal;color:var(--secondary-green);font-family:inherit;font-family:var(--font-averia-sans-libre);text-align:center;margin:0;width:223px;align-self:center}.mobile-spotlight-testimonials__title-accent{color:var(--accent-color)}.mobile-spotlight-testimonials__scroll-container{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-spotlight-testimonials__scroll-container::-webkit-scrollbar{display:none}.mobile-spotlight-testimonials__cards-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px;flex-wrap:nowrap;width:max-content;padding:0 24px}.mobile-spotlight-testimonials__card{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:0;flex-wrap:nowrap;width:131px;height:253px;border-radius:8px;position:relative;cursor:pointer;transition:transform .2s ease;flex-shrink:0;z-index:1}.mobile-spotlight-testimonials__card:hover{transform:scale(1.02)}.mobile-spotlight-testimonials__card:focus-visible{outline:2px solid var(--secondary-green);outline-offset:2px}.mobile-spotlight-testimonials__card-image-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px}.mobile-spotlight-testimonials__card-image{width:100%;height:100%;object-fit:cover;object-position:50% 50%;pointer-events:none}.mobile-spotlight-testimonials__play-button{position:absolute;top:12px;right:auto;bottom:auto;left:12px;width:23px;height:10px;pointer-events:none;z-index:2}.mobile-spotlight-testimonials__play-icon{width:100%;height:100%}.mobile-spotlight-testimonials__card-border{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid var(--secondary-green);border-radius:8px;pointer-events:none}.mobile-spotlight-testimonials__button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;border-radius:999px;border:none;cursor:pointer;transition:all .2s ease}.mobile-spotlight-testimonials__button:focus-visible{outline:2px solid var(--primary-color)}.mobile-spotlight-testimonials__button{background-color:#112125;color:var(--secondary-green);border:1px solid var(--secondary-green);font-family:var(--font-inria-sans);font-size:16px;font-weight:700;padding:16px 32px;text-decoration:none;text-align:center;white-space:nowrap;align-self:center}.mobile-spotlight-testimonials__button:hover{background-color:var(--secondary-green);color:#112125}.mobile-spotlight-testimonials__button:focus-visible{outline:2px solid var(--secondary-green);outline-offset:2px}.mobile-spotlight-testimonials__video-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(17,33,37,.9);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;z-index:1000}.mobile-spotlight-testimonials__video-modal-content{position:relative;width:90vw;max-width:800px;height:0;padding-bottom:56.25%;background:#000;border-radius:8px;overflow:hidden}.mobile-spotlight-testimonials__video-close{position:absolute;top:16px;right:16px;bottom:auto;left:auto;background:rgba(0,0,0,.7);border:none;color:#fff;font-size:24px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;z-index:1001}.mobile-spotlight-testimonials__video-close:hover{background:rgba(0,0,0,.9)}.mobile-spotlight-testimonials__video-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}