@keyframes spinAndZoom{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes moveInFromLeft{0%{transform:translateX(-500px);opacity:0}30%{opacity:100%}30%,50%,80%,100%{transform:translateX(0);opacity:100%}40%{transform:translateX(-10px);opacity:100%}60%{transform:translateX(-3px);opacity:100%}}@keyframes moveOutLeftInRight{0%{transform:translateX(0);opacity:1}50%{transform:translateX(-3000px);opacity:0}51%{transform:translateX(3000px);opacity:0}100%{transform:translateX(0);opacity:100}}@keyframes moveOutRightInLeft{0%{transform:translateX(0);opacity:1}50%{transform:translateX(3000px);opacity:0}51%{transform:translateX(-3000px);opacity:0}100%{transform:translateX(0);opacity:100}}@keyframes rotateAndGrow{0%{transform:rotate(0deg);opacity:.5}50%{transform:rotate(-359deg);opacity:.75}85%{transform:rotate(-370deg);opacity:1}100%{transform:rotate(-360deg);opacity:1}}footer{z-index:1;position:relative}footer #footer-row-one{background:#354052;color:#fff}footer #footer-row-one .container{display:flex;justify-content:flex-start;align-items:flex-start}@media(max-width:1291px){footer #footer-row-one .container{flex-wrap:wrap}}@media(max-width:768px){footer #footer-row-one .container{flex-direction:column-reverse}}footer #footer-row-one .container .footer-row--column:nth-child(1),footer #footer-row-one .container .footer-row--column:nth-child(3){width:40%}footer #footer-row-one .container .footer-row--column:nth-child(2){width:20%}@media(max-width:1373px){footer #footer-row-one .container .footer-row--column:nth-child(1),footer #footer-row-one .container .footer-row--column:nth-child(3){width:66%}footer #footer-row-one .container .footer-row--column:nth-child(2){width:33%}}@media(max-width:1291px){footer #footer-row-one .container .footer-row--column:nth-child(1){width:66%}footer #footer-row-one .container .footer-row--column:nth-child(2){width:33%}footer #footer-row-one .container .footer-row--column:nth-child(3){width:100%}}@media(max-width:890px){footer #footer-row-one .container .footer-row--column:nth-child(1){width:100%}footer #footer-row-one .container .footer-row--column:nth-child(2){width:50%}footer #footer-row-one .container .footer-row--column:nth-child(3){width:50%}}@media(max-width:768px){footer #footer-row-one .container .footer-row--column:nth-child(1),footer #footer-row-one .container .footer-row--column:nth-child(2),footer #footer-row-one .container .footer-row--column:nth-child(3){width:calc(100vw - (12px*2))!important}footer #footer-row-one .container .footer-row--column:nth-child(1){margin-top:48px}}footer #footer-row-one .container .footer-row--column h2{font-size:18px;text-transform:uppercase;padding-bottom:24px;border-bottom:1px solid #fff}footer #footer-row-one .container .footer-row--column .footer-row-column-links--container{display:flex;justify-content:space-between;gap:24px}@media(max-width:768px){footer #footer-row-one .container .footer-row--column .footer-row-column-links--container{flex-direction:column;gap:0}}footer #footer-row-one .container .footer-row--column .footer-row-column-links--container .footer-row-column-links--links{width:100%;color:#fff!important}footer #footer-row-one .container .footer-row--column .footer-row-column-links--container .footer-row-column-links--links a{display:block;color:#fff!important;margin-top:24px;font-size:14px;opacity:1;transition:all ease-in-out .3s}footer #footer-row-one .container .footer-row--column .footer-row-column-links--container .footer-row-column-links--links a:hover{opacity:1}@media(max-width:890px){footer #footer-row-one .container .footer-row--column .footer-row-column-links--container .footer-row-column-links--links{margin-bottom:48px}}@media(max-width:768px){footer #footer-row-one .container .footer-row--column .footer-row-column-links--container .footer-row-column-links--links{margin-bottom:0}}footer #footer-row-one .container .footer-row--column:nth-child(1) .footer-row-column-links--links{width:calc(50% - 12px)}@media(max-width:768px){footer #footer-row-one .container .footer-row--column:nth-child(1) .footer-row-column-links--links{width:calc(100vw - 20px)}}footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container{width:calc(100% - 24px);margin-top:24px}footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container .footer-row-column__contact-title{font-size:18px;text-transform:uppercase;padding-bottom:24px;border-bottom:1px solid #fff;margin-bottom:24px}footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container .footer-row-column__contact-button{background-color:#fff;padding:12px 24px;border-radius:8px;color:#003880;border:1px solid #fff;max-height:48px;font-size:16px;line-height:20px;font-family:'Noto Sans Bold',sans serif;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer;white-space:nowrap;box-shadow:0 3px 6px rgba(0,0,0,.16);transition:all ease-in-out .3s;border:1px solid #003880}footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container .footer-row-column__contact-button i{margin-right:12px}@media(min-width:768px){footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container .footer-row-column__contact-button{width:fit-content;margin-right:24px}}@media(max-width:768px){footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container .footer-row-column__contact-button{display:block;width:100%;text-align:center}}footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container .footer-row-column__contact-button:hover{color:#fff;background-color:#003880;box-shadow:0 6px 12px rgba(0,0,0,.2);transform:scale(105%)}footer #footer-row-one .container .footer-row--column .footer-row-column__contact-container .footer-row-column__contact-button:hover i{animation:rotateAndGrow 1s ease forwards}footer #footer-row-two{background:#003880}footer #footer-row-two .container{display:flex;justify-content:space-between;align-items:center}@media(max-width:952px){footer #footer-row-two .container{flex-direction:column;gap:24px}}footer #footer-row-two .container .footer-row-two-links--container{display:flex;justify-content:flex-start;gap:24px}@media(max-width:829px){footer #footer-row-two .container .footer-row-two-links--container{justify-content:center;flex-wrap:wrap}}footer #footer-row-two .container .footer-row-two-links--container a{color:rgba(255,255,255,.7);transition:all ease-in-out .3s}footer #footer-row-two .container .footer-row-two-links--container a:hover{color:#fff}footer #footer-row-three{background:#e0001b}footer #footer-row-three .container{padding-top:12px;padding-bottom:12px}footer #footer-row-three .container .footer-row-three-rrss--container{display:flex;justify-content:flex-start;gap:24px}@media(max-width:952px){footer #footer-row-three .container .footer-row-three-rrss--container{justify-content:center}}footer #footer-row-three .container .footer-row-three-rrss--container a{color:rgba(255,255,255,.7);transition:all ease-in-out .3s}footer #footer-row-three .container .footer-row-three-rrss--container a:hover{color:#fff}footer #footer-row-three .container .footer-row-three-rrss--container a img{max-height:19px;min-height:19px;height:19px}footer #footer-row-four{background:#fff}footer #footer-row-four .container{padding-top:12px;padding-bottom:12px;display:flex;justify-content:space-between}@media(max-width:1108px){footer #footer-row-four .container{flex-direction:column;align-items:center;gap:24px}}footer #footer-row-four .container p{color:#354052}@media(max-width:768px){footer #footer-row-four .container p{text-align:center}}footer #footer-row-four .container a{color:#003880;transition:all ease-in-out .3s}footer #footer-row-four .container a:hover{color:#1368f1}footer #footer-row-four .container .footer-row-fourth-copyright--container a{font-family:'Noto Sans Bold',sans serif}footer #footer-row-four .container .footer-row-fourth-legal--container,footer #footer-row-four .container .footer-row-fourth-legal--container>div{display:flex;justify-content:flex-end;gap:24px}@media(max-width:768px){footer #footer-row-four .container .footer-row-fourth-legal--container,footer #footer-row-four .container .footer-row-fourth-legal--container>div{gap:12px}}.footer-row-column-newsletter--container{padding-top:24px;display:flex;flex-direction:column;gap:24px}@media(max-width:768px){.footer-row-column-newsletter--container{width:calc(100vw - 12px);margin-bottom:48px}}.footer-row-column-newsletter--container label{font-size:14px;font-family:'Noto Sans Bold',sans serif}.footer-row-column-newsletter--container .validate{font-family:'Noto Sans Bold',sans serif;font-size:14px;color:#e0001b;margin-top:calc(4px - 24px);margin-bottom:24px;transition:all ease-in-out .3s}.footer-row-column-newsletter--container .footer-row-column__newsletter-input-container{position:relative}.footer-row-column-newsletter--container .footer-row-column__newsletter-input-container input[type="email"]{background-color:#fff;padding:12px 24px 12px 48px;display:flex;justify-content:flex-start;align-items:center;border-radius:8px 8px 0 0;position:relative;z-index:auto;height:48px;margin-bottom:24px;width:100%;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.16);border-radius:8px!important;margin-top:4px;padding-left:calc(48px + 12px);margin-bottom:0!important}.footer-row-column-newsletter--container .footer-row-column__newsletter-input-container input[type="email"]::-webkit-input-placeholder{color:rgba(100,101,104);font-size:16px}.footer-row-column-newsletter--container .footer-row-column__newsletter-input-container .envelope-blue{position:absolute;top:51px;left:-13px;background:#003880;width:48px;height:48px;padding:12px;display:flex;justify-content:center;align-items:center;border-radius:8px 0 0 8px}.footer-row-column-newsletter--container .footer-row-column__newsletter-input-container .envelope-blue:before{content:url('/Content/V2/img/svg/bigmat/icon//icon-input-envelope.svg');margin-top:calc(4px - 8px)}.footer-row-column-newsletter--container p{font-size:14px}.footer-row-column-newsletter--container p.small{font-size:13px;margin-top:12px}.footer-row-column-newsletter--container .footer-row-column-newsletter--acceptance-container{margin-top:24px;display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.footer-row-column-newsletter--container .footer-row-column-newsletter--acceptance-container>label{font-size:14px;font-family:'Noto Sans Bold',sans serif;color:rgba(255,255,255,.7);display:flex;flex-direction:row;align-items:center;width:100%;margin:0;padding:0;gap:8px;cursor:pointer}.footer-row-column-newsletter--container .footer-row-column-newsletter--acceptance-container>label a{color:#fff;transition:all ease-in-out .3s;font-size:14px;font-family:'Noto Sans Bold',sans serif;margin:0;padding:0}.footer-row-column-newsletter--container .footer-row-column-newsletter--acceptance-container>label a:hover{color:#fff}.footer-row-column-newsletter--container .footer-row-column-newsletter--acceptance-container #legal_newsletter{height:24px;width:24px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.footer-row-column-newsletter--container .footer-row-column-newsletter--acceptance-container input{margin:0;padding:0}.footer-row-column-newsletter--container .button-white-primary{background-color:#fff;padding:12px 24px;border-radius:8px;color:#003880;border:1px solid #fff;max-height:48px;font-size:16px;line-height:20px;font-family:'Noto Sans Bold',sans serif;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer;white-space:nowrap;box-shadow:0 3px 6px rgba(0,0,0,.16);transition:all ease-in-out .3s;border:1px solid #003880}.footer-row-column-newsletter--container .button-white-primary i{margin-right:12px}@media(min-width:768px){.footer-row-column-newsletter--container .button-white-primary{width:fit-content;margin-right:24px}}@media(max-width:768px){.footer-row-column-newsletter--container .button-white-primary{display:block;width:100%;text-align:center}}.footer-row-column-newsletter--container .button-white-primary:hover{color:#fff;background-color:#003880;box-shadow:0 6px 12px rgba(0,0,0,.2);transform:scale(105%)}.footer-row-column-newsletter--container .button-white-primary:hover i{animation:rotateAndGrow 1s ease forwards}@media(max-width:768px){.footer-row-column-newsletter--container .button-white-primary{width:calc(100vw - 40px)}}.footer-row-column-newsletter--container .button-white-primary .icon-tick-blue:before{content:url('/Content/V2/img/svg/bigmat/icon//icon-btn-tick-blue.svg')}.footer-row-column-newsletter--container .button-white-primary:hover .icon-tick-blue:before{content:url('/Content/V2/img/svg/bigmat/icon//icon-btn-tick-white.svg')}.footer-row-two-icons--container{display:flex;align-items:center;flex-direction:row-reverse}.footer-row-two-icons--container .bmiaa-link{margin-right:12px}.footer-row-two-icons--container .bmiaa-link:hover{filter:brightness(1.2);box-shadow:0 6px 12px rgba(0,0,0,.2);transition:all ease-in-out .3s}.footer-row-two-icons--container .greenmat-link:hover{filter:brightness(1.2);box-shadow:0 6px 12px rgba(0,0,0,.2);transition:all ease-in-out .3s}