:root{--breakpoint-mobile-small:480px}:root{--breakpoint-mobile:768px}:root{--breakpoint-tablet:998px}:root{--breakpoint-laptop:1200px}:root{--breakpoint-desktop:1920px}:root{--triangle-width:30px;--triangle-height:30px;--triangle-color:black}.arrow-up{width:var(--triangle-width);height:var(--triangle-height);border-left:calc(var(--triangle-width)/2) solid transparent;border-right:calc(var(--triangle-width)/2) solid transparent;border-bottom:calc(var(--triangle-height)/2) solid var(--triangle-color)}.arrow-down{width:var(--triangle-width);height:var(--triangle-height);border-left:calc(var(--triangle-width)/2) solid transparent;border-right:calc(var(--triangle-width)/2) solid transparent;border-top:calc(var(--triangle-height)/2) solid var(--triangle-color)}.arrow-right{width:var(--triangle-width);height:var(--triangle-height);border-top:calc(var(--triangle-height)/2) solid transparent;border-bottom:calc(var(--triangle-height)/2) solid transparent;border-left:calc(var(--triangle-width)/2) solid var(--triangle-color)}.arrow-left{width:var(--triangle-width);height:var(--triangle-height);border-top:calc(var(--triangle-height)/2) solid transparent;border-bottom:calc(var(--triangle-height)/2) solid transparent;border-right:calc(var(--triangle-width)/2) solid var(--triangle-color)}:root{--color-white:#fff}:root{--color-black:#000}:root{--color-brand-red:#B31522}:root{--color-brand-grey:#f9f9f9}:root{--color-light-grey:rgba(193,194,196,.4)}:root{--font-montserrat:Montserrat,sans-serif;--font-accent:var(--font-montserrat);--font-headline:var(--font-montserrat);--font-body:var(--font-montserrat)}:root{--content-max-width:1200px;--page-bumper-width:100px;--header-height:80px}main>.ct-section-inner-wrap{max-width:unset;width:100%;justify-content:center;align-items:center!important}header{background-color:var(--color-brand-red);position:fixed;top:var(--admin-bar-height);transition-duration:.5s}header.ct-section>.ct-section-inner-wrap{justify-content:space-between}header.ct-section>.ct-section-inner-wrap .columns{padding-top:1rem;padding-bottom:1rem;flex-wrap:nowrap}header.ct-section>.ct-section-inner-wrap .columns .left{display:flex;justify-content:center;align-items:flex-start;flex:0 1 10%}header.ct-section>.ct-section-inner-wrap .columns .center{color:white;font-weight:normal;flex-grow:5;display:flex;flex-basis:100%;justify-content:center;align-items:center;text-align:center;padding:0 2rem}header.ct-section>.ct-section-inner-wrap .columns .center h1{font-weight:400}header.ct-section>.ct-section-inner-wrap .columns .right{display:flex;justify-content:center;align-items:flex-end;flex:0 1 10%}header.ct-section>.ct-section-inner-wrap .columns .right .counter{background-color:white;display:flex;width:4rem;height:4rem;justify-content:center;align-items:center;border-radius:50px;color:var(--color-brand-red);font-weight:bold}