:root{--hero-padding: 6rem 0 4.7rem 0;--hero-background: black;--hero-color: white;--border-radius: 1rem;--base-font-size: 1rem;--fs-base: 1rem;--fs-ratio: 1.2;--leading: 1.15;--fs-xs: calc(var(--fs-base) / var(--fs-ratio));--fs-body: var(--fs-base);--fs-md: calc(var(--fs-base) * var(--fs-ratio));--fs-lg: calc(var(--fs-md) * var(--fs-ratio));--fs-xl: calc(var(--fs-lg) * var(--fs-ratio));--fs-2xl: calc(var(--fs-xl) * var(--fs-ratio));--fs-3xl: calc(var(--fs-2xl) * var(--fs-ratio));--fs-4xl: calc(var(--fs-3xl) * var(--fs-ratio));--fs-5xl: calc(var(--fs-4xl) * var(--fs-ratio));--fs-6xl: calc(var(--fs-5xl) * var(--fs-ratio));--fs-h2: calc(var(--fs-5xl) * .8);--fs-h3: calc(var(--fs-h2) * .85);--color-primary: #14bde9;--color-accent-red: #ee2e55;--nav-link-color: #030505;--nav-link-hover: #007bff;--color-text: #030e1b;--color-text-muted: #0b131d;--color-text-light: #ffffff;--color-bg: #ffffff;--color-header-bg: #ffffff;--color-bg-alt: #f4f5f6;--color-category: #030505;--color-form-border: #b5b5b5;--color-form-text: #727373;--shadow-primary: 0 0 25px 5px rgba(20, 189, 233, .5);--scroll-track-bg: transparent;--scroll-thumb-bg: #030505}html.dark{--color-primary: #10bce8;--nav-link-color: #ffffff;--nav-link-hover: #66b3ff;--color-text: #f4f5f6;--color-text-muted: #c8d0d8;--color-text-light: #ffffff;--color-bg: #0b131d;--color-header-bg: #0f1923;--color-category: #f4f5f6;--color-bg-alt: #16222f;--color-form-border: #6b6b6b;--color-form-text: #6b6b6b;--shadow-primary: 0 0 25px 5px rgba(0, 123, 255, .5);--scroll-track-bg: transparent;--scroll-thumb-bg: #f4f5f6}@media(max-width:768px){:root{--base-font-size: .9em;--fs-ratio: 1.16}}@media(max-width:480px){:root{--base-font-size: .8em;--fs-ratio: 1.12}}@font-face{font-family:Bebas Neue;src:url(/fonts/BebasNeue.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-Black.ttf.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-BlackIt.ttf.woff2) format("woff2");font-weight:900;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-Bold.ttf.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-BoldIt.ttf.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-ExtraLight.ttf.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-ExtraLightIt.ttf.woff2) format("woff2");font-weight:200;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-It.ttf.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-Light.ttf.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-LightIt.ttf.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-Regular.ttf.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-Semibold.ttf.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/SourceSansPro-SemiboldIt.ttf.woff2) format("woff2");font-weight:600;font-style:italic}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{color:#222;font-size:1em;line-height:1.4;scroll-behavior:smooth}::-moz-selection{color:var(--color-text-light);background:var(--color-primary);text-shadow:none}::selection{color:var(--color-text-light);background:var(--color-primary);text-shadow:none}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb-bg) var(--scroll-track-bg)}*::-webkit-scrollbar{width:8px;height:8px;background:var(--scroll-track-bg)}*::-webkit-scrollbar-track{background:var(--scroll-track-bg)}*::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-bg);border-radius:4px;border:2px solid var(--scroll-track-bg);background-clip:content-box;transition:background-color .3s ease}*::-webkit-scrollbar-thumb:hover{background-color:var(--scroll-thumb-hover-bg)}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.hidden,[hidden]{display:none!important}.visually-hidden{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}*{scroll-margin:3rem}br{content:"";display:block;margin:.3rem 0}img{font-size:.5em}button{cursor:pointer}input,input:active,input:focus{outline:0}a,body,html,p{font-weight:400}body,html{color:var(--color-text);font-family:Source Sans Pro;font-size:var(--base-font-size);line-height:var(--leading);margin:0;background-color:var(--color-bg)}h1,h2,h3,h4,h5,h6{font-family:Bebas Neue,sans-serif;color:var(--color-primary);line-height:var(--leading)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}a,p{font-size:var(--fs-body);color:var(--color-text);font-style:normal;font-weight:400;line-height:var(--leading);letter-spacing:.01px}a,li,ul{color:#5b5b5b;list-style:none;text-decoration:none;font-size:var(--fs-body);color:var(--color-text)}main{display:flex;align-items:center;flex-direction:column;gap:5.4em;padding-bottom:8em}section{width:100%;scroll-margin-top:3rem;padding:0 2rem}.content-width-limit{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){main{gap:6em;padding-bottom:6em}.content-width-limit{padding:0 1.4rem}}@media(max-width:480px){main{gap:4em;padding-bottom:4em}.content-width-limit{padding:0 .8rem}}.button{padding:.5rem 1rem;font-size:var(--fs-md);font-weight:500;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;align-self:baseline}.button--primary{border-radius:5px;background:var(--color-primary);display:inline-flex;padding:10px 45px;justify-content:center;align-items:center;gap:10px;color:var(--color-text-light);text-align:center;font-weight:700;transition:all .4s ease}.button--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-primary)}@media(max-width:468px){.button--primary{padding:10px 20px}}.disclaimer{display:flex;gap:3rem;padding:.8rem 0;background:#000}.disclaimer__container{display:flex;justify-content:center;position:relative;width:100%;color:#fff}.disclaimer__text{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--fs-md);font-weight:600;gap:.3rem;justify-content:center;text-align:center}.disclaimer__text a,.disclaimer__text span{color:#fff;font-weight:600;font-size:1em}.disclaimer__text a{font-weight:800}.disclaimer__text-cta{color:#fff;font-weight:800}.disclaimer__close{align-items:center;background:0 0;border:none;display:flex;font-size:1.6em;height:100%;justify-content:center;padding:0;position:absolute;right:1rem;top:0;width:1.2rem;color:#fff}.disclaimer__close:before,.disclaimer__close:after{content:"";position:absolute;width:1.2rem;height:2px;background:#fff;border-radius:2px}.disclaimer__close:before{transform:rotate(45deg)}.disclaimer__close:after{transform:rotate(-45deg)}.disclaimer__close img{filter:brightness(0);height:100%;width:100%}@media(max-width:576px){.disclaimer__container{padding-right:2.5rem}}.header{position:sticky;top:0;max-width:100%;background-color:var(--color-header-bg);border-bottom:1px solid #4f4e4e;display:flex;justify-content:center;padding:1rem 2rem;z-index:1000;white-space:nowrap}@media(width<448px){.header{padding:.5rem 1rem}}.header__top{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;gap:1rem;max-width:1500px}@media(width<220px){.header__top{flex-direction:column;align-items:center}}.header__logo img{display:block;height:38px;width:auto}html.dark .header__logo img{content:url(/img/logos/logo-main-dark.svg)}@media(width<448px){.header__logo--small{display:flex!important}.header__logo{display:none}}.header__nav{display:flex;flex-grow:1;justify-content:flex-end}.header__nav-list{display:flex;gap:.8rem 2.3rem;list-style:none;margin:0;padding:0}.header__nav-link{font-weight:500;text-decoration:none;transition:color .3s ease;color:var(--nav-link-color);font-size:var(--fs-md);font-weight:600}@media(max-width:1024px){.header__nav-list{justify-content:center;align-items:center;gap:.8rem 1.5rem}.header__nav-link{font-size:var(--fs-body)}}@media(max-width:640px){.header__nav-list{gap:.8rem 1rem}}.header__nav-item{display:flex;align-items:center}.header__nav-link:hover{color:var(--nav-link-hover)}.header__nav-item--dropdown{position:relative}.header__dropdown{position:absolute;top:100%;left:0;border:1px solid #ccc;list-style:none;display:none;z-index:1000;width:270px;padding:1rem;border-radius:13px;background:var(--color-header-bg);box-shadow:8px -3px 8px -2px #00000040}.header__dropdown-item{transition:all .2s ease;padding:.75rem 1rem;white-space:normal;word-break:break-word;line-height:1.2}.header__dropdown-link{text-decoration:none;color:var(--nav-link-color);font-family:Source Sans Pro;font-size:1.25em;font-weight:400;letter-spacing:.01px;transition:all .2s ease}@media(min-width:992px){.header__nav-item--dropdown:hover .header__dropdown{display:block}.header__dropdown-back{display:none}}.header__dropdown-item:hover{border-radius:6px}.header__dropdown-item:hover .header__dropdown-link{text-shadow:0 0 1px currentColor,.4px 0 0 currentColor,-.4px 0 0 currentColor,0 .4px 0 currentColor,0 -.4px 0 currentColor}.button--alert{background-color:var(--color-accent-red);color:var(--color-text-light);text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease;font-size:1.1em;align-items:center;justify-content:center;display:flex;align-self:center;height:34px}@media(width<620px){.button--alert{margin-left:0}}.button--alert:hover{background-color:#d32047}.button--whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.1rem;height:34px;background-color:#25d366;color:#fff;text-decoration:none;border-radius:999px;font-size:1em;font-weight:700;box-shadow:0 6px 16px #25d36659;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.button--whatsapp:hover{background-color:#1ebd5b;transform:translateY(-1px);box-shadow:0 8px 20px #25d36673}.button--whatsapp svg{flex:0 0 auto}@media(width<620px){.button--whatsapp{margin-left:0}}.header__mobile-menu-button{display:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:22px;background:none;border:none;cursor:pointer;padding:0;z-index:1000}.header__hamburger-bar{width:100%;height:3px;background-color:var(--color-category);border-radius:2px;transition:all .3s ease}.header__mobile-menu-button.active .header__hamburger-bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.header__mobile-menu-button.active .header__hamburger-bar:nth-child(2){opacity:0}.header__mobile-menu-button.active .header__hamburger-bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header__overlay{position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:999}@media(max-width:768px){.header__nav{display:flex}.header__menu-btn{display:block}}@media(max-width:768px){.header__nav{position:fixed;top:0;right:-100%;width:60%;max-width:256px;height:100vh;flex-direction:column;align-items:flex-start;justify-content:start;background:var(--color-header-bg);padding:5rem 2rem;padding-right:0;gap:1.5rem;transition:right .4s ease;z-index:10}.header__nav-list{flex-direction:column;align-items:flex-start;justify-content:start;gap:1.25rem;width:100%}.header__nav-item{width:100%}.header__nav.active{right:0}.header__overlay.active{opacity:1;pointer-events:all}.header__mobile-menu-button{display:flex}.header__nav-item--dropdown{position:static}.header__dropdown{position:absolute;top:0;left:100%;width:100%;height:100%;background:var(--color-bg);display:flex;flex-direction:column;padding:5rem 2rem 2rem;gap:1rem;transition:left .4s ease;z-index:1101}.header__dropdown-item{padding:.5rem 0}.header__dropdown.active{left:0}.header__dropdown-back{margin-bottom:1rem}.header__back-btn{background:none;border:none;color:var(--color-primary);font-size:1rem;font-weight:600;cursor:pointer}.header__dropdown-item:hover{background:unset}.header__dropdown-item:hover .header__dropdown-link{text-shadow:unset;color:var(--nav-link-hover)}}.theme-toggle{cursor:pointer;display:flex;align-items:center;align-self:center;width:24px;height:24px}.theme-toggle__toggle-icon-sun{opacity:1}.theme-toggle__toggle-icon-moon{opacity:0;position:absolute}html.dark .theme-toggle__toggle-icon-sun{opacity:0;transform:rotate(180deg)}html.dark .theme-toggle__toggle-icon-moon{opacity:1;filter:invert(1);transform:rotate(0)}@media(max-width:992px){.theme-toggle{width:100%}}main[data-type=offensive] .hero__title{color:#ee2e55}.hero{align-items:center;background:var(--hero-background);color:var(--hero-color);display:flex;justify-content:center;margin:0;min-height:20vh;padding:6.6rem 0;background-position:center;background-size:cover;position:relative;height:fit-content}.hero.hero-text-mask:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000c 50%,#0000);z-index:10}.hero__container{position:relative;z-index:20;width:100%}.hero__content{display:flex;flex-direction:column;gap:1.4rem;max-width:60%}@media(width<780px){.hero__content{max-width:100%;text-align:center}.hero__content .button--primary{margin:0 auto}}.hero__content .button--primary{margin-top:2rem}.hero__logo{max-width:80%}.hero__logo>img{max-width:100%;width:600px}.hero__title{font-size:4em;line-height:1.1em}.hero__title.hero__title--highlight{color:#fff;font-size:4.625em;line-height:1em;max-width:800px}.hero__highlight{color:#10bce8}.hero__subtitle{color:#fff;max-width:900px;font-size:var(--fs-md);font-weight:400;line-height:var(--leading)}@media(width<380px){.hero__title,.hero__title.hero__title--highlight{font-size:4.625em;line-height:.9em}}@media(width<180px){.hero__title,.hero__title.hero__title--highlight{font-size:3.625em;line-height:.9em}}.footer{color:#fff;padding:2rem 0;background:#000;background-image:url(/img/homepage/footer-bg.jpg);background-position:center;background-size:cover;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:10}.footer_wrapper{display:flex;justify-content:space-between;width:100%;gap:3rem;flex-wrap:wrap}.footer__container{display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:20;position:relative}.footer__branding{text-align:center;max-width:100%}.footer__title{font-size:4.0625em;line-height:.9;font-weight:700;white-space:nowrap;color:#fff;margin-bottom:1.4rem}@media(width<300px){.footer__title{font-size:3.4em;white-space:break-spaces;text-align:left}}.footer__contact{margin:1rem 0;display:flex;flex-direction:column;gap:.6rem}.footer__contact-item{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.footer__contact-item a,.footer__contact-item p{color:#fff;font-size:1em}.footer__contact-group{display:flex}.footer__social-networks{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.footer__social-icon img{width:38px;height:38px}.footer__links{display:flex;flex-wrap:wrap;gap:4rem;margin-left:2rem}.footer__qr{position:relative;z-index:20;display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-left:auto}.footer__qr-image{width:172px;height:172px;border-radius:8px;background:#fff;padding:6px}.footer__qr-caption{color:#fff;font-size:var(--fs-xs);font-weight:600;text-transform:uppercase;letter-spacing:.12em}.footer__column h3{font-size:1em;margin-bottom:23px;text-transform:uppercase;font-size:var(--fs-md);font-style:normal;font-weight:700;color:#fff;letter-spacing:.16rem}.footer__column ul{list-style:none;padding:0;margin:0;list-style-type:"- ";font-size:var(--fs-body);font-weight:400;line-height:var(--leading);color:#fff;margin-left:1rem;gap:.3rem;display:flex;flex-direction:column}.footer__column ul li{margin-bottom:.3rem;list-style:unset}.footer__column ul li a,.footer__column ul li::marker{color:#fff;text-decoration:none;transition:color .3s;font-size:1em;font-weight:400;line-height:normal}.footer__column ul li a:hover{color:#00bcd4}.footer__bottom{text-align:center;font-size:var(--fs-xs);padding-top:1rem;width:100%;margin-top:4rem}.footer__bottom p{color:#fff;font-weight:400}@media(max-width:768px){.footer_wrapper{flex-direction:column;align-items:center;gap:2.5rem}.footer__branding{display:flex;flex-direction:column;align-items:center}.footer__contact-item{justify-content:center}.footer__social-networks{justify-content:center;margin-top:1rem}.footer__links{margin-left:0;gap:3rem;justify-content:center;text-align:center}.footer__column ul{margin-left:0;align-items:center;text-align:left;width:max-content;margin-inline:auto}.footer__qr{margin-left:0}.footer__bottom{margin-top:2rem}}@media(max-width:480px){.footer__qr-image{width:140px;height:140px}}.logo-banner{display:flex;flex-direction:column;justify-content:center}.logo-banner.content-width-limit{max-width:1480px}.logo-banner__subheading{margin-top:2.5rem}.logo-banner__subheading+.section-content{max-width:1320px;margin:0 auto}.logo-banner .section-title--sm{margin-bottom:1.6rem}.logo-banner__container{padding:1rem}.logo-banner__logos{display:flex;flex-wrap:wrap;gap:1.3rem;justify-content:center}.logo-banner__logo{height:75px;max-width:160px}.logo-banner-swiper .swiper-wrapper{align-items:center;height:100px;margin-bottom:4rem;max-width:1300px}.logo-banner-swiper .swiper-slide img{border-radius:0;object-fit:contain}.logo-banner-swiper{height:auto;width:100%}.logo-banner-swiper .swiper-slide{align-items:center;display:flex;height:100%;justify-content:center}.logo-banner .swiper-slide img{border-radius:0!important;object-fit:contain;max-width:100%;max-height:64px}html.dark .logo-banner .swiper-slide img[alt="Amazon Logo"]{content:url(/img/brand-logos/brand-amazon-dark.svg)}html.dark .logo-banner .swiper-slide img[alt="Palo Alto Networks Logo"]{content:url(/img/brand-logos/brand-paloalto-dark.svg)}html.dark .logo-banner .swiper-slide img[alt="AWS Logo"]{content:url(/img/brand-logos/brand-aws-dark.svg)}.logo-banner .swiper-slide{height:80px;justify-content:center;display:flex;cursor:grab}.logo-banner .content-tabbed-content__arrows{display:none}.logo-banner .swiper{align-items:center;display:flex}.logo-banner .swiper-wrapper{align-items:center;display:flex;height:100%}.cta-banner-section.content-width-limit{max-width:1480px}.banner{display:flex;justify-content:space-between;align-items:center;background-image:linear-gradient(to right,#0f1923f2 0% 40%,#0f192300),url(/img/banner/contact-us-banner.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:2rem 3rem;border-radius:.6rem;flex-wrap:wrap;gap:1.5rem}@media(max-width:768px){.banner{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.banner{padding:1.4rem 1.6rem}}@media(max-width:380px){.banner{padding:1.2rem}}.banner h2:first-child,.banner__content span:first-child{color:#fff}.banner .button--primary{margin:auto 0;font-size:var(--fs-md);display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;padding:10px 30px;box-shadow:0 0 20px #14bde999;transition:all .4s ease}.banner .button--primary:hover{transform:translateY(-2px);box-shadow:0 0 25px #14bde9e6}.banner .button--primary span{display:inline}.team__members{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;align-items:stretch;margin-top:3rem}.team__member-wrapper{width:460px;max-width:100%}.team__member{position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.6rem 2rem 2rem;background:#f2f9ff;border-radius:24px;box-shadow:0 28px 55px -25px #0000004d}.team__member:before{content:"";position:absolute;top:-105px;right:-105px;width:290px;height:290px;background:#bcd6ec;border-radius:50%;z-index:0}.team__member>*{position:relative;z-index:1}.team__member-avatar{width:169px;height:169px}.team__member-photo{width:169px;height:169px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 8px 20px #0000002e}.team__member-divider{display:flex;align-items:center;gap:8px;margin:1.3rem 0 1rem}.team__member-divider-line{width:30px;height:2px;background:#9aa3ab}.team__member-divider-dot{width:6px;height:6px;border-radius:50%;background:#9aa3ab}.team__member-name{font-size:var(--fs-2xl);font-weight:800;color:#2d3a45;line-height:1.1}.team__member-role{margin-top:.2rem;font-size:var(--fs-body);font-weight:700;color:#6b7680}.team__member-info{margin-top:1.2rem;display:flex;flex-direction:column;gap:.8rem}.team__member-description{font-size:var(--fs-body);font-weight:400;line-height:var(--leading);color:#6b7680;text-align:center}.team__member-quote{margin:.4rem 0 0;padding:.4rem 0 .4rem 1rem;border-left:3px solid #14bde9;font-style:italic;font-weight:600;text-align:left;color:#4a5560}.team__member-list{text-align:left;list-style:disc;padding-left:1.4rem;margin-top:.4rem;color:#6b7680}.team__member-list .team__member-list-item{list-style:disc;margin-bottom:8px;font-size:var(--fs-body);line-height:var(--leading)}.team__member-list .team__member-list-item:last-child{margin-bottom:0}.team__member-socials{display:flex;gap:.7rem;margin-top:auto;padding-top:1.6rem}.team__social{width:40px;height:40px;display:grid;place-items:center;border:2px solid #5b6770;border-radius:9px;transition:background .2s ease,border-color .2s ease}.team__social:hover{border-color:#14bde9;background:#14bde91a}.team__social img{width:18px;height:18px;filter:brightness(0)}@media(width<480px){.team__member{padding:2rem 1.4rem 1.6rem}}.section-header{position:relative;z-index:10}.section-title{text-align:center;color:var(--color-text-muted);margin-bottom:2.6rem}.section-title.title-left{text-align:left}.section-title span.accent{color:#10bce8}main[data-type=defensive] .section-title span{color:var(--color-primary)}main[data-type=offensive] .section-title span{color:var(--color-accent-red)}.section-description,.section-footer p{color:var(--color-text);text-align:center;font-size:var(--fs-md);max-width:80%;margin:0 auto;margin-top:1rem}.section-half-split__content.static-content{justify-content:space-between}.section-half-split__content.static-content .section-half-split__Title{color:var(--color-text);font-family:Source Sans Pro;font-size:var(--fs-md);font-style:normal;font-weight:700;line-height:normal;margin-top:.4rem}.section-half-split__content.static-content .section-half-split__item{display:flex;gap:1rem}@media(width<1024px){.section-half-split__content.static-content{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;max-width:100%!important}}@media(width<476px){.section-half-split__item{flex-direction:column;align-items:center;text-align:center}}.section-half-split__item img{align-self:start;margin-top:.2rem}@media(width<476px){.section-half-split__item img{margin:0 auto}}.section-half-split__content.static-content .section-half-split__content-wrapper{flex:3}.section-half-split:hover .section-half-split__title:before{width:6rem}.section-half-split:hover .section-half-split__image{scale:1.02}.section-half-split-header{display:flex;flex-direction:column;gap:.6rem;margin-bottom:60px}.section-half-split-header__title{font-size:var(--fs-4xl);font-weight:700;line-height:var(--leading);text-align:center}.section-half-split-header__subtitle{color:#5b5b5b;font-size:var(--fs-lg);font-weight:500;line-height:var(--leading);text-align:center}.section-half-split__container{display:flex;gap:2rem;padding:0}.section-half-split__container>div{min-width:360px}.section-half-split__image-wrapper{border-radius:calc(var(--border-radius) * .6);display:flex;flex:1;justify-content:center;order:1;overflow:hidden;position:relative}.section-half-split.flip .section-half-split__image-wrapper{order:2}.section-half-split__image-wrapper .swiper{height:100%!important;max-height:411px;max-width:640px}.section-half-split__image{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;transition:scale .3s}.section-half-split__content-wrapper,.section-half-split__video-wrapper{flex:1;order:2}.section-half-split__video-wrapper{border-radius:calc(var(--border-radius) * .6);overflow:hidden}.section-half-split__video-wrapper>iframe{height:100%;width:100%}.section-half-split.flip .section-half-split__content-wrapper{order:1}.section-half-split.flip .section-half-split__content-wrapper:first-child{order:2}.section-half-split.flip .section-half-split__content-wrapper:last-child{order:1}.section-half-split.flip .section-half-split__video-wrapper{order:2}.section-half-split__content{display:flex;flex-direction:column;gap:1.2rem;height:100%}.section-half-split__content .button{align-self:baseline;margin-top:auto}.section-half-split__title{display:flex;flex-direction:column;position:relative}main[data-type=offensive] .section-half-split__title{color:#ee2e55}.section-half-split__date{font-size:var(--fs-lg);text-align:end}@media(width<1024px){.section-half-split__container{flex-direction:column}.section-half-split__container>div{min-width:260px}.section-half-split__image-wrapper{min-height:320px}.section-half-split.flip .section-half-split__image-wrapper{order:1}}@media(width<887px){.section-half-split__container>div{min-width:200px}.section-half-split__image-wrapper .swiper{height:unset!important}}@media(width<480px){.section-half-split__container>div{min-width:100px}}.our-services-section{display:flex;align-items:center;flex-direction:column;justify-content:center;padding:0 2rem;margin:0 auto!important}@media(max-width:768px){.our-services-section{padding:0 1rem}}@media(max-width:380px){.our-services-section{padding:0 .6rem}}.services-page.our-services-section{padding:3em}.services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 2.5rem;width:100%;max-width:1180px;margin:0 auto}@media(max-width:768px){.services-list{grid-template-columns:1fr}}.service-item{flex:none;width:100%;min-width:0;max-width:100%;background:var(--color-bg-alt);padding:2rem 2.2rem;border-radius:20px;box-shadow:0 18px 40px -22px #00000038;display:flex;align-items:center;overflow:hidden}@media(max-width:640px){.service-item{padding:1.4rem 1.2rem}}@media(max-width:380px){.service-item{padding:1.2rem .9rem}}.service-item-header{color:#10bce8;font-style:normal;font-weight:400;line-height:normal}.service-description p{color:var(--color-text);font-size:var(--fs-body)}.service-item-items{display:flex;flex-direction:column;gap:1rem}.service-item-item-icon{height:95px;width:95px;flex-shrink:0}.service-item-item{display:flex;align-items:center;background:#0b1620;background:linear-gradient(90deg,#0b1620,#0e2344);gap:1.2rem 2.6rem;padding:1.6rem 2.4rem;border-radius:20px;background-image:url(/img/homepage/services-background.jpg);background-position:center;background-size:cover}.service-item-items.block .service-item-item{background:var(--color-bg-alt);box-shadow:0 18px 40px -22px #00000038}.service-item-items.block .service-item-item-description{color:#4a5560}.service-item-items.block .service-item-item-icon{filter:brightness(0)}@media(width<576px){.service-item-item{flex-direction:column;align-items:center;text-align:center}}.service-item-item-content{display:flex;flex-direction:column;justify-content:space-between}.service-item-item-title{color:#14bde9}.service-item-item-description{color:#fff}.view-service-link{display:flex;align-items:center;justify-content:center;gap:1.5rem 2rem;text-align:left;width:100%;min-width:0}.view-service-link>*{min-width:0}.service-description p{overflow-wrap:break-word}.service-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.service-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.3rem}.service-icon-image{max-width:120px;min-width:120px;max-height:90px;object-fit:contain}@media(max-width:1100px){.view-service-link{flex-direction:column;text-align:center}.service-text{align-items:center}}.service-title{font-size:var(--fs-xl);font-style:normal;line-height:var(--leading);margin-bottom:.2rem}.service-item[data-service-type=Offensive] .service-title{color:#f22a53}.service-item[data-service-type=Defensive] .service-title{color:#10bce8}.service-item-items.block{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(width<1300px){.service-item-items.block{display:flex;flex-direction:column}}.service-item-items.block .service-item-item-content{gap:.6rem;justify-content:center}.service-item-items.block .service-item-item-icon{margin:auto 0;height:100px;width:100px}main[data-type=offensive] .service-item-item-title{color:#ee2e55}.service-item-item-description{color:#fff;font-size:var(--fs-body);font-style:normal;font-weight:400;line-height:normal}.we-serve{display:flex;flex-direction:column;gap:1.3rem}.we-serve__items{display:flex;flex-wrap:wrap;gap:2rem 5rem;justify-content:center}.we-serve__item{border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.6rem;justify-content:center;padding:1.2rem;text-align:center;flex:1 1 340px;max-width:400px}@media(width<480px){.we-serve__item{flex:1 1 100%;max-width:100%}}.we-serve__item--active{box-shadow:3px 3px 4px 3px #0003}.we-serve__item-label{font-size:4.0625em}@media(width<480px){.we-serve__item-label{font-size:2.6em}}.we-serve__description{margin:20px 0;color:var(--color-text);text-align:center;font-size:var(--fs-body)}.we-serve__item-icon img{height:140px;width:140px;max-width:100%}html.dark .we-serve__item-icon img{filter:invert(1) brightness(2)}.we-serve__subtext{font-weight:700;font-size:var(--fs-lg)}.we-serve-section{margin-top:4rem}.contact-expert .section-title{text-align:left}.contact-expert .section-half-split__content.static-content{flex-direction:column;justify-content:flex-start}.contact-expert .section-half-split__item{flex-direction:row;text-align:left}.contact-expert .section-half-split__item img{margin:0}main[data-type=offensive] .contact-expert .section-half-split__item img{filter:brightness(0) saturate(100%) invert(34%) sepia(86%) saturate(2407%) hue-rotate(332deg) brightness(96%) contrast(102%)}.faq__answer,.faq__answer-wrapper,.faq__question{transition:max-height .3s ease-out}.faq__list-wrapper{display:flex;gap:1.1rem;flex-direction:column}.faq__container{display:flex;flex-direction:column;gap:3rem}.faq__row{display:flex;gap:1rem}.faq__list--left,.faq__list--right{display:flex;flex:1;flex-direction:column;gap:1.4rem}.faq__item{flex:1;display:flex;flex-direction:column;gap:.2rem}.faq__question{align-items:center;cursor:pointer;display:flex}.faq__question>span{margin-top:.1rem}.faq__answer-wrapper{max-height:0;overflow:hidden}.faq__item--open .faq__answer-wrapper{max-height:1000px}.faq__answer{padding-left:2.4rem;padding-right:2rem}.faq__icon{align-items:center;background-color:#e6e6e6;border-radius:50%;box-shadow:2px 2px 5px -2px #000;display:flex;height:32px;justify-content:center;margin-bottom:auto;margin-right:8px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;position:relative;transition:transform .3s ease;width:32px}.faq__icon:before,.faq__icon:after{background-color:#fff;border-radius:2px;content:"";height:.2rem;position:absolute;transition:transform .3s ease;width:1rem}.faq__icon:before{transform:rotate(0)}.faq__icon:after{transform:rotate(90deg)}.faq__item--open .faq__icon:before,.faq__item--open .faq__icon:after{transform:rotate(-180deg)}.main-service[data-service-type=consulting] .faq__icon:before,.main-service[data-service-type=consulting] .faq__icon:after{background:#00a59e!important}.main-service[data-service-type=defensive] .faq__icon:before,.main-service[data-service-type=defensive] .faq__icon:after{background:#2487c9!important}.main-service[data-service-type=offensive] .faq__icon:before,.main-service[data-service-type=offensive] .faq__icon:after{background:#e14646!important}@media(width<1024px){.faq__list-wrapper{flex-direction:column}}.floating-widget-float{bottom:20px;position:fixed;right:20px;z-index:100}.floating-widget-float__link{display:block;text-decoration:none}.floating-widget-float__icon{color:#fff;font-size:1.5em;height:100px;line-height:3.125em;text-align:center;transition:all .3s ease;width:100px;background:#fff;border-radius:50%;padding:.3rem}.floating-widget-float__icon img{height:100%;width:100%}.floating-widget-float__icon:hover{transform:scale(1.1)}.floating-widget-float__tooltip{background:var(--hero-background);border:.3rem solid white;border-radius:1rem;box-shadow:4px 4px 6px 2px #00000026;font-size:.8125em;max-width:calc(100vw - 150px);opacity:0;padding:.6rem 1rem;position:absolute;right:120px;top:50%;transform:translateY(-50%);transition:all .3s ease;visibility:hidden;width:380px}.floating-widget-float__link:hover .floating-widget-float__tooltip{opacity:1;visibility:visible}.floating-widget-float__tooltip-text{color:#fff;font-size:1em;font-weight:500}.contact-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:flex-start;justify-content:center;padding:2.5rem 1rem;overflow-y:auto}.contact-modal.is-open{display:flex}.contact-modal__overlay{position:fixed;inset:0;background:#030e1bb8;backdrop-filter:blur(3px)}.contact-modal__dialog{position:relative;z-index:1;width:min(1080px,95vw);margin-inline:auto;animation:contactModalIn .25s ease}.contact-modal__dialog .umbraco-forms-contactUsForm{box-shadow:0 30px 80px -20px #0009;overflow:hidden;padding-bottom:5rem}@media(max-width:576px){.contact-modal__dialog .umbraco-forms-contactUsForm{padding-bottom:4rem}}@keyframes contactModalIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.contact-modal__close{position:absolute;top:.85rem;right:.85rem;z-index:3;width:2.5rem;height:2.5rem;display:grid;place-items:center;font-size:1.6rem;line-height:1;color:#0b131d;background:#ffffffe6;border:0;border-radius:50%;cursor:pointer;box-shadow:0 2px 10px #0003;transition:background .2s ease,color .2s ease,transform .2s ease}.contact-modal__close:hover{background:#fff;color:var(--color-primary);transform:scale(1.05)}body.contact-modal-open{overflow:hidden}.contact-modal__whatsapp{position:absolute;bottom:1rem;right:1rem;z-index:3;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;background:#25d366;color:#fff;text-decoration:none;border-radius:999px;font-weight:700;font-size:var(--fs-body);box-shadow:0 8px 20px #25d36659;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.contact-modal__whatsapp:hover{background:#1ebd5b;transform:translateY(-1px);box-shadow:0 10px 24px #25d36673}.contact-modal__whatsapp svg{width:18px;height:18px}@media(max-width:576px){.contact-modal__whatsapp{bottom:.6rem;right:.6rem;padding:.55rem .9rem;font-size:var(--fs-xs)}}@media(max-width:576px){.contact-modal{padding:1rem .5rem}}.announcements-section.content-width-limit{max-width:1480px}.announcements{position:relative}.announcements__swiper{overflow:hidden}.announcements__swiper .swiper-slide{height:auto;display:flex}.announcement{position:relative;width:100%;height:100%;display:flex;flex-direction:column;background:#fdf1de;border-radius:14px;padding:1.8rem 2rem;box-shadow:0 22px 50px -28px #0000004d}html.dark .announcement{background:var(--color-bg-alt)}.announcement__header{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}.announcement__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem;border-radius:999px;background:#d6821e2e;color:#8a4a00;font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.announcement__date{font-size:var(--fs-xs);font-style:italic;color:var(--color-form-text)}.announcement__close{position:absolute;top:.6rem;right:1rem;font-size:1.8rem;line-height:1;color:#0006;pointer-events:none;user-select:none}.announcement__badge svg{width:15px;height:15px}.announcement__title{font-size:var(--fs-2xl);font-weight:800;line-height:1.15;color:var(--color-text-muted)}.announcement__body{flex:1;display:flex;gap:1.6rem;align-items:flex-start}.announcement__image-wrapper{position:relative;flex:0 0 276px;height:230px;border-radius:calc(var(--border-radius) * .6);overflow:hidden;display:flex}.announcement__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:scale .3s}.announcement:hover .announcement__image{scale:1.02}.announcement__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.8rem;padding-bottom:1rem}.announcement__content p{color:var(--color-text);font-size:var(--fs-body);line-height:var(--leading)}.announcement__content strong{color:var(--color-text-muted);font-weight:700}.announcements__controls{position:absolute;bottom:1.6rem;right:2rem;z-index:5;display:flex;align-items:center;gap:1.4rem}.announcements__controls .swiper-pagination{position:static!important;width:auto!important;flex:0 0 auto;margin:0;display:flex;gap:.5rem}.announcements__arrow{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border:none;border-radius:10px;background:#e9edf2;color:#0b131d;cursor:pointer;transition:background .2s ease,color .2s ease}.announcements__arrow:hover{background:#dce2ea;color:var(--color-primary)}.announcements__arrow svg{width:18px;height:18px}@media(width<1024px){.announcement__body{flex-direction:column;align-items:stretch}.announcement__image-wrapper,.announcement__content{min-width:0}.announcement__content{padding-bottom:0}.announcements__controls{position:static;left:auto;right:auto;justify-content:center;margin-top:1.4rem}}.umbraco-forms-contactUsForm{position:relative;background-image:url(/img/homepage/contact-form-bg.jpg);background-position:center;background-size:cover;border-radius:19px;padding:2rem 1.8rem}@media(max-width:480px){.umbraco-forms-contactUsForm{padding:1.4rem .9rem}}.umbraco-forms-contactUsForm .umbraco-forms-page{display:flex;flex-direction:column;gap:1rem;width:540px;max-width:100%;padding:0}.umbraco-forms-contactUsForm .umbraco-forms-container{display:flex;gap:1rem;flex-wrap:wrap}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input{min-width:200px}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper select,.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input,.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper textarea{display:flex;width:100%;padding:.8rem 1rem;align-items:center;gap:10px;border:.15rem solid var(--color-form-border);border-radius:.8rem;color:var(--color-form-text)!important;background:var(--color-bg);font-family:Source Sans Pro,sans-serif;font-size:var(--fs-body);font-weight:600;line-height:normal;font-style:normal;outline:none;box-sizing:border-box;min-width:unset}.umbraco-forms-contactUsForm input:-webkit-autofill,.umbraco-forms-contactUsForm input:-webkit-autofill:hover,.umbraco-forms-contactUsForm input:-webkit-autofill:focus,.umbraco-forms-contactUsForm textarea:-webkit-autofill,.umbraco-forms-contactUsForm textarea:-webkit-autofill:hover,.umbraco-forms-contactUsForm textarea:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-form-text)}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input::placeholder,.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper textarea::placeholder{font-size:var(--fs-body);font-style:normal;font-weight:400;line-height:normal;color:var(--color-form-text);font-family:Source Sans Pro}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(/img/icons/select-arrow-icon.svg);background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;cursor:pointer;padding-right:2.8rem;line-height:normal;color:var(--color-form-text)!important}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper select:invalid{color:var(--color-form-text);font-size:var(--fs-body);font-weight:400;opacity:1}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper select option{font-weight:400;line-height:normal;color:#8f8f8f}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper select option[value=""]{display:none}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input:focus,.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper textarea:focus,.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper select:focus{border-color:#14bde9}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper textarea{min-height:160px;resize:none;font-family:Source Sans Pro}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox]{accent-color:#14bde9}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox]~label,.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox]~label a{font-size:var(--fs-body);cursor:pointer;color:var(--color-form-text)}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox]~label a{text-decoration:underline}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox]~label~.field-validation-error{position:absolute;top:1.8rem;color:red;font-weight:600}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox],.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox]~label *{font-size:1em!important;color:#5b5b5b!important}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper .field-validation-error{color:red;font-weight:600}.umbraco-forms-contactUsForm .dataconsent .umbraco-forms-field-wrapper{display:flex;gap:.8rem;position:relative;align-items:center}.umbraco-forms-contactUsForm .umbraco-forms-field{flex:1 1 180px}.umbraco-forms-navigation.row-fluid{display:flex;justify-content:center}.umbraco-forms-contactUsForm .btn.primary{padding:1rem 1.8rem;font-size:var(--fs-md);font-weight:700;border-radius:7px;background:#14bde9;display:inline-flex;padding:15px 45px;justify-content:center;align-items:center;gap:10px;color:#fff;border:none;outline:none;margin-top:1.4rem;cursor:pointer}.umbraco-forms-contactUsForm .umbraco-forms-caption,.umbraco-forms-contactUsForm legend,.umbraco-forms-contactUsForm .umbraco-forms-hidden{display:none}.umbraco-forms-contactUsForm .umbraco-forms-caption{display:block;font-size:4.0625em;text-align:center;margin-bottom:1rem}.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper input[type=checkbox]{width:unset;padding:unset;height:unset;min-width:unset;height:20px;width:20px;cursor:pointer}.umbraco-forms-submitmessage-wrapper{min-height:700px;display:flex}.umbraco-forms-submitmessage{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 10%;gap:2rem}.umbraco-forms-submitmessage br{margin:0}.umbraco-forms-submitmessage h2{max-width:500px;text-align:center}.umbraco-forms-submitmessage p{max-width:500px;text-align:center;color:#0b131d;font-size:var(--fs-md);font-weight:700;line-height:var(--leading)}@media(max-width:576px){.umbraco-forms-contactUsForm .umbraco-forms-field-wrapper select:invalid{font-size:1.6em!important;padding:.6rem 3rem .6rem 1rem!important}}.iti{display:block!important}.iti__country{background:var(--color-bg)}.iti__country.iti__highlight{background-color:var(--color-bg-alt)!important}.iti--inline-dropdown .iti__country-list{border-radius:0 0 10px 10px!important;max-height:195px!important;background:var(--color-bg)!important}.iti__search-input{border-radius:10px 10px 0 0!important;border-top:unset!important;border-left:unset!important;border-right:unset!important}.iti--inline-dropdown .iti__dropdown-content{border:1px solid var(--color-form-border)!important;border-radius:11px!important}main.blog{gap:4rem}main.blog .hero{min-height:35vh;align-items:end}main.blog .hero__title{color:#fff;font-size:var(--fs-6xl)}main.blog .hero__title.hero__title--highlight,main.blog .hero__content{max-width:100%;text-align:center}main.blog .hero__subtitle{display:none}.inner-page-container{max-width:1100px;margin:0 auto}.inner-page-list-list{display:flex;gap:2rem;flex-wrap:wrap}.inner-page-list-list li{display:flex;flex-direction:column;gap:1rem;flex:1 1 30%;background:#f4f5f6;border-radius:1rem}.inner-page-list-list img{max-width:100%}.blog-list-container{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.inner-page-list-list .blog-item{border-radius:15px;background:#f4f5f6;overflow:hidden;flex:1 1 30%}.inner-page-list-list{margin:0 auto}.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:1200px){.blog-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media screen and (max-width:448px){.blog-list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}.blog-image-wrapper{height:260px;min-height:260px;max-height:260px}.blog-image-wrapper img{width:100%;height:100%;object-fit:cover}.blog-text-wrapper{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;padding:1.8rem;padding-top:0}.blog-item-content{display:flex;flex-direction:column;height:100%;gap:20px;background:var(--color-bg-alt)}.blog-title{color:#14bde9;font-size:var(--fs-xl);font-style:normal;line-height:var(--leading);margin-bottom:10px}.blog-category{color:var(--color-category);font-size:var(--fs-xs);font-style:normal;font-weight:300;text-transform:uppercase}.blog-description{color:var(--color-text);font-size:var(--fs-body);font-style:normal;font-weight:400;line-height:var(--leading);letter-spacing:.05px}.view-blog-link{margin-bottom:1.8rem;margin-top:auto;margin-left:.9rem;margin-right:.9rem}.blog-slider{position:relative}.blog-slider__swiper{overflow:hidden}.blog-slider .swiper-slide{height:auto;display:flex}.blog-slider .blog-item{flex:none;width:100%;height:auto;display:flex;flex-direction:column;border-radius:15px;background:var(--color-bg-alt);overflow:hidden}.blog-slider .blog-item-content{flex:1}.blog-slider__controls{display:flex;align-items:center;justify-content:flex-end;gap:1.4rem;margin-top:2rem;width:fit-content;margin-left:auto}.blog-slider__controls .swiper-pagination{position:static!important;width:auto!important;flex:0 0 auto;margin:0;display:flex;gap:.5rem}.blog-slider__arrow{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border:none;border-radius:10px;background:#e9edf2;color:#0b131d;cursor:pointer;transition:background .2s ease,color .2s ease}.blog-slider__arrow:hover{background:#dce2ea;color:var(--color-primary)}.blog-slider__arrow svg{width:18px;height:18px}.inner-page-list h2{position:relative;margin:1.4rem 0 2rem;font-size:var(--fs-2xl)}.inner-page-list h3{position:relative;margin:1rem 0 1.6rem;font-size:var(--fs-xl)}.inner-page-list h4{margin:.7rem 0;font-size:var(--fs-lg)}.inner-page-list p{margin:.8rem 0}.inner-page-list p:first-child{margin-top:0}.inner-page-list ul,.inner-page-list ol{padding-left:2rem}.inner-page-list ul li,.inner-page-list ol li{list-style:disc;margin:.6rem 0}.inner-page-list ol li{list-style:decimal}.inner-page-list ul li::marker,.inner-page-list ol li::marker{color:#000}.inner-page-list thead td{background:#eaeaea}.inner-page-list table td{padding:1rem}.inner-page-list table td p,.inner-page-list table p{margin:0!important}.inner-page-list table span{line-height:.8em}.table-of-contents>ul{margin-bottom:5rem;border-left:.3rem solid #d9d9d9;padding:.2rem 2rem;margin-top:1.4rem}.table-of-contents>ul>li,.table-of-contents>ol>li{list-style:none;margin:1rem 0!important}.table-of-contents>ul>li>a,.table-of-contents>ol>li>a{color:var(--color-text);font-weight:600}.table-of-contents ul li,.table-of-contents ol li{margin:.1rem 0}.table-of-contents li>ul,.table-of-contents li>ol{margin:.8rem 0}.inner-page-contents{margin-top:5rem}.inner-page-contents img{width:100%;height:auto}.inner-page-list-title-container{display:flex;justify-content:space-between}.inner-page-list-title{font-size:2.5em;line-height:2.75em;max-width:500px}.inner-page-list-image{border-radius:1rem;height:500px;overflow:hidden;position:relative}.inner-page-list-hero-image{height:100%;object-fit:cover;width:100%}.inner-page-list-image:before{background:radial-gradient(circle,transparent,rgba(0,0,0,.8));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.inner-page-list-brand-logo{left:1rem;position:absolute;top:1rem;width:260px}.inner-page-list-image-title{bottom:1rem;color:#fff;font-size:3.75em;left:1rem;line-height:4em;position:absolute;text-align:center;text-transform:uppercase;width:calc(100% - 2rem)}.error{padding:0}.error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center}.error-page__container{display:flex;align-items:center;justify-content:center;width:100%}.error-page__content{max-width:700px;display:flex;flex-direction:column;align-items:center}.error-page__image{width:100%;max-width:400px;margin-bottom:4.5rem}html.dark .error-page__image{content:url(/img/page404/404-dark.svg)}.error-page__title h1{font-size:5.625em;color:#ee2e55;text-transform:uppercase;font-weight:700;line-height:normal;margin-bottom:2.875rem}.error-page__description{font-size:var(--fs-md);color:var(--color-text);font-weight:700;margin-bottom:2.875rem}.error-page__contact-us{font-size:var(--fs-md);color:var(--color-text);font-weight:400;margin-bottom:2.875rem}.error-page__contact-us a{text-decoration:underline}.error-page__back-btn{min-width:185px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn .2s ease-in forwards}.fade-out{animation:fadeOut .2s ease-out forwards}@media print{*,*:before,*:after{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
