@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Fira+Code&display=swap";@import"https://use.typekit.net/kfb0eck.css";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800&display=swap";._modal-container_1eyp8_6{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0}.header{background-color:#011326;position:fixed;top:0;z-index:4;width:100%;padding:10px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:background-color .5s ease-in-out}.header .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#fff}.header.invisible-header{background-color:#01132600}.header .header-link{color:#fff;padding:16px;font-size:.875em;text-transform:uppercase;font-weight:500;letter-spacing:.05em;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.header .header-link:hover,.header .header-link:active,.header .header-link.active{color:#f98025}.header .header-link span{color:#f98025;padding-right:4px}.header .header-logo-container{height:40px}.header .header-logo{fill:#fff;height:40px;enable-background:new 0 0 442 100}.header .header-logo #logo-gear{transform-origin:50px 50px}.header .header-logo:hover #logo-gear{-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite}.header .search-icon{height:20px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.header .search-button-container{background:none;border:none;padding:14px 16px 11px}.header .search-button-container:hover{cursor:pointer}.header .search-button-container:hover .search-icon{fill:#f98025}.header-spacer{width:140px}.header-button{color:#fff;background:#f98025;border-radius:8px;padding:.625em 2em;font-size:.825em;font-weight:500;text-transform:uppercase;font-family:montserrat,sans-serif}.header-button:hover{color:#fff;-webkit-transform:scale(1.05);transform:scale(1.05)}.header-button:active{-webkit-transform:scale(.95);transform:scale(.95)}.product-title{top:12px;color:#fff;text-transform:uppercase;margin-left:.35em;-webkit-animation:glow 2s ease-in-out infinite alternate;-moz-animation:glow 2s ease-in-out infinite alternate;animation:glow 2s ease-in-out infinite alternate}.product-title span{font-size:.875em;-webkit-text-stroke-width:.2px;-webkit-text-stroke-color:white}.header-links{align-self:right;display:flex;flex-direction:row;justify-content:center;align-items:center;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.header-links .header-button{margin-left:1em;display:inline-block}.hamburger{height:48px;cursor:pointer;display:none}.hamburgersvg{width:200px;height:150px;cursor:pointer;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.hamburger path{fill:none;-webkit-transition:stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25),stroke .2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25),stroke .2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25),stroke .2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25),stroke .2s cubic-bezier(.25,-.25,.75,1.25);transition:stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25),stroke .2s cubic-bezier(.25,-.25,.75,1.25);stroke-width:20px;stroke-linecap:round;stroke:#fff;stroke-dashoffset:0px}.hamburger path#top,.hamburger path#bottom{stroke-dasharray:240px 950px}.hamburger path#middle{stroke-dasharray:240px 240px}.hamburger.cross path#top,.hamburger.cross path#bottom{stroke-dashoffset:-650px}.hamburger.cross path#middle{stroke-dashoffset:-115px;stroke-dasharray:1px 220px}.hamburger:hover path{stroke:#f98025}.header-bg{height:68px;background-color:#011326;z-index:-5;position:absolute;top:0;width:100%}@media only screen and (max-width: 1000px){.header-links{display:flex;background:#011326;height:auto;width:100%;align-items:center;flex-direction:column;top:-100vh;position:absolute;left:0;padding-top:84px;padding-bottom:2em;z-index:-1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:solid 1px rgba(0,0,0,.1);box-shadow:0 2px 5px #0000000d;-webkit-transition:.5s top ease-in-out;-moz-transition:.5s top ease-in-out;-o-transition:.5s top ease-in-out;-ms-transition:.5s top ease-in-out;transition:.5s top ease-in-out}.header-links .header-link{padding:20px}.header-links .header-link:hover{color:#f98025}.header-links.isActive{top:0}.desktop-links{display:none}.hamburger{display:inline-block}}@media only screen and (max-width: 480px){.header{padding:6px 20px}.header-logo-container{width:50px;overflow:hidden}#logo-text{display:none}}.ReactCollapse--collapse{transition:height .5s}.ReactCollapse--content{top:0;z-index:2;width:100%;position:sticky;padding-top:68px}.gssb_c .gsc-completion-container{position:fixed!important}.search-container{z-index:3;width:100%;position:fixed;padding-top:68px;transform:translateY(-132px);background:#011326;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.search-container.active{transform:translate(0)}.search-container .gsc-control-searchbox-only{font-family:Montserrat;padding:none}.search-container .gsc-control-searchbox-only .gsc-modal-background-image-visible.gsc-modal-background-image{display:none}.search-container .gsc-control-searchbox-only .gsc-input{font-family:Montserrat;font-weight:500;padding-right:0}.search-container .gsc-control-searchbox-only .gsc-input-box{border-radius:20px 0 0 20px;border:none;height:30px;padding-top:0;padding-bottom:0}.search-container .gsc-control-searchbox-only .gsc-search-box{padding:6px 20px}.search-container .gsc-control-searchbox-only .gsc-search-button{border-radius:0 20px 20px 0;margin-left:0}.search-container .gsc-control-searchbox-only .gsc-search-button-v2{padding:8.5px 27px;border:none;width:100%;cursor:pointer}.search-container .gsc-control-searchbox-only .gsc-search-button-v2 svg{width:auto!important}.footer{position:relative;background-color:#011326;z-index:4;width:100%;padding:120px 40px 34px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footer .footer-links{align-self:right;display:flex;flex-direction:row;justify-content:center;align-items:center;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.footer .footer-link{color:#fff;padding:16px;font-size:12px;text-transform:uppercase;font-family:montserrat,sans-serif;font-weight:500;letter-spacing:.125em;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.footer .footer-link:hover,.footer .footer-link:active,.footer .footer-link.active{color:#f98025}.footer .footer-link span{color:#f98025;padding-right:4px}.footer .footer-logo{fill:#fff;height:30px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.footer .footer-logo:hover{fill:#f98025}.footer .footer-socials{font-weight:500;color:#f98025;display:flex;align-items:center;gap:.5em}.footer .footer-socials p{color:gray}.footer .footer-socials *{display:inline-block}.footer .footer-socials a{-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.footer .footer-socials a:hover{color:#fff}.sub-footer{background-color:#011326;position:relative;color:#fff;display:flex;flex-direction:row;justify-content:flex-end;gap:1em;padding:0 40px 40px;z-index:4}.sub-footer p,.sub-footer a{font-size:12px;line-height:24px;color:#78838c}.sub-footer .sub-footer-link:hover,.sub-footer .sub-footer-link:active,.sub-footer .sub-footer-link.active{color:#f98025}@media only screen and (max-width: 1400px){.footer{flex-direction:column}.sub-footer{justify-content:center}}@media only screen and (max-width: 1100px){.footer .footer-links{flex-direction:column}.sub-footer{justify-content:center;align-items:center;flex-direction:column}}.custom-hero{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:calc(100vh + 1px);min-height:600px;position:relative;z-index:1;background:#030a12;-ms-overflow-style:none;scrollbar-width:none}.custom-hero h1{max-width:800px;z-index:2;color:#fff}.custom-hero .hero-eyebrow{color:#f98025;z-index:2;margin-bottom:20px}.custom-hero .button{z-index:2;margin-top:10px}.custom-hero .hero-scrim{position:absolute;height:100%;width:100%;background:radial-gradient(farthest-side at bottom left,rgba(0,0,0,.2),transparent);left:0;top:0;z-index:1}.hero::-webkit-scrollbar{display:none}.hero-content-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:0 40px 100px;position:relative}.hero-img-container{position:absolute;padding:30px 8vw 220px 30vw;height:100%}.hero-img{pointer-events:none;object-fit:contain;justify-self:flex-start;align-self:flex-end;min-width:0;flex:1;width:100%;height:100%}.hero-video-container{position:absolute;width:100%;height:100%;bottom:0;overflow:hidden;z-index:-13;background-color:#011326}.hero-video-container:after{position:absolute;bottom:0;left:0;width:100%;height:100px;content:"";background:linear-gradient(to bottom,#01060b00,#01060b)}.hero-video{width:100%;height:100%;opacity:.6;object-fit:cover;bottom:0;overflow:hidden}.hero-video video{height:100%;width:177.77777778vh;min-width:100%;min-height:56.25vw;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-down-arrow-container{position:absolute;padding:20px;bottom:30px;margin:0 auto;left:calc(50% - 33px);z-index:999;background:none;border:none;cursor:pointer}.hero-down-arrow{width:30px;fill:#fff}@media only screen and (max-height: 860px){.custom-hero{min-height:800px}.hero-img{height:100%}.hero-container{max-width:900px}}@media only screen and (max-width: 740px){.custom-hero{height:170vw;max-height:100vh;justify-content:flex-start}.custom-hero .hero-img-container{padding-bottom:200px;max-height:calc(100% - 150px)}.custom-hero h1{font-size:calc(.08*(100vw - 80px))}}@media only screen and (max-width: 480px){.custom-hero{min-height:unset;justify-content:center}.custom-hero .hero-content-container{padding:0 20px 60px}.hero-down-arrow{width:26px;left:calc(50% - 13px)}.hero-down-arrow-container{bottom:0}}@media only screen and (max-width: 480px){.custom-hero h1{font-size:calc(.095*(100vw - 80px))}}@media only screen and (max-width: 300px){.custom-hero{height:170vh}.custom-hero .hero-content-container{padding:0 20px 60px}}@media (max-aspect-ratio: 5/4){.hero-img-container{padding:0 4vw 320px}}@media only screen and (min-height: 1000px) and (max-aspect-ratio: 4/3){.hero-img-container{padding:0 4vw 320px}}.home-feature{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;height:60vw;width:100%;position:relative}.home-feature .home-feature-background{background-position:center;background-size:cover;height:100%;width:100%}.home-feature .home-feature-card{position:absolute;right:60vw;padding:60px;top:40%;color:#fff;background:#030a10e6;max-width:600px}.home-feature .home-feature-card hr{border-color:#f98025;border-top:2px solid #F98025}.home-feature .home-feature-card p{font-weight:500;padding-bottom:30px}@media only screen and (max-width: 1600px){.home-feature .home-feature-card{left:40px;right:unset}}@media only screen and (max-width: 1280px){.home-feature{align-items:center;height:768px}.home-feature .home-feature-background{padding:20px;background-position:left}}@media only screen and (max-width: 850px){.home-feature{align-items:center}.home-feature .home-feature-background{background-position:top center}.home-feature .home-feature-card{padding:60px 40px;top:unset;right:unset;left:unset;width:100%;max-width:unset;position:relative;background:#030a12;color:#fff}.home-feature .home-feature-card p{display:none}.home-feature .home-feature-card .button{margin-top:10px}}@media only screen and (max-width: 480px){.home-feature{padding:0}.home-feature .home-feature-card{padding:40px 20px;border-radius:0}}.citations{background:#102337;color:#fff;padding:130px 0}.citations h2{color:#fff;margin-left:90px}.citations h2 span{color:#f98025}.citations #citation-counter{display:inline}.citations .citations-list{display:flex;flex-direction:row;margin:0 60px}.citations .citations-list .citation{padding:36px;color:#fff}.citations .citations-list .citation h3{margin-top:20px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.citations .citations-list .citation:hover h3{color:#f98025}.citations .slick-slider .slick-prev,.citations .slick-slider .slick-next{background-image:url(data:image/png;base64,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);background-position:center;background-size:contain}.citations .slick-slider .slick-prev:hover,.citations .slick-slider .slick-next:hover{background-image:url(data:image/png;base64,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)}.citations .slick-slider .slick-prev:active,.citations .slick-slider .slick-next:active{background-image:url(data:image/png;base64,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)}.citations .text-arrow-link{padding-left:90px}@media only screen and (max-width: 700px){.citations{padding:60px 0}.citations h2{margin-left:40px}.citations .citations-list{margin:0 40px}.citations .citations-list .citation{padding:36px 0}.citations .text-arrow-link{padding-left:40px}}@media only screen and (max-width: 480px){.citations h2{margin-left:20px}.citations .citations-list{margin:0 20px}.citations .citations-list .citation{padding:36px 0}.citations .text-arrow-link{padding-left:20px}}@keyframes _glow_fyfjt_1{0%{text-shadow:0 0 2px #fff,0 0 4px #fff,0 0 6px #9AADCE,0 0 8px #9AADCE,0 0 10px #9AADCE,0 0 12px #9AADCE,0 0 14px #9AADCE}to{text-shadow:0 0 4px #fff,0 0 8px #fff,0 0 12px #9AADCE,0 0 16px #9AADCE,0 0 20px #9AADCE,0 0 24px #9AADCE,0 0 28px #9AADCE}}._full-width-image_fyfjt_27{width:100%}.blockImage-container{max-width:500px}.blockImage{max-width:100%}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;color:#030a12;background:#fff;position:relative}.community-grid .community-grid-title{color:#030a12;align-items:flex-start;justify-content:center;display:flex;flex-direction:column;content:"Community";width:33.3333vw;height:33vw;top:0;left:0;padding:40px}.community-grid .community-grid-title .eyebrow{padding-bottom:10px}.community-grid .grid-item{height:33vw;display:flex;flex-direction:column;overflow:hidden}.community-grid .grid-item .community-grid-item-content{max-width:420px;padding:40px;height:100%}.community-grid .grid-item .community-grid-item-content .community-header{-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.community-grid .grid-item .community-grid-item-content .community-header:hover{color:#f98025}.community-grid .grid-item .community-grid-item-content p{letter-spacing:.025rem;line-height:26px}.community-grid .grid-item:nth-child(9n+2){grid-column:2}.community-grid .grid-item:nth-child(9n+3){grid-column:3}.community-grid .grid-item:nth-child(9n+4){grid-column:1}.community-grid .grid-item:nth-child(9n+5){grid-column:2}.community-grid .grid-item:nth-child(9n+6){grid-column:2}.community-grid .grid-item:nth-child(9n+7){grid-column:3}.community-grid .grid-item:nth-child(9n+8){grid-column:1}.community-grid .grid-item:nth-child(9n){grid-column:2}.community-grid .grid-item:last-child{background:#102337;grid-column:3}.community-grid .grid-item:hover .grid-item-image,.community-grid .grid-item:focus .grid-item-image{transform:scale(1.05)}.community-grid .grid-item .grid-item-content{padding:60px;height:100%;width:100%}.community-grid .grid-item-image{height:100%;width:100%;background-position:center;background-size:cover;-webkit-transition:.23s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.23s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.23s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.23s cubic-bezier(.25,-.25,.75,1.25);transition:.23s cubic-bezier(.25,-.25,.75,1.25)}@media only screen and (max-width: 1220px){.community-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.community-grid .community-grid-title{width:100vw;height:auto;grid-column:span 2}.community-grid .grid-item{height:50vw;grid-column:auto!important}.community-grid .grid-item:last-child{display:none}}@media only screen and (max-width: 820px){.community-grid{grid-template-columns:1fr}.community-grid .community-grid-title{grid-column:auto}.community-grid .grid-item{height:100%}.community-grid .grid-item .grid-item-image{height:100vw}}@media only screen and (max-width: 480px){.community-grid .community-grid-title,.community-grid .grid-item .community-grid-item-content{padding-left:20px}}.product-feature{background-position:center;background-size:cover;height:60vw;gap:60px;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden}.product-feature-textblock{margin-left:60px;color:#fff;max-width:700px}.product-feature-textblock .galea-logo{height:32px;margin-bottom:50px}.product-feature-textblock a{padding-left:38px}.product-feature-img-container{display:flex;height:100%;align-items:center;transform:translate(-1vw)}.product-feature-img-container .product-feature-img{height:40vw;width:auto}.product-feature-title{text-transform:none;margin-bottom:45px;padding-left:38px;max-width:400px}@media only screen and (max-width: 1000px){.product-feature{height:auto;padding:60px 20px;flex-direction:column-reverse;gap:60px}.product-feature .product-feature-img-container{transform:translate(unset)}.product-feature .product-feature-textblock{margin-left:0}}@media only screen and (max-width: 700px){.product-feature .product-feature-img-container .product-feature-img{height:60vw}.product-feature .product-feature-title{max-width:none}}@media only screen and (max-width: 480px){.product-feature .product-feature-textblock{margin-left:0}.product-feature .product-feature-title,.product-feature .product-feature-textblock a{padding:0}}.testimonials{padding:100px 0 0;color:#030a12;background:#fff}.testimonials>.testimonial-header{margin-left:40px}.testimonials .testimonial-slider{margin:0 60px}.testimonials .testimonial-slider .testimonial{display:flex!important;flex-direction:row;padding:80px 60px}.testimonials .testimonial-slider .testimonial .testimonial-image{width:200px;height:200px;margin-right:20px;margin-bottom:20px;grid-column:1;border-radius:100%;object-fit:cover}.testimonials .testimonial-slider .testimonial .eyebrow{color:#f98025;margin-bottom:20px}.testimonials .testimonial-slider .testimonial p{font-size:26px;line-height:36px;font-weight:200;color:#030a12}.testimonials .slick-slider .slick-prev,.testimonials .slick-slider .slick-next{background-image:url(data:image/png;base64,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);background-position:center;background-size:contain;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.testimonials .slick-slider .slick-prev:hover,.testimonials .slick-slider .slick-next:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAIMElEQVR4nO2dbXBU1RnHf/emL+5usrvgtJXiVDsyThWEkBis1ZmWhpBXGaz4gi9tv3TGUgfkpUycDmPrFy11sIrg4NSXtoBAW6AOEAwJCFqQICRQ1Km102oFMtMRdzfZLEOn3H54srvZZJfs3b17z7mR36c9d/fe87//Oefsveee57mGZVlowNXAdGAyMAn4OvAl4HLAB1QA54F+IAL0AVHgn8AHwDtAN/AvV1VnwVBk6FeBWmAm8F3gKoeO+yGwD9gLdAKnHTpu3rhp6DjgPuAe4GbALHF9FnAQ2ARsAD4tcX2AO4beACwB7ka6rwoSwGZgFfDXUlZUSkOrgZ8DzYBRqkpsYgG7gEeBo6WooBSGfg14Aunauhg5HAsZClqBj5w8sJPj2OeApcB7wHz0NRNE23xE61JEuzMHdqiFTkIG/hlOHEwBXcD9wN+LPZATLfR+5BrQq2aCaD+GnEtRFGNoGfA08HugvFghGlCOnMszyLkVRKFd/jJgI3B7oRVrzjbgXuCc3R0LMTQMbAe+bXdHj7EfmIvc6uaNXUPHIbd1lXZ28jA9yK1x3ndZdsbQENDGZ8dMkHNtQ849L/I1tAz4HXCTfU2e5yZgPXn+UeVr6CpgTqGKxgAtiAejks8Y+gDSOi8BP2AUL0Yz9FrkgjfgoCgvEweqgPdz/eBiXb4MGTsumZkmwCjj6cUMfRCocVrRGKAG+HGuL3N1+SuQmZhwaTSNZOD4Ls5/1E24uRXMgu/83CICXAf0Dv8i17TVr3DZzOjOJ+DC/8CyCLc8orupYcSjB4Z/ka3LVyHPflzD/IIPDJk+TZxoI7Lzl2Ku3tyHPJXIIJuhj+Hy5PBl181k3NxHU60ycXynmGpdcFOGXQzEq8yNw8bQSuQySclse+LdTiLbf5Fqnb5pzYRbWsEo9QPSgrGQHt2T3DBc6WIUPrrwXV9LOGtL1WIxRjYMxLP0hiEtdBxwCnWPelMk3u0gsv2xVEv1V7YQam5NjbOakQAmMjgjNbSF3osGZgL4rp9FeM6KVEsd6NlBdNdKXVuqjyF/4kMNne++ltz4ptQRvu1naVO7XyXa9qSupt6T/JDs8hOBf6Pho9/EiTYiOx5Pd//q7xFqWKJb97eAK4HTyRbaiIZmAvimNsr4mWypR7cSfW2Vbi3VAJog3eUb1GkZHf+0pkFTRe7A21uJtj+lm6kNkO7yZ5D7d60ZOL6T6I7HU0YGauYRnP2wLt2/F5hgWJZ1DbJo1RMM9OyQ+/6kqTPuIli3UBdTJ5nAVNUq7OCvbCHUtDxlYLxrC7GO1YpVpZhqAlNUq7CLf/qcTFMPbya2RwtTp5jIQi/P4Z8+h1DjsiGmbiLW8axiVdLlnVrf7jr+qrmEGpamTX3rFWKda1RKusoEvqJSQbH4q28nWL84beqhjcQ616qSc4WJhK54msCNd2RcPsUPbSC29zkVUsabyEo6zxOomUewblHa1IPr6du3zm0ZPsPSJPLLKeJdW4i1P50qV3znR5Tf+kPX6jeRCLUxQ6DmTj5/ZfpK8PzH77hav4mE+Y0NLIvorpX89+OTUjbL8E2e5aaC/rFjqGURbXuSge5XpWyWEW55BN8N9W6qSIwNQ5NmHtsuZbOMUHMrvqmNbis5awKfuF2ro1gW0d2rRpjpn9akQk2vicORZK5iWUTbn2Lg6FYpm6ZKMwE+NPHQ1F0GlkWs/dcMHPmTlA1DtZkAH5jASZUKCsKyiO15hviRP0o5ZWazWl1w0gROqFZhl1jHauJdW6RgGISaluOvbFErSjjhqUcggLTMw5ulYBiEGpfhr5qrVNMgvcCE5EO6v6hUki+xPaszzWxYqouZMOhh0tDdCoXkRazjWeKHN0nBMAjWL8FfrVVk5G7wwEIHgFjnWuKHNkjBMAjWLyZw4x1qRWUyYqHDKSThiXbE9j6Xaebsh3UzE8S705C5tmmTGi256du3jvjB9VIwDIJ1iwjUzFMrKjubkx+0XM4I0Pf6OvrfTMdYBWcvIjDjLoWKcpJzOeOnwB9UKBpO3+vPZ5pZt1BXM0E8S0Ura7UkHKBv/2/of+OlVDk46yEC39RqpeVQLCRwoTu5YfiS8B4knFkJfQdezDCzonaBzmaCeNU9dEO2wK8q4G1cbqV9B16k/8ALqXJF7QLKb3Y1uscuFhJVl5FQK1t4xTEkZZBr9L/xktfMBMm5MiI7Wa54lZ9iM9dGMVw4n0h9rpj5oBfMjADLsn2RKzSxF1gBuLICK1i7AADziwHKbxkR7acjK8gS5wkXj5cvAw5xKSJ5OEeQdJ1ZYycvJSCwR1EJCBjc8SdOKvI4D3ERMyG/JC6/BZSuEdSENcDLo/0o30RYZcCfkeSqn0XagNvIMW4OxU5msRDQjrezMBZCFzAbyUo+KnZTtY1Hsm9X2pblTXqQbOZn893BbiD6WSRV+n6b+3mR/ci55m0mFJY/NIJEjW0rYF+vsA05x4jdHQtNlXAOuBOX7qRcZg1ybrZzh4IzOZi/D6zF+xf/cWABRaalcyqp9bVIul2vXgEcQVIG/a3YAzmVHeV94BZgIS7OUjlABFgEfAsHzITSvBhgArASSRuh5XN+ZHJ4IzJNecbJA5cif88ZpPtMRx5g6ZR86QKiqRpJse6omeDOy1W+ASxHcpqoiok6B7yCpFd7r5QVufn6n/FI5p35yHxiqYcDC3gL6dobsXmBXiiqXlA1EclzUg/cinNLKXuBN4HXkAmNUw4dN29UGTqca5D5gcmDn68GvozEoQYA/+DvBpDrxU+A/yCvUPsH8gq142iwvP3/ZLdzbmj8XAIAAAAASUVORK5CYII=)}.testimonials .slick-slider .slick-prev:active,.testimonials .slick-slider .slick-next:active{background-image:url(data:image/png;base64,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)}.testimonials .slick-slider .slick-prev:hover{box-shadow:-3px -3px 10px #00000052}.testimonials .slick-slider .slick-next:hover{box-shadow:3px 3px 10px #00000052}.testimonials .slick-slider .slick-next:active,.testimonials .slick-slider .slick-prev:active{box-shadow:none}@media only screen and (max-width: 1400px){.testimonials .testimonial-slider .testimonial .testimonial-image{width:14vw;height:14vw}}@media only screen and (max-width: 1400px){.testimonials .testimonial-slider .testimonial{flex-direction:column}.testimonials .testimonial-slider .testimonial .testimonial-image{width:100px;height:100px}}@media only screen and (max-width: 700px){.testimonials>.testimonial-header{margin-left:20px}.testimonials .testimonial-slider{margin:0}.testimonials .testimonial-slider .testimonial{padding:60px 20px}}.shop-feature{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:66vh 1fr;gap:100px 60px;padding:0 40px 200px;color:#030a12;background:#fff}.shop-feature p{margin-bottom:30px}.shop-feature a{-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.shop-feature a:hover{color:#f98025}.shop-feature .shop-feature-img-container{grid-column:span 2;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.shop-feature .shop-feature-img-container:hover .shop-feature-img,.shop-feature .shop-feature-img-container:focus .shop-feature-img{transform:scale(1.05)}.shop-feature .shop-feature-img-container .shop-feature-img{width:100%;height:100%;max-width:1111px;object-fit:contain;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.shop-feature .shop-feature-text{display:flex;flex-direction:column;justify-content:center;color:#030a12;max-width:300px}.shop-feature .shop-featurette{display:flex;flex-direction:column;height:100%}.shop-feature .shop-featurette .shop-featurette-body{flex:1}.shop-feature .shop-featurette a{-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.shop-feature .shop-featurette a:hover{color:#f98025}.shop-feature .shop-featurette .shop-featurette-img-container{padding-bottom:14px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.shop-feature .shop-featurette .shop-featurette-img-container .shop-featurette-img{width:100%;object-fit:contain;object-position:center;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.shop-feature .shop-featurette .shop-featurette-img-container:hover .shop-featurette-img,.shop-feature .shop-featurette .shop-featurette-img-container:focus .shop-featurette-img{transform:scale(1.05)}@media only screen and (max-width: 1400px){.shop-feature{grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr}.shop-feature .shop-feature-img-container{grid-column:1;padding-bottom:40px}.shop-feature .shop-featurette:last-child{grid-column:span 2;width:50%;justify-self:center}.shop-feature .shop-featurette:last-child .shop-featurette-img-container{height:40vw}.shop-feature .shop-featurette:last-child .shop-featurette-img-container img{height:100%;width:100%;object-fit:contain}.shop-feature .shop-feature-text{max-width:unset}}@media only screen and (max-width: 800px){.shop-feature{padding-top:0;grid-template-columns:1fr;grid-template-rows:70vw 1fr}.shop-feature .shop-feature-img-container{grid-column:1}.shop-feature .shop-featurette:last-child{grid-column:1}.shop-feature .shop-featurette:last-child{grid-column:1;width:100%}.shop-feature .shop-featurette:last-child .shop-featurette-img-container{height:unset}}@media only screen and (max-width: 480px){.shop-feature{padding:0 20px 100px}.shop-feature .shop-feature-img-container{padding-bottom:0}}.case-studies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;color:#030a12;background:#fff}.case-studies-grid .grid-item{height:28vw;display:flex;flex-direction:column;justify-content:flex-end;padding:40px;position:relative;overflow:hidden}.case-studies-grid .grid-item .grid-item-image{position:absolute;background-position:center;background-size:cover;height:100%;width:100%;top:0;left:0;-webkit-transition:.23s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.23s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.23s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.23s cubic-bezier(.25,-.25,.75,1.25);transition:.23s cubic-bezier(.25,-.25,.75,1.25)}.case-studies-grid .grid-item:hover .grid-item-image,.case-studies-grid .grid-item:focus .grid-item-image{transform:scale(1.05)}.case-studies-grid .grid-item .eyebrow{padding-bottom:10px}.case-studies-grid .grid-item h4{color:#fff;z-index:2}.case-studies-grid .grid-item:first-child{justify-content:center;padding-right:80px}@media only screen and (max-width: 1200px){.case-studies-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-auto-flow:column}}@media only screen and (max-width: 850px){.case-studies-grid .grid-item{height:unset}.case-studies-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,1fr)}}@media only screen and (max-width: 480px){.case-studies-grid .grid-item{height:unset;padding-left:20px}}.subscribe{padding:0 40px 90px;color:#030a12;background:#fff;position:relative;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.subscribe h3{border-top:1px solid #C4C7CA;padding-top:90px}.subscribe .subscribe-form-container{display:flex;flex-direction:row;margin-top:1em;gap:1.5em;position:relative}.subscribe .subscribe-form-container select{background:url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjIzcHgiIGhlaWdodD0iMTRweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyMjcsIDExOCwgMzcpIgogZD0iTTIyLjE4OCwyLjkwNyBMMTEuMzk4LDEzLjgzNSBMMTAuOTE3LDEzLjM1NCBMMTAuNzg3LDEzLjQ4MyBMMC4zMDksMi44ODQgTDIuMzAwLDAuODkzIEwxMS4yNjgsOS45NjMgTDIwLjE5NywwLjkxNSBMMjIuMTg4LDIuOTA3IFoiLz4KPC9zdmc+);background-repeat:no-repeat;background-position:center right;background-size:18px;-moz-appearance:none;-webkit-appearance:none;appearance:none}.subscribe .subscribe-form-container select:hover{cursor:pointer}.subscribe .subscribe-form-container input,.subscribe .subscribe-form-container select{border:none;border-radius:unset;border-bottom:1px solid #011326;height:40px;width:100%;max-width:300px;flex:1;padding-bottom:6px;font-family:Montserrat,sans-serif}.subscribe .subscribe-form-container .button{margin-top:0;width:200px}.subscribe .subscribe-form-container .button:hover{color:#f98025!important;box-shadow:3px 3px 10px #00000052}.subscribe .subscribe-form-container .button:active{color:#fff!important;background:#f98025;box-shadow:unset}.subscribe .subscribe-status-message{margin-top:20px}@media only screen and (max-width: 1000px){.subscribe .subscribe-form-container{flex-direction:column;gap:2em}.subscribe .subscribe-form-container input,.subscribe .subscribe-form-container select{max-width:none}}@media only screen and (max-width: 700px){.subscribe{padding:0 40px 60px}.subscribe h3{padding-top:60px}}@media only screen and (max-width: 480px){.subscribe{padding:0 20px 40px}.subscribe h3{padding-top:40px}.subscribe .subscribe-form-container .button{width:100%}}.full-page-loader{max-height:100vh;width:100vw;min-height:100vh;min-height:-webkit-fill-available;position:absolute;background-color:#011326;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.full-page-loader .loader-logo{height:60px;width:60px;fill:#fff}.full-page-loader .loader-logo #loader-logo-gear{transform-origin:50px 50px;-webkit-animation:spin 8s linear infinite;-moz-animation:spin 8s linear infinite;animation:spin 8s linear infinite}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.home-page .subscribe h3{border:none}.page-hero{height:65vh;width:100%;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;background-color:#011326;background-position:center top;background-size:cover;padding:0 40px 80px;position:relative;margin-top:60.8px}.page-hero h1{max-width:800px;z-index:2}.page-hero .hero-eyebrow{z-index:2;margin-bottom:20px}.page-hero .button{z-index:2}.page-hero .hero-scrim{position:absolute;height:100%;width:100%;background:radial-gradient(farthest-side at bottom left,rgba(0,0,0,.2),transparent);left:0;top:0;z-index:1}@media only screen and (max-width: 480px){.page-hero{padding:0 20px 40px}}.citations-section{max-width:1200px;margin:30px 0 80px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.citations-section+.citations-section{margin-top:60px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.citations-table{text-align:left}.citations-table p+p{margin-top:0}.citations-table-header,.citation-list-item{gap:60px;display:grid;grid-template-columns:260px 1fr 300px}.citations-table-header{border-bottom:1px solid #C4C7CA;padding:16px 0}.citations-table-header p{font-weight:500}.citation-mobile-header{display:none}.citation-list-item{border-bottom:1px solid #C4C7CA;line-height:26px;padding:30px 0;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.citation-list-item:last-child{border-bottom:none}.citation-list-item:hover{color:#f98025}.see-more-button{background:none;border:none;padding:2em 0}@media only screen and (max-width: 1000px){.citations-table-header,.citation-list-item{gap:20px;display:grid;grid-template-columns:1fr 1fr 1fr}.citations-table-header p,.citation-list-item p{font-size:16px}}@media only screen and (max-width: 700px){.citations-table-header{display:none}.citation-mobile-header{display:block;font-weight:500}.citation-list-item{border-radius:8px;grid-template-columns:100px 1fr;padding:20px 0}}@media only screen and (max-width: 480px){.citation-list-item{grid-template-columns:1fr}}.citation-list-container{width:100%;max-width:1320px;padding:0 40px;flex:1}.citation-list-header{-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.citation-list-header-title{margin-bottom:1rem}@media only screen and (max-width: 700px){.citation-list-container{padding:0 40px}}@media only screen and (max-width: 480px){.citation-list-container{padding:0 20px}.citation-list-header{padding:0}}.page-overhang{z-index:2;margin:-60px 40px 60px;width:100%;max-width:1320px;flex-direction:row;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.overhang-flex-container{display:flex}.overhang-primary-content{background:#fff;flex:1;padding:120px 120px 0 60px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.overhang-primary-content p a,.overhang-primary-content li a{color:#f98025;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.overhang-primary-content p a:hover,.overhang-primary-content li a:hover{color:#102337}.overhang-primary-content .rule-orange{margin:44px 0}.overhang-primary-content ul{font-size:18px;padding:2em 0 2em 40px}.overhang-primary-content ul li{list-style:disc;line-height:26px}.overhang-support-sidenote{width:300px;padding-right:40px;display:flex;flex-direction:column;justify-content:flex-start;gap:20px;position:relative;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.overhang-support-sidenote .sidenote-alt{position:absolute;top:80px}.overhang-support-sidenote .sidenote-main{padding-bottom:60px;flex:1}.overhang-support-sidenote .sidenote-main h5{padding-bottom:20px}.overhang-support-sidenote .support-sidenote-alt-text{padding-bottom:1em}.overhang-support-sidenote .support-sidenote-credit{font-weight:600}.overhang-support-sidenote .support-sidenote-credit a{font-weight:500;color:#f98025;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.overhang-support-sidenote .support-sidenote-credit a:hover{color:#102337}.overhang-support-sidenote .button{margin:0;width:min-content}.overhang-support-sidenote h5{text-transform:capitalize}.overhang-primary-content.overhang-additional-content{margin-right:300px;padding-top:0}@media only screen and (max-width: 1000px){.overhang-flex-container{flex-direction:column}.overhang-primary-content{padding-left:40px}.overhang-support-sidenote{flex-direction:row;width:100%;padding:40px 40px 0;justify-content:center;align-items:center}.overhang-primary-content.overhang-additional-content{margin-right:0}}@media only screen and (max-width: 700px){.page-overhang{margin:0;padding:40px;background:#fff0}.overhang-primary-content{padding:60px 0}.overhang-support-sidenote{flex-direction:column;align-items:flex-start;padding:0}}@media only screen and (max-width: 480px){.page-overhang{padding:0}.overhang-primary-content{padding:40px 20px}.overhang-support-sidenote{padding:0 20px}.overhang-support-sidenote .button{width:100%}}.careers-page .overhang-support-sidenote{margin-bottom:0}.careers-page h5{text-transform:none}.careers-page .community-grid{padding-top:100px}.careers-page section{border:none}.careers-page .subscribe h3{border-top:none}.careers-list-section{width:100%;padding:0 60px;border-bottom:1px solid #C4C7CA;max-width:1320px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.careers-list-section h2{padding-bottom:.5rem}.careers-list{padding:40px 0 20px}.careers-list .careers-list-title{padding-bottom:20px}.careers-list .career-row{display:flex;flex-direction:row;padding:30px;gap:20px}.careers-list .career-row:nth-child(2n){background:#e6e7e8}.careers-list .career-row .career-title{display:flex;flex-direction:row;align-items:center;flex:1}.careers-list .career-row .career-title span{font-weight:600}.careers-list .career-row .career-location{display:flex;align-items:center;width:200px}.careers-list:last-child{padding-bottom:100px}.career-actions .button{background:#768491;margin:0}.career-actions .button:hover{background:#f98025;color:#fff}.career-actions .button:active{background:#768491}@media only screen and (max-width: 1000px){.careers-list-section{padding:0 40px}.careers-list-section .career-row .career-location{width:180px}}@media only screen and (max-width: 700px){.careers-list-section{padding:0 40px}.careers-list-section .career-row{flex-direction:column}}@media only screen and (max-width: 480px){.careers-list-section{padding:0 20px}.careers-list-section .career-row{flex-direction:column}}.career-page .rule-grey{height:1px;color:#c4c7ca}.career-page .page-overhang{margin-top:40px}@media only screen and (max-width: 1000px){.page-overhang .sidenote-main{padding-bottom:20px}}.downloads-section{max-width:1200px;margin:0 40px 80px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.downloads-section .downloads-title-bar{background:#e6e7e8;height:86px;display:flex;align-items:center;justify-content:center;max-width:1200px}.downloads-section .downloads-title-bar h5{width:100%;padding:0 40px}.downloads-section .downloads-title-bar h5 span{border-left:1px solid grey;margin-left:16px;padding-left:16px;color:#f98025;text-transform:lowercase}.downloads-section .downloads-section-content{margin:30px 40px 80px}.downloadable-files{display:flex;flex-direction:row;gap:40px 20px;margin-top:40px;min-width:230px}.downloadable-file{width:100%;max-width:270px;color:#102337}.downloadable-file p+p{margin:0}.downloadable-file .button{margin-top:0;flex-shrink:0}.downloadable-file .button .download-arrow{fill:#fff;height:10px;padding-left:6px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25);transform-origin:10px center}.downloadable-file .button #download-arrow-up{transform:rotate(-90deg)}.downloadable-file .button:hover .download-arrow{fill:#f98025}.downloadable-file .button:hover #download-arrow-down,.downloadable-file .button:hover #download-arrow-up{transform:rotate(-45deg)}.downloadable-file-icon{width:50px;height:50px;margin-bottom:20px}.download-button-group{display:flex;flex-direction:row;gap:10px;text-transform:uppercase;margin-top:20px}.download-button-group .button:hover{box-shadow:3px 3px 10px #00000052}.download-button-group .button:active{box-shadow:none}@media only screen and (max-width: 1000px){.downloads-section{margin:0 0 80px}.download-button-group .button{flex-grow:0;width:auto;width:min-content;margin-top:0;flex-shrink:0;height:40px}.downloadable-file{display:flex;flex-direction:column}}@media only screen and (max-width: 920px){.downloadable-files{display:grid;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 600px){.download-button-group{flex-direction:column;flex:1;justify-content:flex-end}.downloads-section{margin:0 0 80px}}@media only screen and (max-width: 480px){.downloads-section .downloads-title-bar h5{padding:0 20px}.downloads-section .downloads-section-content{margin:30px 20px 80px}}@media only screen and (max-width: 400px){.downloadable-files{display:flex;flex-direction:column}.download-button-group{flex-direction:row;flex:unset;justify-content:flex-start}}.donate-page form{width:calc(100% - 40px);margin:0 auto}label{color:#6b7c93;font-weight:300;letter-spacing:.025em;margin-top:16px;display:block}.donor-list{width:100%;max-width:1320px}.donor-title-bar{background:#e6e7e8;display:flex;align-items:center;justify-content:center;max-width:1200px;padding-right:40px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.donor-title-bar h5{gap:30px;flex:1;text-transform:capitalize;padding:27px 0}.donor-title-bar .button{margin:0}.donor-title-image{margin-right:20px;height:90px;align-self:flex-start}.donor-title{color:#f98025}.donor-nickname{color:#011326;border-left:1px solid grey;margin-left:16px;padding-left:16px}.donor-list{padding:30px 40px 80px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.donor-list p+p{margin-top:0}@media only screen and (max-width: 1220px){.donor-nickname{display:block;border:none;margin:0;padding:0}}@media only screen and (max-width: 1000px){.donor-list-container{padding:0}}@media only screen and (max-width: 800px){.donor-title-bar{display:grid;grid-template-columns:125px 1fr;gap:20px;padding-bottom:27px}.donor-title-bar .donor-title-image{grid-row:span 2}.donor-title-bar h5{padding-bottom:0}.donor-title-bar .button{width:min-content}}@media only screen and (max-width: 800px){.donor-list{grid-template-columns:1fr}}@media only screen and (max-width: 480px){.donor-title-bar{display:flex;flex-direction:column;align-items:flex-start;padding:0 20px 27px}.donor-title-bar .donor-title-image{margin-left:-20px}.donor-title-bar h5{padding-top:0}.donor-list{padding:30px 20px 60px}}.donation-section{width:100%;display:flex;flex-direction:row;margin-bottom:20px;position:relative;max-width:1420px}.donation-section h3{color:#fff}.donation-section .rule-white,.donation-section .rule-orange{height:3px}.donation-section-orange,.donation-section-blue{flex:1;padding:80px 40px 70px;display:flex;flex-direction:column}.donation-section-orange{background:#f98025}.donation-section-orange .donation-bar-button{background:#011326;color:#fff}.donation-section-orange .donation-bar-button:hover{background:#fff;color:#011326}.donation-section-orange .donation-bar-button:active{background:#011326;color:#fff}.donation-section-blue{background:#102337;color:#fff}.donation-section-blue .donation-bar-button{background:#f98025}.donation-section-blue .donation-bar-button:hover{background:#fff;color:#f98025}.donation-section-blue .donation-bar-button:active{background:#f98025;color:#fff}.donation-section-blue .donation-copy{padding-bottom:40px;flex:1}.donation-amount-buttons{display:flex;gap:12px;width:100%;padding:25px 0 50px}.donation-amount-button{flex:1;padding:14px 0;background:#fff;color:#f98025;border:none;border-radius:14px;font-size:24px;font-weight:600;font-family:montserrat}.donation-amount-button:hover{cursor:pointer}.donation-amount-button.active{background:#011326;color:#fff}.donation-bar{height:56px;display:flex;flex-direction:row;width:100%;font-weight:600;gap:30px}.donation-bar .donation-bar-field{flex:1;border-bottom:1px solid #FFF;font-size:36px;display:flex;align-items:center}.donation-bar-button{border-radius:14px;font-size:24px;padding:14px 20px;border:none;font-family:montserrat;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.donation-bar-button:hover{cursor:pointer}.donate-caveat{width:100%;margin-bottom:60px;padding:0 40px;max-width:1500px}@media only screen and (max-width: 1000px){.donation-section{flex-direction:column}}@media only screen and (max-width: 480px){.donation-amount-buttons{flex-direction:column}.donation-amount-buttons .donation-amount-button{height:100px}.donation-bar{flex-direction:column;height:auto}.donate-caveat{padding:0 20px}}.case-study-page .rule-grey{height:1px;color:#c4c7ca}.case-study-page .overhang-primary-content{padding-bottom:80px;margin-bottom:40px;border-bottom:1px solid #C4C7CA}.contact h3{text-transform:unset}.contact .overhang-primary-content{padding-bottom:0}.contact .button{width:100%;max-width:200px}.contact .subscribe-status-message{margin-top:20px}.contact .previous-campaigns-link{padding:5px 0 30px}.contact .button{margin-top:40px}.newsletter-form-wrapper{width:100%;max-width:1320px;padding:0 300px 100px 60px;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.newsletter-primary-inputs{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:30px 40px;padding:40px 0}.newsletter-primary-inputs select{background:url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjIzcHgiIGhlaWdodD0iMTRweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyMjcsIDExOCwgMzcpIgogZD0iTTIyLjE4OCwyLjkwNyBMMTEuMzk4LDEzLjgzNSBMMTAuOTE3LDEzLjM1NCBMMTAuNzg3LDEzLjQ4MyBMMC4zMDksMi44ODQgTDIuMzAwLDAuODkzIEwxMS4yNjgsOS45NjMgTDIwLjE5NywwLjkxNSBMMjIuMTg4LDIuOTA3IFoiLz4KPC9zdmc+);background-repeat:no-repeat;background-position:center right;background-size:18px;-moz-appearance:none;-webkit-appearance:none;appearance:none}.newsletter-primary-inputs select:hover{cursor:pointer}.newsletter-primary-inputs input,.newsletter-primary-inputs select{border:none;border-radius:unset;border-bottom:1px solid #011326;height:40px;width:100%;flex:1;padding-bottom:6px;font-family:Montserrat,sans-serif}.permissions-checkboxes{display:flex;flex-direction:column;gap:1em;padding:40px 0}.checkbox-container{display:flex;flex-direction:row;gap:1em}.checkbox-container label{margin:0;color:#011326;font-weight:500}@media only screen and (max-width: 1200px){.contact .overhang-primary-content{padding-right:420px}.contact .overhang-support-sidenote{display:none}}@media only screen and (max-width: 1000px){.contact .overhang-primary-content{padding-right:120px}.contact .newsletter-form-wrapper{padding-left:40px;padding-right:120px}}@media only screen and (max-width: 700px){.contact .overhang-primary-content{padding-right:0}.contact .newsletter-form-wrapper{padding-right:40px}.contact .newsletter-primary-inputs{grid-template-columns:1fr}}@media only screen and (max-width: 480px){.contact .overhang-primary-content{padding-right:20px}.contact .newsletter-form-wrapper{padding:0 20px 100px}.contact .newsletter-primary-inputs{grid-template-columns:1fr}}.person-tile{height:25vw;max-height:400px;width:100%;overflow:hidden;position:relative}.person-tile .person-tile-image{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:1;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.person-tile:hover{cursor:pointer}.person-tile:hover .person-tile-image{transform:scale(1.05);opacity:.5}.person-tile:hover .person-tile-info{opacity:1;transform:scale(1.1);background:#ffffffb3}.person-tile-info{position:absolute;height:100%;width:100%;display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:3;opacity:0;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25);pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width: 1100px){.person-tile-info h4{font-size:2.8vw}}@media only screen and (max-width: 1000px){.person-tile{height:33vw}.person-tile-info h4{font-size:3.4vw}}@media only screen and (max-width: 700px){.person-tile{height:50vw}.person-tile-info h4{font-size:4.8vw}}@media only screen and (max-width: 480px){.person-tile-info{display:none}.person-tile{height:100vw}}.person-overlay-container{position:fixed;z-index:99;top:0;height:100vh;width:100vw;padding:40px;overflow:auto}.person-overlay{position:relative;background:#fff;padding:100px 40px 140px;height:auto;min-height:calc(100vh - 80px);width:100%;display:flex;flex-direction:row;justify-content:center;gap:40px}.person-overlay button{background:none;border:none}.person-overlay .close-button{position:absolute;top:40px;right:40px;cursor:pointer}.person-overlay h4{margin-bottom:.5rem}.person-overlay-image{height:auto;width:50%;object-fit:contain;object-position:top;max-width:600px}.person-overlay-info{max-width:600px}.person-overlay-info p{padding-bottom:60px;letter-spacing:.03em}.overlay-scrim{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#00000080;z-index:4;cursor:pointer}@media only screen and (max-width: 1000px){.person-overlay{flex-direction:column}.person-overlay-image{width:100%;max-width:unset}}@media only screen and (max-width: 480px){.person-overlay-container{padding:unset}}.people-section .page-overhang{margin-top:0}.people-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;grid-auto-rows:auto;max-width:2000px;margin:0 auto}.pc-icon-grid{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:80px 40px;justify-content:space-between;align-items:center}.pc-icon-grid .icon-grid-logo{height:100%;width:100%;max-height:70px;flex:1;object-fit:contain;filter:saturate(0)}.pc-icon-grid .icon-grid-logo:hover{filter:saturate(1)}.pc-table{display:flex;flex-direction:row;gap:80px 20px;flex-wrap:wrap}.pc-table .pc-table-header{font-weight:600;padding-bottom:30px}.pc-table .pc-table-column{flex:1}.pc-table .pc-table-item,.pc-table .pc-table-link{margin-top:.75em}.pc-table .pc-table-link{color:#f98025;font-weight:600;margin-top:.75em;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.pc-table .pc-table-link:hover{color:#102337}@media only screen and (max-width: 1000px){.people-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 700px){.people-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 480px){.people-grid{grid-template-columns:repeat(1,1fr)}.icon-grid-logo{margin:0 auto}.pc-icon-grid{flex-direction:column}}.search-results-container{padding-top:68px;width:100%;min-height:calc(100vh - 260px);background-color:#030a12}.search-results-container .page-content-wrapper{border-bottom:none}.search-results-container #___gcse_1{width:100%}.search-results-container #___gcse_1 .gsc-control-cse{background:#fff;border:white}.search-results-container #___gcse_1 .gsc-control-cse .gsc-selected-option-container{padding-top:6px}.search-results-container .gsc-results-wrapper-overlay{background:#030a12}.search-results-container .gsc-results-wrapper-overlay .gsc-wrapper a.gs-title:link,.search-results-container .gsc-results-wrapper-overlay .gsc-wrapper a.gs-title:link b{color:#f98025}.search-results-container .gsc-modal-background-image-visible.gsc-modal-background-image{display:none}.search-results-container .gsc-input{font-family:Montserrat;font-weight:500;padding-right:0}.search-results-container .gsc-input-box{border-radius:20px 0 0 20px;border:none;padding-top:0;padding-bottom:0}.search-results-container .gsc-search-button{border-radius:0 20px 20px 0;margin-left:0}.search-results-container .gsc-search-button-v2{padding:8px 27px;border:none;width:100%}.search-results-container .gsc-search-button-v2 svg{width:auto!important}.page-content-section-header{width:100%}.about-page .subscribe h3{border-top:none}.collaborate-page .overhang-primary-content{z-index:12;padding-top:60px}.collaborate-page .overhang-additional-content{padding-top:0!important;background-color:#fff;z-index:12}.collaborate-iframe{width:100%;min-height:1200px;height:auto;border:none;margin:0;border-radius:8px;transition:height .3s ease-in-out;background:#fff!important}@media (max-width: 700px){.collaborate-page .overhang-primary-content{padding:0}.collaborate-page .overhang-support-sidenote{display:none}}@media (max-width: 560px){.collaborate-iframe{min-height:1400px}}@media (max-width: 490px){.collaborate-iframe{min-height:1450px}}@media (max-width: 450px){.collaborate-iframe{min-height:1500px}}@media (max-width: 400px){.collaborate-iframe{min-height:1600px}}@media (max-width: 330px){.collaborate-iframe{min-height:1750px}}@media (max-width: 275px){.collaborate-iframe{min-height:1900px}}@media (max-width: 240px){.collaborate-iframe{min-height:2000px}}html{box-sizing:border-box;overscroll-behavior:none;height:100%}body{overflow-x:hidden;margin:0;padding:0;border-style:none;overscroll-behavior:none;height:100%}*,*:before,*:after{box-sizing:border-box}input,textarea,button,select,a{-webkit-tap-highlight-color:transparent;outline:none}ul{padding:0;margin:0}li{margin-left:0;list-style:none}cite{display:inline-block;font-style:normal}fieldset{padding:0;border:0;margin:0}legend{padding:0}@keyframes glow{0%{text-shadow:0 0 2px #fff,0 0 4px #fff,0 0 6px #9AADCE,0 0 8px #9AADCE,0 0 10px #9AADCE,0 0 12px #9AADCE,0 0 14px #9AADCE}to{text-shadow:0 0 4px #fff,0 0 8px #fff,0 0 12px #9AADCE,0 0 16px #9AADCE,0 0 20px #9AADCE,0 0 24px #9AADCE,0 0 28px #9AADCE}}*{font-size:inherit;font-weight:inherit;color:inherit;vertical-align:inherit;line-height:1.2em}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,"sans-serif"}body{font-family:Montserrat,"sans-serif"}a{color:inherit;text-decoration:none}strong{font-weight:600;font-family:Montserrat,"sans-serif"}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}p+p{margin-top:.75em}li+li{margin-top:.5em}h1{font-size:56px;line-height:60px;font-weight:700;text-transform:uppercase;letter-spacing:.025rem}h2{font-size:36px;font-weight:700;line-height:40px;text-transform:uppercase;letter-spacing:.025rem}h3{font-size:30px;font-weight:700;line-height:36px;text-transform:uppercase;letter-spacing:.025rem}h4{font-size:28px;font-weight:800;line-height:36px;text-transform:uppercase}.hero-eyebrow{font-size:21px;font-weight:700;text-transform:uppercase}h5{font-size:26px;line-height:34px;font-weight:600;text-transform:uppercase}h6{font-size:21px;line-height:24px;font-weight:600;text-transform:uppercase}.eyebrow{font-size:14px;font-weight:700;text-transform:uppercase;color:#f98025}p{font-size:18px;line-height:26px;letter-spacing:.025rem;font-weight:400;margin:0}p strong{font-weight:600}p a{color:#f98025;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}p a:hover{color:#9aadce}@media only screen and (max-width: 700px){h1{font-size:8vw;line-height:8.1vw;margin-bottom:2vw!important}.product-feature-textblock h2{font-size:8vw;line-height:8.1vw}}@keyframes fontfix{0%{opacity:1}to{opacity:1}}@-webkit-keyframes fontfix{0%{opacity:1}to{opacity:1}}::selection{background:#9aadce}section{border-bottom:1px solid white}.slick-slider .slick-arrow{height:40px;width:40px}.slick-slider .slick-prev{left:-30px;transform:rotate(180deg);transform-origin:center 10px}.slick-slider .slick-next{right:-30px}.slick-slider .slick-next,.slick-slider .slick-prev{border-radius:100%;z-index:2}.slick-slider .slick-prev:before,.slick-slider .slick-next:before{display:none}.rule-white{width:100%;height:1px;background:#fff;margin:20px 0;z-index:2}.rule-orange{width:100%;height:3px;background:#f98025;margin:20px 0}.rule-grey{width:100%;height:11px;background:#e6e7e8;margin:20px 0}.text-arrow-link{font-weight:700;font-size:16px;line-height:24px;letter-spacing:.05rem;cursor:pointer;vertical-align:top;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.text-arrow-link span{color:#f98025;padding-left:8px;margin-top:4px;line-height:24px;font-size:24px;font-weight:lighter;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.text-arrow-link:hover{color:#f98025}.text-arrow-link:hover span{padding-left:12px}.button{font-weight:700;font-family:Montserrat,sans-serif;font-size:15px;letter-spacing:.025rem;display:inline-block;text-decoration:none;text-align:center;cursor:pointer;color:#fff;background:#f98025;border-radius:20px;border:none;padding:.675em 2.4em;z-index:2;margin-top:20px;white-space:nowrap;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.button:hover{transform:scale(1.05);color:#e37625;background:#fff;box-shadow:3px 3px 10px #00000052}.button:active{color:#fff;background:#f98025;transform:scale(1.02);box-shadow:none}.page-content-wrapper{display:flex;flex-direction:column;align-items:center;background:#fff}.page-content-wrapper .subscribe{width:100%;max-width:1500px}.page-content-container{width:100%;max-width:1320px;padding:0 40px;flex:1}.page-content-container .rule-orange{margin:44px 0}.page-content-header{-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.page-content-header-title{margin-bottom:1rem}p{margin-block-start:0;margin-block-end:0}.pc-section{padding:60px 0}body{margin:0;font-family:Montserrat,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:Fira Code,monospace}.no-scroll{overflow:hidden}.CookieConsent{align-items:baseline;background:#102337;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;position:fixed;width:100%;z-index:999;bottom:0;padding:10px 20px;gap:10px}.CookieConsent button{background-color:#f98025;color:#fff;padding:.625em 2em;height:40px;cursor:pointer;border-radius:12px;margin:0}.CookieConsent button.cookie-consent-decline{background-color:transparent;border:2px solid #F98025;font-weight:700;color:#f98025;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.CookieConsent button.cookie-consent-decline:hover{background-color:#f98025;color:#fff}.cookie-link{text-decoration:underline}.cookie-link:hover{color:#f98025;-webkit-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-moz-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-o-transition:.2s cubic-bezier(.25,-.25,.75,1.25);-ms-transition:.2s cubic-bezier(.25,-.25,.75,1.25);transition:.2s cubic-bezier(.25,-.25,.75,1.25)}.cookie-consent-buttons{display:flex;gap:10px}@media only screen and (max-width: 1000px){.page-content-header{padding:0 40px}}@media only screen and (max-width: 920px){.CookieConsent{padding:20px}}@media only screen and (max-width: 700px){.page-content-container{padding:0 40px}}@media only screen and (max-width: 480px){.page-content-container,.page-content-header{padding:0 20px}.button{width:100%}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
