/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{border:0 solid #e4e4e4;box-sizing:border-box}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{color:inherit;line-height:inherit;padding:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}html{font-size:16px}[x-cloak]{display:none!important}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.btn{--bg-opacity:1;--text-opacity:1;align-items:center;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity));border-radius:.125rem;border-width:0;color:#fff;color:rgba(255,255,255,var(--text-opacity));cursor:pointer;display:flex;font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.125rem;font-weight:700;justify-content:center;line-height:1.3;padding:.75rem 1.25rem;text-align:center;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn:focus:not(:disabled):not(.btn--disabled){box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);outline:2px solid transparent;outline-offset:2px}.btn--disabled,button.btn:disabled{cursor:not-allowed;opacity:.5}.btn--full{width:100%}.btn--pop{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.btn--pop:hover{--transform-scale-x:1.05;--transform-scale-y:1.05}.btn--lg{font-size:1.25rem;line-height:1.6}.btn--wide{padding-left:2rem;padding-right:2rem}.btn--narrow{padding-left:.5rem;padding-right:.5rem}.btn--solid-dark{--bg-opacity:1;background-color:#2c2e38;background-color:rgba(44,46,56,var(--bg-opacity))}.btn--solid-dark:hover:not(:disabled):not(.btn--disabled){opacity:.75}.btn--solid-green{--bg-opacity:1;background-color:#8bc042;background-color:rgba(139,192,66,var(--bg-opacity))}.btn--solid-green:hover:not(:disabled):not(.btn--disabled){opacity:.75}.btn--solid-green-dark{--bg-opacity:1;background-color:#659a1c;background-color:rgba(101,154,28,var(--bg-opacity))}.btn--solid-green-dark:hover:not(:disabled):not(.btn--disabled){opacity:.75}.btn--solid-blue{--bg-opacity:1;background-color:#1ab4cd;background-color:rgba(26,180,205,var(--bg-opacity))}.btn--solid-blue:hover:not(:disabled):not(.btn--disabled){opacity:.75}.btn--outline-green{--border-opacity:1;--text-opacity:1;background-color:transparent;border-color:#8bc042;border-color:rgba(139,192,66,var(--border-opacity));border-radius:.25rem;border-width:1px;color:#8bc042;color:rgba(139,192,66,var(--text-opacity));line-height:1.15}.btn--outline-green:hover:not(:disabled):not(.btn--disabled){--bg-opacity:1;--text-opacity:1;background-color:#8bc042;background-color:rgba(139,192,66,var(--bg-opacity));color:#fff;color:rgba(255,255,255,var(--text-opacity))}.embed-frame{height:0;max-width:100%;overflow:hidden;padding-bottom:100%;position:relative}.embed-frame--16\/9{padding-bottom:56.25%}.embed-frame embed,.embed-frame iframe,.embed-frame object{height:100%;left:0;position:absolute;top:0;width:100%}.field{display:block;margin-bottom:2rem}.label{--text-opacity:1;cursor:pointer;margin-bottom:.25rem}.input,.label{color:#2c2e38;color:rgba(44,46,56,var(--text-opacity));display:block}.input{--bg-opacity:1;--text-opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));border-radius:.25rem;border-width:2px;font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;padding:.5rem .75rem;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.input:disabled{--bg-opacity:1;--border-opacity:0.5;background-color:#f3f5f7;background-color:rgba(243,245,247,var(--bg-opacity));cursor:not-allowed}.input:not(:disabled):focus{--border-opacity:1;border-color:#8bc042;border-color:rgba(139,192,66,var(--border-opacity));outline:2px solid transparent;outline-offset:2px}.input.input--error{--border-opacity:1;border-color:#f05252;border-color:rgba(240,82,82,var(--border-opacity))}.input.input--error:disabled{--border-opacity:0.5}.input.input--error:not(:disabled):focus{--border-opacity:1;border-color:#9b1c1c;border-color:rgba(155,28,28,var(--border-opacity))}.input.input--sm{border-width:1px;font-size:.857rem;line-height:1.3;padding:.25rem .5rem}textarea.input{line-height:1.8}.hero-hero-rings{max-width:none;position:absolute}@media (min-width:768px){.hero-hero-rings{left:50%;transform:translateX(-50%);width:165%}}@media (min-width:1024px){.hero-hero-rings{left:40%;width:200%}}@media (min-width:1280px){.hero-hero-rings{left:34%;width:235%}}@media (min-width:768px){.home-hero-banner-pos--1{bottom:auto;left:auto;right:7%;top:12%}}@media (min-width:1024px){.home-hero-banner-pos--1{right:5%;top:9%}}@media (min-width:1280px){.home-hero-banner-pos--1{right:10%;top:20%}}@media (min-width:768px){.home-hero-banner-pos--2{bottom:auto;left:0;right:auto;top:33%}}@media (min-width:1024px){.home-hero-banner-pos--2{top:30%}}@media (min-width:1280px){.home-hero-banner-pos--2{left:4%!important;top:37%}}@media (min-width:768px){.home-hero-banner-pos--3{bottom:22%;left:auto;right:11%;top:auto}}@media (min-width:1024px){.home-hero-banner-pos--3{bottom:26%;right:13%}}@media (min-width:1280px){.home-hero-banner-pos--3{bottom:25%;right:18%}}.link{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:underline;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.link:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5);outline:2px solid transparent;outline-offset:2px}.link--dark{--text-opacity:1;color:#2c2e38;color:rgba(44,46,56,var(--text-opacity))}.link--dark:hover{--text-opacity:0.75}.link--green{--text-opacity:1;color:#8bc042;color:rgba(139,192,66,var(--text-opacity))}.link--green:hover{--text-opacity:0.75}.link--muted-green{--text-opacity:1;color:#707178;color:rgba(112,113,120,var(--text-opacity))}.link--muted-green:hover{--text-opacity:1;color:#8bc042;color:rgba(139,192,66,var(--text-opacity))}.news-post-body{--text-opacity:1;color:#707178;color:rgba(112,113,120,var(--text-opacity));line-height:1.8}.news-post-body a{--text-opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#8bc042;color:rgba(139,192,66,var(--text-opacity));text-decoration:underline;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.news-post-body a:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5);outline:2px solid transparent;outline-offset:2px}.news-post-body a:hover{--text-opacity:1;color:#659a1c;color:rgba(101,154,28,var(--text-opacity))}.news-post-body p{margin-bottom:1.5rem}@media (min-width:1024px){.news-post-body p{margin-bottom:2rem}}.news-post-body h2,.news-post-body h3,.news-post-body h4,.news-post-body h5,.news-post-body h6{--text-opacity:1;color:#2c2e38;color:rgba(44,46,56,var(--text-opacity));font-weight:600}.news-post-body h2,.news-post-body h3,.news-post-body h4{letter-spacing:-.025em;line-height:1.3;margin-bottom:.5rem}.news-post-body h5,.news-post-body h6{margin-bottom:.25rem}.news-post-body h2{font-size:1.375rem}@media (min-width:640px){.news-post-body h2{font-size:1.625rem}}@media (min-width:768px){.news-post-body h2{font-size:1.875rem}}@media (min-width:1024px){.news-post-body h2{font-size:2.0625rem}}.news-post-body h3{font-size:1.25rem}@media (min-width:640px){.news-post-body h3{font-size:1.375rem}}@media (min-width:768px){.news-post-body h3{font-size:1.625rem}}@media (min-width:1024px){.news-post-body h3{font-size:1.875rem}}.news-post-body h4{font-size:1.125rem}@media (min-width:640px){.news-post-body h4{font-size:1.25rem}}@media (min-width:768px){.news-post-body h4{font-size:1.375rem}}@media (min-width:1024px){.news-post-body h4{font-size:1.625rem}}.news-post-body h5{font-size:1.125rem}@media (min-width:640px){.news-post-body h5{font-size:1.25rem}}@media (min-width:1024px){.news-post-body h5{font-size:1.375rem}}.news-post-body h6{font-size:1.125rem}@media (min-width:768px){.news-post-body h6{font-size:1.25rem}}.news-post-body strong{font-weight:700}.news-post-body ol,.news-post-body ul{margin-bottom:1.5rem;padding-left:1.25rem}@media (min-width:1024px){.news-post-body ol,.news-post-body ul{margin-bottom:2rem}}.news-post-body ul{list-style-type:disc}.news-post-body ol{list-style-type:decimal}.news-post-body>:last-child,.news-post-body>div>:last-child{margin-bottom:0}.news-post-body .news-post-body__intro{--text-opacity:1;color:#2c2e38;color:rgba(44,46,56,var(--text-opacity));font-size:1.125rem;margin-bottom:1.5rem}@media (min-width:768px){.news-post-body .news-post-body__intro{font-size:1.25rem;margin-bottom:2rem}}.policy h2{font-size:1.25rem;font-weight:600;letter-spacing:-.025em;line-height:1.3;margin-bottom:.25rem;margin-top:1.5rem}@media (min-width:1024px){.policy h2{font-size:1.375rem;margin-bottom:.5rem;margin-top:2rem}}.policy p{margin-bottom:.75rem}@media (min-width:1024px){.policy p{margin-bottom:1rem}}.policy ul{list-style-type:disc;margin-bottom:.75rem;padding-left:1.5rem}@media (min-width:1024px){.policy ul{margin-bottom:1rem;padding-left:2.5rem}}.policy ul>li{margin-bottom:.25rem}.policy ul>li:last-child{margin-bottom:0}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bg-transparent{background-color:transparent}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-sap-green-100{--bg-opacity:1;background-color:#f3f8ec;background-color:rgba(243,248,236,var(--bg-opacity))}.bg-sap-green-500{--bg-opacity:1;background-color:#8bc042;background-color:rgba(139,192,66,var(--bg-opacity))}.bg-sap-green-700{--bg-opacity:1;background-color:#659a1c;background-color:rgba(101,154,28,var(--bg-opacity))}.bg-sap-blue-100{--bg-opacity:1;background-color:#e4f6f8;background-color:rgba(228,246,248,var(--bg-opacity))}.bg-sap-blue-500{--bg-opacity:1;background-color:#1ab4cd;background-color:rgba(26,180,205,var(--bg-opacity))}.bg-sap-gray-100{--bg-opacity:1;background-color:#f3f5f7;background-color:rgba(243,245,247,var(--bg-opacity))}.bg-sap-gray-800{--bg-opacity:1;background-color:#2c2e38;background-color:rgba(44,46,56,var(--bg-opacity))}.bg-red-100{--bg-opacity:1;background-color:#fde8e8;background-color:rgba(253,232,232,var(--bg-opacity))}.hover\:bg-white:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.hover\:bg-sap-green-800:hover{--bg-opacity:1;background-color:#4c8103;background-color:rgba(76,129,3,var(--bg-opacity))}.hover\:bg-sap-gray-100:hover{--bg-opacity:1;background-color:#f3f5f7;background-color:rgba(243,245,247,var(--bg-opacity))}.bg-opacity-90{--bg-opacity:0.90}.hover\:bg-opacity-75:hover{--bg-opacity:0.75}.bg-center{background-position:50%}.bg-top{background-position:top}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.border-white{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.border-sap-green-500{--border-opacity:1;border-color:#8bc042;border-color:rgba(139,192,66,var(--border-opacity))}.border-sap-green-700{--border-opacity:1;border-color:#659a1c;border-color:rgba(101,154,28,var(--border-opacity))}.border-sap-blue-500{--border-opacity:1;border-color:#1ab4cd;border-color:rgba(26,180,205,var(--border-opacity))}.border-sap-gray-500{--border-opacity:1;border-color:#707178;border-color:rgba(112,113,120,var(--border-opacity))}.border-red-300{--border-opacity:1;border-color:#f8b4b4;border-color:rgba(248,180,180,var(--border-opacity))}.hover\:border-sap-green-800:hover{--border-opacity:1;border-color:#4c8103;border-color:rgba(76,129,3,var(--border-opacity))}.focus\:border-sap-gray-200:focus{--border-opacity:1;border-color:#e4e4e4;border-color:rgba(228,228,228,var(--border-opacity))}.border-opacity-25{--border-opacity:0.25}.border-opacity-50{--border-opacity:0.5}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.border-2{border-width:2px}.border{border-width:1px}.border-t-5{border-top-width:5px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.cursor-pointer{cursor:pointer}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-shrink-0{flex-shrink:0}.font-sans{font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.h-6{height:1.5rem}.h-8{height:2rem}.h-20{height:5rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-52{height:13rem}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.857rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.375rem}.text-3xl{font-size:1.625rem}.text-9xl{font-size:3.125rem}.leading-none{line-height:1}.leading-tight{line-height:1.15}.leading-snug{line-height:1.3}.leading-normal{line-height:1.6}.leading-relaxed{line-height:1.8}.list-inside{list-style-position:inside}.list-square{list-style-type:square}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.-mt-1{margin-top:-.25rem}.-mt-3{margin-top:-.75rem}.-mr-4{margin-right:-1rem}.-mt-6{margin-top:-1.5rem}.-mt-8{margin-top:-2rem}.-mb-8{margin-bottom:-2rem}.-mt-16{margin-top:-4rem}.-mb-24{margin-bottom:-6rem}.first\:ml-0:first-child{margin-left:0}.first\:mt-2:first-child{margin-top:.5rem}.max-h-80{max-height:20rem}.max-w-40{max-width:10rem}.max-w-56{max-width:14rem}.max-w-62{max-width:15.5rem}.max-w-75{max-width:18.75rem}.max-w-84{max-width:21rem}.max-w-100{max-width:25rem}.max-w-xs{max-width:20rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-full{max-width:100%}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.opacity-0{opacity:0}.opacity-50{opacity:.5}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-100:hover{opacity:1}.group:hover .group-hover\:opacity-50{opacity:.5}.focus\:outline-none:focus,.outline-none{outline:2px solid transparent;outline-offset:2px}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pl-0{padding-left:0}.pr-1{padding-right:.25rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pt-12{padding-top:3rem}.pb-16{padding-bottom:4rem}.placeholder-sap-gray-500::-moz-placeholder{--placeholder-opacity:1;color:#707178;color:rgba(112,113,120,var(--placeholder-opacity))}.placeholder-sap-gray-500::placeholder{--placeholder-opacity:1;color:#707178;color:rgba(112,113,120,var(--placeholder-opacity))}.placeholder-opacity-100::-moz-placeholder{--placeholder-opacity:1}.placeholder-opacity-100::placeholder{--placeholder-opacity:1}.focus\:placeholder-opacity-50:focus::-moz-placeholder{--placeholder-opacity:0.5}.focus\:placeholder-opacity-50:focus::placeholder{--placeholder-opacity:0.5}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{bottom:0;left:0;right:0;top:0}.top-0{top:0}.right-0{right:0}.left-1\/2{left:50%}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.shadow-hh-banner,.shadow-nav{box-shadow:0 20px 25px -5px rgba(0,0,0,.4),0 10px 10px -5px rgba(0,0,0,.02)}.text-left{text-align:left}.text-center{text-align:center}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-sap-green-500{--text-opacity:1;color:#8bc042;color:rgba(139,192,66,var(--text-opacity))}.text-sap-blue-500{--text-opacity:1;color:#1ab4cd;color:rgba(26,180,205,var(--text-opacity))}.text-sap-gray-200{--text-opacity:1;color:#e4e4e4;color:rgba(228,228,228,var(--text-opacity))}.text-sap-gray-400{--text-opacity:1;color:#97979c;color:rgba(151,151,156,var(--text-opacity))}.text-sap-gray-500{--text-opacity:1;color:#707178;color:rgba(112,113,120,var(--text-opacity))}.text-sap-gray-600{--text-opacity:1;color:#595b63;color:rgba(89,91,99,var(--text-opacity))}.text-sap-gray-700{--text-opacity:1;color:#43444d;color:rgba(67,68,77,var(--text-opacity))}.text-sap-gray-800{--text-opacity:1;color:#2c2e38;color:rgba(44,46,56,var(--text-opacity))}.text-red-700{--text-opacity:1;color:#c81e1e;color:rgba(200,30,30,var(--text-opacity))}.hover\:text-sap-green-500:hover{--text-opacity:1;color:#8bc042;color:rgba(139,192,66,var(--text-opacity))}.text-opacity-80{--text-opacity:0.80}.hover\:text-opacity-75:hover{--text-opacity:0.75}.hover\:text-opacity-100:hover{--text-opacity:1}.italic{font-style:italic}.underline{text-decoration:underline}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-tight{letter-spacing:-.025em}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-32{width:8rem}.w-52{width:13rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-full{width:100%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-99999{z-index:99999}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.scale-75{--transform-scale-x:.75;--transform-scale-y:.75}.scale-120{--transform-scale-x:1.2;--transform-scale-y:1.2}.hover\:scale-102:hover{--transform-scale-x:1.02;--transform-scale-y:1.02}.hover\:scale-105:hover{--transform-scale-x:1.05;--transform-scale-y:1.05}.hover\:scale-110:hover{--transform-scale-x:1.1;--transform-scale-y:1.1}.-translate-x-1\/2{--transform-translate-x:-50%}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-700{transition-duration:.7s}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@keyframes bounce{0%,to{-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@media (min-width:768px){.md\:bg-none{background-image:none!important}}@media (min-width:640px){.sm\:btn--lg{font-size:1.25rem;line-height:1.6}.sm\:bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.sm\:border-b-0{border-bottom-width:0}.sm\:border-l{border-left-width:1px}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:font-normal{font-weight:400}.sm\:font-bold{font-weight:700}.sm\:text-lg{font-size:1.125rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-2xl{font-size:1.375rem}.sm\:text-3xl{font-size:1.625rem}.sm\:text-4xl{font-size:1.875rem}.sm\:leading-normal{line-height:1.6}.sm\:leading-relaxed{line-height:1.8}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:my-6{margin-bottom:1.5rem;margin-top:1.5rem}.sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.sm\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mt-0{margin-top:0}.sm\:mb-0{margin-bottom:0}.sm\:ml-2{margin-left:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:ml-3{margin-left:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mt-16{margin-top:4rem}.sm\:max-w-none{max-width:none}.sm\:overflow-x-hidden{overflow-x:hidden}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-8{padding-bottom:2rem;padding-top:2rem}.sm\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:w-12{width:3rem}.sm\:w-60{width:15rem}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}}@media (min-width:768px){.md\:btn--lg{font-size:1.25rem;line-height:1.6}.md\:bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.md\:bg-none{background-image:none}.md\:rounded{border-radius:.25rem}.md\:rounded-tr-none{border-top-right-radius:0}.md\:rounded-bl{border-bottom-left-radius:.25rem}.md\:border-t-0{border-top-width:0}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:h-32{height:8rem}.md\:h-full{height:100%}.md\:h-contact-msg{height:22.625rem}.md\:text-sm{font-size:.857rem}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:1.375rem}.md\:text-3xl{font-size:1.625rem}.md\:text-4xl{font-size:1.875rem}.md\:text-5xl{font-size:2.0625rem}.md\:text-6xl{font-size:2.25rem}.md\:text-11xl{font-size:4rem}.md\:m-0{margin:0}.md\:my-0{margin-bottom:0;margin-top:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:my-8{margin-bottom:2rem;margin-top:2rem}.md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.md\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mb-1{margin-bottom:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mr-2{margin-right:.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:mt-3{margin-top:.75rem}.md\:mb-3{margin-bottom:.75rem}.md\:ml-3{margin-left:.75rem}.md\:mt-4{margin-top:1rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-10{margin-top:2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mt-12{margin-top:3rem}.md\:mb-12{margin-bottom:3rem}.md\:mt-16{margin-top:4rem}.md\:mb-16{margin-bottom:4rem}.md\:mt-20{margin-top:5rem}.md\:-mt-2{margin-top:-.5rem}.md\:-mt-4{margin-top:-1rem}.md\:-mr-4{margin-right:-1rem}.md\:-mr-5{margin-right:-1.25rem}.md\:-mt-8{margin-top:-2rem}.md\:-mt-10{margin-top:-2.5rem}.md\:-mt-32{margin-top:-8rem}.md\:max-h-100{max-height:25rem}.md\:max-w-none{max-width:none}.md\:max-w-2xl{max-width:42rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-4xl{max-width:56rem}.md\:max-w-full{max-width:100%}.md\:overflow-x-hidden{overflow-x:hidden}.md\:p-0{padding:0}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-12{padding-bottom:3rem;padding-top:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:py-16{padding-bottom:4rem;padding-top:4rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:pt-0{padding-top:0}.md\:pr-4{padding-right:1rem}.md\:pb-4{padding-bottom:1rem}.md\:pl-4{padding-left:1rem}.md\:pt-5{padding-top:1.25rem}.md\:pr-5{padding-right:1.25rem}.md\:pl-5{padding-left:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pt-8{padding-top:2rem}.md\:pr-8{padding-right:2rem}.md\:pl-8{padding-left:2rem}.md\:pr-10{padding-right:2.5rem}.md\:pb-10{padding-bottom:2.5rem}.md\:pl-10{padding-left:2.5rem}.md\:pt-12{padding-top:3rem}.md\:pt-16{padding-top:4rem}.md\:pb-16{padding-bottom:4rem}.md\:pt-20{padding-top:5rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-32{padding-bottom:8rem}.md\:absolute{position:absolute}.md\:top-0{top:0}.md\:bottom-0{bottom:0}.md\:left-auto{left:auto}.md\:-right-2{right:-.5rem}.md\:-left-4{left:-1rem}.md\:shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.md\:text-left{text-align:left}.md\:w-16{width:4rem}.md\:w-40{width:10rem}.md\:w-64{width:16rem}.md\:w-auto{width:auto}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:w-full{width:100%}.md\:translate-x-0{--transform-translate-x:0}}@media (min-width:1024px){.lg\:btn--lg{font-size:1.25rem;line-height:1.6}.lg\:bg-transparent{background-color:transparent}.lg\:bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:bg-sap-green-500{--bg-opacity:1;background-color:#8bc042;background-color:rgba(139,192,66,var(--bg-opacity))}.lg\:bg-sap-green-700{--bg-opacity:1;background-color:#659a1c;background-color:rgba(101,154,28,var(--bg-opacity))}.lg\:hover\:bg-white:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:bg-opacity-20{--bg-opacity:0.2}.lg\:bg-opacity-75{--bg-opacity:0.75}.lg\:hover\:bg-opacity-20:hover{--bg-opacity:0.2}.lg\:hover\:bg-opacity-66:hover{--bg-opacity:0.66}.lg\:rounded-none{border-radius:0}.lg\:rounded-md{border-radius:.375rem}.lg\:border-0{border-width:0}.lg\:border-t-0{border-top-width:0}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:flex-shrink-0{flex-shrink:0}.lg\:font-bold{font-weight:700}.lg\:h-12{height:3rem}.lg\:h-24{height:6rem}.lg\:h-28{height:7rem}.lg\:h-40{height:10rem}.lg\:text-base{font-size:1rem}.lg\:text-xl{font-size:1.25rem}.lg\:text-2xl{font-size:1.375rem}.lg\:text-3xl{font-size:1.625rem}.lg\:text-4xl{font-size:1.875rem}.lg\:text-5xl{font-size:2.0625rem}.lg\:text-6xl{font-size:2.25rem}.lg\:text-7xl{font-size:2.5rem}.lg\:text-12xl{font-size:4.5rem}.lg\:leading-snug{line-height:1.3}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:my-10{margin-bottom:2.5rem;margin-top:2.5rem}.lg\:my-12{margin-bottom:3rem;margin-top:3rem}.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.lg\:-mx-12{margin-left:-3rem;margin-right:-3rem}.lg\:mt-0{margin-top:0}.lg\:mb-0{margin-bottom:0}.lg\:mt-1{margin-top:.25rem}.lg\:mb-1{margin-bottom:.25rem}.lg\:ml-1{margin-left:.25rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mr-4{margin-right:1rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mt-8{margin-top:2rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-20{margin-top:5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mt-24{margin-top:6rem}.lg\:mb-32{margin-bottom:8rem}.lg\:-mt-3{margin-top:-.75rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mt-10{margin-top:-2.5rem}.lg\:-mt-12{margin-top:-3rem}.lg\:first\:mt-0:first-child{margin-top:0}.lg\:max-h-130{max-height:32.5rem}.lg\:max-w-75{max-width:18.75rem}.lg\:max-w-none{max-width:none}.lg\:max-w-3xl{max-width:48rem}.lg\:p-0{padding:0}.lg\:p-2{padding:.5rem}.lg\:p-3{padding:.75rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:p-10{padding:2.5rem}.lg\:p-12{padding:3rem}.lg\:p-16{padding:4rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-2{padding-bottom:.5rem;padding-top:.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:py-3{padding-bottom:.75rem;padding-top:.75rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:py-4{padding-bottom:1rem;padding-top:1rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.lg\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-7{padding-bottom:1.75rem;padding-top:1.75rem}.lg\:py-8{padding-bottom:2rem;padding-top:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:py-20{padding-bottom:5rem;padding-top:5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:pt-0{padding-top:0}.lg\:pr-0{padding-right:0}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pt-8{padding-top:2rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pl-8{padding-left:2rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-12{padding-top:3rem}.lg\:pr-12{padding-right:3rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-16{padding-top:4rem}.lg\:pr-16{padding-right:4rem}.lg\:pl-16{padding-left:4rem}.lg\:pt-20{padding-top:5rem}.lg\:pr-20{padding-right:5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pt-24{padding-top:6rem}.lg\:pb-24{padding-bottom:6rem}.lg\:static{position:static}.lg\:absolute{position:absolute}.lg\:left-0{left:0}.lg\:top-1{top:.25rem}.lg\:top-auto{top:auto}.lg\:right-auto{right:auto}.lg\:shadow-none{box-shadow:none}.lg\:shadow-nav{box-shadow:0 20px 25px -5px rgba(0,0,0,.4),0 10px 10px -5px rgba(0,0,0,.02)}.lg\:text-left{text-align:left}.lg\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:text-sap-gray-600{--text-opacity:1;color:#595b63;color:rgba(89,91,99,var(--text-opacity))}.lg\:hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:whitespace-no-wrap{white-space:nowrap}.lg\:w-7{width:1.75rem}.lg\:w-12{width:3rem}.lg\:w-52{width:13rem}.lg\:w-auto{width:auto}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-1\/4{width:25%}.lg\:w-5\/12{width:41.666667%}.lg\:w-7\/12{width:58.333333%}.lg\:w-full{width:100%}.lg\:z-99999{z-index:99999}.lg\:transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.lg\:scale-105{--transform-scale-x:1.05;--transform-scale-y:1.05}}@media (min-width:1280px){.xl\:btn--lg{font-size:1.25rem;line-height:1.6}.xl\:block{display:block}.xl\:inline{display:inline}.xl\:hidden{display:none}.xl\:h-48{height:12rem}.xl\:text-lg{font-size:1.125rem}.xl\:text-2xl{font-size:1.375rem}.xl\:text-3xl{font-size:1.625rem}.xl\:text-4xl{font-size:1.875rem}.xl\:text-5xl{font-size:2.0625rem}.xl\:text-6xl{font-size:2.25rem}.xl\:text-7xl{font-size:2.5rem}.xl\:text-8xl{font-size:2.75rem}.xl\:text-14xl{font-size:5.5rem}.xl\:leading-normal{line-height:1.6}.xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xl\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.xl\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.xl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.xl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.xl\:mb-0{margin-bottom:0}.xl\:ml-2{margin-left:.5rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mt-8{margin-top:2rem}.xl\:mb-8{margin-bottom:2rem}.xl\:mt-10{margin-top:2.5rem}.xl\:mr-10{margin-right:2.5rem}.xl\:mb-10{margin-bottom:2.5rem}.xl\:mt-12{margin-top:3rem}.xl\:mb-12{margin-bottom:3rem}.xl\:mt-16{margin-top:4rem}.xl\:mb-16{margin-bottom:4rem}.xl\:mb-20{margin-bottom:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mb-24{margin-bottom:6rem}.xl\:mt-28{margin-top:7rem}.xl\:mb-40{margin-bottom:10rem}.xl\:-mt-4{margin-top:-1rem}.xl\:-mt-8{margin-top:-2rem}.xl\:-mt-16{margin-top:-4rem}.xl\:max-h-160{max-height:40rem}.xl\:max-w-50{max-width:12.5rem}.xl\:max-w-5xl{max-width:64rem}.xl\:p-6{padding:1.5rem}.xl\:p-8{padding:2rem}.xl\:p-12{padding:3rem}.xl\:p-16{padding:4rem}.xl\:p-24{padding:6rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:py-8{padding-bottom:2rem;padding-top:2rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:py-12{padding-bottom:3rem;padding-top:3rem}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.xl\:py-16{padding-bottom:4rem;padding-top:4rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:py-20{padding-bottom:5rem;padding-top:5rem}.xl\:py-24{padding-bottom:6rem;padding-top:6rem}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:pr-0{padding-right:0}.xl\:pl-0{padding-left:0}.xl\:pr-6{padding-right:1.5rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pr-7{padding-right:1.75rem}.xl\:pl-7{padding-left:1.75rem}.xl\:pt-8{padding-top:2rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pb-10{padding-bottom:2.5rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pt-16{padding-top:4rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pt-20{padding-top:5rem}.xl\:pr-20{padding-right:5rem}.xl\:pl-20{padding-left:5rem}.xl\:pt-24{padding-top:6rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pr-28{padding-right:7rem}.xl\:pb-28{padding-bottom:7rem}.xl\:pl-32{padding-left:8rem}.xl\:pb-40{padding-bottom:10rem}.xl\:pb-48{padding-bottom:12rem}.xl\:shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.xl\:w-72{width:18rem}.xl\:w-auto{width:auto}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-5\/12{width:41.666667%}.xl\:w-7\/12{width:58.333333%}.xl\:w-full{width:100%}.xl\:transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.xl\:scale-95{--transform-scale-x:.95;--transform-scale-y:.95}.xl\:scale-110{--transform-scale-x:1.1;--transform-scale-y:1.1}}
