.btn--green-white {
	color: #fff;
	background-color: #e73081;
	border-color: #e73081;
	border-radius: 10px;
	font-size: 20px;
	text-transform: none;
}

/* Hover state */
.btn--green-white:hover {
	color: #fff;
	background-color: #8f0055;
	border-color: #8f0055;
}

.btn--green-white-outline {
	color: #fff;
	background-color: #8f0055;
	border-color: #8f0055;
	border-radius: 10px;
	font-size: 20px;
	text-transform: none;
}

/* Hover state (lightened by ~10%) */
.btn--green-white-outline:hover {
	color: #fff;
	background-color: #a10063; /* slightly lighter than #8f0055 */
	border-color: #a10063;
}

.btn--green {
	color: #fff;
	background-color: #e73081;
	border-color: #e73081;
	border-radius: 10px;
	font-size: 26px;
	text-transform: none;
	font-weight: 600;
}

.btn--green:hover {
	color: #fff;
	background-color: #8f0055;
	border-color: #8f0055;
}

.pet-form-block .ball-selection .ball,
.raffle-process-block .ball-selection .ball {
	cursor: pointer;
}

.pet-form-block .ball-selection .ball:after,
.raffle-process-block .ball-selection .ball:after {
	display: none !important;
}

.pet-form-block .ball-selection .ball .ball-s,
.raffle-process-block .ball-selection .ball .ball-s {
	position: relative;
}

.pet-form-block .ball-selection .selected .ball-s:before,
.raffle-process-block .ball-selection .selected .ball-s:before {
	content: "\F00C";
	font-family: "Font Awesome 6 Pro";
	font-weight: 800;
	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: #e73081;
}

.pet-form-block .ball-selection .selected .ball-s:after,
.raffle-process-block .ball-selection .selected .ball-s:after {
	display: block !important;
}

.purchase-summary .col-xl-4:first-child {
	padding: 0 !important;
}

.under span {
	text-decoration: underline;
}
.form-step-container {
	font-size: 18px;
	line-height: 18px;
}

.form-step-container p {
	font-size: 1.333em;
	line-height: 1.3em;
}

@media (max-width: 767.98px) {
	.form-step-container {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 4rem;
	}
	.form-step-container .rounded-box {
		padding: 0.7em;
	}
	.form-step-container p {
		line-height: 1.4em;
	}
}

@media (max-width: 1400px) {
	.form-step-container .number-of-lines-box {
		font-size: 14px;
	}
}

@media (max-width: 1199.98px) {
	.form-step-container .number-of-lines-box .ball-selection {
		margin-left: 0;
		margin-right: 0;
		padding: 1em 0;
	}
	.form-step-container .number-of-lines-box .ball-selection .ball {
		width: 28%;
		font-size: 1.633em;
	}
}

@media (max-width: 575.98px) {
	.form-step-container .number-of-lines-box {
		font-size: 16px;
	}
}

.form-step-container .progress-container {
	margin-top: 0rem;
	margin-bottom: 3rem;
}

.form-step-container .progress-container .step-cont {
	margin: 0 1em;
}

.form-step-container .progress-container .step-cont:first-child {
	margin-left: 0;
}

.form-step-container .progress-container .step-cont:last-child {
	margin-right: 0;
}

.form-step-container .progress-container .step-cont .btn,
.form-step-container .progress-container .step-cont .postcode-input input,
.postcode-input .form-step-container .progress-container .step-cont input {
	padding-left: 1.2em;
	padding-right: 1.2em;
}

@media (max-width: 767.98px) {
	.form-step-container .progress-container {
		font-size: 1.3em;
	}
	.form-step-container .progress-container .step-cont {
		margin: 0 1em;
	}
	.form-step-container .progress-container .step-cont:first-child {
		margin-left: 1em;
	}
	.form-step-container .progress-container .step-cont:last-child {
		margin-right: 1em;
	}
	.form-step-container .progress-container .step-cont .btn,
	.form-step-container .progress-container .step-cont .postcode-input input,
	.postcode-input .form-step-container .progress-container .step-cont input {
		padding-left: 1.2em;
		padding-right: 1.2em;
	}
}

