@font-face { font-family: "Grota Rounded"; src: url("../fonts/GrotaRoundedBlack.woff2") format("woff2"), url("../fonts/GrotaRoundedBlack.woff") format("woff"); font-weight: 900; font-style: normal; }
@font-face { font-family: "GrotaRoundedExtraBold"; src: url("../fonts/GrotaRoundedExtraBold.woff") format("woff"); font-weight: 900; font-style: normal; }

body { background-color: #0b1b6e; padding: 0; margin: 0; color: white; font-size: 2.3vh; }
@media screen and (max-height: 700px) {
	body {font-size: 16px; }
}
body, input[type=text], select, button {font-family: 'brandon-grotesque', sans-serif; font-weight: 500; }
input[type=text] {font-weight: 900; -webkit-appearance: none;}
h1, h2 {line-height: 1.1; margin: 1rem 0}
a, a:visited { color: #fff; text-decoration: underline; transition: all 0.2s ease; }
a:hover { color: #fbb93f; }
.legal { font-size: 13px; font-family: "Arial", "Helvetica", "sans-serif"; line-heigt: 1.3;}
.clear {clear: both; display: block; }
.pa:after { content: ""; display: block; margin-top: 30px; padding-bottom: 1px; }
.pb:before { content: ""; display: block; margin-bottom: 30px; padding-top: 1px; }
.small {font-size: 0.8em;}
.alignL {text-align: left;}
.alignC {text-align: center;}
.alignR {text-align: right;}
.spaced{letter-spacing: 2px;}
.gradText {
    background: #f9b939;
	background: -moz-linear-gradient(left, #f9b939 0%, #fde8aa 25%, #f9b939 50%, #fde8aa 75%, #f9b939 100%);
	background: -webkit-linear-gradient(left, #f9b939 0%,#fde8aa 25%,#f9b939 50%,#fde8aa 75%,#f9b939 100%);
	background: linear-gradient(to right, #f9b939 0%,#fde8aa 25%,#f9b939 50%,#fde8aa 75%,#f9b939 100%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.gradText {background: none; color: #f9b939;}
}
.buttonContainer { margin: 1em 0; text-align:center; }
.buttonContainer a, .buttonContainer button { display: inline-block; margin: 0; background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fddf96), to(#f9b93b)); background: linear-gradient(to right, #fddf96 60%, #f9b93b); border: none; font-family: 'brandon-grotesque', sans-serif; font-weight: 700; border-radius: 7px; font-size: 1.6em; padding: 0.2em 1.3em 0.2em 1.3em; color: #22317e; cursor: pointer; outline: none; }


.bar-top { height: 6vh; min-height: 36px; background-color: #001871; border-bottom: 1px solid white; position: relative; box-sizing: border-box;  }
.bar-top .logo_href { position: absolute; right: 20px; top: 15%; width: 100px; height: 70%; background: url(../img/mcv-logo.svg) right no-repeat; background-size: contain;  }
a.navButton { position: absolute; left: 0; top: 0; z-index: 105; height: 6vh; min-height: 36px; width: 75px; }
a.navButton b { position: absolute; left: 20px; top: 50%; display: block; height: 18px; margin-top: -8px; width: 35px; }
a.navButton b span { display: block; position: absolute; left: 0; height: 2px; width: 100%; background: #fff; transition: .25s ease-in-out; }
a.navButton b span:nth-child(1) { top: 0; }
a.navButton b span:nth-child(2), a.navButton span:nth-child(3) { top: 50%; margin-top: -1px;}
a.navButton b span:nth-child(4) { bottom: 0; }
a.navButton:hover b span { background: #fbb93f; }
a.navButton.open {position: fixed; left: 0; top: 0; }
a.navButton.open b span:nth-child(1) { top: 50%; width: 0; left: 50%; }
a.navButton.open b span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
a.navButton.open b span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
a.navButton.open b span:nth-child(4) { bottom: 50%; width: 0; left: 50%; }

.bar-bottom {display: flex; align-items: center; justify-content: center; min-height: 4vh; background-color: #001871; border-top: 1px solid white; font-size: 0; font-family: "GrotaRoundedExtraBold", sans-serif; text-align: center; box-sizing: border-box; }
.bar-bottom div {padding: 4px 20px; }
.bar-bottom a {display: inline-block; padding: 1px 10px; text-decoration: none; border-right: 1px solid white; font-size: .7rem; }
.bar-bottom a:last-child {border: none;}
@media screen and (max-width: 800px) {	
	.bar-bottom a:nth-child(3) {border: none;}
	.bar-bottom i {display:block;}
}
@media screen and (max-width: 500px) {
	.bar-bottom a {border: none;}
}

.leftRight {position: relative; min-height: 90vh; padding: 0 1% 0 30px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.leftRight .right {position: absolute; top: 0; right: 0; height: 100%; width: 66%; max-width: 115vh; overflow: hidden; }
.leftRight .right div {position: absolute; top: 0; right: 0; width : 100%; height: 0; padding-bottom: 86.43%; }
.leftRight .right div svg {position: absolute; top: 0; right: 0; height: 100%; width: auto; max-height: 195vh }
.leftRight .left {position: relative; display: block; width: 100%; max-width: 550px; margin: 0 auto; text-align: center; position: relative; box-sizing: border-box;}
.leftRight .left .team-gb-logo {min-width: 100px; }
.leftRight .left .narrow {max-width: 30vw; margin: 0 auto;}
@media screen and (max-width: 980px), (orientation: portrait) {
	.leftRight {display: block; padding: 0;  }
	.leftRight .left {padding: 0 30px; margin-top: -50px; }
	.leftRight .left .team-gb-logo {width: 100px; }
	.leftRight .left .narrow {max-width: 100%; }
	.leftRight .right {position: relative; height: 500px; width: 100%; max-width: 100%; }
	.leftRight .right div {width : 500px; height: 500px; padding-bottom: 0;  }
}
@media screen and (max-width: 500px) {	
	.leftRight .left {margin-top: -30px; }
	.leftRight .right {height: auto; margin-bottom: 0; }
	.leftRight .right div {position: relative; width: 100%; height: 0; padding-bottom: 86.43%;  } 
}

.leftRightCols {position: relative; min-height: 90vh; box-sizing: border-box; padding: 0 30px 0 20px; }
.leftRightCols .left {float: left; min-height: 90vh; width: 50%; display: flex; align-items: center; justify-content: center; text-align:center; }
.leftRightCols .left > div {width: 100%; padding: 0 15px 0 7vw; box-sizing: border-box; }
.leftRightCols .left .team-gb-logo {position: absolute; top: 0; left: 20px;}
.leftRightCols .right {float: right; min-height: 90vh; width: 50%; display: flex; align-items: center; justify-content: center; text-align:center;  }
.leftRightCols .right > div {width: 100%; padding: 65px 0 55px 15px; box-sizing: border-box; }
.leftRightCols .right .socials {position: absolute; top: 20px; right: 30px; margin: 0; }
.leftRightCols .right .packs {display: none;}
@media screen and (max-width: 980px), (orientation: portrait) {
	.leftRightCols .left {float: none; min-height: 0; width: 100%; display: block; }	
	.leftRightCols .left > div {padding: 0;  }
	.leftRightCols .left .team-gb-logo {width: 100px; position: relative; left: 0;}
	.leftRightCols .left .packs {display:none;}
	.leftRightCols .right {float: none; min-height: 0; width: 100%; display: block;  }
	.leftRightCols .right > div {width: 100%; padding: 0; box-sizing: border-box; }
	.leftRightCols .right .socials {position: relative; top: 0; right: 0; margin: 0 0 1em 0; }
	.leftRightCols .right .packs {display: block;}	
}

.singleCol {position: relative; min-height: 90vh }
.singleCol > div {width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 10vw; box-sizing: border-box;  }
.singleCol h1 {text-align: center;}
.singleCol .team-gb-logo {position: absolute; top: 0; left: 20px;}
@media screen and (max-width: 980px), (orientation: portrait) {
	.singleCol > div {padding: 0 30px; }
	.singleCol .team-gb-logo {width: 100px; position: relative; top: 0; left: 0; }
}

.logo {margin: 1em auto; width: 200px; display: block; }
.logo i {display: block; background: url("../img/mcv-logo.svg") no-repeat; background-size: contain; height:0; padding-bottom: 40.2%;}

.team-gb-logo {position: relative; width: 7vw; margin: 1em auto;}
.team-gb-logo i {display: block; background: url(../img/team-gb-logo.svg) center no-repeat; background-size: contain; height: 0; padding-bottom: 169%;}
.logos_x2 {position: relative; width: 21vw; margin: 1em auto; min-width: 235px;}
.logos_x2 i {display: block; background: url(../img/logos_x2.svg) center no-repeat; background-size: contain; height: 0; padding-bottom: 40.3%;}
.bite-closer { background: url(../img/bite-closer.png) center no-repeat; background-size: contain; height: 5.1vh; min-height: 45px; margin: 1em 0;}
.shops { position: relative; margin: 1em 0 1.5em 0; }
.shops a { display: inline-block; margin: 2px 5px; border-radius: 7px; padding: 2px; background: #f9b939; background: -webkit-gradient(linear, left top, right top, from(#f9b939), color-stop(25%, #fde8aa), color-stop(50%, #f9b939), color-stop(75%, #fde8aa), to(#f9b939)); background: linear-gradient(to right, #f9b939 0%, #fde8aa 25%, #f9b939 50%, #fde8aa 75%, #f9b939 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b939', endColorstr='#f9b939',GradientType=1 ); }
.shops a span { display: inline-block; padding: 0.2em 0; min-width: 126px; background: #000; border-radius: 4px; background: #0b1b6e; text-decoration: none; color: #fff; }
.shops a.active span { color: #0b1b6e; background: none; }
.shopError {position: absolute; width: 100%; left: 0; top: 100%; line-height: 1.2;  text-align: center; color: #e91721; user-select: none; }
.shopError.inActive { color: transparent; }
.leftRight .left .buttonContainer button.inActive { background: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.15); color: rgba(34, 49, 126, 0.75); cursor: default; }
.packs {position: relative; width: 45vh; max-width: 100%; margin: 1.5em auto 0 auto; }
.packs i {display: block; padding-bottom: 45.7%; background: url(../img/packs.png) center no-repeat; background-size: contain; }
.win { position: relative; width: 45vh; max-width: 100%; margin: 1rem auto; font-size: 12px; color: transparent; user-select: none;}
.win i { position: relative; display: block; padding-bottom: 87%; background: url(../img/win-tickets.png) center no-repeat; background-size: contain; }
.left .winner-week{position: relative; width: 8vw; margin: 0 auto;  min-width: 100px; margin-top: -30px;}
.left .winner-week i {display: block; background: url(../img/winner-week.svg) center no-repeat; background-size: contain; height: 0; padding-bottom: 100%;}
.left .plus5k {position: relative; width: 8vw; margin: 0 auto;  min-width: 100px; margin-top: -30px;}
.left .plus5k i {display: block; background: url(../img/plus5k.svg) center no-repeat; background-size: contain; height: 0; padding-bottom: 100%;}




.socials { }
.socials {position: relative; margin: 1em 0;}
.socials ul {margin: 0; padding: 0; display: inline-block; list-style: none;}
.socials ul li {margin: 0; padding: 0; display: inline-block;}
.socials ul li a {display: inline-block; margin: 0 15px;  width: 1.7em; height: 1.7em; background-position: center; background-repeat: no-repeat; background-size: contain; vertical-align: middle;transition: all 0.2s ease; }
.socials ul li a:hover {transform: scale(1.1);}
.socials ul li a:last-child {margin-right: 0; }
.socials ul li a.fb { background-image: url(../img/fb.svg); }
.socials ul li a.tt { background-image: url(../img/tt.svg); }
.socials ul li a.ig { background-image: url(../img/ig.svg); }
@media screen and (max-width: 500px) {
	.socials ul {margin: 10px 0; display: block; }
}


.formContainer { position: relative; margin: 1em auto; width: 100%; max-width: 500px; font-weight: 400; pointer-events: all; text-align: left; }
.formContainer .field { position: relative; margin: 1em 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.formContainer .field input[type="text"] { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #0b1b6e; background: #737797; font-size: 1em; padding: 20px; line-height: 1; border: 2px solid #f9b93b; outline: none; border-radius: 5px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.formContainer .field input[type="text"]:focus { background: #fff; }
.formContainer .field textarea { display: block; width: 100%; height: 150px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; background: rgba(0, 0, 0, 0.2); font-size: 1em; font-weight: 700; text-align: center; padding: 12px 20px; border: none; outline: none; border-radius: 5px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.formContainer .field textarea:focus { background: rgba(0, 0, 0, 0.25); }
.formContainer .field label { display: block; }
.formContainer .error {color: #e91721; }
.formContainer div.error { margin: 5px 0 10px 0; }
.formContainer .field .floatingLabel { position: relative; }
.formContainer .field .floatingLabel label { position: absolute; color: rgba(11,27,110, 1); top: 22px; line-height: 1; left: 22px; z-index: 1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; pointer-events: none; }
.formContainer .field .floatingLabel .help { position: absolute; right: 5px; bottom: -5px; height: 100%; border-radius: 50%; }
.formContainer .field .floatingLabel .help a { display: block; position: absolute; height: 2.5rem; width: 2.5rem; top: 8px; right: 25%; border-radius: 50%; background-image: linear-gradient(166deg, #0b1b6e, #0b1b6e); color: #fff; 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; text-decoration: none; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.formContainer .field .floatingLabel.active label { top: 9px; line-height: 1; font-size: 12px; color: rgba(11,27,110, 0.6) }
.formContainer .field .floatingLabel input[type="text"] { padding: 20px 20px 10px 20px; }
.formContainer .field .floatingLabel textarea { padding: 15px 20px 9px 20px; }
.formContainer .checkbox { display: block; position: relative; outline: none; min-height: 28px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.formContainer .checkbox label { font-size: 0.8em; }
.formContainer .checkbox i.check { border: none; cursor: pointer; font-size: 22px; line-height: 0; padding: 16px 0; width: 34px; text-align: center; color: transparent; background: rgba(0, 0, 0, 0.15); border-radius: 5px; border: 2px solid #f9b93b; margin-left: 20px; -ms-flex-negative: 0; flex-shrink: 0; }
.formContainer .checkbox.checked i.check { color: #f9b93b; }
.formContainer .checkbox a { color: #fff; text-decoration: underline; }
.formContainer .checkbox .error { margin-left: 17.5%; }
.formContainer .field.fieldError .checkbox i.check { border-color: #e91721; }
.formContainer.waiting { opacity: 0.5; }
.formContainer.waiting .buttonContainer button { color: transparent; }
.formContainer.waiting .buttonContainer button:hover { color: transparent; background: #e91721; }
.formContainer.waiting .buttonContainer button:after { content: ""; position: absolute; display: block; left: 50%; top: 50%; margin-top: -12px; margin-left: -12px; border: 4px solid rgba(0, 0, 0, 0.5); border-top: 4px solid #000; border-radius: 50%; width: 24px; height: 24px; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; -webkit-box-sizing: border-box; box-sizing: border-box; }
.formContainer.waiting:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.faqs {text-align: left;}
.faqs .faqTitle { text-align: left; margin: 1.4em 0 0.7em 0; padding-bottom: 0.7em; font-weight: 700; font-size: 1.2em; border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
.faqs .faq { margin: 0.7em 0; padding-bottom: 0.7em; border-bottom: 1px solid rgba(0, 0, 0, 0.3);  }
.faqs .faq > a { display: block; position: relative; text-decoration: none; padding-right: 40px; color: #f7c000; font-weight: 700; font-size: 1em; }
.faqs .faq > div { position: relative; height: 0; overflow: hidden; color: #fff; }
.faqs .faq > div > div { position: absolute; bottom: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.faqs .faq > div > div:before { content: ""; display: block; padding-top: 1px; margin-bottom: 10px; }
.faqs .faq > div > div:after { content: ""; display: block; padding-bottom: 1px; margin-top: 10px; }
.faqs .faq > a i { position: absolute; right: 0; top: 50%; width: 28px; height: 28px; margin-top: -14px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.faqs .faq > a i:after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 4px; margin-left: -7px; margin-top: 2px; background: #f7c000; border-radius: 2px; }
.faqs .faq > a i:before { content: ""; position: absolute; left: 50%; top: 50%; width: 4px; height: 12px; margin-left: 2px; margin-top: -7px; background: #f7c000; border-radius: 2px; }
.faqs .faq.open > a { color: #fff; }
.faqs .faq.open > a i { -webkit-box-shadow: none; box-shadow: none; }
.faqs .faq.open > a i:after { content: ""; position: absolute; left: 50%; top: 50%; width: 18px; height: 4px; margin-left: -9px; margin-top: -2px; background: #fff; border-radius: 2px; }
.faqs .faq.open > a i:before { content: ""; position: absolute; left: 50%; top: 50%; width: 4px; height: 18px; margin-left: -2px; margin-top: -9px; background: #fff; border-radius: 2px; }
.faqs .faq.open > div { height: auto; }
.faqs .faq.open > div > div { position: relative; }
.faqs .faq a { color: #ffdd00; }
.faqs .faq.open a { color: #ffdd00; }
.faqs .faq.open a i.fa-angle-up { display: block; }
.faqs .faq.open a i.fa-angle-down { display: none; }

.table-container {overflow: auto;padding: 10px;}
.terms-table {width: 100%;}
table, th, td {border-collapse: collapse;border: 1px solid #aaa;}
td {padding: 5px 10px;}
th {font-weight: 900; padding: 5px 10px;}

#modal { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 200; cursor: pointer; }
#modal .inner { position: absolute; width: 100%; max-width: 640px; cursor: default; padding: 26px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#modal .inner #content { position: relative; max-height: 90vh; max-height: calc(100vh - 60px); background: #0b1b6e; border: 2px solid #fff; border-radius: 5px; padding: 0 30px; text-align: left; }
#modal .inner #content:before { content: ""; display: block; margin-bottom: 30px; padding-top: 1px; }
#modal .inner #content:after { content: ""; display: block; margin-top: 30px; padding-bottom: 1px; }
#modal .inner .closeButton { position: absolute; top: 7px; right: 7px; width: 40px; height: 40px; background: #f9b93b; border-radius: 50%; -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
#modal .inner .closeButton:before { content: ""; position: absolute; background: #222; width: 30px; height: 4px; top: 50%; left: 50%; margin-top: -2px; margin-left: -15px; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-radius: 2px; }
#modal .inner .closeButton:after { content: ""; position: absolute; background: #222; width: 30px; height: 4px; top: 50%; left: 50%; margin-top: -2px; margin-left: -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border-radius: 2px; }
#modal .inner .closeButton:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
#modal .inner .closeButton:hover:before { background: #fff; }
#modal .inner .closeButton:hover:after { background: #fff; }
#modal .inner .buttonContainer { position: relative; margin: 20px 0; text-align: center; }
#modal .inner .buttonContainer a { position: relative; display: inline-block; min-width: 300px; margin: 0 auto; background: #e91721; color: #fff; font-weight: 400; cursor: pointer; outline: none; border-radius: 4px; padding: 20px 50px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#modal .inner .buttonContainer a:hover { background: #bb121a; }
@media screen and (max-width: 600px) {
	#modal .inner .buttonContainer a { display: block; min-width: 0; }
}
@media screen and (max-width: 500px) { #modal .inner #content { max-height: calc(100vh - 40px); }
	#modal .inner #content .title { padding: 0 20px; }
	#modal .inner #content .content { padding: 0 20px; }
}

.nav { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 100; overflow: hidden; cursor: pointer; }
.nav > div { position: absolute; top: 0; left: 0; width: 0; height: 100%; cursor: default; }
.nav > div > div { position: relative; width: 350px; height: 100%; background: #001871; border-right: 1px solid #fff; color: #fff; padding: 50px 20px 70px 20px; box-sizing: border-box; box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2); }
.nav > div > div > ul { margin: 0; padding: 0; list-style: none; text-align: left; }
.nav > div > div > ul li { margin: 0; padding: 0; }
.nav > div > div > ul li a { position: relative; display: block; color: #fff; font-size: 1.5em; text-decoration: none; padding: 15px 0; font-family: "GrotaRoundedExtraBold", sans-serif; }
.nav.active > div { width: auto; }
.nav .menu-bottom {position: absolute; bottom: 30px; left: 20px; right: 20px; padding: 10px 0; border-top: 1px solid white; border-bottom: 1px solid white; text-align: center; font-size: 0; }
.nav .menu-bottom a {display: inline-block; padding: 2px 10px; text-decoration: none; font-size: 0.95rem;}
.nav .menu-bottom a:first-child {border-right: 1px solid #fff;}
@media screen and (max-width: 600px) {
	.nav > div > div {width: 300px; }
}
@media screen and (max-height: 400px) {
	.nav > div > div { padding-top: 40px; }
}
@media screen and (max-height: 350px) {
}









@media screen and (max-width: 980px), (orientation: portrait) {
	body { font-size: 16px; }
	.xxcontent { -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; }

.xxformContainer { margin: 0 auto; }
	.xxsingle { padding: 0; }
	.xxxpacks { padding-bottom: 170px; }
}

@media screen and (max-width: 500px) { .formContainer { width: 100%; } }

.xxxswap-order { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
