@import url(https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap); /*----------------------------------
    MEDIA QUERY:
    1.Generic
    2. iPhone
        2.1. iPhone 5, 5S, 5C and 5SE
        2.2. iPhone 6, 6S, 7 and 8 
        2.3. iPhone X
    3. iPad
        3.1. iPad 1, 2, Mini and Air
        3.2. iPad Pro 12.9"
    4. Samsung, Pixel, Nexus 
----------------------------------*/
/*----------------------------------
    1. Generic
----------------------------------*/
/*----------------------------------
    2. Iphone
----------------------------------*/
/*----------------------------------
    2.1. iPhone 5, 5S, 5C and 5SE
----------------------------------*/
/*----------------------------------
    2.2. iPhone 6, 6S, 7 and 8
----------------------------------*/
/*----------------------------------
    2.3. iPhone X
----------------------------------*/
/*----------------------------------
    3. Ipad
----------------------------------*/
/*----------------------------------
    3.1. iPad 1, 2, Mini and Air
----------------------------------*/
/*----------------------------------
    3.2. iPad Pro 12.9"
----------------------------------*/
/*----------------------------------
    4. Samsung, Pixel, Nexus
----------------------------------*/
/*
    Mixins
*/
.winners-box {
	background: #f9e6fa !important;
}

.winners-box h1,
.winners-box h2,
.winners-box h3,
.winners-box h4,
.winners-box h5,
.winners-box h6,
.winners-box p,
.winners-box input {
	color: #791b73 !important;
}

.winners-box .button {
	background: #791b73 !important;
	border-color: #791b73 !important;
	color: #ffffff !important;
}

.lrg {
	font-size: 6rem;
	color: white;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-family: "cats-headline", Arial, Helvetica, sans-serif;
	line-height: normal;
}

@media (max-width: 818px) and (min-width: 0px) {
	.lrg {
		font-size: 4rem;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.lrg {
		font-size: 4rem;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
}

.contact-number:before {
	display: none !important;
}

.contact-number p {
	font-size: 16px;
	color: white;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

#nav-area-block ul {
	margin: 0 !important;
}

#nav-area-block ul li {
	margin: 0 5px;
	padding: 0;
}

#nav-area-block ul li a {
	padding: 1rem 1rem;
	border-radius: 5px;
}

#nav-area-block ul li a:hover {
	background: #7a1b72;
	color: white;
}

#nav-area-block ul li .active {
	background: #7a1b72;
	color: white;
}

.raffle-theme .header-raffle ul li a:hover {
	background: #1a006b !important;
	color: white !important;
}

.raffle-theme .weekly-header a:hover {
	color: #ffffff !important;
	opacity: 0.8;
}

.raffle-theme .show-menu i {
	color: #fe6dea !important;
}

.raffle-theme .global-banner-block {
	background-color: #511ABA;
}

.raffle-theme .global-banner-block:before {
	display: none;
}

.raffle-theme .header-raffle {
	background-color: #511ABA!important;
}

.raffle-theme .header-raffle ul li a {
	color: #fff!important;
}

.global-banner-block {
	background-color: #fff;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.global-banner-block:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background: #ffffff;
}

.global-banner-block .container {
	position: relative;
	z-index: 10;
}

