:root{--brand-red: #e1000f;--soft-blue: #bdcdda;--soft-blue-light: #DDE7EC;--black: #000;--white: #fff;--grey: #8c8c8c;--light-grey: #eeeeee;--warm-grey: #ded7d6;--hug-grey: #ededed;--sage-green: #bfcfbe;--light-grey: #F1F1F1}html{scroll-behavior:smooth}#gated-content .bg-red{background-color:var(--brand-red)}#gated-content .bg-blue{background-color:var(--soft-blue)}#gated-content .bg-blue-light{background-color:var(--soft-blue-light)}#gated-content .bg-light-grey{background-color:var(--light-grey)}#gated-content .bg-warm-grey{background-color:var(--warm-grey)}#gated-content .bg-sage-green{background-color:var(--sage-green)}#gated-content .flex{display:flex;flex-wrap:wrap}#gated-content .flex-row{display:flex;flex-direction:row}#gated-content .flex-row-reverse{display:flex;flex-direction:row-reverse}#gated-content .flex-row-wrap{display:flex;flex-direction:row;flex-wrap:wrap}#gated-content .flex-col{display:flex;flex-direction:column}@media only screen and (max-width:48rem){#gated-content .flex-col{flex-direction:column;place-content:center}}#gated-content .flex-justify-sb{justify-content:space-between}#gated-content .flex-justify-center{justify-content:center}#gated-content .disable-scroll-x{overflow-x:hidden}#gated-content .hidden{display:none!important}#gated-content .full-width{width:100%}#gated-content ul{margin:0}#gated-content ul li{list-style-type:none}#gated-content select{font-family:HenkelGTFlexa,sans-serif}#gated-content strong{font-weight:700}#gated-content sup{font-size:.5em}#gated-content a.cta{text-decoration:none;color:var(--white);background-color:var(--brand-red);padding:10px 50px;display:inline-block;transition:.25s;border-radius:40px;width:fit-content;text-align:center;white-space:nowrap}#gated-content a.cta:hover{filter:brightness(95%)}#gated-content a.cta.white{color:var(--brand-red);background-color:var(--white);border:1px solid var(--brand-red)}#gated-content a.link{position:absolute;width:100%;height:100%}#gated-content a.btn{color:var(--brand-red);padding-inline:1.5em;padding-block:.5em;border:1px solid var(--brand-red);border-radius:2rem}#gated-content a.btn.red{background-color:var(--brand-red);color:var(--white);text-decoration:none}#gated-content a.btn.red:hover{text-decoration:underline}#gated-content a.grey{background-color:#999}@font-face{font-family:HenkelFlexa;src:url(/assets/fonts/HenkelGTFlexa-300.woff2) format("woff2");font-weight:300;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-400.woff2) format("woff2");font-weight:400;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-400i.woff2) format("woff2");font-weight:400;font-style:italic;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-500.woff2) format("woff2");font-weight:500;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-700.woff2) format("woff2");font-weight:700;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-800.woff2) format("woff2");font-weight:800;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-800i.woff2) format("woff2");font-weight:800;font-style:italic;font-stretch:normal;font-display:swap}#gated-content .content{margin:0 auto;max-width:73.75rem;width:100%}@media only screen and (max-width:48rem){#gated-content .content{padding:0 30px;flex-direction:column}}#gated-content .content>ul{list-style:none;padding-bottom:30px;margin:0}@media only screen and (max-width:48rem){#gated-content .content>ul{padding-inline-start:10px}}#gated-content .content>ul li a{color:var(--black);display:flex;font-size:1rem;font-style:normal;font-weight:400;padding:.25rem .5rem;line-height:1.5;text-decoration:none}#gated-content .content>ul li a:hover{background-color:var(--brand-red);color:var(--white)}#gated-content .text-card-wrapper{position:relative;z-index:0}#gated-content .text-card-wrapper:nth-child(1){width:46%}@media only screen and (max-width:48rem){#gated-content .text-card-wrapper:nth-child(1){width:100%}}#gated-content .text-card-wrapper:nth-child(1) .text-card{max-width:400px;width:100%;margin-right:auto}#gated-content .text-card-wrapper:nth-child(2){width:23%}@media only screen and (max-width:48rem){#gated-content .text-card-wrapper:nth-child(2){width:100%}}#gated-content .text-card-wrapper:nth-child(3){width:26%}@media only screen and (max-width:48rem){#gated-content .text-card-wrapper:nth-child(3){width:100%}}#gated-content .text-card-wrapper .text-card h2{margin-bottom:1rem}#gated-content .text-card-wrapper .text-card p.title{height:82px;display:flex;align-items:flex-end}#gated-content section{position:relative;padding:6.25rem 0}@media only screen and (max-width:48rem){#gated-content section{padding:4.375rem 0}}@media only screen and (min-width:48rem){#gated-content section{width:calc(100% - 3rem)}}#gated-content section.banner{position:relative;padding:6.25rem 0;padding-top:0}#gated-content section.banner .content{margin:0 auto;max-width:73.75rem;width:100%;background-color:var(--brand-red);display:flex;flex-direction:row}@media only screen and (max-width:48rem){#gated-content section.banner .content{padding:0 30px;flex-direction:column}}@media only screen and (max-width:48rem){#gated-content section.banner{padding-top:2.1875rem}#gated-content section.banner .content{background-color:transparent}#gated-content section.banner .content .text-wrapper,#gated-content section.banner .content .image-wrapper{background-color:var(--brand-red)}#gated-content section.banner .content .text-wrapper{padding:4.375rem 1.75rem}}@media only screen and (min-width:48rem){#gated-content section.banner{width:calc(100% - 3rem);margin-right:1.5rem;margin-left:1.5rem}}#gated-content section.banner .banner{min-width:100%}@media only screen and (min-width:48rem){#gated-content section.banner .banner{padding:3.75rem 4.375rem 3.125rem 6.875rem;display:flex;flex-wrap:wrap;justify-content:space-between}}#gated-content section.banner .banner .text-card{color:var(--white);width:50%;max-width:25rem}@media only screen and (max-width:48rem){#gated-content section.banner .banner .text-card{width:100%;max-width:100%}}#gated-content section.banner .banner .text-card.align-right{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}@media only screen and (max-width:48rem){#gated-content section.banner .banner .text-card.align-right{justify-content:center;margin-top:2.5rem}}#gated-content section.banner .banner .text-card .tagline{font-weight:700;font-size:16px;line-height:35px;text-transform:uppercase;color:var(--white);margin-bottom:0}#gated-content section.banner .banner .text-card h3{font-weight:700;font-size:30px;line-height:32px;color:var(--white);margin:0;margin-bottom:1rem}#gated-content section.banner .banner .text-card p{font-size:16px;line-height:24px;margin:.25rem 0 1rem}#gated-content section.banner .banner .text-card .cta{background-color:var(--white);color:var(--brand-red);text-decoration:none;padding:13px 50px;display:inline-block;transition:.25s;border-radius:40px;width:fit-content;text-align:center;white-space:nowrap;font-size:1rem;line-height:1.1875rem;font-weight:700}#gated-content .text-wrapper{width:50%}@media only screen and (max-width:48rem){#gated-content .text-wrapper{width:100%}}#gated-content .text-wrapper.pad{padding:1.5rem 3.5rem}@media only screen and (max-width:48rem){#gated-content .text-wrapper.pad{padding:0 1.75rem}}#gated-content .text-wrapper.wide-pad{padding:5rem 9.375rem}@media only screen and (max-width:48rem){#gated-content .text-wrapper.wide-pad{padding:4.375rem 1.5rem}}#gated-content .text-wrapper.full-width{width:100%}#gated-content .text-wrapper .text-card{width:50%;max-width:25rem}@media only screen and (max-width:48rem){#gated-content .text-wrapper .text-card{width:100%}}#gated-content .text-wrapper .text-card .icon{background-repeat:no-repeat;background-size:contain;display:inline-flex;margin-bottom:20px}#gated-content .text-wrapper .text-card .icon.people{width:100%;height:54px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDEgNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMSA2MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNFMTAwMEY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzkuNCwzNS41di0xLjljNC4xLTMuMSw2LjgtOCw2LjgtMTMuNWMwLTkuNC03LjYtMTctMTctMTdzLTE3LDcuNi0xNywxN2MwLDUuNSwyLjcsMTAuNCw2LjgsMTMuNXYxLjkKCWMtMy41LDEuMy02LjcsMy4xLTkuMyw1LjVjLTIuNi0yLjQtNS44LTQuMy05LjMtNS41di0xLjljNC4xLTMuMSw2LjgtOCw2LjgtMTMuNWMwLTkuNC03LjYtMTctMTctMTdzLTE3LDcuNi0xNywxNwoJYzAsNS41LDIuNywxMC40LDYuOCwxMy41djEuOWMtOS45LDMuNS0xNywxMi0xNywyMS45aDQuNWMwLTEwLjUsMTAuMS0xOS4xLDIyLjYtMTkuMWM2LjUsMCwxMi4zLDIuMywxNi40LDYKCWMtMi45LDMuNy00LjYsOC4yLTQuNiwxMy4xaDQuNWMwLTMuNSwxLjEtNi44LDMuMS05LjZjMiwyLjgsMy4xLDYuMSwzLjEsOS42aDQuNWMwLTQuOC0xLjctOS4zLTQuNi0xMy4xYzQuMS0zLjcsMTAtNiwxNi40LTYKCWMxMi41LDAsMjIuNiw4LjUsMjIuNiwxOS4xaDQuNUM5Ni40LDQ3LjUsODkuMywzOSw3OS40LDM1LjV6IE0zMC4yLDMyLjVjLTYuOCwwLTEyLjQtNS42LTEyLjQtMTIuNGMwLTYuOCw1LjYtMTIuNCwxMi40LTEyLjQKCXMxMi40LDUuNiwxMi40LDEyLjRDNDIuNywyNi45LDM3LjEsMzIuNSwzMC4yLDMyLjV6IE02OS4yLDMyLjVjLTYuOCwwLTEyLjQtNS42LTEyLjQtMTIuNGMwLTYuOCw1LjYtMTIuNCwxMi40LTEyLjQKCXMxMi40LDUuNiwxMi40LDEyLjRDODEuNywyNi45LDc2LjEsMzIuNSw2OS4yLDMyLjV6Ii8+Cjwvc3ZnPgo=)}#gated-content .text-wrapper .text-card .icon.certificate{width:41px;height:48px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0MSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjIwMjIgMTUuMjU2OUwyMi40MDk2IDkuNTc0NzFIMTkuMTc5NkwxNy4zODcgMTUuMjU2OUgxMS40MzQyTDEwLjQzNjUgMTguMjY3MUwxNS4yNzMxIDIxLjczMzlMMTMuMzk1OSAyNy40MzNMMTYuMDAwMyAyOS4yOTMyTDIwLjc4NjIgMjUuNzQxOUwyNS41ODkgMjkuMjkzMkwyOC4xOTMzIDI3LjQzM0wyNi4zMzMgMjEuNzMzOUwzMS4xNjk3IDE4LjI2NzFMMzAuMTcxOSAxNS4yMDYyTDI0LjIwMjIgMTUuMjU2OVpNMjMuMzIyOCAxOS43MjE1TDIyLjcxNCAyMS42MzI0TDIzLjI4OSAyMy4zMjM1TDIxLjgwMDggMjIuMzU5NkgxOS43ODg0TDE4LjMwMDIgMjMuNDU4OEwxOC44NzUyIDIxLjc2NzdMMTguMjY2NCAxOS44NTY3TDE2Ljc0NDQgMTguNzc0NEgxOC42MDQ2TDIwLjI5NTcgMTcuNjA3NkwyMC44NTM4IDE1LjkxNjRMMjEuNDI4OCAxNy42MDc2TDIzLjExOTkgMTguNzc0NEgyNC45ODAxTDIzLjMyMjggMTkuNzIxNVoiIGZpbGw9IiNFMTAwMEYiLz4KPHBhdGggZD0iTTQwLjg0MjkgMTguNTIwOEwzNi45NTMzIDE0LjQ5NTlMMzcuNzMxMiA4LjkzMjA5TDM2LjM0NDUgNy4wMzgwM0wzMC44MTQ1IDYuMDU3MThMMjguMTkzMyAxLjEwMjE4TDI1Ljk2MSAwLjM3NUwyMC44ODc2IDIuODQ0MDRMMTUuODY1IDAuMzc1TDEzLjYzMjcgMS4xMDIxOEwxMC45OTQ1IDYuMDU3MThMNS40NjQ1OCA3LjAzODAzTDQuMDc3ODUgOC45MzIwOUw0Ljg3MjY4IDE0LjQ5NTlMMC45NjYxODcgMTguNTIwOFYyMC44NzE0TDQuODcyNjggMjQuOTEzMkw0LjA3Nzg1IDMwLjQ3N0w1LjQ2NDU4IDMyLjM3MTFMMTAuOTk0NSAzMy4zNTE5TDExLjE5NzUgMzMuNzI0VjQ2LjEzNjhMMTMuNjgzNCA0Ny42MjVMMjAuNzg2MiA0My43ODYxTDI3LjkwNTggNDcuNjI1TDMwLjM5MTcgNDYuMTM2OFYzNC4xOTc1TDMwLjgxNDUgMzMuNDAyNkwzNi4zNDQ1IDMyLjQyMThMMzcuNzMxMiAzMC41Mjc3TDM2Ljk1MzMgMjQuOTYzOUw0MC44NDI5IDIwLjkyMjJWMTguNTIwOFpNMjEuNTk3OSA0MC4zNzAxSDE5Ljk5MTNMMTQuNTc5NyA0My4yOTU3VjM4LjYxMTNMMTUuODY1IDM5LjAzNDFMMjAuOTM4NCAzNi41NjVMMjYuMDExNyAzOS4wMzQxTDI3LjA2MDIgMzguNjk1OVY0My4yOTU3TDIxLjU5NzkgNDAuMzcwMVpNMzMuOTQzMSAyMy4xNTQ0TDMzLjQ4NjUgMjQuNTc1TDM0LjE2MjkgMjkuMzI3TDI5LjQyNzggMzAuMTU1N0wyOC4yMjcxIDMxLjAzNTFMMjcuMTI3OSAzMy4wOTgySDI3LjAwOTVWMzMuMzE4MUwyNS45NjEgMzUuMjc5OEwyMS42NDg2IDMzLjE2NTlIMjAuMTYwNEwxNS44NDgxIDM1LjI3OThMMTMuNTk4OSAzMS4wMzUxTDEyLjM5ODIgMzAuMTU1N0w3LjczMDY4IDI5LjMyN0w4LjQwNzEzIDI0LjU3NUw3Ljk1MDUzIDIzLjE1NDRMNC41NjgyOCAxOS43NzIyTDcuOTUwNTMgMTYuMzg5OUw4LjQwNzEzIDE0Ljk2OTRMNy43MzA2OCAxMC4wODIxTDEyLjQ2NTggOS4yNTM0TDEzLjY2NjUgOC4zNzQwMkwxNS44NDgxIDQuMTI5MjlMMjAuMTYwNCA2LjI0MzJIMjEuNjQ4NkwyNS45NjEgNC4xMjkyOUwyOC4yMjcxIDguMzc0MDJMMjkuNDI3OCA5LjI1MzRMMzQuMTYyOSAxMC4wODIxTDMzLjQ4NjUgMTQuODM0MUwzMy45NDMxIDE2LjI1NDdMMzcuMzI1MyAxOS42MzY5TDMzLjk0MzEgMjMuMTU0NFoiIGZpbGw9IiNFMTAwMEYiLz4KPC9zdmc+Cg==)}#gated-content .pos-r{position:relative}#gated-content .width-700{width:100%;max-width:43.75rem}#gated-content .bigger-font{font-weight:300;font-size:20px;line-height:28px}@media only screen and (max-width:48rem){#gated-content .bigger-font{font-size:16px;line-height:24px;margin-bottom:0}}#gated-content .mt20{margin-top:20px}#gated-content .mt30{margin-top:30px}#gated-content .mt30-p{margin-top:30px;padding-block:.9rem!important}#gated-content .mt60{margin-top:60px}@media only screen and (max-width:48rem){#gated-content .mt60{margin-top:40px}}#gated-content .mb25{margin-bottom:25px}@media only screen and (max-width:48rem){#gated-content .mb25{margin-bottom:15px}}#gated-content .manual-headline{padding-bottom:1.5rem}#gated-content .disabled{cursor:not-allowed!important;pointer-events:none}#gated-content .menu{height:100%;align-items:center}@media only screen and (max-width:48rem){#gated-content .menu{height:40%}}#gated-content .menu li{display:flex;padding:0 1rem}#gated-content .menu li a{color:var(--grey)}#gated-content .menu li a.btn{color:var(--brand-red)}#gated-content .items-list{margin:25px 0 0;padding:0}@media only screen and (max-width:48rem){#gated-content .items-list{margin-top:15px}}#gated-content .items-list li{font-size:16px;line-height:24px;font-weight:300;margin-bottom:15px}#gated-content .items-list li:before{content:"";background-repeat:no-repeat;background-size:contain;display:inline-flex;width:17px;height:16px;margin-right:.75rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOC42NzczOEw3Ljg2MDQ3IDE0LjQzNzRMMTUuNSAxLjU2MjUiIHN0cm9rZT0iI0UxMDAwRiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)}#gated-content .items-list li sup{font-size:.5rem}#gated-content section.small-pad{padding:3.75rem 0}@media only screen and (max-width:48rem){#gated-content section.small-pad{padding:1.75rem 0}}#gated-content section.no-pad{padding:0}#gated-content .banner-wrapper{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:5.625rem;position:relative}#gated-content .banner-wrapper .banner-wrapper-bg{height:11.875rem;width:100%;position:absolute;bottom:0}@media only screen and (max-width:48rem){#gated-content .banner-wrapper .banner-wrapper-bg{height:6rem}}@media only screen and (max-width:48rem){#gated-content .banner-wrapper .content{padding:0}}#gated-content .video-banner{display:flex;position:relative;margin:0 auto;height:400px;width:100%;background-repeat:no-repeat;background-position:bottom;background-size:cover;flex-direction:column;justify-content:center}@media only screen and (max-width:48rem){#gated-content .video-banner{width:100%;max-height:300px}}@media only screen and (min-width:48rem){#gated-content .video-banner h2{text-align:left}}#gated-content .video-banner h2{color:#fff}#gated-content .video-banner .video-container video{position:absolute;width:100%;height:auto}@media only screen and (max-width:48rem){#gated-content .video-banner .video-container video{object-fit:cover;top:50%;left:50%;transform:translate(-50%,-50%)}}#gated-content .video-banner .content{position:relative;z-index:1}@media only screen and (max-width:48rem){#gated-content .video-banner .content{padding:auto}}@media only screen and (min-width:48rem){#gated-content .video-banner .content{padding:0 100px}}@media only screen and (max-width:48rem){#gated-content .video-banner .content-wrapper{text-align:center}}#gated-content .video-container{background-color:#431316;position:absolute;top:0;bottom:0;width:100%;height:100%;overflow:hidden}#gated-content .video-container video{min-width:100%;min-height:100%;position:absolute;object-fit:cover}#gated-content .video-container video.center-video{top:50%;left:50%;transform:translate(-50%,-50%)}#gated-content .video-container video.desktop{display:block}@media only screen and (max-width:48rem){#gated-content .video-container video.desktop{display:none}}#gated-content .video-container video.mobile{display:none}@media only screen and (max-width:48rem){#gated-content .video-container video.mobile{display:block}}#gated-content #swiper-slider{padding-top:0}#gated-content #swiper-slider h2{font-size:2rem!important;line-height:2rem;font-weight:800;font-family:HenkelGTFlexa,sans-serif;color:var(--brand-red)}#gated-content #swiper-slider .bigger-font{font-family:HenkelGTFlexa,sans-serif}@media only screen and (min-width:48rem){#gated-content #swiper-slider{width:100%;margin-right:0;margin-left:0;padding-top:0}}#gated-content #swiper-slider>.content>.text-wrapper h2{font-size:2rem!important;line-height:2rem!important;font-weight:800!important;font-family:HenkelGTFlexa,sans-serif!important;color:var(--brand-red)!important}#gated-content #swiper-slider>.content>.text-wrapper .bigger-font{font-family:HenkelGTFlexa,sans-serif!important;font-size:16px!important;line-height:24px!important;margin-bottom:0!important;font-weight:300!important}@media only screen and (min-width:48rem)and (max-width:78.75rem){#gated-content #swiper-slider>.content>.text-wrapper{padding-right:1.5rem;padding-left:1.5rem;max-width:46.75rem}}#gated-content .slider-wrapper .swiper{overflow:unset;padding-top:60px}@media only screen and (max-width:48rem){#gated-content .slider-wrapper .swiper{padding-top:40px}}#gated-content .slider-wrapper .swiper-slide{display:flex;justify-content:center;align-items:flex-start;height:420px;min-width:340px;max-width:340px;width:340px;flex-direction:column;overflow:hidden;cursor:pointer}@media only screen and (max-width:48rem){#gated-content .slider-wrapper .swiper-slide{min-width:280px;max-width:unset;width:unset}}#gated-content .slider-wrapper .swiper-slide-image{height:100%;width:100%;backface-visibility:hidden}#gated-content .slider-wrapper .swiper-text-wrapper{padding:27px;min-width:100%;position:absolute}#gated-content .slider-wrapper .swiper-text-wrapper h3{font-weight:400!important;font-size:20px!important;line-height:30px!important;text-align:center!important;color:var(--brand-red)!important;margin-bottom:20px!important;font-family:HenkelGTFlexa,sans-serif!important}@media only screen and (max-width:48rem){#gated-content .slider-wrapper .swiper-text-wrapper h3{font-size:1em!important;line-height:1.5!important}}#gated-content .slider-wrapper .swiper-text-wrapper span{font-family:HenkelGTFlexa,sans-serif!important;font-size:16px!important;line-height:19px!important;text-align:center!important;color:var(--black)!important}@media only screen and (max-width:48rem){#gated-content .slider-wrapper .swiper-text-wrapper span{font-size:14px!important;line-height:1!important}}#gated-content .slider-wrapper .swiper-text-wrapper span b{font-family:HenkelGTFlexa,sans-serif!important;font-weight:700!important;font-size:16px!important;line-height:19px!important}@media only screen and (max-width:48rem){#gated-content .slider-wrapper .swiper-text-wrapper span b{font-size:14px!important;line-height:1!important}}#gated-content .slider-wrapper .swiper-button-next,#gated-content .slider-wrapper .swiper-button-prev{top:0;width:40px;height:40px;margin-top:0;cursor:pointer}@media only screen and (max-width:48rem){#gated-content .slider-wrapper .swiper-button-next,#gated-content .slider-wrapper .swiper-button-prev{display:none}}#gated-content .slider-wrapper .swiper-button-next{right:50px;left:auto}#gated-content .slider-wrapper .swiper-button-next:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgMjAgMjApIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI2LjQwNDEgMjBMMjQuNzA3IDE4LjMwMjlMMjQuNzA2MSAxOC4zMDM4TDE3LjkxNyAxMS41MTQ3TDE2LjIyIDEzLjIxMTdMMjMuMDA5MSAyMC4wMDA5TDE2LjIyMTcgMjYuNzg4MkwxNy45MTg4IDI4LjQ4NTNMMjYuNDA0MSAyMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:contain;display:flex;width:100%;height:100%;position:absolute}#gated-content .slider-wrapper .swiper-button-prev{right:100px;left:auto}#gated-content .slider-wrapper .swiper-button-prev:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNTk1OSAyMEwxNS4yOTMgMjEuNjk3MUwxNS4yOTM5IDIxLjY5NjJMMjIuMDgzIDI4LjQ4NTNMMjMuNzggMjYuNzg4M0wxNi45OTA5IDE5Ljk5OTFMMjMuNzc4MyAxMy4yMTE4TDIyLjA4MTIgMTEuNTE0N0wxMy41OTU5IDIwWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:contain;display:flex;width:100%;height:100%;position:absolute}#banner-5-reasons[data-astro-cid-ihmbmyuz]{position:relative;padding:5rem 0;padding-top:0}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz]{background-color:var(--sage-green);display:flex;justify-content:space-between;flex-direction:column;min-width:100%}@media only screen and (min-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz]{flex-direction:row;padding:2rem 4em;flex-wrap:wrap;justify-content:space-between}}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .item[data-astro-cid-ihmbmyuz]{display:inline-block;flex:1}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .item[data-astro-cid-ihmbmyuz]:nth-child(1){flex:2}@media only screen and (max-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .item[data-astro-cid-ihmbmyuz]{width:100%;max-width:100%}}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .item[data-astro-cid-ihmbmyuz].align-right{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}@media only screen and (max-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .item[data-astro-cid-ihmbmyuz].align-right{justify-content:center}}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .item[data-astro-cid-ihmbmyuz].align-right img[data-astro-cid-ihmbmyuz]{max-height:642px}@media only screen and (max-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .item[data-astro-cid-ihmbmyuz].align-right img[data-astro-cid-ihmbmyuz]{width:100%}}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] h3[data-astro-cid-ihmbmyuz]{color:var(--brand-red);font-family:HenkelGTFlexa,sans-serif;font-size:4.0625rem;font-style:italic;font-weight:800;line-height:4.0625rem;letter-spacing:.04063rem;text-transform:uppercase;margin:0}@media only screen and (max-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] h3[data-astro-cid-ihmbmyuz]{font-size:2.5rem;line-height:normal}}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] p[data-astro-cid-ihmbmyuz]{font-size:1rem;font-style:normal;font-weight:400;line-height:1.3125rem;margin:.25rem 0 1rem}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .cta[data-astro-cid-ihmbmyuz]{margin:2rem 0}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .cta[data-astro-cid-ihmbmyuz].white{border-color:var(--white);font-size:1rem;font-style:normal;font-weight:700;line-height:1.3125rem}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .checkmark-list[data-astro-cid-ihmbmyuz]{margin:1rem 0;list-style:none;padding-left:1.5rem}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .checkmark-list[data-astro-cid-ihmbmyuz] li[data-astro-cid-ihmbmyuz]{list-style-image:url(/digital-manual/assets/check-mark.svg);font-family:HenkelGTFlexa,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:2.1875rem;align-self:center!important}@media only screen and (max-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .checkmark-list[data-astro-cid-ihmbmyuz] li[data-astro-cid-ihmbmyuz]{line-height:1.5;padding-top:10px;padding-left:1rem}}#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .tagline[data-astro-cid-ihmbmyuz]{color:var(--brand-red);font-family:HenkelGTFlexa,sans-serif;font-size:4.0625rem;font-style:italic;font-weight:400;line-height:4.0625rem;letter-spacing:.04063rem;text-transform:uppercase}@media only screen and (max-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz] .tagline[data-astro-cid-ihmbmyuz]{font-size:2rem;line-height:normal}}@media only screen and (max-width:48rem){#banner-5-reasons[data-astro-cid-ihmbmyuz] .content[data-astro-cid-ihmbmyuz] .wrapper[data-astro-cid-ihmbmyuz]{padding:1.75rem}}section[data-astro-cid-ccavszvi].banner .text-card[data-astro-cid-ccavszvi] .tagline[data-astro-cid-ccavszvi],section[data-astro-cid-ccavszvi].banner .text-card[data-astro-cid-ccavszvi] h3[data-astro-cid-ccavszvi]{font-family:HenkelGTFlexa,sans-serif}section[data-astro-cid-ccavszvi]#cards{padding-top:0;margin-left:0;margin-right:0}@media only screen and (min-width:48rem){section[data-astro-cid-ccavszvi]#cards .wide-pad[data-astro-cid-ccavszvi]{padding:3.75rem 4.375rem 3.125rem 6.875rem;display:flex;flex-wrap:wrap;justify-content:center}}section[data-astro-cid-ccavszvi]#cards .text-card[data-astro-cid-ccavszvi]{max-width:30rem}@media only screen and (max-width:48rem){section[data-astro-cid-ccavszvi]#cards .text-card[data-astro-cid-ccavszvi]:first-child{padding-bottom:30px}}section[data-astro-cid-ccavszvi]#cards p[data-astro-cid-ccavszvi]{font-family:HenkelGTFlexa,sans-serif;color:var(--brand-red);font-size:2rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.02rem;margin-bottom:1rem}@media only screen and (max-width:48rem){section[data-astro-cid-ccavszvi]#cards p[data-astro-cid-ccavszvi]{font-size:1.5rem;line-height:2rem}}section[data-astro-cid-ccavszvi]#cards .title[data-astro-cid-ccavszvi]{font-family:HenkelGTFlexa,sans-serif;font-size:2.5rem;font-style:normal;font-weight:800;line-height:2.5rem;letter-spacing:.025rem;color:var(--brand-red)}@media only screen and (max-width:48rem){section[data-astro-cid-ccavszvi]#cards .title[data-astro-cid-ccavszvi]{font-size:2rem}}section[data-astro-cid-ccavszvi]#cards .award-text[data-astro-cid-ccavszvi]{font-size:2rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.02rem}@media only screen and (max-width:48rem){section[data-astro-cid-ccavszvi]#cards .award-text[data-astro-cid-ccavszvi]{font-size:1.5rem}}section[data-astro-cid-ccavszvi]#cards .follow-text[data-astro-cid-ccavszvi]{font-size:1.25rem;font-style:normal;font-weight:400;line-height:2.25rem;letter-spacing:.0125rem}
