@charset "UTF-8";@font-face{font-family:"League Gothic";src:url(../../assets/fonts/LeagueGothic-Regular-VariableFont_wdth.ttf) format("truetype");font-weight:100 900;font-stretch:75% 125%;font-style:normal;font-display:swap}@font-face{font-family:"Google Sans";src:url(../../assets/fonts/GoogleSans-VariableFont_GRAD,opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Google Sans";src:url(../../assets/fonts/GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}html{height:100%}body{font-family:"Google Sans",sans-serif}body h1,body h2,body h3,body h4,body h5{font-family:"League Gothic",sans-serif;line-height:1.2em;font-weight:400;text-transform:uppercase}body a,body label,body li,body ol,body p,body span,body ul{font-family:"Google Sans",sans-serif;font-weight:400;line-height:1.5em;font-size:clamp(16px,2vw,18px)}h1{font-size:clamp(36px,6vw,66px)}h2{font-size:clamp(30px,5vw,56px)}h3{font-size:clamp(24px,4vw,36px)}h4{font-size:clamp(20px,3vw,28px)}h5{font-size:clamp(18px,2.5vw,24px)}h6{font-family:"Google Sans",sans-serif;font-size:clamp(20px,2.2vw,20px)}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5{line-height:.9em}.button,.button--primary{padding:10px 35px;border:none;border-radius:10px;display:inline-block;text-decoration:none}.button--primary{display:inline-block;background:#b10338;background:linear-gradient(180deg,#b10338 0,#93002d 100%);color:#fff!important;text-decoration:none;font-weight:600;transition:all .2s ease}.button--primary:hover{color:#fbfbf3;background:#b10338;background:linear-gradient(180deg,#b10338 69%,#b10338 100%)}.button--primary a{color:#fbfbf3!important}.button-secondary{background-color:#000;color:#fbfbf3;border:1px solid #000;transition:ease-in-out .3s}.button-secondary:hover{background-color:#fbfbf3;color:#000;border:1px solid #000}body{background-color:#fbfbf3}.no-link>a{cursor:default}.container-fluid{max-width:1800px;padding:0 60px}@media (max-width:575.98px){.container-fluid{padding:0 15px}}.header{width:100%;padding:20px 0}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:5px 0}.header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;position:relative;z-index:1001}.header__logo-img{height:40px;width:auto;display:block}@media (max-width:575.98px){.header__logo-img{height:30px}}.header__nav{display:flex;align-items:center}.header__nav--desktop{flex:1;display:flex;align-items:center;justify-content:space-between;margin-left:2rem}.header__nav-left{display:flex;align-items:center}.header__nav-right{display:flex;align-items:center;margin-left:auto}.header__menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:2rem}.header__menu li a{color:#6b1229;text-decoration:none;font-weight:500;transition:opacity .2s ease}.header__menu li a:hover{opacity:.75}.header__menu .button--primary{padding:0!important}.header__menu .button--primary a{padding:10px 35px;display:inline-block}.header__menu li.menu-item-has-children{position:relative}.header__menu li.menu-item-has-children>a::after{content:"";display:inline-block;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:7px;transition:transform .2s ease;vertical-align:middle}.header__menu li.menu-item-has-children:hover>a::after{transform:rotate(-135deg) translateY(-2px)}.header__menu li.menu-item-has-children>.sub-menu{opacity:0;visibility:hidden;pointer-events:none;position:absolute;width:240px;top:100%;left:50%;transform:translateX(-50%) translateY(-6px);min-width:200px;background:#fbfbf3;padding:0;box-shadow:0 8px 32px rgba(0,0,0,.12);list-style:none;margin:0;z-index:999;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.header__menu li.menu-item-has-children>.sub-menu li a{display:block;padding:10px 20px;color:#303832;font-weight:400;font-size:.9rem;white-space:nowrap;transition:background .15s ease,padding-left .15s ease}.header__menu li.menu-item-has-children>.sub-menu li a:hover{opacity:1;background:#f2f2f2;background-color:#93002d;color:#fff;font-weight:700}.header__menu li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;pointer-events:all;transform:translateX(-50%) translateY(0)}.header__burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:0 0;border:none;cursor:pointer;padding:0;position:relative;z-index:1001}.header__burger span{width:100%;height:3px;background-color:#6b1229;border-radius:3px;transition:all .3s ease}.header__burger.is-active{opacity:0;pointer-events:none}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.mobile-menu.is-open{pointer-events:all}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu.is-open .mobile-menu__panel{transform:translateX(0)}.mobile-menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease}.mobile-menu__panel{position:absolute;top:0;right:0;width:85%;max-width:400px;height:100%;transform:translateX(100%);background-color:#93002d;transition:transform .3s ease;overflow-y:auto;padding:65px 24px 30px;box-shadow:-5px 0 25px rgba(0,0,0,.15)}.mobile-menu__close{position:absolute;top:20px;right:20px;width:40px;height:40px;background-color:#fbfbf3;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;color:#ff8e99}.mobile-menu__close svg{width:20px;height:20px}.mobile-menu__nav{width:100%}.mobile-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.mobile-menu__list li{border-bottom:1px solid rgba(251,251,243,.2)}.mobile-menu__list li:last-child{border-bottom:none}.mobile-menu__list li a{display:block;padding:12px 15px;color:#fbfbf3;text-decoration:none;font-size:1.2rem;font-weight:700;text-transform:uppercase;font-family:"League Gothic",sans-serif;transition:all .3s ease;position:relative}.mobile-menu__list li a:hover{padding-left:25px;color:#fbfbf3}.mobile-menu__list li a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:3px;background-color:#fbfbf3;transition:width .3s ease}.mobile-menu__list li a:hover::before{width:8px}.mobile-menu__list .button--primary{background:0 0;background-color:#fff!important;margin-top:20px;text-align:center;transition:all .3s ease;padding:0}.mobile-menu__list .button--primary:hover{scale:1.03}.mobile-menu__list .button--primary a{color:#93002d!important;padding:10px 0}.mobile-menu__list .button--primary a:hover{padding:10px 0}.mobile-menu__list--ctas{margin-top:30px;padding-top:25px;border-top:1px solid rgba(251,251,243,.25);gap:10px;flex-direction:column}.mobile-menu__list--ctas li{border-bottom:none}.mobile-menu__list--ctas li a{font-size:1rem;font-weight:600;text-transform:uppercase;padding:12px 15px}.mobile-menu__list--ctas li a:hover{padding-left:25px}.mobile-menu__list--ctas .button--primary{background:0 0;background-color:#fbfbf3!important;margin-top:0;text-align:center;border-radius:10px;overflow:hidden}.mobile-menu__list--ctas .button--primary a{color:#93002d!important;padding:12px 15px}.mobile-menu__list--ctas .button--primary a:hover{padding:12px 15px;padding-left:15px}.mobile-menu__list--ctas .button--primary a::before{display:none}.mobile-menu__list li.menu-item-has-children>a{display:flex;justify-content:space-between;align-items:center}.mobile-menu__list li.menu-item-has-children>a::after{content:"";display:inline-block;width:8px;height:8px;border-right:2px solid #fbfbf3;border-bottom:2px solid #fbfbf3;transform:rotate(45deg);transition:transform .25s ease;flex-shrink:0;margin-left:10px}.mobile-menu__list li.menu-item-has-children.is-open>a::after{transform:rotate(-135deg)}.mobile-menu__list li.menu-item-has-children>.sub-menu{display:none;list-style:none;padding:0 0 8px 16px;margin:0}.mobile-menu__list li.menu-item-has-children>.sub-menu li{border-bottom:none}.mobile-menu__list li.menu-item-has-children>.sub-menu li a{font-size:1.1rem;font-weight:500;padding:10px 15px;text-transform:none}.mobile-menu__list li.menu-item-has-children>.sub-menu li a:hover{padding-left:22px}@media (max-width:1599.98px){.header{padding:15px 0}.header__logo-img{height:34px}.header__nav--desktop{margin-left:1.25rem}.header__menu{gap:1.25rem}.header__menu li a{font-size:.88rem}.header__menu .button--primary a{padding:8px 20px}}@media (max-width:1399.98px){.header{padding:12px 0}.header__logo-img{height:30px}.header__nav--desktop{margin-left:1rem}.header__menu{gap:.85rem}.header__menu li a{font-size:.82rem}.header__menu .button--primary a{padding:7px 16px}}@media (max-width:1199.98px){.header__nav--desktop{display:none}.header__burger{display:flex}}@media (max-width:991.98px){.header__nav--desktop{display:none}.header__burger{display:flex}}@media only screen and (max-width:991px){#mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu{width:75%!important;max-width:500px}#mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu{right:-75%}}@media (max-width:575.98px){#mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu{width:85%!important}#mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu{right:-85%}}#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-logo{display:flex;justify-content:center;align-items:center}#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li:nth-child(odd){padding-left:0}#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li:nth-child(even){padding-right:0}.footer{background-color:#93002d;color:#fbfbf3}.footer .footer__main{padding:80px 0 60px}.footer .footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:60px;align-items:start}.footer .footer__column--brand{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.footer .footer__mrs-logo{height:80px;width:auto}.footer .footer__logo{max-width:200px;height:auto}.footer .footer__address{color:#fbfbf3;font-size:.8rem;line-height:1.6}.footer .footer__address p{margin:0;color:#fbfbf3}.footer .footer__column--nav .footer__menu,.footer .footer__column--services .footer__menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.footer .footer__column--nav .footer__menu li,.footer .footer__column--services .footer__menu li{margin:0}.footer .footer__column--nav .footer__menu li a,.footer .footer__column--services .footer__menu li a{color:#fbfbf3;text-decoration:none;font-size:1rem;font-weight:500;transition:opacity .3s ease}.footer .footer__column--nav .footer__menu li a:hover,.footer .footer__column--services .footer__menu li a:hover{opacity:.8}.footer .footer__column--contact{display:flex;flex-direction:column;gap:20px}.footer .footer__heading{font-size:1.05rem;font-weight:900;text-transform:uppercase;color:#fbfbf3;margin:0;line-height:1;letter-spacing:1px;margin-bottom:15px}.footer .footer__text{color:#fbfbf3;font-size:1rem;line-height:1.6;margin:0}.footer .footer__cta{display:inline-block;padding:12px 28px;background-color:#fbfbf3;color:#9b1c47;text-decoration:none;font-weight:700;font-size:.95rem;border-radius:4px;transition:background-color .3s ease;text-align:center}.footer .footer__cta:hover{color:#9b1c47}.footer .footer__legal{background-color:#fbfbf3;padding:25px 0;border-top:1px solid rgba(255,255,255,.1)}.footer .footer__legal-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer .footer__copyright{color:#93002d;font-size:.9rem;margin:0}.footer .footer__legal-links{display:flex;gap:30px}.footer .footer__legal-links .footer__legal-menu{list-style:none;padding:0;margin:0;display:flex;gap:30px}.footer .footer__legal-links .footer__legal-menu li{margin:0}.footer .footer__legal-links .footer__legal-menu li a{color:#93002d;text-decoration:none;font-size:.9rem;transition:opacity .3s ease}.footer .footer__legal-links .footer__legal-menu li a:hover{opacity:.8}.footer .footer__legal-link{color:#93002d;text-decoration:none;font-size:.9rem;transition:opacity .3s ease}.footer .footer__legal-link:hover{opacity:.8}@media (max-width:767.98px){.footer .footer__main{padding:60px 0 40px}.footer .footer__grid{grid-template-columns:1fr;gap:40px;justify-items:center;text-align:center}.footer .footer__column--brand,.footer .footer__column--contact,.footer .footer__column--mrs,.footer .footer__column--nav,.footer .footer__column--services{align-items:center}.footer .footer__column--nav .footer__menu,.footer .footer__column--services .footer__menu{grid-template-columns:1fr;align-items:center}.footer .footer__legal-content{flex-direction:column;align-items:center;text-align:center}.footer .footer__legal-links{justify-content:center}.footer .footer__legal-links .footer__legal-menu{justify-content:center}.footer .footer__cta{align-self:center}}@media (max-width:575.98px){.footer .footer__main{padding:40px 0 30px}.footer .footer__grid{gap:30px}.footer .footer__logo{max-width:150px}.footer .footer__legal-content{flex-direction:column;align-items:center;text-align:center}.footer .footer__legal-links{flex-direction:column;align-items:center;gap:15px}.footer .footer__legal-links .footer__legal-menu{flex-direction:column;align-items:center;gap:15px}.footer .footer__cta{width:100%}}.not-found-page .not-found{margin:0;min-height:calc(100dvh - 100px);display:flex;justify-content:flex-start;align-items:center}.not-found-page .not-found .button{margin-top:50px}.not-found-page .not-found .not-found-inner h1{font-size:clamp(90px,10vw,250px);margin-bottom:20px}.armstrong-block-text-image-split .row{--bs-gutter-x:5rem;position:relative}.armstrong-block-text-image-split .text{padding:40px 0}@media (max-width:991.98px){.armstrong-block-text-image-split .text{padding:0}}.armstrong-block-text-image-split .text h1,.armstrong-block-text-image-split .text h2,.armstrong-block-text-image-split .text h3{font-size:clamp(30px,5vw,56px);margin-bottom:30px;font-weight:500}.armstrong-block-text-image-split .text h4,.armstrong-block-text-image-split .text h5,.armstrong-block-text-image-split .text h6{font-size:clamp(24px,4vw,36px);margin-bottom:30px}.armstrong-block-text-image-split .text ul li::marker{font-size:.7em}.armstrong-block-text-image-split .text li{margin-bottom:10px}.armstrong-block-text-image-split .text li:last-child{margin-bottom:0}.armstrong-block-text-image-split .text ol,.armstrong-block-text-image-split .text ul{padding-left:.6em}.armstrong-block-text-image-split .text ol:last-child,.armstrong-block-text-image-split .text ul:last-child{margin-bottom:0}.armstrong-block-text-image-split .text p:last-child{margin-bottom:0}.armstrong-block-text-image-split .text-large *{font-size:clamp(18px,2.5vw,20px)}.armstrong-block-text-image-split .text-medium *{font-size:clamp(16px,2vw,18px)}.armstrong-block-text-image-split .text-small *{font-size:clamp(14px,1.5vw,16px)}.armstrong-block-text-image-split .header div,.armstrong-block-text-image-split .header h1,.armstrong-block-text-image-split .header h2,.armstrong-block-text-image-split .header h3,.armstrong-block-text-image-split .header h4,.armstrong-block-text-image-split .header h5,.armstrong-block-text-image-split .header h6{font-size:clamp(30px,5vw,56px);margin-bottom:30px;font-weight:500}.armstrong-block-text-image-split .image{position:relative;width:100%}.armstrong-block-text-image-split .image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media (max-width:991.98px){.armstrong-block-text-image-split .image{margin-bottom:30px}}.armstrong-block-text-image-split .image-cover{width:100%;height:100%;overflow:hidden}.armstrong-block-text-image-split .image-cover img{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:991.98px){.armstrong-block-text-image-split .image-cover{height:auto}.armstrong-block-text-image-split .image-cover img{position:relative}}@media (max-width:991.98px){.armstrong-block-text-image-split .col-image{order:1}.armstrong-block-text-image-split .col-text{order:2;margin-top:0}.armstrong-block-text-image-split .add-margin-top{margin:calc(50px - 1.2rem) 0 30px 0}}.armstrong-block-text-image-split .bottom-border{margin-top:80px}@media (max-width:991.98px){.armstrong-block-text-image-split .bottom-border{margin-top:50px;order:5}}.armstrong-block-hero-header{margin:0}.armstrong-block-hero-header .swiper-slide{min-height:55vh;position:relative;display:flex;flex-direction:column;justify-content:center}.armstrong-block-hero-header .content{padding:10vh 0;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;position:relative;z-index:2}.armstrong-block-hero-header .content .content-inner{width:50%}@media (max-width:1399.98px){.armstrong-block-hero-header .content .content-inner{width:70%}}@media (max-width:1199.98px){.armstrong-block-hero-header .content .content-inner{width:80%}}@media (max-width:767.98px){.armstrong-block-hero-header .content .content-inner{width:100%}}.armstrong-block-hero-header .content .content-inner .title{margin-bottom:30px}.armstrong-block-hero-header .content .content-inner .title h1,.armstrong-block-hero-header .content .content-inner .title h2,.armstrong-block-hero-header .content .content-inner .title h3,.armstrong-block-hero-header .content .content-inner .title h4,.armstrong-block-hero-header .content .content-inner .title h5,.armstrong-block-hero-header .content .content-inner .title h6{margin:0;font-weight:500}.armstrong-block-hero-header .content .content-inner .title>div{margin:0;font-weight:400}.armstrong-block-hero-header .content .content-inner .description P:last-of-type{margin-bottom:0}.armstrong-block-hero-header .content .content-inner .link{margin-top:30px}.armstrong-block-hero-header .background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.armstrong-block-hero-header .background-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.armstrong-block-hero-header .overlay-black{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(to right,rgba(255,255,255,.4) 0,rgba(255,255,255,.3) 20%,rgba(255,255,255,.35) 30%,rgba(255,255,255,.25) 40%,rgba(255,255,255,.2) 55%,rgba(255,255,255,.05) 70%,rgba(255,255,255,0) 100%)}@media (max-width:1399.98px){.armstrong-block-hero-header .overlay-black{background:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.45) 20%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.35) 40%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.3) 60%,rgba(255,255,255,.2) 75%,rgba(255,255,255,.05) 80%,rgba(255,255,255,0) 100%)}}@media (max-width:1199.98px){.armstrong-block-hero-header .overlay-black{background:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.4) 45%,rgba(255,255,255,.45) 55%,rgba(255,255,255,.35) 65%,rgba(255,255,255,.25) 75%,rgba(255,255,255,.2) 80%,rgba(255,255,255,0) 100%)}}@media (max-width:767.98px){.armstrong-block-hero-header .overlay-black{background:rgba(255,255,255,.6)}}.armstrong-block-hero-header .overlay-white{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(to right,rgba(0,0,0,.35) 0,rgba(0,0,0,.3) 20%,rgba(0,0,0,.25) 30%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.15) 55%,rgba(0,0,0,.05) 70%,rgba(0,0,0,0) 100%)}@media (max-width:1399.98px){.armstrong-block-hero-header .overlay-white{background:linear-gradient(to right,rgba(0,0,0,.4) 0,rgba(0,0,0,.3) 20%,rgba(0,0,0,.3) 30%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.25) 50%,rgba(0,0,0,.2) 60%,rgba(0,0,0,.15) 75%,rgba(0,0,0,.05) 80%,rgba(0,0,0,0) 100%)}}@media (max-width:1199.98px){.armstrong-block-hero-header .overlay-white{background:linear-gradient(to right,rgba(0,0,0,.4) 0,rgba(0,0,0,.4) 45%,rgba(0,0,0,.43) 55%,rgba(0,0,0,.35) 65%,rgba(0,0,0,.25) 75%,rgba(0,0,0,.2) 80%,rgba(0,0,0,0) 100%)}}@media (max-width:767.98px){.armstrong-block-hero-header .overlay-white{background:rgba(0,0,0,.3)}}.armstrong-block-coloured-text-image-info-split .row{--bs-gutter-x:3.5rem}.armstrong-block-coloured-text-image-info-split .content-wrapper{display:flex}@media (max-width:991.98px){.armstrong-block-coloured-text-image-info-split .content-wrapper{flex-wrap:wrap}}.armstrong-block-coloured-text-image-info-split .border{border-bottom:13px solid!important}.armstrong-block-coloured-text-image-info-split .col-image,.armstrong-block-coloured-text-image-info-split .col-text{width:50%}@media (max-width:991.98px){.armstrong-block-coloured-text-image-info-split .col-image,.armstrong-block-coloured-text-image-info-split .col-text{width:100%}}.armstrong-block-coloured-text-image-info-split .text{padding:60px}@media (max-width:575.98px){.armstrong-block-coloured-text-image-info-split .text{padding:40px}}.armstrong-block-coloured-text-image-info-split .text h1,.armstrong-block-coloured-text-image-info-split .text h2,.armstrong-block-coloured-text-image-info-split .text h3{font-size:clamp(30px,5vw,56px);margin-bottom:30px;font-weight:500}.armstrong-block-coloured-text-image-info-split .text h4,.armstrong-block-coloured-text-image-info-split .text h5,.armstrong-block-coloured-text-image-info-split .text h6{font-size:clamp(24px,4vw,36px);margin-bottom:30px}.armstrong-block-coloured-text-image-info-split .text ul li::marker{font-size:.7em}.armstrong-block-coloured-text-image-info-split .text li{margin-bottom:10px}.armstrong-block-coloured-text-image-info-split .text li:last-child{margin-bottom:0}.armstrong-block-coloured-text-image-info-split .text ol,.armstrong-block-coloured-text-image-info-split .text ul{padding-left:.6em}.armstrong-block-coloured-text-image-info-split .text ol:last-child,.armstrong-block-coloured-text-image-info-split .text ul:last-child{margin-bottom:0}.armstrong-block-coloured-text-image-info-split .text p:last-child{margin-bottom:0}.armstrong-block-coloured-text-image-info-split .text-large *{font-size:clamp(18px,2.5vw,20px)}.armstrong-block-coloured-text-image-info-split .text-medium *{font-size:clamp(16px,2vw,18px)}.armstrong-block-coloured-text-image-info-split .text-small *{font-size:clamp(14px,1.5vw,16px)}.armstrong-block-coloured-text-image-info-split .text-colour-white{color:#fbfbf3}.armstrong-block-coloured-text-image-info-split .text-colour-black{color:#000}.armstrong-block-coloured-text-image-info-split .header div,.armstrong-block-coloured-text-image-info-split .header h1,.armstrong-block-coloured-text-image-info-split .header h2,.armstrong-block-coloured-text-image-info-split .header h3,.armstrong-block-coloured-text-image-info-split .header h4,.armstrong-block-coloured-text-image-info-split .header h5,.armstrong-block-coloured-text-image-info-split .header h6{font-size:clamp(30px,5vw,56px);margin-bottom:30px;font-weight:500}.armstrong-block-coloured-text-image-info-split .image{position:relative;width:100%}.armstrong-block-coloured-text-image-info-split .image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.armstrong-block-coloured-text-image-info-split .image-cover{width:100%;height:100%;overflow:hidden}.armstrong-block-coloured-text-image-info-split .image-cover img{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:991.98px){.armstrong-block-coloured-text-image-info-split .image-cover{height:auto}.armstrong-block-coloured-text-image-info-split .image-cover img{position:relative}}@media (max-width:991.98px){.armstrong-block-coloured-text-image-info-split .col-image{order:1}.armstrong-block-coloured-text-image-info-split .col-text{order:2;margin-top:0}.armstrong-block-coloured-text-image-info-split .add-margin-top{margin:calc(50px - 1.2rem) 0 30px 0}}.bottom-border{margin-top:80px}@media (max-width:991.98px){.bottom-border{margin-top:50px;order:5}}.armstrong-block-custom-text-block{margin:60px 0}.armstrong-block-custom-text-block .content{margin:0 auto}.armstrong-block-custom-text-block .content p{margin-bottom:0}.armstrong-block-custom-text-block .btn-wrapper{margin-top:30px}.armstrong-block-video-player .video-container iframe{width:100%;height:auto}.armstrong-block-video-player .video-container .embed-container{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.armstrong-block-video-player .video-container .embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.armstrong-block-video-player .video-container video{width:100%;height:auto;aspect-ratio:16/9;display:block}@media (max-width:991.98px){.armstrong-block-video-player .video-container{margin:30px 0}}.armstrong-block-icon-grid-with-text .grid{display:grid;grid-template-columns:repeat(5,1fr);-moz-column-gap:50px;column-gap:50px;row-gap:40px}@media (max-width:1199.98px){.armstrong-block-icon-grid-with-text .grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767.98px){.armstrong-block-icon-grid-with-text .grid{grid-template-columns:repeat(2,1fr);-moz-column-gap:30px;column-gap:30px;row-gap:30px}}@media (max-width:575.98px){.armstrong-block-icon-grid-with-text .grid{grid-template-columns:1fr}}.armstrong-block-icon-grid-with-text .grid-item{text-align:center}.armstrong-block-icon-grid-with-text .grid-item .icon-wrapper{width:100%;height:140px;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.armstrong-block-icon-grid-with-text .grid-item .icon-wrapper img{max-width:100%;max-height:140px}.armstrong-block-icon-grid-with-text .grid-item h6{font-size:clamp(16px,2vw,18px);font-weight:500;margin-bottom:20px}.armstrong-block-icon-grid-with-text .grid-item p{font-size:clamp(14px,1.5vw,16px)}.armstrong-block-full-width-image .image-container{width:100%;height:100%}.armstrong-block-full-width-image .image-container img{width:100%;height:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.armstrong-block-video-with-description{margin:80px 0}.armstrong-block-video-with-description .video-title{font-size:24px;margin-bottom:27px}.armstrong-block-video-with-description .video-icon{margin-top:50px}.armstrong-block-video-with-description .video-content{width:90%}@media (max-width:991.98px){.armstrong-block-video-with-description .video-content{width:100%;margin-top:30px}}.armstrong-block-video-with-description .video-download{margin-top:10px}.armstrong-block-video-with-description .video-download a{display:inline-block;display:inline-flex;align-items:center}.armstrong-block-video-with-description .video-download a img{padding-right:10px}.armstrong-block-video-with-description .video-center{display:flex;justify-content:center}.armstrong-block-video-with-description .video-center-mirror{order:1}.armstrong-block-video-with-description .video-details-mirror{order:2;display:flex;flex-direction:column;align-items:flex-end}.video-outer{width:100%;display:flex;justify-content:center;align-items:flex-start}@media (max-width:991.98px){.video-outer{width:100%;margin-top:50px}}.video-outer .video-container{position:relative;width:100%;padding-bottom:56.25%}.video-outer .video-container .video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.armstrong-block-large-header-slider{position:relative;padding:0}.armstrong-block-large-header-slider .slide-icon{margin-top:20px;width:auto!important;height:150px!important;position:relative;display:block}@media (max-width:575.98px){.armstrong-block-large-header-slider .slide-icon{width:250px!important;height:auto!important}}@media (max-width:991.98px){.armstrong-block-large-header-slider{margin-bottom:0}}.armstrong-block-large-header-slider .button{margin-top:15px;display:inline-block}.armstrong-block-large-header-slider .block-large-header-slider__slide{position:relative;overflow:hidden;padding:60px 0;width:100%;height:70vh;min-height:700px;display:flex;flex-direction:column;justify-content:flex-start}.armstrong-block-large-header-slider .block-large-header-slider__slide .embed-container{position:absolute;top:0;left:0;width:100%;height:100%}.armstrong-block-large-header-slider .block-large-header-slider__slide .embed-container video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:991.98px){.armstrong-block-large-header-slider .block-large-header-slider__slide{height:50vh;min-height:450px}}@media (max-width:767.98px){.armstrong-block-large-header-slider .block-large-header-slider__slide{padding:60px 0 0 0}}.armstrong-block-large-header-slider .block-large-header-slider__slide>picture{position:absolute;top:0;left:0;width:100%;height:100%}.armstrong-block-large-header-slider .block-large-header-slider__slide>picture img{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.armstrong-block-large-header-slider .block-large-header-slider__slide .vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;background:linear-gradient(90deg,#000 0,rgba(255,255,255,0) 50%)}@media (max-width:991.98px){.armstrong-block-large-header-slider .block-large-header-slider__slide .vignette{background:linear-gradient(90deg,rgba(0,0,0,.6) 0,rgba(255,255,255,0) 150%)}}.armstrong-block-large-header-slider .block-large-header-slider__slide .content{position:relative;width:30%;z-index:2}@media (max-width:1199.98px){.armstrong-block-large-header-slider .block-large-header-slider__slide .content{width:50%}}@media (max-width:991.98px){.armstrong-block-large-header-slider .block-large-header-slider__slide .content{width:80%}}@media (max-width:575.98px){.armstrong-block-large-header-slider .block-large-header-slider__slide .content{width:100%}}.armstrong-block-large-header-slider .block-large-header-slider__slide .content .body{margin-top:30px;color:#fbfbf3}.armstrong-block-large-header-slider .block-large-header-slider__slide .content h1,.armstrong-block-large-header-slider .block-large-header-slider__slide .content p{color:#fff}.armstrong-block-large-header-slider .block-large-header-slider__slide .content .title{font-family:aktiv-grotesk-thin,sans-serif!important;font-weight:200!important;text-transform:uppercase;margin:0!important;color:#fbfbf3;font-size:40px;line-height:42px}@media (max-width:767.98px){.armstrong-block-large-header-slider .block-large-header-slider__slide .content .title{font-size:32px;line-height:34px}}.armstrong-block-large-header-slider .swiper-pagination{text-align:left;left:50%!important;transform:translateX(-50%);bottom:80px!important}.armstrong-block-large-header-slider .swiper-pagination .swiper-pagination-bullet{border-radius:0;width:60px;height:3px;background:#93bdcd;opacity:1}@media (max-width:767.98px){.armstrong-block-large-header-slider .swiper-pagination .swiper-pagination-bullet{width:30px;height:2px;bottom:80px!important}}.armstrong-block-large-header-slider .swiper-pagination .swiper-pagination-bullet-active{height:5px;transform:translateY(1px)}@media (max-width:767.98px){.armstrong-block-large-header-slider .swiper-pagination .swiper-pagination-bullet-active{height:3px}}@media (max-width:991.98px){.armstrong-block-large-header-slider .left{-o-object-position:left!important;object-position:left!important}.armstrong-block-large-header-slider .right{-o-object-position:right!important;object-position:right!important}.armstrong-block-large-header-slider .center{-o-object-position:center!important;object-position:center!important}}.block-large-header-slider-static .block-large-header-slider__slide{position:relative;padding:0;height:auto!important;min-height:unset!important}.block-large-header-slider-static .block-large-header-slider__slide picture{position:relative!important}.block-large-header-slider-static .block-large-header-slider__slide picture img{position:relative!important;width:100%!important;height:auto!important}.block-large-header-slider-static .block-large-header-slider__slide .content{position:absolute;top:50px}.armstrong-block-info-tabs{padding:10px 0}.armstrong-block-info-tabs .nav-tabs{border-bottom:1px solid #000;flex-wrap:nowrap}@media (max-width:991.98px){.armstrong-block-info-tabs .nav-tabs{flex-wrap:wrap}}@media (max-width:991.98px){.armstrong-block-info-tabs .nav-item{width:100%}}.armstrong-block-info-tabs .nav-link{border-radius:0!important;border:none!important;color:#000!important;background-color:#f0f0f0!important;margin-right:8px;height:100%;justify-content:flex-start;text-align:left}@media (max-width:991.98px){.armstrong-block-info-tabs .nav-link{width:100%}}.armstrong-block-info-tabs .nav-link.active{background-color:#353b3e!important;color:#fbfbf3!important}.armstrong-block-info-tabs .tab-content{background-color:#f0f0f0;padding:32px 32px 32px 32px;z-index:3!important}.armstrong-block-info-tabs .tab-pane-documentation,.armstrong-block-info-tabs .tab-pane-sustainability{border-top:1px solid #000}.armstrong-block-info-tabs .tab-title{text-transform:uppercase;font-size:24px!important;font-weight:100;margin-bottom:10px}.armstrong-block-info-tabs .tab-finishes{margin-top:30px;display:grid;grid-template-columns:repeat(6,1fr);gap:20px}@media (max-width:767.98px){.armstrong-block-info-tabs .tab-finishes{grid-template-columns:repeat(4,1fr)}}@media (max-width:575.98px){.armstrong-block-info-tabs .tab-finishes{grid-template-columns:repeat(2,1fr)}}.armstrong-block-info-tabs .tab-finishes img{width:100%;height:auto}.armstrong-block-info-tabs .tab-finishes .finish{width:100%;display:flex;height:100%;flex-direction:column;text-align:center}.armstrong-block-info-tabs .tab-finishes .finish .finish-name{margin-top:5px;font-size:18px;text-transform:uppercase}.armstrong-block-info-tabs strong{font-size:20px!important}.armstrong-block-contact-form-full-width{margin-bottom:0}.armstrong-block-contact-form-full-width .contact-form-description{padding-right:20%;font-size:20px}.armstrong-block-contact-form-full-width .contact-form-description p{font-size:20px}.armstrong-block-contact-form-full-width .contact-title{font-size:24px}.armstrong-block-contact-form-full-width .form-background{text-align:center}.armstrong-block-contact-form-full-width .contact-form-container{padding:0 0 32px 0}.armstrong-block-contact-form-full-width .contact-form-container form{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.armstrong-block-contact-form-full-width .contact-form-container form .submit-container{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.armstrong-block-contact-form-full-width .contact-form-container form .submit-container input{margin-bottom:20px}.armstrong-block-contact-form-full-width .contact-form-container form .form-split{width:32%}@media (max-width:991.98px){.armstrong-block-contact-form-full-width .contact-form-container form .form-split{width:100%}}.armstrong-block-contact-form-full-width .contact-form-container label{width:100%;display:flex;flex-direction:column;font-size:14px;margin-top:23px}.armstrong-block-contact-form-full-width .contact-form-container label .tel-container{width:100%;display:flex;flex-direction:row}.armstrong-block-contact-form-full-width .contact-form-container label .tel-container span:last-of-type{flex-grow:1}.armstrong-block-contact-form-full-width .contact-form-container label .tel-container input[type=tel]{flex-grow:1}.armstrong-block-contact-form-full-width .contact-form-container .submit-container{margin-top:20px;display:flex;align-items:center}.armstrong-block-contact-form-full-width .contact-form-container input[type=submit]{border:none!important;margin-top:30px}.armstrong-block-contact-form-full-width .contact-form-container input[type=email],.armstrong-block-contact-form-full-width .contact-form-container input[type=tel],.armstrong-block-contact-form-full-width .contact-form-container input[type=text],.armstrong-block-contact-form-full-width .contact-form-container textarea{border:none;background-color:#fff;width:100%;height:40px;margin-top:5px;padding-left:10px;border-radius:0}.armstrong-block-contact-form-full-width .contact-form-container textarea{min-height:130px}.armstrong-block-contact-form-full-width .contact-form-container .file-upload-container label input[type=file]{width:100%;padding:10px 0;display:inline-block}.armstrong-block-contact-form-full-width .contact-form-container .file-upload-container label ::-webkit-file-upload-button{border:none!important;cursor:pointer;margin-right:10px}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7-not-valid{background-color:#ff0!important;color:#bd1e1e!important;border:1px solid #bd1e1e!important}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7-not-valid-tip{position:absolute}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7-response-output{margin-top:20px;width:100%;border:1px solid #ffc800!important;color:#ffc800!important;background-color:#ff0!important;margin-left:0!important;margin-right:0!important}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7-response-output:before{position:relative;top:2px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16'%3E%3Cg id='Group_3086' data-name='Group 3086' transform='translate(-96 -4273)'%3E%3Cg id='Icon_Box' data-name='Icon Box' transform='translate(96 4274)'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='15' height='15' rx='7.5' fill='%23ffb100'/%3E%3C/g%3E%3Ctext id='_' data-name='!' transform='translate(101 4286)' fill='%23fff' font-size='12' font-family='SegoeUIBlack, Segoe UI'%3E%3Ctspan x='0' y='0'%3E!%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");margin-right:10px}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7 form.invalid .wpcf7-response-output,.armstrong-block-contact-form-full-width .contact-form-container .wpcf7 form.spam .wpcf7-response-output{width:100%;border:1px solid #ffc800!important;color:#ffc800!important;background-color:#ff0!important;margin-left:0!important;margin-right:0!important}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7 form.invalid .wpcf7-response-output:before,.armstrong-block-contact-form-full-width .contact-form-container .wpcf7 form.spam .wpcf7-response-output:before{position:relative;top:2px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16'%3E%3Cg id='Group_3086' data-name='Group 3086' transform='translate(-96 -4273)'%3E%3Cg id='Icon_Box' data-name='Icon Box' transform='translate(96 4274)'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='15' height='15' rx='7.5' fill='%23ffb100'/%3E%3C/g%3E%3Ctext id='_' data-name='!' transform='translate(101 4286)' fill='%23fff' font-size='12' font-family='SegoeUIBlack, Segoe UI'%3E%3Ctspan x='0' y='0'%3E!%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");margin-right:10px}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7 form.sent .wpcf7-response-output{width:100%;border:1px solid #64be64!important;color:#64be64!important;background-color:#ff0!important;margin-left:0!important;margin-right:0!important}.armstrong-block-contact-form-full-width .contact-form-container .wpcf7 form.sent .wpcf7-response-output:before{position:relative;top:2px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Group_3464' data-name='Group 3464' transform='translate(-92 -6163)'%3E%3Cg id='Icon_Box' data-name='Icon Box' transform='translate(92 6163)'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='15' height='15' rx='7.5' fill='%23029b25'/%3E%3C/g%3E%3Cpath id='Path_2933' data-name='Path 2933' d='M-24375.2-18145.436l2.58,2.58,5.3-5.3' transform='translate(24470.76 24316.004)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");margin-right:10px}.armstrong-block-contact-form-full-width .contact-form-container select{border-radius:0;border:none;width:100%;min-width:140px;margin-top:5px;height:40px;font-size:14px;text-transform:uppercase;padding:9px;display:flex;background-color:#fbfbf3;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.816' height='7.615' viewBox='0 0 13.816 7.615'%3E%3Cpath id='Path_1293' data-name='Path 1293' d='M155.688,13.781l6.555,6.555,6.555-6.555' transform='translate(-155.335 -13.428)' fill='none' stroke='%23323b3e' stroke-width='1'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position-x:calc(100% - 8px);background-position-y:17px;padding-right:50px}.armstrong-block-contact-form-full-width #pardot-form .text{border:none;background-color:#fff;width:100%;height:40px;margin-top:5px;padding-left:10px}.armstrong-block-contact-form-full-width .wpcf7 form.sent .wpcf7-response-output{padding:15px;background-color:#e5f5e9;border:1px solid #029b25;color:#029b25}.armstrong-block-contact-form-full-width .marketing-accept label{margin-top:28px}.armstrong-block-contact-form-full-width .privacy-accept label{margin-top:10px}.wpcf7-list-item{margin:0}.wpcf7-list-item label{flex-direction:row!important;justify-content:flex-start}.wpcf7-list-item label input{margin-top:3px;margin-right:5px;accent-color:#000;width:17px;height:17px}.armstrong-block-image-text-link-grid .info-grids-four{grid-template-columns:repeat(4,1fr)}@media (max-width:1599.98px){.armstrong-block-image-text-link-grid .info-grids-four{grid-template-columns:repeat(2,1fr)}}@media (max-width:991.98px){.armstrong-block-image-text-link-grid .info-grids-four{grid-template-columns:repeat(1,1fr)}}.armstrong-block-image-text-link-grid .info-grids-three{grid-template-columns:repeat(3,1fr)}@media (max-width:1599.98px){.armstrong-block-image-text-link-grid .info-grids-three{grid-template-columns:repeat(2,1fr)}}@media (max-width:991.98px){.armstrong-block-image-text-link-grid .info-grids-three{grid-template-columns:repeat(1,1fr)}}.armstrong-block-image-text-link-grid .info-grids{display:grid;grid-auto-rows:1fr;grid-column-gap:30px;grid-row-gap:30px}.armstrong-block-image-text-link-grid .info-grids .grid-container{background-color:#f2f2f2;color:#000;text-decoration:none;display:flex;flex-direction:column;width:100%}.armstrong-block-image-text-link-grid .info-grids .grid-container:hover .image img{scale:1.2}.armstrong-block-image-text-link-grid .info-grids .grid-container .content-box{padding:30px;display:flex;align-items:flex-start;flex-grow:1;flex-direction:column;justify-content:space-between}@media (max-width:575.98px){.armstrong-block-image-text-link-grid .info-grids .grid-container .content-box{padding:20px}}.armstrong-block-image-text-link-grid .info-grids .grid-container .content-box:hover .arrow img{scale:1.2}.armstrong-block-image-text-link-grid .info-grids .grid-container .content-box .arrow{align-self:flex-end}.armstrong-block-image-text-link-grid .info-grids .grid-container .content-box .arrow img{width:50px;height:50px;transition:.17s all ease-in-out}.armstrong-block-image-text-link-grid .info-grids .grid-container .wrapper{width:100%}.armstrong-block-image-text-link-grid .info-grids .grid-container h2{border-bottom:solid 2px #93002d;font-size:clamp(20px,3vw,28px);line-height:clamp(24px,4vw,36px);padding-bottom:15px}.armstrong-block-image-text-link-grid .info-grids .grid-container .image{display:block;width:100%;height:400px;overflow:hidden}@media (max-width:991.98px){.armstrong-block-image-text-link-grid .info-grids .grid-container .image{height:300px}}@media (max-width:767.98px){.armstrong-block-image-text-link-grid .info-grids .grid-container .image{height:300px}}.armstrong-block-image-text-link-grid .info-grids .grid-container .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.17s all ease-in-out}.armstrong-block-image-text-link-grid .middle{-o-object-position:center;object-position:center}.armstrong-block-image-text-link-grid .left{-o-object-position:left;object-position:left}.armstrong-block-image-text-link-grid .right{-o-object-position:right;object-position:right}.armstrong-block-image-text-link-grid .bottom{-o-object-position:bottom;object-position:bottom}.armstrong-block-image-text-link-grid .top{-o-object-position:top;object-position:top}.armstrong-block-content-slider .header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.armstrong-block-content-slider .header-section h2{font-size:clamp(30px,5vw,56px);font-weight:500}.armstrong-block-content-slider .header-section .navigation{display:flex;gap:8px}.armstrong-block-content-slider .header-section .navigation .info-slider-prev{transform:rotate(180deg)}.armstrong-block-content-slider .header-section .navigation .swiper-button-disabled{opacity:.2}.armstrong-block-content-slider .swiper-slide{background-color:#009448;color:#fbfbf3;padding:60px 40px;height:100%;display:flex;flex-direction:column;height:auto}.armstrong-block-content-slider .swiper-slide .slide-image{margin-bottom:20px}.armstrong-block-content-slider .swiper-slide .slide-image img{width:100%;height:auto;border-radius:4px}.armstrong-block-content-slider .swiper-slide .info-container{flex:1}.armstrong-block-content-slider .swiper-slide .info-container ul{display:flex;flex-wrap:wrap;margin-bottom:0}@media (max-width:767.98px){.armstrong-block-content-slider .swiper-slide .info-container ul{display:block}}.armstrong-block-content-slider .swiper-slide .info-container ul li{margin-bottom:10px;margin-right:40px;width:calc(50% - 40px)}@media (max-width:767.98px){.armstrong-block-content-slider .swiper-slide .info-container ul li{margin-right:0;width:100%}}.armstrong-block-content-slider .swiper-slide h4{font-weight:600;margin-bottom:20px}.armstrong-block-content-slider .swiper-slide:has(.slide-image):not(:has(.info-container)) .slide-image{margin-bottom:0;height:100%;display:flex;align-items:center}.armstrong-block-content-slider .swiper-slide:has(.slide-image):not(:has(.info-container)) .slide-image img{-o-object-fit:cover;object-fit:cover;height:100%}.armstrong-block-content-slider .swiper-slide:has(.info-container):not(:has(.slide-image)){justify-content:center}.armstrong-block-faqs{margin:30px 0;padding:60px 0;background-color:#f2f2f2}.armstrong-block-faqs h3{color:#93002d;font-weight:700;margin-bottom:30px}.armstrong-block-faqs .accordion .accordion-item{border:none;margin-bottom:20px}.armstrong-block-faqs .accordion .accordion-chevron{margin-right:10px;transition:transform .3s ease;width:30px;height:30px;flex-shrink:0;transform:rotate(0)}.armstrong-block-faqs .accordion .accordion-button:not(.collapsed) .accordion-chevron{transform:rotate(180deg)}.armstrong-block-faqs .accordion .accordion-button{background-color:#000;color:#fbfbf3;padding:10px;font-size:clamp(18px,2.5vw,20px)}.armstrong-block-faqs .accordion .accordion-button::after{display:none}.armstrong-block-faqs .accordion .accordion-button:not(.collapsed){background-color:#000;color:#fff;box-shadow:none}.armstrong-block-faqs .accordion .accordion-button:focus{box-shadow:none}.armstrong-block-faqs .accordion .accordion-body{background-color:#f2f2f2}.armstrong-block-faqs .accordion .accordion-body *{font-size:clamp(16px,2vw,18px)}.armstrong-block-faqs .accordion-item:first-of-type>.accordion-header .accordion-button{border-radius:unset!important}.armstrong-block-faqs .accordion-item:last-of-type>.accordion-header .accordion-button{border-radius:unset!important}.armstrong-block-full-width-image-text-split{margin:0}.armstrong-block-full-width-image-text-split .outer{display:flex}@media (max-width:767.98px){.armstrong-block-full-width-image-text-split .outer{flex-wrap:wrap}}.armstrong-block-full-width-image-text-split .image-content{width:50%}@media (max-width:767.98px){.armstrong-block-full-width-image-text-split .image-content{width:100%;order:1}}.armstrong-block-full-width-image-text-split .image-content .image-wrapper{width:100%;height:100%;position:relative;min-height:400px}@media (max-width:767.98px){.armstrong-block-full-width-image-text-split .image-content .image-wrapper{min-height:unset;aspect-ratio:16/9}}.armstrong-block-full-width-image-text-split .image-content .image-wrapper img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.armstrong-block-full-width-image-text-split .text-black *{color:#000}.armstrong-block-full-width-image-text-split .text-white *{color:#fbfbf3}.armstrong-block-full-width-image-text-split .text-content{color:#fbfbf3;display:flex;flex-direction:column;justify-content:center;width:50%}@media (max-width:767.98px){.armstrong-block-full-width-image-text-split .text-content{width:100%;order:2}}.armstrong-block-full-width-image-text-split .text-content .text-content-inner{display:flex;flex-direction:column;justify-content:center;padding:70px;height:auto}@media (max-width:1599.98px){.armstrong-block-full-width-image-text-split .text-content .text-content-inner{justify-content:unset}}@media (max-width:991.98px){.armstrong-block-full-width-image-text-split .text-content .text-content-inner{padding:45px 30px}}@media (max-width:575.98px){.armstrong-block-full-width-image-text-split .text-content .text-content-inner{padding:30px}}.armstrong-block-full-width-image-text-split .text-content .text-content-inner h2{margin-bottom:50px}.armstrong-block-full-width-image-text-split .text-content .text-content-inner p{margin-bottom:30px}.armstrong-block-large-image-swiper .large-swiper .image-slide{width:100%;height:100%}.armstrong-block-large-image-swiper .large-swiper .image-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:21/9}.armstrong-block-large-image-swiper .swiper-scrollbar{width:100%;margin-top:40px;background:#000;height:3px}.armstrong-block-large-image-swiper .swiper-scrollbar-drag{height:6px;top:-2px;background:#000}.armstrong-block-large-image-swiper .swiper-scrollbar.swiper-scrollbar-horizontal{position:relative;top:unset;left:unset;right:unset}.armstrong-block-large-image-swiper .arrows{display:flex;justify-content:end;margin-top:20px}.armstrong-block-large-image-swiper .arrows .large-swiper-prev{transform:rotate(90deg);margin-right:10px}.armstrong-block-large-image-swiper .arrows .large-swiper-next{transform:rotate(-90deg)}.armstrong-block-large-image-swiper .arrows .large-swiper-next img,.armstrong-block-large-image-swiper .arrows .large-swiper-prev img{width:30px;height:30px}.armstrong-block-large-image-swiper .arrows .swiper-button-disabled img{opacity:.5}.armstrong-block-text-form-split .outer{display:flex}@media (max-width:1199.98px){.armstrong-block-text-form-split .outer{flex-direction:column}}.armstrong-block-text-form-split .text-outer{background-color:#d3d3d3}@media (max-width:1199.98px){.armstrong-block-text-form-split .text-outer{order:1}}.armstrong-block-text-form-split .text-outer .text-col{display:flex;flex-direction:column;justify-content:space-between;height:100%}.armstrong-block-text-form-split .text-outer .text-col .text-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.armstrong-block-text-form-split .text-outer .text-col .text-content .content-inner{margin-bottom:30px}@media (max-width:575.98px){.armstrong-block-text-form-split .text-outer .text-col .text-content .content-inner h2{line-height:42px}}.armstrong-block-text-form-split .form-col,.armstrong-block-text-form-split .text-col{padding:80px 60px}@media (max-width:575.98px){.armstrong-block-text-form-split .form-col,.armstrong-block-text-form-split .text-col{padding:40px 30px}}.armstrong-block-text-form-split .form-outer{background-color:#93002d;color:#fbfbf3}@media (max-width:1199.98px){.armstrong-block-text-form-split .form-outer{order:2}}.armstrong-block-text-form-split .form-outer .form-col p{color:#fbfbf3}.armstrong-block-text-form-split .form-outer .form-col h2{text-transform:uppercase;font-size:50px;font-weight:700}@media (max-width:575.98px){.armstrong-block-text-form-split .form-outer .form-col h2{font-size:30px;line-height:38px}}.armstrong-block-text-form-split .form-outer .form-col h2 span{color:#f63}.armstrong-block-text-form-split .form-outer .form-col .wpforms-submit-container button{padding:10px 25px;text-decoration:none;transition:all .4s;display:inline-block;text-decoration:none!important;background-color:#f63!important;color:#fff!important}.armstrong-block-text-form-split .form-outer .form-col .wpforms-submit-container button:hover{background-color:#93bdcd!important;color:#000!important}.armstrong-block-text-form-split .form-outer .form-col .wpforms-field-label-inline{color:#fbfbf3}.armstrong-block-text-form-split .form-outer .form-col .wpforms-field-label-inline a{color:#fbfbf3}.armstrong-block-stats-counter .stat-container-outer{padding:0 2%}@media (max-width:767.98px){.armstrong-block-stats-counter .stat-container-outer{padding:30px 15%}}@media (max-width:575.98px){.armstrong-block-stats-counter .stat-container-outer{padding:30px 10%}}.armstrong-block-stats-counter .stat{margin:0 5%;display:flex;justify-content:center;color:green;font-size:clamp(36px,6vw,66px);padding-bottom:20px;border-bottom:1px solid #000}.armstrong-block-stats-counter .stat *{font-size:clamp(36px,6vw,66px)}@media (max-width:1199.98px){.armstrong-block-stats-counter .stat{font-size:clamp(30px,5vw,56px)}.armstrong-block-stats-counter .stat *{font-size:clamp(30px,5vw,56px)}}.armstrong-block-stats-counter .stat-text{font-size:clamp(20px,3vw,28px);text-align:center;padding:0 10%;margin:30px 0 0 0}@media (max-width:991.98px){.armstrong-block-stats-counter .stat-text{font-size:clamp(18px,2.5vw,20px)}}.armstrong-block-stats-counter .stat-text .description{margin-top:10px;font-size:clamp(14px,1.5vw,16px)}.armstrong-block-latest-news-slider a{text-decoration:none}.armstrong-block-latest-news-slider .latest-posts-swiper,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single{-webkit-user-select:none;-moz-user-select:none;user-select:none}.armstrong-block-latest-news-slider .latest-posts-swiper .swiper-wrapper,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single .swiper-wrapper{height:100%}.armstrong-block-latest-news-slider .latest-posts-swiper .swiper-slide,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single .swiper-slide{height:auto;display:flex;flex-direction:column}.armstrong-block-latest-news-slider .latest-posts-swiper .latest-news-post,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single .latest-news-post{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;height:100%}.armstrong-block-latest-news-slider .latest-posts-swiper img,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover}@media (max-width:575.98px){.armstrong-block-latest-news-slider .latest-posts-swiper img,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single img{height:auto;width:100%;aspect-ratio:16/9}}.armstrong-block-latest-news-slider .latest-posts-swiper h3,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single h3{margin:0 0 20px 0;font-size:24px}.armstrong-block-latest-news-slider .latest-posts-swiper .details,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single .details{flex-grow:1;padding:30px 30px;background-color:#93002d;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.armstrong-block-latest-news-slider .latest-posts-swiper .details *,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single .details *{color:#fbfbf3}.armstrong-block-latest-news-slider .latest-posts-swiper .details .button,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single .details .button{margin-top:10px;text-decoration:none!important;align-self:flex-end}.armstrong-block-latest-news-slider .latest-posts-swiper .details .intro,.armstrong-block-latest-news-slider .latest-posts-swiper-news-single .details .intro{font-size:16px}.armstrong-block-latest-news-slider__footer{padding-top:30px}.armstrong-block-latest-news-slider__scrollbar{padding-top:14px}.armstrong-block-latest-news-slider__scrollbar .swiper-scrollbar-drag{height:4px;border-radius:0;cursor:grab}.armstrong-block-latest-news-slider__next{display:flex;justify-content:flex-end}@media (max-width:991.98px){.armstrong-block-latest-news-slider__next{display:none}}.armstrong-block-latest-news-slider__next:after{display:block;right:0;top:0;content:"";background-image:url(../../assets/icons/arrow-icon-right.svg);background-position:center;background-repeat:no-repeat;background-size:50px;height:50px;width:50px;cursor:pointer}.armstrong-block-latest-news-slider .swiper-button-disabled{opacity:.1}.armstrong-block-looping-logo-carousel .logos-swiper-outer{padding-bottom:40px;position:relative}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logos-header{margin:80px 0}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logos-header h2{margin:0;font-size:clamp(30px,5vw,56px)}@media (max-width:991.98px){.armstrong-block-looping-logo-carousel .logos-swiper-outer .logos-header h2{font-size:clamp(24px,4vw,36px)}}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper{overflow:hidden;position:relative;padding-bottom:40px}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .swiper-wrapper{transition-timing-function:ease-out}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .swiper-slide{height:auto}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-item{display:flex;flex-direction:column;height:100%;background:#fff}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-item a{display:flex;flex-direction:column;flex-grow:1;text-decoration:none}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-item .logo-image{width:100%;padding:30px;flex-grow:1;display:flex;align-items:center;justify-content:center}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-item .logo-image img{width:100%;height:100%}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-swiper-pagination{position:absolute;width:100%;z-index:10;padding:10px}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-swiper-pagination .swiper-pagination-bullet{width:18px!important;height:18px!important;display:inline-block;margin:0 6px!important;border-radius:50%!important;background:0 0!important;opacity:1!important;position:relative;border:2px solid #384853}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-swiper-pagination .swiper-pagination-bullet:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background-color:#384853;border-radius:50%;transform:translate(-50%,-50%);transition:all .2s ease}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-swiper-pagination .swiper-pagination-bullet:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff;border-radius:50%;box-sizing:border-box}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:#384853;transform:scale(1.1)}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background-color:#384853;width:11px;height:11px}.armstrong-block-looping-logo-carousel .logos-swiper-outer .logo-swiper .logo-swiper{padding-bottom:40px!important}.armstrong-block-gsap-image-parallax{background-color:#111;overscroll-behavior:none;margin:0;padding:0;overflow-x:hidden}.armstrong-block-gsap-image-parallax .container{max-width:2500px;margin:0 auto}.armstrong-block-gsap-image-parallax .spacer{height:100vh}.armstrong-block-gsap-image-parallax .image-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:1rem;grid-row-gap:33.3vh;width:100vw;margin:0 auto;grid-auto-flow:row;padding:0}.armstrong-block-gsap-image-parallax .image-grid .image_cont{position:relative;overflow:hidden;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .image_cont img{position:absolute;width:100%;height:160%;-o-object-fit:cover;object-fit:cover;bottom:0;left:0}.armstrong-block-gsap-image-parallax .image-grid .full-width{grid-column:1/-1;height:80vh}.armstrong-block-gsap-image-parallax .image-grid .full-width-thin{grid-column:1/-1;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-left{grid-column:2/span 4;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-right{grid-column:8/span 4;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-right img{-o-object-position:right;object-position:right}@media (max-width:1199.98px){.armstrong-block-gsap-image-parallax .image-grid .full-width{grid-column:1/-1;height:80vh}.armstrong-block-gsap-image-parallax .image-grid .full-width-thin{grid-column:1/-1;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-left{grid-column:2/span 6;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-right{grid-column:6/span 6;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-right img{-o-object-position:right;object-position:right}}@media (max-width:767.98px){.armstrong-block-gsap-image-parallax .image-grid .full-width{grid-column:1/-1;height:80vh}.armstrong-block-gsap-image-parallax .image-grid .full-width-thin{grid-column:1/-1;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-left{grid-column:2/span 8;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-right{grid-column:4/span 8;height:60vh}.armstrong-block-gsap-image-parallax .image-grid .half-width-right img{-o-object-position:right;object-position:right}}.armstrong-block-gsap-clamp-trigger-anim #smooth-wrapper{font-family:Unbounded,sans-serif}.armstrong-block-gsap-clamp-trigger-anim .pin-spacer{pointer-events:none}.armstrong-block-gsap-clamp-trigger-anim :root{--f-5-min:30;--f-5-max:120;--step-5:calc(
      ((var(--f-5-min) / 16) * 1rem) + (var(--f-5-max) - var(--f-5-min)) *
          var(--fluid-bp)
  )}.armstrong-block-gsap-clamp-trigger-anim .hero{min-height:100vh}.armstrong-block-gsap-clamp-trigger-anim .logo{width:150px;max-width:40vw;filter:invert(1)}.armstrong-block-gsap-clamp-trigger-anim nav{margin-left:auto}.armstrong-block-gsap-clamp-trigger-anim ul{display:flex;list-style:none}.armstrong-block-gsap-clamp-trigger-anim li+li{padding-left:1rem}.armstrong-block-gsap-clamp-trigger-anim a{color:#fff}.armstrong-block-gsap-clamp-trigger-anim h1{position:relative;font-size:var(--step-5);text-transform:uppercase;text-align:center}.armstrong-block-gsap-clamp-trigger-anim .images{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:stretch;justify-items:center;margin-top:2rem}.armstrong-block-gsap-clamp-trigger-anim img{max-width:100%;height:60vh;-o-object-fit:cover;object-fit:cover}.armstrong-block-gsap-clamp-trigger-anim .spacer{height:100vh}.armstrong-block-gsap-clamp-trigger-anim .clamp{position:relative;z-index:-1}.armstrong-block-gsap-clamp-trigger-anim .yt{z-index:3}.armstrong-block-gsap-clamp-trigger-anim .clamp svg{position:absolute;width:112%;top:0;top:50%;transform:translateY(-50%) rotate(2deg);left:-6%}.armstrong-block-gsap-clamp-trigger-anim .heading{position:relative;z-index:2;mix-blend-mode:difference;perspective:1000px;backface-visibility:visible;transform:rotate(.1deg)}.armstrong-block-gsap-clamp-trigger-anim .images{z-index:-1}.armstrong-block-gsap-clamp-trigger-anim .logo svg{opacity:0}.armstrong-block-overlapping-hero-images .hero-outer{position:relative}.armstrong-block-overlapping-hero-images .image-block{height:100vh;position:sticky;top:0;background:#fff}.armstrong-block-overlapping-hero-images .image-container{width:100%;height:100%;overflow:hidden;position:relative}.armstrong-block-overlapping-hero-images .image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.armstrong-block-overlapping-hero-images .text-content{position:absolute;bottom:50%;transform:translateY(50%);left:0;right:0;padding:60px 100px;color:#fff;z-index:10}.armstrong-block-overlapping-hero-images .text-content h3{font-size:2.5rem;margin:0 0 20px 0;color:#fff;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.armstrong-block-overlapping-hero-images .text-content p{font-size:1.2rem;line-height:1.6;color:#fff;margin:0;max-width:800px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width:768px){.armstrong-block-overlapping-hero-images nav ul{padding-right:20px}.armstrong-block-overlapping-hero-images header{padding-left:20px}.armstrong-block-overlapping-hero-images .text-content{padding:40px 20px}.armstrong-block-overlapping-hero-images .text-content h3{font-size:2rem}.armstrong-block-overlapping-hero-images .text-content p{font-size:1.1rem}}.armstrong-block-noted-hero-banner{overflow:hidden}.noted-hero-banner__inner{display:flex;min-height:70vh;background-color:#f87b8c}.noted-hero-banner__content{flex:0 0 50%;width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px 0 40px 50px}.noted-hero-banner__wysiwyg h1,.noted-hero-banner__wysiwyg h2,.noted-hero-banner__wysiwyg h3,.noted-hero-banner__wysiwyg h4{color:#6b1229;font-weight:900;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:.2em}.noted-hero-banner__wysiwyg h1{color:#93002d;line-height:.9em;font-size:clamp(2.5rem,12vw,8rem)}.noted-hero-banner__wysiwyg h2{font-size:clamp(2.5rem,5vw,5rem)}.noted-hero-banner__wysiwyg h6{font-size:.8em;color:#fbfbf3;transform:translateX(7px)}.noted-hero-banner__wysiwyg p{color:#fbfbf3;font-size:clamp(.95rem,1.2vw,1.3rem);line-height:1.2;margin-top:1rem;max-width:80%}.noted-hero-banner__wysiwyg p strong{color:#fbfbf3}.noted-hero-banner__image{flex:0 0 50%;width:50%;position:relative;overflow:hidden}.noted-hero-banner__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.noted-hero-banner__cta{display:inline-block;margin-top:1rem}@media (max-width:1199.98px){.noted-hero-banner__content{flex:0 0 50%;width:65%;padding:30px 40px;position:relative;z-index:2}.noted-hero-banner__image{flex:0 0 50%;width:50%}}@media (max-width:991.98px){.noted-hero-banner__content{flex:0 0 50%;width:65%;padding:30px 40px;position:relative;align-items:center;z-index:2}.noted-hero-banner__image{flex:0 0 50%;width:50%}}@media (max-width:767.98px){.noted-hero-banner__inner{flex-direction:column;min-height:unset}.noted-hero-banner__content,.noted-hero-banner__image{flex:0 0 100%;width:100%}.noted-hero-banner__content{padding:50px 40px;text-align:center}.noted-hero-banner__wysiwyg p{max-width:90%;margin-left:auto;margin-right:auto}.noted-hero-banner__image{min-height:350px;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.noted-hero-banner__img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}@media (max-width:575.98px){.noted-hero-banner__inner{flex-direction:column;min-height:unset}.noted-hero-banner__content,.noted-hero-banner__image{flex:0 0 100%;width:100%}.noted-hero-banner__content{padding:40px 24px;text-align:center}.noted-hero-banner__wysiwyg p{max-width:100%;margin-top:1.5rem;margin-left:auto;margin-right:auto}.noted-hero-banner__image{min-height:280px;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.noted-hero-banner__img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.armstrong-block-noted-partner-carousel{padding:60px 0}.partner-carousel{position:relative}.partner-carousel__swiper{overflow:hidden}.partner-carousel__swiper .swiper-wrapper{transition-timing-function:linear!important}.partner-carousel__slide{display:flex;align-items:center;justify-content:center;width:auto!important;padding:0 48px}.partner-carousel__logo{height:80px;width:auto;max-width:160px;-o-object-fit:contain;object-fit:contain;display:block}.partner-carousel__fade{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.partner-carousel__fade--left{left:0;background:linear-gradient(to right,#fbfbf3,transparent)}.partner-carousel__fade--right{right:0;background:linear-gradient(to left,#fbfbf3,transparent)}@media (max-width:575.98px){.partner-carousel__logo{height:30px;max-width:120px}.partner-carousel__slide{padding:0 16px}.partner-carousel__fade{width:40px}}.armstrong-block-noted-stats{position:relative;overflow:hidden;padding:120px 0}.armstrong-block-noted-stats .noted-stats__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0}.armstrong-block-noted-stats .noted-stats__overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);z-index:1}.armstrong-block-noted-stats .container-fluid{position:relative;z-index:2}.armstrong-block-noted-stats .noted-stats__grid{display:flex;justify-content:space-around;align-items:flex-start;flex-wrap:wrap;gap:40px}.armstrong-block-noted-stats .noted-stats__item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1 0;min-width:140px}.armstrong-block-noted-stats .noted-stats__value{color:#fbfbf3;font-weight:900;font-size:clamp(2.5rem,8vw,9rem);line-height:1.1;letter-spacing:-.02em;font-family:"League Gothic",sans-serif}.armstrong-block-noted-stats .noted-stats__label{color:#fbfbf3;font-weight:600;font-size:clamp(.85rem,1.1vw,1.4rem);line-height:1.2;margin-top:24px;max-width:160px}@media (max-width:767.98px){.armstrong-block-noted-stats{padding:100px 0}.armstrong-block-noted-stats .noted-stats__grid{gap:50px}.armstrong-block-noted-stats .noted-stats__item{flex:0 0 45%;min-width:120px}.armstrong-block-noted-stats .noted-stats__label{max-width:180px}}@media (max-width:575.98px){.armstrong-block-noted-stats{padding:60px 0}.armstrong-block-noted-stats .noted-stats__grid{gap:40px;justify-content:center}.armstrong-block-noted-stats .noted-stats__item{flex:0 0 100%;max-width:280px}.armstrong-block-noted-stats .noted-stats__value{font-size:clamp(3rem,12vw,5rem)}.armstrong-block-noted-stats .noted-stats__label{max-width:220px;margin-top:16px}}.armstrong-block-noted-featured-pages{position:relative;padding-bottom:60px}.armstrong-block-noted-featured-pages .noted-featured-pages__pink-bg{position:absolute;top:0;left:0;right:0;height:50%;background-color:#ff8e99;z-index:1}.armstrong-block-noted-featured-pages .noted-featured-pages__header{position:relative;z-index:2;padding:80px 0 40px 0;text-align:center}.armstrong-block-noted-featured-pages .noted-featured-pages__title{font-size:clamp(2.5rem,6vw,8rem);font-weight:900;text-transform:uppercase;color:#fbfbf3;line-height:1.1;margin:0}.armstrong-block-noted-featured-pages .noted-featured-pages__description-wrapper{position:relative;z-index:2;text-align:center;padding-bottom:60px}.armstrong-block-noted-featured-pages .noted-featured-pages__overview{color:#fbfbf3;display:flex;align-items:center;justify-content:center;width:100%}.armstrong-block-noted-featured-pages .noted-featured-pages__overview p{max-width:60%;margin:0 auto;color:#fbfbf3}@media (max-width:767.98px){.armstrong-block-noted-featured-pages .noted-featured-pages__overview{max-width:100%}}.armstrong-block-noted-featured-pages .noted-featured-pages__content{position:relative;z-index:2;background-color:transparent;padding:0}.armstrong-block-noted-featured-pages .noted-featured-pages__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.armstrong-block-noted-featured-pages .noted-featured-pages__card{position:relative;background-color:#fbfbf3;display:flex;flex-direction:column;z-index:1;container-type:inline-size}.armstrong-block-noted-featured-pages .noted-featured-pages__image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.armstrong-block-noted-featured-pages .noted-featured-pages__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.armstrong-block-noted-featured-pages .noted-featured-pages__card-content{padding:30px;text-align:center;display:flex;flex-direction:column;align-items:center;flex:1}.armstrong-block-noted-featured-pages .noted-featured-pages__card-title{font-size:clamp(1.4rem,4vw,3rem);font-weight:900;text-transform:uppercase;color:#93002d;margin:0 0 20px;line-height:1.2;text-wrap:balance}.armstrong-block-noted-featured-pages .noted-featured-pages__description{font-size:clamp(.9rem,1vw,1.05rem);line-height:1.4;color:#333;margin:0 0 30px;width:80%}.armstrong-block-noted-featured-pages .noted-featured-pages__button{display:inline-block;padding:14px 32px;background-color:#9b1c47;color:#fbfbf3;text-decoration:none;font-weight:700;font-size:.95rem;border-radius:4px;transition:background-color .3s ease;margin-top:auto}.armstrong-block-noted-featured-pages .noted-featured-pages__button:hover{color:#fbfbf3}@media (max-width:767.98px){.armstrong-block-noted-featured-pages{padding-bottom:40px}.armstrong-block-noted-featured-pages .noted-featured-pages__header{padding:60px 0}.armstrong-block-noted-featured-pages .noted-featured-pages__grid{grid-template-columns:1fr;gap:25px}.armstrong-block-noted-featured-pages .noted-featured-pages__card-content{padding:35px 25px 45px}.armstrong-block-noted-featured-pages .noted-featured-pages__description{width:100%}}@media (max-width:575.98px){.armstrong-block-noted-featured-pages{padding-bottom:30px}.armstrong-block-noted-featured-pages .noted-featured-pages__header{padding:40px 0}.armstrong-block-noted-featured-pages .noted-featured-pages__title{font-size:2rem}.armstrong-block-noted-featured-pages .noted-featured-pages__grid{gap:20px}.armstrong-block-noted-featured-pages .noted-featured-pages__card-content{padding:30px 20px 40px}.armstrong-block-noted-featured-pages .noted-featured-pages__description{width:100%;margin-bottom:25px}.armstrong-block-noted-featured-pages .noted-featured-pages__button{width:100%;text-align:center}}.armstrong-block-noted-text-image-split{overflow:hidden}.armstrong-block-noted-text-image-split .noted-text-image-split__wrapper{display:flex;align-items:stretch}.armstrong-block-noted-text-image-split .noted-text-image-split__image-col{flex:0 0 65%;max-width:65%;position:relative}.armstrong-block-noted-text-image-split .noted-text-image-split__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.armstrong-block-noted-text-image-split .noted-text-image-split__image--contained{-o-object-fit:contain;object-fit:contain}.armstrong-block-noted-text-image-split .noted-text-image-split__content-col{flex:0 0 35%;max-width:35%;display:flex;align-items:center;padding:100px 80px}.armstrong-block-noted-text-image-split .noted-text-image-split__content{width:100%;max-width:500px}.armstrong-block-noted-text-image-split .noted-text-image-split__eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#303832;margin:0 0 10px}.armstrong-block-noted-text-image-split .noted-text-image-split__title{font-size:clamp(2rem,5vw,4.5rem);font-weight:900;text-transform:uppercase;color:#ff8e99;margin:0 0 25px;line-height:.95em!important}.armstrong-block-noted-text-image-split .noted-text-image-split__text{margin-bottom:30px}.armstrong-block-noted-text-image-split .noted-text-image-split__text p{font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.6;color:#333;margin-bottom:15px}.armstrong-block-noted-text-image-split .noted-text-image-split__text p:last-child{margin-bottom:0}.armstrong-block-noted-text-image-split .noted-text-image-split__links{display:flex;flex-direction:column;gap:15px;align-items:flex-start}@media (max-width:767.98px){.armstrong-block-noted-text-image-split .noted-text-image-split__wrapper{flex-direction:column}.armstrong-block-noted-text-image-split .noted-text-image-split__content-col,.armstrong-block-noted-text-image-split .noted-text-image-split__image-col{flex:0 0 100%;max-width:100%}.armstrong-block-noted-text-image-split .noted-text-image-split__image-col{min-height:400px}.armstrong-block-noted-text-image-split .noted-text-image-split__image{position:relative}.armstrong-block-noted-text-image-split .noted-text-image-split__content-col{padding:50px 40px}.armstrong-block-noted-text-image-split .noted-text-image-split__content{max-width:100%}}@media (max-width:575.98px){.armstrong-block-noted-text-image-split .noted-text-image-split__image-col{min-height:300px}.armstrong-block-noted-text-image-split .noted-text-image-split__content-col{padding:40px 24px}.armstrong-block-noted-text-image-split .noted-text-image-split__title{margin-bottom:20px}.armstrong-block-noted-text-image-split .noted-text-image-split__text{margin-bottom:25px}.armstrong-block-noted-text-image-split .noted-text-image-split__links{width:100%}.armstrong-block-noted-text-image-split .noted-text-image-split__links a{width:100%;text-align:center}}.armstrong-block-noted-title-text-split{padding:40px 0}.armstrong-block-noted-title-text-split .noted-title-text-split__wrapper{display:grid;grid-template-columns:60% 40%;align-items:center;background-color:#ff8e99;padding:60px}.armstrong-block-noted-title-text-split .noted-title-text-split__title{color:#fbfbf3}.armstrong-block-noted-title-text-split .noted-title-text-split__title h2{font-size:clamp(2.5rem,7vw,10rem);font-weight:900;text-transform:uppercase;color:#fbfbf3;margin:0;line-height:1}.armstrong-block-noted-title-text-split .noted-title-text-split__content-col{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.armstrong-block-noted-title-text-split .noted-title-text-split__content{color:#fbfbf3}.armstrong-block-noted-title-text-split .noted-title-text-split__content p{font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.6;color:#fbfbf3;margin-bottom:15px}.armstrong-block-noted-title-text-split .noted-title-text-split__content p:last-child{margin-bottom:0}.armstrong-block-noted-title-text-split .noted-title-text-split__content ol,.armstrong-block-noted-title-text-split .noted-title-text-split__content ul{color:#fbfbf3}.armstrong-block-noted-title-text-split .noted-title-text-split__content ol li,.armstrong-block-noted-title-text-split .noted-title-text-split__content ul li{color:#fbfbf3}@media (max-width:767.98px){.armstrong-block-noted-title-text-split{padding:40px 0}.armstrong-block-noted-title-text-split .noted-title-text-split__wrapper{grid-template-columns:1fr;gap:40px;padding:50px 40px}}@media (max-width:575.98px){.armstrong-block-noted-title-text-split{padding:30px 0}.armstrong-block-noted-title-text-split .noted-title-text-split__wrapper{grid-template-columns:1fr;gap:30px;padding:40px 24px}.armstrong-block-noted-title-text-split .noted-title-text-split__content-col{gap:25px}.armstrong-block-noted-title-text-split .noted-title-text-split__content-col a{width:100%;text-align:center}}.armstrong-block-noted-image-gallery{padding-bottom:60px}.armstrong-block-noted-image-gallery .noted-image-gallery__grid{display:flex;flex-wrap:wrap;gap:40px}.armstrong-block-noted-image-gallery .noted-image-gallery__item{flex:0 0 calc(33.333% - 27px);max-width:calc(33.333% - 27px)}.armstrong-block-noted-image-gallery .noted-image-gallery__item:nth-child(4n+2){flex:0 0 calc(66.666% - 27px);max-width:calc(66.666% - 27px)}.armstrong-block-noted-image-gallery .noted-image-gallery__item:nth-child(4n+3){flex:0 0 calc(66.666% - 27px);max-width:calc(66.666% - 27px)}.armstrong-block-noted-image-gallery .noted-image-gallery__image{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:767.98px){.armstrong-block-noted-image-gallery{padding-bottom:40px}.armstrong-block-noted-image-gallery .noted-image-gallery__grid{gap:25px}.armstrong-block-noted-image-gallery .noted-image-gallery__item{flex:0 0 100%;max-width:100%}.armstrong-block-noted-image-gallery .noted-image-gallery__item:nth-child(4n+2),.armstrong-block-noted-image-gallery .noted-image-gallery__item:nth-child(4n+3){flex:0 0 100%;max-width:100%}.armstrong-block-noted-image-gallery .noted-image-gallery__image{height:350px}}@media (max-width:575.98px){.armstrong-block-noted-image-gallery{padding-bottom:30px}.armstrong-block-noted-image-gallery .noted-image-gallery__grid{gap:20px}.armstrong-block-noted-image-gallery .noted-image-gallery__image{height:250px}}.armstrong-block-noted-title-features .noted-title-features__wrapper{display:flex;gap:60px;align-items:center}.armstrong-block-noted-title-features .noted-title-features__title-col{flex:0 0 40%;max-width:40%}.armstrong-block-noted-title-features .noted-title-features__title h2{font-size:clamp(2rem,4vw,6rem);font-weight:900;text-transform:uppercase;color:#9b1c47;margin:0 0 20px;line-height:.95em}.armstrong-block-noted-title-features .noted-title-features__content{color:#303832;font-size:clamp(.9rem,1vw,1.05rem);line-height:1.6}.armstrong-block-noted-title-features .noted-title-features__content p{margin:0 0 1em}.armstrong-block-noted-title-features .noted-title-features__content p:last-child{margin-bottom:0}.armstrong-block-noted-title-features .noted-title-features__features-col{flex:1}.armstrong-block-noted-title-features .noted-title-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;grid-auto-rows:1fr}.armstrong-block-noted-title-features .noted-title-features__feature{background:#ff8e99;background:linear-gradient(180deg,#ff8e99 0,#ff8e99 30%,#ed6d7a 100%);border-radius:20px;padding:40px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px;justify-content:center;height:100%}.armstrong-block-noted-title-features .noted-title-features__icon{height:120px;-o-object-fit:contain;object-fit:contain}.armstrong-block-noted-title-features .noted-title-features__feature-title{font-size:clamp(1rem,1.3vw,1.3rem);font-weight:700;color:#fbfbf3;margin:0;line-height:1.3;text-transform:none}.armstrong-block-noted-title-features .noted-title-features__link-block{background:#b10338;background:linear-gradient(180deg,#b10338 0,#b10338 30%,#93002d 100%);border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px;text-decoration:none;height:100%;transition:background-color .3s ease,transform .3s ease}.armstrong-block-noted-title-features .noted-title-features__link-block:hover img{transform:scale(1.1)}.armstrong-block-noted-title-features .noted-title-features__link-text{font-size:clamp(2rem,4vw,5rem);font-weight:900;text-transform:uppercase;color:#fbfbf3;line-height:.95em;font-family:"League Gothic",sans-serif}.armstrong-block-noted-title-features .noted-title-features__link-arrow{display:flex;align-items:center;justify-content:center;width:60px;height:60px;-o-object-fit:contain;object-fit:contain;transition:.4s all}@media (max-width:767.98px){.armstrong-block-noted-title-features{padding:60px 0}.armstrong-block-noted-title-features .noted-title-features__wrapper{flex-direction:column;gap:40px}.armstrong-block-noted-title-features .noted-title-features__title-col{flex:0 0 100%;max-width:100%}.armstrong-block-noted-title-features .noted-title-features__grid{grid-template-columns:repeat(2,1fr)}.armstrong-block-noted-title-features .noted-title-features__icon{height:110px}}@media (max-width:575.98px){.armstrong-block-noted-title-features{padding:40px 0}.armstrong-block-noted-title-features .noted-title-features__wrapper{gap:30px}.armstrong-block-noted-title-features .noted-title-features__grid{grid-template-columns:1fr;gap:15px}.armstrong-block-noted-title-features .noted-title-features__feature,.armstrong-block-noted-title-features .noted-title-features__link-block{padding:30px 20px}.armstrong-block-noted-title-features .noted-title-features__feature{gap:20px}.armstrong-block-noted-title-features .noted-title-features__icon{height:100px}.armstrong-block-noted-title-features .noted-title-features__link-arrow{width:50px;height:50px}}.armstrong-block-noted-centred-text-over-image{position:relative;min-height:400px;display:flex;align-items:center;overflow:hidden}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.35);z-index:1}.armstrong-block-noted-centred-text-over-image .container-fluid{position:relative;z-index:2;padding-top:80px;padding-bottom:80px}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__content{text-align:center;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__text h1,.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__text h2,.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__text h3,.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__text h4,.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__text h5,.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__text h6{font-size:clamp(2.5rem,5vw,5rem);font-weight:900;text-transform:uppercase;color:#fbfbf3;margin:0 0 20px;line-height:1.1}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__text p{font-size:clamp(1rem,1.2vw,1.3rem);line-height:1.4;color:#fbfbf3;margin:0}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__links{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}@media (max-width:767.98px){.armstrong-block-noted-centred-text-over-image{min-height:350px}.armstrong-block-noted-centred-text-over-image .container-fluid{padding-top:60px;padding-bottom:60px}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__content{gap:30px}}@media (max-width:575.98px){.armstrong-block-noted-centred-text-over-image{min-height:300px}.armstrong-block-noted-centred-text-over-image .container-fluid{padding-top:40px;padding-bottom:40px}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__content{gap:25px}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__links{flex-direction:column;width:100%}.armstrong-block-noted-centred-text-over-image .noted-centred-text-over-image__links a{width:100%}}.armstrong-block-noted-contact{position:relative;overflow:hidden}.armstrong-block-noted-contact .nc__bg-wrapper{position:absolute;inset:0;z-index:0}.armstrong-block-noted-contact .nc__bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.armstrong-block-noted-contact .nc__overlay{position:absolute;inset:0;background:rgba(0,0,0,.52);z-index:1}.armstrong-block-noted-contact .container-fluid{position:relative;z-index:2;padding-top:80px;padding-bottom:80px}@media (max-width:767.98px){.armstrong-block-noted-contact .container-fluid{padding-top:60px;padding-bottom:60px}}@media (max-width:575.98px){.armstrong-block-noted-contact .container-fluid{padding-top:40px;padding-bottom:40px}}.armstrong-block-noted-contact .nc__row{align-items:center;row-gap:40px}@media (min-width:992px){.armstrong-block-noted-contact .nc__content-col{flex:0 0 60%;max-width:60%;padding-right:180px}}@media (max-width:767.98px){.armstrong-block-noted-contact .nc__content-col{order:1}}.armstrong-block-noted-contact .nc__content{color:#fbfbf3}.armstrong-block-noted-contact .nc__content h2{color:#fbfbf3;margin-bottom:20px;font-size:clamp(1.8rem,4vw,4rem)}.armstrong-block-noted-contact .nc__content p{color:#fff;font-size:.95rem;line-height:1.7;margin-bottom:12px}@media (min-width:992px){.armstrong-block-noted-contact .nc__content p{max-width:65%}}.armstrong-block-noted-contact .nc__content strong{color:#fbfbf3;display:block;margin-top:24px;margin-bottom:6px;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.armstrong-block-noted-contact .nc__content a{color:rgba(255,255,255,.8);text-decoration:none}.armstrong-block-noted-contact .nc__content a:hover{color:#fbfbf3;text-decoration:underline}.armstrong-block-noted-contact .nc__footer{margin-top:40px;padding-top:36px;border-top:1px solid rgba(255,255,255,.2)}.armstrong-block-noted-contact .nc__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px}@media (max-width:575.98px){.armstrong-block-noted-contact .nc__grid{grid-template-columns:1fr 1fr;gap:24px 16px}}.armstrong-block-noted-contact .nc__grid-item p{color:#fff;font-size:.95rem;line-height:1.6;margin:0 0 4px}.armstrong-block-noted-contact .nc__grid-item a{color:#fff;text-decoration:none;font-size:.95rem}.armstrong-block-noted-contact .nc__grid-item a:hover{color:#fbfbf3;text-decoration:underline}.armstrong-block-noted-contact .nc__grid-label{color:#fbfbf3!important;font-weight:600;font-size:.95rem!important;margin-bottom:10px!important;letter-spacing:.01em}@media (min-width:992px){.armstrong-block-noted-contact .nc__form-col{flex:0 0 40%;max-width:40%}}@media (max-width:767.98px){.armstrong-block-noted-contact .nc__form-col{order:2}}.armstrong-block-noted-contact .nc__form-card{background:#fbfbf3;border-radius:12px;padding:40px 36px;box-shadow:0 8px 40px rgba(0,0,0,.18)}@media (max-width:575.98px){.armstrong-block-noted-contact .nc__form-card{padding:28px 20px;border-radius:8px}}.armstrong-block-noted-contact .nc__form-header{margin-bottom:20px}.armstrong-block-noted-contact .nc__form-header h4{color:#93002d;margin-bottom:8px;font-size:2rem}.armstrong-block-noted-contact .nc__form-header p{color:#6e6e6e;font-size:.875rem;margin:0;line-height:1.5}.armstrong-block-noted-contact .nc__form-wrapper{width:100%}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7,.armstrong-block-noted-contact .nc__form-wrapper form{width:100%}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-form p{margin:0 0 16px;padding:0}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-form label{display:block;font-size:.78rem;font-weight:500;color:#6e6e6e;letter-spacing:.02em;color:#93002d}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-form-control-wrap{display:block;width:100%}.armstrong-block-noted-contact .nc__form-wrapper input[type=email],.armstrong-block-noted-contact .nc__form-wrapper input[type=number],.armstrong-block-noted-contact .nc__form-wrapper input[type=tel],.armstrong-block-noted-contact .nc__form-wrapper input[type=text],.armstrong-block-noted-contact .nc__form-wrapper input[type=url],.armstrong-block-noted-contact .nc__form-wrapper select{display:block;width:100%;border:1px solid rgba(0,0,0,.16);padding:11px 18px;font-size:.875rem;color:#303832;background:#fbfbf3;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s,box-shadow .2s;line-height:1.4}.armstrong-block-noted-contact .nc__form-wrapper input[type=email]::-moz-placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=number]::-moz-placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=tel]::-moz-placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=text]::-moz-placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=url]::-moz-placeholder,.armstrong-block-noted-contact .nc__form-wrapper select::-moz-placeholder{color:rgba(0,0,0,.35)}.armstrong-block-noted-contact .nc__form-wrapper input[type=email]::placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=number]::placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=tel]::placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=text]::placeholder,.armstrong-block-noted-contact .nc__form-wrapper input[type=url]::placeholder,.armstrong-block-noted-contact .nc__form-wrapper select::placeholder{color:rgba(0,0,0,.35)}.armstrong-block-noted-contact .nc__form-wrapper input[type=email]:focus,.armstrong-block-noted-contact .nc__form-wrapper input[type=number]:focus,.armstrong-block-noted-contact .nc__form-wrapper input[type=tel]:focus,.armstrong-block-noted-contact .nc__form-wrapper input[type=text]:focus,.armstrong-block-noted-contact .nc__form-wrapper input[type=url]:focus,.armstrong-block-noted-contact .nc__form-wrapper select:focus{border-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(0,0,0,.06)}.armstrong-block-noted-contact .nc__form-wrapper textarea{display:block;width:100%;border:1px solid rgba(0,0,0,.16);padding:12px 18px;font-size:.875rem;color:#303832;background:#fbfbf3;outline:0;min-height:120px;resize:vertical;transition:border-color .2s,box-shadow .2s;line-height:1.5;font-family:inherit}.armstrong-block-noted-contact .nc__form-wrapper textarea::-moz-placeholder{color:rgba(0,0,0,.35)}.armstrong-block-noted-contact .nc__form-wrapper textarea::placeholder{color:rgba(0,0,0,.35)}.armstrong-block-noted-contact .nc__form-wrapper textarea:focus{border-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(0,0,0,.06)}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-submit,.armstrong-block-noted-contact .nc__form-wrapper input[type=submit]{display:block;width:100%;background:#93002d;color:#fbfbf3;border:none;border-radius:50px;padding:13px 24px;font-size:.9rem;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:background .2s,opacity .2s;margin-top:4px}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-submit:hover,.armstrong-block-noted-contact .nc__form-wrapper input[type=submit]:hover{background:#505050}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-submit:disabled,.armstrong-block-noted-contact .nc__form-wrapper input[type=submit]:disabled{opacity:.6;cursor:not-allowed}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-spinner{display:none}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-not-valid{border-color:#bd1e1e!important}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-not-valid-tip{font-size:.75rem;color:#bd1e1e;margin-top:4px;display:block}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-response-output{margin:12px 0 0;padding:10px 14px;border-radius:8px;font-size:.8rem;border:none}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-response-output:empty{display:none}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-form.sent .wpcf7-response-output{background:rgba(100,190,100,.1);color:#64be64}.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-form.failed .wpcf7-response-output,.armstrong-block-noted-contact .nc__form-wrapper .wpcf7-form.spam .wpcf7-response-output{background:rgba(189,30,30,.08);color:#bd1e1e}.armstrong-block-noted-service-info-grid{padding:60px 0}@media (max-width:767.98px){.armstrong-block-noted-service-info-grid{padding:1px 0}}.armstrong-block-noted-service-info-grid .noted-service-info-grid__top-row{display:flex;flex-wrap:wrap}.armstrong-block-noted-service-info-grid .noted-service-info-grid__top-row .noted-service-info-grid__section{flex:0 0 50%;max-width:50%}.armstrong-block-noted-service-info-grid .noted-service-info-grid__bottom-row{display:flex;flex-wrap:wrap;margin-top:60px}.armstrong-block-noted-service-info-grid .noted-service-info-grid__bottom-row .noted-service-info-grid__section--bottom-left{flex:0 0 41.6666666667%;max-width:41.6666666667%}.armstrong-block-noted-service-info-grid .noted-service-info-grid__bottom-row .noted-service-info-grid__image-wrap{flex:0 0 58.3333333333%;max-width:58.3333333333%}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section{padding:60px 50px}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--plain{background-color:#fbfbf3;padding-right:12%}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--plain h2{color:#93002d}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--pink{background-color:#f87a8a}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--pink .noted-service-info-grid__content h2{color:#93002d}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--pink .noted-service-info-grid__content p,.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--pink .noted-service-info-grid__content ul li{color:#fff}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--pink .noted-service-info-grid__content p::before,.armstrong-block-noted-service-info-grid .noted-service-info-grid__section--pink .noted-service-info-grid__content ul li::before{color:#fff}.armstrong-block-noted-service-info-grid .noted-service-info-grid__content h2{text-transform:uppercase;font-weight:800;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,5rem)}.armstrong-block-noted-service-info-grid .noted-service-info-grid__content p{color:#303832;margin-bottom:.75rem}.armstrong-block-noted-service-info-grid .noted-service-info-grid__content ul{list-style:none;padding:0;margin:0}.armstrong-block-noted-service-info-grid .noted-service-info-grid__content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#303832}.armstrong-block-noted-service-info-grid .noted-service-info-grid__content ul li::before{content:"•";position:absolute;left:.5rem;color:#93002d}.armstrong-block-noted-service-info-grid .noted-service-info-grid__image-wrap{position:relative;overflow:hidden;min-height:550px}.armstrong-block-noted-service-info-grid .noted-service-info-grid__image-wrap .noted-service-info-grid__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.armstrong-block-noted-service-info-grid .noted-service-info-grid__image-wrap .noted-service-info-grid__circle{position:absolute;bottom:-15%;left:-10%;width:55%;aspect-ratio:1;border-radius:50%;background-color:#6b1229;z-index:1;pointer-events:none}@media (max-width:767.98px){.armstrong-block-noted-service-info-grid .noted-service-info-grid__bottom-row,.armstrong-block-noted-service-info-grid .noted-service-info-grid__top-row{flex-direction:column}.armstrong-block-noted-service-info-grid .noted-service-info-grid__bottom-row .noted-service-info-grid__image-wrap,.armstrong-block-noted-service-info-grid .noted-service-info-grid__bottom-row .noted-service-info-grid__section,.armstrong-block-noted-service-info-grid .noted-service-info-grid__bottom-row .noted-service-info-grid__section--bottom-left,.armstrong-block-noted-service-info-grid .noted-service-info-grid__top-row .noted-service-info-grid__image-wrap,.armstrong-block-noted-service-info-grid .noted-service-info-grid__top-row .noted-service-info-grid__section,.armstrong-block-noted-service-info-grid .noted-service-info-grid__top-row .noted-service-info-grid__section--bottom-left{flex:0 0 100%;max-width:100%}.armstrong-block-noted-service-info-grid .noted-service-info-grid__section{padding:40px 30px}.armstrong-block-noted-service-info-grid .noted-service-info-grid__image-wrap{min-height:350px}}@media (max-width:575.98px){.armstrong-block-noted-service-info-grid .noted-service-info-grid__section{padding:30px 20px}.armstrong-block-noted-service-info-grid .noted-service-info-grid__image-wrap{min-height:280px}.armstrong-block-noted-service-info-grid .noted-service-info-grid__image-wrap .noted-service-info-grid__circle{width:65%;bottom:-10%;left:-15%}}.armstrong-block-noted-simple-banner{position:relative;overflow:hidden;padding:100px 0;background-size:cover;background-position:center;background-repeat:no-repeat}.armstrong-block-noted-simple-banner--has-bg::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.25);z-index:0}.armstrong-block-noted-simple-banner .container-fluid{position:relative;z-index:1}.armstrong-block-noted-simple-banner .noted-simple-banner__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.armstrong-block-noted-simple-banner .noted-simple-banner__content *{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center}.armstrong-block-noted-simple-banner .noted-simple-banner__content h1,.armstrong-block-noted-simple-banner .noted-simple-banner__content h2,.armstrong-block-noted-simple-banner .noted-simple-banner__content h3,.armstrong-block-noted-simple-banner .noted-simple-banner__content h4,.armstrong-block-noted-simple-banner .noted-simple-banner__content h5,.armstrong-block-noted-simple-banner .noted-simple-banner__content h6{color:#fbfbf3;text-transform:uppercase;font-weight:800;margin-bottom:.5rem}.armstrong-block-noted-simple-banner .noted-simple-banner__content h1{font-size:clamp(2rem,6vw,7rem);line-height:1em}.armstrong-block-noted-simple-banner .noted-simple-banner__content p{color:#fbfbf3;margin-bottom:0}@media (max-width:767.98px){.armstrong-block-noted-simple-banner{padding:60px 0}}@media (max-width:575.98px){.armstrong-block-noted-simple-banner{padding:40px 0}}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__inner{display:flex;flex-wrap:wrap;width:100%;min-height:480px}@media (min-width:1400px){.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__inner{min-height:55vh}}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col{flex:0 0 50%;max-width:50%}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--content{display:flex;flex-direction:column;justify-content:center;padding:60px 50px}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--content h1,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--content h2,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--content h3,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--content h4{color:#93002d}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--image{position:relative;overflow:hidden}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--image .noted-full-text-image-split__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h1,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h2,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h3,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h4,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h5{color:#93002d;text-transform:uppercase;font-weight:800;margin-bottom:1rem;line-height:.9}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h6{font-size:.8em;color:#fbfbf3;text-transform:uppercase}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h1,.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content h2{font-size:clamp(1.75rem,5vw,5.5rem)}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content p{color:#fff;max-width:80%;margin-top:40px}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content p strong{color:#93002d}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.5rem}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__links .btn--outlined{display:inline-block;padding:10px 22px;border:2px solid #93002d;color:#93002d;background:0 0;font-weight:600;font-size:.9rem;text-decoration:none;border-radius:4px;transition:background .2s ease,color .2s ease}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__links .btn--outlined:hover{background:#93002d;color:#fbfbf3}@media (max-width:767.98px){.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__inner{flex-direction:column;min-height:unset}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col{flex:0 0 100%;max-width:100%}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--image{order:-1;min-height:320px;position:relative}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--image .noted-full-text-image-split__img{position:absolute}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--content{order:0;padding:40px 30px;align-items:center;text-align:center}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__content p{max-width:100%;margin-left:auto;margin-right:auto}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__links{justify-content:center}}@media (max-width:575.98px){.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--image{min-height:240px}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__col--content{padding:30px 20px}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__links{flex-direction:column;align-items:center}.armstrong-block-noted-full-text-image-split .noted-full-text-image-split__links .btn--outlined{text-align:center}}.armstrong-block-noted-full-text-image-split--pink .noted-full-text-image-split__col--content{background-color:#f87a8a}.armstrong-block-noted-full-text-image-split--light .noted-full-text-image-split__col--content{background-color:#fbfbf3}.armstrong-block-noted-full-text-image-split--light .noted-full-text-image-split__col--content a,.armstrong-block-noted-full-text-image-split--light .noted-full-text-image-split__col--content li,.armstrong-block-noted-full-text-image-split--light .noted-full-text-image-split__col--content p{color:#303832}.armstrong-block-noted-text-split{margin:40px 0}.armstrong-block-noted-text-split .noted-text-split__grid{display:flex;flex-wrap:wrap;gap:40px}.armstrong-block-noted-text-split .noted-text-split__item{flex:0 0 calc(50% - 40px / 2);max-width:calc(50% - 40px / 2)}.armstrong-block-noted-text-split .prose h1,.armstrong-block-noted-text-split .prose h2,.armstrong-block-noted-text-split .prose h3,.armstrong-block-noted-text-split .prose h4,.armstrong-block-noted-text-split .prose h5{color:#93002d;text-transform:uppercase;font-weight:800;margin-bottom:1rem}.armstrong-block-noted-text-split .prose h2{font-size:5em}.armstrong-block-noted-text-split .prose h6{margin-top:0;line-height:1em}.armstrong-block-noted-text-split .prose h6:last-child{margin-top:0}.armstrong-block-noted-text-split .prose p{color:#303832;margin-bottom:1rem}.armstrong-block-noted-text-split .prose p:last-child{margin-bottom:0}.armstrong-block-noted-text-split .prose ol,.armstrong-block-noted-text-split .prose ul{padding-left:1.25rem;margin-bottom:1rem}.armstrong-block-noted-text-split .prose ol li,.armstrong-block-noted-text-split .prose ul li{color:#303832;margin-bottom:.4rem}.armstrong-block-noted-text-split .prose a{color:#93002d;text-decoration:underline}@media (max-width:767.98px){.armstrong-block-noted-text-split{padding:60px 0}.armstrong-block-noted-text-split .noted-text-split__grid{gap:24px}.armstrong-block-noted-text-split .noted-text-split__item{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px)}}@media (max-width:575.98px){.armstrong-block-noted-text-split{padding:40px 0}.armstrong-block-noted-text-split .noted-text-split__grid{gap:20px}.armstrong-block-noted-text-split .noted-text-split__item{flex:0 0 100%;max-width:100%}}.armstrong-block-noted-text-split--pink .noted-text-split__grid{background-color:#ff8e99}.armstrong-block-noted-text-split--pink .prose h1,.armstrong-block-noted-text-split--pink .prose h2,.armstrong-block-noted-text-split--pink .prose h3,.armstrong-block-noted-text-split--pink .prose h4,.armstrong-block-noted-text-split--pink .prose h5{color:#93002d}.armstrong-block-noted-text-split--pink .prose h6,.armstrong-block-noted-text-split--pink .prose li,.armstrong-block-noted-text-split--pink .prose p{color:#fbfbf3}.armstrong-block-noted-text-split--pink .prose a{color:#fbfbf3}.armstrong-block-noted-text-split--padded .noted-text-split__grid{padding:60px}@media (max-width:767.98px){.armstrong-block-noted-text-split--padded .noted-text-split__grid{padding:40px 32px}}@media (max-width:575.98px){.armstrong-block-noted-text-split--padded .noted-text-split__grid{padding:32px 20px}}.armstrong-block-noted-table{background-color:#ff8e99;padding:80px 0}.armstrong-block-noted-table .noted-table__wrapper{overflow:hidden;overflow-x:auto}.armstrong-block-noted-table .noted-table__wrapper table{width:100%;border:1px solid #fbfbf3;background-color:#ff8e99}.armstrong-block-noted-table .noted-table__wrapper table thead tr th{background-color:#6b1229;color:#fbfbf3;font-weight:700;padding:16px 24px;text-align:left;border:1px solid #fbfbf3;font-size:1.2em}.armstrong-block-noted-table .noted-table__wrapper table thead tr th:not(:first-child){text-align:center}.armstrong-block-noted-table .noted-table__wrapper table tbody tr:not(:last-child){border-bottom:1px solid #fbfbf3}.armstrong-block-noted-table .noted-table__wrapper table tbody tr td{padding:12px 24px;color:#fbfbf3;font-size:.95rem;border:1px solid #fbfbf3}.armstrong-block-noted-table .noted-table__wrapper table tbody tr td:not(:first-child){text-align:center}.armstrong-block-noted-table .noted-table__tick{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#93002d;vertical-align:middle}.armstrong-block-noted-table .noted-table__tick::after{content:"";display:block;width:7px;height:12px;border:2.5px solid #fbfbf3;border-top:0;border-left:0;transform:rotate(45deg) translate(-1px,-1px)}.armstrong-block-noted-hub-info{padding:60px 0}@media (max-width:991.98px){.armstrong-block-noted-hub-info{padding:20px 0}}.armstrong-block-noted-hub-info .noted-hub-info__split{display:flex;align-items:stretch;min-height:500px}.armstrong-block-noted-hub-info .noted-hub-info__split--reversed{flex-direction:row-reverse}@media (max-width:991.98px){.armstrong-block-noted-hub-info .noted-hub-info__split{flex-direction:column!important;min-height:unset}}.armstrong-block-noted-hub-info .noted-hub-info__middle{margin-top:60px}.armstrong-block-noted-hub-info .noted-hub-info__middle .noted-hub-info__split-image img{padding-right:40px}.armstrong-block-noted-hub-info .noted-hub-info__split-content{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 5%}.armstrong-block-noted-hub-info .noted-hub-info__split-content h1,.armstrong-block-noted-hub-info .noted-hub-info__split-content h2,.armstrong-block-noted-hub-info .noted-hub-info__split-content h3{font-size:clamp(2em,4vw,4em);font-weight:700;color:#93002d;text-transform:uppercase;margin-bottom:16px}.armstrong-block-noted-hub-info .noted-hub-info__split-content h6{margin-bottom:30px}@media (max-width:991.98px){.armstrong-block-noted-hub-info .noted-hub-info__split-content{padding:20px 24px}}.armstrong-block-noted-hub-info .noted-hub-info__split-image{flex:0 0 50%;position:relative;overflow:hidden;min-height:360px}.armstrong-block-noted-hub-info .noted-hub-info__split-image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media (max-width:991.98px){.armstrong-block-noted-hub-info .noted-hub-info__split-image{min-height:300px}.armstrong-block-noted-hub-info .noted-hub-info__split-image img{padding-left:0!important;padding-right:0!important}}.armstrong-block-noted-hub-info .noted-hub-info__top .noted-hub-info__split-content{background-color:#fbfbf3}.armstrong-block-noted-hub-info .noted-hub-info__top .noted-hub-info__split-image img{padding-left:40px}.armstrong-block-noted-hub-info .noted-hub-info__overview{margin-bottom:30px}.armstrong-block-noted-hub-info .noted-hub-info__overview p{font-size:clamp(16px,2vw,18px);color:#303832;line-height:1.6}.armstrong-block-noted-hub-info .noted-hub-info__address{background:#b10338;background:linear-gradient(180deg,#b10338 0,#93002d 100%);color:#fbfbf3;padding:20px 28px;border-radius:16px;display:flex;flex-direction:column;gap:18px}.armstrong-block-noted-hub-info .noted-hub-info__address p{color:#fbfbf3;margin-bottom:0;line-height:1.5;font-size:.9em}.armstrong-block-noted-hub-info .noted-hub-info__location-access p{font-size:clamp(16px,2vw,18px);color:#303832;line-height:1.6}.armstrong-block-noted-hub-info .noted-hub-info__location-access strong{font-weight:700}.armstrong-block-noted-hub-info .noted-hub-info__bottom{background-color:#fbfbf3;padding:60px 0}@media (max-width:767.98px){.armstrong-block-noted-hub-info .noted-hub-info__bottom{padding:10px 0}}.armstrong-block-noted-hub-info .noted-hub-info__description{background-color:#ff8e99;padding:60px;display:flex;gap:60px;align-items:flex-start}@media (max-width:767.98px){.armstrong-block-noted-hub-info .noted-hub-info__description{flex-direction:column;gap:30px;padding:40px 30px}}.armstrong-block-noted-hub-info .noted-hub-info__description-col{flex:1 1 0;min-width:0}.armstrong-block-noted-hub-info .noted-hub-info__description-col h1,.armstrong-block-noted-hub-info .noted-hub-info__description-col h2,.armstrong-block-noted-hub-info .noted-hub-info__description-col h3{font-size:clamp(2em,4vw,6em);font-weight:700;color:#93002d;text-transform:uppercase;margin-bottom:16px}.armstrong-block-noted-hub-info .noted-hub-info__description-col h6{font-size:1.2em;color:#93002d;margin-bottom:24px}.armstrong-block-noted-hub-info .noted-hub-info__description-col h6,.armstrong-block-noted-hub-info .noted-hub-info__description-col li,.armstrong-block-noted-hub-info .noted-hub-info__description-col p{font-size:clamp(16px,2vw,18px);color:#fff;line-height:1.6}.armstrong-block-noted-hub-info .noted-hub-info__description-col ul{padding-left:20px;margin-bottom:16px}.armstrong-block-noted-hub-info .noted-hub-info__description-col ul li{font-size:clamp(16px,2vw,18px);line-height:1.6;margin-bottom:4px}.armstrong-block-noted-hub-info .noted-hub-info__description-col a{display:inline-block;margin-top:16px}.armstrong-block-noted-hub-info .noted-hub-info__description-col .button,.armstrong-block-noted-hub-info .noted-hub-info__description-col .button--primary{-moz-column-break-inside:avoid;break-inside:avoid}.armstrong-block-noted-hub-info .noted-hub-info__description-link{margin-top:30px}.armstrong-block-noted-faq{background-color:#fbfbf3;padding:60px 0;overflow:hidden}@media (max-width:767.98px){.armstrong-block-noted-faq{padding:40px 0}}.armstrong-block-noted-faq .noted-faq__title{margin-bottom:40px;position:relative}.armstrong-block-noted-faq .noted-faq__title span{display:inline-block;background-color:#93002d;color:#ff8e99;font-size:clamp(1.2em,4vw,5em);font-weight:700;text-transform:uppercase;padding:5px 48px 5px 24px;position:relative;font-family:"League Gothic",sans-serif}.armstrong-block-noted-faq .noted-faq__title span::before{content:"";position:absolute;top:0;right:100%;width:100vw;height:100%;background-color:#93002d}.armstrong-block-noted-faq .noted-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 60px;margin-top:80px}@media (max-width:767.98px){.armstrong-block-noted-faq .noted-faq__grid{grid-template-columns:1fr;gap:30px;margin-top:40px}}.armstrong-block-noted-faq .noted-faq__item{padding-bottom:30px;border-bottom:1px solid rgba(147,0,45,.15)}.armstrong-block-noted-faq .noted-faq__heading{margin:0}.armstrong-block-noted-faq .noted-faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;background:0 0;border:none;padding:0;text-align:left;cursor:pointer;font-size:1.2em;font-weight:700;color:#93002d;line-height:1.3;font-family:"Google Sans",sans-serif}.armstrong-block-noted-faq .noted-faq__icon{position:relative;flex-shrink:0;width:20px;height:20px}.armstrong-block-noted-faq .noted-faq__icon::after,.armstrong-block-noted-faq .noted-faq__icon::before{content:"";position:absolute;background-color:#93002d;transition:transform .3s ease}.armstrong-block-noted-faq .noted-faq__icon::before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.armstrong-block-noted-faq .noted-faq__icon::after{top:0;left:50%;width:2px;height:100%;transform:translateX(-50%)}.armstrong-block-noted-faq .noted-faq__question[aria-expanded=true] .noted-faq__icon::after{transform:translateX(-50%) scaleY(0)}.armstrong-block-noted-faq .noted-faq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.armstrong-block-noted-faq .noted-faq__answer p{font-size:clamp(16px,2vw,18px);color:#303832;line-height:1.6;margin:0;padding-top:24px}.armstrong-block-noted-hub-icons{margin:40px 0}.armstrong-block-noted-hub-icons .noted-hub-icons__items{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}@media (max-width:767.98px){.armstrong-block-noted-hub-icons .noted-hub-icons__items{flex-wrap:wrap;justify-content:center}}.armstrong-block-noted-hub-icons .noted-hub-icons__item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}@media (max-width:767.98px){.armstrong-block-noted-hub-icons .noted-hub-icons__item{flex:0 0 calc(50% - 24px)}}@media (max-width:575.98px){.armstrong-block-noted-hub-icons .noted-hub-icons__item{flex:0 0 100%}}.armstrong-block-noted-hub-icons .noted-hub-icons__icon{width:90px;height:90px;margin-bottom:16px}.armstrong-block-noted-hub-icons .noted-hub-icons__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.armstrong-block-noted-hub-icons .noted-hub-icons__label{font-weight:700;color:#93002d;font-size:1.2rem;margin-bottom:6px}.armstrong-block-noted-hub-icons .noted-hub-icons__text{font-size:1rem;color:#303832;line-height:1.5}.armstrong-block-noted-hub-functions .noted-hub-functions__grid{display:flex;gap:48px;align-items:stretch}@media (max-width:767.98px){.armstrong-block-noted-hub-functions .noted-hub-functions__grid{flex-direction:column;gap:40px}}.armstrong-block-noted-hub-functions .noted-hub-functions__col{flex:0 0 calc(50% - 24px);display:flex;flex-direction:column;gap:48px}@media (max-width:767.98px){.armstrong-block-noted-hub-functions .noted-hub-functions__col{flex:0 0 100%}}.armstrong-block-noted-hub-functions .noted-hub-functions__feature-box{background-color:#ff8e99;padding:36px 36px 40px}.armstrong-block-noted-hub-functions .noted-hub-functions__feature-box--short{padding-bottom:28px}@media (max-width:575.98px){.armstrong-block-noted-hub-functions .noted-hub-functions__feature-box{padding:28px 24px 32px}.armstrong-block-noted-hub-functions .noted-hub-functions__feature-box--short{padding-bottom:24px}}.armstrong-block-noted-hub-functions .noted-hub-functions__icon{width:70px;height:70px;margin-bottom:20px}.armstrong-block-noted-hub-functions .noted-hub-functions__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content h1,.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content h2,.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content h3,.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content h4,.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content h5{color:#93002d;text-transform:uppercase;font-weight:700;margin-bottom:1rem}.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content ol,.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content ul{padding-left:1.25rem;margin-top:.5rem}.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content ol li,.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content ul li{color:#fbfbf3;margin-bottom:.4rem}.armstrong-block-noted-hub-functions .noted-hub-functions__feature-content p{color:#fbfbf3;margin-bottom:.75rem}.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text{padding:20px 0 0}.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text h1,.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text h2,.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text h3,.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text h4,.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text h5{color:#93002d;text-transform:uppercase;font-weight:700;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,3rem);line-height:1}.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text p{color:#303832;margin-bottom:1rem}.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text .wp-block-button__link,.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text a.btn,.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-text a.button--primary{display:inline-block;background-color:#93002d;color:#fbfbf3;padding:12px 24px;font-weight:700;text-decoration:none;border-radius:4px;margin-top:.5rem;font-size:.9rem;transition:background .2s ease}.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-image{flex:1;min-height:300px;overflow:hidden}.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:767.98px){.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-image{min-height:300px}}@media (max-width:575.98px){.armstrong-block-noted-hub-functions .noted-hub-functions__bottom-image{min-height:240px}}.armstrong-block-noted-centred-text-simple{padding:100px 0}@media (max-width:767.98px){.armstrong-block-noted-centred-text-simple{padding:60px 0}}@media (max-width:575.98px){.armstrong-block-noted-centred-text-simple{padding:40px 0}}.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__title{text-align:center;color:#93002d;text-transform:uppercase;font-weight:700;line-height:1;margin-bottom:2rem}.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content{text-align:center;max-width:860px;margin:0 auto}.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content h1,.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content h2,.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content h3,.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content h4,.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content h5{color:#93002d;text-transform:uppercase;font-weight:700;margin-bottom:1.25rem;line-height:1}.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content p{color:#303832;margin-bottom:1rem}.armstrong-block-noted-centred-text-simple .noted-centred-text-simple__content p:last-child{margin-bottom:0}.armstrong-block-noted-centred-text-simple--two-col .noted-centred-text-simple__content{max-width:100%;text-align:left;-moz-column-count:2;column-count:2;-moz-column-gap:48px;column-gap:48px}@media (max-width:767.98px){.armstrong-block-noted-centred-text-simple--two-col .noted-centred-text-simple__content{-moz-column-count:1;column-count:1}}.armstrong-block-noted-centred-text-simple--pink{background-color:#ff8e99}.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__title{color:#93002d}.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__content h1,.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__content h2,.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__content h3,.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__content h4,.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__content h5{color:#93002d}.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__content li,.armstrong-block-noted-centred-text-simple--pink .noted-centred-text-simple__content p{color:#fbfbf3}.armstrong-block-noted-centred-text-simple--light strong{color:#93002d}.armstrong-block-noted-steps{margin:40px 0}.armstrong-block-noted-steps .noted-steps__wrapper{position:relative}.armstrong-block-noted-steps .noted-steps__badge{display:block;padding:8px 36px;font-weight:700;font-size:5rem;font-family:"League Gothic",sans-serif;text-transform:uppercase;color:#fbfbf3;line-height:1;margin-bottom:0}.armstrong-block-noted-steps .noted-steps__badge--dark{background-color:#93002d}.armstrong-block-noted-steps .noted-steps__badge--light{background-color:#f87a8a}@media (max-width:767.98px){.armstrong-block-noted-steps .noted-steps__badge{font-size:3.5rem;padding:8px 30px}}@media (max-width:575.98px){.armstrong-block-noted-steps .noted-steps__badge{font-size:2.8rem;padding:6px 20px}}.armstrong-block-noted-steps .noted-steps__inner{display:flex;min-height:60vh}@media (max-width:767.98px){.armstrong-block-noted-steps .noted-steps__inner{flex-direction:column;min-height:unset}}.armstrong-block-noted-steps .noted-steps__panel--content{flex:0 0 55%;max-width:55%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 80px;gap:30px}.armstrong-block-noted-steps .noted-steps__panel--content h6{font-size:1.6em}.armstrong-block-noted-steps .noted-steps__panel--content p:last-child{margin-bottom:0}@media (max-width:767.98px){.armstrong-block-noted-steps .noted-steps__panel--content{flex:0 0 100%;max-width:100%;padding:40px 30px}}@media (max-width:575.98px){.armstrong-block-noted-steps .noted-steps__panel--content{padding:30px 20px}}.armstrong-block-noted-steps .noted-steps__panel--image{flex:0 0 45%;max-width:45%;position:relative;overflow:hidden}.armstrong-block-noted-steps .noted-steps__panel--image .noted-steps__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media (max-width:767.98px){.armstrong-block-noted-steps .noted-steps__panel--image{flex:0 0 100%;max-width:100%;min-height:320px}}@media (max-width:575.98px){.armstrong-block-noted-steps .noted-steps__panel--image{min-height:240px}}.armstrong-block-noted-steps .noted-steps__panel--split{flex:0 0 45%;max-width:45%;display:flex;flex-direction:column}.armstrong-block-noted-steps .noted-steps__panel--split .noted-steps__split-content{height:60%;padding:60px 40px;display:flex;flex-direction:column;justify-content:center}.armstrong-block-noted-steps .noted-steps__panel--split .noted-steps__split-image{height:40%;position:relative;overflow:hidden}.armstrong-block-noted-steps .noted-steps__panel--split .noted-steps__split-image .noted-steps__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media (max-width:767.98px){.armstrong-block-noted-steps .noted-steps__panel--split{flex:0 0 100%;max-width:100%}.armstrong-block-noted-steps .noted-steps__panel--split .noted-steps__split-content{padding:40px 24px}}@media (max-width:575.98px){.armstrong-block-noted-steps .noted-steps__panel--split{flex-direction:column}.armstrong-block-noted-steps .noted-steps__panel--split .noted-steps__split-content{flex:0 0 100%;padding:30px 20px}.armstrong-block-noted-steps .noted-steps__panel--split .noted-steps__split-image{flex:0 0 100%;min-height:240px}}.armstrong-block-noted-steps .noted-steps__prose h1,.armstrong-block-noted-steps .noted-steps__prose h2,.armstrong-block-noted-steps .noted-steps__prose h3,.armstrong-block-noted-steps .noted-steps__prose h4,.armstrong-block-noted-steps .noted-steps__prose h5,.armstrong-block-noted-steps .noted-steps__split-content h1,.armstrong-block-noted-steps .noted-steps__split-content h2,.armstrong-block-noted-steps .noted-steps__split-content h3,.armstrong-block-noted-steps .noted-steps__split-content h4,.armstrong-block-noted-steps .noted-steps__split-content h5{color:#93002d;text-transform:uppercase;font-weight:700;margin-bottom:1rem;line-height:1}.armstrong-block-noted-steps .noted-steps__prose h1,.armstrong-block-noted-steps .noted-steps__prose h2,.armstrong-block-noted-steps .noted-steps__split-content h1,.armstrong-block-noted-steps .noted-steps__split-content h2{font-size:clamp(3rem,4vw,5rem)}.armstrong-block-noted-steps .noted-steps__prose p,.armstrong-block-noted-steps .noted-steps__split-content p{color:#303832;margin-bottom:1rem}.armstrong-block-noted-steps .noted-steps__prose strong,.armstrong-block-noted-steps .noted-steps__split-content strong{font-weight:700}.armstrong-block-noted-steps .noted-steps__prose ol,.armstrong-block-noted-steps .noted-steps__prose ul,.armstrong-block-noted-steps .noted-steps__split-content ol,.armstrong-block-noted-steps .noted-steps__split-content ul{padding-left:1.25rem;margin-bottom:1rem}.armstrong-block-noted-steps .noted-steps__prose ol li,.armstrong-block-noted-steps .noted-steps__prose ul li,.armstrong-block-noted-steps .noted-steps__split-content ol li,.armstrong-block-noted-steps .noted-steps__split-content ul li{color:#303832;margin-bottom:.4rem}.armstrong-block-noted-steps .noted-steps__panel--light-pink{background-color:#ff8e99}.armstrong-block-noted-steps .noted-steps__panel--light-pink a,.armstrong-block-noted-steps .noted-steps__panel--light-pink h6,.armstrong-block-noted-steps .noted-steps__panel--light-pink li,.armstrong-block-noted-steps .noted-steps__panel--light-pink p{color:#fff!important}.armstrong-block-noted-steps .noted-steps__panel--dark-pink{background-color:#93002d}.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose h1,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose h2,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose h3,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose h4,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose h5,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content h1,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content h2,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content h3,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content h4,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content h5{color:#fff}.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose h6,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose li,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__prose p,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content h6,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content li,.armstrong-block-noted-steps .noted-steps__panel--dark-pink .noted-steps__split-content p{color:#fbfbf3}.armstrong-block-noted-brand-gallery{margin-bottom:40px}@media (max-width:767.98px){.armstrong-block-noted-brand-gallery{padding:60px 0}}@media (max-width:575.98px){.armstrong-block-noted-brand-gallery{padding:40px 0}}.armstrong-block-noted-brand-gallery .noted-brand-gallery__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;margin-bottom:28px;padding:0 5%}@media (max-width:991.98px){.armstrong-block-noted-brand-gallery .noted-brand-gallery__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:767.98px){.armstrong-block-noted-brand-gallery .noted-brand-gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:575.98px){.armstrong-block-noted-brand-gallery .noted-brand-gallery__grid{grid-template-columns:repeat(2,1fr)}}.armstrong-block-noted-brand-gallery .noted-brand-gallery__logo-item{aspect-ratio:2/1;overflow:hidden}.armstrong-block-noted-brand-gallery .noted-brand-gallery__logo-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:15px}.armstrong-block-noted-brand-gallery .noted-brand-gallery__link-wrap{text-align:center;margin-bottom:28px;display:none}.armstrong-block-noted-brand-gallery .noted-brand-gallery__link{color:#93002d;text-decoration:underline;font-size:.95rem;font-weight:700;transition:opacity .2s ease}.armstrong-block-noted-brand-gallery .noted-brand-gallery__link:hover{opacity:.75}.armstrong-block-noted-brand-gallery .noted-brand-gallery__info-box{background:#ff8e99;background:linear-gradient(180deg,#ff8e99 0,#ef6e7b 100%);padding:32px 50px;text-align:center;width:75%;margin:0 auto}@media (max-width:767.98px){.armstrong-block-noted-brand-gallery .noted-brand-gallery__info-box{padding:28px 40px;width:100%}}@media (max-width:575.98px){.armstrong-block-noted-brand-gallery .noted-brand-gallery__info-box{padding:24px 20px;width:100%}}.armstrong-block-noted-brand-gallery .noted-brand-gallery__info-box p{color:#fbfbf3;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.armstrong-block-noted-brand-gallery .noted-brand-gallery__info-box p:last-child{margin-bottom:0}.armstrong-block-noted-testimonial-slider .noted-testimonial-slider__bg{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:320px;display:flex;align-items:center;justify-content:center;padding:120px 0}.armstrong-block-noted-testimonial-slider .noted-testimonial-slider__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.45)}.armstrong-block-noted-testimonial-slider .noted-testimonial-swiper{position:relative;z-index:1;width:100%;max-width:860px;padding:0 40px 80px;text-align:center;cursor:grab;overflow:hidden}.armstrong-block-noted-testimonial-slider .noted-testimonial-swiper .swiper-slide{opacity:0!important;transition:opacity .5s ease}.armstrong-block-noted-testimonial-slider .noted-testimonial-swiper .swiper-slide.swiper-slide-active{opacity:1!important}.armstrong-block-noted-testimonial-slider .noted-testimonial-swiper.swiper-initialized:active,.armstrong-block-noted-testimonial-slider .noted-testimonial-swiper.swiper-pointer-events:active{cursor:grabbing}.armstrong-block-noted-testimonial-slider .noted-testimonial-slider__slide{display:flex;flex-direction:column;align-items:center;gap:24px}.armstrong-block-noted-testimonial-slider .noted-testimonial-slider__quote{color:#fbfbf3;font-size:3em;font-weight:400;line-height:1.4;margin:0}@media (max-width:575.98px){.armstrong-block-noted-testimonial-slider .noted-testimonial-slider__quote{font-size:1.8em}}.armstrong-block-noted-testimonial-slider .noted-testimonial-slider__author{color:#fbfbf3;font-size:clamp(16px,2vw,18px);font-weight:700;margin:0}.armstrong-block-noted-testimonial-slider .noted-testimonial-pagination{bottom:0}.armstrong-block-noted-testimonial-slider .noted-testimonial-pagination .swiper-pagination-bullet{background-color:transparent;border:2px solid #fbfbf3;opacity:1;width:16px;height:16px}.armstrong-block-noted-testimonial-slider .noted-testimonial-pagination .swiper-pagination-bullet-active{background-color:#fbfbf3}.armstrong-block-noted-mini-faq{padding:60px 0;margin-bottom:40px;background:#b10338;background:linear-gradient(180deg,#b10338 0,#93002d 100%)}.armstrong-block-noted-mini-faq .noted-mini-faq__grid{display:flex;flex-wrap:wrap;gap:40px}.armstrong-block-noted-mini-faq .noted-mini-faq__grid--1 .noted-mini-faq__col{flex:0 0 100%;max-width:100%}.armstrong-block-noted-mini-faq .noted-mini-faq__grid--2 .noted-mini-faq__col{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.armstrong-block-noted-mini-faq .noted-mini-faq__grid--3{justify-content:center}.armstrong-block-noted-mini-faq .noted-mini-faq__grid--3 .noted-mini-faq__col{flex:0 0 calc(33.333% - 27px);max-width:calc(33.333% - 27px)}.armstrong-block-noted-mini-faq .noted-mini-faq__grid--4 .noted-mini-faq__col{flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px);display:flex;flex-direction:column;align-items:center}.armstrong-block-noted-mini-faq .noted-mini-faq__question{font-size:clamp(2em,3vw,3em);font-weight:700;color:#ff8e99;text-transform:uppercase;line-height:1.2;margin-bottom:16px;text-align:center}.armstrong-block-noted-mini-faq .noted-mini-faq__answer{font-size:clamp(16px,2vw,18px);color:#fbfbf3;line-height:1.6;margin:0;text-align:center}@media (max-width:767.98px){.armstrong-block-noted-mini-faq .noted-mini-faq__grid--2 .noted-mini-faq__col,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--3 .noted-mini-faq__col,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--4 .noted-mini-faq__col{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:575.98px){.armstrong-block-noted-mini-faq .noted-mini-faq__grid--1,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--2,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--3,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--4{flex-direction:column}.armstrong-block-noted-mini-faq .noted-mini-faq__grid--1 .noted-mini-faq__col,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--2 .noted-mini-faq__col,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--3 .noted-mini-faq__col,.armstrong-block-noted-mini-faq .noted-mini-faq__grid--4 .noted-mini-faq__col{flex:0 0 100%;max-width:100%}}.armstrong-block-services-grid{padding:80px 0;background-color:#fbfbf3}.armstrong-block-services-grid .services-grid__header{margin-bottom:50px;text-align:center}.armstrong-block-services-grid .services-grid__title{font-size:clamp(2rem,4vw,5rem);font-weight:900;text-transform:uppercase;color:#93002d;margin:0;line-height:1em}.armstrong-block-services-grid .services-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.armstrong-block-services-grid .services-grid__card{position:relative;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease}.armstrong-block-services-grid .services-grid__card--linked{cursor:pointer}.armstrong-block-services-grid .services-grid__card--linked:hover{transform:translateY(-4px)}.armstrong-block-services-grid .services-grid__card--linked:hover .services-grid__image{transform:scale(1.04)}.armstrong-block-services-grid .services-grid__card-link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.armstrong-block-services-grid .services-grid__image-wrapper{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;flex-shrink:0}.armstrong-block-services-grid .services-grid__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.armstrong-block-services-grid .services-grid__card-body{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,0) 100%);display:flex;flex-direction:column}.armstrong-block-services-grid .services-grid__service-title{font-size:clamp(1.2rem,1.8vw,1.6rem);font-weight:900;text-transform:uppercase;color:#fbfbf3;margin:0 0 10px;line-height:1.1}.armstrong-block-services-grid .services-grid__description{font-size:clamp(.85rem,1vw,.95rem);line-height:1.5;color:rgba(255,255,255,.85);margin:0}@media (max-width:991.98px){.armstrong-block-services-grid .services-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.armstrong-block-services-grid{padding:60px 0}.armstrong-block-services-grid .services-grid__header{margin-bottom:35px}.armstrong-block-services-grid .services-grid__grid{grid-template-columns:1fr;gap:20px}}@media (max-width:575.98px){.armstrong-block-services-grid{padding:40px 0}.armstrong-block-services-grid .services-grid__card-body{padding:20px}.armstrong-block-services-grid .services-grid__image-wrapper{aspect-ratio:3/2}}.news .news-title{margin-bottom:0}.news .news-title h1{display:block;border-bottom:1px solid green;padding-bottom:20px;margin:0}.news .armstrong-block-news-list{margin-top:30px}.news .news-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr}@media (max-width:1399.98px){.news .news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.news .news-grid{grid-template-columns:1fr}}.news .news-grid .news-card{background-color:green;display:flex;flex-direction:column;transition:all .3s ease}.news .news-grid .news-card a{color:#fff;text-decoration:none;display:flex;flex-direction:column;flex-grow:1}.news .news-grid .news-card .title-container{display:flex;justify-content:space-between}.news .news-grid .news-card .arrow{width:40px;height:40px}.news .news-grid .news-card .arrow img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.news .news-grid .news-card .title-cotnainer{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.news .news-grid .news-card .title-cotnainer h3{font-weight:400;font-size:clamp(20px,3vw,28px)}.news .news-grid .news-card .news-card-content{padding:15px;flex-grow:1;display:flex;gap:15px;justify-content:space-between}.news .news-grid .news-card .news-card-image{overflow:hidden}.news .news-grid .news-card .news-card-image img{width:100%;height:auto;transition:all .3s ease;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.news .news-grid .news-card h3{color:#fff;margin-bottom:10px}.news .news-grid .news-card:hover{background-color:#93002d;transition:all .3s ease}.news .news-grid .news-card:hover .title-cotnainer h3{color:#fff}.news .news-grid .news-card:hover img{transform:scale(1.05)}.news .pagination-wrapper{margin:40px 0;display:flex;justify-content:center}.news .pagination-wrapper .page-numbers{display:flex;list-style:none;padding:0;margin:0;gap:8px;align-items:center}.news .pagination-wrapper .page-numbers li{margin:0;padding:0}.news .pagination-wrapper .page-numbers .page-numbers{display:flex;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 10px;background-color:#f2f2f2;color:#505050;text-decoration:none;font-weight:500;transition:all .3s ease}.news .pagination-wrapper .page-numbers .page-numbers:hover{background-color:green;color:#fbfbf3}.news .pagination-wrapper .page-numbers .page-numbers.current{background-color:#93002d;color:#fbfbf3}.news .pagination-wrapper .page-numbers .page-numbers.dots{background:0 0;color:#000!important}.news .pagination-wrapper .page-numbers .page-numbers.next{padding:0 15px}.news .pagination-wrapper .page-numbers .page-numbers.next .pagination-next{display:flex;align-items:center}.news .pagination-wrapper .page-numbers .page-numbers.next:hover .pagination-next::after{filter:brightness(1)}.news .news-search-container{margin-bottom:30px}.news .news-search-container form{display:flex;width:100%;position:relative}.news .news-search-container form input[type=text]{width:100%;padding:12px 50px 12px 25px;border:1px solid #93002d;border-radius:100px!important;font-size:clamp(16px,2vw,18px);transition:border-color .3s ease;font-weight:500;background-color:transparent;outline:0}.news .news-search-container form input[type=text]::-moz-placeholder{color:green}.news .news-search-container form input[type=text]::placeholder{color:green}.news .news-search-container form button[type=submit]{position:absolute;right:0;top:0;bottom:0;font-weight:400;background-color:#fff;border:1px solid #93002d;color:green;border-radius:100px 100px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease;padding:0 30px}.news .news-search-container form button[type=submit]:hover{background-color:#93002d;color:#fff}.news .news-categories-container{margin-bottom:30px}.news .news-categories-container .news-categories-list{display:flex;flex-wrap:wrap;gap:15px}.news .news-categories-container .news-categories-list a{padding:2px 25px;border:1px #93002d solid;font-size:clamp(16px,2vw,18px);font-weight:500;border-radius:100px;color:green;text-decoration:none}.news .news-categories-container .news-categories-list a:hover{background-color:#93002d;color:#fff}.news .news-categories-container .news-categories-list a.active{background-color:#93002d;color:#fff}.single-news-container .news-container-inner{display:flex;gap:30px}@media (max-width:1399.98px){.single-news-container .news-container-inner{flex-direction:column;gap:0}}.single-news-container .news-other{width:25%}@media (max-width:1399.98px){.single-news-container .news-other{width:100%}}.single-news-container .news-other h3{display:block;border-bottom:1px solid green;padding-bottom:15px;margin-top:0}.single-news-container .news-other .latest-news-item.last{border-bottom:none}.single-news-container .news-other .latest-news-list{display:flex;flex-direction:column;gap:30px;padding:25px;background-color:#00f}@media (max-width:1399.98px){.single-news-container .news-other .latest-news-list{margin-bottom:50px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr)}.single-news-container .news-other .latest-news-list .latest-news-item{border-bottom:1px solid #fff!important}}@media (max-width:767.98px){.single-news-container .news-other .latest-news-list{display:grid;grid-template-columns:repeat(1,1fr)}.single-news-container .news-other .latest-news-list .latest-news-item.last{border-bottom:none!important}}@media (max-width:767.98px) and (max-width:575.98px){.single-news-container .news-other .latest-news-list{grid-template-columns:1fr}}.single-news-container .news-other .latest-news-item{transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #fff}.single-news-container .news-other .latest-news-item *{color:#fff}.single-news-container .news-other .latest-news-item a{display:flex;flex-direction:column;text-decoration:none;flex-grow:1;text-decoration:none}.single-news-container .news-other .latest-news-item a:hover{color:#fff}.single-news-container .news-other .latest-news-item a:hover:hover .read-more{text-decoration:underline}.single-news-container .news-other .latest-news-item .read-more{display:flex;gap:10px;align-items:center;text-decoration:none}.single-news-container .news-other .latest-news-item .img-outer{width:20px;height:20px;position:relative}.single-news-container .news-other .latest-news-item .img-outer img{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.single-news-container .news-other .latest-news-item .latest-news-image img{width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.single-news-container .news-other .latest-news-item .latest-news-content{padding-bottom:30px;flex-grow:1;gap:20px;display:flex;flex-direction:column;justify-content:space-between}.single-news-container .news-other .latest-news-item .latest-news-content h4{font-size:clamp(18px,2.5vw,24px);font-weight:500;margin-top:0;margin-bottom:10px}.single-news-container .news-other .latest-news-item .latest-news-content .latest-news-date{font-size:clamp(14px,1.5vw,16px)}.single-news-container .news-content{width:75%}.single-news-container .news-content>section>.container-fluid{max-width:unset;padding:0;margin:0}@media (max-width:1399.98px){.single-news-container .news-content{width:100%}}.single-news-container section{margin:50px 0}@media (max-width:991.98px){.single-news-container section{margin:30px 0}}.single-news-container h2,.single-news-container h3{font-size:clamp(24px,4vw,36px);font-weight:400}.single-news-container h4,.single-news-container h5,.single-news-container h6{font-size:clamp(20px,3vw,28px);font-weight:400}.single-news-container a{color:#93002d;text-decoration:underline;transition:color .3s ease}.single-news-container a:hover{color:green}.single-news-container .main-image{margin-top:0}.single-news-container .main-image img{width:100%;height:auto}.fade-in,.fade-in-down,.fade-in-left,.fade-in-right,.fade-in-up{opacity:0}.no-js .fade-in,.no-js .fade-in-down,.no-js .fade-in-left,.no-js .fade-in-right,.no-js .fade-in-up{opacity:1}@media (prefers-reduced-motion:reduce){.fade-in,.fade-in-down,.fade-in-left,.fade-in-right,.fade-in-up{opacity:1!important;transform:none!important}}.cs-modal:not(.is-open){pointer-events:none}.cs-modal:not(.is-open) .cs-modal__overlay{opacity:0}.cs-modal:not(.is-open) .cs-modal__panel{opacity:0;transform:translateY(12px) scale(.98)}body.cs-modal-open{overflow:hidden}.cs-modal__overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.55);z-index:9000;transition:opacity .25s ease}.cs-modal__panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9001;width:min(520px,100vw - 2rem);background-color:#fbfbf3;border-radius:4px;padding:3rem 2.5rem 2.5rem;opacity:1;transform:translate(-50%,-50%) scale(1);transition:opacity .25s ease,transform .25s ease}.cs-modal.is-open .cs-modal__panel{transform:translate(-50%,-50%) scale(1);opacity:1}.cs-modal:not(.is-open) .cs-modal__panel{transform:translate(-50%,calc(-50% + 12px)) scale(.98);opacity:0}.cs-modal__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:50%;background:0 0;color:#303832;cursor:pointer;transition:background-color .15s ease,color .15s ease}.cs-modal__close svg{width:1.1rem;height:1.1rem;display:block}.cs-modal__close:focus-visible,.cs-modal__close:hover{background-color:#f2f2f2;color:#93002d;outline:0}.cs-modal__body{text-align:center}.cs-modal__eyebrow{font-family:"Google Sans",sans-serif;font-size:clamp(14px,1.5vw,16px);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#93002d;margin:0 0 .75rem}.cs-modal__title{font-family:"League Gothic",sans-serif;font-size:clamp(24px,4vw,36px);font-weight:400;text-transform:uppercase;color:#303832;margin:0 0 1rem;line-height:1.1}.cs-modal__message{font-family:"Google Sans",sans-serif;font-size:clamp(16px,2vw,18px);color:#6e6e6e;margin:0;line-height:1.6}