*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}img,picture{max-width:100%;display:block}body{font-family:"Verdana",sans-serif;font-weight:400;background:#161a1d;box-sizing:border-box;color:#18335a;font-size:16px;height:100%}@media(min-width: 900px)and (max-width: 1199px){body{font-size:14px}}@media(min-width: 0)and (max-width: 899px){body{font-size:12px}}*,*:after,*:before{box-sizing:inherit}.hidden{display:none !important}.page-loader{position:fixed;left:0;top:0;right:0;bottom:0;z-index:500;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}.content-section{border-top:1px solid hsla(0,0%,100%,.5);padding:100px 0}@media(min-width: 0)and (max-width: 599px){.content-section{padding:50px 0}}.inner-section{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}@media(min-width: 0)and (max-width: 599px){.inner-section{padding:0 20px}}.section-heading{font-size:3rem;font-weight:900;line-height:1.2;color:#18335a;display:flex;align-items:flex-end;justify-content:center}@media(min-width: 0)and (max-width: 599px){.section-heading{font-size:2.5rem;flex-flow:column nowrap;align-items:center}}.section-heading span{font-size:2.5rem;font-weight:300;display:inline-block;margin-right:10px}@media(min-width: 0)and (max-width: 599px){.section-heading span{font-size:1.5rem;margin-right:0}}.modal-open{position:absolute;width:100%;overflow:hidden}.modal-container{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:200;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto}.modal{position:relative;width:100%;max-width:600px;margin-top:50px;padding:50px;background-color:#fff;color:#000;border-radius:6px}.modal-close{color:#fff;position:absolute;right:5px;top:5px;font-size:18px;display:flex;justify-content:center;align-items:center;background-color:#fff;padding:10px;width:40px;height:40px;border-radius:20px;cursor:pointer}@media(min-width: 0)and (max-width: 599px){.modal-close{position:fixed;right:10px;top:10px}}.icon-close{background-image:url(../images/icon-close.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px}.icon-close-white{background-image:url(../images/icon-close-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:20px;height:20px}.icon-nav{display:block;background-image:url(../images/icon-nav.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:25px;height:25px}.icon-edit{display:block;background-image:url(../images/icon-edit.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:22px;height:22px;margin-left:5px}.icon-logo{display:block;background-image:url(../images/logo.png);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.icon-logo-alt{display:block;background-image:url(../images/rsg_logo_white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.icon-voucher{display:block;background-image:url(../images/icon-voucher.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.icon-ticket{display:block;background-image:url(../images/icon-ticket.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.icon-checkmark{display:block;background-image:url(../images/icon-checkmark.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.icon-checkmark-white{display:block;background-image:url(../images/icon-checkmark-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.icon-user-white{display:block;background-image:url(../images/icon-user-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.icon-user-blue{display:block;background-position:center;background-repeat:no-repeat;background-size:contain;width:40px;height:40px;background-image:url(../images/icon-user-blue.svg)}.btn-spinner{display:inline-block;width:15px;height:15px}.btn-spinner:after{content:" ";display:block;width:100%;height:100%;border-radius:50%;border:2px solid #fff;border-color:#fff rgba(0,0,0,0) #fff rgba(0,0,0,0);animation:spinner 1.2s linear infinite}.spinner{display:inline-block;width:80px;height:80px}.spinner:after{content:" ";display:block;width:64px;height:64px;border-radius:50%;border:6px solid #fff;border-color:#fff rgba(0,0,0,0) #fff rgba(0,0,0,0);animation:spinner 1.2s linear infinite}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.input-wrapper+.input-wrapper{margin-top:15px}label{font-weight:900;font-size:14px}label .hint{font-size:12px;font-weight:400}input[type=email],input[type=number],input[type=text],select{background-color:#fff;height:40px;width:100%;font-size:14px;padding:0 10px;border:1px solid #ccc;-webkit-appearance:none;outline:none;border-radius:4px}input[type=email]:active,input[type=email]:focus,input[type=number]:active,input[type=number]:focus,input[type=text]:active,input[type=text]:focus,select:active,select:focus{border:1px solid #3276e7;box-shadow:0 4px 8px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.08);background-color:rgba(50,118,231,.1)}input[type=email]:disabled,input[type=number]:disabled,input[type=text]:disabled,select:disabled{background-color:#999}select:invalid{color:#aaa}select option{color:#000}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{border:1px solid #aaa;-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0 1000px rgba(0,0,0,0) inset;transition:background-color 5000s ease-in-out 0s}::-webkit-input-placeholder{color:#aaa}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=datetime-local]::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none}select{background-image:url("../images/icon-angle-down-grey.svg");background-position:right 10px center;background-repeat:no-repeat;background-size:auto 12px;padding-right:10px}.form-error-msg{color:red;background-color:rgba(255,0,0,.2);padding:5px;font-weight:900;font-size:1rem;border-radius:6px;margin-top:10px;text-align:center}.form-footer{border-top:1px solid #aaa;padding-top:20px;margin-top:20px;display:flex;justify-content:flex-end;align-items:center}@media(min-width: 0)and (max-width: 599px){.form-footer{flex-direction:column;justify-content:stretch;align-items:stretch}.form-footer .btn:first-child{order:2}.form-footer .btn:last-child{order:1;margin-bottom:10px}}@media(min-width: 600px){.form-footer .btn+.btn{margin:0 0 0 10px}}.form-footer-win-loss{border-top:1px solid #aaa;padding-top:20px;margin-top:20px;display:grid;grid-template-columns:1fr;grid-gap:15px;justify-items:center}.form-footer-win-loss .btn-cancel{width:100px}@media(min-width: 0)and (max-width: 599px){.form-footer-win-loss{justify-items:stretch}.form-footer-win-loss .btn-cancel{width:100%}}.btn{display:flex;justify-content:center;align-items:center;border:none;margin:0;text-decoration:none;background:rgba(0,0,0,0);line-height:1;cursor:pointer;text-align:center;user-select:none;appearance:none;outline:none;padding:5px 10px;font-weight:900;font-size:1rem;min-height:36px;transition:all .2s}.btn:focus{box-shadow:0 4px 8px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.08)}.btn.xs{width:100%;max-width:75px}.btn.sm{width:100%;max-width:100px}.btn.md{width:100%;max-width:150px}.btn.lg{width:100%;max-width:200px}.btn.xl{width:100%;max-width:250px}.btn.btn-ok{width:100%;max-width:100px}@media(min-width: 0)and (max-width: 599px){.btn.btn-ok{max-width:100%}}.btn.btn-save{width:100%;max-width:74px}@media(min-width: 0)and (max-width: 599px){.btn.btn-save{max-width:100%}}.btn.btn-request-statement{width:100%;max-width:184px}@media(min-width: 0)and (max-width: 599px){.btn.btn-request-statement{max-width:100%}}.btn.btn-download-statement{width:100%;max-width:220px}@media(min-width: 0)and (max-width: 599px){.btn.btn-download-statement{max-width:100%}}.btn.btn-activate-awards{width:100%;max-width:180px}@media(min-width: 0)and (max-width: 599px){.btn.btn-activate-awards{max-width:100%}}.btn.btn-close{margin-top:20px}.btn-submit{border-radius:6px;background-color:#000;color:#fff;font-size:14px;padding:10px 18px;text-transform:uppercase}.btn-submit:hover{background-color:rgba(0,0,0,.9)}.btn-submit .btn-spinner{display:none}.btn-submit.is-processing .btn-text{display:none}.btn-submit.is-processing .btn-spinner{display:inline-block}.btn-cancel{border-radius:6px;border:1px solid #666;color:#666;font-size:14px;padding:10px 18px;text-transform:uppercase}.btn-cancel:hover{border-color:#000;color:#000}.page-login{display:flex;flex-flow:column nowrap;align-items:center;background-color:#18335a;background-image:url(../images/RR_gold.png);background-position:bottom 50px left 20px;background-repeat:no-repeat;background-size:400px 400px;color:#fff}.page-login .login-container{margin:0 180px 0 auto;padding:20px 20px 0 20px;width:100%;max-width:640px;flex:1}@media(max-width: 1040px){.page-login .login-container{margin:0 auto}}.page-login .logo{width:150px;height:100px;margin:0 auto}.page-login .players-portal{width:80%;height:100px;margin:10px auto 0 auto;background-image:url(../images/players-portal.svg);background-repeat:no-repeat;background-size:contain;background-position:center}@media(min-width: 600px)and (max-width: 749px){.page-login .players-portal{width:100%;height:80px}}@media(min-width: 0)and (max-width: 599px){.page-login .players-portal{width:100%;height:60px}}.page-login h2.title{color:#ffb434}.page-login p{font-size:10pt}.page-login .credentials{width:100%;margin:20px auto;padding:50px;border-radius:5px;border:1px solid gold;background-color:#fff;color:#000;background-image:url("../images/RiversRR_250pxGray.png");background-repeat:no-repeat;background-position:bottom 10px right 10px}.page-login .credentials form{display:grid;grid-template-columns:1fr;grid-row-gap:20px}.page-login .login-error{font-size:14px;font-weight:900;color:red;margin-bottom:10px;text-align:center}.page-login input[type=text],.page-login input[type=password]{height:50px;width:100%;font-size:16px;padding:10px;color:#000;-webkit-appearance:none;transition:all .3s ease-in-out;outline:none;border-radius:6px}.page-login input[type=text]:active,.page-login input[type=text]:focus,.page-login input[type=password]:active,.page-login input[type=password]:focus{border-color:#fff;height:50px}.page-login .btn-submit-login{background-color:#901;color:#fff;font-weight:900;font-size:16px;height:50px;-webkit-appearance:none;transition:all .3s ease-in-out;outline:none;border:none;border-radius:6px;cursor:pointer}.page-login .btn-submit-login .btn-spinner{display:none;width:25px;height:25px}.page-login .btn-submit-login.is-processing .btn-text{display:none}.page-login .btn-submit-login.is-processing .btn-spinner{display:inline-block}.page-login ::-webkit-input-placeholder{color:#999}.page-login input[type=password]{border:1px solid #ccc}.page-login input[type=password]:active,.page-login input[type=password]:focus{border:1px solid #fff;box-shadow:0 4px 8px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.08);background-color:rgba(50,118,231,.1)}.page-login .btn-submit-login,.page-login input[type=password]{width:50%;color:#000}@media(min-width: 0)and (max-width: 599px){.page-login .btn-submit-login,.page-login input[type=password]{width:100%;color:#000}}.header{position:sticky;top:0;z-index:100;background-color:#fff;color:#18335a;display:flex;align-items:center;padding:0;height:65px;transition:all .2s}@media(min-width: 0)and (max-width: 999px){.header{justify-content:center}}.header.scrolled{height:50px}.header.scrolled .logo{width:150px}@media(min-width: 0)and (max-width: 999px){.header.scrolled .logo{width:100px}}.header.scrolled .nav>a:not(.close-nav){font-size:.925rem}@media(min-width: 0)and (max-width: 999px){.header.scrolled .nav>a:not(.close-nav){font-size:1rem}}.header.scrolled .nav-user{padding:5px 20px}@media(min-width: 0)and (max-width: 999px){.header.scrolled .nav-user{height:50px}}.header.show .nav{width:300px}.header.show .slide-nav-overlay{display:block}.header .slide-nav-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1;background-color:rgba(0,0,0,.7)}.header .nav-icon{padding:0 20px;display:none;position:absolute;left:0;height:65px;align-items:center}@media(min-width: 0)and (max-width: 999px){.header .nav-icon{display:flex}}.header .logo{width:200px;height:40px;padding-left:25px;display:flex;align-items:center;transition:all .2s}@media(min-width: 0)and (max-width: 999px){.header .logo{padding-left:0}}.header .nav{margin-left:auto;display:flex}@media(min-width: 0)and (max-width: 999px){.header .nav{position:fixed;top:0;bottom:0;left:0;width:0;z-index:1;transition:width .2s;overflow-y:auto;background-color:#000;margin-left:0;flex-flow:column nowrap;display:flex;font-size:16px}}.header .nav>a:not(.close-nav){font-weight:900;font-size:1rem;text-decoration:none;padding:10px;color:#18335a;display:flex;align-items:center;justify-content:center;white-space:nowrap;line-height:1;transition:all .2s}@media(min-width: 1300px){.header .nav>a:not(.close-nav)+a{margin-left:50px}}@media(min-width: 1200px)and (max-width: 1299px){.header .nav>a:not(.close-nav)+a{margin-left:25px}}@media(min-width: 1000px)and (max-width: 1199px){.header .nav>a:not(.close-nav)+a{margin-left:10px}}@media(min-width: 0)and (max-width: 999px){.header .nav>a:not(.close-nav){border-top:1px solid hsla(0,0%,100%,.3);color:#18335a;padding:20px;justify-content:flex-start}.header .nav>a:not(.close-nav):active,.header .nav>a:not(.close-nav):focus,.header .nav>a:not(.close-nav):hover{color:blue;background-color:hsla(0,0%,100%,.1)}}.header .nav .close-nav{display:none;color:#18335a;font-size:30px;justify-content:center;align-items:center;margin:20px;width:20px;height:20px;cursor:pointer}@media(min-width: 0)and (max-width: 999px){.header .nav .close-nav{display:flex}}.header .nav-user{padding:10px 20px;text-align:center;border-left:1px solid rgba(24,51,90,.7);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;text-decoration:none;color:#18335a}@media(min-width: 1300px){.header .nav-user{margin-left:50px}}@media(min-width: 1200px)and (max-width: 1299px){.header .nav-user{margin-left:25px}}@media(min-width: 1000px)and (max-width: 1199px){.header .nav-user{margin-left:20px}}@media(min-width: 0)and (max-width: 999px){.header .nav-user{position:fixed;top:0;right:0;border:none;height:65px;padding:0 20px}}.header .nav-user span{display:flex;align-content:center}.header .nav-user .user-icon{padding:5px}.header .nav-user .user-icon .icon-user-white{width:20px;height:20px}@media(min-width: 0)and (max-width: 999px){.header .nav-user .user-icon .icon-user-white{width:25px;height:25px}}.header .nav-user .user-name{margin-left:10px}@media(min-width: 0)and (max-width: 999px){.header .nav-user .user-name{display:none}}.player-info-card{width:100%;max-width:350px;position:fixed;z-index:100;right:10px;top:77px;background-color:#fff;border-radius:6px;transition:all .2s}.player-info-card.scrolled{top:62px}.player-info-card::before{content:"";display:block;position:absolute;right:55px;top:-10px;width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid #fff}.player-info-card .ptn-header{display:flex;align-items:center;padding:15px 15px 0 15px}.player-info-card .ptn-header .ptn-img{width:75px;height:75px;border-radius:6px;overflow:hidden}.player-info-card .ptn-header .ptn-img img{object-fit:cover;width:100%;height:100%}.player-info-card .ptn-header .ptn-name{padding-left:15px;display:flex;flex-direction:column}.player-info-card .ptn-header .name{font-weight:900;margin-bottom:3px;font-size:16px}.player-info-card .ptn-header .id,.player-info-card .ptn-header .ann-date{font-weight:300;font-size:12px}.player-info-card .ptn-body{padding:15px;display:grid;grid-template-columns:1fr;grid-gap:15px;font-size:14px}.player-info-card .ptn-body .ptn-data-row{display:flex;align-items:center}.player-info-card .ptn-body .ptn-data-row a{margin-left:auto}.player-info-card .sign-out{border-top:1px solid #18335a;padding:15px;display:flex;justify-content:center;color:#18335a;text-decoration:none;font-size:16px}.player-info-card .sign-out:hover{color:#18335a;font-weight:bold}.points-section{background-color:#161a1d;color:#18335a}.points-section .current-tier-wrapper{margin:50px 0 40px 0;display:flex;justify-content:center}@media(min-width: 0)and (max-width: 599px){.points-section .current-tier-wrapper{margin:50px 0 25px 0}}.points-section .current-tier-cont{display:flex;align-items:center;justify-content:center}@media(min-width: 0)and (max-width: 599px){.points-section .current-tier-cont{flex-direction:column}}.points-section .current-tier-cont .value{font-weight:900;line-height:1.2;text-align:center}.points-section .current-tier-cont .label{font-weight:300;line-height:1.2;text-align:center;text-transform:uppercase}.points-section .current-tier-cont .current-level-card-display{padding:0 40px}@media(min-width: 600px)and (max-width: 899px){.points-section .current-tier-cont .current-level-card-display{padding:0 20px}}@media(min-width: 0)and (max-width: 599px){.points-section .current-tier-cont .current-level-card-display{padding:0}}.points-section .current-tier-cont .players-card{width:100%;max-width:400px}@media(min-width: 0)and (max-width: 899px){.points-section .current-tier-cont .players-card{max-width:250px}}.points-section .current-tier-cont .players-card img{object-fit:contain;width:100%;height:100%}.points-section .current-tier-cont .current-tier-level-text{padding-top:10px;font-weight:900;font-size:1rem;text-align:center;text-transform:uppercase}.points-section .current-tier-cont .current-tier-points-cont{padding:0 40px 34px 40px}@media(min-width: 600px)and (max-width: 899px){.points-section .current-tier-cont .current-tier-points-cont{padding:0 20px 34px 20px}}@media(min-width: 0)and (max-width: 599px){.points-section .current-tier-cont .current-tier-points-cont{padding:20px 0 0 0}}.points-section .current-tier-cont .current-tier-points .value{font-size:100px}@media(min-width: 0)and (max-width: 899px){.points-section .current-tier-cont .current-tier-points .value{font-size:48px}}.points-section .current-tier-cont .current-tier-points .label{font-size:20px}@media(min-width: 0)and (max-width: 899px){.points-section .current-tier-cont .current-tier-points .label{font-size:16px}}.points-section .current-tier-cont .points-next-tier{margin-top:20px}.points-section .current-tier-cont .points-next-tier .value{font-size:48px}.points-section .current-tier-cont .points-next-tier .label{font-size:14px}@media(min-width: 0)and (max-width: 899px){.points-section .current-tier-cont .points-next-tier .value{font-size:24px}.points-section .current-tier-cont .points-next-tier .label{font-size:14px}}.points-section .other-point-buckets{margin:40px auto;padding-top:40px;width:auto;display:grid;grid-template-columns:repeat(auto-fit, minmax(0, max-content));justify-content:center;grid-gap:50px;border-top:1px solid hsla(0,0%,100%,.3)}@media(min-width: 0)and (max-width: 599px){.points-section .other-point-buckets{grid-template-columns:repeat(2, max-content);grid-template-areas:"b b" "a c";grid-gap:20px 50px;margin:25px auto}}.points-section .other-point-buckets .value{font-weight:900;line-height:1.2;text-align:center;font-size:24px}@media(min-width: 0)and (max-width: 899px){.points-section .other-point-buckets .value{font-size:16px}}.points-section .other-point-buckets .label{font-weight:300;line-height:1.2;text-align:center;font-size:14px;text-transform:uppercase}@media(min-width: 0)and (max-width: 899px){.points-section .other-point-buckets .label{font-size:12px}}.points-section .other-point-buckets>div{display:flex;flex-flow:column nowrap;justify-content:center}.points-section .progress-bar-container{overflow-x:auto}.points-section .progress-bar-container .progress-bar{height:20px;background-color:#888;position:relative;border-radius:6px;overflow:hidden;width:100%;min-width:350px}.points-section .progress-bar-container .progress-bar .progress-line{height:20px;width:0;display:block;position:absolute;z-index:5;background-color:#901}.points-section .progress-bar-container .progress-bar .progress-line.progress-line-sapphire{z-index:9}.points-section .progress-bar-container .progress-bar .progress-line.progress-line-emerald{z-index:8}.points-section .progress-bar-container .progress-bar .progress-line.progress-line-ruby{z-index:7}.points-section .progress-bar-container .progress-bar .progress-line.progress-line-diamond{z-index:6}.points-section .progress-bar-container .progress-bar .tier-lines{position:absolute;width:100%;z-index:50;height:20px}.points-section .progress-bar-container .progress-bar .tier-lines .tier-line{display:block;height:20px;position:absolute;top:0;width:2px;background-color:#161a1d}.points-section .card-levels{display:flex;margin-top:15px;padding-bottom:10px;width:100%;min-width:350px}.points-section .card-levels .level{flex:1;display:flex;justify-content:center;align-items:center}.points-section .card-levels .level div{margin:10px}.points-section .card-levels .level img{width:100%;max-width:80px}.points-section .card-levels .level p span{display:block}.points-section .card-levels .level .level-label{font-weight:900;font-size:14px;text-transform:uppercase}.points-section .card-levels .level .level-value{font-weight:400;font-size:12px}@media(min-width: 0)and (max-width: 899px){.points-section .card-levels{margin-top:25px}.points-section .card-levels .level{flex-direction:column}.points-section .card-levels .level div{margin:5px}.points-section .card-levels .level p span{text-align:center}.points-section .card-levels .level .level-label{font-size:12px}.points-section .card-levels .level .level-value{font-size:10px}}.offers-section,.external-offers-section{background-color:#161a1d;background-repeat:no-repeat;background-size:cover;background-position:center;padding:0;max-height:100vh}.offers-section .section-heading,.external-offers-section .section-heading{color:#fff}.offers-section .offers-overlay,.offers-section .external-offers-overlay,.external-offers-section .offers-overlay,.external-offers-section .external-offers-overlay{background-color:rgba(0,0,0,.2);padding:100px 0}@media(min-width: 0)and (max-width: 599px){.offers-section .offers-overlay,.offers-section .external-offers-overlay,.external-offers-section .offers-overlay,.external-offers-section .external-offers-overlay{padding:50px 0}}.offers-section .offers-none,.offers-section .external-offers-none,.external-offers-section .offers-none,.external-offers-section .external-offers-none{display:none;background-color:#000;padding:15px;color:#fff;font-size:1.5em;text-align:center;margin-top:50px;border-radius:6px}.offers-section .offers-list-wrapper,.offers-section .external-offers-list-wrapper,.external-offers-section .offers-list-wrapper,.external-offers-section .external-offers-list-wrapper{display:none;margin:80px 0 0 0;justify-content:center;overflow:hidden}.offers-section .offers-list,.offers-section .external-offers-list,.external-offers-section .offers-list,.external-offers-section .external-offers-list{flex:1;display:grid;grid-auto-flow:column;justify-items:center;overflow-x:auto;grid-gap:20px;padding:20px 0;-webkit-overflow-scrolling:touch}.offers-section .offers-list.no-scroll,.offers-section .external-offers-list.no-scroll,.external-offers-section .offers-list.no-scroll,.external-offers-section .external-offers-list.no-scroll{justify-content:center}.offers-section .offers-list::-webkit-scrollbar-track,.offers-section .external-offers-list::-webkit-scrollbar-track,.external-offers-section .offers-list::-webkit-scrollbar-track,.external-offers-section .external-offers-list::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.2);height:14px}.offers-section .offers-list::-webkit-scrollbar,.offers-section .external-offers-list::-webkit-scrollbar,.external-offers-section .offers-list::-webkit-scrollbar,.external-offers-section .external-offers-list::-webkit-scrollbar{height:14px;background-color:hsla(0,0%,100%,.2);border-radius:6px}.offers-section .offers-list::-webkit-scrollbar-thumb,.offers-section .external-offers-list::-webkit-scrollbar-thumb,.external-offers-section .offers-list::-webkit-scrollbar-thumb,.external-offers-section .external-offers-list::-webkit-scrollbar-thumb{background-color:#fff;border-radius:6px}.offers-section .offers-list .offer,.offers-section .external-offers-list .offer,.external-offers-section .offers-list .offer,.external-offers-section .external-offers-list .offer{color:#fff;background-color:#000;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);padding:20px;margin:0 3px;width:300px;position:relative;display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:center;border-radius:6px}.offers-section .offers-list .offer.active,.offers-section .external-offers-list .offer.active,.external-offers-section .offers-list .offer.active,.external-offers-section .external-offers-list .offer.active{cursor:pointer}.offers-section .offers-list .offer.active .sticker,.offers-section .external-offers-list .offer.active .sticker,.external-offers-section .offers-list .offer.active .sticker,.external-offers-section .external-offers-list .offer.active .sticker{display:none}.offers-section .offers-list .offer.active .offer-details-btn,.offers-section .external-offers-list .offer.active .offer-details-btn,.external-offers-section .offers-list .offer.active .offer-details-btn,.external-offers-section .external-offers-list .offer.active .offer-details-btn{opacity:1}.offers-section .offers-list .offer.active:hover .offer-details-btn,.offers-section .external-offers-list .offer.active:hover .offer-details-btn,.external-offers-section .offers-list .offer.active:hover .offer-details-btn,.external-offers-section .external-offers-list .offer.active:hover .offer-details-btn{background-color:#000;color:#fff}.offers-section .offers-list .offer .sticker,.offers-section .external-offers-list .offer .sticker,.external-offers-section .offers-list .offer .sticker,.external-offers-section .external-offers-list .offer .sticker{display:flex;background-color:green;color:#fff;border-radius:10px;height:20px;width:150px;position:absolute;top:-10px;left:50%;margin-left:-75px;z-index:1;font-weight:900;font-size:12px;line-height:1;align-items:center;justify-content:center}.offers-section .offers-list .offer .redeemed,.offers-section .external-offers-list .offer .redeemed,.external-offers-section .offers-list .offer .redeemed,.external-offers-section .external-offers-list .offer .redeemed{background-color:purple}.offers-section .offers-list .offer .off-display-name,.offers-section .offers-list .offer .ex-off-display-name,.offers-section .external-offers-list .offer .off-display-name,.offers-section .external-offers-list .offer .ex-off-display-name,.external-offers-section .offers-list .offer .off-display-name,.external-offers-section .offers-list .offer .ex-off-display-name,.external-offers-section .external-offers-list .offer .off-display-name,.external-offers-section .external-offers-list .offer .ex-off-display-name{text-align:center;margin:0 0 15px 0;padding:0 0 15px 0;border-bottom:1px solid hsla(0,0%,100%,.4)}.offers-section .offers-list .offer .off-display-name h3,.offers-section .offers-list .offer .ex-off-display-name h3,.offers-section .external-offers-list .offer .off-display-name h3,.offers-section .external-offers-list .offer .ex-off-display-name h3,.external-offers-section .offers-list .offer .off-display-name h3,.external-offers-section .offers-list .offer .ex-off-display-name h3,.external-offers-section .external-offers-list .offer .off-display-name h3,.external-offers-section .external-offers-list .offer .ex-off-display-name h3{font-weight:900;font-size:1.25rem;line-height:100%}@media(min-width: 0)and (max-width: 599px){.offers-section .offers-list .offer .off-display-name h3,.offers-section .offers-list .offer .ex-off-display-name h3,.offers-section .external-offers-list .offer .off-display-name h3,.offers-section .external-offers-list .offer .ex-off-display-name h3,.external-offers-section .offers-list .offer .off-display-name h3,.external-offers-section .offers-list .offer .ex-off-display-name h3,.external-offers-section .external-offers-list .offer .off-display-name h3,.external-offers-section .external-offers-list .offer .ex-off-display-name h3{font-size:1.25rem}}.offers-section .offers-list .offer .off-dates,.offers-section .offers-list .offer .ex-off-dates,.offers-section .external-offers-list .offer .off-dates,.offers-section .external-offers-list .offer .ex-off-dates,.external-offers-section .offers-list .offer .off-dates,.external-offers-section .offers-list .offer .ex-off-dates,.external-offers-section .external-offers-list .offer .off-dates,.external-offers-section .external-offers-list .offer .ex-off-dates{display:grid;grid-template-columns:1fr;grid-gap:5px;text-align:center;font-size:1rem}.offers-section .offers-list .offer .date-box,.offers-section .external-offers-list .offer .date-box,.external-offers-section .offers-list .offer .date-box,.external-offers-section .external-offers-list .offer .date-box{text-align:center;font-size:11px}.offers-section .offers-list .offer .offer-details-btn,.offers-section .offers-list .offer .ex-off-display-description,.offers-section .external-offers-list .offer .offer-details-btn,.offers-section .external-offers-list .offer .ex-off-display-description,.external-offers-section .offers-list .offer .offer-details-btn,.external-offers-section .offers-list .offer .ex-off-display-description,.external-offers-section .external-offers-list .offer .offer-details-btn,.external-offers-section .external-offers-list .offer .ex-off-display-description{border-radius:6px;background-color:#444;color:#fff;font-size:14px;text-align:center;margin:5px 0;padding:10px 18px}.offers-section .offer-slide-button,.external-offers-section .offer-slide-button{flex:none;outline:none;border:0;background-color:rgba(0,0,0,.6);border-radius:100%;color:#fff;justify-content:center;align-items:center;align-self:center;width:50px;height:50px;cursor:pointer;display:none !important}@media(hover: hover)and (pointer: fine){.offers-section .offer-slide-button,.external-offers-section .offer-slide-button{display:flex}}.offers-section .offer-slide-button.disabled,.external-offers-section .offer-slide-button.disabled{color:hsla(0,0%,100%,.2)}.offers-section .offer-slide-button.disabled svg,.external-offers-section .offer-slide-button.disabled svg{fill:hsla(0,0%,100%,.2)}.offers-section .offer-slide-button svg,.external-offers-section .offer-slide-button svg{fill:#fff;width:26px}.offers-section .offer-slide-button.left,.external-offers-section .offer-slide-button.left{margin:0 20px 0 0}.offers-section .offer-slide-button.left svg,.external-offers-section .offer-slide-button.left svg{transform:scaleX(-1)}.offers-section .offer-slide-button.right,.external-offers-section .offer-slide-button.right{margin:0 0 0 20px}@media(min-width: 0)and (max-width: 599px){.modal-offers{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;margin-top:0;padding:40px 25px;background-color:#fff;color:#000;border-radius:0;overflow-y:auto}}.modal-offers .offer-title{font-weight:900;font-size:1.5em;padding-right:20px}@media(min-width: 0)and (max-width: 599px){.modal-offers .offer-title{text-align:center;padding:0 20px}}.modal-offers .offer-dates{display:flex;justify-content:flex-end;align-items:center;padding:10px;margin-top:20px;border-radius:6px;border:1px solid #ccc}@media(min-width: 0)and (max-width: 599px){.modal-offers .offer-dates{display:grid;grid-template-columns:1fr 10px 1fr;grid-gap:10px}}.modal-offers .valid-text{margin-right:auto}@media(min-width: 0)and (max-width: 599px){.modal-offers .valid-text{grid-column:1/-1;text-align:center;width:100%}}.modal-offers .date{background-color:#eee;padding:5px;color:#000;font-weight:900;text-align:center;margin:0 5px;border-radius:6px}.modal-offers .date p{font-size:12px}.modal-offers .separator{background-color:#333;width:10px;height:3px}.modal-offers .awards-header{font-size:1em;color:#901;margin:10px;text-align:center}.modal-offers .awards-available{display:grid;grid-template-columns:1fr;grid-row-gap:5px;margin:0;padding:0;list-style-type:none}.modal-offers .awards-available label{position:relative;display:flex;justify-content:space-between;background-color:#eee;padding:15px;border-radius:6px;cursor:pointer;overflow:hidden}.modal-offers .awards-available input{position:absolute;left:-20px;top:0}.modal-offers .awards-available .lbl{font-weight:900}.modal-offers .awards-available .qty{font-weight:300}.modal-offers .awards-available .selected-marker{border-radius:25px;height:30px;width:100px;padding:5px 10px;background-color:#000;color:#fff;display:none;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;margin:-15px 0 0 -50px}.modal-offers .awards-available .selected-marker .checkmark{width:15px;height:20px;margin-right:5px}.modal-offers .awards-available .selected-marker .text{font-weight:900;font-size:12px}.modal-offers .awards-available input:checked~.selected-marker{display:flex}@media(min-width: 0)and (max-width: 599px){.modal-redeem-success{display:flex;justify-content:center;align-items:center;position:fixed;top:0;bottom:0;right:0;left:0;width:100%;margin-top:0;padding:40px 25px;max-width:100%;background-color:#fff;color:#000;border-radius:0;overflow-y:auto}}.modal-redeem-success .success-msg{display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-redeem-success .success-msg .msg-heading{font-size:2rem;font-weight:900;margin-top:5px}.modal-redeem-success .success-checkmark{margin:0 auto;width:100px;height:100px;border-radius:50px;border:3px solid #009348;color:#009348;padding:20px}.vouchers-section{background-color:#b7b6c1;background-image:url("../images/vouchers-background.png");background-repeat:no-repeat;background-size:cover;background-position:center}.vouchers-section .section-heading{color:#000}.vouchers-section .vouchers-none{display:none;padding:15px;color:#000;font-size:1.5em;text-align:center;margin-top:50px;border-radius:6px}.vouchers-section .voucher-set{display:none;flex-flow:row wrap;gap:20px;justify-content:center;margin-top:50px;padding:0}.vouchers-section .voucher-set li{background-color:#fff;color:#000;border-radius:6px;padding:20px;display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-between;flex:0 0 275px}@media(max-width: 675px){.vouchers-section .voucher-set li{flex:1 0 275px}}.vouchers-section .voucher-set .icon-wrapper{width:50px;height:50px}@media(min-width: 0)and (max-width: 899px){.vouchers-section .voucher-set .icon-wrapper{width:40px;height:40px}}.vouchers-section .voucher-set h3{font-size:1rem;text-align:center}.vouchers-section .voucher-set .amount{font-size:1.25rem;font-weight:900}.vouchers-section .voucher-set .expire-date{font-size:.725rem;font-weight:300}.vouchers-section .btn-vouchers{border:1px solid #000;border-radius:6px;padding:10px 20px;margin:10px 0}@media(min-width: 600px)and (max-width: 899px){.vouchers-section .btn-vouchers{font-size:14px;padding:8px 15px}}.vouchers-section .btn-vouchers:hover,.vouchers-section .btn-vouchers:active{background-color:#000;color:#fff}.modal-vouchers{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:500px}@media(min-width: 0)and (max-width: 599px){.modal-vouchers{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;margin-top:0;padding:40px 25px;max-width:100%;background-color:#fff;color:#000;border-radius:0;overflow-y:auto}}.modal-vouchers .voucher-icon-wrapper{width:70px;height:70px}.modal-vouchers .voucher-title{font-size:1.5em;text-align:center}@media(min-width: 0)and (max-width: 599px){.modal-vouchers .voucher-title{font-size:2em}}.modal-vouchers .voucher-value{font-weight:900;font-size:3em;margin:0 0 10px 0}@media(min-width: 0)and (max-width: 599px){.modal-vouchers .voucher-value{font-size:3.5em}}.modal-vouchers .voucher-bar-code{margin:0 auto;text-align:center}.tickets-section{background-color:#161a1d;color:#18335a}.tickets-section .section-heading{background-color:rgba(0,0,0,.5);padding:20px;margin:0 -30px;align-items:center;justify-content:center;flex:1;color:#fff}.tickets-section .tickets-group{border:1px solid hsla(0,0%,100%,.7);height:350px;display:flex;border-radius:6px;overflow:hidden}@media(min-width: 0)and (max-width: 899px){.tickets-section .tickets-group{flex-flow:column nowrap;height:auto}}.tickets-section .tickets-none{display:none;flex:1;color:#18335a;font-size:1.5em;text-align:center;padding:50px}.tickets-section .left{flex:1;overflow-y:auto;height:100%}@media(min-width: 0)and (max-width: 899px){.tickets-section .left{order:2;align-self:auto}}.tickets-section .right{flex:1;background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;align-items:center;padding:30px}.tickets-section .ticket-list{display:none;padding:30px;margin:0;grid-template-columns:1fr;align-self:start}.tickets-section .ticket{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;padding:20px 0;border-bottom:1px solid rgba(24,51,90,.3);color:#18335a;text-decoration:none}.tickets-section .ticket:first-child{padding:0 0 20px 0}.tickets-section .ticket:last-child{border-bottom:none}.tickets-section .ticket h3{font-weight:900}.tickets-section .ticket p{color:#999;font-weight:300;min-width:100px;text-align:right}.modal-tickets{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:500px}@media(min-width: 0)and (max-width: 599px){.modal-tickets{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;margin-top:0;padding:40px 25px;max-width:100%;background-color:#fff;color:#000;border-radius:0;overflow-y:auto}}.modal-tickets .ticket-icon-wrapper{width:70px;height:70px}.modal-tickets p{text-align:center;font-size:1.25em}.modal-tickets .ticket-description{font-size:2em;font-weight:900}.modal-tickets .ticket-quantity{font-weight:900;font-size:2em;border:1px solid #aaa;padding:10px 20px;margin:10px 0 20px 0}.modal-tickets .ticket-quantity span{font-weight:300}.modal-tickets .ticket-contest-name{width:100%;border-top:1px solid #aaa;padding-top:10px}.modal-tickets .ticket-contest-name span{font-weight:900;display:block}.modal-tickets .ticket-contest-description{margin-bottom:10px}.modal-tickets .ticket-start-date{font-weight:900}.modal-tickets .ticket-start-date span{font-weight:400}.tournaments-section{background-color:#000}.tournaments-section .tournament-none{color:#fff;font-size:1.5em;text-align:center;padding:15px;margin-top:50px}.tournaments-section .tournament-set{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 350px));grid-template-rows:auto;grid-gap:20px;justify-content:center;margin-top:50px;padding:0}@media(min-width: 600px)and (max-width: 899px){.tournaments-section .tournament-set{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr))}}@media(min-width: 0)and (max-width: 599px){.tournaments-section .tournament-set{grid-template-columns:1fr}}.tournaments-section .tournament-set li{padding:30px;display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-between;border:1px solid hsla(0,0%,100%,.7);border-radius:6px}.tournaments-section .tournament-set h3{color:#fff;margin-bottom:20px;font-size:1.2rem;text-align:center}.tournaments-section .tournament-set p{font-size:.875rem;color:#999}@media(min-width: 0)and (max-width: 599px){.modal-winloss{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;margin-top:0;padding:40px 25px;max-width:100%;background-color:#fff;color:#000;border-radius:0;overflow-y:auto}}.modal-winloss .winloss-title{font-weight:900;font-size:2.25em;text-align:center}.modal-winloss .winloss-subtitle{font-size:1.2em;text-align:center}.modal-winloss .winloss-lbl{display:block;margin:20px 0 5px}.modal-winloss .winloss-year-cont{display:grid;grid-template-columns:repeat(auto-fill, minmax(135px, 1fr));grid-auto-rows:auto;align-items:center;grid-gap:10px}.modal-winloss .label-year{position:relative;overflow:hidden}.modal-winloss .label-year input{position:absolute;top:-20px;left:0}.modal-winloss .label-year .year{border:1px solid #aaa;padding:25px;font-size:3em;font-weight:900;color:#901;display:flex;justify-content:center;border-radius:6px;cursor:pointer}@media(min-width: 0)and (max-width: 599px){.modal-winloss .label-year .year{padding:15px;font-size:2em}}.modal-winloss .label-year input:checked~.year{background-color:#901;border-color:#901;color:#fff}.modal-winloss .winloss-delivery-method{display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:auto;align-items:center;justify-content:center;grid-gap:10px}.modal-winloss .label-method{position:relative;overflow:hidden}.modal-winloss .label-method input{position:absolute;top:-20px;left:0}.modal-winloss .label-method .method{border:1px solid #aaa;padding:5px 10px;font-size:1em;font-weight:900;color:#901;display:flex;justify-content:center;border-radius:6px;cursor:pointer}.modal-winloss .label-method input:checked~.method{background-color:#901;border-color:#901;color:#fff}.modal-winloss .winloss-response-text{font-size:1.2em;text-align:center}@media(min-width: 0)and (max-width: 599px){.modal-winloss-pdf{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;margin-top:0;padding:40px 25px;max-width:100%;background-color:#fff;color:#000;border-radius:0;overflow-y:auto}}.modal-winloss-pdf .winloss-pdf-title{font-weight:900;font-size:2.25em;text-align:center}.modal-winloss-pdf .winloss-pdf-subtitle{font-size:1.2em;text-align:center}.modal-winloss-pdf .winloss-pdf-lbl{display:block;text-align:center;margin:20px 0 5px}.modal-winloss-pdf .winloss-pdf-year-cont{display:grid;grid-template-columns:repeat(auto-fill, minmax(135px, 1fr));grid-auto-rows:auto;align-items:center;grid-gap:10px}.modal-winloss-pdf .label-year{position:relative;overflow:hidden}.modal-winloss-pdf .label-year input{position:absolute;top:-20px;left:0}.modal-winloss-pdf .label-year .year{border:1px solid #aaa;padding:25px;font-size:3em;font-weight:900;color:#901;display:flex;justify-content:center;border-radius:6px;cursor:pointer}@media(min-width: 0)and (max-width: 599px){.modal-winloss-pdf .label-year .year{padding:15px;font-size:2em}}.modal-winloss-pdf .label-year input:checked~.year{background-color:#901;border-color:#901;color:#fff}.modal-winloss-pdf .winloss-pdf-response-text{font-size:1.2em;text-align:center}.win-loss-pdf{position:fixed;left:-2000px;top:0;width:816px;height:1056px;padding:75px;box-sizing:border-box;font-family:"Verdana",sans-serif;font-size:14px;background-color:#fff;color:#000}.win-loss-pdf .statement-header{position:relative;font-size:30px;font-weight:900;margin-bottom:20px;line-height:110%}.win-loss-pdf .statement-header .address{display:block;font-size:12pt;line-height:14pt;font-weight:bold;text-align:left;height:100px}.win-loss-pdf .statement-header .logo{position:absolute;top:0;right:0;height:100px;width:auto}.win-loss-pdf .statement-header .title{font-size:16px;padding:10px 0 0 30px;line-height:100%;display:inline-block;border-radius:20px;text-align:left}.win-loss-pdf .name-address{font-size:12pt;font-weight:900}.win-loss-pdf .other-details{display:grid;grid-template-columns:350px;grid-gap:0 20px;font-weight:400;text-align:left}.win-loss-pdf .formulas{padding:0 30px}.win-loss-pdf .statement-footer{margin:0 auto;width:350px}.modal-contact-info{display:flex;flex-direction:column;max-width:500px}@media(min-width: 0)and (max-width: 599px){.modal-contact-info{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;margin-top:0;padding:40px 25px;max-width:100%;background-color:#fff;color:#000;border-radius:0;overflow-y:auto}}.modal-contact-info .title{font-size:1.5em;margin-bottom:15px}@media(min-width: 0)and (max-width: 599px){.modal-contact-info .title{font-size:2em;text-align:center}}.modal-contact-info .addrDisclaimer{font-size:9pt;color:red;margin-bottom:10px}.modal-contact-info .addr-line+.addr-line{margin-top:10px}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0 !important;padding:0 !important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none !important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:rgba(0,0,0,0);animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;background-color:rgba(0,0,0,.3)}.splide__arrow svg{width:1.2em;height:1.2em;fill:#fff}.splide__arrow:hover{cursor:pointer;background-color:rgba(0,0,0,.8)}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid rgba(0,0,0,0)}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}.splide__slide{height:calc(100vh - 125px)}.splide__slide p{position:absolute;z-index:1;bottom:70px;right:0;background-color:hsla(0,0%,100%,.9);color:#000;line-height:1.2}@media(min-width: 0)and (max-width: 599px){.splide__slide p{padding:20px;bottom:15%;right:auto;left:0}}.splide__slide p span{display:block}.splide__slide p .slider-text{font-weight:900;font-size:4rem;margin:25px 25px 0 25px}@media(min-width: 600px)and (max-width: 899px){.splide__slide p .slider-text{font-size:3rem}}@media(min-width: 0)and (max-width: 599px){.splide__slide p .slider-text{font-size:2rem}}.splide__slide p .slider-sub-text{font-weight:300;font-size:2rem;margin:0 25px 25px 25px}@media(min-width: 600px)and (max-width: 899px){.splide__slide p .slider-sub-text{font-size:1.5rem}}@media(min-width: 0)and (max-width: 599px){.splide__slide p .slider-sub-text{font-size:1.25rem}}.splide__slide p .slider-text:empty{display:none}.splide__slide p .slider-sub-text:empty{display:none}footer{background-color:#18335a;color:#fff}footer .footer-grid{display:grid;grid-template-columns:1fr 2fr;grid-template-areas:"address nav";padding:50px 0}@media(min-width: 0)and (max-width: 999px){footer .footer-grid{grid-template-columns:1fr;grid-template-areas:"nav" "address";grid-row-gap:20px}}@media(min-width: 0)and (max-width: 599px){footer .footer-grid{padding:30px 0 10px 0}}footer .company-address{grid-area:address;display:flex;flex-direction:column;align-items:center;padding:30px;border-right:1px solid hsla(0,0%,100%,.5)}footer .logo{width:200px;height:100px;margin-bottom:10px}footer nav{display:flex;align-items:center;padding-left:30px;justify-content:center}@media(min-width: 0)and (max-width: 999px){footer nav{padding-left:0}}@media(min-width: 0)and (max-width: 599px){footer nav{flex-flow:row wrap}}footer nav a{color:hsla(0,0%,100%,.7);text-decoration:none;font-weight:900;font-size:1rem;padding:5px 20px;white-space:nowrap}@media(min-width: 0)and (max-width: 1199px){footer nav a{padding:5px 10px}}footer nav a:hover,footer nav a:active{color:#fff;text-decoration:underline}footer .copyright{background-color:#091655;color:#fff;font-size:12px;font-weight:bold;text-align:center;padding:3px}footer a.weblink{color:hsla(0,0%,100%,.7);text-decoration:none;font-weight:900;font-size:1rem;white-space:nowrap}footer a.weblink:hover,footer a.weblink:active{color:#fff;text-decoration:underline}.jGDNRY{position:relative;font-family:"Gotham A","Gotham B",Gotham,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif;font-size:1rem;margin:0;z-index:1;font-weight:bold;text-align:center;line-height:1.7;letter-spacing:1.2px;color:#fff;text-transform:uppercase;padding:.625rem;background-color:#316094}.jGDNRY a{color:inherit}.login-disclaimer{padding:10px;width:100%;text-transform:uppercase;background-color:#000;font-weight:bold;text-align:center;font-family:"Gotham A","Gotham B",Gotham,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.7;letter-spacing:1.2px}.bottom-align{position:relative;bottom:0;left:0;right:0}@media screen and (min-height: 700px){.bottom-align{position:fixed}}