@import"https://fonts.googleapis.com/css?family=Lato:300,400";@import"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";@import"https://fonts.googleapis.com/css?family=Josefin+Sans";@import"https://fonts.googleapis.com/css?family=Lato:300,400";header{position:relative;height:100vh;background-color:#000;background-position:center;background-repeat:no-repeat;background-size:contain}header .logo{position:absolute;top:20px;left:0;right:0;margin:auto;height:70px}@media(max-width: 768px){header{height:calc(100vh - 50px);margin-top:50px}}nav{height:50px;width:100%;display:flex;align-items:center;background-color:#000;position:fixed;position:-webkit-sticky;position:sticky;top:0;z-index:99}nav a{color:inherit;text-decoration:none;transition:color .2s}nav a:hover{color:#f15d22}nav .btn{height:34px;width:34px;margin-left:5px;cursor:pointer}nav .logo{margin-right:auto;margin-left:10px;padding:8px 0;display:block;height:100%}nav .logo img{height:34px;width:34px;display:block}nav .menu{color:#fff;text-transform:uppercase;font-family:"Josefin Sans",sans-serif}nav .menu a{display:block}nav .menu .bar{background-color:gray}@media(max-width: 1200px){nav{position:fixed;width:100%}nav .menu{overflow-y:unset;padding-top:10px;padding-bottom:10px;position:absolute;top:50px;left:0;height:calc(100vh - 50px);background:#000;transform:translateX(-102%);transition:transform .2s ease}nav .menu.visible{transform:none;overflow-y:scroll}nav .menu .tab{padding:10px}nav .menu .group .title{margin-bottom:3px}nav .menu .group .items{color:silver}nav .menu .group .items .sub-title{margin-bottom:3px;color:#fff}nav .menu .group .items .divider{height:1px;width:80%;background-color:#4d4d4d;margin-bottom:5px;margin-right:auto}nav .menu .group a:not(.title){padding:3px 0;padding-left:5px}nav .menu .bar{height:2px;align-self:center;margin:0 10px}nav .logo{margin-right:10px;margin-left:auto}}@media(min-width: 1201px){nav{padding:0 10px;overflow-y:unset}nav .btn{display:none}nav .menu{display:flex}nav .menu .tab{padding-right:40px;height:50px;line-height:50px;text-align:center}nav .menu .group{position:relative}nav .menu .group .title{transition:color .2s;cursor:pointer}nav .menu .group .items{position:absolute;display:none;top:100%;left:-10px;width:calc(100% + 60px);padding-bottom:5px;background:#000;text-align:left;line-height:normal;z-index:1}nav .menu .group .items a{padding:5px 10px}nav .menu .group .items .sub-title{padding:5px 10px;color:#f15d22}nav .menu .group .items .divider{height:1px;width:80%;background-color:#4d4d4d;margin-bottom:5px;margin-left:auto;margin-right:auto}nav .menu .group:hover .title{color:#f15d22}nav .menu .group:hover .items{display:block}nav .menu .bar{width:2px;height:1em;align-self:center;margin-right:40px}}#throbber{position:absolute;height:7vh;width:auto;bottom:10px;left:0px;right:0px;margin:auto;cursor:pointer;transition:opacity .5s;animation-name:fadeIn;animation-duration:1.5s;animation-delay:1.3s;animation-fill-mode:both}#throbber polyline{animation-name:throbLine;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes throbLine{0%{transform:translateY(-7px)}50%{transform:translateY(7px)}100%{transform:translateY(-7px)}}@keyframes fadeUp{0%{opacity:0;-webkit-transform:translateY(200px);transform:translateY(200px)}100%{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes fadeDown{0%{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(200px);transform:translateY(200px)}}.fadeDown{animation:fadeDown;animation-duration:2s}.fadeUp{animation:fadeUp;animation-duration:2s}footer{background-color:#000;color:#969696;font-weight:normal;line-height:1.5em;letter-spacing:.1em;padding:70px 10px 10px;font-size:85%}footer .inner{max-width:1200px;margin:auto;position:relative}@media(min-width: 769px){footer .inner{display:flex;justify-content:center;min-height:160px}}footer form{max-width:280px}footer form *{margin:0 0 4px 0 !important}footer form button{font-size:inherit;font-family:inherit;color:inherit;border:1px solid currentColor;background:none;padding:.5em 1em;cursor:pointer;transition:border-color .3s;border-radius:6px;background:#000 !important;min-width:10px}footer .group{margin-bottom:10px}footer .group .name{text-transform:uppercase}footer .group a{display:block;cursor:pointer}@media(min-width: 769px){footer .group{width:200px;padding-right:10px}}footer .social-media{order:98}footer .social-media .icons{display:flex;margin-top:7px}footer .social-media .icons img{width:2em;height:2em;object-fit:contain;margin:0 5px}@media(max-width: 768px){footer .social-media .name{display:none}footer .social-media .icons{justify-content:center;margin-bottom:20px}}footer .newsletter{order:99;margin-left:auto}footer .newsletter .title{color:#f15d22;text-transform:uppercase}@media(max-width: 768px){footer .newsletter{padding-bottom:50px}footer .newsletter form{max-width:unset}footer .newsletter form input{margin-bottom:10px !important}footer .newsletter .title{font-size:18px;text-align:center;margin-bottom:10px}}footer .newsletter .form-okay-message{text-align:left}footer .legal{font-size:85%;margin-top:15px;display:flex;align-items:center}@media(max-width: 768px){footer .legal{font-size:63%}}@media(min-width: 769px){footer .legal{position:absolute;left:0;bottom:0}}footer .legal img{display:block;height:40px;margin-right:15px}footer #cookie-banner{z-index:99;position:fixed;right:0px;bottom:0px;background:rgba(0,0,0,.5);backdrop-filter:blur(15px);border-radius:4px;margin:20px;color:#fff;padding:30px;border:solid 1px rgba(255,255,255,.15);height:430px;min-height:fit-content;max-width:90vw;width:620px;transition:width .5s ease-in-out;flex-direction:column;display:flex;opacity:0}footer #cookie-banner p{color:#fff !important;text-align:left !important}footer #cookie-banner h1{font-family:"Helvetica Now Display";font-size:70.694px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:2.121px}footer #cookie-banner h2{font-family:"Helvetica Now Display";font-size:48.83px;font-style:normal;font-weight:700;line-height:101%;letter-spacing:1.465px}footer #cookie-banner h3{color:var(--text-color);font-family:"Helvetica Now Display";font-size:32px;font-style:normal;font-weight:700;line-height:125%;letter-spacing:.96px}footer #cookie-banner h4{font-family:"Helvetica Now Display";font-size:28px;font-style:normal;font-weight:500;line-height:123.5%}footer #cookie-banner h1,footer #cookie-banner h2,footer #cookie-banner h3,footer #cookie-banner h4{text-transform:none;color:#fff;margin-top:0px}footer #cookie-banner h4{letter-spacing:2px;font-size:30px}footer #cookie-banner p{font-size:16px}footer #cookie-banner button{height:fit-content}footer #cookie-banner a{cursor:pointer;color:#fff;text-decoration:underline}footer #cookie-banner a:hover{text-decoration:underline;color:#f15d22}footer #cookie-banner .cookie-buttons{display:flex;flex-direction:column;margin-top:auto;gap:10px}footer #cookie-banner .cookie-buttons button{width:100%;border:solid 1px #fff;border-radius:99px;padding:5px 10px}footer #cookie-banner .cookie-buttons button span{font-family:"Helvetica Now Text"}footer #cookie-banner .cookie-buttons .cookie-all{display:flex;flex-direction:row;height:fit-content}footer #cookie-banner .cookie-buttons .cookie-all #cookies-reject{background:#000;color:#fff;opacity:.9;margin-right:10px}footer #cookie-banner .cookie-buttons .cookie-all #cookies-accept{background:#fff;color:#000;font-weight:bold;transition:color .2s ease-in-out,background-color .2s ease-in-out,border .2s ease-in-out}footer #cookie-banner .cookie-buttons .cookie-all #cookies-accept:hover{border-color:#f15d22;background:#f15d22;color:#fff}@media(max-width: 700px){footer #cookie-banner .cookie-buttons .cookie-all{flex-direction:column-reverse;gap:10px}footer #cookie-banner .cookie-buttons .cookie-all button{max-width:unset !important;margin:0px !important}}footer #cookie-banner .cookie-buttons #cookies-confirm{visibility:hidden;max-width:0px;opacity:0;padding:0px;margin-left:0px;transition:color .2s,background-color .2s,border .2s,opacity .4s .2s,max-width .4s .2s,margin-left .4s .2s,padding .4s .2s}footer #cookie-banner .cookie-buttons #cookies-confirm span{white-space:nowrap}footer #cookie-banner .cookie-buttons #cookies-manage{text-align:center;cursor:pointer;height:1lh;overflow:hidden;transition:height .2s ease-in-out,opacity .2s ease-in-out}footer #cookie-banner .cookie-let-us-know{height:300px;min-height:fit-content}footer #cookie-banner .cookie-let-us-know .cookie-info{opacity:.9}footer #cookie-banner .cookie-let-us-know .cookie-info p{margin-bottom:10px}footer #cookie-banner .cookie-let-us-know .cookie-info .cookie-learn-more{margin-block:30px}footer #cookie-banner .cookie-preferences{visibility:hidden;display:flex;flex-direction:column;gap:30px;position:absolute}footer #cookie-banner .cookie-preferences h3{font-size:24px;margin-bottom:0px}footer #cookie-banner .cookie-preferences .cookie-section{opacity:0;transition:opacity .2s .3s ease-in-out}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle{position:relative;display:flex;align-items:center;width:40px;height:20px}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle input{display:none}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle input:checked+.slider{outline-color:#f15d22}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle input:checked+.slider:before{transform:translateX(20px);background:#f15d22}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle input:disabled+.slider{cursor:not-allowed;outline-color:rgba(255,255,255,.7);background:rgba(255,255,255,.2)}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle input:disabled+.slider:before{background:rgba(255,255,255,.7)}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle:hover input:checked:not(:disabled)+.slider{background:#222}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle .slider{position:absolute;cursor:pointer;display:flex;align-items:center;inset:0;transition:.2s;background:#000;border-radius:20px;outline:solid 2px #fff}footer #cookie-banner .cookie-preferences .cookie-section .cookie-header .toggle .slider:before{content:"";position:absolute;height:16px;aspect-ratio:1;left:2px;background:#fff;transition:.2s;border-radius:50%}footer #cookie-banner.open-preferences{width:800px}footer #cookie-banner.open-preferences .cookie-let-us-know{display:none}footer #cookie-banner.open-preferences .cookie-preferences{visibility:visible;position:relative;height:300px;min-height:fit-content}footer #cookie-banner.open-preferences .cookie-preferences .cookie-section{opacity:1}footer #cookie-banner.open-preferences .cookie-buttons .cookie-all #cookies-accept{background:#000;color:#fff;font-weight:normal;transition:none}footer #cookie-banner.open-preferences .cookie-buttons .cookie-all #cookies-accept:hover{border-color:#fff}footer #cookie-banner.open-preferences .cookie-buttons .cookie-all #cookies-confirm{visibility:visible;margin-left:10px;background:#fff;color:#000;font-weight:bold;max-width:250px;opacity:1;padding:5px 10px}footer #cookie-banner.open-preferences .cookie-buttons .cookie-all #cookies-confirm:hover{border-color:#f15d22;background:#f15d22;color:#fff}footer #cookie-banner.open-preferences #cookies-manage{height:0px;opacity:0}@media(max-width: 700px){footer #cookie-banner.open-preferences{width:unset}}@media(max-width: 700px){footer #cookie-banner{width:unset;max-width:unset;margin:0px;min-height:unset;max-height:100vh;height:fit-content;overflow-y:scroll}footer #cookie-banner .cookie-let-us-know{height:unset;min-height:unset}}#footer-ack{border-block:solid 1px #969696;padding-block:20px;margin-block:40px;max-width:1200px;margin-inline:auto}#footer-ack>p{font-family:sans-serif;font-size:15px;color:#969696;margin:0px}#floating-banner-wrapper{opacity:0;display:block}#floating-banner{display:flex;position:relative}#floating-banner img{width:100%}#banner-image-desktop{display:block;width:100vw;margin-inline:auto;object-fit:contain;cursor:pointer;height:100%}@media(max-width: 768px){#banner-image-desktop{display:none}}#banner-image-mobile{display:none}@media(max-width: 768px){#banner-image-mobile{display:block;width:100vw;height:100%;object-fit:contain;cursor:pointer}}*{box-sizing:border-box}@font-face{font-family:"Futura Medium";src:url("/static/fonts/futura-medium/futura-medium.woff2") format("woff2"),url("/static/fonts/futura-medium/futura-medium.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Helvetica Now Display";src:url("/static/fonts/helvetica/helvetica-now/helvetica-now-display.otf") format("opentype");font-weight:400}@font-face{font-family:"Helvetica Now Display";src:url("/static/fonts/helvetica/helvetica-now/Monotype-HelveticaNow-Display-Medium.otf") format("opentype");font-weight:500}@font-face{font-family:"Helvetica Now Display";src:url("/static/fonts/helvetica/helvetica-now/helvetica-now-display-bold.otf") format("opentype");font-weight:700}@font-face{font-family:"Helvetica Now Text";src:url("/static/fonts/helvetica/helvetica-now/Monotype-Helvetica-Now-Text.otf") format("opentype")}@font-face{font-family:"Helvetica Now Text Bold";src:url("/static/fonts/helvetica/helvetica-now/Monotype-Helvetica-Now-Text-Bold.otf") format("opentype")}@font-face{font-family:"Helvetica Now Text";src:url("/static/fonts/helvetica/helvetica-now/Monotype-Helvetica-Now-Text-Bold.otf") format("opentype");font-weight:700}@font-face{font-family:"Helvetica Now Display Bold";src:url("/static/fonts/helvetica/helvetica-now/helvetica-now-display-bold.otf") format("opentype")}@font-face{font-family:"Monotype Helvetica Now Text Medium";src:url("/static/fonts/helvetica/helvetica-now/Monotype-Helvetica-Now-Text-Medium.otf") format("opentype")}@font-face{font-family:"Monotype Helvetica Now Display";src:url("/static/fonts/helvetica/helvetica-now/Monotype-Helvetica-Now-Display.otf") format("opentype")}@font-face{font-family:"Helvetica Now Micro";src:url("/static/fonts/helvetica/helvetica-now-micro/HelveticaNowMicro-Regular.ttf") format("opentype")}@font-face{font-family:"Monotype Helvetica Now Micro Medium";src:url("/static/fonts/helvetica/helvetica-now-micro/Monotype-Helvetica-Now-Micro-Medium.otf") format("opentype")}@font-face{font-family:"Helvetica Neue";src:url("/static/fonts/helvetica/helvetica-neue/HelveticaNeue-01.ttf") format("truetype")}@font-face{font-family:"Helvetica Neue";src:url("/static/fonts/helvetica/helvetica-neue/HelveticaNeue-01.ttf") format("truetype")}@font-face{font-family:"Helvetica Neue";src:url("/static/fonts/helvetica/helvetica-neue/HelveticaNeue-Medium-11.ttf") format("truetype");font-weight:500}@font-face{font-family:"Perpetua Titling MT";src:url("/static/fonts/perpetua-titling/PerpetuaTitlingMTStdRegular.otf") format("opentype")}@font-face{font-family:"Perpetua Titling MT";src:url("/static/fonts/perpetua-titling/PerpetuaTitlingMTStdLight.TTF") format("opentype");font-weight:300}body{font-family:"Lato",sans-serif;color:#424242;margin:0;font-weight:lighter;position:relative}section{position:relative;padding-left:25px;padding-right:25px;padding-top:140px;padding-bottom:140px}@media(max-width: 1024px){section{padding-top:80px;padding-bottom:60px}}@media(max-width: 480px){section{padding-top:60px;padding-bottom:50px}}.arc-title,h1,h2,h3,h4,h5,h6{text-transform:uppercase;letter-spacing:.1em;line-height:1.15em;font-family:"Roboto",sans-serif;font-weight:normal;text-transform:uppercase;letter-spacing:.1em;line-height:1.15em;font-family:"Josefin Sans",sans-serif;font-weight:normal}h1,h2,h3,h4,h5,h6{margin:0 0 20px 0}h1{font-size:30px}p{margin:0 0 1.2em 0;letter-spacing:.02em}ul,p{line-height:1.5em}form{position:relative;transition:height .5s;overflow-y:hidden}@media(min-width: 481px){form .grid{display:flex;flex-wrap:wrap;justify-content:space-between}form .grid>*{width:calc(50% - 10px) !important}}form .field,form select,form textarea,form input:not([type=checkbox]):not([type=radio]){display:block;width:100%;-webkit-appearance:none;border:1px solid currentColor;border-radius:6px;background:none;font-family:inherit;font-size:inherit;color:inherit;padding:.5em .8em;margin-bottom:20px}form .field:focus,form .field:focus-visible,form select:focus,form select:focus-visible,form textarea:focus,form textarea:focus-visible,form input:not([type=checkbox]):not([type=radio]):focus,form input:not([type=checkbox]):not([type=radio]):focus-visible{outline:none}form label{margin-bottom:.3em;display:block}form button[type=submit]{margin-top:10px;border-radius:6px}form a{text-decoration:underline}form .error{font-weight:normal;margin-top:8px;color:#ef2929;transition:opacity .2s;text-align:center}.form-okay-message{text-align:center}button{font-size:inherit;font-family:inherit;color:inherit;border:1px solid currentColor;background:none;padding:.5em 1em;cursor:pointer;transition:border-color .3s;border-radius:6px}button:hover{border-color:#f15d22}button:disabled{border-color:currentColor !important;cursor:not-allowed;opacity:.4}textarea{resize:vertical}.notch-button{display:block;width:100%;max-width:270px;margin:auto;cursor:pointer;letter-spacing:.5px}.notch-button svg{display:block;shape-rendering:crispedges}.notch-button:hover{color:#f15d22}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:#f15d22}a.inline{text-decoration:underline}video{border-radius:6px}:root{--minh: 100vh;--color1: black;--color2: black;--accent: #7bedff}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{margin:0;font-family:sans-serif;background-color:#000;position:relative;overflow-x:hidden !important;overflow-wrap:anywhere;color:#fff}h1,h2,h3,h4,h5,h6{font-weight:bold}ul{margin-top:30px;margin-bottom:30px}ul p{margin-bottom:10px}p{font-weight:300;color:#fff;font-family:"Helvetica Now Text";font-size:20px;font-style:normal;font-weight:400;line-height:123.5%}@media(max-width: 768px){p{font-size:18px}}@media(max-width: 480px){p{font-size:16px}}h1{overflow-wrap:break-word;font-family:"Helvetica Now Display";font-style:normal;font-weight:700;font-size:50px;line-height:100%;text-align:center;letter-spacing:.03em;color:#fff;text-transform:none}@media(max-width: 718px){h1{font-size:45px;line-height:100%}}@media(max-width: 580px){h1{font-size:40px}}@media(max-width: 390px){h1{font-size:35px}}h2{font-family:"Helvetica Now Display";font-style:normal;font-weight:700;font-size:40.83px;line-height:101%;letter-spacing:.03em;color:#fff;text-transform:none}@media(max-width: 768px){h2{font-size:36px}}@media(max-width: 480px){h2{font-size:28px}}h3{font-family:"Helvetica Now Display";font-style:normal;font-weight:700;font-size:30px;line-height:101%;letter-spacing:.03em;color:#fff;text-transform:none}@media(max-width: 768px){h3{font-size:26px}}h4{text-transform:unset;text-align:left;color:#fff;z-index:1;overflow:hidden;font-family:"Helvetica Now Display Bold";font-size:28px;font-family:"Helvetica Now Display";font-weight:500;letter-spacing:.03em}@media(max-width: 768px){h4{font-size:20px}}section{padding-top:50px;padding-bottom:100px;padding-left:100px;padding-right:100px;max-width:1440px;margin-left:auto;margin-right:auto;position:relative}@media(max-width: 1024px){section{padding-left:60px;padding-right:60px;padding-bottom:60px}}@media(max-width: 480px){section{padding-left:25px;padding-right:25px;padding-bottom:50px}}img,video{max-height:100%;max-width:100%}button{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:16px;gap:10px;margin-top:20px;margin-bottom:30px;letter-spacing:.07em;padding:10px 30px;border-radius:20px;border:1px solid #6f6c6b;color:#fff}button.white{background-color:#fff;color:#000}button:hover{opacity:.7}button:active{opacity:.5}button img,button svg{height:20px;width:auto !important;margin:0 !important}button img,button svg{height:20px;width:auto !important;margin:0 !important}.only-tablet-minus{display:none !important}@media(max-width: 768px){.only-tablet-minus{display:flex !important}}.split-content{display:flex;gap:100px}.split-content>*{width:50%}.split-content.four-six>:first-child{width:40%}.split-content.four-six>:last-child{width:60%}.split-content.six-four>:first-child{width:60%}.split-content.six-four>:last-child{width:40%}.split-content.three-seven>:first-child{width:30%}.split-content.three-seven>:last-child{width:70%}.split-content.seven-three>:first-child{width:70%}.split-content.seven-three>:last-child{width:30%}@media(max-width: 1024px){.split-content{flex-direction:column !important;gap:20px}.split-content>*{width:100% !important}.split-content.reverse{flex-direction:column-reverse}}@media(max-width: 768px){.split-content{gap:10px}}@media(max-width: 480px){.split-content{gap:0}}.only-desktop-plus{display:flex}@media(max-width: 1024px){.only-desktop-plus{display:none}}.only-desktop-minus{display:none}@media(max-width: 1024px){.only-desktop-minus{display:flex}}#landing{padding:0 !important;position:relative;height:100vh;width:100vw;margin:0px;max-width:unset;overflow:hidden;margin-top:-50px;opacity:1}#landing .background{width:100%;height:100%;object-fit:cover;animation:appear 1.5s ease-out forwards}#landing .heading{position:absolute;height:100%;width:100%;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:60px;padding-inline:20px}#landing .heading #logo{max-width:1600px;height:auto;width:100%;margin-inline:auto;padding-inline:60px}#landing .heading #logo.mobile{display:none}@media(max-width: 768px){#landing .heading #logo{padding-inline:40px}#landing .heading #logo.desktop{display:none}#landing .heading #logo.mobile{display:block}}@media(max-width: 480px){#landing .heading #logo{padding-inline:20px}}#landing .heading h3{text-align:center;opacity:0;animation:appear 1s ease-in-out 3s forwards}#landing .parallax{height:100%}#landing #throbber{position:absolute;height:7vh;width:auto;bottom:50px;left:0px;right:0px;margin:auto;cursor:pointer;transition:opacity .5s;opacity:0;animation:appear 1s ease-in-out 6s forwards}#landing #throbber polyline{animation-name:throbLine;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease}@keyframes appear{from{opacity:0}to{opacity:.4}}.mv-svg-title{filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))}.mv-svg-title .text-path{display:block;fill:#fff;fill-opacity:0;stroke-linecap:round;stroke-linejoin:round}.mv-svg-title .text-path:nth-child(1){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(2){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.08s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(3){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.16s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(4){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.24s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(5){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.32s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(6){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.4s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(7){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.48s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(8){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.56s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(9){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.64s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(10){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.72s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(11){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.8s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(12){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.88s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(13){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:0.96s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(14){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.04s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(15){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.12s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(16){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.2s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(17){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.28s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(18){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.36s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(19){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.44s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(20){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.52s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(21){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.6s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(22){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.68s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(23){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.76s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(24){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.84s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(25){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:1.92s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(26){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(27){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.08s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(28){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.16s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(29){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.24s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(30){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.32s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(31){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.4s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(32){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.48s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(33){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.56s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(34){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.64s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(35){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.72s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(36){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.8s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(37){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.88s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(38){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:2.96s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(39){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.04s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(40){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.12s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(41){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.2s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(42){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.28s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(43){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.36s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(44){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.44s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(45){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.52s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(46){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.6s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(47){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.68s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(48){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.76s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(49){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.84s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(50){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:3.92s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(51){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(52){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.08s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(53){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.16s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(54){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.24s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(55){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.32s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(56){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.4s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(57){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.48s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(58){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.56s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(59){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.64s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(60){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.72s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(61){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.8s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(62){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.88s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(63){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:4.96s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(64){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.04s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(65){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.12s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(66){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.2s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(67){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.28s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(68){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.36s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(69){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.44s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(70){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.52s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(71){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.6s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(72){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.68s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(73){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.76s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(74){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.84s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(75){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:5.92s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(76){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(77){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.08s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(78){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.16s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(79){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.24s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(80){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.32s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(81){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.4s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(82){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.48s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(83){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.56s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(84){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.64s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(85){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.72s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(86){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.8s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(87){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.88s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(88){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:6.96s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(89){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.04s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(90){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.12s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(91){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.2s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(92){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.28s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(93){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.36s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(94){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.44s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(95){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.52s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(96){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.6s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(97){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.68s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(98){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.76s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(99){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.84s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}.mv-svg-title .text-path:nth-child(100){animation:dash-arcitecta 2s ease-in-out forwards;animation-delay:7.92s;stroke-dasharray:400;stroke-width:0;stroke-dashoffset:400}@keyframes dash-arcitecta{0%{stroke-dashoffset:400;stroke-width:2px}50%{stroke-dashoffset:600;stroke-width:.1px}50.1%{stroke-dashoffset:400}80%{stroke-width:1px;fill:var(--accent);fill-opacity:0}100%{stroke-dashoffset:0;stroke:#fff;stroke-width:0;fill:#fff;fill-opacity:1}}section h1{text-align:left}section{opacity:0;transition:opacity .6s ease,transform .6s ease}section.visible{opacity:1}.options{gap:20px;padding-top:15px;display:flex;flex-direction:column}.options>div{opacity:0;transition:opacity 1s ease}.options>div.visible{opacity:1;transform:translateY(0)}.options>div.surprise{opacity:.4}.options>div.surprise:hover{opacity:.8}.options>div.surprise:last-child{opacity:1}.options>div.surprise:last-child h4,.options>div.surprise:last-child p{animation:lastFlash 1s ease-in-out}.options>div.surprise:last-child:hover{opacity:1}@keyframes lastFlash{0%{color:#fff}10%{color:#f15d22}100%{color:#fff}}#my-options img{object-fit:cover;height:100%}.collapsible{min-height:800px}@media(max-width: 1024px){.collapsible{min-height:unset}}.collapsible h2{margin-bottom:60px}@media(max-width: 1024px){.collapsible h2{margin-bottom:20px}}.collapsible h4{margin-bottom:10px}.collapsible p{font-size:18px}.collapsible div{opacity:.5;margin-bottom:24px;color:#fff}.collapsible div h4,.collapsible div p{transition:color .2s,opacity .4s,max-height .4s}@media(min-width: 1024px){.collapsible div:hover h4{color:#f15d22}}.collapsible div p{opacity:0;max-height:0;overflow:hidden;transition:opacity .4s,max-height .4s}.collapsible div.selected{opacity:1}.collapsible div.selected p{opacity:1;max-height:200px}#managed-service img{height:100%}#know-before section{padding-bottom:0px;width:100%}#know-before section>:first-child{display:flex;flex-direction:column;justify-content:space-between}ol{display:flex;flex-direction:column;gap:5px;margin-bottom:0px}ol p{margin:0px}ol li::marker{color:#fff;font-family:"Helvetica Now Text";font-size:20px;font-style:normal;font-weight:400;line-height:123.5%}.gallery-slides{padding-block:0px;display:flex;flex-direction:column;gap:45px;min-height:fit-content}.gallery-slides h1{margin-bottom:0px}.gallery-slides h3{margin-bottom:10px}.gallery-slides .controls{height:auto;display:flex;flex-direction:row;gap:60px;align-items:center}.gallery-slides .controls svg{cursor:pointer;border-radius:100px;background:rgba(0,0,0,.4)}.gallery-slides .panel{height:700px;position:relative}.gallery-slides .face{display:flex;flex-direction:row;height:100%}.gallery-slides .face .content{display:flex;overflow-x:scroll;overflow-y:visible;flex-shrink:0;width:100%;pointer-events:none;scrollbar-width:none}.gallery-slides .face .content::-webkit-scrollbar{width:0px;display:none;height:0px}.gallery-slides .face .content .slide{position:relative;width:100%;height:100%;flex-shrink:0;padding-top:50px;padding-bottom:100px;max-width:1440px;margin-left:auto;margin-right:auto;padding-inline:100px;opacity:.4;overflow:hidden;transition:opacity ease-in-out .8s}@media(max-width: 1024px){.gallery-slides .face .content .slide{padding-inline:60px}}@media(max-width: 480px){.gallery-slides .face .content .slide{padding-inline:25px}.gallery-slides .face .content .slide:not(:first-child){margin-left:auto}}.gallery-slides .face .content .slide>div{padding:40px;height:stretch;min-height:fit-content;border-radius:20px;display:flex;flex-direction:column;gap:45px;align-items:center;justify-content:center}.gallery-slides .face .content .slide .text{transition:opacity .2s ease-in-out;display:flex;flex-direction:column;height:fit-content;z-index:1}@media(max-width: 480px){.gallery-slides .face .content .slide .text{width:70%}}@media(max-width: 768px){.gallery-slides .face .content .slide .text{width:100%}}.gallery-slides .face .content .slide .background{position:absolute;height:100%;object-fit:cover;transition:opacity .7s ease-in-out}.gallery-slides .face .content .slide .background img{width:100%;height:100%;object-fit:cover;display:block}.gallery-slides .face .content .slide.selected{opacity:1}.gallery-slides .face .content .slide.selected .heading,.gallery-slides .face .content .slide.selected .text{opacity:1}.gallery-slides .face .content .slide.selected .background img{opacity:.4}@media(max-width: 768px){.gallery-slides .face{flex-direction:column}.gallery-slides .face .controls{justify-content:center;height:fit-content;position:absolute;top:30px;right:unset;left:10px}.gallery-slides .face .content{pointer-events:all;height:100%}.gallery-slides .face .content .slide .heading,.gallery-slides .face .content .slide .text{opacity:.5}.gallery-slides .face .content .slide .background img{opacity:.25}}.gallery-slides .indicator-bar{width:60%;margin-top:50px;margin-bottom:-70px;z-index:1;position:relative}.gallery-slides .indicator-bar .indicator{background:#fff;border-radius:100px;height:5px;position:absolute;transition:left ease-in-out .3s}.gallery-slides .indicator-bar .stages{display:flex;flex-direction:row}.gallery-slides .indicator-bar .stages div{width:100%;background-color:#3c3c3c;border-radius:100px;height:5px}@media(max-width: 768px){.gallery-slides .indicator-bar{width:70%}}#intro{text-align:left;gap:45px;display:flex;flex-direction:column}#intro h1{font-size:70px}@media(max-width: 768px){#intro h1{font-size:50px}}@media(max-width: 768px){#intro h1{font-size:36px}}#intro a{justify-content:flex-start}#power-of{padding-block:200px 270px}#power-of h1{text-align:center}.emphasis{padding-block:25vh;text-align:center}.emphasis a{display:flex;justify-content:center}.callout{display:flex;justify-content:space-between;align-items:end;position:relative;border-bottom:solid 1px transparent;padding-bottom:5px;margin-bottom:20px;transition:all .15s ease-in-out}.callout h1,.callout p{margin:0px;transition:all .15s ease-in-out}.callout svg{height:30px;width:auto;fill:#fff;transition:all .15s ease-in-out}.callout:hover{border-color:#f15d22}.callout:hover h1,.callout:hover p{color:#f15d22}.callout:hover svg{fill:#f15d22}#the-solution>:last-child{display:flex;flex-direction:column;gap:20px}#the-solution .collapsible{min-height:500px}#case-study .title{max-width:75%;margin-bottom:80px}@media(max-width: 768px){#case-study .title{max-width:100%;margin-bottom:40px}}#case-study #docs{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px}@media(max-width: 768px){#case-study #docs{display:flex;flex-direction:column}}#case-study #docs .resource-container{justify-content:center;align-items:center;background:#151516;border-radius:10px;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;color:#e6e7e8;transition:all 300ms linear}@media(max-width: 768px){#case-study #docs .resource-container{padding-top:20px;padding-bottom:20px}}#case-study #docs .resource-container:hover{transition:all 150ms linear;background:#fff;color:#000}#case-study #docs .resource-container:hover .info p{transition:all 150ms linear;color:#000}#case-study #docs .resource-container:hover .info svg path{transition:all 150ms linear;stroke:#000}#case-study #docs .resource-container .thumbnail{width:50%;margin:12px;display:flex;justify-content:center;align-items:center}#case-study #docs .resource-container .thumbnail img{object-fit:contain;-webkit-box-shadow:0px 10px 13px -7px #000,5px 5px 15px 5px rgba(0,0,0,0);box-shadow:0px 10px 13px -7px #000,5px 5px 15px 5px rgba(0,0,0,0);max-width:100%;max-height:100%}#case-study #docs .resource-container .info p{transition:all 300ms linear}#case-study #docs .resource-container .info svg path{transition:all 300ms linear}#case-study #docs .resource-container .info .caption{font-family:"Helvetica Now Micro";font-style:normal;font-weight:700;font-size:12px;line-height:22px;letter-spacing:.08em;text-transform:uppercase;color:#8f9399;margin-bottom:12px}#case-study #docs .resource-container .info .download{font-family:"Helvetica Now Micro";font-style:normal;font-weight:500;font-size:16px;line-height:22px;border:none;padding-left:unset;display:flex;align-items:center;letter-spacing:.07em;user-select:none;cursor:pointer;flex-direction:row;gap:10px;background:transparent;border:none;padding-left:unset}#challenge{display:flex;flex-direction:column;gap:20px}.bordered-stat{padding-top:20px;border-top:solid 1px #d3d3d3}.bordered-stat p{margin:0px}.bordered-stat.first{margin-top:40px}.bordered-stat:last-child{padding-block:20px;border-block:solid 1px #d3d3d3}.bordered-stat h2{font-weight:500;margin:0}#resources{padding-block:200px}#resources #docs{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;row-gap:18px}@media(max-width: 1440px){#resources #docs{display:flex;flex-wrap:wrap;justify-content:center}}#resources #docs hr{display:none}@media(max-width: 768px){#resources #docs hr{display:block;width:100%}}#resources #docs .resource-container{background:#151516;width:613px;height:281px;display:grid;grid-template-columns:1fr 3fr;padding:33px 10px;gap:10px;color:#e6e7e8;transition:all 300ms linear}@media(max-width: 768px){#resources #docs .resource-container{height:auto;align-items:center;display:grid;grid-template-columns:1fr 1.8fr}}#resources #docs .resource-container:hover{transition:all 150ms linear;background:#fff;color:#000}#resources #docs .resource-container:hover .info p{transition:all 150ms linear;color:#000}#resources #docs .resource-container:hover .info svg path{transition:all 150ms linear;stroke:#000}#resources #docs .resource-container .thumbnail{margin:12px;display:flex;justify-content:center;align-items:center}#resources #docs .resource-container .thumbnail img{object-fit:contain;-webkit-box-shadow:0px 10px 13px -7px #000,5px 5px 15px 5px rgba(0,0,0,0);box-shadow:0px 10px 13px -7px #000,5px 5px 15px 5px rgba(0,0,0,0);max-width:100%;max-height:100%}#resources #docs .resource-container .info p{transition:all 300ms linear}#resources #docs .resource-container .info svg path{transition:all 300ms linear}#resources #docs .resource-container .info .caption{font-family:"Helvetica Now Micro";font-style:normal;font-weight:700;font-size:12px;line-height:22px;letter-spacing:.08em;text-transform:uppercase;color:#8f9399;margin-bottom:12px}#resources #docs .resource-container .info .download{font-family:"Helvetica Now Micro";font-style:normal;font-weight:500;font-size:16px;line-height:22px;border:none;padding-left:unset;display:flex;align-items:center;letter-spacing:.07em;user-select:none;cursor:pointer;flex-direction:row;gap:10px;background:transparent;border:none;padding-left:unset}#submit-button{margin-left:0px !important}
