:root{--white:#fff;--black:#000;--defaultColor:#263238;--linkColor:var(--mediumBlue);--veryLightGray:#f6f7f9;--greyOnGrey:#eee;--lightGrey:#e8e8e8;--mediumGrey:#cfd8dc;--mediumGreen:#a1b4bb;--grey:#aaa;--altGrey:#6f7785;--splashGray:#7e8894;--darkGrey:#565b64;--veryDarkGrey:#42434a;--inputShadow:rgba(0,0,0,.08);--borderRadiusSmall:3px;--borderRadiusMedium:5px;--inputBorderRadius:3px;--primaryInputBoxShadow:0px 0px 3px rgba(0,0,0,.15);--mediumBlueGrey:#a2b3bb;--mediumBlue:#1a75c1;--darkBlue:#004178;--step1Color:var(--veryDarkGrey);--step2Color:#2c4251;--step3Color:var(--altGrey);--step4Color:#2f6372;--step5Color:var(--grey);--step6Color:#549aad;--step7Color:var(--orange);--deepGreen:#354750;--orange:#eb5424;--errorRed:#f11;--errorColor:#690000;--errorBackground:#fddbe1;--calculatorGray:#2c4251;--calculatorYellow:#feca2f;--calculatorBlue2:#2f6372;--calculatorBlue5:#549aad;--calculatorOrange:#eb5424}.component{background-color:var(--darkGrey);color:var(--white);padding:25px 0;position:fixed;text-align:center;top:0;width:100%;z-index:9999999}.component .offer{font-size:20px}.component .button{display:inline-block;transform:translateY(25%);width:auto!important}.component .countdown-timer>div{background-color:hsla(0,0%,100%,.15);border-radius:var(--borderRadiusMedium);display:inline-block;font-size:20px;padding:7.5px;text-align:center;width:80px}.component .countdown-timer .time{font-size:12px;text-align:center}@media (max-width:992px){.component{padding-bottom:0}.component .countdown-timer>div{width:65px}.component .offer{position:relative;top:-10px}}