:root{--main-color:#1d6cc2;--main-dark:#000}*{box-sizing:border-box}body{color:#000;font-family:Sofia Sans Condensed,sans-serif;font-weight:400;letter-spacing:-.02em;margin:0;padding:0}button:focus{outline:none}input{font-family:Sofia Sans Condensed,sans-serif}input:focus{outline:none}select{font-family:Sofia Sans Condensed,sans-serif}select:focus{outline:none}textarea{font-family:Sofia Sans Condensed,sans-serif}textarea:focus{outline:none}a{color:inherit!important;text-decoration:none!important}#header{left:0;position:fixed;right:0;top:0;z-index:90}#header>.inner{align-items:stretch;color:#fff;display:flex;height:100px;justify-content:space-between;padding:0 98px 0 48px;position:relative;width:100vw;z-index:3}@media (max-width:770px){#header>.inner{height:60px;padding:0 64px 0 4vw}}#header.bright>.inner a,#header.dark>.inner a{color:#000!important}#header>.inner>.left{align-items:center;display:flex;justify-content:flex-start}#header>.inner>.right{align-items:center;display:flex;font-size:16px;font-weight:500;justify-content:flex-end}#header .main-logo{position:relative;width:141px}#header .main-logo img{display:block;transition:opacity .5s;width:100%}#header .main-logo .colored{left:0;opacity:0;position:absolute;top:0;width:100%;z-index:3}#header.bright .main-logo .white,#header.dark .main-logo .white{opacity:0!important}#header.bright .main-logo .colored,#header.dark .main-logo .colored{opacity:1}@media (max-width:770px){#header .main-logo{width:90px}}#header .btn-hamburger{margin-left:28px}#header .btn-hamburger>img{cursor:pointer;width:24px}#header.bright .btn-hamburger>img,#header.dark .btn-hamburger>img{filter:brightness(0)}#header .background{background-color:transparent;bottom:0;left:0;position:absolute;right:0;top:0;transition:all .4s;z-index:0}#header.bright .background,#header.dark .background{background-color:#fff}#header .link-w-border{align-items:center;border:2px solid #fff;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:14px;transition:all .5s;width:140px}#header.bright .link-w-border,#header.dark .link-w-border{border-color:#000;color:#000}#header .link-w-border:hover{border-color:var(--main-color)}#header.dark .btn-reserve{color:#000}@media (max-width:770px){#header .link-w-border{display:none}}#side-bar{align-items:flex-end;background-color:#fff;box-shadow:0 0 40px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100vh;justify-content:flex-start;opacity:0;overflow:auto;padding:97px 50px 50px 20px;position:absolute;right:-400px;top:0;transition:all .3s ease-out;width:350px;z-index:5}#side-bar.visible{opacity:1;right:0}#side-bar .side-menu{align-items:flex-end;display:flex;flex-direction:column;font-size:22px;justify-content:flex-start;list-style-type:none;margin:0;padding:0;text-align:right}#side-bar .side-menu>li{margin-bottom:24px;user-select:none}#side-bar .side-menu>li.wsub{margin-bottom:16px}#side-bar .side-menu .sub{color:gray;margin:5px 0;padding:0}#side-bar .side-menu .sub li{display:block;font-size:14px;margin-bottom:0;padding:0}#side-bar .side-menu .sub li:not(:last-child){margin-bottom:5px}#side-bar .close-container{align-items:flex-start;display:flex;height:90px;justify-content:flex-end;left:0;position:absolute;right:50px;top:30px}#side-bar .close-container .btn-close{cursor:pointer}#side-bar .close-container .btn-close img{width:20px}#side-bar .side-social-icons{align-items:center;display:flex;justify-content:flex-end;margin-top:20px}#side-bar .side-social-icons img{margin-left:20px;width:20px}@media (min-width:769px){#side-bar .side-menu>li.mobile-link{display:none}}.notfication-message{align-items:center;border-radius:4px;box-shadow:0 0 40px rgba(0,0,0,.1);color:#fff;display:flex;font-size:16px;justify-content:space-between;left:calc(50% - 185px);line-height:1.3em;opacity:0;padding:20px;position:fixed;top:-100px;transition:all .3s ease-out;width:370px;z-index:91}.notfication-message.active{opacity:1;top:95px}.notfication-message .msg-text{padding-right:10px}.notfication-message .btn-close{cursor:pointer}.notfication-message .btn-close img{filter:invert(1);width:16px}.hamburger{cursor:pointer;display:flex;flex-direction:column;position:fixed;right:48px;top:38px;width:22px;z-index:91}.hamburger span{background:#fff;border-radius:10px;height:3px;margin:2px 0;transition:.4s cubic-bezier(.68,-.6,.32,1.6)}.hamburger span:first-of-type{width:50%}.hamburger span:nth-of-type(2){width:100%}.hamburger span:nth-of-type(3){width:75%}.hamburger input[type=checkbox]{display:none}.hamburger input[type=checkbox]:checked~span{background:#000}.hamburger input[type=checkbox]:checked~span:first-of-type{transform:rotate(45deg) translate(3px);transform-origin:bottom}.hamburger input[type=checkbox]:checked~span:nth-of-type(2){transform:rotate(-45deg);transform-origin:top}.hamburger input[type=checkbox]:checked~span:nth-of-type(3){transform:translate(9px,-4px) rotate(45deg);transform-origin:bottom;width:50%}.bright .hamburger span,.dark .hamburger span{background:#000}@media (max-width:770px){.hamburger{right:24px;top:19px}}.timer-container{align-items:center;display:flex;justify-content:flex-start;left:220px;position:absolute;top:16px}.timer-container .text-area .row{align-items:flex-start;display:flex;justify-content:flex-start}.timer-container .text-area .left{width:200px}.timer-container .text-area .right{width:120px}.timer-container .text-area .text{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;height:20px;justify-content:center}.timer-container .text-area .bold{font-weight:700}.timer-container .text-area .blackb{background-color:#15181b}.timer-container .text-area .greenb{background-color:var(--main-color)}.timer-container .text-area .row:first-child .right{justify-content:flex-start;padding-left:5px}.timer-container .text-area .row:last-child .left{justify-content:flex-end;padding-right:5px}@media (max-width:770px){.timer-container{left:186px}}@media (max-width:550px){.timer-container{background-color:#15181b;height:60px;justify-content:center;left:0;top:-60px;width:100%}.timer-container .text-area .left{width:116px}.timer-container .text-area .right{width:70px}.timer-container .text-area .text{font-size:8px;height:18px}.timer-container .text-area .blackb{border:1px solid #fff}}@media (min-width:551px){.bright .timer-container .text-area .text,.dark .timer-container .text-area .text{color:#15181b}.bright .timer-container .text-area .blackb,.bright .timer-container .text-area .greenb,.dark .timer-container .text-area .blackb,.dark .timer-container .text-area .greenb{color:#fff}}.mullen-timer{align-items:flex-start;display:flex;justify-content:flex-start;margin-left:20px}.mullen-timer .timer-module{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.mullen-timer .timer-block,.mullen-timer .timer-counter{align-items:center;display:flex;justify-content:center}.mullen-timer .timer-block{background-color:#fff;color:#15181b;font-size:18px;font-weight:700;height:23px;width:21px}.mullen-timer .timer-block:first-child{margin-right:3px}.mullen-timer .timer-module .text{color:#fff;font-size:9px;font-weight:600;margin-top:7px}.mullen-timer .seperator{align-items:center;color:#fff;display:flex;font-size:14px;height:23px;justify-content:center;width:12px}@media (max-width:550px){.mullen-timer{margin-left:9px}.mullen-timer .timer-block{font-size:14px;height:18px;width:15px}.mullen-timer .timer-block:first-child{margin-right:2px}.mullen-timer .seperator{height:21px}}@media (min-width:551px){.bright .mullen-timer .timer-block{background-color:#15181b;color:#fff}.bright .mullen-timer .seperator,.bright .mullen-timer .timer-module .text{color:#15181b}.dark .mullen-timer .timer-block{background-color:#15181b;color:#fff}.dark .mullen-timer .seperator,.dark .mullen-timer .timer-module .text{color:#15181b}}#errormessage{background-color:#d0171a}#successmessage{background-color:var(--main-color)}#headervideooverlay{align-items:center;background-color:rgba(0,0,0,.85);bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:91}#headervideooverlay video{max-height:60%}#headervideooverlay iframe,#headervideooverlay video{border-radius:4px;max-width:96%}#headervideooverlay .close-button{color:var(--main-color);cursor:pointer;font-size:18px;font-weight:600;position:absolute;right:25px;top:36px}#headervideooverlay .close-button>img{display:block;filter:contrast(0) brightness(10);width:32px}.main-footer-container{width:100%}.main-footer-container>.top{background-color:#fff;padding:0 36px;width:100%}.form-keep-in-touch{height:160px;margin:0 auto;max-width:1440px;width:100%}.form-keep-in-touch,.form-keep-in-touch>.right{align-items:center;display:flex;justify-content:space-between}.form-keep-in-touch>.right>img{width:220px}.form-keep-in-touch>.right>.text{font-size:18px;margin-right:32px}.form-keep-in-touch .kit-input{align-items:center;border-bottom:1px solid #000;display:flex;flex:0 0 auto;padding:0 10px}.form-keep-in-touch .kit-input input{border:none;font-size:18px;width:460px}.form-keep-in-touch .kit-input .label{color:var(--main-color);cursor:pointer;font-size:16px}@media (max-width:1200px){.kit-container{padding:0 20px}}@media (max-width:990px){.form-keep-in-touch>.right>img{display:none}.form-keep-in-touch>.right>.text{margin-right:0}}@media (max-width:650px){.form-keep-in-touch{height:75px}.form-keep-in-touch>.right>.text{font-size:12px}.form-keep-in-touch .kit-input input{font-size:12px;width:45vw}.form-keep-in-touch .kit-input .label{font-size:12px}}#footerform{width:550px}#footerform>.text{font-size:13px;margin-bottom:20px}@media (max-width:770px){#footerform{width:100%}.form-keep-in-touch{height:auto;padding:25px 0}}@media (max-width:550px){#footerform>.text{font-size:12px;line-height:18px;margin-bottom:10px}}.form-keep-in-touch>img{width:140px}.form-keep-in-touch .gdpr-sec{width:330px}.form-keep-in-touch .gdpr-sec>.text{font-size:10px;line-height:12px}.form-keep-in-touch .gdpr-sec>.text a{text-decoration:underline!important}.form-keep-in-touch .gdpr-sec a img{margin-top:10px;width:200px}@media (max-width:990px){.form-keep-in-touch>img{display:none}.form-keep-in-touch .gdpr-sec{padding-left:10px;width:200px}}@media (max-width:770px){.form-keep-in-touch{align-items:flex-start;flex-direction:column;justify-content:flex-start}.form-keep-in-touch .gdpr-sec{padding-left:0;padding-top:25px;text-align:center;width:100%}}@media (max-width:550px){.form-keep-in-touch .gdpr-sec a img{width:150px}}.gdpr-sec .gpdr-badge{align-items:stretch;background-color:#f9f9f9;display:flex;height:48px;justify-content:flex-start;margin-top:8px;width:200px}.gdpr-sec .start{background:#1a73e8;color:#fff;display:flex;flex-direction:column;font-size:10px;font-weight:400;justify-content:center;padding:0 7px;white-space:nowrap;width:75%}.gdpr-sec .end{width:25%}.gdpr-sec .gpdr-badge .gdpr-logo{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.gdpr-sec .gpdr-badge .gdpr-logo img{display:block;width:32px}.footer{background-color:var(--main-dark);padding:0 36px 30px;position:relative;width:100%}.footer>.inner{margin:0 auto;max-width:1440px;width:100%}.footer .top-section{align-items:flex-start;color:#fff;display:flex;font-size:14px;height:0;justify-content:space-between;overflow:hidden;padding-top:0;transition:all .3s ease-out;width:100%}.footer.active .top-section{border-bottom:1px solid #fff;height:155px;padding-top:45px}.footer .top-section>.left{align-items:flex-top;display:flex;justify-content:flex-start}.footer .top-section>.right{align-items:center;display:flex;justify-content:flex-end}.footer .top-section .social-icon{cursor:pointer;filter:invert(1);height:20px;margin-right:12px}.footer .bottom-section{align-items:center;color:#fff;display:flex;font-size:13px;font-weight:100;justify-content:space-between;padding-top:16px}.footer .footer-col{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-right:64px}.footer .footer-col:last-child{margin-right:0}.footer .footer-col>.row{cursor:pointer;margin-bottom:15px;text-decoration:none}.footer .footer-col>.row:last-child{margin-bottom:0}.footer .open-button{align-items:center;background-color:var(--main-color);border-radius:100%;cursor:pointer;display:flex;height:36px;justify-content:center;left:calc(50% - 13px);position:absolute;top:-13px;width:36px}.footer .open-button img{width:8px}@media (max-width:1200px){.footer{padding:45px 20px 30px}}@media (max-width:768px){.footer .footer-col{margin-right:30px}}@media (max-width:650px){.footer .open-button,.footer .top-section>.right{display:none}}@media (max-width:500px){.footer .top-section{height:40px;justify-content:center}.footer .top-section>.left{display:none}.footer .top-section>.right{display:flex}.footer .bottom-section{align-items:center;flex-direction:column-reverse;justify-content:flex-start}.footer .bottom-section .left{text-align:center}.footer .bottom-section .right{margin-bottom:20px;text-align:center}}.commercial-popup{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:92}.commercial-popup.hidden{display:none}.footer-form-container{align-items:stretch;background-color:#fff;display:flex;height:80vh;justify-content:flex-start;max-height:800px;max-width:1450px;padding:45px 35px;position:relative;width:94%}.footer-form-container .side-image{background-image:url(https://www.bollingerev.com/hubfs/mullen-4-0/promotional/commercial-promo.jpg);background-position:bottom;background-repeat:no-repeat;background-size:cover;width:640px}.footer-form-container .form-section{color:#000;height:100%;overflow:auto;padding-left:35px;width:calc(100% - 640px)}.footer-form-container .form-section .title{font-size:30px;font-weight:700}.footer-form-container .form-section .text{font-size:16px;line-height:22px;margin-bottom:16px}.footer-form-container .close{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:15px;top:20px;width:32px}@media (max-width:1200px){.footer-form-container{padding:30px 35px}.footer-form-container .side-image{width:390px}.footer-form-container .form-section{padding-left:25px;width:calc(100% - 390px)}}@media (max-width:770px){.footer-form-container .side-image{display:none}.footer-form-container .form-section{padding-left:0;width:100%}}.ea-heading{font-size:24px;font-weight:600;margin:35px 0 32px}.ea-text{font-size:15px;font-weight:500;margin-bottom:30px}.bi-row{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:100%}.bi-container{max-width:1480px;padding-left:20px;padding-right:20px;width:100%}@media (min-width:1441px){.bi-container.lg{max-width:1640px}}@media (max-width:1479px){.bi-container{max-width:1220px;padding-left:20px;padding-right:20px}}@media (max-width:1219px){.bi-container{max-width:1020px;padding-left:15px;padding-right:15px}}@media (max-width:1019px){.bi-container{max-width:800px}}@media (max-width:770px){.bi-container{max-width:unset;padding:0 4vw}}@media (min-width:771px){.tablet-content{display:none!important}}@media (max-width:770px){.desktop-content{display:none!important}}@media (min-width:551px){.mobile-content{display:none!important}}@media (max-width:550px){.no-mobile-content{display:none!important}}