p{font-size:14px}@media screen and (min-width: 769px){p{font-size:16px}}.fw-text-primary{color:#e6000d}a.fw-btn,button.fw-btn{display:inline-block;text-decoration:none;text-align:center;box-sizing:border-box;padding:7px 20px;font-size:12pt;transition:all ease-in-out .4s}a.fw-btn.fw-btn-primary,button.fw-btn.fw-btn-primary{border:2px solid #e6000d;background-color:#fff;color:#000}a.fw-btn.fw-btn-primary:hover,button.fw-btn.fw-btn-primary:hover{background-color:#e6000d;color:#fff}a.fw-btn.fw-btn-secondary,button.fw-btn.fw-btn-secondary{background-color:#fff;color:#e6000d}a.fw-btn.fw-btn-tertiary,button.fw-btn.fw-btn-tertiary{border:2px solid #fff;background-color:#e6000d;color:#fff}a.fw-btn.fw-quiz-spacing-top,button.fw-btn.fw-quiz-spacing-top{margin-top:20px}body,html{padding:0;margin:0;width:100%;height:100%}body{background-color:#fff;padding-top:50px;font-family:"Source Sans Pro",sans-serif}body *{box-sizing:border-box}.fw-primary,.fw-container.fw-primary{background-color:#e6000d;color:#fff}.fw-dark,.fw-container.fw-dark{background-color:#000;color:#fff}.fw-container{position:relative;width:100%;background-color:#fff}.fw-container.fw-center{text-align:center}.fw-container.fw-white-text{color:#fff}.fw-container.fw-background-img{background-repeat:no-repeat;background-size:cover;background-position:30%}@media screen and (min-width: 769px){.fw-container.fw-background-img{background-position:top left;-o-object-fit:fill;object-fit:fill;-o-object-position:center;object-position:center}}.fw-container.fw-no-pad{padding:0}.fw-container.fw-extra-container-padding{padding-top:60px;padding-bottom:60px}.fw-container.fw-margin-bottom{margin-bottom:80px}.fw-container .fw-inner{position:relative;width:100%;max-width:960px;margin:0 auto}.fw-container.fw-oval-top{position:relative;background:none;width:100%;height:0;overflow:visible}.fw-container.fw-oval-top img{width:102%;height:auto;position:absolute;bottom:-2px;left:-2px;right:-2px;z-index:1}.fw-container.fw-oval-bottom{position:relative;background:none;width:100%;height:0;overflow:visible}.fw-container.fw-oval-bottom img{width:102%;height:auto;position:absolute;top:-2px;left:-2px;right:-2px;z-index:1}.fw-container.fw-full-width-img img{width:100%}.fw-tag{margin-bottom:0}.fw-title{font-weight:bold;font-size:25pt;margin-top:0;line-height:25pt}@media screen and (min-width: 769px){.fw-form-main-group{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;align-content:flex-start}}@media screen and (min-width: 769px){.fw-form-main-group .fw-form-group{width:48%}}.fw-form-group>label{margin-top:20px}.fw-form-group>input{width:100%}.fw-form-group>input.fw-field{padding:10px 5px;background-image:none;border:none;border-radius:3px}.fw-checkbox{width:100%;margin:20px 0 40px 0}.fw-submit-form-group{width:100%;text-align:center;margin-top:15px}.fw-submit-form-group #fw-subscribe-btn{padding:10px 15px;text-transform:uppercase;background-image:none;border:none;border-radius:3px}.fw-submit-form-group #fw-subscribe-btn:hover{background-color:#e6000d;color:#fff}.fw-quiz-container{position:relative;margin-top:25px}.fw-quiz-container .fw-quiz{position:relative;opacity:0;display:none;text-align:left}.fw-quiz-container .fw-quiz.fw-quiz-welcome .fw-answers-correct img,.fw-quiz-container .fw-quiz.fw-quiz-welcome .fw-answers-incorrect img,.fw-quiz-container .fw-quiz.fw-quiz-final .fw-answers-correct img,.fw-quiz-container .fw-quiz.fw-quiz-final .fw-answers-incorrect img{width:20px;height:20px;margin-right:7px}.fw-quiz-container .fw-quiz button.fw-next-question{cursor:pointer;pointer-events:auto}.fw-quiz-container .fw-quiz button.fw-next-question:hover{background-color:#fff;color:#e6000d}.fw-quiz-container .fw-quiz button.fw-next-question:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.fw-quiz-container .fw-quiz ul{margin:20px 0;padding:0}.fw-quiz-container .fw-quiz ul li{position:relative;box-sizing:border-box;cursor:pointer;list-style:none;margin:0;padding:0px 30px 0px 20px;margin-bottom:10px;border:2px solid #fff}.fw-quiz-container .fw-quiz ul li:hover{border:2px solid #000;background-color:#000}.fw-quiz-container .fw-quiz ul li.fw-correct{pointer-events:none}.fw-quiz-container .fw-quiz ul li.fw-correct:after{content:"";width:20px;height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);background-image:url("../images/tick.svg");background-position:center;background-size:cover;background-repeat:no-repeat}.fw-quiz-container .fw-quiz ul li.fw-incorrect{opacity:.5;pointer-events:none}.fw-quiz-container .fw-quiz ul li.fw-incorrect:after{content:"";width:20px;height:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);background-image:url("../images/cross.svg");background-position:center;background-size:cover;background-repeat:no-repeat}.fw-quiz-container .fw-quiz ul li.fw-selected{background-color:#000}.fw-mobile-nav{position:fixed;top:-100%;left:0;bottom:0;right:0;width:100%;height:calc(100% - 50px);text-align:center;list-style:none;padding:0;margin:0;z-index:50;background-color:#fff;opacity:0;transition:all .4s ease-in-out}@media screen and (min-width: 769px){.fw-mobile-nav{display:none}}.fw-mobile-nav a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;text-decoration:none;padding:5px;height:50px}.fw-mobile-nav a:hover{background-color:#e6000d;color:#fff}.fw-mobile-nav.open-nav{opacity:1;top:50px;transition:all .4s ease-in-out}header{width:100%;height:50px;position:fixed;top:0;left:0;right:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:0 10px;background-color:#fff;z-index:3}header .fw-logo{position:relative;width:89px}header .fw-logo img{height:100%;width:auto}header .fw-nav-toggle{height:18px;margin-right:10px;position:relative;width:24px}@media screen and (min-width: 769px){header .fw-nav-toggle{display:none}}header .fw-nav-toggle span{background-color:#000;border-radius:4px;height:2px;left:0;opacity:1;position:absolute;right:0;top:0;transition:all .4s ease-in-out;width:100%}header .fw-nav-toggle span:nth-child(2){top:8px}header .fw-nav-toggle span:nth-child(3){top:8px}header .fw-nav-toggle span:nth-child(4){bottom:0;top:auto}header .fw-nav-toggle.open span:nth-child(1){opacity:0}header .fw-nav-toggle.open span:nth-child(2){transform:rotate(45deg)}header .fw-nav-toggle.open span:nth-child(3){transform:rotate(-45deg)}header .fw-nav-toggle.open span:nth-child(4){opacity:0}header .fw-navigation{padding:0;margin:0;display:none}header .fw-navigation .fw-nav-item{position:relative;list-style:none}header .fw-navigation .fw-nav-item a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;text-decoration:none;padding:5px;margin-left:10px;height:50px}header .fw-navigation .fw-nav-item a:hover{background-color:#e6000d;color:#fff}@media screen and (min-width: 769px){header .fw-navigation.fw-desktop-nav{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center}}footer.fw-footer{background-color:#000;color:#fff;position:relative;padding-top:40px}@media screen and (min-width: 769px){footer.fw-footer{padding-top:70px}}footer.fw-footer:before{content:"";position:absolute;top:-1px;left:0;width:0;height:0;border-left:100vw solid #fff;border-bottom:30px solid transparent;z-index:20}@media screen and (min-width: 769px){footer.fw-footer:before{border-bottom:60px solid transparent}}footer.fw-footer.fw-footer-border-primary:before{border-left:99vw solid #e6000d}footer.fw-footer form.fw-newsletter-form{max-width:960px;margin:0 auto;padding:60px 30px}footer.fw-footer form.fw-newsletter-form h3{text-align:center}footer.fw-footer .fw-sub-footer{background-color:#333;padding:20px 15px}@media screen and (min-width: 769px){footer.fw-footer .fw-sub-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center}}footer.fw-footer .fw-sub-footer *{font-size:12px;margin:0}.fw-hero{position:relative;padding:50px 30px 0 30px;margin:0 auto}@media screen and (min-width: 769px){.fw-hero{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;padding:100px 30px 30px 30px;max-width:960px}}.fw-hero .fw-hero-img{position:relative;width:100%;margin-bottom:20px}@media screen and (max-width: 768px){.fw-hero .fw-hero-img{text-align:center}}@media screen and (min-width: 769px){.fw-hero .fw-hero-img{width:48%;margin-bottom:0px}}.fw-hero .fw-hero-img img{width:100%;height:auto}@media screen and (max-width: 768px){.fw-hero .fw-hero-img img{max-width:460px}}.fw-hero .fw-hero-content{width:100%}@media screen and (min-width: 769px){.fw-hero .fw-hero-content{width:48%}}@media screen and (min-width: 769px){.fw-hero .fw-hero-content p{margin-top:0}}@media screen and (min-width: 769px){.fw-hero .fw-hero-content .fw-single-hero-title h1{font-size:40px;line-height:40px}}.fw-sub-hero,.fw-2-col-text,.fw-2-col-text-secondary{position:relative;padding:0 30px 50px 30px;margin:0 auto}@media screen and (min-width: 769px){.fw-sub-hero,.fw-2-col-text,.fw-2-col-text-secondary{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;padding:0px 30px;max-width:960px}}.fw-sub-hero .fw-sub-hero-content,.fw-2-col-text .fw-sub-hero-content,.fw-2-col-text-secondary .fw-sub-hero-content{width:100%}@media screen and (min-width: 769px){.fw-sub-hero .fw-sub-hero-content,.fw-2-col-text .fw-sub-hero-content,.fw-2-col-text-secondary .fw-sub-hero-content{width:48%}}.fw-2-col-text,.fw-2-col-text-secondary{padding-bottom:0;padding-top:0}.fw-2-col-text.fw-content-center,.fw-content-center.fw-2-col-text-secondary{align-items:center;text-align:center}.fw-2-col-text .fw-content,.fw-2-col-text-secondary .fw-content{width:100%}@media screen and (min-width: 769px){.fw-2-col-text .fw-content,.fw-2-col-text-secondary .fw-content{width:48%}}.fw-2-col-text .fw-content>img,.fw-2-col-text-secondary .fw-content>img{width:100%}@media screen and (max-width: 768px){.fw-2-col-text .fw-content>img,.fw-2-col-text-secondary .fw-content>img{max-width:460px}}.fw-video-wrap{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:none;z-index:45}.fw-video-wrap.fw-open-video{display:block}.fw-video-wrap .fw-close-btn{position:absolute;right:30px;top:30px;font-size:22pt;color:#fff;cursor:pointer;background:#e6000d;padding:10px 12px;border-radius:50%;z-index:46}.fw-video-wrap .fw-video-wrap-container{width:100%;height:100%;padding:60px 20px;position:relative}@media screen and (min-width: 769px){.fw-video-wrap .fw-video-wrap-container{padding:100px}}.fw-video-wrap .fw-video-wrap-container iframe{position:absolute;width:calc(100vw - 40px);height:calc(100vh - 200px)}@media screen and (min-width: 769px){.fw-video-wrap .fw-video-wrap-container iframe{width:calc(100vw - 200px);height:calc(100vh - 200px)}}.fw-slider{position:relative;width:100%;padding:0 0 100px}.fw-slider .swiper-slide{background-color:#e6000d;padding:80px 20px;color:#fff;opacity:.25;transition:opacity .4s ease-in-out}.fw-slider .swiper-slide .fw-link{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:2}.fw-slider .swiper-slide h3{margin:0}.fw-slider .swiper-slide img{max-width:200px}.fw-slider .swiper-slide.swiper-slide-active,.fw-slider .swiper-slide.swiper-slide-next,.fw-slider .swiper-slide.swiper-slide-prev{opacity:1}.fw-slider .swiper-slide:nth-child(2n+1):before{content:"";position:absolute;top:-25px;left:-5%;width:110%;height:50px;background-color:#fff;border:2px solid #fff;transform:rotateZ(-5deg);z-index:2}.fw-slider .swiper-slide:nth-child(2n+1):after{content:"";position:absolute;bottom:-25px;left:-5%;width:110%;height:50px;background-color:#fff;border:2px solid #fff;transform:rotateZ(5deg);z-index:2}.fw-slider .swiper-slide:nth-child(2n):before{content:"";position:absolute;top:-25px;left:-1px;width:100%;height:50px;background-color:#fff;border:2px solid #fff;transform:rotateZ(2deg);z-index:2}.fw-slider .swiper-slide:nth-child(2n):after{content:"";position:absolute;bottom:-25px;left:-1px;width:100%;height:50px;background-color:#fff;border:2px solid #fff;transform:rotateZ(-2deg);z-index:2}.fw-slider .swiper-pagination-bullet{width:14px;height:14px;background-color:#000}.fw-slider .swiper-pagination-bullet-active{background-color:#555}.fw-hero-blog{position:relative;padding:30px 30px 0 30px;margin:0 auto}@media screen and (min-width: 769px){.fw-hero-blog{padding:30px;max-width:960px}}.fw-2-col-text-secondary>:first-child{width:100%}@media screen and (min-width: 769px){.fw-2-col-text-secondary>:first-child{width:68%}}.fw-2-col-text-secondary>:nth-child(2){width:100%}@media screen and (min-width: 769px){.fw-2-col-text-secondary>:nth-child(2){width:28%}}.fw-banner-blog{background-color:#e6000d}@media screen and (min-width: 769px){.fw-banner-blog{background-color:transparent;background-image:url("../images/blog-section-background.jpg");padding-bottom:65px !important;padding-top:65px !important;background-repeat:no-repeat;background-size:100% 100%;-o-object-fit:fill;object-fit:fill;-o-object-position:center;object-position:center}}.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary{align-items:stretch}.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section .fw-content,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary .fw-content{position:relative}.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section .fw-content.fw-img-banner-section,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary .fw-content.fw-img-banner-section{text-align:center}.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section .fw-content.fw-txt-banner-section,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary .fw-content.fw-txt-banner-section{color:#fff}.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section .fw-content.fw-txt-banner-section h1.headline,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary .fw-content.fw-txt-banner-section h1.headline{width:300px;margin-top:40px}@media screen and (min-width: 769px){.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section .fw-content.fw-txt-banner-section h1.headline,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary .fw-content.fw-txt-banner-section h1.headline{margin-top:100px}}.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section .fw-content.fw-txt-banner-section h4.sub-headline,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary .fw-content.fw-txt-banner-section h4.sub-headline{width:300px}@media screen and (min-width: 769px){.fw-banner-blog .fw-inner .fw-2-col-text.fw-banner-section .fw-content.fw-txt-banner-section h4.sub-headline,.fw-banner-blog .fw-inner .fw-banner-section.fw-2-col-text-secondary .fw-content.fw-txt-banner-section h4.sub-headline{margin-left:100px}}.fw-auto-2col-content{-moz-column-count:1;column-count:1;padding:0px 30px}.fw-auto-2col-content :first-child{margin-top:0}.fw-auto-2col-content :last-child{margin-bottom:0}@media screen and (min-width: 769px){.fw-auto-2col-content{-moz-column-count:2;column-count:2;-moz-column-gap:4%;column-gap:4%}}.fw-single-title-content{padding:0px 30px;text-align:center}.fw-single-title-content h1{margin-bottom:0}@media screen and (min-width: 769px){.fw-single-title-content h1{font-size:40px;line-height:40px}}.fw-single-title-content-blog{padding:0px 30px}.fw-single-content{padding:0px 30px}