*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;color:#2b2b2b}#root{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}#header{background-color:#2b2b2b;color:#fff;font-size:1.2rem;padding:.5rem 2rem;display:flex;justify-content:space-between;z-index:1}@media (min-width: 60rem){#header{padding:.5rem 6rem}}#header--logo{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none}#header--logo img{height:2rem}#header--logo p{font-weight:700}#header--logo:hover{color:#b3b3b3}#header--menu{display:none;gap:1rem;align-items:center}@media (min-width: 50rem){#header--menu{display:flex}}.menu--link{color:#fff;text-decoration:none}.menu--item{position:relative;cursor:pointer;align-content:center}.menu--item:hover .menu--dropdown{display:block}.menu--dropdown{display:none;position:absolute;min-width:12rem;border:1px solid #f3f3f3;list-style:none;box-shadow:5px 5px 5px #0003}.menu--dropdown-link{background-color:#f3f3f3;display:block;color:#2b2b2b;text-decoration:none;padding:8px 12px;z-index:1}.menu--dropdown-link:hover{background-color:#dadada}.menu--side-menu-button{cursor:pointer}.menu--side-menu-button:hover{color:#b3b3b3}@media (min-width: 50rem){.menu--side-menu-button{display:none}}#footer{background-color:#2b2b2b;color:#fff;padding:2rem 1.5rem;font-size:.8rem}#footer h6{margin-bottom:.8rem}.footer--link{color:#fff;cursor:pointer}.footer--link:hover{text-decoration:none}.footer--list{list-style:none}.footer--list li{margin-bottom:.2rem}.footer--top{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media (min-width: 40rem){.footer--top{flex-direction:row;justify-content:space-evenly}}.footer--logo{height:11.3rem;width:11.3rem;max-width:80%;background-color:#fff;align-self:center;border-radius:1rem}.footer--solutions-support,.footer--contact ul{display:flex;flex-direction:column;gap:1rem}.footer--legal-text{display:flex;flex-direction:column;gap:1rem;font-size:.6rem}#side-menu{background-color:#2b2b2b;color:#fff;position:fixed;z-index:100;top:0;left:0;height:100vh;padding:1rem}#side-menu *{margin-bottom:.5rem}#side-menu ul{list-style:none}#side-menu button{margin-top:1rem}.side-menu--close-button{font-size:1.5rem;padding:0 .5rem;display:flex;justify-content:right}.side-menu--close-button p{display:inline;cursor:pointer}.side-menu--close-button:hover{color:#b3b3b3}.side-menu--item-1{font-size:1.5rem}.side-menu--item-2{font-size:1.2rem;margin-left:1rem}.side-menu--link{text-decoration:underline;color:#fff;cursor:pointer}.side-menu--link:hover{color:#b3b3b3}.side-menu--background{background-color:#000;position:fixed;opacity:.5;z-index:99;top:0;left:0;width:100%;height:100vh}.home--background-image{height:795px;width:100%;align-content:center;text-align:center;color:#fff;position:relative}.home--background-image span{position:absolute;width:100%;height:100%;background-color:#a97f71;opacity:.5;pointer-events:none;top:0;left:0;z-index:-1}.home--background-image img{width:100%;height:100%;position:absolute;object-fit:cover;z-index:-2;top:0;left:0}.home--background-image-content{display:flex;flex-direction:column;justify-content:center;gap:2rem}.home--buttons{display:flex;justify-content:center;gap:1.5rem}.home--block-margin{padding-top:4rem;padding-bottom:4rem}.home--safeguard{display:flex;align-items:center;flex-direction:column;gap:2rem}.home--safeguard img{width:100%}@media (min-width: 40rem){.home--safeguard img{width:80%}}@media (min-width: 60rem){.home--safeguard{flex-direction:row;gap:0}}.home--safeguard-text{display:flex;flex-direction:column;gap:2rem}.home--safeguard-text p{font-size:1.5rem}.home--safeguard-links{display:flex;align-items:center;gap:1rem}.home--protection{background-color:#a6d4ee}.home--expansion{background-color:#3d3d3d;color:#fff}.home--asset{display:flex;flex-direction:column;gap:2rem}.home--asset p{font-size:1.2rem}.home--asset img{width:10rem;background-color:#fff;border:1px solid #2b2b2b;border-radius:1rem;align-self:center;padding:1rem}@media (min-width: 40rem){.home--asset{flex-direction:row;justify-content:space-between}}.home--asset-info{display:flex;flex-direction:column;gap:2rem}.home--experience{display:flex;flex-direction:column;gap:1.5rem}.home--experience p{font-size:1.2rem}.home--experience-image{height:300px;position:relative}.home--experience-image img{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:1rem;background:linear-gradient(to bottom right,#8ac3d6,#4da6e1);opacity:.7}.info-box-list{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}@media (min-width: 50rem){.info-box-list{flex-direction:row}}.info-box{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:2rem;border:1px solid;border-radius:1rem}.info-box p{font-size:1rem}.info-box--blue{border-color:#0693e3}.info-box--gray{border-color:#2b2b2b}.page-title{display:flex;flex-direction:column;gap:1.5rem}.page-title p{font-size:1.2rem}.page-title .page-title--headers{display:flex;flex-direction:column}.page-title .page-title--buttons{display:flex;gap:1rem}.page-title .page-title--image{height:200px;position:relative}.page-title .page-title--image img{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:1rem;background-image:linear-gradient(to bottom right,#8ac3d6,#4da6e1)}@media (min-width: 40rem){.page-title .page-title--image{height:400px}}@media (min-width: 60rem){.page-title .page-title--image{height:580px}}.protect{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:space-between}.protect .protect--info h2{margin-bottom:2rem}.protect .protect--img{border-radius:1rem;max-width:300px}@media (min-width: 60rem){.protect{flex-direction:row}}.asset-list{display:flex;flex-direction:column;gap:2rem}.asset-list .asset-list-item{display:flex;gap:1rem;align-items:center}.asset-list .asset-list-item img{height:95px;width:95px;display:block;background-color:#2b2b2b}.page-content{display:flex;flex-direction:column;padding:4rem 2rem;gap:4rem}.steps-away{display:flex;flex-direction:column;gap:1rem;border:1px solid #2b2b2b;border-radius:1rem;width:100%;padding:2rem;max-width:900px;margin:0 auto}.steps-away h5{align-self:center}.steps-away ol{margin-left:1rem}@media (min-width: 40rem){.steps-away{width:80%;padding:2rem 4rem}}#take-control{display:flex;flex-direction:column;gap:1.5rem}#take-control p{font-size:1.2rem}#take-control .take-control--img{height:200px;position:relative}#take-control .take-control--img img{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:1rem;background-image:linear-gradient(#76ba54 40%,#231c16)}@media (min-width: 40rem){#take-control .take-control--img{height:400px}}@media (min-width: 60rem){#take-control .take-control--img{height:580px}}.legal--dropdown{display:flex;flex-direction:column;gap:1rem}.legal--dropdown h5{-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;gap:1rem}.legal--dropdown .rotated{display:inline-block;transform:rotate(270deg)}.legal--dropdown-content{display:flex;flex-direction:column;gap:1rem}.legal--dropdown-content ul{margin-left:4rem}.legal--dropdown-content .bold{font-weight:700}.legal--dropdown-content .underline{text-decoration:underline}.legal--dropdown-content .italic{font-style:italic}.legal--dropdown-content .legal-link{color:#2b2b2b;text-decoration:underline;cursor:pointer}.legal--dropdown-content .legal-link:hover{text-decoration:none}.legal--help,.legal--help-list{display:flex;flex-direction:column;gap:2rem}@media (min-width: 40rem){.legal--help-list{flex-direction:row;gap:1rem}}.legal--help-item{display:flex;flex-direction:column;gap:1rem}.legal--help-item p{font-size:1.2rem}#about{display:flex;flex-direction:column;gap:1rem}#about p{font-size:1.2rem}.help-center-item{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid #2b2b2b;cursor:pointer}.help-center-item ul,.help-center-item ol{margin-left:2rem}.help-center-item .hci-item{display:flex;flex-direction:column;gap:1rem}.other-services{display:flex;flex-direction:column;gap:2rem;font-size:1.2rem}.other-services .other-services--bottom{display:flex;flex-direction:column;gap:2rem}.other-services .other-services--bottom .other-services--buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 60rem){.other-services .other-services--bottom{flex-direction:row;justify-content:space-between;gap:4rem}}.location-list{display:flex;flex-direction:column;gap:2rem;font-size:1.2rem}.location-item{display:flex;flex-direction:column;gap:2rem}.location-item .location-item--content{display:flex;flex-direction:column;gap:2rem;align-items:center}.location-item .location-item--content img{width:280px}.location-item .location-item--content ul{display:flex;flex-direction:column;gap:1rem;margin-left:1rem}@media (min-width: 60rem){.location-item .location-item--content ul{margin-left:0}}@media (min-width: 60rem){.location-item .location-item--content{flex-direction:row;align-items:flex-start}}h1{font-size:3.5rem;font-weight:500}h2{font-size:3rem;font-weight:500}h3{font-size:2.5rem;font-weight:500}h4{font-size:2rem;font-weight:700}h5{font-size:1.5rem;font-weight:700}h6{font-size:1.2rem;font-weight:700}.width-limit{padding-left:2rem;padding-right:2rem}@media (min-width: 1128px){.width-limit{max-width:1128px;margin:0 auto}}.button-big{cursor:pointer;border:3px solid;border-radius:1rem;padding:.8rem 2.25rem;font-size:1rem;font-weight:700;text-align:center}.button-small{cursor:pointer;border:3px solid;border-radius:1rem;padding:.6rem 1rem;font-size:1rem;font-weight:700;text-align:center}.button-small-text-small{cursor:pointer;border:3px solid;border-radius:1rem;padding:.8rem 1rem;font-size:.8rem;font-weight:700;text-align:center}.button-wide{width:16rem;padding:1.2rem}.button-gray{background-color:#2b2b2b;border-color:#2b2b2b;color:#fff}.button-gray:hover{background-color:#fff;color:#2b2b2b}.button-light{background-color:#fff;border-color:#fff;color:#2b2b2b}.button-light:hover{background-color:#2b2b2b;border-color:#2b2b2b;color:#fff}.button-blue{background-color:#0693e3;border-color:#0693e3;color:#fff}.button-blue:hover{background-color:#fff;color:#0693e3}.menu-button{cursor:pointer;border-radius:1rem;padding:.5rem;font-size:1rem;font-weight:700;background-color:#2b2b2b;border:2px solid #ffffff;color:#fff}.menu-button:hover{background-color:#fff;color:#2b2b2b}.blue-link{color:#0693e3;text-decoration:underline;font-weight:700;font-size:1rem}.blue-link:hover{text-decoration:none}.font-size-big{font-size:1.2rem}.plan{display:flex;flex-direction:column;gap:1.5rem;font-size:1.2rem}.industry-item img{height:150px}.industry-item .industry-item--list{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.industry-item .industry-item--list .industry-item--list-item{border:1px solid #2b2b2b;border-radius:1rem;height:120px;width:100%;padding:2rem;font-size:1.2rem;display:flex;align-items:center;justify-content:center;text-align:center}@media (min-width: 40rem){.industry-item .industry-item--list .industry-item--list-item{width:70%}}@media (min-width: 60rem){.industry-item .industry-item--list .industry-item--list-item{height:120px;width:225px;font-size:1.5rem}}@media (min-width: 60rem){.industry-item .industry-item--list{flex-direction:row}}