.global-banner-block .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.global-banner-block .logo-hold {
	height: 150px;
	width: 150px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 818px) and (min-width: 0px) {
	.global-banner-block .logo-hold {
		height: 100px;
		width: 100px;
		display: block;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.global-banner-block .logo-hold {
		height: 100px;
		width: 100px;
		display: block;
		margin: 0 auto;
	}
}

.global-banner-block .logo-hold img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.global-banner-block .my-auto {
		margin-top: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.global-banner-block .my-auto {
		margin-top: 3rem;
	}
}

.global-banner-block .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mobile-close {
	display: none;
	position: absolute !important;
	right: 10%;
	top: 0%;
}

@media (max-width: 818px) and (min-width: 0px) {
	.mobile-close {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.mobile-close {
		display: block;
	}
}

.nav-area-block {
	border-bottom: 2px solid #7a1b72;
	padding: 1rem 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-area-block {
		border: none !important;
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-area-block {
		border: none !important;
		padding: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-area-block nav {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 999;
		width: 75%;
		background: rgba(255, 255, 255, 0.9);
		text-align: right;
		padding-top: 10rem;
	}

	.nav-area-block ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		text-align: left;
	}

	.nav-area-block ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.nav-area-block ul li a {
		text-align: left !important;
		padding: 0rem 1rem !important;
		border: none !important;
		margin: 1rem 0 !important;
		color: #7a1b72 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-area-block nav {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 999;
		width: 65%;
		background: rgba(255, 255, 255, 0.8);
		text-align: right;
		padding-top: 10rem;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-area-block nav li a {
		background: none !important;
		padding: 1rem 2rem !important;
		text-align: right;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-area-block nav li a {
		background: none !important;
		padding: 1rem 2rem !important;
		text-align: right;
		background: none !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-area-block nav li button {
		margin: 1rem 2rem !important;
		text-align: right;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-area-block nav li button {
		margin: 1rem 2rem !important;
		text-align: right;
	}
}

.nav-area-block .col-12 {
	text-align: center;
}

.nav-area-block a {
	text-decoration: none !important;
	font-size: 16px;
	color: #7a1b72;
}

.nav-area-block a:hover {
	color: #c928b2;
}

.nav-area-block .play-btn {
	border: 1px solid #ffffff;
	border-radius: 10px;
	background-color: #c928b2;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
}

.nav-area-block .play-btn i {
	margin-right: 8px;
	width: 20px;
	height: 20px;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

.nav-area-block .play-btn i:before {
	content: "";
	background: url(/images/wwc-play-button-icon.svg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.h-100 {
	height: 100% !important;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

a {
	transition: all 0.3s ease-in-out !important;
}

.home-tiles-block {
	padding: 60px 0;
	background: #ffffff;
}

@media (max-width: 818px) and (min-width: 0px) {
	.home-tiles-block {
		padding: 30px 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.home-tiles-block {
		padding: 30px 0;
	}
}

.home-tiles-block .col-12 {
	margin-bottom: 60px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.home-tiles-block .col-12 {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.home-tiles-block .col-12 {
		margin-bottom: 30px;
	}
}

.home-tiles-block .col-12:last-child {
	margin-bottom: 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.home-tiles-block .col-12 a img {
		margin: 0 auto;
		width: 100%;
		-o-object-fit: contain !important;
		object-fit: contain !important;
		-o-object-position: center !important;
		object-position: center !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.home-tiles-block .col-12 a img {
		margin: 0 auto;
		width: 100%;
		-o-object-fit: contain !important;
		object-fit: contain !important;
		-o-object-position: center !important;
		object-position: center !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.ds-v {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.ds-v {
		display: none !important;
	}
}

.mb-v {
	display: none;
}

@media (max-width: 818px) and (min-width: 0px) {
	.mb-v {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.mb-v {
		display: block !important;
	}
}

.main-content:before {
	display: none !important;
}

.show-menu {
	background: #ffffff;
	border-radius: 100pc;
	height: 40px;
	width: 40px;
	position: relative;
}

.show-menu i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #7a1b72;
	font-size: 18px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.text-mob-left {
		text-align: left !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.text-mob-left {
		text-align: left !important;
	}
}

.fixed-mobile-burger_ {
	justify-content: end;
	display: flex;
	flex-wrap: wrap;
}

.contact-number .row,
.prize-area-block .row,
.draw-time-block .row {
	display: flex;
	flex-wrap: wrap;
}

.footer-logos {
	display: flex;
	flex-wrap: wrap;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.footer-links a {
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.footer-links a {
		margin-bottom: 5px;
	}
}

.m-auto {
	margin: 0 auto;
}

.p-0 {
	padding: 0 !important;
}

.w-100 {
	width: 100%;
}

.ml-0 {
	margin-left: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.prize-area-block {
	padding: 60px 0;
	background: #ffffff;
}

@media (max-width: 818px) and (min-width: 0px) {
	.prize-area-block {
		padding: 30px 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.prize-area-block {
		padding: 30px 0;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.prize-area-block .winners-image {
		margin-top: 2rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.prize-area-block .winners-image {
		margin-top: 2rem !important;
	}
}

.prize-area-block p {
	color: #7a1b72;
	font-family: "cats-headline", sans-serif;
	font-size: 40px;
	line-height: normal;
	font-weight: 800;
	letter-spacing: 0;
	text-align: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.prize-area-block p {
		font-size: 28px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.prize-area-block p {
		font-size: 28px;
	}
}

.prize-area-block .lg {
	font-size: 60px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.prize-area-block .lg {
		font-size: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.prize-area-block .lg {
		font-size: 40px;
	}
}

.draw-time-block {
	padding: 30px 0;
	background: #7a1b72;
}

@media (max-width: 818px) and (min-width: 0px) {
	.draw-time-block {
		padding: 30px 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.draw-time-block {
		padding: 30px 0;
	}
}

.draw-time-block h3 {
	font-size: 40px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.draw-time-block h3 {
		font-size: 28px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.draw-time-block h3 {
		font-size: 28px;
	}
}

.draw-time-block h1,
.draw-time-block h2,
.draw-time-block h3,
.draw-time-block h4,
.draw-time-block h5,
.draw-time-block h6,
.draw-time-block p,
.draw-time-block a,
.draw-time-block div {
	color: #ffffff !important;
}

.draw-time-block .countdown {
	width: 100% !important;
}

.draw-time-block .countdown .count-pre-text {
	text-align: center;
	font-size: 35px !important;
	margin-bottom: 2rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.draw-time-block .countdown .count-pre-text {
		font-size: 26px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.draw-time-block .countdown .count-pre-text {
		font-size: 26px !important;
	}
}

.draw-time-block .countdown .count-pre-text,
.draw-time-block .countdown .countdown-next-lottery,
.draw-time-block .countdown .count-post-text {
	width: 100% !important;
	display: inline-flex;
}

.draw-time-block .countdown .countdown-next-lottery {
	font-size: 70px !important;
	justify-content: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.draw-time-block .countdown .countdown-next-lottery {
		font-size: 50px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.draw-time-block .countdown .countdown-next-lottery {
		font-size: 50px !important;
	}
}

.draw-time-block .countdown .count-post-text {
	font-size: 30px !important;
	justify-content: center;
	line-height: normal !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.draw-time-block .countdown .count-post-text {
		font-size: 22px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.draw-time-block .countdown .count-post-text {
		font-size: 22px !important;
	}
}

.draw-time-block .countdown .count-post-text div {
	position: relative !important;
	left: auto !important;
	top: auto;
	margin: 0 15px;
}

.weeklo-content-block {
	padding: 60px 0;
	background: #ffffff;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weeklo-content-block {
		padding: 30px 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weeklo-content-block {
		padding: 30px 0;
	}
}

.weeklo-content-block .weekly-reasons h3 {
	font-size: 30px;
	margin-bottom: 4rem !important;
	color: #7a1b72;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weeklo-content-block .weekly-reasons h3 {
		font-size: 22px;
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weeklo-content-block .weekly-reasons h3 {
		font-size: 22px;
		margin-bottom: 2rem !important;
	}
}

.weeklo-content-block .reason {
	color: #2c2c2c;
}

.weeklo-content-block .help-area h3 {
	font-size: 38px;
	margin-bottom: 2rem !important;
	color: #7a1b72;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weeklo-content-block .help-area h3 {
		font-size: 22px;
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weeklo-content-block .help-area h3 {
		font-size: 22px;
		margin-bottom: 2rem !important;
	}
}

.weeklo-content-block .help-area p {
	color: #7a1b72;
}

.help-images {
	display: flex;
	flex-wrap: wrap;
}

.help-images p {
	font-weight: 600;
	font-size: 16px;
	margin-top: 1rem;
	line-height: normal;
}

.fl-center {
	justify-content: center;
	display: flex;
}

@media (max-width: 818px) and (min-width: 0px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.how-works-area {
	margin-bottom: 2rem;
}

.how-works-area h2 {
	font-size: 30px;
	margin-bottom: 2rem !important;
	color: #7a1b72;
}

@media (max-width: 818px) and (min-width: 0px) {
	.how-works-area h2 {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.how-works-area h2 {
		font-size: 22px;
	}
}

.how-works-area .tiles {
	margin: 1rem 0;
}

.how-works-area .tiles .tile {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	margin-bottom: 0.5rem !important;
	padding: 1rem;
	border: 2px solid #c928b2;
	border-radius: 15px;
}

.how-works-area .tiles .tile img {
	width: 50px;
	height: 50px;
}

.how-works-area .tiles .tile h4 {
	color: #c928b2;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0.5rem !important;
}

.how-works-area .tiles .tile p {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: normal;
}

@media (max-width: 818px) and (min-width: 0px) {
	.mob-text-center h1,
	.mob-text-center h2,
	.mob-text-center h3,
	.mob-text-center h4,
	.mob-text-center h5,
	.mob-text-center h6,
	.mob-text-center p {
		text-align: center !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.mob-text-center h1,
	.mob-text-center h2,
	.mob-text-center h3,
	.mob-text-center h4,
	.mob-text-center h5,
	.mob-text-center h6,
	.mob-text-center p {
		text-align: center !important;
	}
}

.fixed-top {
	position: sticky !important;
	top: 0 !important;
}

.text-left {
	text-align: left !important;
}

.text-left p {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-right p {
	text-align: right !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	h2 {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	h2 {
		font-size: 22px;
	}
}

.form-bg .btn--play-purple,
.form-bg .btn--play-blue {
	font-size: 30px !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.form-bg .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.form-bg .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.tooltip-circle h1,
.tooltip-circle h2,
.tooltip-circle h3,
.tooltip-circle h4,
.tooltip-circle h5,
.tooltip-circle h6,
.tooltip-circle p {
	color: #ffffff !important;
}

@media (min-width: 992px) {
	.tooltip-cont .tooltip-circle {
		width: 300px;
		height: 300px;
	}
}

@media (min-width: 992px) {
	.tooltip-cont .tooltip-circle .text-cont {
		padding: 0rem 1rem;
	}
}

.hear-from-us {
	display: none;
}

.nav-s-mo {
	padding: 0.5rem 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-s-mo {
		padding: 2rem 0rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-s-mo {
		padding: 2rem 0rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-s-mo .container,
	.nav-s-mo .col-md-12 {
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-s-mo .container,
	.nav-s-mo .col-md-12 {
		padding: 0 !important;
	}
}

.nav-s-mo ul {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-s-mo ul {
		padding: 0 !important;
		margin: 0 !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-s-mo ul {
		padding: 0 !important;
		margin: 0 !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-s-mo ul li {
		padding: 1rem 1rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-s-mo ul li {
		padding: 1rem 1rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-s-mo ul li a {
		font-size: 16px !important;
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-s-mo ul li a {
		font-size: 16px !important;
		padding: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.nav-s-mo nav {
		position: relative !important;
		display: block !important;
		top: auto !important;
		width: 100% !important;
		padding: 0 !important;
		text-align: center !important;
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-s-mo nav {
		position: relative !important;
		display: block !important;
		top: auto !important;
		width: 100% !important;
		padding: 0 !important;
		text-align: center !important;
		background: none !important;
	}
}

/* FAQ */
.faq-container .toggle .arrow {
	border: none !important;
}

.faq-container .toggle .arrow:before {
	content: "\F078";
	font-family: "Font Awesome 6 Pro";
	font-weight: 800;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.faq-container .open .arrow:before {
	content: "\F077" !important;
}

.faq-ac-block {
	padding: 3rem 0;
	background: #ffffff;
}

.faq-ac-block .btn {
	text-transform: none !important;
	font-size: 20px !important;
	min-width: -moz-max-content !important;
	min-width: max-content !important;
}

.faq-ac-block .s-q-level-1 .active .toggle .arrow:before {
	content: "\E113" !important;
}

.faq-ac-block .q-level-1 {
	margin-bottom: 1rem;
}

.faq-ac-block .q-level-1 .question {
	width: 100%;
	display: inline-flex !important;
}

.faq-ac-block .q-level-1 .active .toggle .arrow:before {
	content: "\E113" !important;
}

.faq-ac-block .q-level-1 .toggle-header {
	background: #7a1b72;
	border-radius: 0;
	color: #ffffff;
	font-size: 22px;
	display: inline-flex;
	width: 90%;
	padding: 1rem 2rem;
}

.faq-ac-block .q-level-1 .toggle-header span {
	margin-bottom: auto;
	margin-top: auto;
}

.faq-ac-block .q-level-1 .toggle {
	background: #c928b2;
	color: #ffffff;
	top: auto;
	right: auto;
	height: 60px;
	text-align: center;
	width: 10%;
	border-left: solid 5px #ffffff;
	display: inline-block;
	position: relative;
}

.faq-ac-block .q-level-1 .toggle .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.faq-ac-block .q-level-1 .toggle .arrow:before {
	content: "\E114";
	font-family: "Glyphicons Halflings";
	font-weight: 800;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.faq-ac-block .s-q-level-1 .question {
	width: 100%;
	display: inline-flex;
}

.faq-ac-block .s-q-level-1 .toggle-header {
	background: #fae6fa;
	border-radius: 0;
	color: #7a1b72;
	font-size: 18px;
	display: inline-flex;
	width: 90%;
	padding: 1rem 2rem;
}

.faq-ac-block .s-q-level-1 .toggle-header span {
	margin-bottom: auto;
	margin-top: auto;
}

.faq-ac-block .s-q-level-1 .toggle {
	background: #fae6fa;
	color: #7a1b72;
	top: auto;
	right: auto;
	height: 60px;
	text-align: center;
	width: 10%;
	border-left: solid 5px #ffffff;
	display: inline-block;
	position: relative;
}

.faq-ac-block .s-q-level-1 .toggle .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.faq-ac-block .s-q-level-1 .toggle .arrow:before {
	content: "\E114";
	font-family: "Glyphicons Halflings";
	font-weight: 800;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.faq-ac-block .answer {
	display: none;
	background: #fae6fa;
	color: #7a1b72;
}

.faq-ac-block .answer p {
	color: #7a1b72;
}

.faq-ac-block .question {
	cursor: pointer;
}

.level-1-q-h {
	padding-bottom: 1rem;
	background: #ffffff;
}

.level-1-q-h .card {
	padding: 1rem 2rem;
	color: #ffffff;
}

.faq-container .orange-color,
.faq-container .pink-color {
	color: #7a1b72 !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.faq-container .orange-color,
	.faq-container .pink-color {
		text-align: center !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.faq-container .orange-color,
	.faq-container .pink-color {
		text-align: center !important;
	}
}

.faq-block > ul > li {
	background: #7a1b72;
	border-radius: 0;
	color: #ffffff;
	font-size: 22px;
	border: none;
}

.faq-block > ul > li > ul > li {
	background: #e1f4fb;
	border-radius: 0;
	color: #fe6dea;
	font-size: 18px;
	border: none;
	padding-right: 60px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: initial;
}

.faq-block > ul > li > ul > li .toggle {
	background: #e1f4fb;
	color: #fe6dea;
	top: 0;
	right: 0;
	height: 100%;
	text-align: center;
	width: 50px;
	border-left: solid 5px white;
}

.faq-block > ul > li span.toggle {
	background: #32bbed;
	color: #fe6dea;
	top: 0;
	right: 0;
	height: 60px;
	text-align: center;
	width: 50px;
	border-left: solid 5px white;
}

.faq-block > ul > li span.toggle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.faq-block > ul > li > ul {
	background: #ffffff;
	margin-top: 0px;
	margin-left: -2.5%;
	width: 105%;
	border-top: solid 5px white;
}

.faq-block > ul > li > ul > li ul {
	padding: 1rem 0rem;
}

html {
	scroll-behavior: smooth;
}

.faq-block > ul > li {
	padding: 0rem 2%;
	min-height: 60px;
	line-height: 60px;
}

.faq-block > ul {
	overflow: hidden;
}

.read-play-block h2 {
	color: #7a1b72;
}

.read-play-block {
	padding: 1rem 0;
}

.side-cta-block img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-height: 650px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.side-cta-block img {
		border-bottom: solid 5px white !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.side-cta-block img {
		border-bottom: solid 5px white !important;
	}
}

.side-cta-block .bg {
	background: #e2f4fb;
	padding: 1rem 2rem;
}

.side-cta-block .bg h2,
.side-cta-block .bg p {
	color: #7a1b72;
}

@media (max-width: 818px) and (min-width: 0px) {
	.read-play-block h2 {
		margin-bottom: 1rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.read-play-block h2 {
		margin-bottom: 1rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.side-cta-block .bg {
		padding: 1rem 1rem;
		justify-content: start;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.side-cta-block .bg {
		padding: 1rem 1rem;
		justify-content: start;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.side-cta-block .p-0 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.side-cta-block .p-0 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.faq-heading-buttons .col-md-6 {
		margin-bottom: 1rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.faq-heading-buttons .col-md-6 {
		margin-bottom: 1rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.faq-heading-buttons .col-md-6:last-child {
		margin-bottom: 0rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.faq-heading-buttons .col-md-6:last-child {
		margin-bottom: 0rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.faq-cont {
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.faq-cont {
		padding: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.faq-cont .header-banner-text {
		padding: 1.5rem 1rem !important;
		margin: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.faq-cont .header-banner-text {
		padding: 1.5rem 1rem !important;
		margin: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.header-banner-mobile-text + .stars-bg {
		margin-top: 0rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.header-banner-mobile-text + .stars-bg {
		margin-top: 0rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.faq-container .col-sm-12 {
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.faq-container .col-sm-12 {
		padding: 0 !important;
	}
}

/* RAFFLE */
.raffle-theme .contact-number {
	background: #511aba !important;
}

.light-blue-bg {
	background: #dcd1f0;
}

.header-raffle nav ul,
.header nav ul {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	align-items: center;
	display: inline-flex;
}

.raffle-container {
	padding-top: 0 !important;
}

.raffle-container .progress-container .arrow {
	display: flex;
	align-items: center;
	padding: 1rem 0 !important;
}

.raffle-container p,
.raffle-container label {
	color: #2c2c2c;
	font-size: 16px;
}

.raffle-container h1 {
	color: #511aba;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 4rem;
	margin-top: 4rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container h1 {
		font-size: 28px;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container h1 {
		font-size: 28px;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
}

.raffle-container .hint {
	background: #511aba;
	padding: 1rem;
}

.raffle-container .hint p {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container .hint p {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container .hint p {
		font-size: 16px;
	}
}

.raffle-container .ball-selection .raffle-ticket {
	background-image: url(/images/raffle-ticket-sm.svg) !important;
	line-height: 60px;
	height: 60px;
	width: 70px;
}

.raffle-container .raffle-summary {
	background: #1a006b;
	color: #ffffff;
	border: none;
	transform: none;
	margin-bottom: 10px !important;
}

.raffle-container .raffle-summary div {
	transform: none;
}

.raffle-container .raffle-summary h1,
.raffle-container .raffle-summary h2,
.raffle-container .raffle-summary h3,
.raffle-container .raffle-summary h4,
.raffle-container .raffle-summary h5,
.raffle-container .raffle-summary h6,
.raffle-container .raffle-summary p {
	color: #ffffff !important;
}

.raffle-container .raffle-summary .total .col-xs-9 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	width: 100%;
	margin-bottom: 2rem;
	margin-top: 5rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container .raffle-summary .total .col-xs-9 {
		font-size: 20px;
		margin-bottom: 2rem;
		margin-top: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container .raffle-summary .total .col-xs-9 {
		font-size: 20px;
		margin-bottom: 2rem;
		margin-top: 3rem;
	}
}

.raffle-container .raffle-summary .total .col-xs-3 {
	width: 100%;
}

.raffle-container .raffle-summary .total .col-xs-3 .total-value {
	padding: 1rem 1.5rem;
	border: 2px solid #511aba;
	border-radius: 15px;
	background-color: #ffffff;
	color: #511aba;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container .raffle-summary .total .col-xs-3 .total-value {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container .raffle-summary .total .col-xs-3 .total-value {
		font-size: 16px;
	}
}

.raffle-container .summary-hint {
	background: #511aba;
	padding: 2rem;
}

.raffle-container .summary-hint p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container .summary-hint p {
		font-size: 16px;
		width: 90%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container .summary-hint p {
		font-size: 16px;
		width: 90%;
	}
}

.raffle-container .form-bg {
	padding: 3rem 5rem;
	margin-bottom: 5rem;
	position: relative;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container .form-bg {
		padding: 1.5rem 2.5rem;
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container .form-bg {
		padding: 1.5rem 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.raffle-container .form-bg h1,
.raffle-container .form-bg h2,
.raffle-container .form-bg h3,
.raffle-container .form-bg h4,
.raffle-container .form-bg h5,
.raffle-container .form-bg h6 {
	color: #511aba;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 1rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container .form-bg h1,
	.raffle-container .form-bg h2,
	.raffle-container .form-bg h3,
	.raffle-container .form-bg h4,
	.raffle-container .form-bg h5,
	.raffle-container .form-bg h6 {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container .form-bg h1,
	.raffle-container .form-bg h2,
	.raffle-container .form-bg h3,
	.raffle-container .form-bg h4,
	.raffle-container .form-bg h5,
	.raffle-container .form-bg h6 {
		font-size: 22px;
	}
}

.raffle-container .form-bg input {
	border: 2px solid #511aba;
	border-radius: 15px;
	background-color: #ffffff;
	color: #511aba;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	min-height: 60px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-container .form-bg input {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-container .form-bg input {
		font-size: 16px;
	}
}

.raffle-container .checkbox input[type="radio"]:checked ~ .check {
	border: 2px solid #ffffff !important;
	background-color: #511aba !important;
	border-radius: 5px !important;
}

.raffle-container .check {
	border: 2px solid #511aba !important;
	background-color: #ffffff !important;
	border-radius: 5px !important;
}

.raffle-container .check:before {
	display: none !important;
}

.raffle-container .checkbox {
	margin: 10px 10px 10px 0px;
}

.raffle-container .checkbox label {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 35px;
}

.raffle-container .checkbox .check {
	top: 5px;
}

.raffle-container .ball-selection .red-ball.selected {
	text-decoration: none !important;
}

.raffle-container h3 {
	margin-bottom: 2rem !important;
}

.raffle-container .mb-4 {
	margin-bottom: 3rem !important;
}

.raffle-container .mt-4 {
	margin-top: 3rem !important;
}

.raffle-container .form-control {
	margin-bottom: 0 !important;
}

.raffle-container .dark-indigo {
	border-color: #511aba !important;
	background: #511aba !important;
	color: #ffffff !important;
}

.raffle-container .manual {
	color: #511aba !important;
	margin: 1rem auto 0rem auto !important;
	display: block;
}

.raffle-container .postcode-input {
	display: flex;
	flex-wrap: wrap;
}

.raffle-container .postcode-input .form-control {
	width: 65%;
}

.raffle-container .postcode-input div {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
}

.raffle-container .postcode-input div .button {
	width: 95%;
	padding: 1rem 3rem !important;
	font-size: 16px !important;
	margin: 0 auto;
}

.raffle-container .postcode-input .form-control {
	margin-bottom: 2rem !important;
}

.raffle-container .tip-bg {
	background: #511aba !important;
	padding: 1rem 2rem;
	width: 80%;
	margin: 0 auto;
}

.raffle-container .tip-bg h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

.raffle-container .tip-bg p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

.raffle-container p,
.raffle-container label {
	color: #2c2c2c;
	font-size: 16px;
}

.raffle-container .ball-selection .selected {
	background-image: url(/images/raffle-ticket-selected.svg) !important;
	color: #ffffff !important;
}

.raffle-container input[type="radio"],
.raffle-container input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}

.raffle-container input[type="radio"]:checked ~ .check,
.raffle-container input[type="checkbox"]:checked ~ .check {
	border: 2px solid #ffffff !important;
	background-color: #511aba !important;
	border-radius: 5px !important;
}

.raffle-container select {
	border: 2px solid #511aba !important;
	box-shadow: none !important;
	border-radius: 15px;
	background-color: #ffffff;
	color: #511aba;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	min-height: 60px;
}

.raffle-container label {
	color: #511aba;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
}

.raffle-container .direct-debit-disclaimer-text a {
	color: #7a1b72 !important;
}

.raffle-container .dark-purple,
.raffle-container #enter_manually {
	width: 100% !important;
	padding: 1rem 2rem !important;
}

.raffle-container .total-value {
	border-color: #1a006b !important;
}

.raffle-container .set-donation {
	background: #1a006b !important;
	border-color: #1a006b !important;
	color: #ffffff !important;
}

.raffle-container .checkbox label,
.raffle-container .radio label {
	color: #2c2c2c !important;
}

.raffle-prize {
	padding-bottom: 120px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-prize {
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-prize {
		padding-bottom: 30px;
	}
}

.raffle-prize p {
	color: #1a006b !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-prize p {
		text-align: center !important;
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-prize p {
		text-align: center !important;
		margin-bottom: 1rem;
	}
}

.raffle-time {
	background: #511aba !important;
	padding: 30px 0;
}

.raffle-time .btn {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #511aba !important;
}

.raffle-time .mv-item {
	position: absolute;
	top: -25%;
	right: 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-time .mv-item {
		position: relative;
		top: auto;
		right: auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-time .mv-item {
		position: relative;
		top: auto;
		right: auto;
	}
}

.raffle-weekly {
	padding-top: 120px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-weekly {
		padding-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-weekly {
		padding-top: 30px;
	}
}

.raffle-weekly .light-blue h1,
.raffle-weekly .light-blue h2,
.raffle-weekly .light-blue h3,
.raffle-weekly .light-blue h4,
.raffle-weekly .light-blue h5,
.raffle-weekly .light-blue h6 {
	color: #511aba !important;
}

.raffle-weekly .light-blue .tile {
	border-color: #511aba !important;
}

.raffle-weekly h1,
.raffle-weekly h2,
.raffle-weekly h3,
.raffle-weekly h4,
.raffle-weekly h5,
.raffle-weekly h6 {
	color: #1a006b !important;
}

.raffle-weekly p {
	color: #1a006b !important;
}

.raffle-weekly .tile {
	border: 2px solid #1a006b !important;
}

.raffle-weekly .raffle-winner {
	width: auto;
	height: 250px;
}

.raffle-weekly .btn--play-dark {
	border-color: #511aba !important;
	background: #511aba !important;
	color: #ffffff !important;
}

.raffle-banner .logo-hold {
	border: none !important;
	background: none !important;
}

.raffle-theme {
	background: #511aba !important;
	border: none !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-theme .weekly-header {
		padding-top: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-theme .weekly-header {
		padding-top: 0px !important;
	}
}

.raffle-theme .red-bg {
	background: #511aba !important;
}

.raffle-theme a {
	color: #ffffff;
}

/* WEEKLY */
p a {
	color: inherit;
	text-decoration: underline;
}

.raffle-theme p a {
	color: #2c2c2c;
}

.weekly-container .mt-4 {
	margin-top: 3rem !important;
}

.weekly-container .mb-4 {
	margin-bottom: 3rem !important;
}

.weekly-container h3 {
	margin-bottom: 2rem !important;
}

.weekly-container h1 {
	color: #7a1b72;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 4rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container h1 {
		font-size: 28px;
		margin-bottom: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container h1 {
		font-size: 28px;
		margin-bottom: 2rem;
	}
}

.weekly-container p,
.weekly-container label {
	color: #2c2c2c;
	font-size: 16px;
}

.weekly-container input[type="radio"],
.weekly-container input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}

.weekly-container input[type="radio"]:checked ~ .check,
.weekly-container input[type="checkbox"]:checked ~ .check {
	border: 2px solid #ffffff !important;
	background-color: #7a1b72 !important;
	border-radius: 5px !important;
}

.weekly-container select {
	border: 2px solid #7a1b72 !important;
	box-shadow: none !important;
	border-radius: 15px;
	background-color: #ffffff;
	color: #7a1b72;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	min-height: 60px;
}

.weekly-container label {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
}

.weekly-container .direct-debit-disclaimer-text a {
	color: #7a1b72 !important;
}

.weekly-container .dark-purple,
.weekly-container #enter_manually {
	width: 100% !important;
	padding: 1rem 2rem !important;
}

.weekly-container .form-control {
	margin-bottom: 0 !important;
}

.weekly-container .tip-bg {
	background: #7a1b72 !important;
	padding: 1rem 2rem;
	width: 80%;
	margin: 0 auto;
}

.weekly-container .tip-bg h4 {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

.weekly-container .tip-bg p {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

.weekly-container .ball-selection .red-ball {
	background: #7a1b72 !important;
	border-radius: 100px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin-right: 5px;
}

.weekly-container .ball-selection .selected {
	background: #c927b2 !important;
}

.weekly-container .hint {
	background: #7a1b72;
	padding: 1rem;
}

.weekly-container .hint p {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container .hint p {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container .hint p {
		font-size: 16px;
	}
}

.weekly-container .weekly-summary {
	background: #c928b2;
	color: #ffffff;
	border: none;
	transform: none;
	margin-bottom: 10px !important;
}

.weekly-container .weekly-summary div {
	transform: none;
}

.weekly-container .weekly-summary h1,
.weekly-container .weekly-summary h2,
.weekly-container .weekly-summary h3,
.weekly-container .weekly-summary h4,
.weekly-container .weekly-summary h5,
.weekly-container .weekly-summary h6,
.weekly-container .weekly-summary p {
	color: #ffffff !important;
}

.weekly-container .weekly-summary .total-yearly .col-xs-9 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	width: 100%;
	margin-bottom: 2rem;
	margin-top: 5rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container .weekly-summary .total-yearly .col-xs-9 {
		font-size: 20px;
		margin-bottom: 2rem;
		margin-top: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container .weekly-summary .total-yearly .col-xs-9 {
		font-size: 20px;
		margin-bottom: 2rem;
		margin-top: 3rem;
	}
}

.weekly-container .weekly-summary .total-yearly .col-xs-3 {
	width: 100%;
}

.weekly-container .weekly-summary .total-yearly .col-xs-3 .yearly-value {
	padding: 1rem 1.5rem;
	border: 2px solid #7a1b72;
	border-radius: 15px;
	background-color: #ffffff;
	color: #7a1b72;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container .weekly-summary .total-yearly .col-xs-3 .yearly-value {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container .weekly-summary .total-yearly .col-xs-3 .yearly-value {
		font-size: 16px;
	}
}

.weekly-container .summary-hint {
	background: #7a1b72;
	padding: 2rem;
}

.weekly-container .summary-hint p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container .summary-hint p {
		font-size: 16px;
		width: 90%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container .summary-hint p {
		font-size: 16px;
		width: 90%;
	}
}

.weekly-container .form-bg {
	padding: 3rem 5rem;
	margin-bottom: 5rem;
	position: relative;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container .form-bg {
		padding: 1.5rem 2.5rem;
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container .form-bg {
		padding: 1.5rem 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.weekly-container .form-bg h1,
.weekly-container .form-bg h2,
.weekly-container .form-bg h3,
.weekly-container .form-bg h4,
.weekly-container .form-bg h5,
.weekly-container .form-bg h6 {
	color: #7a1b72;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 1rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container .form-bg h1,
	.weekly-container .form-bg h2,
	.weekly-container .form-bg h3,
	.weekly-container .form-bg h4,
	.weekly-container .form-bg h5,
	.weekly-container .form-bg h6 {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container .form-bg h1,
	.weekly-container .form-bg h2,
	.weekly-container .form-bg h3,
	.weekly-container .form-bg h4,
	.weekly-container .form-bg h5,
	.weekly-container .form-bg h6 {
		font-size: 22px;
	}
}

.weekly-container .form-bg input {
	border: 2px solid #7a1b72;
	border-radius: 15px;
	background-color: #ffffff;
	color: #7a1b72;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	min-height: 60px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.weekly-container .form-bg input {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.weekly-container .form-bg input {
		font-size: 16px;
	}
}

.weekly-container .checkbox input[type="radio"]:checked ~ .check {
	border: 2px solid #ffffff !important;
	background-color: #7a1b72 !important;
	border-radius: 5px !important;
}

.weekly-container .check {
	border: 2px solid #7a1b72 !important;
	background-color: #ffffff !important;
	border-radius: 5px !important;
}

.weekly-container .check:before {
	display: none !important;
}

.weekly-container .checkbox {
	margin: 10px 10px 10px 0px;
}

.weekly-container .checkbox label {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 35px;
}

.weekly-container .checkbox .check {
	top: 5px;
}

.weekly-container .postcode-input {
	display: flex;
	flex-wrap: wrap;
}

.weekly-container .postcode-input .form-control {
	width: 65%;
}

.weekly-container .postcode-input div {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
}

.weekly-container .postcode-input div .button {
	width: 95%;
	padding: 1rem 3rem !important;
	font-size: 16px !important;
	margin: 0 auto;
}

.weekly-container .postcode-input .form-control {
	margin-bottom: 2rem !important;
}

.weekly-container .dark-indigo {
	background: #7a1b72 !important;
	border-color: #7a1b72 !important;
	color: #ffffff !important;
}

.weekly-container .manual {
	color: #7a1b72 !important;
	margin: 1rem auto 0rem auto !important;
	display: block;
}

.weekly-container .ball-selection .red-ball.selected {
	text-decoration: none !important;
}

.header-raffle {
	background: #ffffff !important;
	border-bottom: 2px solid #511aba;
}

.header-raffle ul li a {
	color: #511aba !important;
}

.play-btn-blue {
	border: 1px solid #ffffff;
	border-radius: 10px;
	background-color: #511aba;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
}

.play-btn-blue i {
	margin-right: 8px;
	width: 20px;
	height: 20px;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

.play-btn-blue i:before {
	content: "";
	background: url(/images/wwc-play-button-icon.svg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.btn {
	padding: 1.5rem 2.5rem !important;
	display: inline-block !important;
	text-align: center !important;
	transition: transform 0.6s ease-in-out !important;
	position: relative !important;
	height: auto !important;
	line-height: normal !important;
	border: solid 2px #7a1b72 !important;
	border-radius: 5px !important;
	min-width: 100px;
	font-weight: 600 !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: "cats-headline", sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.btn {
		font-size: 20px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.btn {
		font-size: 20px !important;
	}
}

.btn:hover {
	transform: translateY(-5px);
}

.btn--light {
	border-color: #e93df5 !important;
	background: #e93df5 !important;
	color: #ffffff !important;
}

.btn--enter {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #7a1b72 !important;
}

.btn--enter p {
	margin: 0 !important;
	color: #7a1b72 !important;
}

.btn--blue {
	border-color: #511aba !important;
	background: #511aba !important;
	color: #ffffff !important;
}

.btn--play-purple {
	border-color: #c927b2 !important;
	background: #c927b2 !important;
	color: #ffffff !important;
}

.btn--play-dark {
	border-color: #7a1b72 !important;
	background: #7a1b72 !important;
	color: #ffffff !important;
}

.btn--play-darker {
	border-color: #1a006b !important;
	background: #1a006b !important;
	color: #ffffff !important;
}

.btn--play-blue {
	border-color: #511aba !important;
	background: #511aba !important;
	color: #ffffff !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.tmp-pink {
	color: #c928b2;
}
.prize_draw h1 {
	color: #7a1b72;
}

.prize_draw .hint {
	background: #7a1b72;
}

.prize_draw h3 {
	color: #7a1b72 !important;
}

.prize_draw .summary-hint {
	background: #7a1b72;
}

.prize_draw .raffle-summary {
	background: #c928b2;
}

.prize_draw .total-value {
	border: 2px solid #c928b2 !important;
}

.prize_draw label {
	color: #7a1b72 !important;
}

.prize_draw .form-bg input {
	border: 2px solid #7a1b72;
	color: #7a1b72;
}

.prize_draw .set-donation {
	background: #7a1b72 !important;
	border-color: #7a1b72 !important;
}

.raffle-container.prize_draw .checkbox input[type="checkbox"]:checked ~ .check,
.raffle-container.prize_draw .radio input[type="radio"]:checked ~ .check,
.raffle-container.prize_draw .checkbox input[type="radio"]:checked ~ .check {
	background-color: #7a1b72 !important;
	border-color: #7a1b72 !important;
}

.prize_draw select {
	border: 2px solid #7a1b72 !important;
	color: #7a1b72;
}

.prize_draw .tip-bg {
	background: #7a1b72 !important;
}

.prize_draw .button {
	background: #7a1b72 !important;
	border: 1px solid #7a1b72 !important;
}

.raffle-container.prize_draw a.manual {
	color: #7a1b72 !important;
}

.prize-draw-theme #nav-area-block {
	border: none !important;
}

.prize-draw-theme .raffle-container .prize_draw {
	background: #7a1b72 !important;
}
.prize-draw-theme .raffle-container .prize_draw .arrow.blue {
	background: #7a1b72 !important;
}
.prize-draw-theme .raffle-container .prize_draw .arrow.bg-blue:before {
	background-color: #7a1b72;
}
.prize-draw-theme .raffle-container .prize_draw .arrow.bg-yellow:before {
	background-color: #e93df5;
}
.prize-draw-theme .raffle-container .prize_draw .arrow.blue {
	border-left-color: #7a1b72 !important;
}
.prize-draw-theme .raffle-container .prize_draw .arrow.blue:after {
	border-left-color: #7a1b72;
}
.prize-draw-theme .raffle-container .prize_draw .arrow.yellow {
	background-color: #e93df5;
}
.prize-draw-theme .raffle-container .prize_draw .arrow.yellow:after {
	border-left-color: #e93df5;
}
.prize-draw-theme
	.raffle-container
	.prize_draw
	.col-md-2:last-child
	.arrow:after {
	border-left-color: #e93df5;
}
.prize-draw-theme
	.raffle-container
	.prize_draw
	.col-md-2:last-child
	.arrow:before {
	background-color: #7a1b72 !important;
}

.prize-draw-winners-full-list {
	display: none;
}

.raffle-container.prize_draw .ball-selection .raffle-ticket {
	background-image: url("/images/raffle-ticket-pd.svg") !important;
}

.raffle-container.prize_draw .ball-selection .raffle-ticket.selected {
	background-image: url("/images/raffle-ticket-pd-selected.svg") !important;
}

.social-icons {
	display: flex;
}
.social-icons > div {
	background: url("../images/social-sprite.png") no-repeat;
	background-position-y: 0;
	height: 40px;
	margin: 0 5px 0 0;
	width: 40px;
}

.social-icons > div a {
	display: block;
	height: 40px;
	width: 40px;
}

.social-icons > div:hover {
	background-position-y: -40px;
}

.social-icons--x {
	background-position-x: 0;
}
.social-icons .social-icons--facebook {
	background-position-x: -40px;
}
.social-icons .social-icons--instagram {
	background-position-x: -80px;
}
.social-icons .social-icons--youtube {
	background-position-x: -120px;
}

.f-wrap {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 480px) {
	.weekly-info-container .weekly-header .countdown {
		top: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		position: relative;
		left: auto;
		transform: translateX(0%) scale(0.8);
	}

	.draw-time-block .countdown .count-pre-text {
		margin-bottom: 0 !important;
	}

	.weekly-info-container .weekly-header .countdown-outer {
		position: relative;
		height: auto;
	}

	.weekly-info-container .weekly-header .countdown .count-post-text {
		margin-bottom: 0 !important;
	}
}