@media (max-width: 767.98px) {
	.form-step-container .progress-container {
		font-size: 1.4em;
	}
	.form-step-container .progress-container .step-cont {
		margin: 0 0.5em;
	}
	.form-step-container .progress-container .step-cont:first-child,
	.form-step-container .progress-container .step-cont:last-child {
		margin: 0 0.5em;
	}
	.form-step-container .progress-container .step-cont .btn,
	.form-step-container .progress-container .step-cont .postcode-input input,
	.postcode-input .form-step-container .progress-container .step-cont input {
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
}

.form-step-container .progress-container .arrow {
	position: relative;
	text-align: center;
	font-family: "Baloo 2", sans-serif;
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 10px;
}

.form-step-container .progress-container .arrow a {
	color: #fff;
}

.form-step-container .ball-selection {
	justify-content: unset;
	align-content: center;
	height: 100%;
}

.form-step-container .ball-selection .ball {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #33bbef;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	border-radius: 50%;
	width: 28%;
	max-height: 84px;
	background-color: #feffff;
}

@media (max-width: 1199.98px) {
	.form-step-container .ball-selection .ball {
		max-height: 100%;
	}
}

.form-step-container .ball-selection .ball .ball-inner {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.form-step-container .ball-selection .ball .ball-inner span {
	display: block;
	width: 100%;
	margin: auto 0;
	justify-self: center;
	align-self: center;
}

.form-step-container .ball-selection .ball::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.form-step-container .ball-selection .ball::after {
	position: absolute;
	content: "";
	background: url("/images/star-tick.png") no-repeat;
	background-size: 100%;
	width: 2.2em;
	height: 2.3em;
	top: -1em;
	right: -1em;
	opacity: 0;
	display: none;
}

@media screen and (max-width: 420px) {
	.form-step-container .ball-selection .ball::after {
		width: 1.6em;
		height: 1.65em;
		top: -0.5em;
		right: -0.5em;
	}
}

.form-step-container .ball-selection .ball.selected {
	background-color: #E8307E;
	color: #feffff;
}

.form-step-container .ball-selection .ball.selected::after {
	opacity: 1;
	display: block;
}

.form-step-container .purchase-summary {
	font-family: "Baloo 2", sans-serif;
	font-size: 1.333em;
	line-height: 1.333em;
}

@media screen and (max-width: 440px) {
	.form-step-container .purchase-summary {
		font-size: 1.05em;
		line-height: 1.05em;
	}
	.form-step-container .purchase-summary .col-9 {
		flex: 0 0 60%;
		max-width: 60%;
		padding-right: 0;
	}
}

.form-step-container .lookup-response {
	margin-bottom: 20px;
}

.info-box {
	display: flex;
	margin-top: 0.8rem;
	line-height: 1.3em;
}

.info-box img {
	cursor: pointer;
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 0.5em;
}

.make-difference-block h2,
.make-difference-block h3 {
	font-size: 2.25em;
	color: #E8307E;
}

.make-difference-block p {
	font-size: 1.3em;
}

.make-difference-block p strong,
.make-difference-block p b {
	color: #fbb802;
	font-weight: 700;
	font-size: 1.5em;
}

.make-difference-block.raffle p strong,
.make-difference-block.raffle p b {
	color: #cf1348;
}

.postcode-input input {
	padding: 0.45em 1.3em;
}

.postcode-input > div {
	position: absolute;
	z-index: 3;
}

.postcode-input > div select option {
	padding: 10px;
	cursor: pointer;
}

.postcode-input .manual {
	display: none;
}

.thanks-page-image-video-box {
	margin-top: 2em;
}

.thanks-page-image-video-box img {
	height: auto !important;
	width: auto !important;
}

.thank-you-page-container img {
	border-radius: 0px;
}

@media screen and (max-width: 420px) {
	.step-buttons .btn.btn-large.btn-wide.btn-bigger-mobile,
	.step-buttons .postcode-input input.btn-large.btn-wide.btn-bigger-mobile,
	.postcode-input .step-buttons input.btn-large.btn-wide.btn-bigger-mobile {
		font-size: 1.05em;
		padding-left: 0.8em !important;
		padding-right: 0.8em !important;
	}
}

/**
  Prize Boxes - Landing Raffle/Lottery Pages
 */
.prize-box {
	font-family: "Baloo 2", sans-serif;
	text-align: center;
	position: relative;
}

.prize-box span {
	line-height: 1;
}

.prize-box.big-prize .before-img,
.prize-box.big-prize .after-img {
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 420px) {
	.prize-box.big-prize .before-img,
	.prize-box.big-prize .after-img {
		width: 80px;
	}
}

@media screen and (max-width: 350px) {
	.prize-box.big-prize .before-img,
	.prize-box.big-prize .after-img {
		display: none;
	}
}

.prize-box.big-prize .before-img {
	left: -10px;
}

@media (max-width: 1400px) {
	.prize-box.big-prize .before-img {
		left: -45px;
	}
}

.prize-box.big-prize .after-img {
	right: -10px;
}

@media (max-width: 1400px) {
	.prize-box.big-prize .after-img {
		right: -25px;
	}
}

@media (max-width: 1199.98px) {
	.prize-box.big-prize .before-img {
		left: 15px;
	}
	.prize-box.big-prize .after-img {
		right: 15px;
	}
}

.prize-box.big-prize span {
	font-size: 3.8em;
}

.prize-box.big-prize span.prize-title {
	font-size: 3em;
}

.prize-box.big-prize.super-draw span {
	display: block;
}

.prize-box.big-prize.super-draw span.prize-title-prefix {
	font-size: 2.1em;
}

.prize-box.big-prize.super-draw span.prize-amount {
	font-size: 2.8em;
}

.prize-box.big-prize.super-draw span.prize-title {
	font-size: 2em;
}

.prize-box.big-prize.super-draw .runner-up-prizes {
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	font-size: 0.32em;
}

.prize-box.small-prize {
	padding: 2.15em 1.3em;
}

.prize-box.small-prize span {
	font-size: 2.25em;
}

.prize-box.small-prize span:first-of-type {
	font-size: 1.5em;
}

.prize-box.third-prize span {
	font-size: 1.5em;
}

/**
  Countdown Timers
 */
.countdown {
	position: relative;
	text-align: center;
}

.countdown .before-img {
	left: -30px;
}

@media (max-width: 1199.98px) {
	.countdown .before-img,
	.countdown .after-img {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.countdown {
		height: 70px;
	}
}

.countdown-timer-text {
	color: #feffff;
	display: inline-flex;
	line-height: 1;
	width: 60%;
	justify-content: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.countdown-timer-text {
		max-width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.countdown-timer-text {
		max-width: 100% !important;
	}
}

@media (max-width: 575.98px) {
	.countdown-timer-text {
		transform: translateX(-50%) scale(0.75);
		transform-origin: center;
		position: absolute;
		left: 50%;
	}
}

@media (max-width: 420px) {
	.countdown-timer-text {
		transform: translateX(-50%) scale(0.6);
	}
}

.countdown-timer-text > div {
	font-weight: 700;
}

.countdown-timer-text span {
	display: block;
	font-size: 4.5em;
	color: #fbb800;
}

.countdown-timer-text span.digit {
	position: relative;
	width: 83px;
}

.countdown-timer-text span.colon {
	font-family: "Baloo 2", sans-serif;
	font-weight: 300;
	margin-left: 0.1em;
}

.countdown-timer-text span.colon,
.countdown-timer-text span.digit {
	display: inline-block;
}

.countdown-timer-text span.unit-text {
	position: absolute;
	font-size: 0.2em;
	color: #feffff;
	text-align: center;
	left: 0;
	right: 0;
	text-transform: capitalize;
}

/**
  Step Boxes
 */
.step-box {
	position: relative;
	display: flex;
}

.step-box .rounded-box {
	height: 100%;
	width: 100%;
}

.step-box:last-child {
	margin-bottom: 0;
}

.step-box.with-arrow::before {
	position: absolute;
	top: 10%;
	left: 0;
	display: block;
	content: "";
	background: url("/images/step-horiz-arrow.png") no-repeat;
	background-size: 100% 100%;
	width: 191px;
	height: 71px;
	transform: translateX(-60%);
}

@media (max-width: 1400px) {
	.step-box.with-arrow::before {
		width: 120px;
		height: 45px;
	}
}

@media (max-width: 767.98px) {
	.step-box.with-arrow::before {
		width: 98px;
		height: 182px;
		background: url("/images/step-vert-arrow.png") no-repeat;
		bottom: 100%;
		top: auto;
		transform: translateX(0);
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1199.98px) {
	.step-box h3 {
		font-size: 1.2em;
	}
}

@media (max-width: 767.98px) {
	.step-box {
		margin-bottom: 9rem;
	}
	.step-box h3 {
		font-size: 2em;
	}
	.step-box .rounded-box {
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1.5em;
	}
}

.step-box-img {
	min-height: 160px;
}

@media (max-width: 1199.98px) {
	.step-box-img {
		min-height: 120px;
	}
	.step-box-img img {
		max-width: 45%;
	}
}

.step-box-text {
	font-size: 1.2em;
}

@media (max-width: 1199.98px) {
	.step-box-text {
		font-size: 1em;
	}
}

.confirm-disclaimer-label a,
.contact-pref-outro a,
.contact-pref-intro a {
	color: #fff;
	font-weight: 900;
}

@media (max-width: 767.98px) {
	.contact-pref-outro a {
		display: inline-block;
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.contact-pref-outro a {
		font-size: 0.85em;
	}
}

.about-us-container {
	font-size: 1.2em;
}

.about-us-top-text-block h2 {
	color: #33bbef;
}

.info-graphic {
	font-size: 1em;
	line-height: 1.3;
}

.info-graphic h3 {
	font-size: 1.3em;
	margin-bottom: 0.1em;
	color: #33bbef;
}

.info-graphic p {
	margin-bottom: 0;
}

.info-graphic img {
	max-width: 90%;
}

@media (max-width: 1199.98px) {
	.info-graphic {
		font-size: 0.9em;
	}
}

@media (max-width: 575.98px) {
	.info-graphic {
		font-size: 0.8em;
	}
}

.case-study-img {
	display: inline-block;
	border-radius: 15px;
	overflow: hidden;
	width: 95%;
}

.case-study-text-box h3 {
	color: #33bbef;
	font-size: 1.5rem;
}

.case-study-text-offset-right {
	margin-top: 3rem;
	margin-right: -1rem;
}

.case-study-text-offset-left {
	margin-left: -1rem;
	margin-bottom: 5rem;
}

.about-us-top-text-block h2,
.about-us-top-text-block p {
	color: #8f0055;
}

.winners-container .winners-list-cont {
	margin-top: 190px;
}

.winners-container .no-need-to-claim-text {
	font-size: 1.1em;
}

.winners-container blockquote h2,
.winners-container blockquote h3 {
	color: #fbb802;
}

.winners-container blockquote h4,
.winners-container blockquote h5 {
	color: #33bbef;
}

.winners-container blockquote p {
	color: #fbb802;
	font-size: 1.9em;
	line-height: 1.4;
	margin-bottom: 0.2em;
}

.winners-container .winners-list {
	position: relative;
	padding-top: 160px;
}

@media (max-width: 1199.98px) {
	.winners-container .winners-list .btn.btn-bigger-mobile,
	.winners-container .winners-list .postcode-input input.btn-bigger-mobile,
	.postcode-input .winners-container .winners-list input.btn-bigger-mobile {
		font-size: 1.5em;
	}
}

.winners-container .winners-list img {
	display: block;
	max-width: 340px;
	position: absolute;
	top: -150px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.winners-container .winners-list img.raffle-logo {
	top: -170px;
}

@media (max-width: 767.98px) {
	.winners-container .winners-list.raffle-winners {
		margin-top: 190px;
	}
}

.winners-container .weekly-winners-full-list,
.winners-container .raffle-winners-full-list {
	display: none;
}

@media (max-width: 1199.98px) {
	.header-banner-cont + .stars-bg.winners-stars {
		padding-top: 15%;
		padding-bottom: 5rem;
	}
}

.winner-check-form small {
	font-size: 95%;
}

@media (max-width: 1199.98px) {
	.faq-heading-buttons .btn.btn-bigger-mobile,
	.faq-heading-buttons .postcode-input input.btn-bigger-mobile,
	.postcode-input .faq-heading-buttons input.btn-bigger-mobile {
		font-size: 1.5em;
	}
}

.faq-block {
	margin-bottom: 2em;
}

@media (max-width: 767.98px) {
	.faq-block {
		font-size: 0.8em;
	}
}

@media (max-width: 575.98px) {
	.faq-block {
		font-size: 0.7em;
	}
}

.faq-block h2 {
	font-size: 2.2em;
	margin-bottom: 0.5em;
}

.faq-block ul li a {
	color: #3c3c3b;
	text-decoration: underline;
}

.faq-block ul {
	list-style: none;
}

.faq-block > ul {
	padding-left: 0;
}

.faq-block > ul > li {
	position: relative;
	font-family: "Baloo 2", sans-serif;
	font-size: 2em;
	padding: 0.35em 1em;
	border: solid 3px #3c3c3b;
	background-color: #e9ccdd;
	border-radius: 20px;
	margin-bottom: 0.7em;
	cursor: pointer;
}

.faq-block > ul > li .toggle-header {
	display: inline-block;
	width: 90%;
}

@media (max-width: 575.98px) {
	.faq-block > ul > li .toggle-header {
		width: 80%;
	}
}

.faq-block > ul > li span.toggle {
	display: block;
	position: absolute;
	right: 0.5em;
	top: 0.55em;
	font-size: 1.8em;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.faq-block > ul > li span.toggle .arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #3c3c3b;
	display: block;
}

.faq-block > ul > li span.toggle.open .arrow {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: none;
	border-bottom: 10px solid #3c3c3b;
}

.faq-block > ul > li > ul {
	display: none;
	padding-left: 0;
}

.faq-block > ul > li > ul > li {
	position: relative;
	padding: 0.35em 0.8em;
	border: solid 3px #3c3c3b;
	background-color: #feffff;
	border-radius: 20px;
	cursor: pointer;
	font-size: 0.8em;
	color: #3c3c3b;
	margin-bottom: 0.5em;
}

@media (max-width: 575.98px) {
	.faq-block > ul > li > ul > li .toggle-header {
		line-height: 1;
		vertical-align: top;
		padding-top: 0.3em;
	}
}

.faq-block > ul > li > ul > li::before {
	content: "Q. ";
	vertical-align: top;
}

@media (max-width: 575.98px) {
	.faq-block > ul > li > ul > li::before {
		display: inline-block;
		padding-top: 0.27em;
		line-height: 1;
		margin-right: 0.2em;
	}
}

.faq-block > ul > li > ul > li:first-child {
	margin-top: 0.6em;
}

.faq-block > ul > li > ul > li > span.toggle-span {
	display: block;
	position: absolute;
	left: -1em;
	top: 0;
	font-size: 1.9em;
	line-height: 0.9;
	width: 22px;
	text-align: center;
	cursor: pointer;
}

.faq-block > ul > li > ul > li ul {
	display: none;
	padding-left: 0;
}

.faq-block > ul > li > ul > li ul li {
	position: relative;
	color: #3c3c3b;
	font-family: "Baloo 2", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	font-size: 0.8em;
	padding-left: 1.4em;
}

.faq-block > ul > li > ul > li ul li::before {
	position: absolute;
	left: 0;
	content: "A. ";
}

@media (max-width: 1199.98px) {
	.contact-form-container .custom-control.custom-checkbox {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.contact-form-container {
		font-size: 1.2em;
	}
}

@media (max-width: 575.98px) {
	.contact-form-container {
		font-size: 0.9em;
	}
}

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

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

.rounded-box {
	border-radius: 0 !important;
}

.header-banner-cont .ml-auto {
	margin-top: auto !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.error-class-banner .header-banner-inner {
		background-position: 0% 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.error-class-banner .header-banner-inner {
		background-position: 0% 100% !important;
	}
}

.banner-404-mobile a {
	color: #ffffff;
}

.banner-404-mobile .btn,
.banner-404-mobile .postcode-input input,
.postcode-input .banner-404-mobile input {
	color: #8f0055 !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.banner-404-mobile .btn,
	.banner-404-mobile .postcode-input input,
	.postcode-input .banner-404-mobile input {
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.banner-404-mobile .btn,
	.banner-404-mobile .postcode-input input,
	.postcode-input .banner-404-mobile input {
		margin-bottom: 1rem;
	}
}

.banner-404-mobile .btn:before,
.banner-404-mobile .postcode-input input:before,
.postcode-input .banner-404-mobile input:before {
	border-left: 12px solid #E8307E !important;
}

.ckeditor-content {
	font-size: 1.5em;
}

.ckeditor-content h1,
.ckeditor-content h2,
.ckeditor-content h3,
.ckeditor-content h4,
.ckeditor-content h5,
.ckeditor-content h6 {
	color: #33bbef;
}

.ckeditor-content h2 {
	font-size: 1.25em;
}

.ckeditor-content h3 {
	font-size: 1.5em;
}

.ckeditor-content p {
	font-weight: 300;
}

.ckeditor-content a {
	font-weight: 400;
	font-family: "Baloo 2", sans-serif;
}

@media (max-width: 575.98px) {
	.ckeditor-content a {
		overflow-wrap: break-word;
	}
}

.weekly-container .panel h4 {
	color: #000;
}

.weekly-container .panel ul {
	margin-top: 20px;
	font-size: 0.9em;
}

.weekly-container .panel ul ul {
	margin-top: auto;
	font-size: 1em;
}

.weekly-container .sun-numbers {
	display: inline;
}

.weekly-container .sun-numbers .sun {
	padding-left: 0;
	margin-top: 10px;
	padding-top: 10px;
}

.weekly-container .sun-numbers .sun li {
	display: inline;
	border: 0;
	border-radius: 8px;
	padding: 5px 10px 5px 15px;
	line-height: normal;
	height: 50px;
	width: 65px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 5px;
	background-color: #e1f4fb;
}

.weekly-container .direct-d {
	padding-bottom: 20px;
}

.info-box {
	display: flex;
	margin-top: 0.8rem;
	line-height: 1.3em;
}

.info-box img {
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 42px;
	margin-right: 0.5em;
}

@media (max-width: 1199.98px) {
	.find-bank-btns .btn.btn-bigger-mobile,
	.find-bank-btns .postcode-input input.btn-bigger-mobile,
	.postcode-input .find-bank-btns input.btn-bigger-mobile {
		font-size: 1.4em;
	}
	.find-bank-btns .btn.btn-bigger-mobile:first-child,
	.find-bank-btns .postcode-input input.btn-bigger-mobile:first-child,
	.postcode-input .find-bank-btns input.btn-bigger-mobile:first-child {
		margin-right: 0.5em;
	}
}

@media (max-width: 767.98px) {
	.find-bank-btns .btn.btn-bigger-mobile,
	.find-bank-btns .postcode-input input.btn-bigger-mobile,
	.postcode-input .find-bank-btns input.btn-bigger-mobile {
		font-size: 1.4em;
	}
	.find-bank-btns .btn.btn-bigger-mobile:first-child,
	.find-bank-btns .postcode-input input.btn-bigger-mobile:first-child,
	.postcode-input .find-bank-btns input.btn-bigger-mobile:first-child {
		margin-right: 0.5em;
	}
}

.gift-aid-col {
	display: none;
}

.raffle-process-banner .header-banner-cont .header-banner-inner {
	background-position: left center;
}

@media (max-width: 767.98px) {
	.raffle-process-banner .header-banner-cont .header-banner-inner {
		background-position: left center;
	}
}

.raffle-container .purchase-summary {
	font-family: "Baloo 2", sans-serif;
	font-weight: 600;
	font-size: 22px;
}

.raffle-container .purchase-summary p {
	font-size: 0.75em;
	font-weight: 400;
}

.raffle-container .total {
	font-family: "Baloo 2", sans-serif;
	text-transform: uppercase;
	color: #575756;
}

@media (max-width: 1199.98px) {
	.additional-donation-inputs .own-amount-heading-col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 1199.98px) {
	.additional-donation-inputs .own-amount-input-col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 1199.98px) {
	.additional-donation-inputs .choose-heading-col {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.additional-donation-inputs .choose-heading-col h4 {
		text-align: left;
	}
}

@media (max-width: 575.98px) {
	.additional-donation-inputs .choose-heading-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 1.5em;
		margin-bottom: 0.5em;
	}
}

.form-step-container .would-you-like-to-subscribe-box {
	padding: 1.15em;
}

@media (max-width: 1199.98px) {
	.form-step-container .would-you-like-to-subscribe-box {
		font-size: 0.8em;
	}
	.form-step-container .would-you-like-to-subscribe-box h3 {
		font-size: 1.6em;
	}
}

#gift-aid-extra-box {
	display: none;
}

#result_iframe {
	background: none !important;
}

.sm-f {
	width: auto;
	height: 50px;
}

.h-auto {
	height: auto !important;
}

.sm-s {
	width: auto;
	height: 45px !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-price .col-xl-3 {
		margin-bottom: 1rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-price .col-xl-3 {
		margin-bottom: 1rem !important;
	}
}

.raffle-process-block h4 {
	color: #8f0055;
	font-size: 22px !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block h4 {
		text-align: left !important;
		display: block;
		width: 100%;
		font-size: 20px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block h4 {
		text-align: left !important;
		display: block;
		width: 100%;
		font-size: 20px !important;
	}
}

.raffle-process-block .set-donation-row label {
	width: auto !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .set-donation-row label {
		margin-right: 0.5rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .set-donation-row label {
		margin-right: 0.5rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block h2,
	.raffle-process-block h3,
	.raffle-process-block label,
	.raffle-process-block p,
	.raffle-process-block a {
		text-align: left !important;
		display: block;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block h2,
	.raffle-process-block h3,
	.raffle-process-block label,
	.raffle-process-block p,
	.raffle-process-block a {
		text-align: left !important;
		display: block;
		width: 100%;
	}
}

.raffle-process-block p a {
	font-size: 18px !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .step-buttons .col-6,
	.raffle-process-block .find-bank-btns .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0.5rem 0 !important;
		text-align: left !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .step-buttons .col-6,
	.raffle-process-block .find-bank-btns .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0.5rem 0 !important;
		text-align: left !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row {
		justify-content: start !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row {
		justify-content: start !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row div {
		text-align: left !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row div {
		text-align: left !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .pr-3 {
		padding-right: 1rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .pr-3 {
		padding-right: 1rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .light-bg {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .light-bg {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .mt-4 .col-12 {
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .mt-4 .col-12 {
		padding: 0;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .ball-selection {
		margin-left: 0px !important;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .ball-selection {
		margin-left: 0px !important;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .ball-selection .ball {
		margin-bottom: 1rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .ball-selection .ball {
		margin-bottom: 1rem !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .frm-bt {
		width: -moz-max-content !important;
		width: max-content !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .frm-bt {
		width: -moz-max-content !important;
		width: max-content !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .mt-mb-0 {
		margin-top: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .mt-mb-0 {
		margin-top: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .col-m-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .col-m-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .col-md-6,
	.raffle-process-block .row .col-sm-12,
	.raffle-process-block .row .col-md-4,
	.raffle-process-block .row .col-md-12,
	.raffle-process-block .row .col-md-7,
	.raffle-process-block .row .col-lg-12,
	.raffle-process-block .row .col-11,
	.raffle-process-block .row .col-lg-5,
	.raffle-process-block .row .col,
	.raffle-process-block .row .col-md-9,
	.raffle-process-block .row .find-bank-btns,
	.raffle-process-block .row .col-md-5,
	.raffle-process-block .row .col-md-3,
	.raffle-process-block .row .col-lg-7,
	.raffle-process-block .row .col-sm-6,
	.raffle-process-block .row .col-sm-7,
	.raffle-process-block .row .col-sm-5 {
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .col-md-6,
	.raffle-process-block .row .col-sm-12,
	.raffle-process-block .row .col-md-4,
	.raffle-process-block .row .col-md-12,
	.raffle-process-block .row .col-md-7,
	.raffle-process-block .row .col-lg-12,
	.raffle-process-block .row .col-11,
	.raffle-process-block .row .col-lg-5,
	.raffle-process-block .row .col,
	.raffle-process-block .row .col-md-9,
	.raffle-process-block .row .find-bank-btns,
	.raffle-process-block .row .col-md-5,
	.raffle-process-block .row .col-md-3,
	.raffle-process-block .row .col-lg-7,
	.raffle-process-block .row .col-sm-6,
	.raffle-process-block .row .col-sm-7,
	.raffle-process-block .row .col-sm-5 {
		padding: 0;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row .col-md-6 .form-group,
	.raffle-process-block .row .col-sm-12 .form-group,
	.raffle-process-block .row .col-md-4 .form-group,
	.raffle-process-block .row .col-md-12 .form-group,
	.raffle-process-block .row .col-md-7 .form-group,
	.raffle-process-block .row .col-lg-12 .form-group,
	.raffle-process-block .row .col-11 .form-group,
	.raffle-process-block .row .col-lg-5 .form-group,
	.raffle-process-block .row .col .form-group,
	.raffle-process-block .row .col-md-9 .form-group,
	.raffle-process-block .row .find-bank-btns .form-group,
	.raffle-process-block .row .col-md-5 .form-group,
	.raffle-process-block .row .col-md-3 .form-group,
	.raffle-process-block .row .col-lg-7 .form-group,
	.raffle-process-block .row .col-sm-6 .form-group,
	.raffle-process-block .row .col-sm-7 .form-group,
	.raffle-process-block .row .col-sm-5 .form-group {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row .col-md-6 .form-group,
	.raffle-process-block .row .col-sm-12 .form-group,
	.raffle-process-block .row .col-md-4 .form-group,
	.raffle-process-block .row .col-md-12 .form-group,
	.raffle-process-block .row .col-md-7 .form-group,
	.raffle-process-block .row .col-lg-12 .form-group,
	.raffle-process-block .row .col-11 .form-group,
	.raffle-process-block .row .col-lg-5 .form-group,
	.raffle-process-block .row .col .form-group,
	.raffle-process-block .row .col-md-9 .form-group,
	.raffle-process-block .row .find-bank-btns .form-group,
	.raffle-process-block .row .col-md-5 .form-group,
	.raffle-process-block .row .col-md-3 .form-group,
	.raffle-process-block .row .col-lg-7 .form-group,
	.raffle-process-block .row .col-sm-6 .form-group,
	.raffle-process-block .row .col-sm-7 .form-group,
	.raffle-process-block .row .col-sm-5 .form-group {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.progress-container .step-cont {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.progress-container .step-cont {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.progress-container .step-cont .btn,
	.progress-container .step-cont .postcode-input input,
	.postcode-input .progress-container .step-cont input {
		width: 98%;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.progress-container .step-cont .btn,
	.progress-container .step-cont .postcode-input input,
	.postcode-input .progress-container .step-cont input {
		width: 98%;
		margin: 0 auto;
	}
}

.pet-form-block select,
.pet-form-block input {
	border-radius: 0 !important;
}

.pet-form-block .frm-bt:before {
	border-left: 12px solid #8f0055 !important;
}

.pet-form-block .frm-bt input {
	background: none;
	border: none;
	color: white;
	padding: 0;
	margin: 0;
	outline: none;
}

.raffle-process-block select,
.raffle-process-block input {
	border-radius: 0 !important;
}

.raffle-process-block .bg .frm-bt:before {
	border-left: 12px solid #8f0055 !important;
}

.raffle-process-block .light-bg .frm-bt:before {
	border-left: 12px solid #e9ccdd !important;
}

.raffle-process-block .frm-bt:before {
	border-left: 12px solid #ffffff !important;
}

.raffle-process-block .frm-bt input {
	background: none;
	border: none;
	color: white;
	padding: 0;
	margin: 0;
	outline: none;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block h1,
	.raffle-process-block h2,
	.raffle-process-block h3,
	.raffle-process-block h4,
	.raffle-process-block h5,
	.raffle-process-block h6,
	.raffle-process-block p {
		justify-content: center;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block h1,
	.raffle-process-block h2,
	.raffle-process-block h3,
	.raffle-process-block h4,
	.raffle-process-block h5,
	.raffle-process-block h6,
	.raffle-process-block p {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .row {
		justify-content: center;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .row {
		justify-content: center;
		text-align: center;
	}
}

.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;
}

.home-lot-block .bg {
	padding: 1rem 0;
	background: #e2f4fb;
}

.home-lot-block img {
	width: auto;
	height: 300px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.home-lot-block img {
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.home-lot-block img {
		height: auto;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.home-lot-block .mt-5 {
		margin-top: 1.5rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.home-lot-block .mt-5 {
		margin-top: 1.5rem !important;
	}
}

.home-lot-block .w-100 {
	text-align: center;
}

@media (max-width: 818px) and (min-width: 0px) {
	.stripline-block .light-blue-bg {
		padding: 1rem 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.stripline-block .light-blue-bg {
		padding: 1rem 0 !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.stripline-block .col-xl-8,
	.stripline-block .col-xl-4 {
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.stripline-block .col-xl-8,
	.stripline-block .col-xl-4 {
		padding: 0 !important;
	}
}

.price-list-block {
	padding: 1rem 0;
}

.price-list-block .light-bg {
	background: #33bbef;
}

.price-list-block .light-bg .light-color,
.price-list-block .light-bg .blue-color,
.price-list-block .light-bg .gold-color {
	color: #8f0055 !important;
}

.price-list-block .dark-bg {
	background: #8f0055;
}

.price-list-block .dark-bg .light-color,
.price-list-block .dark-bg .blue-color,
.price-list-block .dark-bg .prize-title {
	color: #ffffff !important;
}

.price-list-block .dark-bg .orange-color {
	color: #fbb802 !important;
}

.price-list-block .dark-bg .prize-last {
	font-size: 1.8em;
}

.price-list-block .light-bg,
.price-list-block .dark-bg {
	margin-bottom: 1rem !important;
	padding: 2rem 2rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.price-list-block .light-bg,
	.price-list-block .dark-bg {
		padding: 2rem 0rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.price-list-block .light-bg,
	.price-list-block .dark-bg {
		padding: 2rem 0rem;
	}
}

.price-list-block .light-bg .prize-title,
.price-list-block .dark-bg .prize-title {
	font-size: 2.4em !important;
}

.price-list-block .light-bg .prize-amount,
.price-list-block .dark-bg .prize-amount {
	font-size: 2.4em !important;
}

.price-list-block .light-bg .before-img,
.price-list-block .light-bg .after-img,
.price-list-block .dark-bg .before-img,
.price-list-block .dark-bg .after-img {
	width: auto;
	height: 60px;
	top: 0;
}

.price-list-block .light-bg .before-img,
.price-list-block .dark-bg .before-img {
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.price-list-block .light-bg .after-img,
.price-list-block .dark-bg .after-img {
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.price-list-block .gold-bg {
	background: none;
	border-radius: 0;
	padding: 1rem 0;
	border-top: solid 3px #fbb800;
	border-bottom: solid 3px #fbb800;
}

.price-list-block .prize-box-extra {
	padding-left: 100px;
	padding-right: 100px;
	width: -moz-max-content;
	width: max-content;
}

@media (max-width: 818px) and (min-width: 0px) {
	.prize-box.small-prize span:first-of-type {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.prize-box.small-prize span:first-of-type {
		font-size: 22px;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.prize-box.small-prize span {
		font-size: 28px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.prize-box.small-prize span {
		font-size: 28px;
	}
}

.raffle-price {
	padding: 1rem 0;
}

.raffle-price .light-color,
.raffle-price .blue-color,
.raffle-price .prize-title {
	color: #8f0055 !important;
}

.raffle-price .orange-color {
	color: #8f0055 !important;
}

.raffle-price .prize-last {
	font-size: 1.6em !important;
}

.raffle-price .prize-title {
	font-size: 2em !important;
}

.raffle-price .prize-amount {
	font-size: 2.2em !important;
}

.raffle-price .sml {
	font-size: 1.2em !important;
}

.raffle-price span {
	display: block;
	width: 100% !important;
}

.raffle-price .before-img,
.raffle-price .after-img {
	width: auto;
	height: 60px;
	top: 0;
}

.raffle-price .before-img {
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.raffle-price .after-img {
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.raffle-price .gold-bg {
	background: none;
	border-radius: 0;
	padding: 1rem 0;
	border-top: solid 3px #9cce12;
	border-bottom: solid 3px #9cce12;
	height: 100%;
	justify-content: center;
}

.raffle-price .prize-box-extra {
	padding-left: 100px;
	padding-right: 100px;
	width: -moz-max-content;
	width: max-content;
}

.faq-container .orange-color,
.faq-container .pink-color {
	color: #8f0055 !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: #8f0055;
	border-radius: 0;
	color: #ffffff;
	font-family: "Baloo 2", sans-serif;
	font-size: 22px;
	border: none;
}

.faq-block > ul > li > ul > li {
	background: #e1f4fb;
	border-radius: 0;
	color: #183488;
	font-family: "Baloo 2", sans-serif;
	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: #183488;
	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: #183488;
	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: #8f0055;
}

.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: #8f0055;
}

@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-info-container .bg {
	background: #e2f4fb;
	text-align: center;
	padding: 2rem 2rem;
	height: 100%;
}

.raffle-info-container .bg h2 {
	color: #8f0055;
	font-weight: 600;
	margin-bottom: 1rem;
}

.raffle-info-container .bg h3 {
	color: #8f0055;
	font-weight: 300;
	font-family: "Baloo 2", sans-serif;
}

.raffle-info-container .bg h3 .date-span {
	font-weight: 600;
	color: #8f0055;
	font-family: "Baloo 2", sans-serif;
}

.raffle-info-container .llg {
	text-align: center;
}

.raffle-info-container .llg img {
	width: auto;
	height: 350px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-info-container .llg img {
		height: auto !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-info-container .llg img {
		height: auto !important;
	}
}

.stripline-block .ss-area {
	padding: 0;
}

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

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

.stripline-block img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.stripline-block .light-blue-bg {
	display: flex;
	flex-wrap: wrap;
}

.stripline-block .ss-area .strapline-box {
	margin: 0 !important;
	height: 100% !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.stripline-block .ss-area .strapline-box {
		border-bottom: solid 5px white;
		border-top: solid 5px white;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.stripline-block .ss-area .strapline-box {
		border-bottom: solid 5px white;
		border-top: solid 5px white;
	}
}

.stripline-block .ss-area .strapline-box .container {
	margin-bottom: auto;
	margin-top: auto;
}

.stripline-block .ss-area .container {
	max-width: 100% !important;
	padding: 0;
}

.stripline-block .ss-area .container h1,
.stripline-block .ss-area .container h2,
.stripline-block .ss-area .container h3,
.stripline-block .ss-area .container h4,
.stripline-block .ss-area .container h5,
.stripline-block .ss-area .container h6,
.stripline-block .ss-area .container p {
	color: #8f0055;
}

/* NEW FIXED HEADER */
#header {
	transition:
		padding 0.3s ease,
		background-color 0.3s ease;
}

#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 9999999;
}

.raffle-process-block .form-container {
	border-radius: 0;
	background: #e9ccdd !important;
}

.raffle-process-block .form-container .container {
	max-width: 100% !important;
}

.raffle-process-block h2 {
	color: #8f0055;
}

.raffle-process-block input {
	border-radius: 0 !important;
}

.raffle-process-block h1,
.raffle-process-block h2,
.raffle-process-block h3,
.raffle-process-block h4,
.raffle-process-block h5,
.raffle-process-block h6 {
	font-size: 28px;
}

.raffle-process-block .ball {
	background: none !important;
	color: white !important;
	width: auto !important;
	display: flex !important;
	flex-wrap: wrap !important;
	max-height: none !important;
}

.raffle-process-block .ball:after {
	width: 20px !important;
	height: 20px !important;
	position: absolute !important;
	top: 50% !important;
	left: 70%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	right: auto !important;
	animation: none !important;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .ball:after {
		left: 70%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .ball:after {
		left: 70%;
	}
}

.raffle-process-block .ball .ball-s {
	background: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 0;
	margin-right: 1rem;
	display: block;
}

.raffle-process-block .ball .ball-s .ball-inner {
	position: relative;
}

.raffle-process-block .ball .ball-s .ball-inner span {
	font-size: 0;
}

.raffle-process-block .ball label {
	font-size: 18px;
	color: #ffffff;
	width: auto;
	margin-bottom: auto;
	margin-top: auto;
}

.raffle-process-block p,
.raffle-process-block label {
	font-size: 18px;
}

.raffle-process-block .chs-area input {
	font-size: 0;
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: 1rem;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .chs-area input {
		margin-right: 0.5rem !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .chs-area input {
		margin-right: 0.5rem !important;
	}
}

.raffle-process-block .chs-area label {
	color: #ffffff;
	font-weight: 600;
}

.raffle-process-block .custom-control label {
	padding-top: 5px;
}

.raffle-process-block .bg {
	background: #8f0055;
	padding: 2rem 1rem;
	margin: 1rem 0;
}

.raffle-process-block .bg label {
	color: #ffffff;
	font-weight: 300;
}

.raffle-process-block .bg h3,
.raffle-process-block .bg h4,
.raffle-process-block .bg p {
	color: #ffffff;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .bg h3,
	.raffle-process-block .bg h4,
	.raffle-process-block .bg p {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .bg h3,
	.raffle-process-block .bg h4,
	.raffle-process-block .bg p {
		text-align: center;
	}
}

.raffle-process-block .bg h4 {
	font-family: "Baloo 2", sans-serif;
	font-size: 18px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .bg h4 {
		text-align: center;
		font-family: "Baloo 2", sans-serif;
		display: block;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .bg h4 {
		text-align: center;
		font-family: "Baloo 2", sans-serif;
		display: block;
		width: 100%;
	}
}

.raffle-process-block .btm-area {
	padding: 2rem 1rem;
	margin: 1rem 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .btm-area {
		padding: 0rem 1rem;
		margin: 0rem 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .btm-area {
		padding: 2rem 0rem;
		margin: 0rem 0;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .btm-area .col-12,
	.raffle-process-block .btm-area .col-lg-6 {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .btm-area .col-12,
	.raffle-process-block .btm-area .col-lg-6 {
		text-align: center;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .gift-area .row {
		justify-content: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .gift-area .row {
		justify-content: center;
	}
}

.raffle-process-block .gift-area h3,
.raffle-process-block .gift-area p {
	color: #8f0055;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .gift-area h3,
	.raffle-process-block .gift-area p {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .gift-area h3,
	.raffle-process-block .gift-area p {
		text-align: center;
	}
}

.raffle-process-block .light-bg {
	background: #e9ccdd;
	padding: 2rem 1rem;
	margin: 1rem 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .light-bg .row {
		justify-content: center !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .light-bg .row {
		justify-content: center !important;
	}
}

.raffle-process-block .light-bg h3,
.raffle-process-block .light-bg p,
.raffle-process-block .light-bg label,
.raffle-process-block .light-bg a {
	color: #575756;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .light-bg h3,
	.raffle-process-block .light-bg p,
	.raffle-process-block .light-bg label,
	.raffle-process-block .light-bg a {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .light-bg h3,
	.raffle-process-block .light-bg p,
	.raffle-process-block .light-bg label,
	.raffle-process-block .light-bg a {
		text-align: center;
	}
}

.raffle-process-block .sub-area {
	background: #e73081;
	color: white;
	padding: 2rem 1rem;
	margin: 1rem 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .sub-area img {
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .sub-area img {
		margin-bottom: 1rem;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .sub-area .col-12 {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .sub-area .col-12 {
		text-align: center;
	}
}

.custom-select.placeholder-option-selected {
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	color: #bbb;
}

.custom-control.custom-checkbox,
.custom-control.custom-radio {
	padding-left: 2.6rem;
}

.custom-control-label::after,
.custom-control-label::before {
	top: 0;
	left: -2.6rem;
	width: 1.8rem;
	height: 1.8rem;
}

.lookup-response .alert {
	display: none;
}

.form-control {
	box-shadow: none;
	position: relative;
	border: none;
	color: #3c3c3b;
	height: calc(1.9em + 0.75rem + 2px);
	padding: 0.375rem 0.95rem;
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	font-size: 1.333em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-control::-moz-placeholder {
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	color: #bbb;
}

.form-control::placeholder {
	font-family: "Baloo 2", sans-serif;
	font-weight: 400;
	color: #bbb;
}

.form-control:focus::-moz-placeholder {
	color: #bbb;
}

.form-control:focus::placeholder {
	color: #bbb;
}

.form-control.sort-code-input {
	text-align: center;
}

.radio,
.radio-inline,
.checkbox {
	color: #feffff;
	display: block;
	position: relative;
	width: 100%;
}

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

.radio input[type="radio"]:checked ~ .check,
.radio input[type="checkbox"]:checked ~ .check,
.radio-inline input[type="radio"]:checked ~ .check,
.radio-inline input[type="checkbox"]:checked ~ .check,
.checkbox input[type="radio"]:checked ~ .check,
.checkbox input[type="checkbox"]:checked ~ .check {
	border: 4px solid #feffff;
	background: #33bbef;
}

.radio input[type="radio"]:checked ~ .check:before,
.radio input[type="checkbox"]:checked ~ .check:before,
.radio-inline input[type="radio"]:checked ~ .check:before,
.radio-inline input[type="checkbox"]:checked ~ .check:before,
.checkbox input[type="radio"]:checked ~ .check:before,
.checkbox input[type="checkbox"]:checked ~ .check:before {
	background: #33bbef;
}

.radio input[type="radio"]:checked ~ label,
.radio input[type="checkbox"]:checked ~ label,
.radio-inline input[type="radio"]:checked ~ label,
.radio-inline input[type="checkbox"]:checked ~ label,
.checkbox input[type="radio"]:checked ~ label,
.checkbox input[type="checkbox"]:checked ~ label {
	color: #feffff;
}

.radio label,
.radio-inline label,
.checkbox label {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 1.333em;
	line-height: 1.333em;
	margin: 0 auto;
	padding-left: 40px;
	padding-top: 3px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

.radio:hover .check,
.radio-inline:hover .check,
.checkbox:hover .check {
	border: 5px solid #feffff;
}

.radio .check,
.radio-inline .check,
.checkbox .check {
	display: block;
	position: absolute;
	border: 5px solid #feffff;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 5;
	transition: border 0.25s linear;
	-webkit-transition: border 0.25s linear;
	background-color: #feffff;
}

.radio .check:before,
.radio-inline .check:before,
.checkbox .check:before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 0px;
	left: 0px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.payment_frame_container .embed-responsive-2by1::before {
	padding-top: 65%;
}

@media (max-width: 1199.98px) {
	.payment_frame_container .embed-responsive-2by1::before {
		padding-top: 90%;
	}
}

@media (max-width: 767.98px) {
	.payment_frame_container .embed-responsive-2by1::before {
		padding-top: 110%;
	}
}

@media (max-width: 575.98px) {
	.payment_frame_container .embed-responsive-2by1::before {
		padding-top: 130%;
	}
}

@media only screen and (max-width: 455px) {
	.payment_frame_container .embed-responsive-2by1::before {
		padding-top: 180%;
	}
}

@media only screen and (max-width: 390px) {
	.payment_frame_container .embed-responsive-2by1::before {
		padding-top: 230%;
	}
}

@media only screen and (max-width: 340px) {
	.payment_frame_container .embed-responsive-2by1::before {
		padding-top: 280%;
	}
}
.custom-control-label::before {
	border: solid 2px #8f0055 !important;
}

.would-you-like-to-subscribe-box .custom-checkbox .custom-control-label {
	color: white;
}

.raffle-process-block .aa-p {
	margin-right: 1rem;
	font-weight: 600;
	font-size: 18px;
	color: #575756;
	font-family: "Baloo 2", sans-serif;
}

@media (max-width: 818px) and (min-width: 0px) {
	.raffle-process-block .aa-p {
		margin-bottom: 1rem;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.raffle-process-block .aa-p {
		margin-bottom: 1rem;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
}

/* STEP 2 */
.raffle-process-block .light-bg h3,
.raffle-process-block .light-bg p,
.raffle-process-block .light-bg label,
.raffle-process-block .light-bg a {
	color: #8f0055;
	font-weight: 700;
	font-size: 1.333em;
	cursor: default;
	line-height: 100%;
}

address, dl, ol, p, pre, ul {
    margin-bottom: 1rem;
}

/* BANNER */
.header-banner-cont {
  overflow: hidden;
  max-width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 1rem;
}

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

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

.header-banner-cont + .stars-bg {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .header-banner-cont + .stars-bg {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .header-banner-cont + .stars-bg {
    margin-top: 0;
    padding-top: 0;
    background: none !important;
  }
}

.header-banner-cont .header-banner-inner {
  display: flex;
  min-height: 65vh;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .header-banner-cont .header-banner-inner {
    min-height: 50vh;
  }
}

@media (max-width: 767.98px) {
  .header-banner-cont .header-banner-inner {
    min-height: 30vh;
  }
}

.header-banner-cont .header-banner-inner .row {
  height: 100%;
}

.header-banner-cont .header-banner-inner > a {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.header-banner-cont .header-banner-inner .text-offset-right {
  margin-right: 0em;
  margin-top: auto;
}

@media (max-width: 1400px) {
  .header-banner-cont .header-banner-inner .text-offset-right {
    margin-right: 0em;
    margin-top: auto;
  }
}

@media (max-width: 1199.98px) {
  .header-banner-cont .header-banner-inner .text-offset-right {
    margin-right: 0em;
    margin-top: auto;
  }
}

.header-banner-cont .header-banner-inner .container,
.header-banner-cont .header-banner-inner .container-fluid {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  margin: auto auto 0 auto;
}

@media (max-width: 767.98px) {
  .header-banner-mobile-text .header-banner-text {
    font-size: 0.8em;
  }
  .header-banner-mobile-text .header-banner-text h1,
  .header-banner-mobile-text .header-banner-text h2 {
    font-size: 1.95em;
    margin-bottom: 1rem !important;
  }
}

.header-banner-mobile-text .rounded-box {
  padding: 0 !important;
}

.header-banner-mobile-text + .stars-bg {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  background: none !important;
  z-index: 1;
}

@media (max-width: 1400px) {
  .header-banner-mobile-text + .stars-bg {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 1400px) {
  .header-banner-mobile-text + .stars-bg.banner-text-lg-break {
    margin-top: 2.2rem;
    padding-top: 0;
    background: none !important;
  }
}

@media (max-width: 767.98px) {
  .header-banner-mobile-text + .stars-bg {
    margin-top: 2.2rem;
    padding-top: 0;
    background: none !important;
  }
}

.header-banner-text {
  background: #E8307E;
  border: solid 5px #ffffff;
  border-radius: 0px;
  padding: 1.6em 1.35em;
  color: #ffffff;
  position: relative;
  border-bottom: solid 0px transparent !important;
  text-align: center;
}

@media (max-width: 818px) and (min-width: 0px) {
  .header-banner-text {
    border-left: solid 0px transparent !important;
    border-right: solid 0px transparent !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-banner-text {
    border-left: solid 0px transparent !important;
    border-right: solid 0px transparent !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.header-banner-text h1,
.header-banner-text h2 {
  font-size: 2.2em;
  margin-bottom: 0;
  margin-bottom: 1rem;
}

@media (max-width: 1400px) {
  .header-banner-text h1,
  .header-banner-text h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 1199.98px) {
  .header-banner-text {
    font-size: 0.8em;
  }
  .header-banner-text h1,
  .header-banner-text h2 {
    font-size: 2em;
  }
}

.header-banner-text .header-banner-cta {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 1;
  font-size: 13px;
  max-width: 140px;
  right: auto;
  transform: none;
  text-transform: uppercase;
}

.header-banner-text .header-banner-text-inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 1600px) {
  .header-banner-text .header-banner-text-inner.smaller-heading-font h1,
  .header-banner-text .header-banner-text-inner.smaller-heading-font h2 {
    font-size: 2.25em;
  }
}

.header-banner-text p {
  font-size: 1.4em;
  font-family: "Baloo 2", sans-serif;
  line-height: 1.3em;
}

.header-banner-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 818px) and (min-width: 0px) {
  .header-banner-text .header-banner-cta + .header-banner-text-inner {
    padding-left: inherit;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-banner-text .header-banner-cta + .header-banner-text-inner {
    padding-left: inherit;
  }
}

@media (max-width: 818px) and (min-width: 0px) {
  .header-banner-cta {
    z-index: 9999 !important;
    right: 0 !important;
    top: -60% !important;
    left: auto !important;
    transform: scale(0.6) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-banner-cta {
    z-index: 9999 !important;
    right: 0 !important;
    top: -60% !important;
    left: auto !important;
    transform: scale(0.6) !important;
  }
}