@font-face{font-family:RilenoSans;font-weight:400;font-display:swap;src:url(/uploads/RilenoSans-Regular.woff2)format("woff2")}@font-face{font-family:RilenoSans;font-weight:500;font-display:swap;src:url(/uploads/RilenoSans-Medium.woff2)format("woff2")}@font-face{font-family:RilenoSans;font-weight:600;font-display:swap;src:url(/uploads/RilenoSans-SemiBold.woff2)format("woff2")}@font-face{font-family:RilenoSans;font-weight:700;font-display:swap;src:url(/uploads/RilenoSans-Bold.woff2)format("woff2")}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#01b3e3;--primary-hover:#0bc9fe;--primary-trans-60:#01b3e399;--primary-trans-70:#01b3e3b3;--primary-dark:#01647f;--primary-dark-hover:#015e77;--base:#f4f4f4;--neutral:#000;--white:#fff;--black:#000;--black-trans-50:#00000080;--neutral-trans-60:#0009;--heading-font-family:"RilenoSans", sans-serif;--text-font-family:"RilenoSans", sans-serif;--root-font-size:62.5%;--heading-font-weight:600;--text-s:clamp(1.3rem, calc(.0910796vw + 1.26721rem), 1.50038rem);--text-m:clamp(1.6rem, calc(.181818vw + 1.53455rem), 2rem);--text-l:clamp(1.92rem, calc(.339091vw + 1.79793rem), 2.666rem);--text-xl:clamp(2.304rem, calc(.568081vw + 2.09949rem), 3.55378rem);--text-xxl:clamp(2.7648rem, calc(.896539vw + 2.44205rem), 4.73719rem);--h6:clamp(1.2rem, calc(.989404vw + .843815rem), 3.37669rem);--h5:clamp(1.3rem, calc(1.45506vw + .77618rem), 4.50113rem);--h4:clamp(2.2rem, calc(1.72727vw + 1.57818rem), 6rem);--h3:clamp(2.64rem, calc(2.43545vw + 1.76324rem), 7.998rem);--h2:clamp(3.168rem, calc(3.40606vw + 1.94182rem), 10.6613rem);--h1:clamp(3.8016rem, calc(4.7318vw + 2.09815rem), 14.2116rem);--gutter:clamp(2rem, calc(2.72727vw + 1.01818rem), 8rem);--space-xs:1.896rem;--space-s:2.133rem;--space-m:2.4rem;--space-l:2.7rem;--space-xl:3.038rem;--space-xxl:3.42rem;--section-space-xs:3.84rem;--section-space-s:4.8rem;--section-space-m:6rem;--section-space-l:7.5rem;--section-space-xl:9.375rem;--section-space-xxl:11.719rem;--grid-gap:var(--space-m);--grid-1:repeat(1, minmax(0, 1fr));--grid-2:repeat(2, minmax(0, 1fr));--grid-auto-2:repeat(auto-fit, minmax(min(100%, 340px), 1fr));--grid-auto-4:repeat(auto-fit, minmax(min(100%, 220px), 1fr));--content-width:256rem;--radius:20px;--radius-50:50%;--radius-circle:50vw;--radius-none:0;--radius-xs:8.89px;--radius-s:13.33px;--radius-m:20px;--radius-l:30px;--radius-xl:45px;--radius-xxl:67.5px;--btn-padding-block:1.25em;--btn-padding-inline:1.5em;--btn-min-width:14rem;--btn-font-size:clamp(1.6rem, calc(.18vw + 1.53rem), 2rem);--btn-font-weight:500;--btn-line-height:1;--btn-radius:var(--radius-xl);--btn-border-width:0px;--heading-line-height:calc(4px + 2ex);--text-line-height:calc(6px + 2ex);--transition:.25s ease}html{font-size:var(--root-font-size)}body{font-family:var(--text-font-family);font-size:var(--text-m);line-height:var(--text-line-height);color:var(--black);background-color:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height)}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3);text-transform:uppercase;font-weight:700}h4{font-size:var(--h4)}h5{font-size:var(--h5)}h6{font-size:var(--h6)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}ul{list-style:none}.brxe-container{width:100%;max-width:var(--content-width);padding-inline:var(--gutter);margin-inline:auto}@media (max-width:768px){.brxe-container{padding-inline:clamp(1.6rem,4vw,2rem)}}.header{z-index:100;padding-inline:var(--gutter);position:absolute;top:0;left:0;right:0}.header-wrapper{padding-block:var(--space-s);align-items:center;gap:var(--grid-gap);grid-template-columns:.2fr 1fr .2fr;display:grid}.header-logo__wrapper{align-items:center;display:flex}.header-logo__wrapper img{width:auto;height:4rem}.header-nav__wrapper{justify-content:center;align-items:center;display:flex}.header-nav__wrapper nav ul{gap:var(--space-l);align-items:center;list-style:none;display:flex}.header-nav__link{color:var(--white);font-size:var(--text-m);white-space:nowrap;font-weight:500;transition:opacity .2s}.header-nav__link:hover{opacity:.7}.header-nav__link--active,.header-nav__link--active:hover{color:var(--primary);opacity:1}.header-actions__wrapper{justify-content:flex-end;align-items:center;gap:var(--space-m);display:flex}.header-button__wrapper{align-items:center;display:flex}.header-menu-toggle{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:4rem;height:4rem;padding:0;display:none}.header-menu-toggle__bar{background-color:var(--white);border-radius:1px;width:2.4rem;height:2px;transition:transform .25s,opacity .25s;display:block}.header-menu-toggle[aria-expanded=true] .header-menu-toggle__bar:first-child{transform:translateY(7px)rotate(45deg)}.header-menu-toggle[aria-expanded=true] .header-menu-toggle__bar:nth-child(2){opacity:0}.header-menu-toggle[aria-expanded=true] .header-menu-toggle__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1366px){.header-wrapper{justify-content:space-between;align-items:center;display:flex}.header-nav__wrapper{display:none!important}.header-button__wrapper{display:none}.header-actions__wrapper{gap:0}.header-menu-toggle{display:flex}}@media (max-width:768px){.header-logo__wrapper img{height:3rem}}.header-mobile-nav{z-index:99;padding:var(--gutter);opacity:0;visibility:hidden;pointer-events:none;background-color:#000000eb;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.header-mobile-nav.is-open{opacity:1;visibility:visible;pointer-events:auto}.header-mobile-nav__list{align-items:center;gap:var(--space-l);flex-direction:column;width:100%;max-width:40rem;list-style:none;display:flex}.header-mobile-nav__link{color:var(--white);font-size:var(--text-xl);text-align:center;font-weight:500;transition:color .2s}.header-mobile-nav__link:hover,.header-mobile-nav__link--active{color:var(--primary)}.header-mobile-nav__cta-item{margin-top:var(--space-xl);padding-top:var(--space-l)}.header-mobile-nav__link--cta{padding-block:var(--btn-padding-block);padding-inline:var(--btn-padding-inline);border:1px solid var(--white);border-radius:var(--btn-radius)}.header-mobile-nav__link--cta:hover{background-color:var(--white);color:var(--black)}.bricks-button{padding-block:var(--btn-padding-block);padding-inline:var(--btn-padding-inline);min-inline-size:var(--btn-min-width);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);border-radius:var(--btn-radius);cursor:pointer;font-family:var(--text-font-family);border:1px solid #0000;justify-content:center;align-items:center;gap:10px;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn--primary,.bricks-background-btn--primary{background:var(--primary);color:var(--white);border-color:var(--primary)}.btn--primary:hover,.bricks-background-btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn--outline{border-color:var(--primary);color:var(--primary);background:0 0}.btn--outline:hover{background:var(--primary);color:var(--white)}.btn--primary-dark,.bricks-background-btn--primary-dark{background:var(--primary-dark);color:var(--white);border-color:var(--primary-dark)}.btn--primary-dark:hover{background:var(--primary-dark-hover);border-color:var(--primary-dark-hover)}@media (max-width:768px){.bricks-button{min-inline-size:auto;padding-inline:1.2em}}:is(.text--xxl,.text--xl,.text--l,.text--m,.text--s,.text--xs),:is(.text--xxl,.text--xl,.text--l,.text--m,.text--s,.text--xs)>:is(p,li,h1,h2,h3,h4,h5,h6,span,strong){font-family:var(--text-font-family);line-height:var(--text-line-height)}.text--xxl,.text--xxl>:is(p,li,h1,h2,h3,h4,h5,h6,span,strong){font-size:var(--text-xxl)}.text--xl,.text--xl>:is(p,li,h1,h2,h3,h4,h5,h6,span,strong){font-size:var(--text-xl)}.text--l,.text--l>:is(p,li,h1,h2,h3,h4,h5,h6,span,strong){font-size:var(--text-l)}.text--m,.text--m>:is(p,li,h1,h2,h3,h4,h5,h6,span,strong){font-size:var(--text-m)}.text--s,.text--s>:is(p,li,h1,h2,h3,h4,h5,h6,span,strong){font-size:var(--text-s)}.text--xs,.text--xs>:is(p,li,h1,h2,h3,h4,h5,h6,span,strong){font-size:var(--text-xs,1.2rem)}.h1{font-size:var(--h1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height)}.h2{font-size:var(--h2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height)}.h3{font-size:var(--h3);font-weight:700;line-height:var(--heading-line-height);text-transform:uppercase}.h4{font-size:var(--h4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height)}.h5{font-size:var(--h5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height)}.h6{font-size:var(--h6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height)}.text--white{color:var(--white)}.text--center{text-align:center}.width--m{max-width:50ch}.home-hero__section{justify-content:center;align-items:center;height:100dvh;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.home-hero__section{height:auto;min-height:70dvh;padding-block:var(--section-space-m)}.home-hero__content-wraper{padding-top:8rem;padding-bottom:var(--space-l)}.home-hero__main-wrapper h1{font-size:clamp(2.8rem,9vw,4.8rem)}}.hero-video-wrapper{z-index:0;position:absolute;inset:0}.hero-video-wrapper video{object-fit:cover;width:100%;height:100%}.home-hero__content-wraper{z-index:1;align-items:center;gap:var(--space-l);text-align:center;flex-direction:column;display:flex;position:relative}.home-hero__main-wrapper{align-items:center;gap:var(--space-m);flex-direction:column;display:flex}.home-hero__main-wrapper h1{font-weight:700}.home-intro__section{padding-top:var(--section-space-xl);padding-bottom:var(--section-space-m)}@media (max-width:1366px){.home-intro__section{padding-top:var(--section-space-l)}}@media (max-width:768px){.home-intro__section{padding-top:var(--section-space-m)}}.home-intro__section .brxe-container{gap:var(--space-xl);flex-direction:column;align-items:flex-start;display:flex}.intro-left{width:50%}@media (max-width:992px){.intro-left{width:100%}}.intro-right{grid-template-columns:var(--grid-auto-2);gap:var(--grid-gap);width:100%;display:grid}@media (max-width:992px){.intro-right{grid-template-columns:var(--grid-1)}}.intro-right>div{gap:var(--space-xl);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.circle-images__wrapper{flex-direction:row;align-items:flex-end;gap:0;display:flex;position:relative}@media (max-width:768px){.circle-images__wrapper{width:100%;overflow:hidden}}.circle-images{border:2px solid var(--black);border-radius:var(--radius-circle);object-fit:cover;aspect-ratio:1;width:20%;height:auto;margin-bottom:0}@media (max-width:480px){.circle-images{width:30%}}.circle-images__two,.circle-images__three{position:absolute}.home-product__section{padding-top:var(--section-space-m);padding-bottom:var(--section-space-m)}.home-product__section h2{margin-bottom:var(--space-xl)}.products-grid{gap:var(--grid-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:767px){.products-grid{grid-template-columns:1fr}}.product-card{border-radius:var(--radius);-webkit-tap-highlight-color:transparent;cursor:pointer;overflow:hidden}.product-card__media{aspect-ratio:11/16;border-radius:inherit;--hole:clamp(220px, 80%, 900px);--open:1600px;--t-in:2.1s;--t-out:.7s;--ease-in:cubic-bezier(.22, .61, .36, 1);--ease-out:cubic-bezier(.22, .61, .36, 1);position:relative;overflow:hidden}.product-card__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-card__blur{-webkit-backdrop-filter:blur(30px)saturate(115%);pointer-events:none;z-index:1;-webkit-mask:radial-gradient(circle closest-side, #000 99%, transparent 100%) 50% 50% / var(--hole) var(--hole) no-repeat, linear-gradient(#000 0 0) 0 0 / 100% 100% no-repeat;-webkit-mask:radial-gradient(circle closest-side, #000 99%, transparent 100%) 50% 50% / var(--hole) var(--hole) no-repeat, linear-gradient(#000 0 0) 0 0 / 100% 100% no-repeat;mask:radial-gradient(circle closest-side, #000 99%, transparent 100%) 50% 50% / var(--hole) var(--hole) no-repeat, linear-gradient(#000 0 0) 0 0 / 100% 100% no-repeat;-webkit-mask-composite:destination-out;transition:-webkit-mask-size var(--t-out) var(--ease-out), mask-size var(--t-out) var(--ease-out);position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.product-card__badge{top:var(--space-l);left:var(--space-l);z-index:4;pointer-events:none;transition:opacity .35s;position:absolute}.product-card__logo{border-radius:0;width:auto;height:4.6rem;display:block}@media (max-width:767px){.product-card__logo{height:3.6rem}}.product-card__overlay{padding:var(--space-l);z-index:3;color:#fff;flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.product-card__text{gap:var(--space-m);flex-direction:column;transition:opacity .7s;display:flex}.product-card__title{font-size:var(--h4);text-transform:uppercase;margin:0;font-weight:700}@media (max-width:768px){.product-card__title{font-size:clamp(1.8rem, 5vw, var(--h4))}}.product-card__meta{margin:0}.product-card__cta{bottom:var(--space-l);z-index:5;opacity:0;pointer-events:none;transition:opacity .35s,transform .35s;position:absolute;left:50%;transform:translate(-50%)translateY(12px)}.product-card__btn{background:var(--primary);color:#fff;padding-block:var(--btn-padding-block);padding-inline:var(--btn-padding-inline);min-inline-size:var(--btn-min-width);font-size:var(--btn-font-size,var(--text-m));font-weight:600;line-height:var(--btn-line-height);border-radius:var(--btn-radius);border:1px solid var(--primary);cursor:pointer;font-family:var(--text-font-family);justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.product-card__btn:hover{color:#fff;background:#000;border-color:#000}@media (hover:hover) and (pointer:fine){.product-card__media:hover .product-card__blur{-webkit-mask-size:var(--open) var(--open), 100% 100%;-webkit-mask-size:var(--open) var(--open), 100% 100%;mask-size:var(--open) var(--open), 100% 100%;transition:-webkit-mask-size var(--t-in) var(--ease-in), mask-size var(--t-in) var(--ease-in)}.product-card__media:hover .product-card__badge,.product-card__media:hover .product-card__text{opacity:0}.product-card__media:hover .product-card__cta{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}}@media (hover:none) and (pointer:coarse){.product-card__blur{-webkit-backdrop-filter:blur(40px)saturate(110%)}.product-card__cta{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}}.product-card:focus-visible{outline-offset:2px;outline:2px solid}.things-section{background-color:var(--primary)}.things-container{grid-template-columns:var(--grid-auto-2);align-items:flex-end;gap:var(--grid-gap);padding-block:var(--section-space-m);display:grid}.things-left__wrapper{bottom:var(--gutter);color:var(--white);gap:var(--space-m);flex-direction:column;display:flex;position:sticky}@media (max-width:768px){.things-container{grid-template-columns:1fr}.things-left__wrapper{position:static}.things-headline{font-size:clamp(2rem, 6vw, var(--h3))}}.things-content{gap:var(--space-l);flex-direction:column;display:flex}@media (max-width:768px){.things-content{padding-bottom:0}}.things-content__wrapper{grid-template-columns:var(--grid-2);border-radius:var(--radius);background-color:var(--white);padding:var(--space-l) var(--space-l) 0 var(--space-l);gap:var(--grid-gap);display:grid}@media (max-width:768px){.things-content__wrapper{grid-template-columns:var(--grid-1)}}.things-headline{font-size:var(--h3)}.things-content__wrapper>div:first-child{gap:var(--space-m);padding-bottom:var(--space-l);flex-direction:column;display:flex}.image-wrapper{border-radius:var(--radius) var(--radius) 0 0;overflow:hidden}.things-content__img{object-fit:cover;border-bottom-right-radius:0;border-bottom-left-radius:0;width:100%;height:100%;display:block}.instagram-section{padding-top:0;padding-bottom:var(--section-space-m)}@media (max-width:768px){.instagram-section{padding-inline:0}}.instagram-wrapper{gap:var(--space-xl);flex-direction:column;display:flex}.instagram-wrapper>div:first-child h2{margin-bottom:var(--space-s)}.insta-section .insta-grid{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:768px){.insta-section .insta-grid{gap:var(--grid-gap);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.insta-section .insta-grid::-webkit-scrollbar{display:none}.insta-section .insta-card{scroll-snap-align:center;flex:0 0 82%}}.insta-section .insta-card{aspect-ratio:11/16;border-radius:var(--radius);padding:var(--space-l);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:#000;position:relative;overflow:hidden}.insta-section .insta-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.insta-section .insta-overlay{z-index:1;pointer-events:none;background:#0006;transition:opacity .3s;position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.insta-section .insta-card:hover .insta-overlay{opacity:0}}.insta-section .insta-btn{z-index:2;color:var(--white);border:1px solid var(--white);text-align:center;font-size:var(--btn-font-size,var(--text-m));font-weight:600;line-height:var(--btn-line-height);padding-block:var(--btn-padding-block);padding-inline:var(--btn-padding-inline);min-inline-size:var(--btn-min-width);border-radius:var(--btn-radius);cursor:pointer;font-family:var(--text-font-family);background:0 0;transition:background .3s,color .3s,border-color .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.insta-section .insta-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff}.insta-section .insta-hashtags{bottom:var(--space-l);left:var(--space-l);z-index:2;color:#fff;font-size:var(--text-m);white-space:nowrap;gap:var(--space-s);display:flex;position:absolute}.insta-section .is-playing .insta-overlay,.insta-section .is-playing .insta-btn,.insta-section .is-playing .insta-hashtags{opacity:0;pointer-events:none;transition:opacity .25s}@media (max-width:480px){.insta-section .insta-hashtags{white-space:normal}}.instagram-bottom-text__wrapper{text-align:center;align-items:center;gap:var(--space-m);flex-direction:column;display:flex}@media (max-width:768px){.instagram-bottom-text__wrapper{padding-inline:var(--gutter)}}.cta-section{background-image:url(/uploads/1810031635DSC_1403.webp);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:100dvh;display:flex;position:relative;overflow:hidden}.cta-section:before{background-image:linear-gradient(var(--black-trans-50), var(--black-trans-50));content:"";pointer-events:none;position:absolute;inset:0}@media (max-width:992px){.cta-section{height:auto;padding-block:var(--section-space-m);background-position:50%}}.footer-cta__wrapper{grid-template-columns:var(--grid-auto-2);align-items:center;gap:var(--grid-gap);display:grid;position:relative}@media (max-width:992px){.footer-cta__wrapper{justify-items:center;gap:var(--space-l);grid-template-columns:1fr}.footer-cta__wrapper-right{justify-content:center;width:100%;display:flex}}.footer-cta__wrapper-left{gap:var(--space-m);flex-direction:column;display:flex}@media (max-width:992px){.footer-cta__wrapper-left{text-align:center;align-items:center}}@media (max-width:768px){.cta-section{padding-block:var(--section-space-l)}.footer-cta__wrapper-left h2{font-size:clamp(2.4rem, 6vw, var(--h2))}}.cta-footer__button{border-radius:var(--radius-circle);cursor:pointer;justify-content:center;align-self:center;align-items:center;width:fit-content;display:flex;position:relative}.footer-cta__button-circle-one,.footer-cta__button-circle-two,.footer-cta__button-circle-three{transform-origin:50%;will-change:transform;animation:1.4s cubic-bezier(.445,.05,.55,.95) infinite alternate pulse;display:inline-block}.footer-cta__button-circle-two{animation-delay:.2s}.footer-cta__button-circle-three{animation-delay:.4s}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes scaleToNormal{0%{transform:scale(1.03)}to{transform:scale(1)}}.cta-footer__button:hover .footer-cta__button-circle-one,.cta-footer__button:hover .footer-cta__button-circle-two,.cta-footer__button:hover .footer-cta__button-circle-three{animation:.25s ease-out forwards scaleToNormal}.footer-cta__button-txt{color:var(--white);font-size:var(--text-l);z-index:2;font-weight:600;position:absolute}.footer-cta__button-circle-one{background-color:var(--primary);border-radius:var(--radius-circle);width:clamp(14rem,55vw,24rem);height:clamp(14rem,55vw,24rem);position:absolute}.footer-cta__button-circle-two{background-color:var(--primary-trans-70);border-radius:var(--radius-circle);width:clamp(18rem,68vw,30rem);height:clamp(18rem,68vw,30rem);position:absolute}.footer-cta__button-circle-three{background-color:var(--primary-trans-60);border-radius:var(--radius-circle);justify-content:center;align-items:center;width:clamp(22rem,80vw,36rem);height:clamp(22rem,80vw,36rem);display:flex;position:relative}.footer{padding:var(--section-space-xl) var(--gutter) var(--space-m);background-color:var(--primary)}@media (max-width:768px){.footer{padding-block:var(--section-space-m)}}.footer-wrapper{gap:var(--space-m);max-width:var(--content-width);flex-direction:column;margin-inline:auto;display:flex}.footer-wrapper__top{grid-template-columns:var(--grid-auto-4);gap:var(--grid-gap);background-color:var(--white);border-radius:var(--radius);padding:var(--space-l);display:grid}@media (max-width:480px){.footer-wrapper__top{gap:var(--space-l)}}@media (max-width:768px){.footer-wrapper__top,.footer-wrapper__middle{grid-template-columns:1fr}.newsletter__wrapper input[type=email]{width:100%;min-width:0}}.footer-logo__wrapper{justify-content:space-between;gap:var(--space-m);flex-direction:column;display:flex}.footer-logo__wrapper img{width:auto;height:5rem}.footer-link__wrapper{gap:var(--space-m);flex-direction:column;display:flex}@media (max-width:480px){.footer-link__wrapper{gap:var(--space-xs)}}.footer-headline{text-transform:uppercase;font-size:var(--text-m);font-weight:600}.footer-link__wrapper ul{gap:var(--space-s);flex-direction:column;padding-left:0;display:flex}.footer-link{color:var(--neutral-trans-60)}.footer-link:hover{color:var(--black)}.footer-wrapper__middle{grid-template-columns:var(--grid-auto-2);gap:var(--grid-gap);padding-block:var(--space-l);align-items:center;display:grid}.newsletter__wrapper{gap:var(--space-s);flex-direction:column;display:flex}.newsletter__wrapper form{gap:var(--space-s);flex-wrap:wrap;display:flex}.newsletter__wrapper input[type=email]{border-radius:var(--radius-xl);color:var(--white);font-size:var(--text-m);font-family:var(--text-font-family);background:#ffffff26;border:1px solid #ffffff80;outline:none;flex:1;min-width:200px;padding:1em 1.5em}.newsletter__wrapper input[type=email]::placeholder{color:#ffffffb3}.newsletter__wrapper button{border-radius:var(--radius-xl);background:var(--white);color:var(--primary);font-size:var(--text-m);cursor:pointer;font-weight:600;font-family:var(--text-font-family);border:none;padding:1em 2em;transition:background .2s,color .2s}.newsletter__wrapper button:hover{background:var(--black);color:var(--white)}.footer-wrapper__bottom{flex-direction:row;justify-content:space-between;align-items:center;display:flex}@media (max-width:480px){.footer-wrapper__bottom{justify-content:center;gap:var(--space-xs);flex-wrap:wrap}}.parallax-section{flex-direction:column;justify-content:flex-end;height:100dvh;padding:0;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.parallax-section{height:auto;min-height:70dvh;padding-block:var(--section-space-m)}.hero-section__wrapper{padding-top:8rem}}.parallax-hero__content{z-index:2;flex-direction:column;align-items:flex-start;width:100%;display:flex;position:relative}.hero-section__wrapper{max-width:50%;padding-right:var(--gutter);padding-bottom:var(--gutter);padding-left:var(--gutter);gap:var(--space-m);flex-direction:column;display:flex}@media (max-width:992px){.hero-section__wrapper{max-width:100%}}.parallax-img__wrapper{position:absolute;inset:0}.parallax-img__overlay{background-color:var(--black-trans-50);pointer-events:none;position:absolute;inset:0}.cities-section{padding-block:var(--section-space-l)}.cities-container__wrapper{row-gap:var(--section-space-l);flex-direction:column;display:flex}.cities-card__wrapper{row-gap:var(--space-xxl);flex-direction:column;max-width:1140px;display:flex}.cities-card__inner{row-gap:var(--space-xxl);flex-direction:column;display:flex}.cities-card__headline-wrapper{align-items:center;column-gap:var(--space-xs);flex-direction:row;display:flex}.cities-card__headline-ico{background-color:var(--primary);border-radius:50%;flex-shrink:0;width:1.4rem;height:1.4rem;display:inline-block}.cities-card__headline{font-size:var(--text-m);text-transform:uppercase;word-break:break-word;margin:0;font-weight:600}.cities-card__content-wrapper{row-gap:var(--space-s);padding-top:var(--space-s);flex-direction:column;display:flex}.cities-card__txt{font-size:var(--text-xl);margin:0;font-weight:500}.cities-card__map-link-wrapper{column-gap:var(--space-xs);margin-top:var(--space-xs);flex-direction:row;align-items:center;display:flex}.cities-card__map-ico{width:2.4rem;height:2.4rem;color:var(--primary);fill:var(--primary);flex-shrink:0}.cities-card__map-link{font-size:var(--text-l);color:var(--primary)}.cities-card__map-link:hover{color:var(--primary-hover)}.how-it-works__section{background-color:var(--primary);padding-block:var(--section-space-l)}.how-it-works__section .brxe-container{gap:var(--section-space-m);flex-direction:column;display:flex}.how-it-works__section-top{color:var(--white);grid-template-columns:var(--grid-auto-2);gap:var(--grid-gap);display:grid}.how-it-works__section-top h2,.how-it-works__section-top p{color:var(--white)}.how-it-works__card-wrapper{grid-template-columns:var(--grid-auto-4);gap:var(--grid-gap);display:grid}@media (max-width:992px){.how-it-works__section-top{grid-template-columns:1fr}}@media (max-width:768px){.how-it-works__card-wrapper{grid-template-columns:1fr}}.how-it-works__card{background-color:var(--white);border-radius:var(--radius);padding:var(--space-m);flex-direction:column;display:flex}.how-it-works__card-img-wrapper{border-radius:var(--radius);width:fit-content;overflow:hidden}.how-it-works__card-img{object-fit:cover;aspect-ratio:1;border-radius:var(--radius);width:140px;height:140px;display:block}.how-it-works__card-headline{font-size:var(--text-xl);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height);text-transform:none;margin-top:var(--section-space-s);margin-bottom:0}.how-it-works__card-txt{font-size:var(--text-l);padding-top:var(--space-s);margin-top:auto}.brxe-social-icons{gap:var(--space-s);padding:0;list-style:none;display:flex}.brxe-social-icons .icon{width:3.2rem;height:3.2rem}.brxe-social-icons a{align-items:center;transition:opacity .2s;display:flex}.brxe-social-icons a:hover{opacity:.7}.partner-intro__section{row-gap:var(--section-space-xl);padding-block:var(--section-space-l);flex-direction:column;display:flex}.partner-intro__section>.brxe-container:first-child{justify-content:space-between;align-items:flex-start;gap:var(--grid-gap);flex-flow:wrap;display:flex}.intro-wrapper__right{width:32.3%;padding-top:var(--space-xl);align-self:flex-end;align-items:flex-start;gap:var(--space-m);flex-direction:column;display:flex}@media (max-width:992px){.intro-wrapper__right{align-self:stretch;width:100%}}.story-features__intro{gap:var(--space-m);flex-direction:column;width:32%;display:flex}@media (max-width:992px){.story-features__intro{width:100%}}.partner-intro__section>.brxe-container:last-child{gap:var(--section-space-m);flex-direction:column;display:flex}.partner-card__wrapper{grid-template-columns:var(--grid-auto-3);gap:var(--grid-gap);display:grid}@media (max-width:992px){.partner-card__wrapper{grid-template-columns:1fr}}.partner-card__why{padding:var(--space-m);background-color:var(--primary);border-radius:var(--radius);row-gap:var(--section-space-xxl);flex-direction:column;display:flex}.partner-card__top{align-items:flex-end;display:flex}.partner-card__bottom{gap:var(--space-s);color:var(--white);flex-direction:column;display:flex}.partner-card__headline{max-width:12ch;color:var(--white);margin:0}@media (max-width:768px){.partner-card__headline{max-width:100%}}.partner-card__txt{color:var(--white);margin:0}.about-card__icon{flex-shrink:0;width:149px;height:149px}.about-card__icon-wrap{align-items:flex-end;display:flex}.about-card__icon-wrap svg{width:149px;height:149px}.product-hero{flex-direction:column;justify-content:flex-end;min-height:100dvh;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.product-hero{height:auto;min-height:70dvh;padding-block:var(--section-space-m)}.product-hero__content{padding-top:8rem}.product-hero__inner h1{font-size:clamp(2.8rem,9vw,4.8rem)}.product-hero__cta-row{flex-direction:column;align-items:flex-start}}.product-hero__media{position:absolute;inset:0}.product-hero__media video,.product-hero__media img{object-fit:cover;width:100%;height:100%;display:block}.product-hero__overlay{pointer-events:none;background:linear-gradient(#0003 0%,#00000059 50%,#000000bf 100%);position:absolute;inset:0}.product-hero__content{z-index:2;width:100%;padding-bottom:var(--section-space-l);position:relative}.product-hero__inner{gap:var(--space-m);flex-direction:column;max-width:72rem;display:flex}.product-hero__eyebrow{font-size:var(--text-m);text-transform:uppercase;letter-spacing:.05em;color:var(--primary);font-weight:600}.product-hero__subtitle{max-width:60ch;line-height:1.5}.product-hero__cta-row{align-items:center;gap:var(--space-m);margin-top:var(--space-s);flex-wrap:wrap;display:flex}.product-hero__availability{font-size:var(--text-m);opacity:.9}.product-section{padding-block:var(--section-space-l)}.product-section:nth-child(2n of .product-section){background-color:var(--base)}.product-intro__inner{gap:var(--space-m);flex-direction:column;max-width:90rem;display:flex}.product-intro__subtitle{font-size:var(--text-m);text-transform:uppercase;color:var(--primary);font-weight:600}.product-intro__body{max-width:80ch}.product-features__title{margin-bottom:var(--section-space-s)}.product-features__grid{gap:var(--grid-gap);grid-template-columns:var(--grid-auto-4);display:grid}.product-features__grid[data-columns="2"]{grid-template-columns:var(--grid-auto-2)}.product-features__grid[data-columns="3"]{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}@media (max-width:768px){.product-features__grid,.product-features__grid[data-columns="2"],.product-features__grid[data-columns="3"]{grid-template-columns:1fr}}.product-features__card{background-color:var(--white);border-radius:var(--radius);padding:var(--space-m);gap:var(--space-s);flex-direction:column;display:flex}.product-features__card-img-wrapper{border-radius:var(--radius-s);width:fit-content;overflow:hidden}.product-features__card-img{object-fit:cover;border-radius:var(--radius-s);width:140px;height:140px;display:block}.product-features__card-title{font-size:var(--text-xl);font-weight:var(--heading-font-weight);margin:0;line-height:1.3}.product-features__card-body{font-size:var(--text-l);flex:1;margin:0}.product-split__inner{grid-template-columns:var(--grid-2);gap:var(--section-space-m);align-items:center;display:grid}.product-split--reverse .product-split__inner{direction:rtl}.product-split--reverse .product-split__inner>*{direction:ltr}.product-split__content{gap:var(--space-m);flex-direction:column;display:flex}.product-split__subtitle{font-size:var(--text-m);text-transform:uppercase;color:var(--primary);font-weight:600}.product-split__media{border-radius:var(--radius);overflow:hidden}.product-split__img{border-radius:var(--radius);width:100%;height:auto;display:block}@media (max-width:992px){.product-split__inner{grid-template-columns:1fr}.product-split--reverse .product-split__inner{direction:ltr}}.product-comparison__inner{gap:var(--section-space-m);grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;display:grid}@media (max-width:992px){.product-comparison__inner{gap:var(--section-space-s);grid-template-columns:1fr}}.product-comparison__content{gap:var(--space-m);flex-direction:column;display:flex}.product-comparison__eyebrow{font-size:var(--text-m);text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:600}.product-comparison__body{max-width:42ch;color:var(--neutral-trans-60)}.product-comparison__hint{font-size:var(--text-s);color:var(--neutral-trans-60);max-width:32ch}.product-comparison__widget{gap:var(--space-m);flex-direction:column;width:min(100%,26.5rem);margin-inline:auto;display:flex}@media (min-width:993px){.product-comparison__widget{margin-inline:0 auto 0}}.product-comparison__frame{aspect-ratio:265/530;border-radius:var(--radius-l);background-color:var(--neutral);isolation:isolate;touch-action:none;width:100%;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000014,0 8px 16px #0000000a}.product-comparison__before{z-index:2;position:absolute;inset:0}.product-comparison__img{object-fit:contain;object-position:center}.product-comparison__badge{top:var(--space-m);z-index:4;font-size:var(--text-s);letter-spacing:.04em;text-transform:uppercase;color:var(--white);-webkit-backdrop-filter:blur(12px);pointer-events:none;opacity:.72;background:#00000073;border:1px solid #ffffff1f;border-radius:999px;padding:.55em 1.1em;font-weight:600;transition:background-color .25s,border-color .25s,transform .25s,opacity .25s;position:absolute}.product-comparison__badge--before{left:var(--space-m)}.product-comparison__badge--after{right:var(--space-m)}.product-comparison__badge.is-active{opacity:1;background:#01b3e3e0;border-color:#ffffff47;transform:translateY(-1px)}.product-comparison__handle{z-index:3;pointer-events:none;background:linear-gradient(#fff0 0%,#fffffff2 12% 88%,#fff0 100%);width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.product-comparison__handle-grip{width:4.4rem;height:4.4rem;color:var(--neutral);background-color:var(--white);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0000000f,0 12px 28px #0000002e}.product-comparison__handle-grip svg{width:2rem;height:2rem}.product-comparison__input{opacity:0;cursor:ew-resize;z-index:5;width:100%;height:100%;margin:0;position:absolute;inset:0}.product-comparison__controls{align-items:center;gap:var(--space-m);padding:var(--space-s) var(--space-m);border-radius:var(--radius-xl);background-color:var(--white);grid-template-columns:auto 1fr auto;display:grid;box-shadow:0 8px 24px #0000000f}.product-comparison__control{font:inherit;font-size:var(--text-s);letter-spacing:.04em;text-transform:uppercase;color:var(--neutral-trans-60);cursor:pointer;background:0 0;border:0;padding:.35em .15em;font-weight:600;transition:color .2s}.product-comparison__control:hover{color:var(--neutral)}.product-comparison__control.is-active{color:var(--primary-dark)}.product-comparison__track{background-color:var(--base);border-radius:999px;height:.4rem;position:relative;overflow:hidden}.product-comparison__track-fill{inset-block:0;border-radius:inherit;background:linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);transition:width 80ms linear;position:absolute;left:0}.product-comparison__track-thumb{background-color:var(--white);border:2px solid var(--primary);border-radius:50%;width:1.2rem;height:1.2rem;transition:left 80ms linear;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #01b3e359}.product-layers{background-color:var(--base);color:var(--neutral)}.product-layers h2,.product-layers h3,.product-layers p,.product-layers li{color:var(--neutral)}.product-layers__inner{grid-template-columns:var(--grid-2);gap:var(--section-space-m);align-items:start;display:grid}.product-layers__content{gap:var(--space-m);flex-direction:column;display:flex}.product-layers__stats{gap:var(--space-s);flex-direction:column;padding:0;list-style:none;display:flex}.product-layers__stats li{padding-left:var(--space-m);font-size:var(--text-l);position:relative}.product-layers__stats li:before{content:"";background-color:var(--primary);border-radius:50%;width:.6rem;height:.6rem;position:absolute;top:.6em;left:0}.product-layers__stack{gap:var(--space-s);margin-top:var(--space-m);flex-direction:column;display:flex}.product-layers__layer{border-left:3px solid var(--primary);border-radius:var(--radius-s);padding:var(--space-m);background-color:#0000000a}.product-layers__layer h3{font-size:var(--text-l);margin-bottom:var(--space-xs)}.product-layers__layer p{font-size:var(--text-m);opacity:.9;margin:0}.product-layers__video video{border-radius:var(--radius);width:100%;display:block}@media (max-width:992px){.product-layers__inner{grid-template-columns:1fr}}.product-locations-cta{background-color:var(--base)}.product-locations-cta__inner{gap:var(--space-m);text-align:center;flex-direction:column;align-items:center;max-width:70rem;display:flex}.product-video video{width:100%;max-width:90rem;margin-top:var(--space-m);border-radius:var(--radius);display:block}
