@charset "UTF-8";@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../../../../../../../../themes/roomz-2026/assets/fonts/InterVariable.woff2) format("woff2")}:root{--color-white:#ffffff;--color-green:#1ba856;--color-navy:#041d31;--font-primary:"Inter",Arial,sans-serif}*{box-sizing:border-box}::before{box-sizing:border-box}::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-width:320px;font-family:var(--font-primary);color:var(--color-navy)}h1{margin:0}h2{margin:0}h3{margin:0}p{margin:0}button{padding:0;border:0;background:0 0;color:inherit;font:inherit;-webkit-tap-highlight-color:transparent;cursor:pointer}input{font:inherit;color:inherit}a{-webkit-tap-highlight-color:transparent;color:inherit;text-decoration:none;cursor:pointer}ul{margin:0;padding:0;list-style:none}img,video{display:block}svg{display:block}picture{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}picture img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.container{width:100%;max-width:80%;margin:0 auto;padding-right:20px;padding-left:20px}@media only screen and (max-width:1920px){.container{max-width:1408px}}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:60px;background-color:var(--color-green);color:var(--color-white);font-weight:500;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.button:hover{background-color:#158a47;transform:translateY(-2px)}.button:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}.button:active{transform:translateY(0)}.button img{width:16px;height:16px}.button--compact{padding:8px 24px;font-size:16px;line-height:1.5}@media only screen and (max-width:1280px){.button--compact{padding-right:20px;padding-left:20px;font-size:15px}}@media only screen and (max-width:1024px){.button--compact{height:36px;padding-right:24px;padding-left:24px;font-size:14px}}@media only screen and (max-width:1024px){.button--compact img{width:12px;height:12px}}.button--hero{padding:16px 48px;font-size:16px;line-height:1.5}@media only screen and (max-width:1280px){.button--hero{padding:15px 40px;font-size:15px}}@media only screen and (max-width:1024px){.button--hero{height:48px;padding:14px 32px;font-size:14px;line-height:normal}}@media only screen and (max-width:568px){.button--hero{height:46px;width:100%;font-size:15px;font-weight:600}}@media only screen and (max-width:1024px){.button--hero img{width:12px;height:12px}}@media only screen and (max-width:568px){.button--hero img{width:14px;height:14px}}.button--glass{border:1px solid rgba(255,255,255,.24);background-color:rgba(255,255,255,.24);backdrop-filter:blur(20px)}.button--glass:hover{border-color:rgba(255,255,255,.48);background-color:rgba(255,255,255,.36);box-shadow:0 10px 28px rgba(4,29,49,.2)}.button-group{display:flex;flex-wrap:wrap;align-items:center;gap:16px;width:100%;margin-top:32px}.video-modal{width:min(1100px,100% - 40px,(100dvh - 100px) * 16 / 9);max-width:none;max-height:none;margin:auto;padding:0;overflow:visible;border:0;background:0 0;color:var(--color-white)}@media only screen and (max-width:568px){.video-modal{width:min(100% - 32px,(100dvh - 100px) * 16 / 9)}}.video-modal::backdrop{background:rgba(4,29,49,.9)}.video-modal__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 0 12px auto;border-radius:50%;background:rgba(255,255,255,.12);cursor:pointer}.video-modal__close:hover{background:rgba(255,255,255,.24)}.video-modal__close:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}.video-modal__frame{display:block;width:100%;aspect-ratio:16/9;border:0;background:var(--color-navy)}html:has(.video-modal[open]){overflow:hidden}.breadcrumbs{font-size:16px;line-height:1.4}@media only screen and (max-width:568px){.breadcrumbs{font-size:14px}}.breadcrumbs__list{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none;flex-wrap:wrap}.breadcrumbs__item{display:flex;align-items:center;margin:0;padding:0}.breadcrumbs__item:not(:first-child)::before{margin-right:8px;content:"/";opacity:.64}.breadcrumbs__item:not(:first-child) .breadcrumbs__link::after{left:0}.breadcrumbs__item--current{opacity:.64;cursor:default}.breadcrumbs__label--compact{display:none}@media only screen and (max-width:1024px){.breadcrumbs__label--compact{display:inline}}@media only screen and (max-width:1024px){.breadcrumbs__label--desktop{display:none}}.breadcrumbs__link{position:relative;display:inline-flex;align-items:center;gap:8px;transition:color .25s ease}@media (prefers-reduced-motion:reduce){.breadcrumbs__link{transition:none}}.breadcrumbs__link::after{position:absolute;right:0;bottom:0;left:24px;height:1px;background-color:currentcolor;content:"";transform:scaleX(0);transform-origin:right;transition:transform .25s ease}@media (prefers-reduced-motion:reduce){.breadcrumbs__link::after{transition:none}}.breadcrumbs__link:focus-visible,.breadcrumbs__link:hover{color:rgba(255,255,255,.8)}.breadcrumbs__link:focus-visible::after,.breadcrumbs__link:hover::after{transform:scaleX(1);transform-origin:left}.breadcrumbs__link:focus-visible .breadcrumbs__icon,.breadcrumbs__link:hover .breadcrumbs__icon{transform:translateX(-4px) rotate(180deg)}.breadcrumbs__link:focus-visible{border-radius:2px;outline:2px solid currentcolor;outline-offset:4px}.breadcrumbs__icon{width:16px;height:16px;transform:rotate(180deg);transition:transform .25s ease}@media (prefers-reduced-motion:reduce){.breadcrumbs__icon{transition:none}}.breadcrumbs__icon img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.breadcrumbs--dark .breadcrumbs__link:focus-visible,.breadcrumbs--dark .breadcrumbs__link:hover{color:rgba(4,29,49,.72)}.breadcrumbs--dark .breadcrumbs__icon{filter:brightness(0) saturate(100%) invert(8%) sepia(25%) saturate(2011%) hue-rotate(162deg) brightness(94%) contrast(101%)}.site-header{position:absolute;top:0;left:0;z-index:10;width:100%;padding-top:32px}@media only screen and (max-width:568px){.site-header{padding-top:20px}}.site-header--sticky{position:fixed;z-index:20;padding-top:12px;padding-bottom:12px;background-color:rgba(4,29,49,.94);box-shadow:0 8px 24px rgba(4,29,49,.18);animation:site-header-enter 280ms ease both}.site-header--on-light .site-header__language,.site-header--on-light .site-header__link{color:var(--color-navy)}.site-header--on-light .site-header__language:focus-visible,.site-header--on-light .site-header__link:focus-visible{outline-color:var(--color-navy)}.site-header--on-light .site-header__language img,.site-header--on-light .site-header__link img{filter:brightness(0) saturate(100%) invert(8%) sepia(25%) saturate(2011%) hue-rotate(162deg) brightness(94%) contrast(101%)}.site-header--on-light .site-header__toggle::after,.site-header--on-light .site-header__toggle::before{background-color:var(--color-navy)}.site-header--on-light .site-header__toggle:focus-visible{outline-color:var(--color-navy)}.site-header--on-light .site-header__toggle img{filter:brightness(0) saturate(100%) invert(8%) sepia(25%) saturate(2011%) hue-rotate(162deg) brightness(94%) contrast(101%)}.site-header--on-light.site-header--sticky .site-header__logo img{filter:invert(1) grayscale(1) brightness(2)}.site-header--on-light.site-header--sticky .site-header__language,.site-header--on-light.site-header--sticky .site-header__link{color:var(--color-white)}.site-header--on-light.site-header--sticky .site-header__language:focus-visible,.site-header--on-light.site-header--sticky .site-header__link:focus-visible{outline-color:var(--color-white)}.site-header--on-light.site-header--sticky .site-header__language img,.site-header--on-light.site-header--sticky .site-header__link img{filter:none}.site-header--on-light.site-header--sticky .site-header__toggle::after,.site-header--on-light.site-header--sticky .site-header__toggle::before{background-color:var(--color-white)}.site-header--on-light.site-header--sticky .site-header__toggle:focus-visible{outline-color:var(--color-white)}.site-header--on-light.site-header--sticky .site-header__toggle img{filter:none}.site-header--on-light.site-header--open .site-header__toggle::after,.site-header--on-light.site-header--open .site-header__toggle::before{background-color:var(--color-white)}@media only screen and (max-width:1280px){.site-header--on-light .site-header__nav .site-header__language,.site-header--on-light .site-header__nav .site-header__link{color:var(--color-white)}}@media only screen and (max-width:1280px){.site-header--on-light .site-header__nav .site-header__language:focus-visible,.site-header--on-light .site-header__nav .site-header__link:focus-visible{outline-color:var(--color-white)}}@media only screen and (max-width:1280px){.site-header--on-light .site-header__nav .site-header__language img,.site-header--on-light .site-header__nav .site-header__link img{filter:none}}.site-header__inner{position:relative;z-index:12;display:flex;align-items:center;gap:24px}@media only screen and (max-width:1280px){.site-header__inner{gap:20px}}@media only screen and (max-width:568px){.site-header__inner{gap:20px}}.site-header__logo{flex:0 0 auto;width:194px;height:48px;transition:opacity .2s ease}.site-header__logo:hover{opacity:.75}.site-header__logo:focus-visible{outline:2px solid var(--color-white);outline-offset:4px}@media only screen and (max-width:1280px){.site-header__logo{width:165px;height:41px}}@media only screen and (max-width:1024px){.site-header__logo{width:129.394px;height:32px}}.site-header__logo img{width:100%;height:100%;transform:scaleY(-1)}.site-header__nav{margin-left:auto}@media only screen and (max-width:1280px){.site-header__nav{position:fixed;top:0;right:0;bottom:0;z-index:11;width:min(360px,100vw - 32px);margin-left:0;padding:0 32px 40px;overflow-y:auto;border-radius:24px 0 0 24px;background:rgba(4,29,49,.98);box-shadow:-24px 0 64px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateX(100%);transition:transform .35s ease,opacity .25s ease,visibility .35s}}@media only screen and (max-width:1280px){.site-header__nav::before{position:sticky;top:0;z-index:2;display:block;height:85px;margin:0 -32px;background:#041d31;content:""}}.site-header__menu{display:flex;align-items:center;gap:28px}@media only screen and (max-width:1280px){.site-header__menu{position:relative;z-index:1;flex-direction:column;align-items:flex-start;gap:0}}.site-header__item{position:relative}@media only screen and (max-width:1280px){.site-header__item{width:100%;border-bottom:1px solid rgba(255,255,255,.12)}}@media only screen and (max-width:1280px){.site-header__item--expanded{--site-header-submenu-bottom-spacing:8px}}.site-header__language,.site-header__link{display:inline-flex;align-items:center;gap:6px;color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap;transition:opacity .2s ease}.site-header__language:hover,.site-header__link:hover{opacity:.7}.site-header__language:focus-visible,.site-header__link:focus-visible{outline:2px solid var(--color-white);outline-offset:4px}.site-header__language--active,.site-header__link--active{text-decoration:underline;text-underline-offset:4px}@media only screen and (max-width:1024px){.site-header__language,.site-header__link{font-size:14px}}@media only screen and (max-width:1280px){.site-header__language,.site-header__link{justify-content:space-between;width:100%;padding:16px 0;font-size:18px}}.site-header__language img,.site-header__link img{width:11px;height:6px;transition:transform .25s ease}@media only screen and (max-width:1024px){.site-header__language img,.site-header__link img{width:7px;height:4px}}.site-header__item--expanded .site-header__submenu,.site-header__item--has-submenu:not(.site-header__language-switcher):focus-within .site-header__submenu,.site-header__item--has-submenu:not(.site-header__language-switcher):hover .site-header__submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header__item--expanded .site-header__submenu-trigger img,.site-header__item--has-submenu:not(.site-header__language-switcher):focus-within .site-header__submenu-trigger img,.site-header__item--has-submenu:not(.site-header__language-switcher):hover .site-header__submenu-trigger img{transform:rotate(180deg)}@media only screen and (max-width:1280px){.site-header__item--has-submenu:not(.site-header__language-switcher):not(.site-header__item--expanded):focus-within .site-header__submenu-trigger img,.site-header__item--has-submenu:not(.site-header__language-switcher):not(.site-header__item--expanded):hover .site-header__submenu-trigger img{transform:none}}.site-header__submenu{position:absolute;top:calc(100% + 12px);left:-20px;z-index:4;display:flex;flex-direction:column;gap:4px;width:232px;padding:12px;border:1px solid rgba(4,29,49,.1);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 20px 44px rgba(4,29,49,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .25s ease;backdrop-filter:blur(12px)}.site-header__submenu::before{position:absolute;right:0;bottom:100%;left:0;height:13px;content:""}@media only screen and (max-width:1280px){.site-header__submenu{position:static;width:100%;height:0;gap:4px;padding:0 0 var(--site-header-submenu-bottom-spacing,0);overflow:hidden;border:0;border-radius:0;background:0 0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:height .3s ease;backdrop-filter:none}}.site-header__submenu-link{display:block;padding:10px 12px;border-radius:10px;color:rgba(4,29,49,.78);font-size:14px;font-weight:500;line-height:1.35;transition:color .2s ease,background-color .2s ease}.site-header__submenu li.all>.site-header__submenu-link{display:flex;align-items:center;justify-content:flex-start;gap:6px;color:#0068bd;font-size:13px}@media only screen and (max-width:1280px){.site-header__submenu li.all>.site-header__submenu-link{font-size:14px}}.site-header__submenu li.all>.site-header__submenu-link::after{width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/news/arrow-blue.svg) center/contain no-repeat;content:"";flex:0 0 auto}.site-header__submenu-link:hover{color:var(--color-navy);background-color:rgba(4,29,49,.07)}@media only screen and (max-width:1280px){.site-header__submenu-link:hover{color:var(--color-white);background-color:rgba(255,255,255,.1)}}.site-header__submenu-link:focus-visible{outline:2px solid var(--color-navy);outline-offset:-2px}@media only screen and (max-width:1280px){.site-header__submenu-link:focus-visible{outline-color:var(--color-white)}}.site-header__submenu-link--active{color:var(--color-navy);background-color:rgba(4,29,49,.07)}@media only screen and (max-width:1280px){.site-header__submenu-link--active{color:var(--color-white);background-color:rgba(255,255,255,.1)}}@media only screen and (max-width:1280px){.site-header__submenu-link{padding:10px 16px;color:rgba(255,255,255,.78);font-size:15px}}.site-header__language-wrapper{position:relative;flex:0 0 auto}.site-header__language-switcher{position:relative;flex:0 0 auto}@media only screen and (max-width:1280px){.site-header__language-switcher{display:none}}.site-header__language-slot--desktop{flex:0 0 auto}@media only screen and (max-width:1280px){.site-header__language-slot--desktop{display:none}}.site-header__language{flex:0 0 auto;cursor:pointer;background:0 0;border:none}.site-header__language-dropdown{position:absolute;top:100%;right:0;margin-top:8px;min-width:80px;padding:6px 0;background:#18191b;border:1px solid rgba(255,255,255,.15);border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(6px);transition:all .2s ease;z-index:100;list-style:none}.site-header__language-dropdown li{margin:0;padding:0}.site-header__language-dropdown a{display:block;padding:6px 14px;color:var(--color-white);font-size:14px;font-weight:500;text-decoration:none;transition:background .15s ease}.site-header__language-dropdown a.site-header__language-option--active,.site-header__language-dropdown a:hover{background:rgba(255,255,255,.12)}.site-header__language-item{display:none}@media only screen and (max-width:1280px){.site-header__language-item{display:block;margin-top:20px;padding:0 16px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background-color:rgba(255,255,255,.07)}}@media only screen and (max-width:1280px){.site-header__language-item .site-header__language{padding:12px 0;font-size:15px}}@media only screen and (max-width:1280px){.site-header__language-item .site-header__submenu-link{padding-right:8px;padding-left:8px;font-size:14px}}@media only screen and (max-width:1280px){.site-header__language-item .site-header__language-switcher{display:block;width:100%}}@media only screen and (max-width:1280px){.site-header__language-item .site-header__submenu--language{right:auto;left:auto;width:100%}}.site-header__submenu--language{right:-12px;left:auto;width:156px}.site-header__cta{position:relative;z-index:13;flex:0 0 auto}@media only screen and (max-width:1280px){.site-header__cta{margin-left:auto}}.site-header__toggle{position:relative;z-index:13;display:none;flex:0 0 auto;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .2s ease,transform .2s ease}.site-header__toggle::after,.site-header__toggle::before{position:absolute;width:20px;height:2px;border-radius:2px;background-color:var(--color-white);content:"";opacity:0;transition:transform .35s ease,opacity .2s ease}.site-header__toggle:hover{opacity:.7;transform:scale(1.08)}.site-header__toggle:focus-visible{outline:2px solid var(--color-white);outline-offset:4px}@media only screen and (max-width:1280px){.site-header__toggle{display:inline-flex}}.site-header__toggle img{width:20px;height:20px;transition:opacity .2s ease}.site-header__backdrop{position:fixed;inset:0;z-index:10;display:none;background-color:rgba(4,29,49,.55);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;backdrop-filter:blur(4px)}@media only screen and (max-width:1280px){.site-header__backdrop{display:block}}.site-header--open .site-header__nav{opacity:1;visibility:visible;transform:translateX(0)}.site-header--open .site-header__backdrop{opacity:1;visibility:visible}.site-header--open .site-header__toggle::before{opacity:1;transform:rotate(45deg)}.site-header--open .site-header__toggle::after{opacity:1;transform:rotate(-45deg)}.site-header--open .site-header__toggle img{opacity:0}@media (prefers-reduced-motion:reduce){.site-header--sticky{animation:none}}@keyframes site-header-enter{from{opacity:0}to{opacity:1}}.solution-card{position:relative;display:flex;justify-content:flex-end;flex-direction:column;overflow:hidden;aspect-ratio:17/24;padding:24px 24px 40px;border-radius:10px;color:var(--color-white);text-align:center;text-decoration:none;transition:transform .25s ease}@media only screen and (max-width:1280px){.solution-card{aspect-ratio:113/80}}@media only screen and (max-width:568px){.solution-card{aspect-ratio:35/22;padding:24px;border-radius:12px}}.solution-card__image,.solution-card__overlay{position:absolute;inset:0}.solution-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;backface-visibility:hidden;transform:translateZ(0);transition:transform .45s ease;will-change:transform}.solution-card__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}picture:has(.solution-card__image){position:absolute;inset:0;display:block;width:100%;height:100%}.solution-card__overlay{background:linear-gradient(to top,var(--color-navy) 0,rgba(4,29,49,0) 50.337%);transition:background-color .4s ease}@media only screen and (max-width:568px){.solution-card__overlay{background:linear-gradient(to top,var(--color-navy) 0,rgba(0,0,0,0) 100%)}}.solution-card__content{position:relative;display:flex;flex-direction:column;gap:12px;width:100%;transition:transform .4s ease}@media only screen and (max-width:568px){.solution-card__content{gap:6px;text-align:left}}.solution-card__title{font-size:24px;font-weight:500;line-height:1.2}@media only screen and (max-width:992px){.solution-card__title{font-size:22px}}@media only screen and (max-width:768px){.solution-card__title{font-size:20px}}@media only screen and (max-width:568px){.solution-card__title{font-weight:600;line-height:normal}}.solution-card__text{font-size:16px;font-weight:400;line-height:1.5}@media only screen and (max-width:992px){.solution-card__text{font-size:15px}}@media only screen and (max-width:768px){.solution-card__text{font-size:14px}}@media only screen and (max-width:568px){.solution-card__text{line-height:normal;opacity:.9}}.solution-card__button{display:inline-flex;width:100%;max-height:0;align-items:center;justify-content:center;gap:8px;margin-top:0;padding:0 32px;overflow:hidden;border-radius:60px;background-color:var(--color-green);font-size:16px;font-weight:500;line-height:1.5;opacity:0;transform:translateY(20px);transition:max-height .4s ease,margin-top .4s ease,padding .4s ease,opacity .25s ease,transform .4s ease,background-color .2s ease}.solution-card__button img{display:block;width:16px;height:16px}.solution-card:focus-visible .solution-card__image,.solution-card:hover .solution-card__image{transform:translateZ(0) scale(1.5)}.solution-card:focus-visible .solution-card__overlay,.solution-card:hover .solution-card__overlay{background-color:rgba(0,104,189,.18)}.solution-card:focus-visible .solution-card__content,.solution-card:hover .solution-card__content{transform:translateY(-8px)}.solution-card:focus-visible .solution-card__button,.solution-card:hover .solution-card__button{max-height:64px;margin-top:20px;padding-top:16px;padding-bottom:16px;opacity:1;transform:translateY(0)}.solution-card:focus-visible{outline:3px solid var(--color-green);outline-offset:3px}@media (prefers-reduced-motion:reduce){.solution-card,.solution-card__button,.solution-card__content,.solution-card__image,.solution-card__overlay{transition:none}}.integration-card{display:flex;min-width:0;align-items:center;flex-direction:column;gap:16px;padding:24px 48px;border-radius:15px;background-color:#e2f1fd}@media only screen and (max-width:1280px){.integration-card{padding:24px}}@media only screen and (max-width:568px){.integration-card{flex-direction:row;padding:16px;border-radius:12px}}.integration-card__logo{width:100%;height:64px;-o-object-fit:contain;object-fit:contain}.integration-card__logo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}@media only screen and (max-width:1280px){.integration-card__logo{height:48px}}@media only screen and (max-width:568px){.integration-card__logo{width:40px;height:40px;flex:0 0 40px}}.integration-card__name{margin:0;color:#474747;font-size:14px;font-weight:400;line-height:16px;text-align:center;white-space:nowrap}@media only screen and (max-width:1280px){.integration-card__name{line-height:normal}}@media only screen and (max-width:568px){.integration-card__name{text-align:left}}.case-study-card{position:relative;display:flex;box-sizing:border-box;min-width:0;flex-direction:column;overflow:hidden;border-radius:10px;background-color:var(--color-white);color:inherit;text-decoration:none;isolation:isolate}@media only screen and (max-width:1280px){.case-study-card{border-radius:15px}}.case-study-card:focus-visible .case-study-card__image,.case-study-card:hover .case-study-card__image{transform:scale(1.055)}.case-study-card:focus-visible .case-study-card__overlay,.case-study-card:hover .case-study-card__overlay{opacity:.88}.case-study-card:focus-visible .case-study-card__logo--media,.case-study-card:hover .case-study-card__logo--media{filter:brightness(0) invert(1) drop-shadow(0 8px 14px rgba(0,0,0,.22))}.case-study-card:focus-visible .case-study-card__link,.case-study-card:hover .case-study-card__link{gap:12px;color:#004f91}.case-study-card:focus-visible .case-study-card__link img,.case-study-card:hover .case-study-card__link img{transform:translateX(4px)}.case-study-card:focus-visible{outline:3px solid #0068bd;outline-offset:3px}.case-study-card__media{position:relative;z-index:0;width:100%;height:309px;flex:0 0 309px;overflow:hidden}@media only screen and (max-width:1024px){.case-study-card__media{height:220px;flex:0 0 220px}}@media only screen and (max-width:568px){.case-study-card__media{height:160px;flex-basis:160px}}.case-study-card__image,.case-study-card__overlay{position:absolute;inset:0}.case-study-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;backface-visibility:hidden;transform:translateZ(0);transition:transform 650ms cubic-bezier(.2,.75,.25,1);will-change:transform}@media (prefers-reduced-motion:reduce){.case-study-card__image{transition:none}}.case-study-card__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.case-study-card__overlay{background:linear-gradient(0deg,rgba(4,29,49,.96) 0,rgba(4,29,49,.08) 100%),rgba(8,65,111,.2);transition:opacity 420ms ease}@media (prefers-reduced-motion:reduce){.case-study-card__overlay{transition:none}}.case-study-card__media-content{position:relative;z-index:1;display:flex;height:100%;flex-direction:column;gap:24px;padding:32px}@media only screen and (max-width:1280px){.case-study-card__media-content{gap:20px;padding:24px}}@media only screen and (max-width:992px){.case-study-card__media-content{gap:16px;padding:20px}}@media only screen and (max-width:1024px){.case-study-card__media-content{align-items:center;justify-content:center;gap:0;padding:0}}@media only screen and (max-width:768px){.case-study-card__media-content{padding:20px}}@media only screen and (max-width:568px){.case-study-card__media-content{padding:24px}}.case-study-card__desktop-summary{display:contents}@media only screen and (max-width:1024px){.case-study-card__desktop-summary{display:none}}.case-study-card__responsive-summary{display:none}@media only screen and (max-width:1024px){.case-study-card__responsive-summary{display:contents}}.case-study-card__logo{width:175px;height:56px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 0 0 rgba(0,0,0,0));transition:filter 360ms ease}@media (prefers-reduced-motion:reduce){.case-study-card__logo{transition:none}}.case-study-card__logo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.case-study-card__logo--body{display:none}.case-study-card__category{position:absolute;top:32px;right:32px;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:60px;background-color:rgba(255,255,255,.16);color:var(--color-white);font-size:14px;font-weight:400;line-height:1.4;white-space:nowrap;backdrop-filter:blur(20px)}@media only screen and (max-width:1280px){.case-study-card__category{top:24px;right:24px;font-size:12px}}@media only screen and (max-width:992px){.case-study-card__category{top:20px;right:20px}}@media only screen and (max-width:1024px){.case-study-card__category{display:none}}@media only screen and (max-width:568px){.case-study-card__category{right:24px;max-width:calc(100% - 48px);overflow:hidden;text-overflow:ellipsis}}.case-study-card__body{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;gap:24px;padding:32px}@media only screen and (max-width:1280px){.case-study-card__body{gap:20px;padding:24px}}@media only screen and (max-width:568px){.case-study-card__body{padding:24px}}.case-study-card__title{width:min(560px,100%);margin:auto 0 0;color:var(--color-white);font-size:32px;font-weight:500;line-height:normal}.case-study-card__title:has(+.case-study-card__quote),.case-study-card__title:last-child{min-height:197px}@media only screen and (max-width:1280px){.case-study-card__title:has(+.case-study-card__quote),.case-study-card__title:last-child{min-height:0}}@media only screen and (max-width:1280px){.case-study-card__title{width:100%;font-size:24px}}@media only screen and (max-width:992px){.case-study-card__title{font-size:20px;line-height:1.2}}@media only screen and (max-width:768px){.case-study-card__title{font-size:18px}}.case-study-card__title--media{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media only screen and (max-width:1024px){.case-study-card__title--media{display:none}}.case-study-card__title--tablet{display:none}@media only screen and (max-width:1024px){.case-study-card__title--tablet{display:block;width:100%;margin:0;color:var(--color-navy);font-size:24px;line-height:normal}}@media only screen and (max-width:568px){.case-study-card__title--tablet{font-size:20px}}.case-study-card__stats{display:flex;gap:16px;padding-top:24px;border-top:1px solid rgba(255,255,255,.48);color:var(--color-white)}@media only screen and (max-width:1280px){.case-study-card__stats{gap:24px;padding-top:20px}}@media only screen and (max-width:768px){.case-study-card__stats{gap:12px}}@media only screen and (max-width:1024px){.case-study-card__stats--media{display:none}}.case-study-card__stats--tablet{display:none}@media only screen and (max-width:1024px){.case-study-card__stats--tablet{display:flex;flex-wrap:wrap;gap:24px;padding:0;border:0;color:#000;white-space:nowrap}}.case-study-card__stat{display:flex;min-width:0;flex:1;flex-direction:column;line-height:1.4}.case-study-card__stat span{font-size:14px;font-weight:400;text-transform:uppercase}@media only screen and (max-width:1280px){.case-study-card__stat span{font-size:12px}}.case-study-card__stat strong{font-size:18px;font-weight:700}@media only screen and (max-width:1280px){.case-study-card__stat{line-height:normal}}.case-study-card__stats--tablet .case-study-card__stat{flex:0 1 auto}@media only screen and (max-width:992px){.case-study-card__stats--tablet .case-study-card__stat span{font-size:10px}}@media only screen and (max-width:768px){.case-study-card__stats--tablet .case-study-card__stat span{font-size:12px}}@media only screen and (max-width:992px){.case-study-card__stats--tablet .case-study-card__stat strong{font-size:16px}}@media only screen and (max-width:768px){.case-study-card__stats--tablet .case-study-card__stat strong{font-size:18px}}.case-study-card__quote{margin:0;color:var(--color-navy);font-size:20px;font-weight:400;line-height:1.4}.case-study-card__title+.case-study-card__quote{margin-top:auto}@media only screen and (max-width:1280px){.case-study-card__title+.case-study-card__quote{margin-top:0}}@media only screen and (max-width:1280px){.case-study-card__quote{font-size:16px;opacity:.8}}.case-study-card__author{display:flex;margin:auto 0 0;color:var(--color-navy);font-size:16px;line-height:1.5;flex-direction:column}.case-study-card__author strong{font-weight:700}@media only screen and (max-width:1280px){.case-study-card__author{font-size:14px}}.case-study-card__author-role--mobile,.case-study-card__author-role--tablet{display:none}.case-study-card__link{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;color:#0068bd;font-size:16px;font-weight:500;line-height:1.5;transition:gap 280ms ease,color 280ms ease}@media (prefers-reduced-motion:reduce){.case-study-card__link{transition:none}}.case-study-card__link img{width:16px;height:16px;transition:transform 280ms cubic-bezier(.2,.75,.25,1)}@media (prefers-reduced-motion:reduce){.case-study-card__link img{transition:none}}@media only screen and (max-width:1280px){.case-study-card__link img{width:12px;height:12px}}@media only screen and (max-width:1280px){.case-study-card__link{font-size:14px}}@media only screen and (max-width:1024px){.case-study-card--related{border:1px solid rgba(4,29,49,.15);border-radius:16px}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__media{height:180px;flex-basis:180px}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__overlay{background:rgba(4,29,49,.25)}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__media-content{align-items:flex-start;justify-content:flex-start;padding:16px}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__logo--media{display:none}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__logo--body{display:block;width:120px;height:36px;filter:none}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__category{top:16px;right:16px;display:inline-flex;max-width:calc(100% - 32px);padding:6px 12px;overflow:hidden;background-color:rgba(255,255,255,.9);color:var(--color-navy);font-size:12px;font-weight:700;line-height:normal;text-overflow:ellipsis;text-transform:uppercase;backdrop-filter:none}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__body{gap:16px;padding:24px;border:0}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__title--tablet{font-size:20px;font-weight:600;line-height:1.3}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__quote{display:-webkit-box;overflow:hidden;font-size:14px;font-style:italic;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__author{gap:2px;font-size:14px;line-height:normal}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__author-role{font-size:12px;font-weight:400;opacity:.6}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__author-role--desktop{display:none}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__author-role--tablet{display:block}}@media only screen and (max-width:568px){.case-study-card--related .case-study-card__author-role--tablet{display:none}}@media only screen and (max-width:568px){.case-study-card--related .case-study-card__author-role--mobile{display:block}}@media only screen and (max-width:1024px){.case-study-card--related .case-study-card__link{gap:6px;font-size:14px;font-weight:600;line-height:normal}}.news-card{position:relative;display:flex;box-sizing:border-box;min-width:0;flex-direction:column;overflow:hidden;border-radius:20px;background-color:rgba(0,104,189,.08);color:var(--color-navy);isolation:isolate}.news-card:focus-visible .news-card__image,.news-card:hover .news-card__image{transform:translateZ(0) scale(1.2)}.news-card:focus-visible .news-card__tint,.news-card:hover .news-card__tint{background-color:rgba(0,104,189,.18)}.news-card:focus-visible .news-card__link,.news-card:hover .news-card__link{gap:12px}.news-card:focus-visible .news-card__link img,.news-card:hover .news-card__link img{transform:translateX(4px)}.news-card:focus-visible{outline:3px solid #0068bd;outline-offset:3px}.news-card__media{position:relative;overflow:hidden;aspect-ratio:603/320;padding:32px}@media only screen and (max-width:568px){.news-card__media{height:186px;aspect-ratio:auto;padding:24px}}.news-card__image,.news-card__tint{position:absolute;inset:0}.news-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;backface-visibility:hidden;transform:translateZ(0) scale(1);transition:transform .5s cubic-bezier(.2,.75,.25,1);will-change:transform}@media (prefers-reduced-motion:reduce){.news-card__image{transition:none}}.news-card__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.news-card__tint{background-color:transparent;pointer-events:none;transition:background-color .4s ease}@media (prefers-reduced-motion:reduce){.news-card__tint{transition:none}}.news-card__tags{position:relative;display:flex;gap:12px}.news-card__tag{padding:6px 10px;border-radius:60px;background-color:rgba(255,255,255,.7);font-size:14px;font-weight:600;line-height:normal;text-transform:uppercase;backdrop-filter:blur(20px)}@media only screen and (max-width:1024px){.news-card__tag{font-size:12px}}@media only screen and (max-width:568px){.news-card__tag{font-size:11px}}.news-card__body{display:flex;flex:1;flex-direction:column;gap:40px;padding:32px}@media only screen and (max-width:1280px){.news-card__body{padding:24px}}@media only screen and (max-width:568px){.news-card__body{gap:24px}}.news-card__copy{display:flex;flex:1;flex-direction:column;gap:16px}.news-card__title{font-size:24px;font-weight:500;line-height:normal}@media only screen and (max-width:1280px){.news-card__title{font-size:20px}}@media only screen and (max-width:568px){.news-card__title{font-size:18px}}.news-card__text{font-size:16px;line-height:1.4}@media only screen and (max-width:568px){.news-card__text{font-size:14px}}.news-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.news-card__date{min-width:0;font-size:14px;font-weight:500;line-height:normal;opacity:.64;text-transform:uppercase}.news-card__link{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;color:#0068bd;font-size:16px;font-weight:500;line-height:1.5;transition:gap 250ms ease}@media (prefers-reduced-motion:reduce){.news-card__link{transition:none}}@media only screen and (max-width:1280px){.news-card__link{font-size:14px}}@media only screen and (max-width:568px){.news-card__link{font-size:16px}}.news-card__link img{width:16px;height:16px;transition:transform 250ms ease}@media (prefers-reduced-motion:reduce){.news-card__link img{transition:none}}@media only screen and (max-width:1280px){.news-card__link img{width:12px;height:12px}}@media only screen and (max-width:568px){.news-card__link img{width:16px;height:16px}}.news-card__loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:inherit;background-color:rgba(255,255,255,.75);backdrop-filter:blur(4px);z-index:10;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.news-card--loading .news-card__loader,.news-listing__grid--loading .news-card__loader{opacity:1;visibility:visible;pointer-events:auto}.news-card--listing .news-card__media{height:auto;aspect-ratio:7/5}@media only screen and (max-width:568px){.news-card--listing .news-card__media{height:186px;aspect-ratio:auto}}.accordion{width:100%}.accordion__item{padding:24px 0;border-bottom:1px solid rgba(4,29,49,.2)}.accordion__item:first-child{padding-top:0}@media only screen and (max-width:1280px){.accordion__item:first-child{padding-top:0}}@media only screen and (max-width:1280px){.accordion__item{padding:24px 0 16px}}@media only screen and (max-width:568px){.accordion__item{padding:12px 0}}.accordion__heading{margin:0}.accordion__trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;color:var(--color-navy);font-size:20px;font-weight:500;line-height:1.5;text-align:left;transition:color 180ms ease}@media (prefers-reduced-motion:reduce){.accordion__trigger{transition:none}}.accordion__trigger:focus-visible,.accordion__trigger:hover{color:#0068bd}@media only screen and (max-width:1280px){.accordion__trigger{font-size:18px;line-height:normal}}@media only screen and (max-width:568px){.accordion__trigger{gap:8px;font-size:15px;font-weight:600;line-height:normal}}.accordion__icon{position:relative;display:block;width:24px;height:24px;flex:0 0 24px}@media only screen and (max-width:568px){.accordion__icon{width:20px;height:20px;flex-basis:20px}}.accordion__icon img{position:absolute;inset:0;display:block;width:100%;height:100%;transition:opacity 180ms ease,transform 180ms ease}@media (prefers-reduced-motion:reduce){.accordion__icon img{transition:none}}.accordion__icon-minus{opacity:0;transform:rotate(-90deg)}.accordion__panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows 280ms ease,opacity 220ms ease}@media (prefers-reduced-motion:reduce){.accordion__panel{transition:none}}.accordion__panel-inner{overflow:hidden}.accordion__panel-inner ul{padding-left:20px;list-style:disc}.accordion__panel-inner p{padding-top:24px;font-size:16px;line-height:1.4}@media only screen and (max-width:1280px){.accordion__panel-inner p{padding-top:16px;font-size:15px;line-height:normal;opacity:.7}}@media only screen and (max-width:568px){.accordion__panel-inner p{padding-top:12px;font-size:14px;opacity:.8}}.accordion__item--open .accordion__icon-plus{opacity:0;transform:rotate(90deg)}.accordion__item--open .accordion__icon-minus{opacity:1;transform:rotate(0)}.accordion__item--open .accordion__panel{grid-template-rows:1fr;opacity:1}.accordion--faq .accordion__trigger{font-size:24px}@media only screen and (max-width:1024px){.accordion--faq .accordion__trigger{gap:16px;font-size:18px;line-height:1.4}}@media only screen and (max-width:568px){.accordion--faq .accordion__trigger{font-size:15px;font-weight:500}}@media only screen and (max-width:1024px){.accordion--faq .accordion__icon{width:20px;height:20px;flex-basis:20px}}.accordion--faq .accordion__panel-inner p{padding-top:24px;font-size:18px;line-height:1.5;opacity:1}@media only screen and (max-width:1024px){.accordion--faq .accordion__panel-inner p{padding-top:12px;font-size:15px;opacity:.8}}@media only screen and (max-width:568px){.accordion--faq .accordion__panel-inner p{font-size:14px}}.case-article__form-card .quform,.job-modal .quform,.job-modal__body .quform,.questions-form,.questions__form-card .quform{width:100%;color:var(--color-navy)}.case-article__form-card .quform .quform-default-submit,.case-article__form-card .quform .quform-element-tree,.case-article__form-card .quform .quform-loading,.job-modal .quform .quform-default-submit,.job-modal .quform .quform-element-tree,.job-modal .quform .quform-loading,.job-modal__body .quform .quform-default-submit,.job-modal__body .quform .quform-element-tree,.job-modal__body .quform .quform-loading,.questions-form .quform-default-submit,.questions-form .quform-element-tree,.questions-form .quform-loading,.questions__form-card .quform .quform-default-submit,.questions__form-card .quform .quform-element-tree,.questions__form-card .quform .quform-loading{display:none}.case-article__form-card .quform .quform-cf::after,.case-article__form-card .quform .quform-cf::before,.job-modal .quform .quform-cf::after,.job-modal .quform .quform-cf::before,.job-modal__body .quform .quform-cf::after,.job-modal__body .quform .quform-cf::before,.questions-form .quform-cf::after,.questions-form .quform-cf::before,.questions__form-card .quform .quform-cf::after,.questions__form-card .quform .quform-cf::before{display:none;content:none}.case-article__form-card .quform .quform-form-inner,.job-modal .quform .quform-form-inner,.job-modal__body .quform .quform-form-inner,.questions-form .quform-form-inner,.questions__form-card .quform .quform-form-inner{display:flex;flex-direction:column;gap:32px;margin:0;padding:0}@media only screen and (max-width:568px){.case-article__form-card .quform .quform-form-inner,.job-modal .quform .quform-form-inner,.job-modal__body .quform .quform-form-inner,.questions-form .quform-form-inner,.questions__form-card .quform .quform-form-inner{gap:24px}}.case-article__form-card .quform .quform-form-title-description,.job-modal .quform .quform-form-title-description,.job-modal__body .quform .quform-form-title-description,.questions-form .quform-form-title-description,.questions__form-card .quform .quform-form-title-description{display:flex;flex-direction:column;gap:16px;margin:0;padding:0}@media only screen and (max-width:568px){.case-article__form-card .quform .quform-form-title-description,.job-modal .quform .quform-form-title-description,.job-modal__body .quform .quform-form-title-description,.questions-form .quform-form-title-description,.questions__form-card .quform .quform-form-title-description{gap:12px}}.case-article__form-card .quform .quform-form-title,.job-modal .quform .quform-form-title,.job-modal__body .quform .quform-form-title,.questions-form .quform-form-title,.questions__form-card .quform .quform-form-title{font-size:24px;font-weight:500;line-height:normal}@media only screen and (max-width:1280px){.case-article__form-card .quform .quform-form-title,.job-modal .quform .quform-form-title,.job-modal__body .quform .quform-form-title,.questions-form .quform-form-title,.questions__form-card .quform .quform-form-title{font-size:20px}}@media only screen and (max-width:568px){.case-article__form-card .quform .quform-form-title,.job-modal .quform .quform-form-title,.job-modal__body .quform .quform-form-title,.questions-form .quform-form-title,.questions__form-card .quform .quform-form-title{font-weight:600}}.case-article__form-card .quform .quform-form-description,.job-modal .quform .quform-form-description,.job-modal__body .quform .quform-form-description,.questions-form .quform-form-description,.questions__form-card .quform .quform-form-description{display:flex;flex-direction:column;gap:12px;margin:0;font-size:14px;line-height:1.4;opacity:.8}.case-article__form-card .quform .quform-form-description p,.job-modal .quform .quform-form-description p,.job-modal__body .quform .quform-form-description p,.questions-form .quform-form-description p,.questions__form-card .quform .quform-form-description p{margin:0;font-size:inherit;line-height:inherit;color:inherit}.case-article__form-card .quform .quform-child-elements,.job-modal .quform .quform-child-elements,.job-modal__body .quform .quform-child-elements,.questions-form .quform-child-elements,.questions__form-card .quform .quform-child-elements{display:flex;flex-direction:column;gap:24px}.case-article__form-card .quform .quform-button-submit,.case-article__form-card .quform .quform-element,.case-article__form-card .quform .quform-elements,.case-article__form-card .quform .quform-inner,.case-article__form-card .quform .quform-input,.job-modal .quform .quform-button-submit,.job-modal .quform .quform-element,.job-modal .quform .quform-elements,.job-modal .quform .quform-inner,.job-modal .quform .quform-input,.job-modal__body .quform .quform-button-submit,.job-modal__body .quform .quform-element,.job-modal__body .quform .quform-elements,.job-modal__body .quform .quform-inner,.job-modal__body .quform .quform-input,.questions-form .quform-button-submit,.questions-form .quform-element,.questions-form .quform-elements,.questions-form .quform-inner,.questions-form .quform-input,.questions__form-card .quform .quform-button-submit,.questions__form-card .quform .quform-element,.questions__form-card .quform .quform-elements,.questions__form-card .quform .quform-inner,.questions__form-card .quform .quform-input{margin:0;padding:0}.case-article__form-card .quform .quform-spacer,.job-modal .quform .quform-spacer,.job-modal__body .quform .quform-spacer,.questions-form .quform-spacer,.questions__form-card .quform .quform-spacer{position:relative;margin:0;padding:0}.case-article__form-card .quform .quform-element:not(.quform-element-recaptcha) .quform-label,.job-modal .quform .quform-element:not(.quform-element-recaptcha) .quform-label,.job-modal__body .quform .quform-element:not(.quform-element-recaptcha) .quform-label,.questions-form .quform-element:not(.quform-element-recaptcha) .quform-label,.questions__form-card .quform .quform-element:not(.quform-element-recaptcha) .quform-label{position:absolute;top:0;left:24px;z-index:1;display:flex;height:48px;align-items:center;color:var(--color-navy);font-size:14px;line-height:16px;pointer-events:none;opacity:.8}.case-article__form-card .quform .quform-element:not(.quform-element-recaptcha) .quform-required,.job-modal .quform .quform-element:not(.quform-element-recaptcha) .quform-required,.job-modal__body .quform .quform-element:not(.quform-element-recaptcha) .quform-required,.questions-form .quform-element:not(.quform-element-recaptcha) .quform-required,.questions__form-card .quform .quform-element:not(.quform-element-recaptcha) .quform-required{margin-left:4px}.case-article__form-card .quform .quform-element-recaptcha>.quform-spacer>.quform-label,.job-modal .quform .quform-element-recaptcha>.quform-spacer>.quform-label,.job-modal__body .quform .quform-element-recaptcha>.quform-spacer>.quform-label,.questions-form .quform-element-recaptcha>.quform-spacer>.quform-label,.questions__form-card .quform .quform-element-recaptcha>.quform-spacer>.quform-label{position:static;display:block;height:auto;margin-bottom:8px;color:var(--color-navy);font-size:14px;line-height:1.4;pointer-events:auto;opacity:1;transform:none}.case-article__form-card .quform .quform-element-recaptcha .quform-required,.job-modal .quform .quform-element-recaptcha .quform-required,.job-modal__body .quform .quform-element-recaptcha .quform-required,.questions-form .quform-element-recaptcha .quform-required,.questions__form-card .quform .quform-element-recaptcha .quform-required{margin-left:4px;color:#d3222a}@media only screen and (max-width:430px){.case-article__form-card .quform .quform-hcaptcha,.job-modal .quform .quform-hcaptcha,.job-modal__body .quform .quform-hcaptcha,.questions-form .quform-hcaptcha,.questions__form-card .quform .quform-hcaptcha{max-width:100%;overflow:hidden}.case-article__form-card .quform .quform-hcaptcha iframe,.job-modal .quform .quform-hcaptcha iframe,.job-modal__body .quform .quform-hcaptcha iframe,.questions-form .quform-hcaptcha iframe,.questions__form-card .quform .quform-hcaptcha iframe{display:block;transform-origin:top left}}.case-article__form-card .quform .quform-field,.job-modal .quform .quform-field,.job-modal__body .quform .quform-field,.questions-form .quform-field,.questions__form-card .quform .quform-field{display:block;width:100%;border:1px solid rgba(4,29,49,.24);outline:0;background-color:var(--color-white);color:var(--color-navy);font-size:14px;transition:border-color 180ms ease,box-shadow 180ms ease}.case-article__form-card .quform .quform-field:focus,.job-modal .quform .quform-field:focus,.job-modal__body .quform .quform-field:focus,.questions-form .quform-field:focus,.questions__form-card .quform .quform-field:focus{border-color:#0068bd;box-shadow:0 0 0 3px rgba(0,104,189,.12)}.case-article__form-card .quform .quform-field-email,.case-article__form-card .quform .quform-field-select,.case-article__form-card .quform .quform-field-text,.job-modal .quform .quform-field-email,.job-modal .quform .quform-field-select,.job-modal .quform .quform-field-text,.job-modal__body .quform .quform-field-email,.job-modal__body .quform .quform-field-select,.job-modal__body .quform .quform-field-text,.questions-form .quform-field-email,.questions-form .quform-field-select,.questions-form .quform-field-text,.questions__form-card .quform .quform-field-email,.questions__form-card .quform .quform-field-select,.questions__form-card .quform .quform-field-text{height:48px;padding:0 24px;border-radius:60px}.case-article__form-card .quform .quform-element-email .quform-spacer.is-filled .quform-field-email,.case-article__form-card .quform .quform-element-text .quform-spacer.is-filled .quform-field-text,.case-article__form-card .quform .quform-field-email:focus,.case-article__form-card .quform .quform-field-text:focus,.job-modal .quform .quform-element-email .quform-spacer.is-filled .quform-field-email,.job-modal .quform .quform-element-text .quform-spacer.is-filled .quform-field-text,.job-modal .quform .quform-field-email:focus,.job-modal .quform .quform-field-text:focus,.job-modal__body .quform .quform-element-email .quform-spacer.is-filled .quform-field-email,.job-modal__body .quform .quform-element-text .quform-spacer.is-filled .quform-field-text,.job-modal__body .quform .quform-field-email:focus,.job-modal__body .quform .quform-field-text:focus,.questions-form .quform-element-email .quform-spacer.is-filled .quform-field-email,.questions-form .quform-element-text .quform-spacer.is-filled .quform-field-text,.questions-form .quform-field-email:focus,.questions-form .quform-field-text:focus,.questions__form-card .quform .quform-element-email .quform-spacer.is-filled .quform-field-email,.questions__form-card .quform .quform-element-text .quform-spacer.is-filled .quform-field-text,.questions__form-card .quform .quform-field-email:focus,.questions__form-card .quform .quform-field-text:focus{padding-top:16px}.case-article__form-card .quform .quform-element-email .quform-spacer.is-filled>.quform-label,.case-article__form-card .quform .quform-element-email .quform-spacer:focus-within>.quform-label,.case-article__form-card .quform .quform-element-text .quform-spacer.is-filled>.quform-label,.case-article__form-card .quform .quform-element-text .quform-spacer:focus-within>.quform-label,.job-modal .quform .quform-element-email .quform-spacer.is-filled>.quform-label,.job-modal .quform .quform-element-email .quform-spacer:focus-within>.quform-label,.job-modal .quform .quform-element-text .quform-spacer.is-filled>.quform-label,.job-modal .quform .quform-element-text .quform-spacer:focus-within>.quform-label,.job-modal__body .quform .quform-element-email .quform-spacer.is-filled>.quform-label,.job-modal__body .quform .quform-element-email .quform-spacer:focus-within>.quform-label,.job-modal__body .quform .quform-element-text .quform-spacer.is-filled>.quform-label,.job-modal__body .quform .quform-element-text .quform-spacer:focus-within>.quform-label,.questions-form .quform-element-email .quform-spacer.is-filled>.quform-label,.questions-form .quform-element-email .quform-spacer:focus-within>.quform-label,.questions-form .quform-element-text .quform-spacer.is-filled>.quform-label,.questions-form .quform-element-text .quform-spacer:focus-within>.quform-label,.questions__form-card .quform .quform-element-email .quform-spacer.is-filled>.quform-label,.questions__form-card .quform .quform-element-email .quform-spacer:focus-within>.quform-label,.questions__form-card .quform .quform-element-text .quform-spacer.is-filled>.quform-label,.questions__form-card .quform .quform-element-text .quform-spacer:focus-within>.quform-label{transform:translateY(-11px) scale(.82);transform-origin:left center}.case-article__form-card .quform .quform-element-select .quform-label,.job-modal .quform .quform-element-select .quform-label,.job-modal__body .quform .quform-element-select .quform-label,.questions-form .quform-element-select .quform-label,.questions__form-card .quform .quform-element-select .quform-label{z-index:2}.case-article__form-card .quform .quform-element-select .quform-spacer::after,.job-modal .quform .quform-element-select .quform-spacer::after,.job-modal__body .quform .quform-element-select .quform-spacer::after,.questions-form .quform-element-select .quform-spacer::after,.questions__form-card .quform .quform-element-select .quform-spacer::after{position:absolute;top:50%;right:24px;z-index:2;width:7px;height:4px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/chevron-down.svg) center/contain no-repeat;content:"";pointer-events:none;transform:translateY(-50%);transition:transform 180ms ease}.case-article__form-card .quform .quform-element-select .quform-spacer:has(.quform-field-select:open)::after,.job-modal .quform .quform-element-select .quform-spacer:has(.quform-field-select:open)::after,.job-modal__body .quform .quform-element-select .quform-spacer:has(.quform-field-select:open)::after,.questions-form .quform-element-select .quform-spacer:has(.quform-field-select:open)::after,.questions__form-card .quform .quform-element-select .quform-spacer:has(.quform-field-select:open)::after{transform:translateY(-50%) rotate(180deg)}.case-article__form-card .quform .quform-field-select,.job-modal .quform .quform-field-select,.job-modal__body .quform .quform-field-select,.questions-form .quform-field-select,.questions__form-card .quform .quform-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:48px;background-color:#f0f0f0;color:transparent;cursor:pointer}.case-article__form-card .quform .quform-field-select option,.job-modal .quform .quform-field-select option,.job-modal__body .quform .quform-field-select option,.questions-form .quform-field-select option,.questions__form-card .quform .quform-field-select option{background-color:var(--color-white);color:var(--color-navy)}.case-article__form-card .quform .quform-field-select:has(option:checked:not([value=""])),.job-modal .quform .quform-field-select:has(option:checked:not([value=""])),.job-modal__body .quform .quform-field-select:has(option:checked:not([value=""])),.questions-form .quform-field-select:has(option:checked:not([value=""])),.questions__form-card .quform .quform-field-select:has(option:checked:not([value=""])){color:var(--color-navy)}@media (prefers-reduced-motion:reduce){.case-article__form-card .quform .quform-element-select .quform-spacer::after,.job-modal .quform .quform-element-select .quform-spacer::after,.job-modal__body .quform .quform-element-select .quform-spacer::after,.questions-form .quform-element-select .quform-spacer::after,.questions__form-card .quform .quform-element-select .quform-spacer::after{transition:none}}.case-article__form-card .quform .quform-element-select .quform-spacer:has(option:checked:not([value=""]))>.quform-label,.job-modal .quform .quform-element-select .quform-spacer:has(option:checked:not([value=""]))>.quform-label,.job-modal__body .quform .quform-element-select .quform-spacer:has(option:checked:not([value=""]))>.quform-label,.questions-form .quform-element-select .quform-spacer:has(option:checked:not([value=""]))>.quform-label,.questions__form-card .quform .quform-element-select .quform-spacer:has(option:checked:not([value=""]))>.quform-label{display:none}.case-article__form-card .quform .quform-field-textarea,.job-modal .quform .quform-field-textarea,.job-modal__body .quform .quform-field-textarea,.questions-form .quform-field-textarea,.questions__form-card .quform .quform-field-textarea{height:104px;min-height:104px;padding:36px 24px 20px;resize:vertical;border-radius:16px}.case-article__form-card .quform .quform-element-textarea .quform-label,.job-modal .quform .quform-element-textarea .quform-label,.job-modal__body .quform .quform-element-textarea .quform-label,.questions-form .quform-element-textarea .quform-label,.questions__form-card .quform .quform-element-textarea .quform-label{align-items:flex-start;padding-top:20px}.case-article__form-card .quform .quform-element-textarea .quform-spacer.is-filled>.quform-label,.case-article__form-card .quform .quform-element-textarea .quform-spacer:focus-within>.quform-label,.job-modal .quform .quform-element-textarea .quform-spacer.is-filled>.quform-label,.job-modal .quform .quform-element-textarea .quform-spacer:focus-within>.quform-label,.job-modal__body .quform .quform-element-textarea .quform-spacer.is-filled>.quform-label,.job-modal__body .quform .quform-element-textarea .quform-spacer:focus-within>.quform-label,.questions-form .quform-element-textarea .quform-spacer.is-filled>.quform-label,.questions-form .quform-element-textarea .quform-spacer:focus-within>.quform-label,.questions__form-card .quform .quform-element-textarea .quform-spacer.is-filled>.quform-label,.questions__form-card .quform .quform-element-textarea .quform-spacer:focus-within>.quform-label{transform:translateY(-6px) scale(.82);transform-origin:left top}.case-article__form-card .quform .quform-button-submit,.case-article__form-card .quform .quform-element-submit,.case-article__form-card .quform .quform-element-submit .quform-spacer,.job-modal .quform .quform-button-submit,.job-modal .quform .quform-element-submit,.job-modal .quform .quform-element-submit .quform-spacer,.job-modal__body .quform .quform-button-submit,.job-modal__body .quform .quform-element-submit,.job-modal__body .quform .quform-element-submit .quform-spacer,.questions-form .quform-button-submit,.questions-form .quform-element-submit,.questions-form .quform-element-submit .quform-spacer,.questions__form-card .quform .quform-button-submit,.questions__form-card .quform .quform-element-submit,.questions__form-card .quform .quform-element-submit .quform-spacer{width:100%;max-width:none}.case-article__form-card .quform .quform-button-submit,.job-modal .quform .quform-button-submit,.job-modal__body .quform .quform-button-submit,.questions-form .quform-button-submit,.questions__form-card .quform .quform-button-submit{float:none;margin:0}.case-article__form-card .quform .quform-submit,.job-modal .quform .quform-submit,.job-modal__body .quform .quform-submit,.questions-form .quform-submit,.questions__form-card .quform .quform-submit{display:flex;width:100%;height:56px;align-items:center;justify-content:center;gap:8px;padding:16px 48px;border:0;border-radius:60px;background-color:var(--color-green);color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;cursor:pointer;transition:background-color 180ms ease,transform 180ms ease}.case-article__form-card .quform .quform-submit::after,.job-modal .quform .quform-submit::after,.job-modal__body .quform .quform-submit::after,.questions-form .quform-submit::after,.questions__form-card .quform .quform-submit::after{width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/arrow-right.svg) center/contain no-repeat;content:""}@media only screen and (max-width:1280px){.case-article__form-card .quform .quform-submit::after,.job-modal .quform .quform-submit::after,.job-modal__body .quform .quform-submit::after,.questions-form .quform-submit::after,.questions__form-card .quform .quform-submit::after{width:12px;height:12px}}.case-article__form-card .quform .quform-submit:focus-visible,.case-article__form-card .quform .quform-submit:hover,.job-modal .quform .quform-submit:focus-visible,.job-modal .quform .quform-submit:hover,.job-modal__body .quform .quform-submit:focus-visible,.job-modal__body .quform .quform-submit:hover,.questions-form .quform-submit:focus-visible,.questions-form .quform-submit:hover,.questions__form-card .quform .quform-submit:focus-visible,.questions__form-card .quform .quform-submit:hover{background-color:#158a47;transform:translateY(-2px)}.case-article__form-card .quform .quform-submit img,.job-modal .quform .quform-submit img,.job-modal__body .quform .quform-submit img,.questions-form .quform-submit img,.questions__form-card .quform .quform-submit img{display:block;width:16px;height:16px}@media only screen and (max-width:1280px){.case-article__form-card .quform .quform-submit img,.job-modal .quform .quform-submit img,.job-modal__body .quform .quform-submit img,.questions-form .quform-submit img,.questions__form-card .quform .quform-submit img{width:12px;height:12px}}@media only screen and (max-width:1280px){.case-article__form-card .quform .quform-submit,.job-modal .quform .quform-submit,.job-modal__body .quform .quform-submit,.questions-form .quform-submit,.questions__form-card .quform .quform-submit{height:48px;padding:14px 32px;line-height:normal}}.job-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity 240ms ease,visibility 240ms ease}.job-modal--open{opacity:1;visibility:visible}.job-modal__backdrop{position:absolute;inset:0;background-color:rgba(4,29,49,.6);backdrop-filter:blur(4px);cursor:pointer}.job-modal__container{position:relative;z-index:1;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;overscroll-behavior:contain;border-radius:20px;background-color:var(--color-white);box-shadow:0 24px 48px rgba(4,29,49,.16);transform:translateY(20px) scale(.98);transition:transform 240ms cubic-bezier(.16,1,.3,1)}.job-modal--open .job-modal__container{transform:translateY(0) scale(1)}@media only screen and (max-width:568px){.job-modal__container{max-height:95vh;border-radius:16px}}.job-modal__dialog{position:relative;padding:48px}@media only screen and (max-width:1024px){.job-modal__dialog{padding:36px 28px}}@media only screen and (max-width:568px){.job-modal__dialog{padding:32px 20px 24px}}.job-modal__close{position:absolute;top:20px;right:20px;z-index:2;display:flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background-color:rgba(0,104,189,.08);color:var(--color-navy);cursor:pointer;transition:background-color 180ms ease,transform 180ms ease}.job-modal__close:focus-visible,.job-modal__close:hover{background-color:rgba(0,104,189,.16);transform:scale(1.05)}.job-modal__close svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.job-modal__body{width:100%}.job-modal__body .quform .quform-element-file>.quform-spacer>.quform-label{position:static;display:block;height:auto;margin-bottom:8px;padding:0 24px;pointer-events:auto;opacity:.8}.job-modal__body .quform-field-file{height:48px;padding:4px 8px;overflow:hidden;border-radius:60px;color:rgba(4,29,49,.64);line-height:38px;cursor:pointer}.job-modal__body .quform-field-file::file-selector-button{height:38px;margin-right:16px;padding:0 20px;border:0;border-radius:60px;background-color:rgba(0,104,189,.1);color:var(--color-navy);font:inherit;cursor:pointer;transition:background-color 180ms ease,color 180ms ease}.job-modal__body .quform-field-file:focus-visible::file-selector-button,.job-modal__body .quform-field-file:hover::file-selector-button{background-color:#0068bd;color:var(--color-white)}body.modal-open{overflow:hidden}.contact-widget{position:fixed;right:32px;bottom:32px;z-index:9}body.contact-widget-open .contact-widget{z-index:950}@media only screen and (max-width:568px){.contact-widget{right:16px;bottom:16px}}.contact-widget__trigger{position:relative;z-index:9;display:inline-flex;height:56px;align-items:center;justify-content:center;gap:12px;padding:16px 28px;border-radius:60px;background-color:var(--color-green);box-shadow:0 12px 32px rgba(4,29,49,.2);color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;transition:background-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}@media only screen and (max-width:568px){.contact-widget__trigger{height:48px;gap:8px;padding:12px 20px;font-size:14px}}@media (prefers-reduced-motion:reduce){.contact-widget__trigger{transition:none}}.contact-widget__trigger:focus-visible,.contact-widget__trigger:hover{background-color:#158a47;box-shadow:0 16px 36px rgba(4,29,49,.28);transform:translateY(-2px)}.contact-widget__trigger:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}.contact-widget__trigger img{display:block;width:16px;height:16px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.contact-widget__layer{position:fixed;inset:0;z-index:950;display:flex;align-items:flex-end;justify-content:flex-end;padding:32px 32px 104px;opacity:0;visibility:hidden;transition:opacity 220ms ease,visibility 220ms ease}@media only screen and (max-width:768px){.contact-widget__layer{align-items:center;justify-content:center;padding:24px}}@media only screen and (max-width:568px){.contact-widget__layer{padding:16px}}@media (prefers-reduced-motion:reduce){.contact-widget__layer{transition:none}}.contact-widget__layer--open{opacity:1;visibility:visible}.contact-widget__layer--form{align-items:center;justify-content:center;padding:32px}@media only screen and (max-width:568px){.contact-widget__layer--form{padding:16px}}.contact-widget__backdrop{position:absolute;inset:0;background-color:rgba(4,29,49,.56);backdrop-filter:blur(4px);cursor:pointer}.contact-widget__dialog{position:relative;z-index:1;width:min(380px,100%);max-height:calc(100vh - 136px);overflow-y:auto;border-radius:20px;background-color:var(--color-white);box-shadow:0 24px 64px rgba(4,29,49,.28);transform:translateY(20px) scale(.98);transition:transform 220ms cubic-bezier(.16,1,.3,1)}@media only screen and (max-width:568px){.contact-widget__dialog{max-height:calc(100vh - 32px);border-radius:16px}}@media (prefers-reduced-motion:reduce){.contact-widget__dialog{transition:none}}.contact-widget__layer--open .contact-widget__dialog{transform:translateY(0) scale(1)}.contact-widget__dialog[hidden]{display:none}.contact-widget__dialog--form{width:min(560px,100%)}.contact-widget__header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 24px 20px;border-bottom:1px solid rgba(4,29,49,.12)}@media only screen and (max-width:568px){.contact-widget__header{padding:20px 20px 16px}}.contact-widget__title{font-size:24px;font-weight:500;line-height:1.2}@media only screen and (max-width:568px){.contact-widget__title{font-size:20px}}.contact-widget__close{display:flex;width:36px;height:36px;flex:0 0 36px;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(0,104,189,.08);color:var(--color-navy);transition:background-color 180ms ease,transform 180ms ease}@media (prefers-reduced-motion:reduce){.contact-widget__close{transition:none}}.contact-widget__close:focus-visible,.contact-widget__close:hover{background-color:rgba(0,104,189,.16);transform:rotate(90deg)}.contact-widget__close:focus-visible{outline:2px solid #0068bd;outline-offset:2px}.contact-widget__close svg{width:14px;height:14px;stroke:currentColor;stroke-linecap:round;stroke-width:2}.contact-widget__options{display:grid;gap:16px;padding:20px}@media only screen and (max-width:568px){.contact-widget__options{gap:12px;padding:16px}}.contact-widget__option{display:flex;width:100%;align-items:center;gap:20px;padding:20px;border:1px solid transparent;border-radius:15px;background-color:rgba(0,104,189,.06);color:var(--color-navy);text-align:left;transition:border-color 180ms ease,background-color 180ms ease}@media only screen and (max-width:568px){.contact-widget__option{gap:16px;padding:16px}}@media (prefers-reduced-motion:reduce){.contact-widget__option{transition:none}}.contact-widget__option:focus-visible,.contact-widget__option:hover{border-color:rgba(0,104,189,.4);background-color:rgba(0,104,189,.1)}.contact-widget__option:focus-visible{outline:2px solid #0068bd;outline-offset:2px}.contact-widget__option--sales{align-items:stretch;flex-direction:column;gap:0;overflow:hidden;padding:0;text-align:center}.contact-widget__sales-image{display:block;width:100%;height:auto;aspect-ratio:280/140;background-color:var(--color-white);-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.contact-widget__sales-image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.contact-widget__option-icon{display:flex;width:64px;height:64px;flex:0 0 64px;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-white);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media only screen and (max-width:568px){.contact-widget__option-icon{width:52px;height:52px;flex-basis:52px}}.contact-widget__option-icon img{display:block;width:34px;height:34px;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.contact-widget__option-text{font-size:16px;line-height:1.5}@media only screen and (max-width:568px){.contact-widget__option-text{font-size:14px}}.contact-widget__option--sales .contact-widget__option-text{padding:16px 20px 20px}@media only screen and (max-width:568px){.contact-widget__option--sales .contact-widget__option-text{padding:14px 16px 16px}}.contact-widget__form-content{padding:32px;font-size:14px;line-height:1.4}@media only screen and (max-width:568px){.contact-widget__form-content{padding:24px 20px}}.contact-widget__form-content .quform{width:100%;color:var(--color-navy);font-family:var(--font-primary)}.contact-widget__form-content .quform .quform-default-submit,.contact-widget__form-content .quform .quform-element-tree,.contact-widget__form-content .quform .quform-loading{display:none}.contact-widget__form-content .quform .quform-cf::after,.contact-widget__form-content .quform .quform-cf::before{display:none;content:none}.contact-widget__form-content .quform .quform-form-inner{display:flex;flex-direction:column;gap:32px;margin:0;padding:0}@media only screen and (max-width:568px){.contact-widget__form-content .quform .quform-form-inner{gap:24px}}.contact-widget__form-content .quform .quform-form-title-description{display:flex;flex-direction:column;gap:16px;margin:0;padding:0}@media only screen and (max-width:568px){.contact-widget__form-content .quform .quform-form-title-description{gap:12px}}.contact-widget__form-content .quform .quform-form-title{font-size:24px;font-weight:500;line-height:normal}@media only screen and (max-width:1280px){.contact-widget__form-content .quform .quform-form-title{font-size:20px}}@media only screen and (max-width:568px){.contact-widget__form-content .quform .quform-form-title{font-weight:600}}.contact-widget__form-content .quform .quform-form-description{display:flex;flex-direction:column;gap:12px;margin:0;font-size:14px;line-height:1.4;opacity:.8}.contact-widget__form-content .quform .quform-form-description p{margin:0;font-size:inherit;line-height:inherit;color:inherit}.contact-widget__form-content .quform .quform-child-elements{display:flex;flex-direction:column;gap:24px}.contact-widget__form-content .quform .quform-button-submit,.contact-widget__form-content .quform .quform-element,.contact-widget__form-content .quform .quform-elements,.contact-widget__form-content .quform .quform-inner,.contact-widget__form-content .quform .quform-input{margin:0;padding:0}.contact-widget__form-content .quform .quform-spacer{position:relative;margin:0;padding:0}.contact-widget__form-content .quform .quform-element:not(.quform-element-recaptcha) .quform-label{position:absolute;top:0;left:24px;z-index:1;display:flex;height:48px;align-items:center;color:var(--color-navy);font-size:14px;line-height:16px;pointer-events:none;opacity:.8}.contact-widget__form-content .quform .quform-element:not(.quform-element-recaptcha) .quform-required{margin-left:4px}.contact-widget__form-content .quform .quform-element-recaptcha>.quform-spacer>.quform-label{position:static;display:block;height:auto;margin-bottom:8px;color:var(--color-navy);font-size:14px;line-height:1.4;pointer-events:auto;opacity:1;transform:none}.contact-widget__form-content .quform .quform-element-recaptcha .quform-required{margin-left:4px;color:#d3222a}@media only screen and (max-width:480px){.contact-widget__form-content .quform .quform-hcaptcha{max-width:100%;overflow:hidden}}.contact-widget__form-content .quform .quform-hcaptcha iframe{display:block;transform-origin:top left}.contact-widget__form-content .quform .quform-field{display:block;width:100%;border:1px solid rgba(4,29,49,.24);outline:0;background-color:var(--color-white);color:var(--color-navy);font-family:inherit;font-size:14px;transition:border-color 180ms ease,box-shadow 180ms ease}.contact-widget__form-content .quform .quform-field:focus{border-color:#0068bd;box-shadow:0 0 0 3px rgba(0,104,189,.12)}.contact-widget__form-content .quform .quform-field-email,.contact-widget__form-content .quform .quform-field-select,.contact-widget__form-content .quform .quform-field-text{height:48px;padding:0 24px;border-radius:60px}.contact-widget__form-content .quform .quform-element-email .quform-spacer.is-filled .quform-field-email,.contact-widget__form-content .quform .quform-element-text .quform-spacer.is-filled .quform-field-text,.contact-widget__form-content .quform .quform-field-email:focus,.contact-widget__form-content .quform .quform-field-text:focus{padding-top:16px}.contact-widget__form-content .quform .quform-element-email .quform-spacer.is-filled>.quform-label,.contact-widget__form-content .quform .quform-element-email .quform-spacer:focus-within>.quform-label,.contact-widget__form-content .quform .quform-element-text .quform-spacer.is-filled>.quform-label,.contact-widget__form-content .quform .quform-element-text .quform-spacer:focus-within>.quform-label{transform:translateY(-11px) scale(.82);transform-origin:left center}.contact-widget__form-content .quform .quform-element-select .quform-label{z-index:2}.contact-widget__form-content .quform .quform-element-select .quform-spacer::after{position:absolute;top:50%;right:24px;z-index:2;width:7px;height:4px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/chevron-down.svg) center/contain no-repeat;content:"";pointer-events:none;transform:translateY(-50%);transition:transform 180ms ease}@media (prefers-reduced-motion:reduce){.contact-widget__form-content .quform .quform-element-select .quform-spacer::after{transition:none}}.contact-widget__form-content .quform .quform-element-select .quform-spacer:has(.quform-field-select:open)::after{transform:translateY(-50%) rotate(180deg)}.contact-widget__form-content .quform .quform-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:48px;background-color:#f0f0f0;color:transparent;cursor:pointer}.contact-widget__form-content .quform .quform-field-select option{background-color:var(--color-white);color:var(--color-navy)}.contact-widget__form-content .quform .quform-field-select:has(option:checked:not([value=""])){color:var(--color-navy)}.contact-widget__form-content .quform .quform-element-select .quform-spacer:has(option:checked:not([value=""]))>.quform-label{display:none}.contact-widget__form-content .quform .quform-field-textarea{height:104px;min-height:104px;padding:36px 24px 20px;resize:vertical;border-radius:16px}.contact-widget__form-content .quform .quform-element-textarea .quform-label{align-items:flex-start;padding-top:20px}.contact-widget__form-content .quform .quform-element-textarea .quform-spacer.is-filled>.quform-label,.contact-widget__form-content .quform .quform-element-textarea .quform-spacer:focus-within>.quform-label{transform:translateY(-6px) scale(.82);transform-origin:left top}.contact-widget__form-content .quform .quform-button-submit,.contact-widget__form-content .quform .quform-element-submit,.contact-widget__form-content .quform .quform-element-submit .quform-spacer{width:100%;max-width:none}.contact-widget__form-content .quform .quform-button-submit{float:none;margin:0}.contact-widget__form-content .quform .quform-submit{display:flex;width:100%;height:56px;align-items:center;justify-content:center;gap:8px;padding:16px 48px;border:0;border-radius:60px;background-color:var(--color-green);color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;cursor:pointer;transition:background-color 180ms ease,transform 180ms ease}.contact-widget__form-content .quform .quform-submit::after{width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/arrow-right.svg) center/contain no-repeat;content:""}@media only screen and (max-width:1280px){.contact-widget__form-content .quform .quform-submit::after{width:12px;height:12px}}.contact-widget__form-content .quform .quform-submit:focus-visible,.contact-widget__form-content .quform .quform-submit:hover{background-color:#158a47;transform:translateY(-2px)}.contact-widget__form-content .quform .quform-submit img{display:block;width:16px;height:16px}@media only screen and (max-width:1280px){.contact-widget__form-content .quform .quform-submit img{width:12px;height:12px}}@media only screen and (max-width:1280px){.contact-widget__form-content .quform .quform-submit{height:48px;padding:14px 32px;line-height:normal}}body.contact-widget-open{overflow:hidden}.anchor-nav{border-top:1px solid rgba(0,104,189,.16);border-bottom:1px solid rgba(0,104,189,.16);background-color:rgba(0,104,189,.08);overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.anchor-nav::-webkit-scrollbar{display:none}.anchor-nav__list{display:flex;align-items:center;gap:64px;width:-moz-max-content;width:max-content;min-width:100%}@media only screen and (max-width:1024px){.anchor-nav__list{gap:32px}}.anchor-nav__item{flex:0 0 auto}@media only screen and (max-width:568px){.anchor-nav__item:last-child{margin-right:20px}}.anchor-nav__link{position:relative;display:block;padding:24px 0;color:#0068bd;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;white-space:nowrap;transition:color 180ms ease}.anchor-nav__link::after{position:absolute;right:0;bottom:0;left:0;height:4px;background-color:#0068bd;content:"";transform:scaleX(0);transform-origin:right;transition:transform 180ms ease}.anchor-nav__link:focus-visible,.anchor-nav__link:hover{color:var(--color-navy)}.anchor-nav__link:focus-visible{outline:2px solid #0068bd;outline-offset:-6px}.anchor-nav__link--active{color:var(--color-navy)}.anchor-nav__link--active::after{transform:scaleX(1);transform-origin:left}@media (prefers-reduced-motion:reduce){.anchor-nav__link,.anchor-nav__link::after{transition:none}}.klaro.my-klaro .cookie-modal .cm-modal .cm-header h1.title{text-align:center;font-size:1.4em;margin-bottom:1em}.klaro.my-klaro .cookie-modal .cm-modal p{font-size:14px;line-height:1.6em}.klaro.my-klaro .cookie-modal .cm-modal .cm-header{padding:2.5em 2.5em 1em 2.5em;border:0}.klaro.my-klaro .cookie-modal .cm-modal .cm-body{padding:1em 2.5em}.klaro.my-klaro .cookie-modal .cm-modal .cm-body span{font-size:14px;line-height:1.6em}.klaro.my-klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose.cm-toggle-all{border-top-color:#d5d5d5}.klaro.my-klaro .cookie-modal .cm-modal .cm-footer{padding:1em 2.5em;border:0}@media only screen and (max-width:568px){.klaro.my-klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-accept{margin-right:0;margin-top:8px}}@media only screen and (max-width:568px){.klaro.my-klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons{flex-direction:column-reverse}}.klaro.my-klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,.klaro.my-klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,.klaro.my-klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider{background-color:#0068bd;opacity:1}.klaro.my-klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider,.klaro.my-klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,.klaro.my-klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider{background-color:#0068bd;opacity:.7}.klaro.my-klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro.my-klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,.klaro.my-klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro.my-klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,.klaro.my-klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro.my-klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider{background-color:#0068bd;opacity:.5}.klaro.my-klaro .context-notice .cm-list-label .slider,.klaro.my-klaro .cookie-modal .cm-list-label .slider,.klaro.my-klaro .cookie-notice .cm-list-label .slider{background-color:#c7c7c7;opacity:.35}.klaro.my-klaro .context-notice .cm-btn.cm-btn-info,.klaro.my-klaro .cookie-modal .cm-btn.cm-btn-info,.klaro.my-klaro .cookie-notice .cm-btn.cm-btn-info{background-color:#fff;border:1px solid #0068bd;color:#0068bd;font-size:16px;min-width:160px}.klaro.my-klaro .cookie-modal .cm-btn.cm-btn-accept-all{background-color:#0068bd;min-width:160px;height:40px;font-size:16px;margin-right:0}.klaro.my-klaro .context-notice a,.klaro.my-klaro .cookie-modal a,.klaro.my-klaro .cookie-notice a{color:#0068bd;font-size:14px;font-weight:600}.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice){position:fixed;left:50%;bottom:50%;transform:translate(-50%,50%);width:700px;max-width:90vw;background-color:#fff;box-shadow:0 0 0 100vw rgba(0,0,0,.5);padding:2em}@media only screen and (max-width:568px){.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice){padding:1.5em;height:auto}}.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice) span{color:#444;line-height:1.75em}.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p{margin-bottom:1.25em}@media only screen and (max-width:568px){.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{flex-direction:column-reverse;align-items:center}}.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more{color:#444;font-size:16px;margin-bottom:0}@media only screen and (max-width:568px){.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{width:100%}}.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons .cm-btn{background-color:#0068bd;min-width:160px;height:40px;font-size:16px;margin-bottom:0}@media only screen and (max-width:568px){.klaro.my-klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons .cm-btn{width:100%;margin-bottom:.5em}}.media-content{display:flex;align-items:stretch;overflow:hidden;border-radius:20px;background-color:#e2f1fd;color:var(--color-navy)}@media only screen and (max-width:650px){.media-content{flex-direction:column}}.media-content--promotion{min-height:480px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.media-content--promotion{min-height:0}}.media-content--reverse{flex-direction:row-reverse}@media only screen and (max-width:650px){.media-content--reverse{flex-direction:column}}.media-content__media{position:relative;width:50%;min-width:0;flex:1 1 50%}@media only screen and (max-width:650px){.media-content__media{width:100%;height:160px;flex:0 0 160px}}.media-content__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.media-content__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.media-content__body{display:flex;width:50%;min-width:0;flex:1 1 50%;flex-direction:column;align-items:flex-start;justify-content:center;gap:32px;padding:96px}@media only screen and (max-width:1280px){.media-content__body{padding:48px}}@media only screen and (max-width:650px){.media-content__body{width:100%;gap:16px;padding:24px}}.media-content__title{font-size:32px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.media-content__title{font-size:20px}}@media only screen and (max-width:650px){.media-content__title{font-size:18px}}@media only screen and (max-width:1280px){.media-content--promotion .media-content__title{font-size:32px}}@media only screen and (max-width:650px){.media-content--promotion .media-content__title{font-size:18px}}.media-content__copy{display:flex;flex-direction:column;gap:25px;font-size:18px;line-height:1.4}.media-content__copy strong{font-weight:700}@media only screen and (max-width:1280px){.media-content__copy{gap:22px;font-size:16px}}@media only screen and (max-width:650px){.media-content__copy{gap:22px}}@media only screen and (max-width:1280px){.media-content--promotion .media-content__copy{gap:25px;font-size:18px}}@media only screen and (max-width:650px){.media-content--promotion .media-content__copy{gap:20px;font-size:14px}}.media-content__button{background-color:#0068bd}.media-content__button:hover{background-color:#004f91}@media only screen and (max-width:650px){.media-content__button{font-size:14px}}@media only screen and (max-width:650px){.media-content__button img{display:none}}.media-content--promotion .media-content__button{padding:12px 32px;background-color:var(--color-green);font-size:16px;line-height:1.5}.media-content--promotion .media-content__button:hover{background-color:#158a47}@media only screen and (max-width:650px){.media-content--promotion .media-content__button{width:100%;height:40px;font-size:14px}}@media only screen and (max-width:650px){.media-content--promotion .media-content__button img{display:block;width:16px;height:16px}}.hero{position:relative;overflow:hidden;color:var(--color-white)}.hero__image,.hero__video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__image img,.hero__video img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,var(--color-navy) 0,rgba(4,29,49,0) 50%);pointer-events:none}.hero__overlay::before{position:absolute;inset:0;background-color:rgba(8,65,111,.2);content:"";mix-blend-mode:screen}@media only screen and (max-width:568px){.hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%)}}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;padding-top:425.6px;padding-bottom:64px}@media only screen and (max-width:1280px){.hero__inner{padding-top:380.3px;padding-bottom:56px}}@media only screen and (max-width:1024px){.hero__inner{padding-top:320px;padding-bottom:64px}}@media only screen and (max-width:568px){.hero__inner{padding-top:204.844px;padding-bottom:48px}}.hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:100%;max-width:720px}@media only screen and (max-width:1280px){.hero__content{max-width:640px}}@media only screen and (max-width:1024px){.hero__content{max-width:560px}}@media only screen and (max-width:568px){.hero__content{gap:16px;width:100%}}.hero__badge{position:absolute;right:32px;bottom:64px;width:80px;height:103px;overflow:hidden;border-radius:4px;-o-object-fit:cover;object-fit:cover}.hero__badge img{display:block;width:100%;height:100%;border-radius:inherit;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}@media only screen and (max-width:1280px){.hero__badge{right:16px;bottom:56px;width:70px;height:90px}}@media only screen and (max-width:1024px){.hero__badge{right:0;bottom:48px;width:64px;height:82px}}@media only screen and (max-width:568px){.hero__badge{position:static;width:37px;height:48px;border-radius:2px}}.hero__badge img{width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.hero__title{font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.hero__title{font-size:48px}}@media only screen and (max-width:1024px){.hero__title{font-size:40px}}@media only screen and (max-width:568px){.hero__title{font-size:32px;line-height:1.15}}.hero__text{width:100%;max-width:560px;font-size:24px;font-weight:400;line-height:1.4}@media only screen and (max-width:1280px){.hero__text{max-width:520px;font-size:22px}}@media only screen and (max-width:1024px){.hero__text{max-width:480px;font-size:20px}}@media only screen and (max-width:568px){.hero__text{width:100%;font-size:18px}}.hero__content+.button{margin-top:32px}.hero--all-solutions{min-height:800px}@media only screen and (max-width:1024px){.hero--all-solutions{min-height:540px}}@media only screen and (max-width:568px){.hero--all-solutions{min-height:0}}.hero--all-solutions .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,rgba(4,29,49,.8) 0,rgba(4,29,49,0) 100%)}.hero--all-solutions .hero__inner{min-height:800px;padding-top:126px;padding-bottom:64px}@media only screen and (max-width:1024px){.hero--all-solutions .hero__inner{min-height:540px;padding-top:112px;padding-bottom:48px}}@media only screen and (max-width:568px){.hero--all-solutions .hero__inner{min-height:0;padding-top:92px;padding-bottom:40px}}.hero--all-solutions .hero__content{gap:32px;max-width:560px;margin-top:auto}@media only screen and (max-width:1024px){.hero--all-solutions .hero__content{gap:20px;max-width:480px}}@media only screen and (max-width:568px){.hero--all-solutions .hero__content{gap:16px;width:100%;margin-top:32px}}.hero--all-solutions .hero__title{font-size:56px}@media only screen and (max-width:1024px){.hero--all-solutions .hero__title{font-size:40px}}@media only screen and (max-width:568px){.hero--all-solutions .hero__title{font-size:32px}}.hero--all-solutions .hero__text{max-width:560px;font-size:20px}@media only screen and (max-width:1024px){.hero--all-solutions .hero__text{max-width:480px;font-size:18px}}@media only screen and (max-width:568px){.hero--all-solutions .hero__text{width:100%;font-size:16px}}@media only screen and (max-width:1024px){.hero--all-solutions .hero__text--secondary{font-size:16px;opacity:.8}}@media only screen and (max-width:568px){.hero--all-solutions .hero__text--secondary{width:100%;font-size:16px}}.hero--solution{min-height:800px}@media only screen and (max-width:1024px){.hero--solution{min-height:540px}}@media only screen and (max-width:568px){.hero--solution{min-height:0}}.hero--solution .hero__image{-o-object-position:center 53%;object-position:center 53%}@media only screen and (max-width:1024px){.hero--solution .hero__image{-o-object-position:center 58%;object-position:center 58%}}@media only screen and (max-width:568px){.hero--solution .hero__image{-o-object-position:center top;object-position:center top}}.hero--solution .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,var(--color-navy) 0,rgba(4,29,49,0) 50%)}@media only screen and (max-width:568px){.hero--solution .hero__overlay::before{display:none}}@media only screen and (max-width:1024px){.hero--solution .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%)}}@media only screen and (max-width:568px){.hero--solution .hero__overlay{background:linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%),linear-gradient(90deg,rgba(4,29,49,.65) 0,rgba(4,29,49,.65) 100%)}}.hero--solution .hero__inner{min-height:800px;padding-top:126px;padding-bottom:64px}@media only screen and (max-width:1024px){.hero--solution .hero__inner{min-height:540px;padding-top:104px;padding-bottom:64px}}@media only screen and (max-width:568px){.hero--solution .hero__inner{min-height:620px;padding-top:88px;padding-bottom:48px}}@media only screen and (max-width:568px){.hero--solution .hero__breadcrumbs .breadcrumbs__item--current{display:none}}.hero--solution .hero__content{gap:32px;max-width:560px;margin-top:auto}@media only screen and (max-width:1024px){.hero--solution .hero__content{gap:24px;max-width:560px}}@media only screen and (max-width:568px){.hero--solution .hero__content{gap:16px;width:100%;margin-top:76px}}@media only screen and (max-width:1024px){.hero--solution .hero__badge{right:0;bottom:64px}}@media only screen and (max-width:568px){.hero--solution .hero__badge{position:static}}.hero--solution .hero__title{font-size:56px}@media only screen and (max-width:1024px){.hero--solution .hero__title{font-size:40px}}@media only screen and (max-width:568px){.hero--solution .hero__title{font-size:32px}}.hero--solution .hero__text{max-width:560px;font-size:20px}@media only screen and (max-width:1024px){.hero--solution .hero__text{font-size:18px}}@media only screen and (max-width:568px){.hero--solution .hero__text{width:100%;font-size:16px}}.hero--solution .hero__button{margin-top:32px}@media only screen and (max-width:1024px){.hero--solution .hero__button{margin-top:24px}}@media only screen and (max-width:568px){.hero--solution .hero__button{margin-top:32px}}.hero--try-now{min-height:576px}@media only screen and (max-width:1024px){.hero--try-now{min-height:540px}}@media only screen and (max-width:568px){.hero--try-now{min-height:620px}}.hero--try-now .hero__image{-o-object-position:center;object-position:center}@media only screen and (max-width:568px){.hero--try-now .hero__image{-o-object-position:center;object-position:center}}.hero--try-now .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,rgba(4,29,49,.8) 0,rgba(4,29,49,0) 100%)}@media only screen and (max-width:1024px){.hero--try-now .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%)}}@media only screen and (max-width:568px){.hero--try-now .hero__overlay{background:linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%),linear-gradient(90deg,rgba(4,29,49,.65) 0,rgba(4,29,49,.65) 100%)}}.hero--try-now .hero__inner{gap:0;min-height:576px;padding-top:120px;padding-bottom:64px}@media only screen and (max-width:1024px){.hero--try-now .hero__inner{min-height:540px;padding-top:104px}}@media only screen and (max-width:568px){.hero--try-now .hero__inner{min-height:620px;padding-top:88px;padding-bottom:48px}}.hero--try-now .hero__content{gap:32px;max-width:600px;margin-top:40px}@media only screen and (max-width:1024px){.hero--try-now .hero__content{gap:24px;max-width:560px;margin-top:auto}}@media only screen and (max-width:568px){.hero--try-now .hero__content{gap:16px;width:100%}}@media only screen and (max-width:1024px){.hero--try-now .hero__badge{right:0;bottom:64px}}.hero--try-now .hero__title{font-size:56px}@media only screen and (max-width:1024px){.hero--try-now .hero__title{font-size:40px}}@media only screen and (max-width:568px){.hero--try-now .hero__title{font-size:32px}}.hero--try-now .hero__text{max-width:560px;font-size:20px}@media only screen and (max-width:1024px){.hero--try-now .hero__text{font-size:18px}}@media only screen and (max-width:568px){.hero--try-now .hero__text{width:100%;font-size:16px}}.hero--try-now .hero__button{margin-top:32px}@media only screen and (max-width:1024px){.hero--try-now .hero__button{margin-top:24px}}@media only screen and (max-width:568px){.hero--try-now .hero__button{width:100%;margin-top:32px}}@media only screen and (max-width:1024px){.hero--try-now .hero__button-label--desktop{display:none}}.hero--try-now .hero__button-label--compact{display:none}@media only screen and (max-width:1024px){.hero--try-now .hero__button-label--compact{display:inline}}.hero--references{min-height:454px}@media only screen and (max-width:1024px){.hero--references{min-height:390px}}@media only screen and (max-width:568px){.hero--references{min-height:324px}}.hero--references .hero__image{-o-object-position:center 43%;object-position:center 43%}@media only screen and (max-width:568px){.hero--references .hero__image{-o-object-position:center top;object-position:center top}}.hero--references .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,rgba(4,29,49,.8) 0,rgba(4,29,49,0) 100%)}@media only screen and (max-width:568px){.hero--references .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%)}}.hero--references .hero__inner{gap:40px;min-height:454px;padding-top:120px;padding-bottom:64px}@media only screen and (max-width:1024px){.hero--references .hero__inner{gap:32px;min-height:390px;padding-top:104px;padding-bottom:48px}}@media only screen and (max-width:568px){.hero--references .hero__inner{min-height:324px;padding-top:84px;padding-bottom:40px}}.hero--references .hero__content{gap:32px;max-width:560px}@media only screen and (max-width:1024px){.hero--references .hero__content{gap:24px;max-width:520px}}@media only screen and (max-width:568px){.hero--references .hero__content{gap:16px;width:100%}}.hero--references .hero__title{font-size:56px}@media only screen and (max-width:1024px){.hero--references .hero__title{font-size:40px}}@media only screen and (max-width:568px){.hero--references .hero__title{font-size:32px}}.hero--references .hero__text{max-width:560px;font-size:20px}@media only screen and (max-width:1024px){.hero--references .hero__text{max-width:520px;font-size:18px}}@media only screen and (max-width:568px){.hero--references .hero__text{width:100%;font-size:16px}}.hero--news{min-height:444px}@media only screen and (max-width:1024px){.hero--news{min-height:342px}}@media only screen and (max-width:568px){.hero--news{min-height:284px}}.hero--news .hero__image{-o-object-position:center 48%;object-position:center 48%}.hero--news .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,var(--color-navy) 0,rgba(4,29,49,0) 50%)}@media only screen and (max-width:568px){.hero--news .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%)}}.hero--news .hero__inner{gap:40px;min-height:532px;padding-top:120px;padding-bottom:64px}@media only screen and (max-width:1024px){.hero--news .hero__inner{min-height:342px;padding-top:104px;padding-bottom:64px}}@media only screen and (max-width:568px){.hero--news .hero__inner{gap:32px;min-height:284px;padding-top:84px;padding-bottom:40px}}.hero--news .hero__content{gap:24px;max-width:720px;margin-top:auto}@media only screen and (max-width:1024px){.hero--news .hero__content{gap:16px;max-width:680px;margin-top:0}}@media only screen and (max-width:568px){.hero--news .hero__content{gap:16px;width:100%}}.hero--news .hero__title{font-size:56px}@media only screen and (max-width:1024px){.hero--news .hero__title{font-size:40px}}@media only screen and (max-width:568px){.hero--news .hero__title{font-size:32px}}.hero--news .hero__text{max-width:720px;font-size:18px}@media only screen and (max-width:1024px){.hero--news .hero__text{max-width:680px;font-size:18px}}@media only screen and (max-width:568px){.hero--news .hero__text{width:100%;font-size:16px}}.hero--case{min-height:444px}.hero--case .hero__image{-o-object-position:center 35%;object-position:center 35%}@media only screen and (max-width:1024px){.hero--case .hero__image{-o-object-position:center 52%;object-position:center 52%}}@media only screen and (max-width:568px){.hero--case .hero__image{-o-object-position:center top;object-position:center top}}.hero--case .hero__inner{min-height:444px;padding-top:120px;padding-bottom:64px}@media only screen and (max-width:1024px){.hero--case .hero__inner{min-height:380px;padding-top:104px;padding-bottom:48px}}@media only screen and (max-width:568px){.hero--case .hero__inner{min-height:253px;padding-top:84px;padding-bottom:40px}}@media only screen and (max-width:1024px){.hero--case .hero__overlay::before{display:none}}@media only screen and (max-width:1024px){.hero--case .hero__overlay{background:rgba(4,29,49,.75)}}@media only screen and (max-width:568px){.hero--case .hero__overlay{background:rgba(4,29,49,.8)}}.hero--case .hero__content{gap:24px;max-width:704px;margin-top:auto}@media only screen and (max-width:1024px){.hero--case .hero__content{gap:16px;width:100%}}@media only screen and (max-width:568px){.hero--case .hero__content{gap:12px}}.hero--case .hero__title{font-size:48px}@media only screen and (max-width:1024px){.hero--case .hero__title{font-size:40px}}@media only screen and (max-width:568px){.hero--case .hero__title{font-size:32px;font-weight:600;line-height:normal}}.hero--case .hero__category{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:60px;background-color:rgba(255,255,255,.7);color:var(--color-navy);font-size:14px;font-weight:600;line-height:normal;text-transform:uppercase}@media only screen and (max-width:1024px){.hero--case .hero__category{padding-right:12px;padding-left:12px;font-size:12px;font-weight:700}}@media only screen and (max-width:568px){.hero--case .hero__category{padding:4px 10px;font-size:11px}}.hero--case .hero__brand-logo{position:absolute;right:14%;bottom:64px;width:175px;height:56px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.hero--case .hero__brand-logo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}@media only screen and (max-width:1024px){.hero--case .hero__brand-logo{right:0;bottom:48px}}@media only screen and (max-width:568px){.hero--case .hero__brand-logo{display:none}}@media only screen and (max-width:1024px){.hero--case{min-height:380px}}@media only screen and (max-width:568px){.hero--case{min-height:253px}}.hero--article{min-height:460px}@media only screen and (max-width:1024px){.hero--article{min-height:366px}}@media only screen and (max-width:568px){.hero--article{min-height:313px}}.hero--article .hero__image{-o-object-position:center 52%;object-position:center 52%}@media only screen and (max-width:1024px){.hero--article .hero__image{-o-object-position:center 50%;object-position:center 50%}}@media only screen and (max-width:568px){.hero--article .hero__image{-o-object-position:58% center;object-position:58% center}}.hero--article .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,var(--color-navy) 0,rgba(4,29,49,0) 53.75%)}@media only screen and (max-width:568px){.hero--article .hero__overlay{background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(0deg,var(--color-navy) 0,rgba(4,29,49,0) 100%)}}.hero--article .hero__inner{gap:40px;min-height:460px;padding-top:120px;padding-bottom:64px}@media only screen and (max-width:1024px){.hero--article .hero__inner{min-height:366px;padding-top:112px}}@media only screen and (max-width:568px){.hero--article .hero__inner{gap:32px;min-height:313px;padding-top:100px;padding-bottom:32px}}.hero--article .hero__content{gap:24px;max-width:704px;margin-top:auto}@media only screen and (max-width:1024px){.hero--article .hero__content{gap:16px;width:100%}}@media only screen and (max-width:568px){.hero--article .hero__content{gap:12px}}.hero--article .hero__title{font-size:48px;font-weight:500}@media only screen and (max-width:1024px){.hero--article .hero__title{font-size:36px;font-weight:600;line-height:normal}}@media only screen and (max-width:568px){.hero--article .hero__title{font-size:24px;line-height:1.2}}.hero--article .hero__meta{display:flex;align-items:center;gap:24px}.hero--article .hero__category{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:60px;background-color:rgba(255,255,255,.7);color:var(--color-navy);font-size:14px;font-weight:600;line-height:normal;text-transform:uppercase}@media only screen and (max-width:568px){.hero--article .hero__category{padding:6px 10px}}.hero--article .hero__date{font-size:14px;font-weight:400;line-height:1.4;opacity:.48}.article-body{padding-top:96px;padding-bottom:96px;color:var(--color-navy)}@media only screen and (max-width:1024px){.article-body{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:568px){.article-body{padding-top:24px;padding-bottom:32px}}.article-body__layout{display:grid;grid-template-columns:minmax(0,2.23fr) minmax(0,1fr);gap:64px;align-items:stretch}@media only screen and (max-width:1024px){.article-body__layout{display:block}}.article-body__content{display:flex;min-width:0;flex-direction:column;gap:32px;font-size:20px;line-height:1.6}@media only screen and (max-width:1024px){.article-body__content{gap:24px;font-size:18px}}@media only screen and (max-width:568px){.article-body__content{gap:20px;font-size:15px}}.article-body__content ul{margin-bottom:22px;padding-left:24px;list-style:disc}.article-body__content table{display:block;width:100%;max-width:100%;margin-top:22px;overflow-x:auto}.article-body__content .wp-block-table{max-width:100%;overflow-x:auto}.article-body__content .wp-block-table table{display:table;width:-moz-max-content;width:max-content;min-width:100%;overflow:visible}.article-body__content a:not(.article-body__share){color:#0068bd;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.article-body__content a:not(.article-body__share):focus-visible,.article-body__content a:not(.article-body__share):hover{color:#004f91}.article-body__content a:not(.article-body__share):focus-visible{border-radius:2px;outline:2px solid currentcolor;outline-offset:3px}@media (prefers-reduced-motion:reduce){.article-body__content a:not(.article-body__share){transition:none}}.article-body__content strong{font-weight:700}.article-body__lead{font-size:24px;font-weight:700;line-height:1.6}@media only screen and (max-width:1024px){.article-body__lead{font-size:20px}}@media only screen and (max-width:568px){.article-body__lead{font-size:18px;line-height:1.5}}.article-body__text-group{display:flex;flex-direction:column}.article-body pre,.article-body__copyright{margin:0;font-family:inherit;font-size:14px;font-style:italic;line-height:1.4;white-space:pre-wrap;opacity:.64}@media only screen and (max-width:568px){.article-body pre,.article-body__copyright{font-size:13px;line-height:normal}}.article-body pre span,.article-body__copyright span{font-family:inherit!important}.article-body__share{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;min-height:40px;padding:16px 32px;border:1px solid #0068bd;border-radius:60px;background-color:var(--color-white);color:#0068bd;font-size:14px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:background-color 180ms ease,color 180ms ease}.article-body__share img{display:block;width:16px!important;height:16px!important;max-width:16px;flex-shrink:0}@media only screen and (max-width:1024px){.article-body__share img{width:14px!important;height:14px!important;max-width:14px}}@media only screen and (max-width:568px){.article-body__share img{width:12px!important;height:12px!important;max-width:12px}}.article-body__share .a2a_img_text,.article-body__share .a2a_svg{display:none!important}.article-body__share span{color:inherit;font-size:14px;font-weight:600;line-height:normal}@media only screen and (max-width:1024px){.article-body__share span{font-size:13px}}@media only screen and (max-width:568px){.article-body__share span{font-size:12px}}.article-body__share:hover{background-color:#e2f1fd;color:#0068bd;text-decoration:none}.article-body__share:focus-visible{outline:2px solid #0068bd;outline-offset:2px}@media (prefers-reduced-motion:reduce){.article-body__share{transition:none}}@media only screen and (max-width:1024px){.article-body__share{min-height:36px;padding:8px 16px;font-size:13px}}@media only screen and (max-width:568px){.article-body__share{min-height:31px;padding:8px 14px;font-size:12px}}.article-body__meta{display:flex;align-items:center;gap:24px;padding-top:32px;border-top:1px solid rgba(4,29,49,.2)}@media only screen and (max-width:1024px){.article-body__meta{padding-top:24px}}@media only screen and (max-width:568px){.article-body__meta{display:none}}.article-body__meta time{margin-left:auto;font-size:14px;line-height:1.4;opacity:.64}.article-body__category{padding:16px 32px;border-radius:60px;background-color:rgba(0,104,189,.08);color:#0068bd;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase}.article-body__related{padding-left:64px;border-left:1px solid rgba(4,29,49,.2)}@media only screen and (max-width:1024px){.article-body__related{display:none}}.article-body__related-title{font-size:20px;font-weight:700;line-height:normal;text-transform:uppercase}.article-body__related-list{margin-top:32px;border-top:1px solid rgba(4,29,49,.2)}.article-body__related-item{display:flex;flex-direction:column;gap:16px;padding-top:24px;padding-bottom:24px;border-bottom:1px solid rgba(4,29,49,.2)}.article-body__related-item time{font-size:14px;font-weight:500;line-height:normal;text-transform:uppercase;opacity:.64}.article-body__related-link{font-size:20px;font-weight:500;line-height:normal;transition:color .2s ease,transform .2s ease}.article-body__related-link:focus-visible,.article-body__related-link:hover{color:#0068bd;transform:translateX(4px)}.article-body__related-link:focus-visible{outline:2px solid #0068bd;outline-offset:4px}@media (prefers-reduced-motion:reduce){.article-body__related-link{transition:none}}.simple-hero{padding-top:112px;padding-bottom:64px;background-color:rgba(0,104,189,.08);color:var(--color-navy)}@media only screen and (max-width:1024px){.simple-hero{padding-top:104px;padding-bottom:48px}}@media only screen and (max-width:568px){.simple-hero{padding-top:88px;padding-bottom:32px}}.simple-hero--downloads{padding-top:120px}@media only screen and (max-width:1024px){.simple-hero--downloads{padding-top:108px}}@media only screen and (max-width:568px){.simple-hero--downloads{padding-top:88px}}.simple-hero--downloads .simple-hero__inner{gap:40px}@media only screen and (max-width:568px){.simple-hero--downloads .simple-hero__inner{gap:32px}}.simple-hero--dealreg .simple-hero__content,.simple-hero--raas .simple-hero__content{min-width:0}@media only screen and (max-width:1024px){.simple-hero--dealreg .simple-hero__content,.simple-hero--raas .simple-hero__content{max-width:none}}.simple-hero--dealreg .simple-hero__description,.simple-hero--raas .simple-hero__description{display:flex;width:100%;min-width:0;flex-direction:column;gap:25px;font-size:18px}@media only screen and (max-width:568px){.simple-hero--dealreg .simple-hero__description,.simple-hero--raas .simple-hero__description{gap:21px;font-size:15px}}.simple-hero--policy .simple-hero__description{color:#0068bd}.simple-hero--blog{position:relative;isolation:isolate;min-height:444px;padding-top:120px;padding-bottom:64px;overflow:hidden;background-color:var(--color-navy);background-image:url(../../../../../../../../themes/roomz-2026/assets/images/blog/hero.png);background-position:center;background-size:cover;color:var(--color-white)}.simple-hero--blog::after,.simple-hero--blog::before{position:absolute;inset:0;z-index:-1;content:"";pointer-events:none}.simple-hero--blog::before{background-color:rgba(8,65,111,.2);mix-blend-mode:screen}.simple-hero--blog::after{background-image:linear-gradient(180deg,var(--color-navy) 5%,transparent 50%),linear-gradient(90deg,var(--color-navy) 0,transparent 50%)}@media only screen and (max-width:1024px){.simple-hero--blog{min-height:343px;padding-top:104px;padding-bottom:64px}}@media only screen and (max-width:568px){.simple-hero--blog{min-height:278px;padding-top:88px;padding-bottom:40px}.simple-hero--blog::after{background-image:linear-gradient(180deg,var(--color-navy) 5%,transparent 50%),linear-gradient(0deg,var(--color-navy) 0,transparent 100%)}}.simple-hero--blog .simple-hero__inner{position:relative;z-index:1;min-height:260px;gap:0}@media only screen and (max-width:1024px){.simple-hero--blog .simple-hero__inner{min-height:175px}}@media only screen and (max-width:568px){.simple-hero--blog .simple-hero__inner{min-height:150px}}.simple-hero--blog .simple-hero__content{max-width:720px;margin-top:auto;gap:24px}@media only screen and (max-width:1024px){.simple-hero--blog .simple-hero__content{max-width:680px;gap:16px}}@media only screen and (max-width:568px){.simple-hero--blog .simple-hero__content{max-width:none}}.simple-hero--blog .simple-hero__description{font-size:18px;white-space:nowrap}@media only screen and (max-width:1024px){.simple-hero--blog .simple-hero__description{white-space:normal}}@media only screen and (max-width:568px){.simple-hero--blog .simple-hero__description{font-size:16px}}.simple-hero__inner{display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width:1024px){.simple-hero__inner{gap:40px}}@media only screen and (max-width:568px){.simple-hero__inner{gap:32px}}.simple-hero__breadcrumbs{flex:0 0 auto}.simple-hero__content{display:flex;width:100%;max-width:100%;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width:1024px){.simple-hero__content{max-width:640px;gap:16px}}@media only screen and (max-width:568px){.simple-hero__content{max-width:none}}.simple-hero__content--compact{max-width:560px;gap:16px}@media only screen and (max-width:1024px){.simple-hero__content--compact{max-width:100%}}.simple-hero__title{margin:0;font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.simple-hero__title{font-size:40px;line-height:1.15}}@media only screen and (max-width:568px){.simple-hero__title{font-size:32px}}.simple-hero__description{margin:0;font-size:20px;line-height:1.4}@media only screen and (max-width:1024px){.simple-hero__description{font-size:18px}}@media only screen and (max-width:568px){.simple-hero__description{font-size:16px}}.simple-hero__description--downloads-desktop{display:block}@media only screen and (max-width:1024px){.simple-hero__description--downloads-desktop{display:none}}.simple-hero__description--downloads-responsive{display:none}@media only screen and (max-width:1024px){.simple-hero__description--downloads-responsive{display:block}}.simple-hero__filter{position:relative;width:350px;height:48px;max-width:100%}.simple-hero__filter::before{position:absolute;top:50%;left:24px;z-index:1;content:"🌍";font-size:14px;line-height:1;pointer-events:none;transform:translateY(-50%)}@media only screen and (max-width:568px){.simple-hero__filter{width:100%}}.simple-hero__select{display:block;width:100%;height:100%;padding:0 48px 0 52px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(4,29,49,.24);border-radius:60px;outline:0;background-color:var(--color-white);color:var(--color-navy);font:inherit;font-size:14px;line-height:1.15;cursor:pointer;transition:border-color 180ms ease,box-shadow 180ms ease,background-color 180ms ease}@media (prefers-reduced-motion:reduce){.simple-hero__select{transition:none}}.simple-hero__select:hover{border-color:rgba(0,104,189,.56);background-color:rgba(255,255,255,.88)}.simple-hero__select:focus-visible{border-color:#0068bd;box-shadow:0 0 0 3px rgba(0,104,189,.12)}.simple-hero__select:open+.simple-hero__chevron{transform:translateY(-50%) rotate(180deg)}.simple-hero__chevron{position:absolute;top:50%;right:24px;display:block;width:7px;height:4px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;pointer-events:none;transform:translateY(-50%) rotate(0);transition:transform 180ms ease}@media (prefers-reduced-motion:reduce){.simple-hero__chevron{transition:none}}.simple-hero__chevron img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.policy{padding-top:96px;padding-bottom:96px}@media only screen and (max-width:1024px){.policy{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:650px){.policy{padding-top:48px;padding-bottom:48px}}.policy__inner{display:flex;flex-direction:column;gap:20px;border-radius:20px;background-color:var(--color-white);color:var(--color-navy)}.policy__inner h1,.policy__inner h2{font-size:24px;font-weight:700;line-height:1.3}.policy__inner h1:not(:first-child),.policy__inner h2:not(:first-child){margin-top:28px;padding-top:48px;border-top:1px solid rgba(4,29,49,.16)}.policy__inner h1:empty,.policy__inner h2:empty,.policy__inner h3:empty,.policy__inner p:empty{display:none}.policy__inner h3{margin-top:4px;padding-left:24px;color:#0068bd;font-size:18px;font-weight:700;line-height:1.4}.policy__inner li,.policy__inner p{font-size:16px;line-height:1.6;opacity:.8}.policy__inner h3+p,.policy__inner h3+p+p,.policy__inner h3+p+p+p{margin-top:-8px;padding-left:24px}.policy__inner ul{display:flex;flex-direction:column;gap:12px;padding-left:0}.policy__inner ol{display:flex;flex-direction:column;gap:12px;padding-left:24px;list-style:decimal}.policy__inner ol li{padding-left:6px}.policy__inner ol li::before{content:none}.policy__inner h3+p+p+ul{margin-top:-8px;padding-left:36px}.policy__inner li,.policy__inner ul>li{position:relative;padding-left:18px}.policy__inner li::before,.policy__inner ul>li::before{position:absolute;top:9px;left:0;width:6px;height:6px;border-radius:3px;background-color:#0068bd;content:""}.policy__inner ol>li{padding-left:6px}.policy__inner ol>li::before{display:none;content:none}.policy__inner .policy__table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0;border-radius:12px;border:1px solid rgba(4,29,49,.12)}.policy__inner table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5;color:var(--color-navy)}.policy__inner table td,.policy__inner table th{padding:16px 14px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(4,29,49,.1);border-right:1px solid rgba(4,29,49,.08)}.policy__inner table td:last-child,.policy__inner table th:last-child{border-right:none}.policy__inner table th,.policy__inner table tr:first-child td{background-color:rgba(0,104,189,.06);font-weight:700;color:var(--color-navy)}.policy__inner table tr:last-child td{border-bottom:none}.policy__inner a{word-wrap:break-word;color:#0068bd;font-weight:600;text-decoration:underline;text-underline-offset:2px}.policy__inner address{padding-left:24px;font-size:16px;font-style:normal;line-height:1.4}@media only screen and (max-width:568px){.policy__inner address,.policy__inner h3,.policy__inner h3+p,.policy__inner h3+p+p,.policy__inner h3+p+p+p,.policy__inner h3+p+p+ul{padding-left:0}}.policy__inner form{width:100%;font-family:var(--font-primary);font-size:14px;line-height:1.4}.policy__inner form .quform-default-submit,.policy__inner form .quform-element-tree{display:none}.policy__inner form .quform-cf::after,.policy__inner form .quform-cf::before,.policy__inner form .quform-child-elements::after,.policy__inner form .quform-child-elements::before{display:none;content:none}.policy__inner form .quform-button-submit,.policy__inner form .quform-element,.policy__inner form .quform-elements,.policy__inner form .quform-form-inner,.policy__inner form .quform-group-title-description,.policy__inner form .quform-inner,.policy__inner form .quform-input,.policy__inner form .quform-label,.policy__inner form .quform-spacer{float:none;width:auto;min-width:0;max-width:none;margin:0;padding:0}.policy__inner form .quform-form-inner{display:grid;gap:32px}.policy__inner form .quform-form-title-description{margin:0;padding:0}.policy__inner form .quform-form-title{margin:0;padding:0;border:0;color:var(--color-navy);font-size:32px;font-weight:500;line-height:1.2}@media only screen and (max-width:568px){.policy__inner form .quform-form-title{font-size:24px}}.policy__inner form .quform-form-description{margin:8px 0 0;color:rgba(4,29,49,.8);font-size:16px;line-height:1.5;opacity:1}.policy__inner form .quform-child-elements{display:grid;gap:24px;margin:0;padding:0}.policy__inner form .quform-element-group+.quform-element-group{margin-top:8px;padding-top:32px;border-top:1px solid rgba(0,104,189,.24)}@media only screen and (max-width:568px){.policy__inner form .quform-element-group+.quform-element-group{margin-top:0;padding-top:24px}}.policy__inner form .quform-element-group .quform-child-elements{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}@media only screen and (max-width:768px){.policy__inner form .quform-element-group .quform-child-elements{grid-template-columns:minmax(0,1fr)}}.policy__inner form .quform-group-title{margin:0;padding:0;border:0;color:var(--color-navy);font-size:24px;font-weight:500;line-height:1.3}@media only screen and (max-width:568px){.policy__inner form .quform-group-title{font-size:18px}}.policy__inner form .quform-labels-left .quform-spacer{padding:0!important;margin:0!important}.policy__inner form .quform-labels-left .quform-inner{float:none!important;width:100%!important;margin:0!important;padding:0!important}.policy__inner form .quform-labels-left .quform-label{float:none!important;width:auto!important;margin:0 0 8px!important;padding:0!important;text-align:left}.policy__inner form .quform-label{color:rgba(4,29,49,.8);font-size:14px;font-weight:400;line-height:1.4}.policy__inner form .quform-required{margin-left:2px;color:inherit}.policy__inner form .quform-field-email,.policy__inner form .quform-field-file,.policy__inner form .quform-field-text,.policy__inner form .quform-field-textarea{display:block;box-sizing:border-box;width:100%;max-width:100%;margin:0;border:1px solid rgba(4,29,49,.24);background-color:var(--color-white);color:var(--color-navy);font:inherit}.policy__inner form .quform-field-email:focus-visible,.policy__inner form .quform-field-file:focus-visible,.policy__inner form .quform-field-text:focus-visible,.policy__inner form .quform-field-textarea:focus-visible{border-color:#0068bd;outline:2px solid rgba(0,104,189,.2);outline-offset:2px}.policy__inner form .quform-field-email,.policy__inner form .quform-field-text{height:48px;padding:0 24px;border-radius:60px}.policy__inner form .quform-field-email[readonly],.policy__inner form .quform-field-text[readonly]{background-color:#f3f8fb}.policy__inner form .quform-element-file,.policy__inner form .quform-element-textarea{grid-column:1/-1}.policy__inner form .quform-field-textarea{min-height:120px;padding:16px 24px;border-radius:16px;resize:vertical}.policy__inner form .quform-field-file{min-height:48px;padding:4px 8px;border-radius:60px;cursor:pointer}.policy__inner form .quform-field-file::file-selector-button{min-height:38px;margin-right:16px;padding:0 20px;border:0;border-radius:60px;background-color:rgba(0,104,189,.1);color:var(--color-navy);font:inherit;cursor:pointer}.policy__inner form .quform-sub-label{display:block;margin-top:8px;color:rgba(4,29,49,.64);font-size:12px}.policy__inner form .quform-element-recaptcha{padding:20px 24px;border:1px solid rgba(4,29,49,.24);border-radius:16px}@media only screen and (max-width:568px){.policy__inner form .quform-element-recaptcha{padding-inline:12px}}.policy__inner form .quform-hcaptcha{max-width:100%;overflow-x:auto}.policy__inner form .quform-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:56px;padding:16px 48px;border:0;border-radius:60px;background-color:var(--color-green);color:var(--color-white);font:500 16px/24px var(--font-primary);cursor:pointer}.policy__inner form .quform-submit::after{flex:0 0 16px;width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/arrow-right.svg) center/contain no-repeat;content:""}.policy__inner form .quform-submit:hover{background-color:#158a47}.policy__inner form .quform-submit:focus-visible{outline:2px solid var(--color-navy);outline-offset:3px}.wiki{padding-top:96px;padding-bottom:96px;background-color:#f5f5f5;color:var(--color-navy)}@media only screen and (max-width:1024px){.wiki{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:650px){.wiki{padding-top:48px;padding-bottom:48px}}.wiki__inner{display:grid;grid-template-columns:300px 1px minmax(0,1fr);align-items:stretch;gap:48px;padding:96px;border-radius:20px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.wiki__inner{grid-template-columns:250px 1px minmax(0,1fr);gap:24px;padding:48px}}@media only screen and (max-width:920px){.wiki__inner{grid-template-columns:200px 1px minmax(0,1fr);gap:20px;padding-right:32px;padding-left:32px}}@media only screen and (max-width:650px){.wiki__inner{display:block;padding:48px 20px}}.wiki__sidebar{position:relative;min-width:0}.wiki__sidebar::after{position:absolute;top:0;left:calc(100% + 48px);width:1px;height:100%;background-color:rgba(4,29,49,.16);content:""}@media only screen and (max-width:1024px){.wiki__sidebar::after{left:calc(100% + 24px)}}@media only screen and (max-width:920px){.wiki__sidebar::after{left:calc(100% + 20px)}}@media only screen and (max-width:650px){.wiki__sidebar{display:none}}.wiki__sidebar-sticky{position:sticky;top:96px;display:flex;max-height:calc(100vh - 120px);flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:thin}@media only screen and (max-width:1024px){.wiki__sidebar-sticky{top:88px;max-height:calc(100vh - 112px)}}.wiki__sidebar-title{margin:0;color:#0068bd;font-size:14px;font-weight:700;line-height:normal;text-transform:uppercase}.wiki__navigation{display:flex;flex-direction:column;gap:8px}.wiki__navigation-link{display:block;padding:8px 12px;border-radius:8px;color:rgba(4,29,49,.8);font-size:14px;line-height:normal;text-decoration:none;transition:color 180ms ease,background-color 180ms ease}.wiki__navigation-link--active,.wiki__navigation-link:focus-visible,.wiki__navigation-link:hover{background-color:rgba(0,104,189,.08);color:var(--color-navy)}.wiki__navigation-link--active{font-weight:600}.wiki__navigation-link:focus-visible{outline:2px solid #0068bd;outline-offset:2px}@media (prefers-reduced-motion:reduce){.wiki__navigation-link{transition:none}}.wiki__content{grid-column:3;display:flex;min-width:0;flex-direction:column;gap:64px}@media only screen and (max-width:1024px){.wiki__content{gap:48px}}@media only screen and (max-width:650px){.wiki__content{gap:32px}}.wiki__section{display:flex;flex-direction:column;gap:20px;scroll-margin-top:96px}@media only screen and (max-width:650px){.wiki__section{gap:16px}}.wiki__section h2{margin:0;padding-bottom:20px;border-bottom:1px solid rgba(4,29,49,.16);font-size:28px;font-weight:700;line-height:normal}@media only screen and (max-width:1024px){.wiki__section h2{font-size:20px}}@media only screen and (max-width:650px){.wiki__section h2{padding-bottom:16px}}.wiki__section h3{margin:0;color:#0068bd;font-size:18px;font-weight:700;line-height:normal}@media only screen and (max-width:1024px){.wiki__section h3{font-size:16px}}.wiki__section a,.wiki__section h4,.wiki__section li,.wiki__section p{font-size:16px;line-height:1.6}.wiki__section h4{margin:0;font-weight:600}.wiki__section li,.wiki__section p{opacity:.8}.wiki__section ol,.wiki__section p,.wiki__section ul{margin:0}.wiki__section ol,.wiki__section ul{display:flex;flex-direction:column;gap:8px;padding-left:16px}.wiki__section ul{list-style:none}.wiki__section ul li{position:relative}.wiki__section ul li::before{position:absolute;top:0;right:calc(100% + 7px);content:"•"}.wiki__section ol{padding-left:24px}.wiki__section a{max-width:100%;align-self:flex-start;color:#0068bd;font-weight:600;text-decoration:none;overflow-wrap:break-word;word-wrap:break-word}.wiki__section a:focus-visible,.wiki__section a:hover{text-decoration:underline;text-underline-offset:3px}.wiki__section strong{font-weight:700}.wiki__links li{opacity:1}.raas-registration{padding-block:96px;background-color:var(--color-white);color:var(--color-navy)}@media only screen and (max-width:1024px){.raas-registration{padding-block:64px}}@media only screen and (max-width:568px){.raas-registration{padding-block:48px}}.raas-registration__inner{padding-inline:96px;border-radius:20px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.raas-registration__inner{padding-inline:28px;border-radius:0}}@media only screen and (max-width:568px){.raas-registration__inner{padding-inline:0}}.raas-registration .quform{width:100%;font-family:var(--font-primary);font-size:14px;line-height:1.4}.raas-registration .quform .quform-default-submit,.raas-registration .quform .quform-element-html:has(.quform-spacer:empty),.raas-registration .quform .quform-element-tree,.raas-registration .quform .quform-form-title-description{display:none}.raas-registration .quform .quform-cf::after,.raas-registration .quform .quform-cf::before,.raas-registration .quform .quform-child-elements::after,.raas-registration .quform .quform-child-elements::before{display:none;content:none}.raas-registration .quform .quform-button-submit,.raas-registration .quform .quform-element,.raas-registration .quform .quform-elements,.raas-registration .quform .quform-form,.raas-registration .quform .quform-form-inner,.raas-registration .quform .quform-group-title-description,.raas-registration .quform .quform-inner,.raas-registration .quform .quform-input,.raas-registration .quform .quform-label,.raas-registration .quform .quform-spacer{float:none;width:auto;min-width:0;max-width:none;margin:0;padding:0}.raas-registration .quform .quform-child-elements{display:grid;gap:24px;margin:0;padding:0}.raas-registration .quform .quform-element-group+.quform-element-group{padding-top:32px;border-top:1px solid rgba(0,104,189,.24);margin-top:8px}@media only screen and (max-width:568px){.raas-registration .quform .quform-element-group+.quform-element-group{padding-top:24px;margin-top:0}}.raas-registration .quform .quform-element-group .quform-child-elements{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}@media only screen and (max-width:768px){.raas-registration .quform .quform-element-group .quform-child-elements{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:568px){.raas-registration .quform .quform-element-group .quform-child-elements{grid-template-columns:minmax(0,1fr);margin-top:24px}}.raas-registration .quform .quform-group-title{margin:0;color:var(--color-navy);font-size:24px;font-weight:500;line-height:normal}@media only screen and (max-width:568px){.raas-registration .quform .quform-group-title{font-size:18px}}.raas-registration .quform .quform-spacer{position:relative}.raas-registration .quform .quform-labels-left .quform-spacer{display:block;padding:0!important;margin:0!important}.raas-registration .quform .quform-labels-left .quform-inner{display:block;float:none!important;width:100%!important;margin:0!important;padding:0!important}.raas-registration .quform .quform-labels-left .quform-label{float:none!important;width:auto!important;margin:0!important;padding:0!important;text-align:left}.raas-registration .quform .quform-label{color:rgba(4,29,49,.8);font-size:14px;font-weight:400;line-height:16px}.raas-registration .quform .quform-group-description{margin:16px 0 0;color:rgba(4,29,49,.8);font-size:14px;line-height:1.4}.raas-registration .quform .quform-label-text{font:inherit}.raas-registration .quform .quform-required{margin-left:2px;color:inherit}.raas-registration .quform .quform-element-email .quform-label,.raas-registration .quform .quform-element-select .quform-label,.raas-registration .quform .quform-element-text .quform-label,.raas-registration .quform .quform-element-textarea .quform-label{position:absolute!important;top:0!important;right:24px!important;left:24px!important;z-index:1;display:flex;align-items:center;height:48px;pointer-events:none;transform-origin:left center}.raas-registration .quform .quform-field-email,.raas-registration .quform .quform-field-select,.raas-registration .quform .quform-field-text,.raas-registration .quform .quform-field-textarea{display:block;box-sizing:border-box;width:100%;max-width:100%;height:48px;margin:0;padding:0 24px;border:1px solid rgba(4,29,49,.24);border-radius:60px;background-color:var(--color-white);color:var(--color-navy);font:inherit;line-height:16px}.raas-registration .quform .quform-field-email:focus,.raas-registration .quform .quform-field-select:focus,.raas-registration .quform .quform-field-text:focus,.raas-registration .quform .quform-field-textarea:focus{border-color:#0068bd;outline:2px solid rgba(0,104,189,.2);outline-offset:2px}.raas-registration .quform .quform-element-email .quform-spacer:focus-within .quform-label,.raas-registration .quform .quform-element-text .quform-spacer:focus-within .quform-label,.raas-registration .quform .quform-element-textarea .quform-spacer:focus-within .quform-label,.raas-registration .quform .quform-spacer.is-filled .quform-label{transform:translateY(-11px) scale(.8)}.raas-registration .quform .quform-field-email:focus,.raas-registration .quform .quform-field-text:focus,.raas-registration .quform .quform-spacer.is-filled .quform-field-email,.raas-registration .quform .quform-spacer.is-filled .quform-field-text{padding-top:16px}.raas-registration .quform .quform-element-select .quform-label{right:48px!important}.raas-registration .quform .quform-element-select .quform-spacer:has(option:checked:not([value=""])) .quform-label{transform:translateY(-11px) scale(.8)}.raas-registration .quform .quform-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:48px;color:transparent;background:var(--color-white) url(../../../../../../../../themes/roomz-2026/assets/icons/questions/deal-chevron-down.svg) right 24px center/7px 4px no-repeat;cursor:pointer}.raas-registration .quform .quform-field-select:has(option:checked:not([value=""])){padding-top:16px;color:var(--color-navy)}.raas-registration .quform .quform-field-select option{color:var(--color-navy);background-color:var(--color-white)}.raas-registration .quform .quform-element-textarea{grid-column:1/-1}.raas-registration .quform .quform-field-textarea{height:88px;min-height:88px;padding:34px 24px 16px;border-radius:16px;resize:vertical}.raas-registration .quform .quform-element-textarea .quform-label{height:56px}.raas-registration .quform .quform-element-recaptcha .quform-label{position:static!important;margin-bottom:16px!important}.raas-registration .quform .quform-element-recaptcha{padding:20px 24px;border:1px solid rgba(4,29,49,.24);border-radius:16px}@media only screen and (max-width:568px){.raas-registration .quform .quform-element-recaptcha{padding-inline:12px}}.raas-registration .quform .quform-hcaptcha{max-width:100%;overflow-x:auto}.raas-registration .quform .quform-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:56px;padding:16px 48px;border:0;border-radius:60px;background:var(--color-green);color:var(--color-white);font-family:inherit;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.raas-registration .quform .quform-submit::after{flex:0 0 16px;width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/arrow-right.svg) center/contain no-repeat;content:""}.raas-registration .quform .quform-submit:hover{background-color:#158a47}.raas-registration .quform .quform-submit:focus-visible{outline:2px solid var(--color-navy);outline-offset:3px}.raas-registration .quform .quform-submit:disabled{opacity:.6;cursor:wait}.downloads-block{padding-top:64px;padding-bottom:64px;color:var(--color-navy)}@media only screen and (max-width:1024px){.downloads-block{padding-top:48px;padding-bottom:48px}}@media only screen and (max-width:568px){.downloads-block{padding-top:32px;padding-bottom:32px}}.downloads-block__title{margin:0 0 32px;font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.downloads-block__title{font-size:28px;line-height:normal}}@media only screen and (max-width:568px){.downloads-block__title{margin-bottom:20px;font-size:22px}}.downloads-block__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}@media only screen and (max-width:1280px){.downloads-block__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px){.downloads-block__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media only screen and (max-width:650px){.downloads-block__grid{grid-template-columns:1fr;gap:16px}}.downloads-block__card{display:flex;min-width:0;height:400px;flex-direction:column;overflow:hidden;border-radius:20px;background-color:#ebf3fa}@media only screen and (max-width:1024px){.downloads-block__card{height:306px;border:1px solid rgba(4,29,49,.1);border-radius:16px}}@media only screen and (max-width:568px){.downloads-block__card{height:310px}}@media only screen and (max-width:1024px){.downloads-block__card--desktop-only{display:none}}.downloads-block__media{position:relative;height:240px;flex:0 0 auto;overflow:hidden;background-color:#08416f}.downloads-block__media--loading::before{position:absolute;top:50%;left:50%;z-index:1;width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid rgba(255,255,255,.3);border-top-color:var(--color-white);border-radius:50%;content:"";animation:downloads-image-spin .8s linear infinite}@media (prefers-reduced-motion:reduce){.downloads-block__media--loading::before{animation:none}}@media only screen and (max-width:1024px){.downloads-block__media{height:180px}}.downloads-block__media::after{position:absolute;inset:0;background-color:rgba(4,29,49,.15);content:"";pointer-events:none}.downloads-block__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;backface-visibility:hidden;transform:translateZ(0);transition:transform 450ms ease,opacity 180ms ease}.downloads-block__media--error .downloads-block__image,.downloads-block__media--loading .downloads-block__image{opacity:0}@media (prefers-reduced-motion:reduce){.downloads-block__image{transition:none}}.downloads-block__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.downloads-block__card:focus-within .downloads-block__image,.downloads-block__card:hover .downloads-block__image{transform:translateZ(0) scale(1.5)}@media (prefers-reduced-motion:reduce){.downloads-block__card:focus-within .downloads-block__image,.downloads-block__card:hover .downloads-block__image{transform:none}}.downloads-block__card-content{display:flex;min-height:0;flex:1;flex-direction:column;align-items:flex-end;gap:24px;padding:32px}@media only screen and (max-width:1024px){.downloads-block__card-content{align-items:flex-start;gap:16px;padding:24px}}@media only screen and (max-width:568px){.downloads-block__card-content{gap:20px}}.downloads-block__card-title{width:100%;margin:0;overflow:hidden;font-size:20px;font-weight:500;line-height:normal;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1024px){.downloads-block__card-title{font-size:18px;text-align:left}}@media only screen and (max-width:568px){.downloads-block__card-title{font-weight:600}}.downloads-block__button{display:inline-flex;width:100%;height:48px;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;padding:12px 32px;border-radius:60px;background-color:#0068bd;color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;transition:background-color 180ms ease}@media (prefers-reduced-motion:reduce){.downloads-block__button{transition:none}}@media only screen and (max-width:1024px){.downloads-block__button{height:40px}}.downloads-block__button:hover{background-color:#00589f}.downloads-block__button:focus-visible{outline:3px solid rgba(0,104,189,.24);outline-offset:3px}.downloads-block__button-icon{display:block;width:16px;height:16px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transform:rotate(90deg)}.downloads-block__button-icon img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.downloads-block__divider{width:100%;transform:translateY(64px);border-top:1px solid rgba(4,29,49,.16)}@media only screen and (max-width:1024px){.downloads-block__divider{display:none}}@keyframes downloads-image-spin{to{transform:rotate(360deg)}}.faq-content{padding-top:64px;padding-bottom:64px;background-color:var(--color-white);color:var(--color-navy)}@media only screen and (max-width:568px){.faq-content{padding-top:32px;padding-bottom:32px}}.faq-content__inner{display:flex;flex-direction:column;gap:48px}@media only screen and (max-width:568px){.faq-content__inner{gap:32px}}.faq-content__group{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1024px){.faq-content__group{gap:24px}}@media only screen and (max-width:568px){.faq-content__group{gap:16px}}.faq-content__title{margin:0;font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.faq-content__title{font-size:28px;line-height:normal}}@media only screen and (max-width:568px){.faq-content__title{font-size:20px}}.resellers-directory{padding-top:96px;padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.resellers-directory{padding-top:48px;padding-bottom:64px}}@media only screen and (max-width:568px){.resellers-directory{padding-top:32px;padding-bottom:48px}}.resellers-directory__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;transition:opacity 250ms ease}@media only screen and (max-width:568px){.resellers-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.resellers-directory__grid--loading{pointer-events:none}.resellers-directory__grid .resellers-directory__card[hidden]{display:none}.resellers-directory__card{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;overflow:hidden;padding:24px 48px;border:1px solid rgba(0,104,189,.16);border-radius:15px;background-color:var(--color-white);text-decoration:none;isolation:isolate;transition:transform .3s ease,border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.resellers-directory__card:focus-visible,.resellers-directory__card:hover{border-color:rgba(0,104,189,.52);background-color:rgba(0,104,189,.04);box-shadow:0 12px 28px rgba(4,29,49,.12);transform:translateY(-4px)}.resellers-directory__card:focus-visible .resellers-directory__logo,.resellers-directory__card:hover .resellers-directory__logo{transform:scale(1.04)}.resellers-directory__card:focus-visible{outline:2px solid #0068bd;outline-offset:3px}@media only screen and (max-width:1024px){.resellers-directory__card{padding-right:32px;padding-left:32px}}@media only screen and (max-width:768px){.resellers-directory__card{padding:16px}}@media only screen and (max-width:568px){.resellers-directory__card{padding:16px}}.resellers-directory__card-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:inherit;background-color:rgba(255,255,255,.75);backdrop-filter:blur(4px);z-index:10;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.resellers-directory__card--loading .resellers-directory__card-loader,.resellers-directory__grid--loading .resellers-directory__card-loader{opacity:1;visibility:visible;pointer-events:auto}.resellers-directory__logo{display:block;width:240px;height:120px;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}@media only screen and (max-width:1024px){.resellers-directory__logo{width:200px;height:80px}}@media only screen and (max-width:768px){.resellers-directory__logo{width:min(160px,100%);height:64px}}@media only screen and (max-width:568px){.resellers-directory__logo{width:160px}}.resellers-directory__logo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}@media only screen and (max-width:568px){.resellers-directory__logo--wide-mobile{width:200px;height:80px}}.resellers-directory__sentinel{width:100%;height:1px;margin-top:16px;pointer-events:none;visibility:hidden}.resellers-directory__loader{display:flex;align-items:center;justify-content:center;padding-top:40px;padding-bottom:20px}.resellers-directory__loader[hidden]{display:none}.resellers-directory__empty{padding:48px 0;color:var(--color-navy);font-size:18px;text-align:center;opacity:.7}.resellers-directory__empty[hidden]{display:none}.partners-directory{padding-top:96px;padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.partners-directory{padding-top:48px;padding-bottom:64px}}@media only screen and (max-width:568px){.partners-directory{padding-top:32px;padding-bottom:48px}}.partners-directory__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;transition:opacity 250ms ease}@media only screen and (max-width:568px){.partners-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.partners-directory__grid--loading{pointer-events:none}.partners-directory__grid .partners-directory__card[hidden]{display:none}.partners-directory__card{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;overflow:hidden;padding:24px 48px;border:1px solid rgba(0,104,189,.16);border-radius:15px;background-color:var(--color-white);text-decoration:none;isolation:isolate;transition:transform .3s ease,border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.partners-directory__card:focus-visible,.partners-directory__card:hover{border-color:rgba(0,104,189,.52);background-color:rgba(0,104,189,.04);box-shadow:0 12px 28px rgba(4,29,49,.12);transform:translateY(-4px)}.partners-directory__card:focus-visible .partners-directory__logo,.partners-directory__card:hover .partners-directory__logo{transform:scale(1.04)}.partners-directory__card:focus-visible{outline:2px solid #0068bd;outline-offset:3px}@media only screen and (max-width:1024px){.partners-directory__card{padding-right:32px;padding-left:32px}}@media only screen and (max-width:768px){.partners-directory__card{padding:16px}}@media only screen and (max-width:568px){.partners-directory__card{padding:16px}}.partners-directory__card-loader{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:inherit;background-color:rgba(255,255,255,.75);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;backdrop-filter:blur(4px)}.partners-directory__card--loading .partners-directory__card-loader,.partners-directory__grid--loading .partners-directory__card-loader{opacity:1;visibility:visible;pointer-events:auto}.partners-directory__logo{display:block;width:240px;height:120px;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}@media only screen and (max-width:1024px){.partners-directory__logo{width:200px;height:80px}}@media only screen and (max-width:768px){.partners-directory__logo{width:min(160px,100%);height:64px}}@media only screen and (max-width:568px){.partners-directory__logo{width:160px}}.partners-directory__logo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}@media only screen and (max-width:568px){.partners-directory__logo--wide-mobile{width:200px;height:80px}}.partners-directory__sentinel{width:100%;height:1px;margin-top:16px;pointer-events:none;visibility:hidden}.partners-directory__loader{display:flex;align-items:center;justify-content:center;padding-top:40px;padding-bottom:20px}.partners-directory__loader[hidden]{display:none}.partners-directory__empty{padding:48px 0;color:var(--color-navy);font-size:18px;text-align:center;opacity:.7}.partners-directory__empty[hidden]{display:none}.distributors-directory{padding-top:96px;padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.distributors-directory{padding-top:48px;padding-bottom:64px}}@media only screen and (max-width:568px){.distributors-directory{padding-top:32px;padding-bottom:48px}}.distributors-directory__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media only screen and (max-width:568px){.distributors-directory__grid{grid-template-columns:minmax(0,1fr)}}.distributors-directory__card{display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:24px 48px;border:1px solid rgba(0,104,189,.16);border-radius:15px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.distributors-directory__card{gap:12px;padding-right:32px;padding-left:32px}}@media only screen and (max-width:768px){.distributors-directory__card{padding:16px}}@media only screen and (max-width:568px){.distributors-directory__card{padding:16px 24px}}.distributors-directory__countries{min-width:100%;margin:0;color:#0068bd;font-size:16px;line-height:1.5;text-align:center}.distributors-directory__country{position:relative;display:inline-flex;align-items:center;gap:4px;color:inherit;text-decoration:none;background-image:linear-gradient(currentcolor,currentcolor);background-repeat:no-repeat;background-position:100% 100%;background-size:0 1px;transition:color .25s ease,background-size .25s ease}.distributors-directory__country:focus-visible,.distributors-directory__country:hover{color:#004f91;background-position:0 100%;background-size:100% 1px}.distributors-directory__country:focus-visible{outline:2px solid rgba(0,104,189,.35);outline-offset:3px}.distributors-directory__flag{display:inline-block;width:16px;height:12px;flex:0 0 auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.distributors-directory__flag img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.distributors-directory__logo{display:block;width:240px;height:120px;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:1024px){.distributors-directory__logo{width:200px;height:80px}}@media only screen and (max-width:768px){.distributors-directory__logo{width:min(160px,100%);height:64px}}@media only screen and (max-width:568px){.distributors-directory__logo{width:160px}}.distributors-directory__logo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}@media only screen and (max-width:568px){.distributors-directory__logo--wide-mobile{width:200px;height:80px}}.job-offer{padding:96px 76px}@media only screen and (max-width:1024px){.job-offer{padding:48px 28px 64px}}@media only screen and (max-width:568px){.job-offer{padding:32px 0 48px}}.job-offer__card{display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding:64px;overflow:hidden;border-radius:20px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.job-offer__card{gap:24px;padding:40px}}@media only screen and (max-width:568px){.job-offer__card{gap:20px;padding:24px;border-radius:16px}}.job-offer__title{width:100%;margin:0;font-size:32px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.job-offer__title{font-size:28px;line-height:1.15}}@media only screen and (max-width:568px){.job-offer__title{font-size:22px;line-height:1.2}}.job-offer__text{width:100%;margin:0;font-size:18px;line-height:1.4}@media only screen and (max-width:1024px){.job-offer__text{font-size:16px;line-height:1.5}}@media only screen and (max-width:568px){.job-offer__text{font-size:14px}}.job-offer__actions{display:flex;align-items:flex-start;gap:24px}@media only screen and (max-width:568px){.job-offer__actions{flex-direction:column;gap:16px;width:100%}}.job-offer__button{padding:12px 32px;font-size:16px;line-height:1.5}@media only screen and (max-width:568px){.job-offer__button{width:100%}}.job-offer__button--download{background-color:#0068bd}.job-offer__button--download:hover{background-color:#00589f}.job-offer__button--download img{transform:rotate(90deg)}.company-intro{padding-top:116px;padding-bottom:96px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.company-intro{padding-top:104px;padding-bottom:48px}}@media only screen and (max-width:568px){.company-intro{padding-top:90px;padding-bottom:32px}}.company-intro__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1024px){.company-intro__inner{gap:40px}}@media only screen and (max-width:920px){.company-intro__inner{gap:32px}}.company-intro__layout{display:grid;grid-template-columns:minmax(0,560fr) minmax(0,688fr);align-items:center;gap:32px}@media only screen and (max-width:1024px){.company-intro__layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:64px}}@media only screen and (max-width:992px){.company-intro__layout{gap:48px}}@media only screen and (max-width:920px){.company-intro__layout{grid-template-columns:minmax(0,1fr);gap:32px}}.company-intro__content{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1024px){.company-intro__content{gap:24px}}@media only screen and (max-width:568px){.company-intro__content{gap:20px}}.company-intro__title{font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.company-intro__title{font-size:48px}}@media only screen and (max-width:1024px){.company-intro__title{font-size:40px;line-height:1.15}}@media only screen and (max-width:568px){.company-intro__title{font-size:32px}}.company-intro__text{display:flex;flex-direction:column;gap:28px;font-size:20px;line-height:1.4}@media only screen and (max-width:1280px){.company-intro__text{font-size:18px}}@media only screen and (max-width:1024px){.company-intro__text{gap:25px;font-size:18px}}@media only screen and (max-width:568px){.company-intro__text{gap:22px;font-size:16px}}.company-intro__image{width:100%;height:560px;overflow:hidden;border-radius:20px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:1280px){.company-intro__image{height:500px}}@media only screen and (max-width:1024px){.company-intro__image{height:432px}}@media only screen and (max-width:920px){.company-intro__image{order:-1;height:clamp(240px,61.5vw,432px)}}.company-intro__image img{display:block;width:100%;height:100%;border-radius:inherit;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.company-values{padding-top:96px;padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.company-values{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:568px){.company-values{padding-top:48px;padding-bottom:48px}}.company-values__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1024px){.company-values__inner{gap:24px}}.company-values__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.company-values__title{font-size:28px;line-height:normal}}@media only screen and (max-width:568px){.company-values__title{font-size:24px;line-height:1.1}}.company-values__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:32px}@media only screen and (max-width:1024px){.company-values__grid{gap:16px}}@media only screen and (max-width:920px){.company-values__grid{grid-template-columns:minmax(0,1fr)}}.company-values__card{display:flex;min-width:0;flex-direction:column;gap:12px;padding:32px;border-radius:10px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.company-values__card{padding:24px}}.company-values__card:last-child{border-top-right-radius:20px}.company-values__card-header{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:24px}@media only screen and (max-width:920px){.company-values__card-header{flex-direction:row;align-items:center}}.company-values__icon{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-white)}.company-values__icon picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.company-values__icon img{display:block;width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.company-values__card-title{font-size:20px;font-weight:500;line-height:1.2}@media only screen and (max-width:920px){.company-values__card-title{font-size:18px}}.company-values__text{font-size:16px;line-height:1.4}@media only screen and (max-width:920px){.company-values__text{font-size:14px}}.team-directory{padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.team-directory{padding-bottom:64px}}@media only screen and (max-width:568px){.team-directory{padding-bottom:48px}}.team-directory__inner{display:flex;flex-direction:column;align-items:center;gap:32px}@media only screen and (max-width:1024px){.team-directory__inner{gap:24px}}.team-directory__filter{position:relative;z-index:2;width:200px;height:48px}@media only screen and (max-width:568px){.team-directory__filter{width:100%}}.team-directory__select{display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border:1px solid rgba(4,29,49,.24);border-radius:60px;outline:0;background-color:var(--color-white);color:var(--color-navy);font:inherit;font-size:14px;line-height:1.4;cursor:pointer;transition:border-color 180ms ease,box-shadow 180ms ease,background-color 180ms ease}@media (prefers-reduced-motion:reduce){.team-directory__select{transition:none}}.team-directory__select:hover,.team-directory__select[aria-expanded=true]{border-color:rgba(0,104,189,.56);background-color:rgba(0,104,189,.03)}.team-directory__select:focus-visible{border-color:#0068bd;box-shadow:0 0 0 3px rgba(0,104,189,.12)}.team-directory__chevron{display:block;width:7px;height:4px;flex:0 0 7px;-o-object-fit:contain;object-fit:contain;pointer-events:none;transition:transform 180ms ease}@media (prefers-reduced-motion:reduce){.team-directory__chevron{transition:none}}.team-directory__chevron img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.team-directory__filter--open .team-directory__chevron{transform:rotate(180deg)}.team-directory__options{position:absolute;top:calc(100% + 8px);right:0;left:0;display:flex;flex-direction:column;gap:4px;padding:8px;border:1px solid rgba(4,29,49,.1);border-radius:16px;background-color:rgba(255,255,255,.96);box-shadow:0 18px 44px rgba(4,29,49,.16);backdrop-filter:blur(12px)}.team-directory__options[hidden]{display:none}.team-directory__options li{list-style:none}.team-directory__option{position:relative;display:flex;width:100%;align-items:center;padding:10px 30px 10px 12px;border-radius:10px;color:rgba(4,29,49,.76);font-size:14px;font-weight:500;line-height:1.35;text-align:left;transition:color 180ms ease,background-color 180ms ease}@media (prefers-reduced-motion:reduce){.team-directory__option{transition:none}}.team-directory__option::after{position:absolute;top:50%;right:12px;width:7px;height:7px;border-radius:50%;background-color:#0068bd;content:"";opacity:0;transform:translateY(-50%) scale(.5);transition:opacity 180ms ease,transform 180ms ease}@media (prefers-reduced-motion:reduce){.team-directory__option::after{transition:none}}.team-directory__option--selected,.team-directory__option:focus-visible,.team-directory__option:hover{outline:0;background-color:rgba(0,104,189,.08);color:var(--color-navy)}.team-directory__option--selected::after{opacity:1;transform:translateY(-50%) scale(1)}.team-directory__grid{display:grid;width:100%;grid-template-columns:repeat(5,200px);justify-content:space-between;gap:32px 24px}@media only screen and (max-width:1280px){.team-directory__grid{grid-template-columns:repeat(4,200px)}}@media only screen and (max-width:1024px){.team-directory__grid{grid-template-columns:repeat(4,200px);gap:24px 16px}}@media only screen and (max-width:920px){.team-directory__grid{grid-template-columns:repeat(3,180px)}}@media only screen and (max-width:650px){.team-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media only screen and (max-width:568px){.team-directory__grid{gap:8px}}@media only screen and (max-width:375px){.team-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.team-directory__member{display:flex;min-width:0;flex-direction:column;align-items:center;gap:8px;text-align:center}.team-directory__member[hidden]{display:none}.team-directory__photo{display:block;width:200px;height:200px;overflow:hidden;border:1px solid rgba(0,104,189,.08);border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:920px){.team-directory__photo{width:180px;height:180px}}@media only screen and (max-width:650px){.team-directory__photo{width:min(100%,180px);height:auto;aspect-ratio:1}}@media only screen and (max-width:568px){.team-directory__photo{width:min(100%,112px);height:auto}}@media only screen and (max-width:375px){.team-directory__photo{width:clamp(80px,26.5vw,99px);height:clamp(80px,26.5vw,99px)}}.team-directory__photo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.team-directory__name{font-size:20px;font-weight:500;line-height:1.2}@media only screen and (max-width:568px){.team-directory__name{font-size:14px}}.team-directory__role{font-size:16px;line-height:1.4}@media only screen and (max-width:568px){.team-directory__role{font-size:12px}}.company-history{padding-top:96px;padding-bottom:96px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.company-history{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:568px){.company-history{padding-top:48px;padding-bottom:48px}}.company-history__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:568px){.company-history__inner{gap:24px}}.company-history__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.company-history__title{font-size:28px;line-height:normal}}.company-history__list{position:relative;display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:568px){.company-history__list{gap:24px}}.company-history__list::before{position:absolute;top:200px;bottom:200px;left:50%;z-index:2;width:2px;background-color:#0068bd;content:"";transform:translateX(-50%)}@media only screen and (max-width:768px){.company-history__list::before{display:none}}.company-history__item{position:relative;display:flex;height:400px;min-width:0;overflow:hidden;border-radius:20px;background-color:var(--color-white)}@media only screen and (max-width:768px){.company-history__item{height:auto;flex-direction:column}}.company-history__item--reverse .company-history__media{order:2}@media only screen and (max-width:768px){.company-history__item--reverse .company-history__media{order:1}}.company-history__item--reverse .company-history__content{order:1}@media only screen and (max-width:768px){.company-history__item--reverse .company-history__content{order:2}}@media only screen and (max-width:768px){.company-history__item--mobile-extra{display:none}}@media only screen and (max-width:768px){.company-history--expanded .company-history__item--mobile-extra{display:flex}}.company-history__media{display:block;width:50%;height:100%;flex:0 0 50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:768px){.company-history__media{width:100%;height:180px;flex-basis:180px}}@media only screen and (max-width:568px){.company-history__media{height:120px;flex-basis:120px}}.company-history__media img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.company-history__content{display:flex;min-width:0;flex:1 1 50%;flex-direction:column;justify-content:center;gap:32px;padding:96px}@media only screen and (max-width:1280px){.company-history__content{gap:24px;padding:64px}}@media only screen and (max-width:1024px){.company-history__content{gap:32px;padding:48px}}@media only screen and (max-width:920px){.company-history__content{gap:24px;padding:32px}}@media only screen and (max-width:768px){.company-history__content{order:2;gap:20px;padding:32px}}@media only screen and (max-width:568px){.company-history__content{gap:16px;padding:24px}}.company-history__item-title{font-size:32px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.company-history__item-title{font-size:28px}}@media only screen and (max-width:1024px){.company-history__item-title{font-size:24px}}@media only screen and (max-width:920px){.company-history__item-title{font-size:22px}}@media only screen and (max-width:568px){.company-history__item-title{font-size:18px}}.company-history__text{font-size:18px;line-height:1.4}@media only screen and (max-width:1280px){.company-history__text{font-size:17px}}@media only screen and (max-width:1024px){.company-history__text{font-size:16px}}@media only screen and (max-width:920px){.company-history__text{font-size:15px}}@media only screen and (max-width:568px){.company-history__text{font-size:14px}}.company-history__year{position:absolute;top:50%;left:50%;z-index:3;display:inline-flex;height:48px;align-items:center;justify-content:center;padding:0 32px;border:1px solid rgba(255,255,255,.04);border-radius:60px;background-color:#0068bd;color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;transform:translate(-50%,-50%)}@media only screen and (max-width:768px){.company-history__year{top:180px;left:20px;height:32px;padding:0 20px;transform:translateY(-50%)}}@media only screen and (max-width:568px){.company-history__year{top:120px;height:26px;padding:0 16px}}.company-history__toggle{display:none;align-self:center;padding:4px 8px;color:#0068bd;font-size:14px;font-weight:500;line-height:1.5;transition:color 180ms ease,transform 180ms ease}@media only screen and (max-width:768px){.company-history__toggle{display:inline-flex}}@media (prefers-reduced-motion:reduce){.company-history__toggle{transition:none}}.company-history__toggle:focus-visible,.company-history__toggle:hover{color:#004f91;outline:0;text-decoration:underline;text-underline-offset:4px;transform:translateY(-2px)}.company-vision{padding-top:96px;padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.company-vision{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:568px){.company-vision{padding-top:48px;padding-bottom:48px}}.company-vision__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1024px){.company-vision__inner{gap:24px}}.company-vision__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.company-vision__title{font-size:28px;line-height:normal}}@media only screen and (max-width:568px){.company-vision__title{font-size:24px;line-height:1.1}}.company-vision__card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border-radius:20px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.company-vision__card{grid-template-columns:minmax(0,1fr)}}.company-vision__image{display:block;width:100%;height:100%;min-height:460px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:1280px){.company-vision__image{min-height:440px}}@media only screen and (max-width:1024px){.company-vision__image{height:400px;min-height:0}}@media only screen and (max-width:568px){.company-vision__image{height:240px}}.company-vision__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.company-vision__content{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:24px;padding:96px;font-size:18px;line-height:1.4}@media only screen and (max-width:1280px){.company-vision__content{padding:64px;font-size:17px}}@media only screen and (max-width:1024px){.company-vision__content{gap:24px;padding:48px;font-size:16px}}@media only screen and (max-width:568px){.company-vision__content{padding:24px}}.company-vision__point{display:flex;flex-direction:column}.company-vision__point p+p{margin-top:0}.company-vision__point-title{font-size:inherit;font-weight:700;line-height:inherit}.company-numbers{padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.company-numbers{padding-bottom:64px}}@media only screen and (max-width:568px){.company-numbers{padding-top:48px;padding-bottom:48px}}.company-numbers__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1024px){.company-numbers__inner{gap:24px}}.company-numbers__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.company-numbers__title{font-size:28px;line-height:normal}}@media only screen and (max-width:568px){.company-numbers__title{font-size:24px;line-height:1.1}}.company-numbers__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}@media only screen and (max-width:1024px){.company-numbers__grid{gap:16px}}@media only screen and (max-width:920px){.company-numbers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:568px){.company-numbers__grid{grid-template-columns:minmax(0,1fr)}}.company-numbers__card{display:flex;min-width:0;flex-direction:column;gap:12px;padding:32px;border-radius:10px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.company-numbers__card{padding:24px}}.company-numbers__card:last-child{border-top-right-radius:20px}.company-numbers__header{display:flex;flex-direction:column;align-items:flex-start;gap:24px}@media only screen and (max-width:568px){.company-numbers__header{flex-direction:row;align-items:center}}.company-numbers__icon{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-white)}.company-numbers__icon-image{display:block;width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.company-numbers__icon-image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.company-numbers__icon-image--customers{height:22px}.company-numbers__value{font-size:20px;font-weight:500;line-height:1.2}@media only screen and (max-width:568px){.company-numbers__value{font-size:18px}}.company-numbers__label{font-size:16px;line-height:1.4}@media only screen and (max-width:568px){.company-numbers__label{font-size:14px}}.company-references{background-color:var(--color-white)}@media only screen and (max-width:568px){.company-references{padding-bottom:48px}}.company-references__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1024px){.company-references__inner{gap:24px}}.company-references__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.company-references__title{font-size:28px;line-height:normal}}@media only screen and (max-width:568px){.company-references__title{font-size:24px;line-height:1.1}}.company-references__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}@media only screen and (max-width:1024px){.company-references__grid{gap:16px}}@media only screen and (max-width:768px){.company-references__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.company-references__brand{min-width:0;aspect-ratio:4/1}.company-references__logo{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.company-references__logo img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.case-article{padding-top:32px;padding-bottom:96px;color:var(--color-navy)}@media only screen and (max-width:1024px){.case-article{padding-top:0;padding-bottom:0}}.case-article__metrics{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr) auto) minmax(0,1fr);gap:32px;align-items:center;padding-bottom:32px;border-bottom:1px solid rgba(4,29,49,.15)}@media only screen and (max-width:1024px){.case-article__metrics::after{position:absolute;bottom:0;left:50%;width:100vw;height:1px;transform:translateX(-50%);background-color:rgba(4,29,49,.15);content:""}}@media only screen and (max-width:1024px){.case-article__metrics{gap:24px;padding-top:24px;padding-bottom:24px;border-bottom:0}}@media only screen and (max-width:768px){.case-article__metrics{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding-top:20px;padding-bottom:20px}}.case-article__metric{display:flex;flex-direction:column;gap:4px;margin:0}.case-article__metric dt{font-size:16px;font-weight:600;line-height:normal;text-transform:uppercase;opacity:.6}@media only screen and (max-width:1024px){.case-article__metric dt{font-size:12px}}.case-article__metric dd{margin:0;color:#0068bd;font-size:32px;font-weight:700;line-height:normal}@media only screen and (max-width:1024px){.case-article__metric dd{font-size:28px}}@media only screen and (max-width:768px){.case-article__metric dd{font-size:20px}}@media only screen and (max-width:768px){.case-article__metric{flex-direction:row;align-items:center;justify-content:space-between}}.case-article__metric-divider{width:1px;height:48px;background-color:rgba(4,29,49,.15)}@media only screen and (max-width:1024px){.case-article__metric-divider{height:40px}}@media only screen and (max-width:768px){.case-article__metric-divider{width:100%;height:1px}}.case-article__download{display:inline-flex;align-items:center;justify-content:center;justify-self:stretch;gap:12px;min-height:48px;padding:12px 24px;border-radius:60px;background-color:#0068bd;color:var(--color-white);font-size:16px;font-weight:600;line-height:normal;transition:background-color 180ms ease,transform 180ms ease}.case-article__download img{width:16px;height:16px;transform:rotate(90deg)}@media only screen and (max-width:1024px){.case-article__download img{display:none}}.case-article__download:hover{background-color:#00589f;transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.case-article__download{transition:none}}@media only screen and (max-width:1024px){.case-article__download{min-height:41px;padding:10px 20px;background-color:#e2f1fd;color:#0068bd;font-size:14px}}@media only screen and (max-width:768px){.case-article__download{width:100%}}.case-article__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(340px,.9fr);gap:64px;align-items:start;padding-top:32px}@media only screen and (max-width:1024px){.case-article__layout{grid-template-columns:minmax(0,1fr) 340px;gap:40px;padding-top:48px;padding-bottom:64px}}@media only screen and (max-width:920px){.case-article__layout{display:flex;flex-direction:column}}@media only screen and (max-width:768px){.case-article__layout{gap:0;padding-top:0;padding-bottom:48px}}.case-article__content{display:flex;flex-direction:column;gap:32px;font-size:20px;line-height:1.6}.case-article__content a{color:#0068bd;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;overflow-wrap:break-word}.case-article__content a:hover{color:#005aa3}.case-article__content a:focus-visible{outline:2px solid #0068bd;outline-offset:3px}@media only screen and (max-width:1024px){.case-article__content{gap:32px;font-size:16px}}@media only screen and (max-width:768px){.case-article__content{gap:24px;padding-top:32px;padding-bottom:40px;font-size:15px;line-height:1.5}}.case-article__share{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;min-height:40px;padding:16px 32px;border:1px solid #0068bd;border-radius:60px;background-color:var(--color-white);color:#0068bd;font-size:14px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:background-color 180ms ease,color 180ms ease}.case-article__share img{display:block;width:16px!important;height:16px!important;max-width:16px;flex-shrink:0}@media only screen and (max-width:1024px){.case-article__share img{width:14px!important;height:14px!important;max-width:14px}}@media only screen and (max-width:568px){.case-article__share img{width:12px!important;height:12px!important;max-width:12px}}.case-article__share .a2a_img_text,.case-article__share .a2a_svg{display:none!important}.case-article__share span{color:inherit;font-size:14px;font-weight:600;line-height:normal}@media only screen and (max-width:1024px){.case-article__share span{font-size:13px}}@media only screen and (max-width:568px){.case-article__share span{font-size:12px}}.case-article__share:hover{background-color:#e2f1fd;color:#0068bd;text-decoration:none}.case-article__share:focus-visible{outline:2px solid #0068bd;outline-offset:2px}@media (prefers-reduced-motion:reduce){.case-article__share{transition:none}}@media only screen and (max-width:1024px){.case-article__share{min-height:36px;padding:8px 16px;font-size:13px}}@media only screen and (max-width:568px){.case-article__share{min-height:31px;padding:8px 14px;font-size:12px}}@media only screen and (max-width:1024px){.case-article__share--top{display:none}}.case-article__quote{display:flex;flex-direction:column;gap:24px;margin:0;padding-left:32px;border-left:4px solid #0068bd}.case-article__quote p{font-size:24px;font-style:italic;line-height:1.6}.case-article__quote p::before{content:"“"}.case-article__quote p::after{content:"”"}@media only screen and (max-width:1024px){.case-article__quote p{font-size:20px;line-height:1.5}}@media only screen and (max-width:768px){.case-article__quote p{font-size:16px;line-height:1.5}}@media only screen and (max-width:1024px){.case-article__quote{gap:12px;padding-left:24px}}@media only screen and (max-width:768px){.case-article__quote{gap:8px;padding-left:16px;border-left-width:3px}}.case-article__quote-author{display:flex;flex-direction:column;font-size:16px;font-style:normal;line-height:1.5}@media only screen and (max-width:1024px){.case-article__quote-author strong::after{content:" —"}}@media only screen and (max-width:568px){.case-article__quote-author strong::after{content:none}}@media only screen and (max-width:1024px){.case-article__quote-author{flex-direction:row;gap:4px;font-size:14px}}@media only screen and (max-width:768px){.case-article__quote-author{gap:4px;font-size:13px}}@media only screen and (max-width:568px){.case-article__quote-author{flex-direction:column;gap:4px}}.case-article__author-role--mobile{display:none}.case-article__lead{font-size:20px;line-height:1.6}@media only screen and (max-width:1024px){.case-article__lead{font-size:22px;line-height:1.4}}@media only screen and (max-width:768px){.case-article__lead{font-size:18px;line-height:1.3}}.case-article__meta{display:flex;align-items:center;gap:24px}.case-article__meta time{min-width:0;flex:1;font-size:14px;line-height:1.4;opacity:.64;text-align:right;white-space:nowrap}@media only screen and (max-width:768px){.case-article__meta time{font-size:12px;line-height:normal;opacity:.6}}@media only screen and (max-width:768px){.case-article__meta{justify-content:space-between;gap:24px}}.case-article__share-label--short{display:none!important}@media only screen and (max-width:568px){.case-article__share-label--short{display:inline-block!important}}.case-article__share-label--full{display:inline-block!important}@media only screen and (max-width:568px){.case-article__share-label--full{display:none!important}}.case-article__category{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:60px;background-color:rgba(0,104,189,.08);color:#0068bd;font-size:14px;font-weight:500;line-height:16px;text-transform:uppercase;white-space:nowrap}@media only screen and (max-width:1024px){.case-article__category{display:none}}.case-article__form-card{display:flex;flex-direction:column;gap:32px;padding:40px;border-radius:20px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.case-article__form-card{gap:24px;padding:24px}}@media only screen and (max-width:768px){.case-article__form-card{width:100%}}.case-article__form-heading{display:flex;flex-direction:column;gap:16px}.case-article__form-heading h2{font-size:24px;font-weight:500;line-height:normal}@media only screen and (max-width:1024px){.case-article__form-heading h2{font-size:22px}}@media only screen and (max-width:1024px){.case-article__form-heading{gap:12px}}.case-article__form-copy{font-size:16px;line-height:1.5}.case-article__form-copy--responsive{display:none}@media only screen and (max-width:1024px){.case-article__form-copy--responsive{display:block}}@media only screen and (max-width:1024px){.case-article__form-copy--desktop{display:none}}@media only screen and (max-width:1024px){.case-article__form-copy{font-size:14px}}.case-article__form{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:1024px){.case-article__form{gap:16px}}.case-article__field{display:block}.case-article__field>span{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.case-article__field input,.case-article__field textarea{width:100%;border:1px solid rgba(4,29,49,.24);background-color:var(--color-white);outline:0;font-size:14px;transition:border-color 180ms ease,box-shadow 180ms ease}@media (prefers-reduced-motion:reduce){.case-article__field input,.case-article__field textarea{transition:none}}.case-article__field input::-moz-placeholder,.case-article__field textarea::-moz-placeholder{color:rgba(4,29,49,.72);opacity:1}.case-article__field input::placeholder,.case-article__field textarea::placeholder{color:rgba(4,29,49,.72);opacity:1}.case-article__field input:focus,.case-article__field textarea:focus{border-color:#0068bd;box-shadow:0 0 0 3px rgba(0,104,189,.1)}.case-article__field input{height:48px;padding:0 20px;border-radius:60px}.case-article__field textarea{height:104px;padding:16px 20px;border-radius:16px;resize:vertical}@media only screen and (max-width:1024px){.case-article__field textarea{height:88px}}.case-article__submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;height:48px;border-radius:60px;background-color:var(--color-green);color:var(--color-white);font-size:16px;font-weight:600;transition:background-color 180ms ease,transform 180ms ease}.case-article__submit img{width:16px;height:16px}.case-article__submit:hover{background-color:#158947;transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.case-article__submit{transition:none}}.a2a_full_footer,div.a2a_full_footer{display:none!important}.a2a_full .a2a_full_services{height:auto!important;min-height:80px;max-height:380px;overflow-y:auto;padding-bottom:16px}.unified-ecosystem{padding:96px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.unified-ecosystem{padding:64px 48px}}@media only screen and (max-width:568px){.unified-ecosystem{padding:40px 20px}}.unified-ecosystem__inner{display:grid;grid-template-areas:"media title" "media features";grid-template-columns:minmax(0,1fr) 672px;grid-template-rows:auto 1fr;gap:32px 96px;align-items:center}@media only screen and (max-width:1440px){.unified-ecosystem__inner{grid-template-columns:minmax(0,1fr) 600px;gap:28px 64px}}@media only screen and (max-width:1280px){.unified-ecosystem__inner{grid-template-areas:"title title" "media features";grid-template-columns:minmax(0,420px) minmax(0,1fr);grid-template-rows:auto auto;gap:48px}}@media only screen and (max-width:920px){.unified-ecosystem__inner{display:flex;flex-direction:column;align-items:stretch;gap:48px}}@media only screen and (max-width:568px){.unified-ecosystem__inner{gap:24px}}.unified-ecosystem__title{grid-area:title;padding-bottom:32px;border-bottom:1px solid rgba(4,29,49,.16);font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1440px){.unified-ecosystem__title{font-size:36px}}@media only screen and (max-width:1280px){.unified-ecosystem__title{padding-bottom:0;border-bottom:0;font-size:32px;line-height:normal}}@media only screen and (max-width:568px){.unified-ecosystem__title{font-size:24px;line-height:1.1}}.unified-ecosystem__media{position:relative;grid-area:media;aspect-ratio:1;min-width:0;overflow:hidden;border-radius:20px}@media only screen and (max-width:1280px){.unified-ecosystem__media{align-self:stretch}}@media only screen and (max-width:920px){.unified-ecosystem__media{width:100%;aspect-ratio:16/9}}@media only screen and (max-width:568px){.unified-ecosystem__media{aspect-ratio:auto;height:220px;border-radius:12px}}.unified-ecosystem__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.unified-ecosystem__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.unified-ecosystem__video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.unified-ecosystem__media--slider .swiper-wrapper{display:flex;box-sizing:content-box;height:100%}.unified-ecosystem__slide{width:100%;height:100%;flex:0 0 100%;min-width:0;overflow:hidden}.unified-ecosystem__slide,.unified-ecosystem__slide picture{height:100%}.unified-ecosystem__controls{position:absolute;inset:24px 32px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.unified-ecosystem__controls button{width:44px;height:44px;border-radius:50%;pointer-events:auto}.unified-ecosystem__controls button img{width:100%;height:100%}@media only screen and (max-width:1280px){.unified-ecosystem__controls{display:none}}.unified-ecosystem__arrow.swiper-button-disabled{opacity:.48}.unified-ecosystem__arrow--prev img{transform:rotate(180deg)}.unified-ecosystem__features{grid-area:features;display:flex;flex-direction:column;gap:0}@media only screen and (max-width:568px){.unified-ecosystem__features{margin-top:-4px}}.unified-ecosystem__feature{display:flex;align-items:flex-start;gap:24px;padding:32px 0;border-top:1px solid rgba(4,29,49,.16)}.unified-ecosystem__feature:first-child{padding-top:0;border-top:0}.unified-ecosystem__feature:last-child{padding-bottom:0}.unified-ecosystem__feature h3{font-size:24px;font-weight:700;line-height:1.4}@media only screen and (max-width:1440px){.unified-ecosystem__feature h3{font-size:20px}}@media only screen and (max-width:1280px){.unified-ecosystem__feature h3{font-size:18px;line-height:normal}}@media only screen and (max-width:568px){.unified-ecosystem__feature h3{font-size:15px}}.unified-ecosystem__feature p{margin-top:12px;font-size:18px;line-height:1.4}@media only screen and (max-width:1440px){.unified-ecosystem__feature p{margin-top:8px;font-size:16px}}@media only screen and (max-width:1280px){.unified-ecosystem__feature p{margin-top:4px;color:rgba(4,29,49,.64);font-size:15px;line-height:normal}}@media only screen and (max-width:568px){.unified-ecosystem__feature p{margin-top:0;font-size:13px}}@media only screen and (max-width:1440px){.unified-ecosystem__feature{gap:20px;padding:24px 0}}@media only screen and (max-width:1280px){.unified-ecosystem__feature{gap:16px;padding:24px 0}}@media only screen and (max-width:568px){.unified-ecosystem__feature{align-items:center;gap:12px;padding:16px 0}}.unified-ecosystem__icon{flex:0 0 64px;width:64px;height:64px}.unified-ecosystem__icon img{display:block;width:100%;height:100%}@media only screen and (max-width:1440px){.unified-ecosystem__icon{flex-basis:56px;width:56px;height:56px}}@media only screen and (max-width:1280px){.unified-ecosystem__icon{flex-basis:48px;width:48px;height:48px}}@media only screen and (max-width:568px){.unified-ecosystem__icon{flex-basis:36px;width:36px;height:36px}}.solutions-range{padding:96px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.solutions-range{padding:48px 48px 64px}}@media only screen and (max-width:568px){.solutions-range{padding:40px 20px}}.solutions-range__grid,.solutions-range__inner{display:flex;flex-direction:column;align-items:stretch;gap:32px}@media only screen and (max-width:568px){.solutions-range__inner{gap:24px}}@media only screen and (max-width:568px){.solutions-range__grid{gap:20px}}.solutions-range__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:568px){.solutions-range__title span{display:none}}@media only screen and (max-width:1024px){.solutions-range__title{font-size:32px;line-height:normal}}@media only screen and (max-width:568px){.solutions-range__title{font-size:24px;line-height:1.1}}.solutions-range__card{display:flex;min-height:530px;overflow:hidden;border-radius:20px;background-color:var(--color-white)}.solutions-range__card--reverse{flex-direction:row-reverse}@media only screen and (max-width:1024px){.solutions-range__card{min-height:0;flex-direction:column}}@media only screen and (max-width:568px){.solutions-range__card{border-radius:16px}}.solutions-range__content,.solutions-range__media{width:50%}@media only screen and (max-width:1024px){.solutions-range__content,.solutions-range__media{width:100%}}.solutions-range__media{position:relative;min-height:530px}.solutions-range__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.solutions-range__media picture{position:absolute;inset:0}@media only screen and (max-width:1024px){.solutions-range__media{min-height:0;height:220px}}@media only screen and (max-width:568px){.solutions-range__media{height:160px}}.solutions-range__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:32px;padding:96px}.solutions-range__content h3{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1440px){.solutions-range__content h3{font-size:36px}}@media only screen and (max-width:1024px){.solutions-range__content h3{font-size:28px;line-height:normal}}@media only screen and (max-width:568px){.solutions-range__content h3{font-size:18px}}@media only screen and (max-width:1440px){.solutions-range__content{gap:24px;padding:64px}}@media only screen and (max-width:1024px){.solutions-range__content{gap:20px;padding:40px}}@media only screen and (max-width:568px){.solutions-range__content{gap:12px;padding:20px}}.solutions-range__copy{font-size:18px;line-height:1.4}.solutions-range__copy p+p{margin-top:32px}@media only screen and (max-width:1440px){.solutions-range__copy p+p{margin-top:24px}}@media only screen and (max-width:1024px){.solutions-range__copy p+p{margin-top:20px}}.solutions-range__copy--mobile{display:none}@media only screen and (max-width:568px){.solutions-range__copy--mobile{display:block}}@media only screen and (max-width:568px){.solutions-range__copy--full{display:none}}@media only screen and (max-width:1440px){.solutions-range__copy{font-size:16px}}@media only screen and (max-width:1024px){.solutions-range__copy{color:rgba(4,29,49,.64);font-size:16px}}@media only screen and (max-width:568px){.solutions-range__copy{font-size:14px}}.solutions-range__link{padding:12px 32px;background-color:#0068bd;font-size:16px;line-height:1.5}.solutions-range__link:hover{background-color:#00589f}@media only screen and (max-width:1024px){.solutions-range__link{padding:12px 24px;font-size:14px}}@media only screen and (max-width:1024px){.solutions-range__link img{width:12px;height:12px}}@media only screen and (max-width:568px){.solutions-range__link{gap:6px;padding:8px 16px;font-size:13px;line-height:normal}}@keyframes trusted-by-scroll{from{transform:translateX(var(--trusted-by-start))}to{transform:translateX(calc(var(--trusted-by-start) - var(--trusted-by-distance)))}}.trusted-by{position:relative;overflow:hidden;padding-top:48px}@media only screen and (max-width:568px){.trusted-by{padding-top:32px}}.trusted-by__inner{width:100%}.trusted-by__marquee{height:63.173px;width:100vw;margin-left:calc(50% - 50vw)}@media only screen and (max-width:1280px){.trusted-by__marquee{height:47.38px}}.trusted-by__rail{--trusted-by-start:96px;--trusted-by-distance:1712px;display:flex;width:-moz-max-content;width:max-content;gap:0;flex-wrap:nowrap;animation:trusted-by-scroll 32s linear infinite;animation-fill-mode:both;will-change:transform}@media only screen and (max-width:1280px){.trusted-by__rail{--trusted-by-start:calc((100vw - 1110px) / 2);--trusted-by-distance:1284px}}@media only screen and (max-width:568px){.trusted-by__rail{--trusted-by-start:20px}}.trusted-by__marquee:focus-within .trusted-by__rail,.trusted-by__marquee:hover .trusted-by__rail{animation-play-state:paused}.trusted-by__track{position:relative;flex:0 0 1712px;flex-shrink:0;width:1110px;height:47.38px;background-color:rgba(255,255,255,.1);transform:scale(1.3333333333);transform-origin:top left}@media only screen and (max-width:1280px){.trusted-by__track{flex-basis:1284px;transform:none}}.trusted-by__brand{position:absolute;overflow:hidden}.trusted-by__brand img{position:absolute;max-width:none}.trusted-by__brand--1{top:10.19px;left:-63.75px;width:77.25px;height:27px}.trusted-by__brand--1 img{top:-21.25%;left:-18.78%;width:130.13%;height:142.5%}.trusted-by__brand--2{top:10.19px;left:58.5px;width:134.25px;height:27px}.trusted-by__brand--2 img{top:-77.03%;left:-16.48%;width:132.95%;height:254.05%}.trusted-by__brand--3{top:12.81px;left:237.75px;width:135px;height:21.75px}.trusted-by__brand--3 img{top:-135.19%;left:-26.92%;width:153.85%;height:370.37%}.trusted-by__brand--4{top:10.19px;left:417.75px;width:135px;height:27px}.trusted-by__brand--4 img{top:-122.41%;left:-39.66%;width:179.31%;height:344.83%}.trusted-by__brand--5{top:8.31px;left:597.75px;width:135px;height:30.75px}.trusted-by__brand--5 img{top:-26.24%;left:-15.22%;width:131.57%;height:155.32%}.trusted-by__brand--6{top:0;left:777.75px;width:135px;height:47.38px}.trusted-by__brand--6 img{top:-23.29%;left:-22.12%;width:144.23%;height:157.53%}.trusted-by__brand--7{top:10.19px;left:957.75px;width:66px;height:27px}.trusted-by__brand--7 img{top:-60.2%;left:-37.1%;width:177.49%;height:209.57%}.trusted-by__brand--8{top:7.19px;left:1068.75px;width:105px;height:33px}.trusted-by__brand--8 img{top:-35.65%;left:-20.77%;width:141.53%;height:171.3%}@media (prefers-reduced-motion:reduce){.trusted-by__rail{animation:none}}.solution-benefits{padding:48px 0 96px}@media only screen and (max-width:1024px){.solution-benefits{padding:40px 0 64px}}@media only screen and (max-width:568px){.solution-benefits{padding:32px 0 48px}}.solution-benefits--partner{padding:96px 0}@media only screen and (max-width:1024px){.solution-benefits--partner{padding:64px 0}}@media only screen and (max-width:650px){.solution-benefits--partner{padding:48px 0}}.solution-benefits__section-title{margin-bottom:32px;font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.solution-benefits__section-title{font-size:32px}}@media only screen and (max-width:650px){.solution-benefits__section-title{margin-bottom:24px;font-size:24px;line-height:normal}}.solution-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media only screen and (max-width:920px){.solution-benefits__grid{grid-template-columns:1fr}}.solution-benefits__card{display:flex;min-width:0;flex-direction:column;gap:16px;padding:32px;border-radius:10px;background-color:#e2f1fd}@media only screen and (max-width:1024px){.solution-benefits__card{padding:24px}}@media only screen and (max-width:568px){.solution-benefits__card{border-radius:12px}}.solution-benefits--partner .solution-benefits__card{gap:12px}.solution-benefits--partner .solution-benefits__card:nth-child(3){border-top-right-radius:20px}.solution-benefits--partner .solution-benefits__card:nth-child(4){border-bottom-left-radius:20px}.solution-benefits--partner .solution-benefits__card:nth-child(6){border-bottom-right-radius:20px}@media only screen and (max-width:650px){.solution-benefits--partner .solution-benefits__card{padding:20px;border-radius:12px}}.solution-benefits__header{display:flex;align-items:center;gap:24px}@media only screen and (max-width:568px){.solution-benefits__header{gap:16px}}.solution-benefits--partner .solution-benefits__header{flex-direction:column;align-items:flex-start}@media only screen and (max-width:650px){.solution-benefits--partner .solution-benefits__header{flex-direction:row}}.solution-benefits__icon{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-white)}@media only screen and (max-width:568px){.solution-benefits__icon{width:48px;height:48px;flex-basis:48px}}.solution-benefits__icon-image{display:block;width:60px;height:60px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media only screen and (max-width:568px){.solution-benefits__icon-image{width:48px;height:48px}}.solution-benefits__icon-image--no-cabling{width:33px;height:33px}@media only screen and (max-width:568px){.solution-benefits__icon-image--no-cabling{width:26.4px;height:26.4px}}.solution-benefits__icon-image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.solution-benefits--partner .solution-benefits__icon-image{width:32px;height:32px}@media only screen and (max-width:650px){.solution-benefits--partner .solution-benefits__icon{width:60px;height:60px;flex-basis:60px}}.solution-benefits__title{font-size:20px;font-weight:500;line-height:1.2}@media only screen and (max-width:1024px){.solution-benefits__title{font-size:18px}}@media only screen and (max-width:568px){.solution-benefits__title{font-size:16px}}.solution-benefits__text{font-size:16px;line-height:1.4}@media only screen and (max-width:1024px){.solution-benefits__text{font-size:14px}}@media only screen and (max-width:992px){.solution-benefits--partner .solution-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:650px){.solution-benefits--partner .solution-benefits__grid{grid-template-columns:1fr}}.product-rows{padding:96px 0;background-color:var(--color-white)}@media only screen and (max-width:1280px){.product-rows{padding:64px 0}}@media only screen and (max-width:568px){.product-rows{padding:40px 0}}.product-rows__list{display:flex;flex-direction:column;gap:56px}@media only screen and (max-width:1024px){.product-rows__list{gap:64px}}@media only screen and (max-width:568px){.product-rows__list{gap:40px}}.product-rows__section-title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.product-rows__section-title{font-size:32px}}@media only screen and (max-width:568px){.product-rows__section-title{font-size:24px;line-height:normal}}.product-rows__row{display:flex;align-items:center;gap:96px;scroll-margin-top:32px}.product-rows__row:not(:first-child){position:relative}.product-rows__row:not(:first-child)::before{position:absolute;top:-28px;left:0;width:100%;height:1px;background:rgba(4,29,49,.16);content:""}@media only screen and (max-width:768px){.product-rows__row:not(:first-child)::before{display:none}}@media only screen and (max-width:1280px){.product-rows__row{gap:48px}}@media only screen and (max-width:768px){.product-rows__row{flex-direction:column;align-items:stretch;gap:20px}}@media only screen and (max-width:568px){.product-rows__row{gap:20px}}.product-rows__row--reverse .product-rows__media{order:2}@media only screen and (max-width:768px){.product-rows__row--reverse .product-rows__media{order:0}}@media only screen and (max-width:568px){.product-rows__row--reverse .product-rows__media{order:0}}.product-rows__media{position:relative;flex:1 1 0%;min-width:0;height:480px;overflow:hidden;border-radius:20px;background:#e5edf3}@media only screen and (max-width:1024px){.product-rows__media{height:320px}}@media only screen and (max-width:768px){.product-rows__media{width:100%;flex:none}}@media only screen and (max-width:568px){.product-rows__media{height:200px;border-radius:12px}}.product-rows__media--slider .swiper-wrapper{display:flex;box-sizing:content-box;height:100%}.product-rows__media--video{background-color:var(--color-navy)}.product-rows__video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-rows__slide{flex:0 0 100%;width:100%;height:100%;min-width:0}.product-rows__slide picture{height:100%}.product-rows__asset{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-rows__asset img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.product-rows__controls{position:absolute;z-index:2;inset:24px 32px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}@media only screen and (max-width:568px){.product-rows__controls{inset:12px 16px}}.product-rows__arrow{width:44px;height:44px;border-radius:50%;pointer-events:auto}.product-rows__arrow img{display:block;width:100%;height:100%}@media only screen and (max-width:568px){.product-rows__arrow{width:36px;height:36px}}.product-rows__arrow.swiper-button-disabled{opacity:.48}.product-rows__arrow--prev{transform:rotate(180deg)}.product-rows__content{display:flex;flex:1 1 0%;flex-direction:column;align-items:flex-start;min-width:0;gap:32px}@media only screen and (max-width:1024px){.product-rows__content{gap:24px}}@media only screen and (max-width:568px){.product-rows__content{gap:12px}}.product-rows__header{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:1024px){.product-rows__header{gap:12px}}.product-rows__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.product-rows__title{font-size:32px;line-height:normal}}@media only screen and (max-width:568px){.product-rows__title{font-size:24px}}.product-rows__eyebrow{color:#0068bd;font-size:18px;font-style:italic;line-height:normal}@media only screen and (max-width:568px){.product-rows__eyebrow{font-size:15px}}.product-rows__copy{display:flex;flex-direction:column;gap:20px;font-size:18px;line-height:1.5}.product-rows__copy strong{font-weight:700}@media only screen and (max-width:1024px){.product-rows__copy{font-size:16px}}@media only screen and (max-width:568px){.product-rows__copy{gap:12px;color:rgba(4,29,49,.64);font-size:14px;line-height:1.4}}.product-rows__link{position:relative;display:inline-flex;align-items:center;gap:8px;padding-bottom:3px;color:#0068bd;font-size:16px;font-weight:500;line-height:1.5;transition:color .2s ease}@media (prefers-reduced-motion:reduce){.product-rows__link{transition:none}}.product-rows__link::after{position:absolute;right:24px;bottom:0;left:0;height:1px;background-color:currentcolor;content:"";transform:scaleX(0);transform-origin:right;transition:transform 260ms ease}@media (prefers-reduced-motion:reduce){.product-rows__link::after{transition:none}}.product-rows__link:focus-visible,.product-rows__link:hover{color:#004f91}.product-rows__link:focus-visible::after,.product-rows__link:hover::after{transform:scaleX(1);transform-origin:left}.product-rows__link:focus-visible img,.product-rows__link:hover img{transform:translateX(4px)}.product-rows__link:focus-visible{border-radius:2px;outline:2px solid currentcolor;outline-offset:4px}.product-rows__link img{display:block;width:16px;height:16px;transition:transform 220ms ease}@media (prefers-reduced-motion:reduce){.product-rows__link img{transition:none}}@media only screen and (max-width:568px){.product-rows__link{font-size:14px}}.solution-unique{padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.solution-unique{padding-bottom:64px}}@media only screen and (max-width:768px){.solution-unique{padding-bottom:0}}.solution-unique__inner{display:flex;flex-direction:column;gap:32px;padding:64px;overflow:hidden;border-radius:20px;background-color:#e2f1fd}@media only screen and (max-width:1280px){.solution-unique__inner{padding:64px 48px;border-radius:0}}@media only screen and (max-width:568px){.solution-unique__inner{gap:24px;padding:48px 20px}}.solution-unique__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.solution-unique__title{font-size:32px;line-height:normal}}@media only screen and (max-width:568px){.solution-unique__title{font-size:24px}}.solution-unique__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media only screen and (max-width:768px){.solution-unique__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:568px){.solution-unique__grid{grid-template-columns:1fr}}.solution-unique__card{display:flex;min-width:0;flex-direction:column;gap:24px;padding:32px;border-radius:10px;background-color:var(--color-white);transition:box-shadow 240ms ease,transform 240ms ease}.solution-unique__card:nth-child(3){border-top-right-radius:20px}.solution-unique__card:nth-child(4){border-bottom-left-radius:20px}.solution-unique__card:nth-child(6){border-bottom-right-radius:20px}.solution-unique__card:hover{box-shadow:0 16px 36px rgba(4,29,49,.12);transform:translateY(-4px)}@media only screen and (max-width:1024px){.solution-unique__card{padding:24px;border-radius:12px}}@media only screen and (max-width:568px){.solution-unique__card{gap:12px;padding:20px}}.solution-unique__heading{display:flex;flex-direction:column;align-items:flex-start;gap:24px}@media only screen and (max-width:568px){.solution-unique__heading{align-items:center;flex-direction:row;gap:16px}}.solution-unique__icon,.solution-unique__icon-shell{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.solution-unique__icon img,.solution-unique__icon-shell img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.solution-unique__icon-shell{border-radius:50%;background-color:#e2f1fd}.solution-unique__icon--swiss{width:33.1px;height:33.1px;flex-basis:33.1px}.solution-unique__icon-shell .solution-unique__icon-glyph{display:block;width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.solution-unique__card-title{font-size:20px;font-weight:500;line-height:1.2}@media only screen and (max-width:1024px){.solution-unique__card-title{font-size:18px}}@media only screen and (max-width:568px){.solution-unique__card-title{font-size:16px}}.solution-unique__text{font-size:16px;line-height:1.4}@media only screen and (max-width:1024px){.solution-unique__text{font-size:14px}}@media (prefers-reduced-motion:reduce){.solution-unique__card{transition:none}}.experience-box{padding:0 0 96px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.experience-box{padding:0 0 64px}}@media only screen and (max-width:768px){.experience-box{padding:48px 0}}.experience-box__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:768px){.experience-box__inner{gap:24px}}.experience-box__section-title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.experience-box__section-title{font-size:32px}}@media only screen and (max-width:768px){.experience-box__section-title{font-size:24px;line-height:normal}}.experience-box__card{display:flex;min-height:416px;overflow:hidden;border-radius:20px;background-color:#e2f1fd}@media only screen and (max-width:1280px){.experience-box__card{min-height:0}}@media only screen and (max-width:768px){.experience-box__card{position:relative;isolation:isolate;flex-direction:column;gap:24px;min-height:275px;padding:24px;border-radius:16px;background-color:var(--color-navy)}}.experience-box__media{position:relative;width:50%;min-width:0;overflow:hidden}@media only screen and (max-width:768px){.experience-box__media{position:absolute;inset:0;z-index:-2;width:100%}}@media only screen and (max-width:768px){.experience-box__media::after{position:absolute;inset:0;background-color:rgba(4,29,49,.65);content:""}}.experience-box__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.experience-box__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.experience-box__content{display:flex;width:50%;min-width:0;flex-direction:column;align-items:flex-start;gap:32px;padding:96px}@media only screen and (max-width:1280px){.experience-box__content{padding:48px}}@media only screen and (max-width:768px){.experience-box__content{width:min(100%,480px);gap:24px;padding:0;color:var(--color-white)}}@media only screen and (max-width:568px){.experience-box__content{width:100%}}.experience-box__title{font-size:32px;font-weight:500;line-height:1.1}@media only screen and (max-width:768px){.experience-box__title{font-size:20px;font-weight:600;line-height:normal}}.experience-box__text{font-size:18px;line-height:1.4}@media only screen and (max-width:768px){.experience-box__text{font-size:14px}}.experience-box__button{padding:12px 32px;font-size:16px;line-height:1.5}@media only screen and (max-width:768px){.experience-box__button{width:100%;padding:12px 24px;font-size:14px;line-height:normal}}.experience-box-offer{padding:112px 0 96px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1280px){.experience-box-offer{padding-bottom:48px}}@media only screen and (max-width:920px){.experience-box-offer{padding:72px 0 32px}}.experience-box-offer__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.experience-box-offer__inner{gap:40px}}@media only screen and (max-width:920px){.experience-box-offer__inner{gap:32px}}.experience-box-offer__breadcrumbs{flex:0 0 auto;color:var(--color-navy)}@media only screen and (max-width:1280px){.experience-box-offer__breadcrumbs{font-size:14px}}.experience-box-offer__hero{display:flex;align-items:center;justify-content:space-between;gap:32px}@media only screen and (max-width:1280px){.experience-box-offer__hero{gap:64px}}@media only screen and (max-width:920px){.experience-box-offer__hero{flex-direction:column;align-items:stretch;gap:24px}}.experience-box-offer__copy{display:flex;width:560px;flex:0 0 560px;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width:1280px){.experience-box-offer__copy{width:auto;flex:1 1 0%;gap:24px}}@media only screen and (max-width:920px){.experience-box-offer__copy{order:2;width:100%;gap:20px}}.experience-box-offer__title{order:1;font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.experience-box-offer__title{font-size:40px;line-height:1.15}}@media only screen and (max-width:920px){.experience-box-offer__title{font-size:32px}}.experience-box-offer__description{order:3;width:400px;font-size:20px;line-height:1.4}@media only screen and (max-width:1280px){.experience-box-offer__description{order:2;width:100%;font-size:18px}}@media only screen and (max-width:920px){.experience-box-offer__description{font-size:16px}}.experience-box-offer__pricing{order:2}@media only screen and (max-width:1280px){.experience-box-offer__pricing{order:3}}.experience-box-offer__price-label{margin-bottom:0;color:rgba(4,29,49,.64);font-size:16px;line-height:1.4}.experience-box-offer__price{font-size:32px;line-height:1.4;white-space:nowrap}@media only screen and (max-width:1280px){.experience-box-offer__price{font-size:24px}}.experience-box-offer__price sup{margin-left:8px;color:rgba(4,29,49,.24);font-size:16px;vertical-align:super}.experience-box-offer__separator{color:rgba(4,29,49,.24)}.experience-box-offer__button{order:4}@media only screen and (max-width:1280px){.experience-box-offer__button{padding-right:48px;padding-left:48px;font-size:16px}}@media only screen and (max-width:920px){.experience-box-offer__button{height:48px}}.experience-box-offer__media{width:688px;height:560px;flex:0 0 688px;overflow:hidden;border-radius:20px}@media only screen and (max-width:1280px){.experience-box-offer__media{width:auto;height:432px;flex:1 1 0%}}@media only screen and (max-width:920px){.experience-box-offer__media{order:1;width:100%;height:240px;flex:0 0 240px}}.experience-box-offer__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.experience-box-offer__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.experience-box-offer__contents{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.experience-box-offer__contents{gap:24px}}@media only screen and (max-width:920px){.experience-box-offer__contents{display:none}}@media only screen and (max-width:920px){.experience-box-offer--education .experience-box-offer__contents,.experience-box-offer--hybrid .experience-box-offer__contents{display:flex}}.experience-box-offer__section-title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.experience-box-offer__section-title{font-size:28px;line-height:normal}}.experience-box-offer__contents-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media only screen and (max-width:920px){.experience-box-offer__contents-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:568px){.experience-box-offer__contents-grid{grid-template-columns:1fr}}.experience-box-offer__contents-card{display:flex;min-width:0;padding:32px;flex-direction:column;gap:16px;border-radius:10px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.experience-box-offer__contents-card{padding:24px}}.experience-box-offer__contents-header{display:flex;align-items:center;gap:24px}@media only screen and (max-width:1280px){.experience-box-offer__contents-header{flex-direction:column;align-items:flex-start}}.experience-box-offer__contents-icon{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:#e2f1fd}.experience-box-offer__contents-icon-image{display:block;width:40px;height:40px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.experience-box-offer__contents-icon-image--display{width:32px;height:23px}.experience-box-offer__contents-icon-image--sensor{width:32px;height:32px}.experience-box-offer__contents-icon-image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.experience-box-offer__contents-title{min-width:0;flex:1 1 auto;font-size:20px;font-weight:500;line-height:1.2;white-space:normal}.experience-box-offer__contents-text{font-size:16px;line-height:1.4}.experience-box-offer__benefits{display:none}@media only screen and (max-width:920px){.experience-box-offer__benefits{display:flex;flex-direction:column;gap:16px}}.experience-box-offer__benefit-card{display:flex;padding:24px;flex-direction:column;gap:16px;border-radius:10px;background-color:var(--color-white)}.experience-box-offer__benefit-header{display:flex;align-items:center;gap:24px}.experience-box-offer__benefit-icon{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:#e2f1fd}.experience-box-offer__benefit-icon-image{display:block;width:60px;height:60px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.experience-box-offer__benefit-icon-image--no-cabling{width:33px;height:33px}.experience-box-offer__benefit-icon-image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.experience-box-offer__benefit-title{font-size:18px;font-weight:500;line-height:1.2}.experience-box-offer__benefit-text{font-size:14px;line-height:1.4}.meeting-room-setup{padding:96px 0;background-color:var(--color-white)}@media only screen and (max-width:1280px){.meeting-room-setup{padding:64px 0}}@media only screen and (max-width:650px){.meeting-room-setup{padding:48px 0}}.meeting-room-setup--study-area{padding-bottom:0}@media only screen and (max-width:1280px){.meeting-room-setup--study-area{padding-bottom:64px}}@media only screen and (max-width:650px){.meeting-room-setup--study-area{padding-bottom:0}}.meeting-room-setup__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.meeting-room-setup__inner{gap:24px}}.meeting-room-setup__section-title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.meeting-room-setup__section-title{font-size:28px;line-height:normal}}@media only screen and (max-width:650px){.meeting-room-setup__section-title{font-size:24px;line-height:1.1}}.meeting-room-setup__card{display:flex;height:530px;overflow:hidden;border-radius:20px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1280px){.meeting-room-setup__card{height:auto}}@media only screen and (max-width:650px){.meeting-room-setup__card{flex-direction:column}}.meeting-room-setup--study-area .meeting-room-setup__card{height:480px}@media only screen and (max-width:1280px){.meeting-room-setup--study-area .meeting-room-setup__card{height:auto}}.meeting-room-setup__media{width:50%;min-width:0;flex:0 0 50%}@media only screen and (max-width:650px){.meeting-room-setup__media{width:100%;height:160px;flex:0 0 160px}}.meeting-room-setup__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:650px){.meeting-room-setup__image--desktop{display:none}}.meeting-room-setup__image--mobile{display:none}@media only screen and (max-width:650px){.meeting-room-setup__image--mobile{display:block}}.meeting-room-setup__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.meeting-room-setup__content{display:flex;width:50%;min-width:0;padding:96px;flex:0 0 50%;flex-direction:column;justify-content:center;gap:32px}@media only screen and (max-width:1280px){.meeting-room-setup__content{padding:48px}}@media only screen and (max-width:650px){.meeting-room-setup__content{width:100%;padding:24px;flex-basis:auto;gap:16px}}.meeting-room-setup__title{font-size:32px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.meeting-room-setup__title{font-size:24px}}@media only screen and (max-width:650px){.meeting-room-setup__title{font-size:18px}}.meeting-room-setup__text{font-size:18px;line-height:1.4}@media only screen and (max-width:1280px){.meeting-room-setup__text{font-size:16px}}@media only screen and (max-width:650px){.meeting-room-setup__text--desktop{display:none}}.meeting-room-setup__text--mobile{display:none}@media only screen and (max-width:650px){.meeting-room-setup__text--mobile{display:block}}.meeting-room-setup__button{height:48px;padding:12px 32px;font-size:16px;line-height:1.5}@media only screen and (max-width:650px){.meeting-room-setup__button{width:100%}}.meeting-room-solution{padding:96px 0;background-color:#e2f1fd}@media only screen and (max-width:1280px){.meeting-room-solution{padding:64px 0}}@media only screen and (max-width:768px){.meeting-room-solution{padding:48px 0}}.meeting-room-solution--white{background-color:var(--color-white)}.meeting-room-solution--blue{background-color:#e2f1fd}.meeting-room-solution--mist{background-color:#ebf3fa}.meeting-room-solution__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:768px){.meeting-room-solution__inner{gap:24px}}.meeting-room-solution__section-title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.meeting-room-solution__section-title{font-size:32px}}@media only screen and (max-width:768px){.meeting-room-solution__section-title{font-size:24px}}.meeting-room-solution__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}@media only screen and (max-width:1280px){.meeting-room-solution__grid{gap:16px}}@media only screen and (max-width:768px){.meeting-room-solution__grid{grid-template-columns:1fr}}.meeting-room-solution__grid:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (max-width:768px){.meeting-room-solution__grid:has(>:nth-child(2):last-child){grid-template-columns:1fr}}.meeting-room-solution--blue .meeting-room-solution__grid,.meeting-room-solution--white .meeting-room-solution__grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media only screen and (max-width:768px){.meeting-room-solution--blue .meeting-room-solution__grid,.meeting-room-solution--white .meeting-room-solution__grid{grid-template-columns:1fr}}.meeting-room-solution__card{display:flex;overflow:hidden;border-radius:20px;background-color:var(--color-white);color:var(--color-navy);flex-direction:column;text-decoration:none}.meeting-room-solution--white .meeting-room-solution__card{background-color:#e2f1fd;color:var(--color-navy)}.meeting-room-solution--blue .meeting-room-solution__card{background-color:var(--color-white);color:var(--color-navy)}.meeting-room-solution__card:focus-visible .meeting-room-solution__image,.meeting-room-solution__card:hover .meeting-room-solution__image{transform:scale(1.045)}.meeting-room-solution__card:focus-visible .meeting-room-solution__media::after,.meeting-room-solution__card:hover .meeting-room-solution__media::after{background-color:rgba(0,104,189,.18)}.meeting-room-solution__card:focus-visible .meeting-room-solution__link-icon,.meeting-room-solution__card:hover .meeting-room-solution__link-icon{transform:translateX(5px)}.meeting-room-solution__card:focus-visible{outline:2px solid #0068bd;outline-offset:4px}.meeting-room-solution__media{position:relative;height:320px;overflow:hidden;flex:0 0 320px}.meeting-room-solution__media::after{position:absolute;inset:0;background-color:transparent;content:"";pointer-events:none;transition:background-color .4s ease}@media (prefers-reduced-motion:reduce){.meeting-room-solution__media::after{transition:none}}@media only screen and (max-width:1280px){.meeting-room-solution__media{height:200px;flex-basis:200px}}@media only screen and (max-width:768px){.meeting-room-solution__media{height:160px;flex-basis:160px}}.meeting-room-solution__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform 650ms cubic-bezier(.2,.75,.25,1)}@media (prefers-reduced-motion:reduce){.meeting-room-solution__image{transition:none}}.meeting-room-solution__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.meeting-room-solution__content{display:flex;padding:40px;flex:1;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width:1280px){.meeting-room-solution__content{padding:32px;gap:24px}}@media only screen and (max-width:768px){.meeting-room-solution__content{padding:24px;gap:16px}}.meeting-room-solution__title{font-size:24px;font-weight:500;line-height:1.1}@media only screen and (max-width:768px){.meeting-room-solution__title{font-size:18px}}.meeting-room-solution__text{font-size:18px;line-height:1.4}@media only screen and (max-width:1280px){.meeting-room-solution__text{font-size:16px}}@media only screen and (max-width:768px){.meeting-room-solution__text{font-size:14px}}.meeting-room-solution__link{display:inline-flex;margin-top:auto;color:#0068bd;font-size:16px;font-weight:500;line-height:1.2;align-items:center;gap:8px}@media only screen and (max-width:1280px){.meeting-room-solution__link{font-size:14px}}.meeting-room-solution__link-icon{display:block;width:16px;height:16px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform 280ms cubic-bezier(.2,.75,.25,1)}@media (prefers-reduced-motion:reduce){.meeting-room-solution__link-icon{transition:none}}.meeting-room-solution__link-icon img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.experience-box-purchase{position:relative;scroll-margin-top:40px;padding:96px;background:linear-gradient(90deg,rgba(8,65,111,.8),rgba(8,65,111,.8)),linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,rgba(4,29,49,.8) 0,rgba(4,29,49,0) 100%),url(../../../../../../../../themes/roomz-2026/assets/images/experience-box/purchase-background.png) center/cover no-repeat}@media only screen and (max-width:1280px){.experience-box-purchase{padding:64px 48px}}@media only screen and (max-width:568px){.experience-box-purchase{padding:48px 20px}}.experience-box-purchase__inner{display:flex;width:100%;justify-content:center}.experience-box-purchase__form{display:flex;width:640px;flex-direction:column;gap:32px;padding:48px;border-radius:20px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.experience-box-purchase__form{width:100%}}@media only screen and (max-width:568px){.experience-box-purchase__form{gap:24px;padding:32px 20px}}.experience-box-purchase__title{font-size:32px;font-weight:500;line-height:1.1;text-align:center}@media only screen and (max-width:1280px){.experience-box-purchase__title{font-size:24px}}@media only screen and (max-width:568px){.experience-box-purchase__title{font-size:18px}}.experience-box-purchase__form .quform{width:100%;color:var(--color-navy)}.experience-box-purchase__form .quform .quform-default-submit,.experience-box-purchase__form .quform .quform-element-42_15,.experience-box-purchase__form .quform .quform-element-tree,.experience-box-purchase__form .quform .quform-loading{display:none}.experience-box-purchase__form .quform .quform-cf::after,.experience-box-purchase__form .quform .quform-cf::before,.experience-box-purchase__form .quform .quform-child-elements::after,.experience-box-purchase__form .quform .quform-child-elements::before,.experience-box-purchase__form .quform .quform-element-row::after,.experience-box-purchase__form .quform .quform-element-row::before{display:none;content:none}.experience-box-purchase__form .quform .quform-button-submit,.experience-box-purchase__form .quform .quform-child-elements,.experience-box-purchase__form .quform .quform-element,.experience-box-purchase__form .quform .quform-element-column,.experience-box-purchase__form .quform .quform-element-page,.experience-box-purchase__form .quform .quform-element-row,.experience-box-purchase__form .quform .quform-elements,.experience-box-purchase__form .quform .quform-form-inner,.experience-box-purchase__form .quform .quform-inner,.experience-box-purchase__form .quform .quform-input{margin:0;padding:0}.experience-box-purchase__form .quform .quform-child-elements{display:flex;flex-direction:column;gap:24px}.experience-box-purchase__form .quform .quform-element-row{display:flex;width:100%;align-items:flex-start;gap:24px;margin:0!important}.experience-box-purchase__form .quform .quform-element-column{min-width:0;flex:1 1 0%;float:none}.experience-box-purchase__form .quform .quform-element-42_21,.experience-box-purchase__form .quform .quform-element-row-42_20{display:block}.experience-box-purchase__form .quform .quform-element-row-42_24{align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(4,29,49,.16)}.experience-box-purchase__form .quform .quform-element-column:has(>.displaypreview){width:auto;max-width:none;flex:0 0 auto;margin-left:auto}.experience-box-purchase__form .quform .quform-spacer{display:flex;flex-direction:column;gap:4px;margin:0;padding:0}.experience-box-purchase__form .quform .quform-label{margin:0;padding:0;color:rgba(4,29,49,.64);font-size:12px;line-height:16px}.experience-box-purchase__form .quform .quform-required{margin-left:4px;color:inherit}.experience-box-purchase__form .quform .quform-field{display:block;width:100%;height:48px;padding:0 24px;border:1px solid rgba(4,29,49,.24);border-radius:60px;outline:0;background-color:var(--color-white);color:var(--color-navy);font:inherit;font-size:14px;line-height:16px;transition:border-color 180ms ease,box-shadow 180ms ease}.experience-box-purchase__form .quform .quform-field:focus{border-color:#0068bd;box-shadow:0 0 0 3px rgba(0,104,189,.12)}.experience-box-purchase__form .quform .quform-element-select .quform-spacer{position:relative}.experience-box-purchase__form .quform .quform-element-select .quform-spacer::after{position:absolute;right:24px;bottom:22px;width:7px;height:4px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/chevron-down.svg) center/contain no-repeat;content:"";pointer-events:none}.experience-box-purchase__form .quform .quform-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:48px;cursor:pointer}.experience-box-purchase__form .quform .quform-options{display:flex;gap:12px}.experience-box-purchase__form .quform .quform-option{width:120px}.experience-box-purchase__form .quform .quform-field-radio{position:absolute;width:1px;height:1px;overflow:hidden;padding:0;border:0;opacity:0}.experience-box-purchase__form .quform .quform-option-label{position:relative;display:flex;height:40px;align-items:center;gap:12px;padding:4px;border:1px solid transparent;border-radius:48px;background-color:#e2f1fd;font-size:12px;line-height:16px;cursor:pointer}.experience-box-purchase__form .quform .quform-option-label::before{width:32px;height:32px;flex:0 0 auto;border-radius:50%;background-color:var(--color-navy);content:""}.experience-box-purchase__form .quform .quform-field-radio[value=Silver]+.quform-option-label::before{background-color:#bdc3c7}.experience-box-purchase__form .quform .quform-field-radio:checked+.quform-option-label{border-color:#0068bd;background-color:var(--color-white)}.experience-box-purchase__form .quform .quform-field-radio:checked+.quform-option-label::after{position:absolute;top:14px;left:14px;width:12px;height:12px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/experience-box/check-circle.svg) center/contain no-repeat;content:""}.experience-box-purchase__form .quform .displaypreview{flex:0 0 auto}.experience-box-purchase__form .quform .displaypreview .quform-spacer{flex-direction:row;gap:12px}.experience-box-purchase__form .quform .displaypreview a{display:block;width:77px;height:64px;overflow:hidden;border-radius:10px}.experience-box-purchase__form .quform .displaypreview img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:768px){.experience-box-purchase__form .quform .quform-element-row-42_24{gap:16px}.experience-box-purchase__form .quform .displaypreview .quform-spacer,.experience-box-purchase__form .quform .quform-options{gap:8px}.experience-box-purchase__form .quform .quform-option{width:96px}.experience-box-purchase__form .quform .quform-element-column:has(>.displaypreview){width:136px!important;max-width:136px!important;flex-basis:136px}.experience-box-purchase__form .quform .displaypreview a{width:64px;height:56px}}.experience-box-purchase__form .quform .quform-element-42_30{order:6}.experience-box-purchase__form .quform .quform-element-42_30 .quform-spacer>div{padding-left:0!important}.experience-box-purchase__form .quform .quform-element-42_30 h6{margin:0;color:rgba(4,29,49,.64);font-size:12px;font-weight:400;line-height:16px}.experience-box-purchase__form .quform .quform-element-42_2{order:7}.experience-box-purchase__form .quform .quform-button-submit,.experience-box-purchase__form .quform .quform-element-submit{width:100%}.experience-box-purchase__form .quform .quform-submit{display:flex;width:100%;height:56px;align-items:center;justify-content:center;gap:8px;padding:16px 48px;border:0;border-radius:60px;background-color:var(--color-green);color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;cursor:pointer;transition:background-color 180ms ease}.experience-box-purchase__form .quform .quform-submit::before{width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/experience-box/credit-card.svg) center/contain no-repeat;content:""}.experience-box-purchase__form .quform .quform-submit:focus-visible,.experience-box-purchase__form .quform .quform-submit:hover{background-color:#158a47}@media only screen and (max-width:568px){.experience-box-purchase__form .quform .quform-element-row{flex-direction:column}.experience-box-purchase__form .quform .quform-element-column{width:100%;flex:0 0 auto}.experience-box-purchase__form .quform .quform-option{width:100%}.experience-box-purchase__form .quform .quform-element-column:has(>.displaypreview){display:none}.experience-box-purchase__form .quform .quform-option-label,.experience-box-purchase__form .quform .quform-options{width:100%}.experience-box-purchase__form .quform .quform-element-42_30 h6{font-size:10px}}.device-hero{padding-top:112px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1280px){.device-hero{padding-bottom:48px}}@media only screen and (max-width:768px){.device-hero{padding-top:88px;padding-bottom:32px}}.device-hero__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.device-hero__inner{gap:40px}}@media only screen and (max-width:768px){.device-hero__inner{gap:32px}}.device-hero__main{display:flex;align-items:center;justify-content:space-between;gap:32px}@media only screen and (max-width:1280px){.device-hero__main{gap:64px}}@media only screen and (max-width:768px){.device-hero__main{flex-direction:column;align-items:stretch;gap:20px}}.device-hero__content{display:flex;width:560px;padding-right:48px;flex:0 0 560px;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width:1280px){.device-hero__content{width:auto;padding-right:0;flex:1 1 0%;gap:24px}}@media only screen and (max-width:768px){.device-hero__content{gap:20px;order:2;width:100%}}.device-hero__title{font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.device-hero__title{font-size:40px;line-height:1.15}}@media only screen and (max-width:768px){.device-hero__title{font-size:32px}}.device-hero__description{display:flex;font-size:20px;line-height:1.4;flex-direction:column;gap:28px}@media only screen and (max-width:1280px){.device-hero__description{font-size:18px;gap:24px}}@media only screen and (max-width:768px){.device-hero__description{font-size:16px;gap:20px}}@media only screen and (max-width:768px){.device-hero__button{padding-right:24px;padding-left:24px}}.device-hero__media{width:688px;height:560px;flex:0 0 688px;overflow:hidden;border-radius:20px}@media only screen and (max-width:1280px){.device-hero__media{width:auto;height:432px;flex:1 1 0%}}@media only screen and (max-width:768px){.device-hero__media{width:100%;height:240px;flex:0 0 240px;order:1}}.device-hero__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.device-hero__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.device-hero__benefits{display:grid;padding:32px 0;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px}@media only screen and (max-width:1280px){.device-hero__benefits{padding:0}}@media only screen and (max-width:768px){.device-hero__benefits{grid-template-columns:1fr}}.device-hero__benefit-card{display:flex;padding:32px;border-radius:10px;background-color:var(--color-white);flex-direction:column;gap:16px}.device-hero__benefit-card--first{border-top-left-radius:20px}@media only screen and (max-width:1280px){.device-hero__benefit-card{padding:24px}}.device-hero__benefit-header{display:flex;align-items:center;gap:24px}.device-hero__benefit-icon{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:#e2f1fd}.device-hero__benefit-icon-image{display:block;width:60px;height:60px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.device-hero__benefit-icon-image--no-cabling{width:33px;height:33px}.device-hero__benefit-icon-image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.device-hero__benefit-title{font-size:20px;font-weight:500;line-height:1.2}@media only screen and (max-width:1280px){.device-hero__benefit-title{font-size:18px}}.device-hero__benefit-text{font-size:16px;line-height:1.4}@media only screen and (max-width:1280px){.device-hero__benefit-text{font-size:14px}}.partner-hero,.workspace-hero{padding:112px 0 96px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1280px){.partner-hero,.workspace-hero{padding-bottom:48px}}@media only screen and (max-width:568px){.partner-hero,.workspace-hero{padding:88px 0 32px}}.partner-hero__inner,.workspace-hero__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.partner-hero__inner,.workspace-hero__inner{gap:40px}}@media only screen and (max-width:568px){.partner-hero__inner,.workspace-hero__inner{gap:32px}}.partner-hero__breadcrumbs,.workspace-hero__breadcrumbs{flex:0 0 auto;color:var(--color-navy)}@media only screen and (max-width:1280px){.partner-hero__breadcrumbs,.workspace-hero__breadcrumbs{font-size:14px}}.partner-hero__main,.workspace-hero__main{display:flex;align-items:center;justify-content:space-between;gap:32px}@media only screen and (max-width:1280px){.partner-hero__main,.workspace-hero__main{gap:64px}}@media only screen and (max-width:568px){.partner-hero__main,.workspace-hero__main{flex-direction:column;align-items:stretch;gap:32px}}.partner-hero__content,.workspace-hero__content{display:flex;width:560px;flex:0 0 560px;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width:1280px){.partner-hero__content,.workspace-hero__content{width:auto;flex:1 1 0%;gap:24px}}@media only screen and (max-width:568px){.partner-hero__content,.workspace-hero__content{order:2;width:100%;gap:20px}}.partner-hero__title,.workspace-hero__title{font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.partner-hero__title,.workspace-hero__title{font-size:40px;line-height:1.15}}@media only screen and (max-width:568px){.partner-hero__title,.workspace-hero__title{font-size:32px}}.partner-hero__description,.workspace-hero__description{display:flex;font-size:20px;line-height:1.4;flex-direction:column;gap:28px}@media only screen and (max-width:1280px){.partner-hero__description,.workspace-hero__description{font-size:18px;gap:24px}}@media only screen and (max-width:568px){.partner-hero__description,.workspace-hero__description{font-size:16px;gap:20px}}@media only screen and (max-width:568px){.workspace-hero__button{height:48px;padding-right:24px;padding-left:24px}}.partner-hero__media,.workspace-hero__media{width:688px;height:560px;flex:0 0 688px;overflow:hidden;border-radius:20px}@media only screen and (max-width:1280px){.partner-hero__media,.workspace-hero__media{width:auto;height:432px;flex:1 1 0%}}@media only screen and (max-width:568px){.partner-hero__media,.workspace-hero__media{order:1;width:100%;height:240px;flex:0 0 240px}}.partner-hero__image,.workspace-hero__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.partner-hero__image img,.workspace-hero__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}@media only screen and (max-width:650px){.partner-hero{padding:88px 0 32px}}@media only screen and (max-width:650px){.partner-hero__inner{gap:32px}}@media only screen and (max-width:650px){.partner-hero__main{flex-direction:column;align-items:stretch;gap:32px}}@media only screen and (max-width:650px){.partner-hero__content{order:2;width:100%;gap:20px}}@media only screen and (max-width:650px){.partner-hero__title{font-size:32px}}@media only screen and (max-width:650px){.partner-hero__description{gap:20px;font-size:16px}}@media only screen and (max-width:650px){.partner-hero__media{order:1;width:100%;height:240px;flex:0 0 240px}}.deal-registration{padding-block:96px;background-color:var(--color-white);color:var(--color-navy)}@media only screen and (max-width:1024px){.deal-registration{padding-block:64px}}@media only screen and (max-width:568px){.deal-registration{padding-block:48px}}.deal-registration__inner{padding-inline:96px;border-radius:20px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.deal-registration__inner{padding-inline:28px;border-radius:0}}@media only screen and (max-width:568px){.deal-registration__inner{padding-inline:0}}.deal-registration .quform{width:100%;font-family:var(--font-primary);font-size:14px;line-height:1.4}.deal-registration .quform .quform-default-submit,.deal-registration .quform .quform-element-html:has(.quform-spacer:empty),.deal-registration .quform .quform-element-tree{display:none}.deal-registration .quform .quform-cf::after,.deal-registration .quform .quform-cf::before,.deal-registration .quform .quform-child-elements::after,.deal-registration .quform .quform-child-elements::before{display:none;content:none}.deal-registration .quform .quform-button-submit,.deal-registration .quform .quform-element,.deal-registration .quform .quform-elements,.deal-registration .quform .quform-form,.deal-registration .quform .quform-form-inner,.deal-registration .quform .quform-group-title-description,.deal-registration .quform .quform-inner,.deal-registration .quform .quform-input,.deal-registration .quform .quform-label,.deal-registration .quform .quform-spacer{float:none;width:auto;min-width:0;max-width:none;margin:0;padding:0}.deal-registration .quform .quform-child-elements{display:grid;gap:24px;margin:0;padding:0}.deal-registration .quform .quform-element-group+.quform-element-group{padding-top:32px;border-top:1px solid rgba(0,104,189,.24);margin-top:8px}@media only screen and (max-width:568px){.deal-registration .quform .quform-element-group+.quform-element-group{padding-top:24px;margin-top:0}}.deal-registration .quform .quform-element-group .quform-child-elements{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}@media only screen and (max-width:768px){.deal-registration .quform .quform-element-group .quform-child-elements{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:568px){.deal-registration .quform .quform-element-group .quform-child-elements{grid-template-columns:minmax(0,1fr);margin-top:24px}}.deal-registration .quform .quform-group-title{margin:0;color:var(--color-navy);font-size:24px;font-weight:500;line-height:normal}@media only screen and (max-width:568px){.deal-registration .quform .quform-group-title{font-size:18px}}.deal-registration .quform .quform-element-html p{margin:0 0 16px;overflow-wrap:break-word}.deal-registration .quform .quform-element-html p:last-child{margin-bottom:0}.deal-registration .quform .quform-spacer{position:relative}.deal-registration .quform .quform-labels-left .quform-spacer{display:block;padding:0!important;margin:0!important}.deal-registration .quform .quform-labels-left .quform-inner{display:block;float:none!important;width:100%!important;margin:0!important;padding:0!important}.deal-registration .quform .quform-labels-left .quform-label{float:none!important;width:auto!important;margin:0!important;padding:0!important;text-align:left}.deal-registration .quform .quform-label{color:rgba(4,29,49,.8);font-size:14px;font-weight:400;line-height:16px}.deal-registration .quform .quform-label-text{font:inherit}.deal-registration .quform .quform-required{margin-left:2px;color:inherit}.deal-registration .quform .quform-element-email .quform-label,.deal-registration .quform .quform-element-select .quform-label,.deal-registration .quform .quform-element-text .quform-label,.deal-registration .quform .quform-element-textarea .quform-label{position:absolute!important;top:0!important;right:24px!important;left:24px!important;z-index:1;display:flex;align-items:center;height:48px;pointer-events:none;transform-origin:left center}.deal-registration .quform .quform-field-email,.deal-registration .quform .quform-field-select,.deal-registration .quform .quform-field-text,.deal-registration .quform .quform-field-textarea{display:block;box-sizing:border-box;width:100%;max-width:100%;height:48px;margin:0;padding:0 24px;border:1px solid rgba(4,29,49,.24);border-radius:60px;background-color:var(--color-white);color:var(--color-navy);font:inherit;line-height:16px}.deal-registration .quform .quform-field-email:focus,.deal-registration .quform .quform-field-select:focus,.deal-registration .quform .quform-field-text:focus,.deal-registration .quform .quform-field-textarea:focus{border-color:#0068bd;outline:2px solid rgba(0,104,189,.2);outline-offset:2px}.deal-registration .quform .quform-element-email .quform-spacer:focus-within .quform-label,.deal-registration .quform .quform-element-text .quform-spacer:focus-within .quform-label,.deal-registration .quform .quform-element-textarea .quform-spacer:focus-within .quform-label,.deal-registration .quform .quform-spacer.is-filled .quform-label{transform:translateY(-11px) scale(.8)}.deal-registration .quform .quform-field-email:focus,.deal-registration .quform .quform-field-text:focus,.deal-registration .quform .quform-spacer.is-filled .quform-field-email,.deal-registration .quform .quform-spacer.is-filled .quform-field-text{padding-top:16px}.deal-registration .quform .quform-element-select .quform-label{right:48px!important;transform:translateY(-11px) scale(.8)}.deal-registration .quform .quform-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:16px;padding-right:48px;background:var(--color-white) url(../../../../../../../../themes/roomz-2026/assets/icons/questions/deal-chevron-down.svg) right 24px center/7px 4px no-repeat;cursor:pointer}.deal-registration .quform .quform-element-9_24{order:1;grid-column:1}.deal-registration .quform .quform-element-checkbox{order:2;grid-column:span 2}@media only screen and (max-width:768px){.deal-registration .quform .quform-element-checkbox{grid-column:1/-1}}.deal-registration .quform .quform-element-textarea{order:3;grid-column:1/-1}.deal-registration .quform .quform-field-textarea{height:88px;min-height:88px;padding:34px 24px 16px;border-radius:16px;resize:vertical}.deal-registration .quform .quform-element-textarea .quform-label{height:56px}.deal-registration .quform .quform-element-checkbox .quform-label,.deal-registration .quform .quform-element-recaptcha .quform-label{position:static!important;margin-bottom:16px!important}.deal-registration .quform .quform-options{display:flex;flex-wrap:wrap;gap:24px}.deal-registration .quform .quform-option{display:flex;align-items:center;gap:8px;margin:0}.deal-registration .quform .quform-option-label{padding:0;color:rgba(4,29,49,.64);font-size:12px;line-height:16px;cursor:pointer}.deal-registration .quform .quform-field-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;flex:0 0 16px;width:16px;height:16px;margin:0;padding:2px;border:1px solid #0068bd;border-radius:2px;background-color:var(--color-white);background-clip:content-box;cursor:pointer}.deal-registration .quform .quform-field-checkbox:checked{background-color:#0068bd}.deal-registration .quform .quform-field-checkbox:focus-visible{outline:2px solid #0068bd;outline-offset:3px}.deal-registration .quform .quform-element-recaptcha{padding:20px 24px;border:1px solid rgba(4,29,49,.24);border-radius:16px}@media only screen and (max-width:568px){.deal-registration .quform .quform-element-recaptcha{padding-inline:12px}}.deal-registration .quform .quform-hcaptcha{max-width:100%;overflow-x:auto}.deal-registration .quform .quform-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:56px;padding:16px 48px;border:0;border-radius:60px;background:var(--color-green);color:var(--color-white);font-family:inherit;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.deal-registration .quform .quform-submit::after{flex:0 0 16px;width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/arrow-right.svg) center/contain no-repeat;content:""}.deal-registration .quform .quform-submit:hover{background-color:#158a47}.deal-registration .quform .quform-submit:focus-visible{outline:2px solid var(--color-navy);outline-offset:3px}.deal-registration .quform .quform-submit:disabled{opacity:.6;cursor:wait}.content-showcase{padding:96px 0;background-color:var(--color-white)}@media only screen and (max-width:1280px){.content-showcase{padding:64px 0}}@media only screen and (max-width:650px){.content-showcase{padding:48px 0}}.content-showcase--promotions{background-color:#e2f1fd}.content-showcase__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.content-showcase__inner{gap:24px}}@media only screen and (max-width:1280px){.content-showcase--promotions .content-showcase__inner{gap:32px}}@media only screen and (max-width:650px){.content-showcase--promotions .content-showcase__inner{gap:24px}}.content-showcase__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.content-showcase__title{font-size:28px;line-height:normal}}@media only screen and (max-width:650px){.content-showcase__title{font-size:24px;line-height:1.1}}@media only screen and (max-width:1280px){.content-showcase--promotions .content-showcase__title{font-size:32px;line-height:1.1}}@media only screen and (max-width:650px){.content-showcase--promotions .content-showcase__title{font-size:24px}}.content-showcase__list{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.content-showcase__list{gap:24px}}@media only screen and (max-width:1280px){.content-showcase--promotions .content-showcase__list{gap:32px}}@media only screen and (max-width:650px){.content-showcase--promotions .content-showcase__list{gap:24px}}.device-features{padding:96px 0;background-color:var(--color-white)}@media only screen and (max-width:1280px){.device-features{padding:64px 0}}@media only screen and (max-width:568px){.device-features{padding:48px 0}}.device-features__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.device-features__inner{gap:24px}}.device-features__title{font-size:40px;font-weight:500;line-height:1.1}.device-features__title span{display:block}@media only screen and (max-width:1280px){.device-features__title{font-size:28px}}@media only screen and (max-width:568px){.device-features__title{max-width:310px;font-size:24px}.device-features__title span{display:inline}}.device-features__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}@media only screen and (max-width:1280px){.device-features__grid{gap:24px}}@media only screen and (max-width:568px){.device-features__grid{grid-template-columns:1fr}}.device-features__card{display:flex;overflow:hidden;border-radius:20px;background-color:#e2f1fd;flex-direction:column}.device-features__media{height:320px;overflow:hidden;flex:0 0 320px}@media only screen and (max-width:1280px){.device-features__media{height:240px;flex-basis:240px}}@media only screen and (max-width:568px){.device-features__media{height:160px;flex-basis:160px}}.device-features__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.device-features__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.device-features__content{display:flex;padding:48px;flex:1;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width:1280px){.device-features__content{padding:32px;gap:24px}}@media only screen and (max-width:568px){.device-features__content{padding:24px;gap:16px}}.device-features__card-title{font-size:32px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.device-features__card-title{font-size:20px}}@media only screen and (max-width:568px){.device-features__card-title{font-size:18px}}.device-features__text{font-size:18px;line-height:1.4}@media only screen and (max-width:1280px){.device-features__text{font-size:16px}}.device-features__link{display:inline-flex;margin-top:auto;color:#0068bd;font-size:16px;font-weight:500;line-height:1.5;align-items:center;gap:8px;text-decoration:none}@media only screen and (max-width:568px){.device-features__link{font-size:14px}}.device-features__link:focus-visible .device-features__link-icon,.device-features__link:hover .device-features__link-icon{transform:translateX(5px)}.device-features__link:focus-visible{outline:2px solid #0068bd;outline-offset:4px}.device-features__link-icon{display:block;width:16px;height:16px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform 280ms cubic-bezier(.2,.75,.25,1)}@media (prefers-reduced-motion:reduce){.device-features__link-icon{transition:none}}.device-features__link-icon img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.workspace-solutions{padding:96px 0}@media only screen and (max-width:1280px){.workspace-solutions{padding:64px 0}}@media only screen and (max-width:568px){.workspace-solutions{padding:48px 0}}.workspace-solutions__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:568px){.workspace-solutions__inner{gap:24px}}.workspace-solutions__title{margin:0;color:var(--color-navy);font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.workspace-solutions__title{font-size:32px}}@media only screen and (max-width:568px){.workspace-solutions__title{font-size:24px}}.workspace-solutions__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media only screen and (max-width:1280px){.workspace-solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media only screen and (max-width:568px){.workspace-solutions__grid{grid-template-columns:1fr;gap:16px}}.occupancy-cta{padding-top:64px;padding-bottom:64px;border-top:1px solid #afb7bd;border-bottom:1px solid #afb7bd}@media only screen and (max-width:568px){.occupancy-cta{padding-top:48px;padding-bottom:48px}}.occupancy-cta__inner{display:flex;align-items:center;gap:48px}@media only screen and (max-width:1280px){.occupancy-cta__inner{align-items:flex-start;gap:32px}}@media only screen and (max-width:768px){.occupancy-cta__inner{flex-direction:column;gap:24px}}.occupancy-cta__title{flex:0 0 auto;margin:0;color:var(--color-navy);font-size:40px;font-weight:500;line-height:1.1}.occupancy-cta__title u{text-underline-offset:.08em}@media only screen and (max-width:1280px){.occupancy-cta__title{width:400px;font-size:32px}}@media only screen and (max-width:768px){.occupancy-cta__title{width:100%}}@media only screen and (max-width:568px){.occupancy-cta__title{width:auto;font-size:24px}}.occupancy-cta__divider{align-self:stretch;width:1px;background-color:#afb7bd}@media only screen and (max-width:768px){.occupancy-cta__divider{display:none}}.occupancy-cta__content{display:flex;align-items:center;gap:48px;min-width:0;flex:1}@media only screen and (max-width:1280px){.occupancy-cta__content{align-items:flex-start;flex-direction:column;gap:24px}}@media only screen and (max-width:768px){.occupancy-cta__content{width:100%}}.occupancy-cta__text{flex:1;margin:0;color:var(--color-navy);font-size:18px;font-weight:400;line-height:1.5}.occupancy-cta__text strong{font-weight:700}@media only screen and (max-width:1280px){.occupancy-cta__text{font-size:16px}}.occupancy-cta__button{flex:0 0 auto}@media only screen and (max-width:568px){.occupancy-cta__button{height:48px;width:100%;font-size:14px;font-weight:500}}@media only screen and (max-width:568px){.occupancy-cta__button img{width:12px;height:12px}}.unique-value{padding:96px 0}@media only screen and (max-width:1280px){.unique-value{padding:64px 0}}@media only screen and (max-width:768px){.unique-value{padding:48px 0}}.unique-value__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:768px){.unique-value__inner{gap:24px}}.unique-value__title{margin:0;color:var(--color-navy);font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.unique-value__title{font-size:32px}}@media only screen and (max-width:768px){.unique-value__title{font-size:24px}}.unique-value__content{display:flex;width:100%;flex-direction:column;overflow:hidden;border:1px solid rgba(8,65,111,.24);border-radius:20px}@media only screen and (max-width:1280px){.unique-value__content{border-radius:16px}}.unique-value__tabs{display:flex;overflow:hidden;border-bottom:1px solid rgba(8,65,111,.24)}@media only screen and (max-width:920px){.unique-value__tabs{flex-wrap:wrap}}@media only screen and (max-width:768px){.unique-value__tabs{display:none}}.unique-value__tab{display:flex;align-items:center;justify-content:center;min-width:0;flex:1;padding:16px 24px;border:0;border-right:1px solid rgba(8,65,111,.24);background:#e2f1fd;color:#0068bd;font:600 16px/1.5 var(--font-primary);white-space:nowrap;transition:color 180ms ease,background-color 180ms ease}@media (prefers-reduced-motion:reduce){.unique-value__tab{transition:none}}.unique-value__tab:last-child{border-right:0}.unique-value__tab:focus-visible,.unique-value__tab:hover{background-color:#cce7fb}@media only screen and (max-width:1280px){.unique-value__tab{padding-right:12px;padding-left:12px;font-size:13px;line-height:normal}}@media only screen and (max-width:920px){.unique-value__tab{flex:0 0 33.333%;border-bottom:1px solid rgba(8,65,111,.24)}}@media only screen and (max-width:920px){.unique-value__tab:nth-child(3n){border-right:0}}@media only screen and (max-width:920px){.unique-value__tab:nth-last-child(-n+3){border-bottom:0}}.unique-value__tab--active{border-color:rgba(255,255,255,.2);background-color:#0068bd;color:var(--color-white)}.unique-value__tab--active:focus-visible,.unique-value__tab--active:hover{background-color:#005aa3}.unique-value__slider{position:relative;overflow:hidden}.unique-value .swiper-wrapper{display:flex;box-sizing:content-box}.unique-value__card{position:relative;display:flex;box-sizing:border-box;isolation:isolate;width:100%;min-height:560px;flex-shrink:0;overflow:hidden;background-color:var(--unique-value-background,#041d31)}.unique-value__card--dark{--unique-value-background:#041d31;--unique-value-text:#fff;--unique-value-line:rgb(255 255 255 / 24%);--unique-value-gradient:linear-gradient(90deg, #041d31 0 8px, rgb(4 29 49 / 0%) 100%)}.unique-value__card--light{--unique-value-background:#e2f1fd;--unique-value-text:#041d31;--unique-value-line:rgb(8 65 111 / 24%);--unique-value-gradient:linear-gradient(90deg, #e2f1fd 0 8px, rgb(226 241 253 / 0%) 100%)}.unique-value__card::after{position:absolute;top:0;bottom:0;left:calc(50% - 8px);z-index:2;width:168px;background:var(--unique-value-gradient,linear-gradient(90deg,#041d31 0 8px,rgba(4,29,49,0) 100%));content:"";pointer-events:none}@media only screen and (max-width:768px){.unique-value__card::after{display:none}}@media only screen and (max-width:1280px){.unique-value__card{min-height:480px}}@media only screen and (max-width:768px){.unique-value__card{min-height:0;flex-direction:column-reverse}}.unique-value__visual{position:absolute;top:0;right:0;bottom:0;z-index:1;width:calc(50% + 2px);min-width:0;min-height:560px;overflow:hidden;background-color:var(--unique-value-background,#041d31)}@media only screen and (max-width:1280px){.unique-value__visual{min-height:480px}}@media only screen and (max-width:768px){.unique-value__visual{position:relative;top:auto;right:auto;bottom:auto;width:100%;min-height:320px}}@media only screen and (max-width:650px){.unique-value__visual{min-height:260px}}@media only screen and (max-width:568px){.unique-value__visual{min-height:200px}}.unique-value__image{position:absolute;inset:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right}.unique-value__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.unique-value__body{position:relative;z-index:3;display:flex;width:calc(50% + 2px);flex-direction:column;justify-content:flex-end;gap:24px;padding:64px;background-color:var(--unique-value-background,#041d31);color:var(--unique-value-text,#fff)}@media only screen and (max-width:1280px){.unique-value__body{padding:48px}}@media only screen and (max-width:1024px){.unique-value__body{padding:32px}}@media only screen and (max-width:768px){.unique-value__body{width:100%;padding:32px 24px 80px}}@media only screen and (max-width:768px){.unique-value__body{gap:20px}}.unique-value__heading{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:768px){.unique-value__heading{align-items:center;flex-direction:row;gap:16px}}.unique-value__icon{display:block;width:64px;height:64px}@media only screen and (max-width:768px){.unique-value__icon{width:32px;height:32px}}.unique-value__card-title{margin:0;font-size:32px;font-weight:500;line-height:1.1}@media only screen and (max-width:768px){.unique-value__card-title{font-size:20px;font-weight:600;line-height:normal}}.unique-value__list{margin:0;padding-left:24px;list-style:disc;font-size:16px;line-height:1.5}.unique-value__list li+li{margin-top:8px}.unique-value__note{margin:8px 0 0;padding-top:24px;border-top:1px solid var(--unique-value-line,rgba(255,255,255,.24));font-size:18px;font-style:italic;font-weight:700;line-height:1.5}@media only screen and (max-width:768px){.unique-value__note{margin-top:0;padding-top:20px;font-size:16px;line-height:normal}}.unique-value__controls{display:none}@media only screen and (max-width:768px){.unique-value__controls{position:absolute;right:24px;bottom:24px;z-index:4;display:flex;gap:12px}}.unique-value__arrow{display:flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:0 0;transition:transform 180ms ease,opacity 180ms ease}@media (prefers-reduced-motion:reduce){.unique-value__arrow{transition:none}}.unique-value__arrow:focus-visible,.unique-value__arrow:hover{transform:scale(1.06)}.unique-value__arrow img{display:block;width:40px;height:40px}.unique-value__arrow--prev.swiper-button-disabled img{content:url(../../../../../../../../themes/roomz-2026/assets/icons/slider/arrow-prev-disabled.svg)}.unique-value__arrow--next.swiper-button-disabled img{content:url(../../../../../../../../themes/roomz-2026/assets/icons/slider/arrow-next-disabled.svg)}.integrations{padding-bottom:96px}@media only screen and (max-width:1280px){.integrations{padding-bottom:64px}}@media only screen and (max-width:568px){.integrations{padding-bottom:48px}}.integrations--equal-padding{padding-top:96px}@media only screen and (max-width:1280px){.integrations--equal-padding{padding-top:64px}}@media only screen and (max-width:568px){.integrations--equal-padding{padding-top:48px}}.integrations__inner{display:flex;align-items:center;gap:120px}@media only screen and (max-width:1280px){.integrations__inner{gap:48px}}@media only screen and (max-width:768px){.integrations__inner{align-items:stretch;flex-direction:column;gap:32px}}@media only screen and (max-width:568px){.integrations__inner{gap:24px}}.integrations__content{display:flex;min-width:0;flex:1;flex-direction:column;gap:32px}@media only screen and (max-width:568px){.integrations__content{gap:24px}}.integrations__title{margin:0;color:var(--color-navy);font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.integrations__title{font-size:32px}}@media only screen and (max-width:568px){.integrations__title{font-size:24px}}.integrations__text{margin:0;color:var(--color-navy);font-size:20px;font-weight:400;line-height:1.5}@media only screen and (max-width:1280px){.integrations__text{font-size:16px}}.integrations__grid{display:grid;min-width:0;flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media only screen and (max-width:768px){.integrations__grid{width:100%}}@media only screen and (max-width:568px){.integrations__grid{grid-template-columns:1fr;gap:12px}}.technical-specs{background-color:var(--color-white)}@media only screen and (max-width:568px){.technical-specs{padding-bottom:48px}}.technical-specs__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:568px){.technical-specs__inner{gap:24px}}.technical-specs__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}@media only screen and (max-width:1024px){.technical-specs__header{align-items:center}}@media only screen and (max-width:568px){.technical-specs__header{align-items:stretch;flex-direction:column;gap:24px}}.technical-specs__title{min-width:0;margin:0;color:var(--color-navy);font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.technical-specs__title{font-size:32px}}@media only screen and (max-width:568px){.technical-specs__title{font-size:24px}}.technical-specs__download{padding:12px 32px;background-color:#0068bd;font-size:16px;line-height:1.5}@media only screen and (max-width:568px){.technical-specs__download{width:100%}}.technical-specs__download:focus-visible,.technical-specs__download:hover{background-color:#00589f}.technical-specs__download img{width:16px;height:16px;transform:rotate(90deg)}.technical-specs__table-wrap{overflow:hidden;border:1px solid rgba(0,104,189,.16);border-radius:20px}@media only screen and (max-width:568px){.technical-specs__table-wrap{border-radius:10px}}.technical-specs__table{width:100%;border-collapse:collapse;table-layout:fixed}.technical-specs__label-column{width:453px}@media only screen and (max-width:568px){.technical-specs__label-column{width:50%}}.technical-specs__value-column{width:auto}.technical-specs__group-title{padding:24px;border-bottom:1px solid #e2f1fd;background-color:#e2f1fd;color:var(--color-navy);font-size:24px;font-weight:500;line-height:1.2;text-align:left}@media only screen and (max-width:1280px){.technical-specs__group-title{font-size:16px}}@media only screen and (max-width:568px){.technical-specs__group-title{padding:16px}}.technical-specs__label,.technical-specs__value{padding:24px;border-bottom:1px solid #e2f1fd;background-color:var(--color-white);color:var(--color-navy);font-size:22px;line-height:1.2;text-align:left;vertical-align:top}@media only screen and (max-width:1280px){.technical-specs__label,.technical-specs__value{font-size:16px}}@media only screen and (max-width:568px){.technical-specs__label,.technical-specs__value{padding:16px}}.technical-specs__label{font-weight:500}.technical-specs__value{font-weight:400}.technical-specs__group:last-child .technical-specs__row:last-child .technical-specs__label,.technical-specs__group:last-child .technical-specs__row:last-child .technical-specs__value{border-bottom:0}.case-studies{padding:64px 0}@media only screen and (max-width:568px){.case-studies{padding:48px 0}}.case-studies:not(.case-studies--cards):not(.case-studies--related):not(.case-studies--white){position:relative;isolation:isolate}.case-studies:not(.case-studies--cards):not(.case-studies--related):not(.case-studies--white)::before{position:absolute;inset:0 auto 0 50%;z-index:-1;width:calc(80% + 128px);border-radius:20px;background-color:#f0f0f0;content:"";transform:translateX(-50%)}@media only screen and (max-width:1920px){.case-studies:not(.case-studies--cards):not(.case-studies--related):not(.case-studies--white)::before{width:min(1536px,100% - 64px)}}@media only screen and (max-width:1280px){.case-studies:not(.case-studies--cards):not(.case-studies--related):not(.case-studies--white)::before{width:100%;border-radius:0}}.case-studies--white{background-color:var(--color-white)}.case-studies--white .case-study-card::after{position:absolute;inset:0;z-index:2;border:solid rgba(0,104,189,.16);border-width:0 1px 1px;border-radius:inherit;content:"";pointer-events:none}.case-studies__inner{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:568px){.case-studies__inner{gap:24px}}.case-studies__header{display:flex;align-items:center;justify-content:space-between;gap:24px}@media only screen and (max-width:768px){.case-studies__header{display:contents}}.case-studies__title{margin:0;color:var(--color-navy);font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.case-studies__title{font-size:32px}}@media only screen and (max-width:768px){.case-studies__title{order:1}}@media only screen and (max-width:568px){.case-studies__title{font-size:24px}}.case-studies__actions{display:flex;align-items:center;gap:24px}@media only screen and (max-width:768px){.case-studies__actions{order:3;width:100%}}.case-studies__all{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 32px;border-radius:60px;background-color:#0068bd;color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap;transition:background-color 180ms ease,transform 180ms ease}@media (prefers-reduced-motion:reduce){.case-studies__all{transition:none}}.case-studies__all:focus-visible,.case-studies__all:hover{background-color:#00549a;transform:translateY(-2px)}.case-studies__all img{width:16px;height:16px}@media only screen and (max-width:1280px){.case-studies__all img{width:12px;height:12px}}@media only screen and (max-width:1280px){.case-studies__all{height:40px;padding:12px 24px;font-size:14px}}@media only screen and (max-width:568px){.case-studies__all{min-width:0;flex:1}}.case-studies__navigation{display:flex;gap:16px}@media only screen and (max-width:1280px){.case-studies__navigation{gap:12px}}.case-studies__arrow{display:flex;width:48px;height:48px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:0 0;transition:transform 180ms ease,opacity 180ms ease}@media (prefers-reduced-motion:reduce){.case-studies__arrow{transition:none}}.case-studies__arrow:focus-visible,.case-studies__arrow:hover{transform:scale(1.06)}.case-studies__arrow img{width:48px;height:48px}@media only screen and (max-width:1280px){.case-studies__arrow img{width:40px;height:40px}}@media only screen and (max-width:1280px){.case-studies__arrow{width:40px;height:40px}}.case-studies__arrow--prev.swiper-button-disabled img{content:url(../../../../../../../../themes/roomz-2026/assets/icons/slider/arrow-prev-disabled.svg)}.case-studies__arrow--next.swiper-button-disabled img{content:url(../../../../../../../../themes/roomz-2026/assets/icons/slider/arrow-next-disabled.svg)}.case-studies__slider{width:100%;overflow:hidden}@media only screen and (max-width:768px){.case-studies__slider{order:2}}.case-studies__cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:32px 16px;transition:opacity 250ms ease}@media only screen and (max-width:1280px){.case-studies__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media only screen and (max-width:1024px){.case-studies__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media only screen and (max-width:768px){.case-studies__cards{grid-template-columns:minmax(0,1fr);gap:20px}}.case-studies__cards--loading{pointer-events:none;opacity:.6}.case-studies__cards .case-study-card[hidden]{display:none}.case-studies__cards .case-study-card{grid-column:span 2}@media only screen and (max-width:1280px){.case-studies__cards .case-study-card{grid-column:span 1}}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card{grid-column:span 1}}.case-studies__cards .case-study-card .case-study-card__media{height:auto;min-height:309px;flex-basis:auto}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card .case-study-card__media{min-height:220px}}@media only screen and (max-width:568px){.case-studies__cards .case-study-card .case-study-card__media{min-height:160px}}.case-studies__cards .case-study-card .case-study-card__stats--media .case-study-card__stat span{min-height:2.8em;line-height:1.4}.case-studies__cards .case-study-card:nth-child(-n+2){grid-column:span 3}@media only screen and (max-width:1280px){.case-studies__cards .case-study-card:nth-child(-n+2){grid-column:span 1;margin:0}}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card:nth-child(-n+2){grid-column:span 1;margin:0}}.case-studies__cards .case-study-card:nth-child(-n+2):first-child{margin-right:8px}@media only screen and (max-width:1280px){.case-studies__cards .case-study-card:nth-child(-n+2):first-child{margin-right:0}}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card:nth-child(-n+2):first-child{margin-right:0}}.case-studies__cards .case-study-card:nth-child(-n+2):nth-child(2){margin-left:8px}@media only screen and (max-width:1280px){.case-studies__cards .case-study-card:nth-child(-n+2):nth-child(2){margin-left:0}}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card:nth-child(-n+2):nth-child(2){margin-left:0}}.case-studies__cards .case-study-card--compact .case-study-card__media{min-height:281px}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__media{min-height:220px}}@media only screen and (max-width:568px){.case-studies__cards .case-study-card--compact .case-study-card__media{min-height:160px}}.case-studies__cards .case-study-card--compact .case-study-card__media-content{gap:16px;padding:24px}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__media-content{align-items:center;justify-content:center;gap:0;padding:0}}.case-studies__cards .case-study-card--compact .case-study-card__stats--media{padding-top:16px}@media only screen and (max-width:1440px){.case-studies__cards .case-study-card--compact .case-study-card__stats--media{gap:12px}}@media only screen and (max-width:1440px){.case-studies__cards .case-study-card--compact .case-study-card__stats--media .case-study-card__stat span{font-size:11px}}@media only screen and (max-width:1440px){.case-studies__cards .case-study-card--compact .case-study-card__stats--media .case-study-card__stat strong{font-size:16px}}.case-studies__cards .case-study-card--compact .case-study-card__logo{width:150px;height:48px}@media only screen and (max-width:1440px){.case-studies__cards .case-study-card--compact .case-study-card__logo{width:125px;height:40px}}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__logo{width:175px;height:56px}}@media only screen and (max-width:1440px){.case-studies__cards .case-study-card--compact .case-study-card__category{max-width:calc(100% - 189px);overflow:hidden;font-size:11px;text-overflow:ellipsis}}.case-studies__cards .case-study-card--compact .case-study-card__title--media{font-size:24px}@media only screen and (max-width:1440px){.case-studies__cards .case-study-card--compact .case-study-card__title--media{font-size:20px;line-height:1.2}}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__title--media{display:none}}.case-studies__cards .case-study-card--compact .case-study-card__body{padding:32px 24px}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__body{padding:24px}}.case-studies__cards .case-study-card--compact .case-study-card__quote{font-size:18px}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__quote{font-size:16px}}.case-studies__cards .case-study-card--compact .case-study-card__author{display:none}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__author{display:flex}}.case-studies__cards .case-study-card--compact .case-study-card__link{margin-top:auto}@media only screen and (max-width:1024px){.case-studies__cards .case-study-card--compact .case-study-card__link{margin-top:0}}.case-studies--cards{padding-top:96px;padding-bottom:96px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1280px){.case-studies--cards{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:568px){.case-studies--cards{padding-top:40px;padding-bottom:40px}}.case-studies--cards .case-studies__inner{border-radius:0;background-color:transparent}.case-studies--cards .case-study-card{display:grid;grid-row:span 2;grid-template-rows:subgrid;row-gap:0}.case-studies--cards .case-study-card__body{min-width:0}.case-studies--cards .case-study-card .case-study-card__link{margin-top:auto}.case-studies--cards .case-study-card__stats{white-space:normal}.case-studies--cards .case-study-card__stat{overflow-wrap:anywhere}.case-studies--cards .case-study-card__stat strong{min-height:2lh}.case-studies--related{padding-top:96px;padding-bottom:96px;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1280px){.case-studies--related{padding-top:64px;padding-bottom:64px;background-color:#f0f0f0}}@media only screen and (max-width:568px){.case-studies--related{padding-top:48px;padding-bottom:48px}}.case-studies--related .case-studies__inner{border-radius:0;background-color:transparent}@media only screen and (max-width:1024px){.case-studies--related .case-studies__title{font-size:26px;font-weight:600;line-height:normal}}@media only screen and (max-width:568px){.case-studies--related .case-studies__title{font-size:22px}}@media only screen and (max-width:1024px){.case-studies--related .case-studies__all img{display:none}}@media only screen and (max-width:1024px){.case-studies--related .case-studies__all{padding:10px 24px;font-weight:600;line-height:normal}}@media only screen and (max-width:568px){.case-studies--related .case-studies__all{width:100%;height:41px;padding:12px 24px}}.case-studies--related .case-studies__cards{gap:32px}@media only screen and (max-width:1280px){.case-studies--related .case-studies__cards{gap:24px}}@media only screen and (max-width:568px){.case-studies--related .case-studies__cards{order:2;gap:0}}.case-studies--related .case-study-card .case-study-card__media{height:309px;min-height:309px;flex:0 0 309px}@media only screen and (max-width:1024px){.case-studies--related .case-study-card .case-study-card__media{height:180px;min-height:180px;flex-basis:180px}}@media only screen and (max-width:568px){.case-studies--related .case-study-card:nth-child(n+2){display:none}}@media only screen and (max-width:568px){.case-studies--related .case-studies__actions{order:3}}.case-studies .swiper-wrapper{display:flex;align-items:stretch;box-sizing:content-box}.case-studies .swiper-slide{height:auto;flex-shrink:0}.try-now-banner{padding-top:96px;padding-bottom:96px}@media only screen and (max-width:768px){.try-now-banner{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:650px){.try-now-banner{padding-top:48px;padding-bottom:48px}}@media only screen and (max-width:650px){.try-now-banner--np-mobile{padding-top:0;padding-bottom:0}}.try-now-banner--no-top-padding{padding-top:0}.try-now-banner__inner{position:relative;overflow:hidden;border-radius:20px;background-color:var(--color-navy)}@media only screen and (max-width:650px){.try-now-banner__inner{margin-right:-20px;margin-left:-20px;border-radius:0}}.try-now-banner__background{position:absolute;top:0;left:0;display:block;width:100%;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.try-now-banner__background img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.try-now-banner__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#041d31 0,rgba(4,29,49,0) 100%);pointer-events:none}@media only screen and (max-width:1024px){.try-now-banner__overlay{background:rgba(4,29,49,.6)}}@media only screen and (max-width:650px){.try-now-banner__overlay{background:rgba(4,29,49,.68)}}.try-now-banner__content{position:relative;z-index:1;display:flex;width:min(100%,800px);flex-direction:column;align-items:flex-start;gap:32px;padding:96px;color:var(--color-white)}@media only screen and (max-width:1024px){.try-now-banner__content{width:100%;gap:40px;padding:64px}}@media only screen and (max-width:650px){.try-now-banner__content{gap:24px;padding:48px 20px}}.try-now-banner__copy{display:flex;flex-direction:column;gap:24px;max-width:608px}.try-now-banner__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.try-now-banner__title{font-size:32px}}@media only screen and (max-width:650px){.try-now-banner__title{font-size:24px}}.try-now-banner__text{font-size:20px;line-height:1.5}@media only screen and (max-width:1024px){.try-now-banner__text{font-size:18px}}@media only screen and (max-width:650px){.try-now-banner__text{font-size:16px}}.try-now-banner__actions{display:flex;flex-wrap:wrap;gap:16px}@media only screen and (max-width:650px){.try-now-banner__actions{width:100%;flex-direction:column}}.try-now-banner__button.button--glass,.try-now-banner__button.button--glass:focus-visible,.try-now-banner__button.button--glass:hover{border:0}@media only screen and (max-width:1024px){.try-now-banner__button{height:48px;padding:14px 32px;font-size:14px}}@media only screen and (max-width:650px){.try-now-banner__button{width:100%}}.news{overflow-x:clip;overflow-y:visible;padding-bottom:96px}@media only screen and (max-width:1280px){.news{padding-bottom:64px}}@media only screen and (max-width:568px){.news{padding-top:48px;padding-bottom:48px}}.news__inner{display:flex;min-width:0;flex-direction:column;gap:32px}@media only screen and (max-width:568px){.news__inner{gap:24px}}.news__header{display:flex;align-items:center;justify-content:space-between;gap:24px}@media only screen and (max-width:568px){.news__header{display:contents}}.news__title{min-width:0;flex:1;font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.news__title{font-size:32px}}@media only screen and (max-width:568px){.news__title{order:1;font-size:24px}}.news__actions{display:flex;align-items:center;gap:24px;flex:0 0 auto}@media only screen and (max-width:568px){.news__actions{order:3;width:100%}}.news__all{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 32px;border-radius:60px;background-color:#0068bd;color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap;transition:background-color 180ms ease,transform 180ms ease}.news__all:focus-visible,.news__all:hover{background-color:#00549a;transform:translateY(-2px)}@media only screen and (max-width:1280px){.news__all{height:40px;padding:12px 24px;font-size:14px}}@media only screen and (max-width:568px){.news__all{min-width:0;flex:1}}.news__all img{width:16px;height:16px}@media only screen and (max-width:1280px){.news__all img{width:12px;height:12px}}.news__all-label--mobile{display:none}@media only screen and (max-width:568px){.news__all-label--mobile{display:inline}}@media only screen and (max-width:568px){.news__all-label--desktop{display:none}}.news__navigation{display:flex;gap:16px}@media only screen and (max-width:1280px){.news__navigation{gap:12px}}.news__arrow{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:50%;transition:transform 180ms ease,opacity 180ms ease}.news__arrow:focus-visible,.news__arrow:hover{transform:scale(1.06)}@media only screen and (max-width:1280px){.news__arrow{width:40px;height:40px}}.news__arrow img{width:48px;height:48px}@media only screen and (max-width:1280px){.news__arrow img{width:40px;height:40px}}.news__arrow--prev.swiper-button-disabled img{content:url(../../../../../../../../themes/roomz-2026/assets/icons/slider/arrow-prev-disabled.svg)}.news__arrow--next.swiper-button-disabled img{content:url(../../../../../../../../themes/roomz-2026/assets/icons/slider/arrow-next-disabled.svg)}.news__slider{width:calc(100% + (100vw - 100%)/ 2);min-width:0;overflow:hidden}@media only screen and (max-width:568px){.news__slider{order:2;width:100%}}.news__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}@media only screen and (max-width:1024px){.news__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media only screen and (max-width:568px){.news__cards{order:2;grid-template-columns:minmax(0,1fr)}}.news--more-articles{padding:96px 0;background-color:rgba(0,104,189,.08)}@media only screen and (max-width:1024px){.news--more-articles{padding:64px 0}}@media only screen and (max-width:568px){.news--more-articles{padding:32px 0}}.news--more-articles .news-card{background-color:var(--color-white)}.news--more-articles .news-card__media{height:320px;aspect-ratio:auto}@media only screen and (max-width:1024px){.news--more-articles .news-card__media{height:200px}}@media only screen and (max-width:1024px){.news--more-articles .news-card__title{font-size:18px;font-weight:600}}@media only screen and (max-width:1024px){.news--more-articles .news-card__text{font-size:14px}}@media only screen and (max-width:1024px){.news--more-articles .news-card__date{font-size:12px}}@media only screen and (max-width:1024px){.news--more-articles .news-card__link{display:none}}@media only screen and (max-width:1024px){.news--more-articles .news-card__tag{font-size:12px}}@media only screen and (max-width:1024px){.news--more-articles .news-card--tablet-hidden{display:none}}@media only screen and (max-width:568px){.news--more-articles .news-card--mobile-hidden{display:none}}.news .swiper-wrapper{display:flex;align-items:stretch;box-sizing:content-box}.news .swiper-slide{height:auto;flex-shrink:0}@media (prefers-reduced-motion:reduce){.news__all,.news__arrow{transition:none}}.news-listing{padding-top:32px;padding-bottom:96px}@media only screen and (max-width:1024px){.news-listing{padding-bottom:64px}}@media only screen and (max-width:568px){.news-listing{padding-top:24px;padding-bottom:48px}}.news-listing__filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}@media only screen and (max-width:1024px){.news-listing__filters{flex-wrap:nowrap;gap:8px;margin-right:-20px;margin-bottom:24px;overflow-x:auto;padding-right:20px;scrollbar-width:none}}@media only screen and (max-width:1024px){.news-listing__filters::-webkit-scrollbar{display:none}}.news-listing__filter{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:11px 31px;border:1px solid #0068bd;border-radius:60px;color:#0068bd;font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap;cursor:pointer;transition:color 180ms ease,background-color 180ms ease,transform 180ms ease}@media only screen and (max-width:568px){.news-listing__filter{min-height:40px;padding:7px 23px;font-size:14px}}@media (prefers-reduced-motion:reduce){.news-listing__filter{transition:none}}.news-listing__filter:focus-visible,.news-listing__filter:hover{background-color:rgba(0,104,189,.08)}@media (hover:hover) and (pointer:fine){.news-listing__filter:focus-visible,.news-listing__filter:hover{transform:translateY(-2px)}}.news-listing__filter:focus-visible{outline:2px solid #0068bd;outline-offset:3px}.news-listing__filter--active{border-color:transparent;background-color:rgba(0,104,189,.08)}.news-listing__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;transition:opacity 250ms ease}@media only screen and (max-width:1024px){.news-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media only screen and (max-width:768px){.news-listing__grid{grid-template-columns:minmax(0,1fr)}}.news-listing__grid--loading{pointer-events:none}.news-listing__grid .news-card[hidden]{display:none}.news-listing__sentinel{width:100%;height:1px;margin-top:16px;pointer-events:none;visibility:hidden}.news-listing__loader{display:flex;align-items:center;justify-content:center;padding-top:40px;padding-bottom:20px}.news-listing__loader[hidden]{display:none}.news-listing__spinner{display:inline-block;width:36px;height:36px;border:3px solid rgba(0,104,189,.2);border-top-color:#0068bd;border-radius:50%;animation:news-spinner .7s linear infinite}@media (prefers-reduced-motion:reduce){.news-listing__spinner{animation-duration:1.5s}}.news-listing__empty{padding:48px 0;color:var(--color-navy);font-size:18px;text-align:center;opacity:.7}.news-listing__empty[hidden]{display:none}@keyframes news-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.questions{padding-bottom:96px}@media only screen and (max-width:1280px){.questions{padding-bottom:64px}}@media only screen and (max-width:1024px){.questions{padding-bottom:0}.questions .container{padding:0}}.questions__inner{display:flex;align-items:flex-start;gap:80px;padding:64px;overflow:hidden;border-radius:20px;background-color:#f0f0f0}@media only screen and (max-width:1280px){.questions__inner{gap:48px;padding:48px}}@media only screen and (max-width:1024px){.questions__inner{border-radius:0}}@media only screen and (max-width:992px){.questions__inner{flex-direction:column}}@media only screen and (max-width:568px){.questions__inner{gap:24px;padding:48px 20px}}.questions__content{display:flex;min-width:0;flex:1;flex-direction:column;gap:32px}.questions--faq-only .questions__content{width:100%;flex-basis:100%}@media only screen and (max-width:568px){.questions__content{gap:24px}}.questions__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1280px){.questions__title{font-size:32px}}@media only screen and (max-width:568px){.questions__title{font-size:24px}}.questions__form-card{display:flex;width:480px;flex:0 0 480px;flex-direction:column;gap:32px;padding:48px;border-radius:20px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.questions__form-card{width:400px;flex-basis:400px;padding:32px}}@media only screen and (max-width:992px){.questions__form-card{width:100%;flex-basis:auto}}@media only screen and (max-width:568px){.questions__form-card{gap:24px;padding:24px;border-radius:16px}}.try-roomz-hero{position:relative;overflow:hidden;padding-top:120px;padding-bottom:96px;background-color:var(--color-navy);color:var(--color-white)}@media only screen and (max-width:1280px){.try-roomz-hero{padding-bottom:64px}}@media only screen and (max-width:1024px){.try-roomz-hero{padding-bottom:0;background-color:var(--color-white)}}@media only screen and (max-width:568px){.try-roomz-hero{padding-top:88px;padding-bottom:0;background-color:var(--color-white)}}.try-roomz-hero__background{position:absolute;inset:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:1024px){.try-roomz-hero__background{height:535px;-o-object-position:center;object-position:center}}@media only screen and (max-width:568px){.try-roomz-hero__background{height:302px;-o-object-position:center 42%;object-position:center 42%}}.try-roomz-hero__background img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.try-roomz-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,rgba(4,29,49,.8) 0,rgba(4,29,49,0) 100%),rgba(8,65,111,.64);pointer-events:none}@media only screen and (max-width:1024px){.try-roomz-hero__overlay{height:535px}}@media only screen and (max-width:568px){.try-roomz-hero__overlay{height:302px}}.try-roomz-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:568px){.try-roomz-hero__inner{gap:32px}}.try-roomz-hero__breadcrumbs{flex:0 0 auto}.try-roomz-hero__layout{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}@media only screen and (max-width:1280px){.try-roomz-hero__layout{gap:32px}}@media only screen and (max-width:1024px){.try-roomz-hero__layout{flex-direction:column;gap:64px}}@media only screen and (max-width:568px){.try-roomz-hero__layout{gap:32px}}.try-roomz-hero__content{display:flex;width:560px;min-width:0;flex:0 1 560px;flex-direction:column;gap:32px}@media only screen and (max-width:1440px){.try-roomz-hero__content{width:500px;flex-basis:500px}}@media only screen and (max-width:1280px){.try-roomz-hero__content{width:430px;flex-basis:430px}}@media only screen and (max-width:1024px){.try-roomz-hero__content{width:100%;flex-basis:auto}}.try-roomz-hero__copy{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1280px){.try-roomz-hero__copy{gap:24px}}@media only screen and (max-width:568px){.try-roomz-hero__copy{gap:16px}}.try-roomz-hero__title{font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1440px){.try-roomz-hero__title{font-size:48px}}@media only screen and (max-width:1280px){.try-roomz-hero__title{font-size:40px}}@media only screen and (max-width:568px){.try-roomz-hero__title{font-size:32px}}.try-roomz-hero__text{font-size:20px;line-height:1.4}@media only screen and (max-width:1280px){.try-roomz-hero__text{font-size:18px}}@media only screen and (max-width:568px){.try-roomz-hero__text{font-size:16px}}.try-roomz-hero__benefits{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}@media only screen and (max-width:1024px){.try-roomz-hero__benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 64px}}@media only screen and (max-width:568px){.try-roomz-hero__benefits{display:none}}.try-roomz-hero__benefit{display:flex;align-items:center;gap:16px;padding:31px 0;border-top:1px solid rgba(255,255,255,.24);font-size:18px;line-height:1.4}@media only screen and (max-width:1280px){.try-roomz-hero__benefit{padding:24px 0;font-size:16px}}@media only screen and (max-width:1024px){.try-roomz-hero__benefit{padding:0;border-top:0;font-size:18px}}.try-roomz-hero__icon-shell{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(255,255,255,.16)}@media only screen and (max-width:1280px){.try-roomz-hero__icon-shell{width:52px;height:52px;flex-basis:52px}}.try-roomz-hero__icon-shell--asset{background-color:transparent}.try-roomz-hero__icon{display:block;width:24px;height:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.try-roomz-hero__icon img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.try-roomz-hero__icon--framed{width:60px;height:60px}@media only screen and (max-width:1280px){.try-roomz-hero__icon--framed{width:52px;height:52px}}.try-roomz-hero__form{width:640px;max-width:640px;flex:0 1 640px;padding:40px;border-radius:20px;background-color:var(--color-white);color:var(--color-navy)}@media only screen and (max-width:1440px){.try-roomz-hero__form{width:560px;max-width:560px;flex-basis:560px}}@media only screen and (max-width:1280px){.try-roomz-hero__form{width:500px;max-width:500px;flex-basis:500px;padding:32px}}@media only screen and (max-width:1024px){.try-roomz-hero__form{width:calc(100% + 40px);max-width:none;flex-basis:auto;align-self:stretch;margin-right:-20px;margin-left:-20px;padding:48px;border-radius:0}}@media only screen and (max-width:568px){.try-roomz-hero__form{width:calc(100% + 40px);max-width:none;margin-right:-20px;margin-left:-20px;padding:40px 20px;border-radius:0}}.try-roomz-hero__form .quform,.try-roomz-hero__form .quform-form{width:100%}.try-roomz-hero__form .quform-default-submit,.try-roomz-hero__form .quform-element-tree,.try-roomz-hero__form .quform-loading{display:none}.try-roomz-hero__form .quform-cf::after,.try-roomz-hero__form .quform-cf::before,.try-roomz-hero__form .quform-child-elements::after,.try-roomz-hero__form .quform-child-elements::before,.try-roomz-hero__form .quform-element-row::after,.try-roomz-hero__form .quform-element-row::before{display:none;content:none}.try-roomz-hero__form .quform-button-submit,.try-roomz-hero__form .quform-element,.try-roomz-hero__form .quform-elements,.try-roomz-hero__form .quform-form-inner,.try-roomz-hero__form .quform-inner,.try-roomz-hero__form .quform-input,.try-roomz-hero__form .quform-spacer{margin:0;padding:0}.try-roomz-hero__form .quform-child-elements{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:568px){.try-roomz-hero__form .quform-child-elements{gap:20px}}.try-roomz-hero__form .quform-element-row{display:flex;width:100%;gap:24px;margin:0!important}@media only screen and (max-width:568px){.try-roomz-hero__form .quform-element-row{flex-direction:column;gap:20px}}.try-roomz-hero__form .quform-element-column{min-width:0;flex:1 1 0%;float:none}@media only screen and (max-width:568px){.try-roomz-hero__form .quform-element-column{width:100%;flex:0 0 auto}}.try-roomz-hero__form .quform-label{display:block;margin-bottom:4px;color:var(--color-navy);font-size:12px;line-height:16px;opacity:.64}.try-roomz-hero__form .quform-required{margin-left:4px}.try-roomz-hero__form .quform-field-email,.try-roomz-hero__form .quform-field-select,.try-roomz-hero__form .quform-field-text,.try-roomz-hero__form .quform-field-textarea{display:block;width:100%;border:1px solid rgba(4,29,49,.24);outline:0;background-color:var(--color-white);color:var(--color-navy);font-family:inherit;font-size:14px;line-height:16px;transition:border-color 180ms ease,box-shadow 180ms ease}.try-roomz-hero__form .quform-field-email::-moz-placeholder,.try-roomz-hero__form .quform-field-select::-moz-placeholder,.try-roomz-hero__form .quform-field-text::-moz-placeholder,.try-roomz-hero__form .quform-field-textarea::-moz-placeholder{color:rgba(4,29,49,.64);opacity:1}.try-roomz-hero__form .quform-field-email::placeholder,.try-roomz-hero__form .quform-field-select::placeholder,.try-roomz-hero__form .quform-field-text::placeholder,.try-roomz-hero__form .quform-field-textarea::placeholder{color:rgba(4,29,49,.64);opacity:1}.try-roomz-hero__form .quform-field-email:focus,.try-roomz-hero__form .quform-field-select:focus,.try-roomz-hero__form .quform-field-text:focus,.try-roomz-hero__form .quform-field-textarea:focus{border-color:#0068bd;box-shadow:0 0 0 3px rgba(0,104,189,.12)}.try-roomz-hero__form .quform-field-email,.try-roomz-hero__form .quform-field-select,.try-roomz-hero__form .quform-field-text{height:48px;padding:0 24px;border-radius:60px}@media only screen and (max-width:568px){.try-roomz-hero__form .quform-field-email,.try-roomz-hero__form .quform-field-select,.try-roomz-hero__form .quform-field-text{height:44px}}.try-roomz-hero__form .quform-field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:48px;background-image:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/chevron-down.svg);background-repeat:no-repeat;background-position:right 24px center;background-size:7px 4px;cursor:pointer}.try-roomz-hero__form .quform-field-textarea{height:88px;min-height:88px;padding:20px 24px;resize:vertical;border-radius:16px}.try-roomz-hero__form .quform-element-html{order:1}.try-roomz-hero__form .quform-element-html p,.try-roomz-hero__form .quform-element-html ul{margin:0!important;color:var(--color-navy)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important;list-style:none;opacity:.64}@media only screen and (max-width:568px){.try-roomz-hero__form .quform-element-html p,.try-roomz-hero__form .quform-element-html ul{font-size:10px!important;line-height:normal!important}}.try-roomz-hero__form .quform-element-html strong{font-weight:700}.try-roomz-hero__form .quform-element-html li{display:inline}.try-roomz-hero__form .quform-element-html li+li::before{content:" "}.try-roomz-hero__form .quform-element-checkbox{order:2}.try-roomz-hero__form .quform-option{display:flex;align-items:flex-start;gap:8px}.try-roomz-hero__form .quform-field-checkbox{width:16px;height:16px;flex:0 0 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border:1px solid #0068bd;border-radius:2px;background-color:var(--color-white);cursor:pointer}.try-roomz-hero__form .quform-field-checkbox:checked{background-color:#0068bd;box-shadow:inset 0 0 0 3px var(--color-white)}.try-roomz-hero__form .quform-field-checkbox:focus-visible{outline:2px solid rgba(0,104,189,.28);outline-offset:2px}.try-roomz-hero__form .quform-option-label{color:var(--color-navy);font-size:12px;line-height:16px;cursor:pointer;opacity:.64}@media only screen and (max-width:568px){.try-roomz-hero__form .quform-option-label{font-size:10px;line-height:normal}}.try-roomz-hero__form .quform-element-recaptcha{order:3}.try-roomz-hero__form .quform-element-submit{order:4;width:100%}@media only screen and (max-width:1024px){.try-roomz-hero__form .quform-element-submit{width:50%;align-self:center}}@media only screen and (max-width:768px){.try-roomz-hero__form .quform-element-submit{width:100%}}.try-roomz-hero__form .quform-button-submit,.try-roomz-hero__form .quform-submit{width:100%}.try-roomz-hero__form .quform-button-submit{float:none}.try-roomz-hero__form .quform-submit{display:flex;height:56px;align-items:center;justify-content:center;gap:8px;padding:16px 48px;border:0;border-radius:60px;background-color:var(--color-green);color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;cursor:pointer;transition:background-color 180ms ease,transform 180ms ease}.try-roomz-hero__form .quform-submit::after{width:16px;height:16px;background:url(../../../../../../../../themes/roomz-2026/assets/icons/questions/arrow-right.svg) center/contain no-repeat;content:""}.try-roomz-hero__form .quform-submit:focus-visible,.try-roomz-hero__form .quform-submit:hover{background-color:#158a47;transform:translateY(-2px)}@media only screen and (max-width:568px){.try-roomz-hero__form .quform-submit{height:48px}}.quick-try{padding-top:96px;padding-bottom:96px;background-color:var(--color-white)}@media only screen and (max-width:1280px){.quick-try{padding-top:72px;padding-bottom:72px}}@media only screen and (max-width:1024px){.quick-try{padding-top:64px;padding-bottom:64px}}@media only screen and (max-width:568px){.quick-try{padding-top:48px;padding-bottom:48px}}.quick-try__header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:32px}@media only screen and (max-width:768px){.quick-try__header{align-items:flex-start;flex-direction:column;gap:24px}}.quick-try__title{font-size:40px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.quick-try__title{font-size:32px}}@media only screen and (max-width:568px){.quick-try__title{font-size:24px;line-height:normal}}.quick-try__currency{display:flex;align-items:center;justify-content:flex-end;gap:12px}@media only screen and (max-width:568px){.quick-try__currency{width:100%;justify-content:flex-start;gap:8px}}.quick-try__currency-label{font-size:16px;line-height:1.5}@media only screen and (max-width:568px){.quick-try__currency-label{font-size:14px}}.quick-try__currency-options{display:flex;gap:12px}@media only screen and (max-width:568px){.quick-try__currency-options{gap:8px}}.quick-try__currency-button{display:inline-flex;height:40px;min-width:88px;align-items:center;justify-content:center;padding:8px 24px;border:1px solid #0068bd;border-radius:60px;background-color:var(--color-white);color:#0068bd;font-size:16px;font-weight:500;line-height:1.5;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .2s ease}@media only screen and (max-width:568px){.quick-try__currency-button{min-width:48px;padding-right:14px;padding-left:14px;font-size:14px}}.quick-try__currency-button:hover{background-color:rgba(0,104,189,.08);transform:translateY(-2px)}.quick-try__currency-button:focus-visible{outline:2px solid #0068bd;outline-offset:3px}.quick-try__currency-button--active{background-color:rgba(0,104,189,.08)}.quick-try__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}@media only screen and (max-width:1024px){.quick-try__grid{grid-template-columns:1fr}}@media only screen and (max-width:568px){.quick-try__grid{gap:16px}}.quick-try-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.quick-try-card{display:grid;grid-template-columns:1fr 1fr}}@media only screen and (max-width:768px){.quick-try-card{display:flex}}.quick-try-card__media{height:240px;min-width:0;overflow:hidden;background-color:#f0f0f0}@media only screen and (max-width:1024px){.quick-try-card__media{height:auto;min-height:320px}}@media only screen and (max-width:768px){.quick-try-card__media{height:240px;min-height:0}}.quick-try-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.quick-try-card__image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.quick-try-card__content{display:flex;min-width:0;flex:1;flex-direction:column;gap:24px;padding:40px 40px 24px}@media only screen and (max-width:1280px){.quick-try-card__content{padding-right:32px;padding-left:32px}}@media only screen and (max-width:1024px){.quick-try-card__content{gap:16px;padding:32px}}@media only screen and (max-width:768px){.quick-try-card__content{padding:24px}}@media only screen and (max-width:568px){.quick-try-card__content{gap:16px;padding:16px}}.quick-try-card__heading{display:flex;flex-direction:column;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(4,29,49,.16)}@media only screen and (max-width:1024px){.quick-try-card__heading{align-items:center;justify-content:space-between;flex-direction:row}}@media only screen and (max-width:768px){.quick-try-card__heading{align-items:flex-start;flex-direction:column}}.quick-try-card__title{font-size:20px;font-weight:500;line-height:normal}.quick-try-card__price{font-size:24px;font-weight:700;line-height:normal;white-space:nowrap}.quick-try-card__description{font-size:16px;line-height:1.5}.quick-try-card__features{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.quick-try-card__feature{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5}.quick-try-card__feature img{width:20px;height:20px;flex:0 0 20px}.quick-try-card__actions{display:flex;flex-direction:column;gap:16px;margin-top:auto;padding:0 40px 40px}@media only screen and (max-width:1280px){.quick-try-card__actions{padding-right:32px;padding-left:32px}}@media only screen and (max-width:1024px){.quick-try-card__actions{grid-column:1/-1;flex-direction:row;padding:24px 32px;border-top:1px solid #e5e7eb}}@media only screen and (max-width:768px){.quick-try-card__actions{flex-direction:column;padding:0 24px 24px;border-top:0}}@media only screen and (max-width:568px){.quick-try-card__actions{padding:0 16px 16px}}.quick-try-card__button{display:inline-flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:11px 32px;border:1px solid var(--color-green);border-radius:60px;font-size:16px;font-weight:500;line-height:1.5;transition:color .2s ease,background-color .2s ease,transform .2s ease}@media only screen and (max-width:1024px){.quick-try-card__button{min-height:40px;padding-top:7px;padding-bottom:7px}}@media only screen and (max-width:768px){.quick-try-card__button{min-height:48px;padding-top:11px;padding-bottom:11px}}.quick-try-card__button:hover{transform:translateY(-2px)}.quick-try-card__button:focus-visible{outline:2px solid #0068bd;outline-offset:3px}.quick-try-card__button img{width:16px;height:16px}.quick-try-card__button--primary{background-color:var(--color-green);color:var(--color-white)}.quick-try-card__button--primary:hover{background-color:#158a47}.quick-try-card__button--secondary{background-color:var(--color-white);color:var(--color-green)}@media only screen and (max-width:1024px){.quick-try-card__button--secondary{order:-1}}@media only screen and (max-width:768px){.quick-try-card__button--secondary{order:0}}.quick-try-card__button--secondary:hover{background-color:rgba(27,168,86,.08)}.roomz-unique{padding:96px 0;background-color:#e2f1fd}@media only screen and (max-width:1024px){.roomz-unique{padding:64px 28px}}@media only screen and (max-width:568px){.roomz-unique{padding:48px 0}}.roomz-unique__title{margin-bottom:32px;font-size:40px;font-weight:400;line-height:1.2}@media only screen and (max-width:1024px){.roomz-unique__title{margin-bottom:32px;font-size:34px}}@media only screen and (max-width:568px){.roomz-unique__title{margin-bottom:24px;font-size:26px}}.roomz-unique__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media only screen and (max-width:568px){.roomz-unique__grid{grid-template-columns:1fr}}.roomz-unique__card{display:flex;min-width:0;min-height:228px;flex-direction:column;gap:16px;padding:32px;border-radius:10px;background-color:var(--color-white)}@media only screen and (max-width:1024px){.roomz-unique__card{min-height:226px;padding:24px}}@media only screen and (max-width:568px){.roomz-unique__card{min-height:0;gap:12px;padding:20px;border-radius:12px}}@media only screen and (max-width:1024px){.roomz-unique__card--desktop-only{display:none}}.roomz-unique__card-header{display:flex;flex-direction:column;align-items:flex-start;gap:24px}@media only screen and (max-width:568px){.roomz-unique__card-header{flex-direction:row;align-items:center;gap:16px}}.roomz-unique__icon{display:flex;width:60px;height:60px;flex:0 0 60px;align-items:center;justify-content:center;border-radius:50%;background-color:#e2f1fd}.roomz-unique__icon img{display:block;width:36px;height:36px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.roomz-unique__card-title{font-size:20px;font-weight:500;line-height:1.2}@media only screen and (max-width:1024px){.roomz-unique__card-title{font-size:18px}}@media only screen and (max-width:568px){.roomz-unique__card-title{font-size:16px}}.roomz-unique__text{font-size:16px;line-height:1.4}@media only screen and (max-width:1024px){.roomz-unique__text{font-size:14px}}.book-hero{position:relative;overflow:hidden;background-color:var(--color-white);color:var(--color-white)}.book-hero__background-layer{position:absolute;inset:0;height:100%;pointer-events:none}.book-hero__background{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.book-hero__background img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.book-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,var(--color-navy) 5%,rgba(4,29,49,0) 50%),linear-gradient(90deg,rgba(4,29,49,.8) 0,rgba(4,29,49,0) 100%),rgba(8,65,111,.8);mix-blend-mode:normal}.book-hero__container{position:relative;z-index:1;width:calc(100% - 192px);max-width:1408px;padding:0}@media only screen and (max-width:1024px){.book-hero__container{width:100%;max-width:none;padding:0 48px}}@media only screen and (max-width:568px){.book-hero__container{padding:0 20px}}.book-hero__inner{display:flex;flex-direction:column;gap:40px;padding-top:120px;padding-bottom:96px}@media only screen and (max-width:1024px){.book-hero__inner{padding-top:104px;padding-bottom:0}}@media only screen and (max-width:568px){.book-hero__inner{gap:32px;padding-top:88px}}.book-hero__breadcrumbs{flex:0 0 auto}.book-hero__body{display:flex;align-items:center;gap:128px}@media only screen and (max-width:1440px){.book-hero__body{gap:64px}}@media only screen and (max-width:1024px){.book-hero__body{align-items:stretch;flex-direction:column;gap:35px}}@media only screen and (max-width:568px){.book-hero__body{gap:30px}}.book-hero__content{display:flex;width:640px;min-width:0;flex:0 1 640px;flex-direction:column;gap:32px}@media only screen and (max-width:1440px){.book-hero__content{width:auto;flex:1 1 auto}}@media only screen and (max-width:1024px){.book-hero__content{width:600px;max-width:100%;flex:0 0 auto;gap:16px}}@media only screen and (max-width:568px){.book-hero__content{width:100%}}.book-hero__title{margin:0;font-size:56px;font-weight:500;line-height:1.1}@media only screen and (max-width:1024px){.book-hero__title{font-size:40px}}@media only screen and (max-width:568px){.book-hero__title{font-size:32px;line-height:normal}}.book-hero__description{font-size:20px;line-height:1.4}@media only screen and (max-width:1024px){.book-hero__description{font-size:18px}}@media only screen and (max-width:568px){.book-hero__description{font-size:16px}}.book-hero__description ul,.book-hero__list{display:flex;flex-direction:column;gap:12px;margin:28px 0 0;padding-left:30px;list-style:disc}@media only screen and (max-width:1024px){.book-hero__description ul,.book-hero__list{padding-left:27px}}@media only screen and (max-width:568px){.book-hero__description ul,.book-hero__list{padding-left:24px}}.book-hero__booking{display:flex;width:480px;flex:0 0 480px;flex-direction:column;gap:32px;padding:40px;border-radius:20px;background-color:var(--color-white);color:var(--color-navy)}@media only screen and (max-width:1024px){.book-hero__booking{width:100vw;flex-basis:auto;align-self:center;padding:48px max(48px,(100vw - 400px) / 2);border-radius:0}}@media only screen and (max-width:568px){.book-hero__booking{padding:40px 20px}}.book-hero__booking-title{margin:0;font-size:24px;font-weight:500;line-height:normal}.book-hero__fields{display:flex;flex-direction:column;gap:32px}.book-hero__field{display:flex;flex-direction:column;gap:4px}.book-hero__label{font-size:12px;line-height:16px;opacity:.64}.book-hero__consultant{display:flex;align-items:center;gap:24px}.book-hero__consultant-image{display:block;width:96px;height:96px;flex:0 0 96px;overflow:hidden;border:2px solid #ebf3fa;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.book-hero__consultant-image img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit;transform:scale(1.2);transform-origin:center 20%}.book-hero__consultant-copy{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:12px}.book-hero__consultant-eyebrow{font-size:10px;line-height:1.4;text-transform:uppercase;opacity:.48}.book-hero__consultant-name{font-size:20px;font-weight:500;line-height:normal}.book-hero__consultant-role{font-size:14px;line-height:1.4;opacity:.8}.book-hero__submit{width:100%;height:56px;border:0;font-size:16px;text-transform:uppercase;padding:16px 48px}@media only screen and (max-width:568px){.book-hero__submit{height:48px;font-size:16px;font-weight:500}}.book-hero__submit img{width:16px;height:16px}.book-dropdown{position:relative;z-index:1}.book-dropdown--open{z-index:5}.book-dropdown__trigger{display:flex;width:100%;height:48px;align-items:center;justify-content:space-between;padding:0 24px;border:1px solid rgba(4,29,49,.24);border-radius:60px;outline:0;background-color:var(--color-white);color:rgba(4,29,49,.8);font:inherit;font-size:14px;line-height:16px;text-align:left;cursor:pointer;transition:border-color 180ms ease,box-shadow 180ms ease}.book-dropdown--open .book-dropdown__trigger,.book-dropdown__trigger:focus-visible,.book-dropdown__trigger:hover{border-color:#0068bd}.book-dropdown__trigger:focus-visible{box-shadow:0 0 0 3px rgba(0,104,189,.12)}.book-dropdown__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-dropdown__icon{width:7px;height:4px;flex:0 0 auto;margin-left:16px;transition:transform 180ms ease}.book-dropdown--open .book-dropdown__icon{transform:rotate(180deg)}.book-dropdown__menu{position:absolute;top:calc(100% + 8px);left:0;display:flex;width:100%;max-height:224px;flex-direction:column;gap:2px;margin:0;padding:8px;overflow-y:auto;visibility:hidden;border:1px solid rgba(4,29,49,.16);border-radius:16px;background-color:var(--color-white);box-shadow:0 16px 40px rgba(4,29,49,.16);list-style:none;opacity:0;transform:translateY(-6px);transition:opacity 160ms ease,transform 160ms ease,visibility 160ms ease}.book-dropdown--open .book-dropdown__menu{visibility:visible;opacity:1;transform:translateY(0)}.book-dropdown__option{display:block;width:100%;padding:10px 16px;border:0;border-radius:10px;background:0 0;color:var(--color-navy);font:inherit;font-size:14px;line-height:20px;text-align:left;cursor:pointer}.book-dropdown__option:focus-visible,.book-dropdown__option:hover{outline:0;background-color:#ebf3fa}.book-dropdown__option[aria-selected=true]{background-color:#dceefa;color:#0068bd;font-weight:500}@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.error-404{position:relative;isolation:isolate;overflow:hidden;min-height:calc(100vh - 260px);padding-top:170px;padding-bottom:96px;background-color:var(--color-navy);color:var(--color-white)}@media only screen and (max-width:1280px){.error-404{padding-top:150px;padding-bottom:80px}}@media only screen and (max-width:1024px){.error-404{padding-top:130px;padding-bottom:64px}}@media only screen and (max-width:568px){.error-404{padding-top:110px;padding-bottom:48px}}.error-404::after,.error-404::before{position:absolute;inset:0;z-index:-1;content:"";pointer-events:none}.error-404::before{background:radial-gradient(circle at 85% 30%,rgba(0,104,189,.24) 0,transparent 55%),radial-gradient(circle at 15% 75%,rgba(27,168,86,.14) 0,transparent 45%)}.error-404::after{background-image:linear-gradient(180deg,var(--color-navy) 0,transparent 40%),linear-gradient(0deg,var(--color-navy) 0,transparent 35%)}.error-404__inner{display:flex;align-items:center;justify-content:space-between;gap:48px}@media only screen and (max-width:1280px){.error-404__inner{gap:40px}}@media only screen and (max-width:920px){.error-404__inner{flex-direction:column;align-items:stretch;gap:48px}}.error-404__content{display:flex;width:100%;max-width:620px;flex-direction:column;align-items:flex-start}@media only screen and (max-width:920px){.error-404__content{max-width:100%}}.error-404__badge{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;padding:6px 16px;border:1px solid rgba(255,255,255,.16);border-radius:40px;background-color:rgba(255,255,255,.08);backdrop-filter:blur(12px);color:rgba(255,255,255,.88);font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.error-404__badge-dot{width:8px;height:8px;border-radius:50%;background-color:#ff5252;box-shadow:0 0 10px #ff5252;animation:pulse-dot 2s infinite ease-in-out}@media (prefers-reduced-motion:reduce){.error-404__badge-dot{animation:none}}.error-404__code{margin:0 0 8px;background:linear-gradient(180deg,#fff 30%,rgba(255,255,255,.2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(64px,8vw,110px);font-weight:800;letter-spacing:-.04em;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-404__title{margin:0 0 16px;color:var(--color-white);font-size:clamp(28px,3.2vw,42px);font-weight:600;letter-spacing:-.02em;line-height:1.2}.error-404__description{margin:0 0 32px;color:rgba(255,255,255,.75);font-size:18px;line-height:1.55}@media only screen and (max-width:568px){.error-404__description{margin-bottom:24px;font-size:15px}}.error-404__actions{display:flex;width:100%;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:40px}@media only screen and (max-width:568px){.error-404__actions{flex-direction:column;gap:12px;margin-bottom:32px}}@media only screen and (max-width:568px){.error-404__button{width:100%}}.error-404__directory{width:100%;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.error-404__directory-title{display:block;margin-bottom:12px;color:rgba(255,255,255,.6);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.error-404__directory-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px}@media only screen and (max-width:568px){.error-404__directory-list{grid-template-columns:1fr;gap:8px}}.error-404__directory-link{display:inline-flex;align-items:center;gap:8px;padding:6px 0;color:rgba(255,255,255,.85);font-size:14px;font-weight:500;text-decoration:none;transition:color 180ms ease,transform 180ms ease}@media (prefers-reduced-motion:reduce){.error-404__directory-link{transition:none}}.error-404__directory-link:hover{color:var(--color-green);transform:translateX(3px)}.error-404__directory-link:hover img{filter:brightness(0) saturate(100%) invert(48%) sepia(87%) saturate(415%) hue-rotate(94deg) brightness(96%) contrast(89%);transform:translateX(2px)}.error-404__directory-link img{width:12px;height:12px;filter:brightness(0) invert(1);transition:filter 180ms ease,transform 180ms ease}@media (prefers-reduced-motion:reduce){.error-404__directory-link img{transition:none}}.error-404__device{display:flex;flex:0 0 440px;justify-content:center}@media only screen and (max-width:1280px){.error-404__device{flex:0 0 390px}}@media only screen and (max-width:1024px){.error-404__device{flex:0 0 340px}}@media only screen and (max-width:920px){.error-404__device{width:100%;max-width:440px;flex:none;margin:0 auto}}.roomz-display{width:100%;display:flex;flex-direction:column;align-items:center}.roomz-display__bezel{width:100%;padding:16px;border-radius:24px;background:linear-gradient(135deg,#f1f5f9 0,#cbd5e1 45%,#94a3b8 100%);box-shadow:0 30px 70px rgba(0,0,0,.5),inset 0 2px 3px rgba(255,255,255,.8),inset 0 -2px 4px rgba(0,0,0,.25)}@media only screen and (max-width:1024px){.roomz-display__bezel{padding:12px;border-radius:20px}}.roomz-display__screen{position:relative;overflow:hidden;padding:24px 20px 20px;border-radius:12px;background-color:#f6f8fa;box-shadow:inset 0 0 10px rgba(0,0,0,.06),0 0 0 6px #09131e;color:#041d31;font-family:var(--font-primary)}@media only screen and (max-width:1024px){.roomz-display__screen{padding:18px 16px 16px}}.roomz-display__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid #041d31}@media only screen and (max-width:1024px){.roomz-display__header{margin-bottom:14px;padding-bottom:10px}}.roomz-display__brand{color:#041d31;font-size:15px;font-weight:800;letter-spacing:.12em}.roomz-display__status-icons{display:flex;align-items:center;gap:10px}.roomz-display__wifi{width:18px;height:18px;filter:brightness(0) saturate(100%);-o-object-fit:contain;object-fit:contain}.roomz-display__battery{position:relative;display:block;width:22px;height:12px;padding:1.5px;border:1.5px solid #041d31;border-radius:3px}.roomz-display__battery::after{position:absolute;top:2px;right:-4px;width:2px;height:5px;border-radius:0 1px 1px 0;background:#041d31;content:""}.roomz-display__battery-level{display:block;width:80%;height:100%;border-radius:1px;background:#041d31}.roomz-display__body{display:flex;flex-direction:column;align-items:stretch}.roomz-display__room-label{margin-bottom:2px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.roomz-display__room-number{margin-bottom:12px;color:#041d31;font-size:54px;font-weight:800;letter-spacing:-.03em;line-height:1}@media only screen and (max-width:1024px){.roomz-display__room-number{font-size:44px;margin-bottom:10px}}.roomz-display__state-badge{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 12px;border-radius:6px;background-color:#041d31;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media only screen and (max-width:1024px){.roomz-display__state-badge{margin-bottom:14px;padding:6px 10px}}.roomz-display__state-dot{width:8px;height:8px;border-radius:50%;background-color:#ff5252;box-shadow:0 0 6px #ff5252}.roomz-display__details{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;padding:12px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}@media only screen and (max-width:1024px){.roomz-display__details{gap:6px;margin-bottom:14px;padding:10px 0}}.roomz-display__detail-row{display:flex;justify-content:space-between;font-size:12px;line-height:1.4}.roomz-display__detail-label{color:#64748b;font-weight:500}.roomz-display__detail-value{color:#041d31;font-weight:600}.roomz-display__footer{text-align:center}.roomz-display__touch-hint{display:inline-block;padding:6px 12px;border:1px dashed #cbd5e1;border-radius:4px;color:#64748b;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.roomz-display__caption{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;color:rgba(255,255,255,.65);font-size:12px}.roomz-display__swiss{width:auto;height:18px;-o-object-fit:contain;object-fit:contain}.footer{padding-top:64px;padding-bottom:64px;background-color:var(--color-navy);color:var(--color-white)}@media only screen and (max-width:568px){.footer{padding-top:48px;padding-bottom:48px}}.footer__inner{display:flex;flex-direction:column;gap:48px}@media only screen and (max-width:568px){.footer__inner{gap:32px}}.footer__main{display:flex;align-items:flex-start;gap:80px}@media only screen and (max-width:1280px){.footer__main{gap:40px}}@media only screen and (max-width:920px){.footer__main{display:flex;flex-wrap:wrap;gap:32px 48px}}@media only screen and (max-width:568px){.footer__main{display:flex;flex-direction:column;gap:32px}}.footer__brand{display:flex;flex:0 0 auto;flex-direction:column;gap:24px}.footer__brand-content{display:flex;flex-direction:column;gap:24px}.footer__logo{display:block;width:194px;height:48px;transition:opacity 180ms ease}.footer__logo:focus-visible,.footer__logo:hover{opacity:.72}@media only screen and (max-width:1280px){.footer__logo{width:162px;height:40px}}.footer__logo img{display:block;width:100%;height:100%;transform:scaleY(-1)}.footer__tagline{font-size:14px;font-weight:500;line-height:1.1;white-space:nowrap}@media only screen and (max-width:1280px){.footer__tagline{font-size:12px}}.footer__copyright{color:rgba(255,255,255,.7);font-size:12px;line-height:20px}.footer__copyright--mobile{display:none}@media only screen and (max-width:568px){.footer__copyright--mobile{display:block;font-size:13px;line-height:normal;text-align:center}}@media only screen and (max-width:568px){.footer__copyright--desktop{display:none}}.footer__vertical-divider{align-self:stretch;width:1px;background-color:rgba(255,255,255,.2)}@media only screen and (max-width:1280px){.footer__vertical-divider{display:none}}.footer__column{display:flex;min-width:0;flex:1;flex-direction:column;gap:20px}@media only screen and (max-width:568px){.footer__column{width:100%;gap:16px}}@media only screen and (max-width:920px){.footer__column{width:auto;flex:0 0 auto}}@media only screen and (max-width:568px){.footer__column{width:100%}}@media only screen and (max-width:920px){.footer__column--solutions{grid-column:auto}}@media only screen and (max-width:920px){.footer__column--contact{grid-column:auto}}@media only screen and (max-width:920px){.footer__column--address{grid-column:auto}}@media only screen and (max-width:920px){.footer__column--useful{grid-column:auto}}.footer__heading{font-size:20px;font-weight:500;line-height:normal}@media only screen and (max-width:1280px){.footer__heading{font-size:16px}}.footer__heading--muted{color:rgba(255,255,255,.7);font-weight:400;line-height:24px;text-transform:uppercase}@media only screen and (max-width:1280px){.footer__heading--muted{font-size:14px}}@media only screen and (max-width:568px){.footer__heading--muted{font-weight:700;line-height:normal}}.footer__links{display:flex;flex-direction:column;gap:16px;color:rgba(255,255,255,.7);font-size:16px;line-height:normal}@media only screen and (max-width:1280px){.footer__links{font-size:14px}}.footer__links a{display:inline-flex;transition:color 180ms ease,transform 180ms ease}.footer__links a:focus-visible,.footer__links a:hover{color:var(--color-white);transform:translateX(4px)}.footer__links--primary{color:var(--color-white);font-size:20px;font-weight:500}@media only screen and (max-width:1280px){.footer__links--primary{font-size:16px}}@media only screen and (max-width:568px){.footer__links--primary{font-weight:400}}.footer__links--contact a{align-items:center;gap:10px}.footer__links--contact a img{width:30px;height:30px}@media only screen and (max-width:568px){.footer__links--contact a img{display:none}}.footer__details{display:contents}@media only screen and (max-width:920px){.footer__details{display:contents}}@media only screen and (max-width:568px){.footer__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;width:100%}}.footer__address{color:rgba(255,255,255,.7);font-size:16px;font-style:normal;line-height:normal}@media only screen and (max-width:1280px){.footer__address{font-size:14px}}@media only screen and (max-width:568px){.footer__address{line-height:24px}}.footer__badges{display:flex;align-items:center;gap:24px;padding-top:48px;border-top:1px solid rgba(255,255,255,.2)}@media only screen and (max-width:568px){.footer__badges{justify-content:center;gap:16px;padding-top:32px;flex-wrap:wrap}}.footer__badge{display:block;-o-object-fit:contain;object-fit:contain}.footer__badge img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.footer__badge-slot{display:flex;min-width:0;flex:1;align-items:center;justify-content:center}@media only screen and (max-width:568px){.footer__badge-slot{flex:0 0 auto}}.footer__badge--swiss{width:62px;height:80px;overflow:hidden;border-radius:3px}.footer__badge--swiss img{border-radius:3px}@media only screen and (max-width:1280px){.footer__badge--swiss{width:49px;height:64px}}@media only screen and (max-width:568px){.footer__badge--swiss{width:37px;height:48px}}.footer__badge--square{width:100px;height:100px}@media only screen and (max-width:1280px){.footer__badge--square{width:64px;height:64px}}@media only screen and (max-width:568px){.footer__badge--square{width:48px;height:48px}}.footer__badge--wide{width:166px;height:57px;overflow:hidden;border-radius:7px}@media only screen and (max-width:1280px){.footer__badge--wide{width:140px;height:48px}}@media only screen and (max-width:568px){.footer__badge--wide{width:116px;height:40px}}.footer__badge--wide img{width:107.23%;height:119.3%;-o-object-fit:fill;object-fit:fill;transform:translate(-3.61%,-9.89%)}@media (prefers-reduced-motion:reduce){.footer__links a,.footer__logo{transition:none}}