:root{--dark:#1E1F26;--White:#fff;--accent:#FFD200;--main-font:"Work Sans","Helvetica Neue",Arial,sans-serif;--heading-font:"Bungee",Helvetica,Arial,"Nimbus Sans",sans-serif}body{font-family:var(--main-font);font-size:1rem;line-height:1}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;color:#fff;background:var(--dark)}section{padding:50px 0}section h1,section h2,section h3{margin-top:0;color:var(--accent);font-family:var(--heading-font);line-height:1.25}img{max-width:100%;height:auto}a{text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a:hover{opacity:.85}p:first-child{margin-top:0}p:last-child{margin-bottom:0}h1{margin-bottom:32px;font-size:32px;text-transform:uppercase}h2{margin-bottom:32px;font-size:32px;text-transform:uppercase}h3{margin-bottom:20px;font-size:24px;text-transform:uppercase}iframe{border:0}.bolfday-content ol,.bolfday-content ul{padding-left:18px}.bolfday-content li,.bolfday-content p{font-size:16px;line-height:1.5}.bolfday-content li strong,.bolfday-content p strong{font-weight:700}.bolfday-page-default,.bolfday-site-main{overflow:hidden}.bolfday-container{max-width:1150px;width:100%;margin:0 auto;padding:0 15px}.bolfday-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px}.bolfday-row.bolfday-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bolfday-col-50{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bolfday-col-33{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}.bolfday-col-66{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%}.bolfday-col-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bolfday-col-auto{-webkit-box-flex:1;-ms-flex:1;flex:1}.alignleft{float:left;margin-right:1.5em;margin-bottom:1em}.alignright{float:right;margin-left:1.5em;margin-bottom:1em}.aligncenter{display:block;margin-left:auto;margin-right:auto;margin-bottom:1em}.bolfday-site{max-width:1440px;width:100%;margin:0 auto}.logged-in.admin-bar .bolfday-site-header{top:46px}.bolfday-site-header{position:sticky;top:0;padding:16px 0;border-bottom:1px solid #554601;background:#272727;z-index:99}.bolfday-site-header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;background-color:transparent}.bolfday-header-logo{-ms-flex-negative:0;flex-shrink:0;width:249px}.bolfday-header-logo img{-o-object-fit:contain;object-fit:contain}.bolfday-primary-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:35px;list-style:none;margin:0;padding:0}.bolfday-primary-menu .menu-item a{display:block;font-family:var(--main-font);color:var(--White,#fff);font-size:16px;font-style:normal;font-weight:700;line-height:125%;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bolfday-primary-menu .menu-item.current-menu-item a,.bolfday-primary-menu .menu-item:hover a{color:var(--accent)}.bolfday-header-link{-ms-flex-negative:0;flex-shrink:0;margin-left:auto}.bolfday-login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;padding:10px 16px;border:0;border-radius:100px;background:#ffd200;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.bolfday-login:hover{opacity:.8}.bolfday-off-canvas-menu-btn{position:relative;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;line-height:0;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.bolfday-off-canvas-menu-btn span,.bolfday-off-canvas-menu-btn:after,.bolfday-off-canvas-menu-btn:before{content:"";display:block;width:30px;height:4px;background-color:#fff;position:absolute;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.bolfday-off-canvas-menu-btn:before{top:10px}.bolfday-off-canvas-menu-btn:after{bottom:10px}.bolfday-off-canvas-menu-btn span{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.bolfday-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:16px;border:0;border-radius:100px;background-color:#1e1f26;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-family:var(--main-font);color:#ffd200;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;text-decoration:none;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.bolfday-button.btn-yellow{padding:10px 32px;background-color:var(--accent);color:var(--dark);font-size:16px;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.bolfday-button:hover{opacity:1;-webkit-box-shadow:none;box-shadow:none}.bolfday-button:hover.btn-yellow{opacity:.8}.bolfday-button-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;padding:10px;border-radius:50%;background-color:var(--accent)}.bolfday-button-arrow:before{content:"";display:block;width:18px;height:18px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M18 1.57424C18 1.17661 17.842 0.79526 17.5609 0.514091C17.2797 0.232923 16.8984 0.0749641 16.5007 0.0749641L4.50652 0C4.10889 0 3.72754 0.157959 3.44637 0.439128C3.1652 0.720297 3.00724 1.10164 3.00724 1.49928C3.00724 1.89691 3.1652 2.27825 3.44637 2.55942C3.72754 2.84059 4.10889 2.99855 4.50652 2.99855H12.8425L0.443483 15.4275C0.302958 15.5669 0.191421 15.7327 0.115305 15.9154C0.0391888 16.0981 0 16.2941 0 16.492C0 16.69 0.0391888 16.8859 0.115305 17.0686C0.191421 17.2513 0.302958 17.4171 0.443483 17.5565C0.58286 17.697 0.748682 17.8086 0.931382 17.8847C1.11408 17.9608 1.31005 18 1.50797 18C1.70589 18 1.90185 17.9608 2.08456 17.8847C2.26726 17.8086 2.43308 17.697 2.57245 17.5565L15.0014 5.12752V13.4935C15.0014 13.8911 15.1594 14.2725 15.4406 14.5536C15.7217 14.8348 16.1031 14.9928 16.5007 14.9928C16.8984 14.9928 17.2797 14.8348 17.5609 14.5536C17.842 14.2725 18 13.8911 18 13.4935V1.57424Z" fill="%231E1F26"/></svg>') no-repeat center transparent}.bolfday-site-footer{margin-top:50px;padding:24px 0;background-color:#000}.bolfday-footer-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px;margin-bottom:32px}.bolfday-footer-disclaimer a{color:#ffd200;font-family:var(--heading-font);font-size:14px;font-style:normal;font-weight:700;line-height:16px;text-transform:uppercase}.bolfday-footer-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.bolfday-footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.bolfday-footer-copyright{font-family:var(--main-font);color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:1.5}.bolfday-footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:35px;list-style:none;margin:0;padding:0}.bolfday-footer-menu .menu-item a{display:block;font-family:var(--main-font);color:var(--White,#fff);font-size:16px;font-style:normal;font-weight:700;line-height:125%;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bolfday-footer-menu .menu-item.current-menu-item a,.bolfday-footer-menu .menu-item:hover a{color:var(--accent)}.bolfday-mobile-menu{position:fixed;top:-100%;left:0;width:100%;border-bottom:1px solid #554601;background:#272727;opacity:0;visibility:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:99}.bolfday-mobile-menu.open-menu{top:0;opacity:1;visibility:visible}.bolfday-mobile-menu.open-menu .bolfday-mobile-menu-close-icon{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bolfday-mobile-menu-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:10px}.bolfday-mobile-menu-close-icon{width:36px;height:36px;background-color:#fff;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDEzMSI+CjxsaW5lIGlkPSJMaW5lIDMyIiB4MT0iMTkuNzUiIHgyPSIxOS43NSIgeTI9IjM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8bGluZSBpZD0iTGluZSAzMyIgeTE9IjE4LjI1IiB4Mj0iMzgiIHkyPSIxOC4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDEzMSI+CjxsaW5lIGlkPSJMaW5lIDMyIiB4MT0iMTkuNzUiIHgyPSIxOS43NSIgeTI9IjM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8bGluZSBpZD0iTGluZSAzMyIgeTE9IjE4LjI1IiB4Mj0iMzgiIHkyPSIxOC4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8L3N2Zz4K);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.bolfday-mobile-menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px;padding:15px 40px 40px;text-align:center}.bolfday-mobile-menu-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;margin:0;padding:0;list-style:none}.bolfday-mobile-menu-nav .menu-item a{display:block;color:var(--White,#fff);text-align:center;font-family:var(--main-font);font-size:15px;font-style:normal;font-weight:700;line-height:125%;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bolfday-mobile-menu-nav .menu-item.current-menu-item a,.bolfday-mobile-menu-nav .menu-item:hover a{color:var(--accent)}.bolfday-mobile-menu-logo{padding:15px 10px 15px;border-top:1px solid #554601;text-align:center}.bolfday-mobile-menu-logo img{max-width:60px}.bolfday-page-error{padding:100px 0}.bolfday-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9999}.bolfday-popup{position:relative;max-width:500px;width:100%;padding:30px 40px;border-radius:30px;border:1px solid #ffd200;background:#1e1f26;-webkit-animation:fadeIn .25s ease;animation:fadeIn .25s ease}.bolfday-close{position:absolute;right:12px;top:12px;border:none;background:0 0;color:var(--accent);font-size:26px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.bolfday-close:hover{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.bolfday-title{margin:0 0 16px;color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:1.5;text-transform:uppercase}.bolfday-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.bolfday-form input{width:100%;padding:16px 12px;background-color:#fff;border:0;border-radius:5px;color:#111}.bolfday-form input::-webkit-input-placeholder{color:var(--accent)}.bolfday-form input::-moz-placeholder{color:var(--accent)}.bolfday-form input:-ms-input-placeholder{color:var(--accent)}.bolfday-form input::-ms-input-placeholder{color:var(--accent)}.bolfday-form input::placeholder{color:var(--accent)}.bolfday-form label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px}.bolfday-form label input{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bolfday-form label a{color:var(--accent);font-size:12px;font-style:normal;font-weight:500;line-height:1.25}.bolfday-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.bolfday-submit.bolfday-button{width:100%;margin-top:4px}.bolfday-switch{margin-top:5px;font-size:12px;text-align:center;color:#bababa}.bolfday-switch span{color:var(--accent);font-weight:500;text-decoration:underline;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.bolfday-switch span:hover{text-decoration-color:transparent}@-webkit-keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.bolfday-form-wrap#bolfdayThanks{text-align:center}@media screen and (min-width:782px){.logged-in.admin-bar .bolfday-site-header{top:32px}}@media screen and (max-width:1024px){.bolfday-site{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bolfday-site>main{-webkit-box-flex:1;-ms-flex:1;flex:1}.bolfday-header-logo{width:190px}}@media screen and (max-width:991px){.bolfday-primary-menu{gap:25px}.bolfday-primary-menu .menu-item a{font-size:14px}.bolfday-footer-top{gap:25px}}@media screen and (max-width:901px){.bolfday-primary-menu:not(.bolfday-primary-footer-menu){display:none}.bolfday-off-canvas-menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.bolfday-footer-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bolfday-footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:768px){section{padding:40px 0}p{font-size:14px}.bolfday-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.bolfday-site-header{padding:10px 0}.bolfday-site-header-wrap{gap:15px}.bolfday-header-logo{width:150px}.bolfday-login{padding:10px 12px}.bolfday-footer-copyright{text-align:center}.bolfday-footer-menu{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.bolfday-footer-menu .menu-item a{font-size:14px}.bolfday-title{font-size:16px}.bolfday-form input{padding:10px;font-size:14px}.bolfday-form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:768px){h1{margin-bottom:24px;font-size:24px}h2{margin-bottom:24px;font-size:24px}h3{margin-bottom:16px;font-size:18px}.bolfday-content li,.bolfday-content p{font-size:14px}.alignleft{display:block;float:none;margin:15px auto 15px;text-align:left}.alignright{display:block;float:none;margin:15px auto 15px;text-align:right}.aligncenter{display:block;margin:15px auto 15px;text-align:center}.alignnone{display:block;margin:15px auto 15px;text-align:center}}@media screen and (max-width:600px){.bolfday-header-logo{width:100px}.bolfday-header-link{padding:10px 15px;font-size:12px}.bolfday-button.btn-yellow{padding:10px 15px;font-size:12px}}
/*# sourceMappingURL=app.min.css.map */
