/* General *********************/
body {
	font-family: "Satoshi-Variable", sans-serif;
	font-weight: 400;
	background: #eeeeee;
	color: #2a2a2a;
	/* -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; */
	overflow-x: hidden;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

a,
.btn {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:focus,
.btn:focus {
	outline: none;
	box-shadow: none;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
}

.btn-brd {
	font-family: 'Satoshi-Black';
	border-radius: 0px;
	font-size: 1.1rem;
	border: 2px #2a2a2a solid;
	font-weight: bold;
}

.btn-brd:hover {
	background-color: #2a2a2a;
	color: #ffffff;
}

.clr-pr {
	color: #404bc1;
}

.clr-bl {
	color: #3576ed;
}

.clr-yl {
	color: #f8b725;
}

.bg-pr {
	background: #404bc1;
}
.clr-or {
	color: #ff824c;
}

.bg-bl {
	background: #3576ed;
}

.bg-yl {
	background: #f8b725;
}

.bg-soft-pr {
	background: #b2b7e6;
}

.bg-soft-bl {
	background: #aec8f7;
}

.bg-soft-yl {
	background: #fce2a7;
}

.alert {
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}

.alert .close:focus {
	outline: none;
}

.splide {
	margin-left: -15px;
	margin-right: -15px;
}

.splide__slide {
	padding: 15px;
}

.splide__pagination {
	bottom: -.5em;
}

.splide__pagination__page {
	visibility: hidden;
	display: none;
}

.splide__arrow--prev {
	left: -3em;
}

.splide__arrow--next {
	right: -3em;
}

/* Animations ************************************************/
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes floating {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.floating {
	-webkit-animation: floating 3s ease infinite;
	animation: floating 3s ease infinite;
	will-change: transform;
}

.ad-1 {
	animation-delay: 1s;
}

.ad-2 {
	animation-delay: 1.5s;
}

.ad-3 {
	animation-delay: 2s;
}

/* .floating:hover {
-webkit-animation-play-state: paused;
		animation-play-state: paused;
} */
@keyframes glowing-pr {
	0% {
		background-color: #404bc1;
		box-shadow: 0 0 5px #404bc1;
	}

	50% {
		background-color: #3943ad;
		box-shadow: 0 0 20px #3943ad;
	}

	100% {
		background-color: #404bc1;
		box-shadow: 0 0 5px #404bc1;
	}
}

.flashbtns-pr {
	-webkit-animation: glowing-pr 1500ms infinite;
	-moz-animation: glowing-pr 1500ms infinite;
	-o-animation: glowing-pr 1500ms infinite;
	animation: glowing-pr 1500ms infinite;
}

@keyframes glowing-yl {
	0% {
		background-color: #f8b725;
		box-shadow: 0 0 5px #f8b725;
	}

	50% {
		background-color: #dfa421;
		box-shadow: 0 0 20px #dfa421;
	}

	100% {
		background-color: #f8b725;
		box-shadow: 0 0 5px #f8b725;
	}
}

.flashbtns-yl {
	-webkit-animation: glowing-yl 1500ms infinite;
	-moz-animation: glowing-yl 1500ms infinite;
	-o-animation: glowing-yl 1500ms infinite;
	animation: glowing-yl 1500ms infinite;
}


@keyframes glowing-br-pr {
	0% {
		box-shadow: 0 0 0px #404bc1;
	}

	50% {
		box-shadow: 0 0 20px #3943ad;
	}

	100% {
		box-shadow: 0 0 0px #404bc1;
	}
}

.flashipts-br-pr {
	-webkit-animation: glowing-br-pr 1500ms infinite;
	-moz-animation: glowing-br-pr 1500ms infinite;
	-o-animation: glowing-br-pr 1500ms infinite;
	animation: glowing-br-pr 1500ms infinite;
}

@keyframes glowing-br-yl {
	0% {
		box-shadow: 0 0 0px #f8b725;
	}

	50% {
		box-shadow: 0 0 20px #dfa421;
	}

	100% {
		box-shadow: 0 0 0px #f8b725;
	}
}

.flashipts-br-yl {
	-webkit-animation: glowing-br-yl 1500ms infinite;
	-moz-animation: glowing-br-yl 1500ms infinite;
	-o-animation: glowing-br-yl 1500ms infinite;
	animation: glowing-br-yl 1500ms infinite;
}

.btn-tuto {
	background-color: #f8b725;
	color: #2a2a2a;
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	padding: 1rem 0.75rem;
	font-size: 1.2rem;
}

.btn-tuto:hover {
	background-color: #dfa421;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

/* NAVBAR ****************************************************/
.sct-nav {
	background: #ffffff;
}

.navbar {
	padding: 15px 0px;
	z-index: 99;
}

.navbar .navbar-brand {
	padding: 0px;
	font-size: 0px;
}

.navbar .logo {
	height: 40px;
	width: auto;
}

.navbar-light .navbar-toggler {
	border-radius: 0px;
	border: 2px solid #eeeeee;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-light .navbar-toggler:hover {
	border-color: #2a2a2a;
}

.navbar-light .navbar-toggler:focus {
	outline: none;
	border-color: #2a2a2a;
}

.navbar .nav-item .nav-link {
	padding: 0px;
	font-weight: 600;
	color: #2a2a2a;
	margin-right: 30px;
	position: relative;
	display: inline;
}

.navbar .nav-item .nav-link::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #404bc1;
}

.navbar .nav-item .nav-link:hover {
	color: #404bc1;
}

.navbar .nav-item .nav-link:hover::before {
	width: 100%;
}

.nav-lbl {
	margin-bottom: 0px;
	margin-right: 30px;
}

/* Checkout *************************************************/
.sct-main-ckt {
	padding: 20px 0px;
	background-image: url('../img/graph.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-main-ckt .hdr-icon {
	width: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

.sct-main-ckt .hdr-icon img {
	width: 80px;
	height: auto;
}

.sct-main-ckt .ss-tlt {
	text-transform: uppercase;
	color: #f8b725;
	margin: 0px;
	font-family: 'Satoshi-Black';
}

.sct-main-ckt .tlt {
	color: #ffffff;
	margin: 0px;
	font-family: 'Satoshi-Regular';
}

.sct-form-ckt {
	padding: 20px 0px;
}

.sct-form-ckt .tlt {
	color: #404bc1;
	font-family: 'Satoshi-Regular';
}

.row-offers {
	margin-top: 30px;
	margin-bottom: 30px;
}

.price-card-hldr {
	height: 100%;
}

.price-card {
	background: #ffffff;
	height: 100%;
	padding: 5px;
	border: 3px #ffffff solid;
	display: flex;
	flex-direction: column;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.price-card:hover {
	cursor: pointer;
	border-color: #2a2a2a;
	-webkit-transform: translateY(-5px) translateZ(0);
	transform: translateY(-5px) translateZ(0);
}

.price-card:hover .price {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.price-card.brd-pr.selected {
	border-color: #404bc1;
}

.price-card.brd-bl.selected {
	border-color: #3576ed;
}

.price-card.brd-yl.selected {
	border-color: #f8b725;
}

.price-card p {
	margin: 0px;
}

.price-card .discount-hldr {
	pointer-events: none;
	position: absolute;
	top: -38px;
	left: 0px;
	width: 100%;
	padding: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.price-card .discount-hldr .discount {
	height: 36px;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Satoshi-Regular';
	text-transform: uppercase;
	color: #ffffff;
}

.price-card .panel {
	background: #f6f7f9;
	padding: 10px;
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
}

.price-card .panel.max {
	flex: 1;
}

.price-card .panel .lf {
	width: 50%;
	text-align: left;
	font-weight: bold;
	line-height: 1;
}

.price-card .panel .rt {
	width: 50%;
	text-align: right;
	line-height: 1;
}

.price-card .panel .full {
	padding-left: 40%;
	width: 100%;
	text-align: right;
	line-height: 1;
	font-size: 1rem;
}

.price-card .price {
	padding: 10px;
	padding-bottom: 0px;
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	height: 100px;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.price-card .price .big {
	font-size: 9rem;
	margin: 0px;
	font-family: 'Satoshi-Black';
	position: absolute;
	bottom: -60px;
	text-align: right;
	right: calc(50% + 15px);
}

.price-card .price .txt {
	line-height: 1;
	font-family: 'Satoshi-Black';
	font-size: 3.5rem;
	margin: 0px;
}

.price-card .price .txt.lf {
	padding-right: 20px;
}

.price-card .price .txt.rt {
	padding-left: 70px;
}

.price-card .price .period {
	font-size: 1.4rem;
	padding-right: 10px;
}

.price-card .clear {
	text-align: center;
	padding: 5px;
}

.price-card .clear .txt {
	font-size: 1rem;
	line-height: 1;
}


.row-options {
	margin-top: 15px;
	margin-bottom: 30px;
}

.option-card {
	background: #ffffff;
	padding: 8px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.option-card .content {
	padding: 10px;
	display: flex;
	flex-direction: row;
	margin-bottom: 8px;
	flex: 1;
}

.option-card .content.pr {
	background: #ebedf8;
}

.option-card .content.yl {
	background: #fef7e9;
}

.option-card .content .icon {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}

.option-card .content .card-tlt {
	font-weight: 700;
}

.option-card .content .para {
	line-height: 1.1;
	font-size: 1rem;
	margin: 0px;
}

.option-card .clear {
	display: flex;
	flex-direction: row;
}

.option-card .clear .price {
	width: 60%;
	padding: 5px 10px;
}

.option-card .clear .price .vle {
	margin: 0px;
	font-family: 'Satoshi-Black';
	line-height: 1;
}

.option-card .clear .inpt {
	width: 40%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.option-card .clear .inpt .quantity-field {
	width: calc(100% - 100px);
	height: 40px;
	pointer-events: none;
	border: 0px;
	background-color: #e8e8e8;
	font-family: 'Satoshi-Black';
	font-size: 2rem;
	text-align: center;
}

.option-card .clear .inpt .lbl {
	font-family: 'Satoshi-Black';
	margin-right: 10px;
	margin-bottom: 0px;
}

.option-card .clear .inpt .btn {
	padding: 10px;
	border-radius: 0px;
	width: 40px;
	height: 40px;
	font-size: 2rem;
	background: #e8e8e8;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #e8e8e8;
}

.option-card .clear .inpt .btn img {
	width: 20px;
	height: 20px;
}

.option-card .switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 40px;
	margin-bottom: 0px;
}

.option-card .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.option-card .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e8e8e8;
	-webkit-transition: .4s;
	transition: .4s;
}

.option-card .slider:before {
	position: absolute;
	content: "";
	height: 32px;
	width: 32px;
	left: 4px;
	bottom: 4px;
	background-color: #848484;
	-webkit-transition: .4s;
	transition: .4s;
}

.option-card input:checked+.slider {
	background-color: #2a2a2a;
}

.option-card input:checked+.slider:before {
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	background-color: #ffffff;
}

.row-payments {
	margin-top: 15px;
	margin-bottom: 30px;
}

.payment-card {
	background: #ffffff;
	/* height: 100%; */
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.payment-card .form-group .form-control {
	font-family: 'Roboto', sans-serif;
	height: auto;
	border-radius: 0px;
	border: 2px solid #e8e8e8;
	background: #f6f7f9;
}

.payment-card .form-group .form-control::placeholder {
	color: #999999;
}

.payment-card p.lbl,
.payment-card .form-group label {
	font-size: 1rem;
	margin-bottom: 2px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

.payment-card .form-group label span {
	color: #e64a58;
}

.payment-card .form-group .form-control:focus,
.payment-card .form-group .custom-select:focus {
	outline: none;
	border: 2px solid #2a2a2a;
	box-shadow: none;
}

.payment-card .form-group .invalid-text {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	font-family: 'Roboto', sans-serif;
	color: #e64a58;
}

.radio-block .custom-control {
	margin-bottom: 15px;
	padding: 0px;
}

.radio-block .custom-control-label {
	font-family: 'Roboto', sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 10px;
	padding-left: 50px;
	border: 2px solid #e8e8e8;
	cursor: pointer;
}

.radio-block .discount {
	background-color: #e8e8e8;
	padding: 5px 10px;
	margin: 0px;
}

.radio-block .custom-control-label .lf {
	width: 40%;
}

.radio-block .custom-control-label .lf p {
	font-size: 1rem;
	margin: 0px;
}

.radio-block .custom-control-label .rt {
	width: 60%;
	text-align: right;
}

.radio-block .custom-control-label .rt img {
	height: 24px;
	width: auto;
}

.radio-block .custom-control-label::before {
	top: 4px;
	left: 4px;
	width: 36px;
	height: 36px;
	border: #adb5bd solid 2px;
	border-radius: 0px;
}

.radio-block .custom-control-label::after {
	top: 4px;
	left: 4px;
	width: 36px;
	height: 36px;
}

.radio-block .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #2a2a2a;
	background-color: #2a2a2a;
}

.radio-block .custom-control-input:checked~.custom-control-label {
	border-color: #2a2a2a;
}

.radio-block .custom-control-input:checked~.custom-control-label::after {
	background-image: url('../img/check.png');
}


.payment-card .custom-checkbox {
	padding-left: 28px;
}

.payment-card .custom-checkbox .custom-control-label {
	line-height: 1;
	cursor: pointer;
}

.payment-card .custom-checkbox .custom-control-label::before {
	top: 0px;
	left: -28px;
	width: 20px;
	height: 20px;
	border: #adb5bd solid 2px;
	border-radius: 0px;
}

.payment-card .custom-checkbox .custom-control-label::after {
	top: 0px;
	left: -28px;
	width: 20px;
	height: 20px;
}

.payment-card .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #2a2a2a;
	background-color: #2a2a2a;
}

.payment-card .btn-pay {
	background-color: #404bc1;
	color: #ffffff;
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	padding: 0.75rem 0.75rem;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.payment-card .btn-pay:hover {
	background-color: #3943ad;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.payment-card .btn-pay img {
	height: 20px;
	width: auto;
	margin-left: 8px;
}

.payment-card .txt-pay {
	text-align: center;
	margin-bottom: 0px;
}

.payment-card .input-group {
	margin-bottom: 15px;
}

.payment-card .input-group .form-control {
	font-family: 'Roboto', sans-serif;
	height: auto;
	border-radius: 0px;
	border: 2px solid #e8e8e8;
	background: #f6f7f9;
}

.payment-card .input-group .form-control::placeholder {
	color: #999999;
}

.payment-card .input-group .form-control:focus {
	outline: none;
	border: 2px solid #2a2a2a;
	box-shadow: none;
}

.payment-card .btn-vrf {
	background-color: #2a2a2a;
	color: #ffffff;
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	font-size: 1rem;
}

.invoice-card {
	background: #ffffff;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.invoice-card.h-a {
	height: auto;
}

.invoice-card .input-group {
	margin-bottom: 15px;
}

.invoice-card .input-group .form-control {
	font-family: 'Roboto', sans-serif;
	height: auto;
	border-radius: 0px;
	border: 2px solid #e8e8e8;
	background: #f6f7f9;
}

.invoice-card .input-group .form-control::placeholder {
	color: #999999;
}

.invoice-card .input-group .form-control:focus {
	outline: none;
	border: 2px solid #2a2a2a;
	box-shadow: none;
}

.invoice-card .btn-vrf {
	background-color: #2a2a2a;
	color: #ffffff;
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	font-size: 1rem;
}

.invoice-card .card-tlt {
	color: #404bc1;
}

.invoice-card .panel {
	background: #f6f7f9;
	padding: 10px;
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	align-items: center;
	flex-wrap: wrap;
}

.invoice-card .panel.res-panel {
	align-items: start;
}

.invoice-card .panel.bg-soft-pr {
	background: #ebedf8;
}

.invoice-card .panel.bg-soft-bl {
	background: #eaf1fd;
}

.invoice-card .panel.bg-soft-yl {
	background: #fef7e9;
}

.invoice-card .panel .lf {
	width: 50%;
	text-align: left;
	font-weight: bold;
	line-height: 1;
}

.invoice-card .panel .rt {
	width: 50%;
	text-align: right;
	line-height: 1;
}

.invoice-card .panel .lfTotal {
	width: 50%;
	text-align: left;
	font-weight: bold;
	line-height: 1;
}

.invoice-card .panel .rtTotal {
	width: 50%;
	text-align: right;
	line-height: 1;
}

.invoice-card .panel .full {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	line-height: 1;
	padding-left: 20px;
}

.invoice-card .panel .txt {
	margin: 0px;
	font-weight: 500;
}

.invoice-card .panel .price {
	margin: 0px;
	font-family: 'Satoshi-Black';
}

.invoice-card .panel .full .item {
	font-size: 1rem;
	margin-bottom: 8px;
	font-weight: 500;
}

.invoice-card .panel .full .item:last-child {
	margin-bottom: 0px;
}

.invoice-card .panel.total {
	background-color: #ffffff;
	margin-bottom: 0px;
}

.invoice-card .panel.total .price {
	color: #404bc1;
}

.invoice-card .panel .ctx {
	width: calc(100% - 50px);
}

.invoice-card .panel .ctx .lbl {
	font-weight: 700;
	margin: 0px;
}

.invoice-card .panel .ctx .vle {
	margin: 0px;
	word-break: break-all;
	padding-right: 15px;
}

.invoice-card .panel .copy-btn {
	background-color: rgba(0, 0, 0, .1);
	width: 50px;
	cursor: pointer;
	padding: 10px;
}

.invoice-card .panel .copy-btn img {
	width: 30px;
	height: 30px;
}

.invoice-card .panel-icon {
	padding: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}

.invoice-card .panel-icon .icon {
	width: 80px;
	padding: 5px;
}

.invoice-card .panel-icon .icon img {
	width: 100%;
	height: auto;
}

.invoice-card .panel-icon .ctx {
	padding-left: 15px;
	width: calc(100% - 80px);
}

.invoice-card .panel-icon .ctx .txt {
	margin: 0px;
	color: #404bc1;
}

/* Footer *************************************************/
.sct-footer {
	background: #1d1d1d;
	padding: 40px 0px;
	color: #ffffff;
}

.sct-footer .logo {
	height: 36px;
	margin-bottom: 5px;
}

.sct-footer .cright {
	margin-bottom: 0px;
	font-size: .9rem;
}

.sct-footer .support {
	color: #f8b725;
}

.sct-footer .links-h {
	margin-bottom: 10px;
}

.sct-footer .links-li {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 30px;
}

.sct-footer .ln-link {
	color: #ffffff;
	font-weight: 400;
	font-size: 1.1rem;
	font-family: "Satoshi-Variable", sans-serif;
	position: relative;
}

.sct-footer .ln-link:hover {
	color: #f8b725;
	text-decoration: none;
}

.sct-footer .ln-link::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #f8b725;
}

.sct-footer .ln-link:hover::before {
	width: 100%;
}

/* exit Intent Dialog *************************************/
.modal-exit .modal-content {
	background: transparent;
	border: none;
}

.modal-exit .modal-header {
	border: none;
}

.modal-exit .modal-header .close {
	color: #2a2a2a;
	font-size: 3rem;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	z-index: 9999;
	background: #ffffff;
	color: #404bc1;
	border: 2px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 0px;
	padding-bottom: 3px;
}

.modal-exit .modal-header .close:not(:disabled):not(.disabled):focus,
.modal-exit .modal-header .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
	color: #ffffff;
	background-color: #404bc1;
	outline: none;
}

.modal-exit .modal-body {
	background: #404bc1;
	border-radius: 0px;
	padding: 30px;
	color: #ffffff;
}

.modal-exit .modal-body .ill-offre {
	width: 100%;
	height: auto;
	max-width: 500px;
}

.modal-exit .modal-body .tlt {
	color: #ffffff;
	font-family: 'Satoshi-Black';
}

.modal-exit .promo-code {
	/* background: #ffffff; */
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: 'Satoshi-Black';
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.modal-exit .btn-act {
	width: 100%;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	background: #f8b725;
	color: #2a2a2a;
	font-size: 1.4rem;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
}

.modal-exit .btn-act:hover {
	background-color: #3943ad;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-exit .btn-act .sm-txt-btn {
	color: rgba(0, 0, 0, .7);
	font-size: .8rem;
}

.modal-exit .refund-txt {
	text-align: center;
	font-size: .9rem;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: bold;
}

/* Support **********************/
.sct-support {
	padding: 20px 0px;
	padding-bottom: 60px;
}

.sct-support .ill-support {
	margin: auto;
	width: 90%;
	height: auto;
}

/* Login **********************/
.sct-login {
	height: 100vh;
	overflow: hidden;
	padding: 30px;
}

.sct-login .container {
	height: 100%;
}

.sct-login .row-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.sct-login .row-content .logo-panel {
	display: flex;
}

.sct-login .logo-link .logo {
	height: 40px;
	width: auto;
}

.sct-login .row-content .form-ctx {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	text-align: center;
	padding-top: 15vh;
	width: 50%;
	height: 100%;
}

.sct-login .row-content .s-part {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sct-login .row-content .f-part {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sct-login .tlt {
	color: #404bc1;
	font-family: 'Satoshi-Black';
}

.sct-login .form-group,
.sct-login .alert {
	width: 100%;
}

.sct-login .ill-login {
	width: 80%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.sct-login .form-group .form-control {
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	border: 2px solid #c2c2c2;
	background: #f6f7f9;
	padding: 0.75rem 0.75rem;
	height: auto;
}

.sct-login .form-group .form-control::placeholder {
	color: #999999;
}

.sct-login .form-group .form-control:focus,
.sct-login .form-group .custom-select:focus {
	outline: none;
	border: 2px solid #2a2a2a;
	box-shadow: none;
}

.sct-login .form-group .invalid-text {
	margin-top: 0.25rem;
	font-size: 80%;
	font-family: 'Roboto', sans-serif;
	color: #e64a58;
}

.sct-login .btn-login {
	background-color: #404bc1;
	color: #ffffff;
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	padding: 0.75rem 0.75rem;
	margin-bottom: 15px;
}

.sct-login .btn-login:hover {
	background-color: #3943ad;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.sct-login .code-panel {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: auto;
}

.sct-login .code-panel .form-control {
	text-align: center;
	width: 80%;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

.sct-login .code-panel input::-webkit-outer-spin-button,
.sct-login .code-panel input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.sct-login .code-panel input[type=number] {
	-moz-appearance: textfield;
}

.sct-login .login-link {
	color: #404bc1;
	cursor: pointer;
	font-family: 'Satoshi-Black';
	position: relative;
}

.sct-login .login-link:hover {
	color: #3943ad;
	text-decoration: none;
}

.sct-login .login-link::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #404bc1;
}

.sct-login .login-link:hover::before {
	width: 100%;
}

/* Member Area *************************************************/
.sct-members-hdr {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url('../img/graph.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-members-hdr .tlt {
	color: #ffffff;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Satoshi-Regular';
}

.sct-members-tabs {
	background-color: #3943ad;
}

.sct-members-tabs .nav-pills .nav-link {
	border-radius: 0px;
	font-family: 'Satoshi-Medium';
	color: #ffffff;
	border: 2px solid transparent;
	font-size: 18px;
	padding-left: 0px;
	padding-right: 0px;
}

.sct-members-tabs .nav-pills .nav-link.active,
.sct-members-tabs .nav-pills .show>.nav-link {
	color: #f8b725;
	background-color: transparent;
	border-bottom: 2px solid #f8b725;
}

.sct-members-content {
	padding-top: 20px;
	padding-bottom: 40px;
	min-height: 60vh;
}

.item-plan {
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
}

.item-plan .item-tlt {
	font-weight: 700;
	color: #404bc1;
	margin-bottom: 0px;
}

.item-plan .item-date {
	font-size: 16px;
	margin-bottom: 0px;
}

.item-plan .item-price {
	margin: 0px;
	font-family: 'Satoshi-Black';
	line-height: 1;
}

.item-plan .item-status {
	font-family: 'Satoshi-Black';
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}

.item-plan .item-status.red {
	color: #ffffff;
	background-color: #ec2a5f;
}

.item-plan .item-status.orange {
	color: #ffffff;
	background-color: #f39c12;
}

.item-plan .item-status.green {
	color: #ffffff;
	background-color: #30cb83;
}

.invoice-item {
	background-color: #ffffff;
	padding: 15px;
	display: flex;
	flex-direction: row;
	cursor: pointer;
}

.invoice-item .ctx {
	width: calc(100% - 50px);
}

.invoice-item .item-tlt {
	font-weight: 700;
	color: #404bc1;
	margin-bottom: 0px;
}

.invoice-item .item-date {
	font-size: 16px;
	margin-bottom: 0px;
}

.invoice-item .item-act {
	background: #2a2a2a;
	color: #ffffff;
	height: 50px;
	width: 50px;
	padding: 10px;
}

.invoice-item .item-act img {
	width: 100%;
	height: auto;
}

.invoice-item .item-act img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.invoice-item:not(.collapsed) .item-act img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.invoice-container {
	margin-bottom: 15px;
}

.support-block {
	background-color: #ffffff;
	padding: 15px 30px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
}

.support-block .block-tlt {
	color: #404bc1;
	margin-bottom: 10px;
}

.support-block .block-txt {
	margin-bottom: 10px;
	line-height: 1.2;
}

.support-block .block-mail {
	color: #3576ed;
	font-weight: 700;
	margin-bottom: 0px;
}

.support-block .block-icon {
	width: 100px;
	height: auto;
	margin-bottom: 15px;
}

/* Terms Privacy *************************************************/
.sct-text-hdr {
	padding: 20px 0px;
	background-image: url('../img/graph.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-text-hdr .hdr-icon {
	width: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

.sct-text-hdr .hdr-icon img {
	width: 80px;
	height: auto;
}

.sct-text-hdr .ss-tlt {
	text-transform: uppercase;
	color: #f8b725;
	margin: 0px;
	font-family: 'Satoshi-Black';
}

.sct-text-hdr .tlt {
	color: #ffffff;
	margin: 0px;
	font-family: 'Satoshi-Regular';
}

.sct-text-ctx {
	padding: 50px 0px;
}

.sct-text-ctx .tcpp-tlt {
	color: #404bc1;
	font-family: 'Satoshi-Medium';
}

.sct-text-ctx .terms-wraper:not(:last-child) {
	margin-bottom: 30px;
}

.sct-text-ctx .order-list li:not(:last-child) {
	margin-bottom: 10px;
}

.sct-text-ctx .order-list {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	color: #303356;
}

.sct-text-ctx .order-list li {
	list-style: decimal;
	list-style-position: inside;
}

.sct-text-ctx .order-list {
	padding-left: 0px;
	margin-bottom: 0px;
}

/* Home Page ****************************************************/
.sct-home-nav {
	background-color: #ffffff;
	border-bottom: 2px solid #eeeeee;
}

.sct-home-header {
	background-color: #ffffff;
}

.sct-home-header .lf-section {
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}

.sct-home-header .lf-section .dark-bg {
	position: absolute;
	background-color: #1d1d1d;
	width: calc(100% + 50vw);
	height: calc(100% + 100px);
	right: 30px;
	bottom: 0px;
	z-index: 0;
	background-image: url('../img/graph.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-home-header .lf-section .grid-bg {
	position: absolute;
	left: -30%;
	top: -50%;
}

.sct-home-header .lf-section .content {
	position: relative;
	width: 100%;
	z-index: 10;
	padding-right: 60px;
}

.sct-home-header .lf-section .main-graphic {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 600px;
	z-index: 9;
}

.sct-home-header .lf-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 60px);
	height: auto;
}

.sct-home-header .lf-section .overlay.top {
	z-index: 10;
}

.sct-home-header .rt-section {
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}

.sct-home-header .rt-section .asterisk-group {
	position: absolute;
	height: 50px;
	width: auto;
	bottom: -25px;
}

.sct-home-header .mn-tlt {
	font-size: 3rem;
	font-family: 'Satoshi-Regular';
	margin-bottom: 25px;
}

.sct-home-header .itm-tlt {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: 'Satoshi-Regular';
}

.sct-home-header .itm-tlt img {
	width: 18px;
	width: 18px;
	margin-right: 10px;
}

.sct-home-header .sm-txt {
	margin-top: 25px;
	font-size: 1.1rem;
}

.sct-home-channels .lf-section {
	position: relative;
	margin-top: -60px;
	padding-bottom: 50px;
}

.sct-home-channels .lf-section .content {
	padding-right: 50px;
}

.sct-home-channels .chl-blk {
	background: #ffffff;
	padding: 20px;
	position: relative;
}

.sct-home-channels .chl-blk .slct-cntry {
	padding: 0 15px;
	height: 60px;
	color: #2a2a2a;
	border-radius: 0px;
	border: 2px solid #2a2a2a;
	background-color: #ffffff;
	cursor: pointer;
	font-family: 'Satoshi-Black';
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.sct-home-channels .chl-blk .slct-cntry .opt-slct-cntry {
	padding-left: 20px;
}

.sct-home-channels .chl-blk .slct-cntry option {
	background-image: url('../img/flags/FR.png');
}

.chl-blk .item-act {
	position: absolute;
	right: 27px;
	top: 27px;
	background: #2a2a2a;
	color: #ffffff;
	height: 46px;
	width: 46px;
	padding: 10px;
	pointer-events: none;
}

.chl-blk .item-act img {
	width: 100%;
	height: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.chl-blk .flag-hld {
	position: absolute;
	top: 27px;
	right: 80px;
	width: 46px;
	height: auto;
}

.chl-blk .flag-hld img {
	width: 100%;
	height: auto;
}

.sct-home-channels .chl-blk .inner-ls {
	padding: 15px;
	height: 400px;
	background: #f5f4f2;
	color: #2a2a2a;
	overflow-y: auto;
}

.sct-home-channels .chl-blk .inner-ls .item-ls {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

.sct-home-channels .chl-blk .asterisk {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}


.sct-home-channels .rt-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 50px;
}

.sct-home-channels .rt-section .rt-tlt {
	font-family: 'Satoshi-Regular';
	margin-bottom: 25px;
}

.separator {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.separator .logo {
	padding: 5px;
	width: 60px;
	height: auto;
}

.separator .line {
	width: calc(50% - 25px);
	height: 4px;
	background-image: url('../img/rect-separator.png');
	background-position: 12px;
}

.sct-home-how {
	padding-top: 40px;
	padding-bottom: 40px;
}

.sct-home-how .sct-tlt {
	font-family: 'Satoshi-Regular';
	margin-bottom: 25px;
}

.step-blk {
	background: #ffffff;
	padding: 15px;
	padding-left: 45px;
	margin-left: 25px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: 10;
}

.step-blk .step-num {
	position: absolute;
	top: 0px;
	left: -30px;
	font-size: 7rem;
	font-family: 'Satoshi-Black';
	line-height: 1;
}

.step-blk .step-tlt {
	font-family: 'Satoshi-Medium';
	color: #404bc1;
	text-transform: uppercase;
}

.step-blk .step-txt {
	margin-bottom: 0px;
	flex: 1;
	font-weight: 400;
}

.sct-home-best {
	margin-top: -100px;
	padding-top: 110px;
	padding-bottom: 40px;
	background-color: #404bc1;
	color: #ffffff;
	position: relative;
	background-image: url('../img/graph.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-home-best .sct-tlt {
	font-family: 'Satoshi-Regular';
	margin-bottom: 25px;
}

.sct-home-best .sub-tlt {
	font-weight: 300;
	margin-bottom: 20px;
}

.sct-home-best .itm-tlt {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 300;
	margin-bottom: 20px;
}

.sct-home-best .itm-tlt img {
	width: 16px;
	width: 16px;
	margin-right: 8px;
}

.sct-home-best .btn-offer {
	margin-bottom: 20px;
}

.sct-home-best .grid-bg {
	position: absolute;
	bottom: -150px;
	right: -150px;
	z-index: 0;
	opacity: .2;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sct-home-best .scroll-down {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: -25px;
	padding: 8px;
	left: calc(50% - 25px);
	background: #ffffff;
}

.sct-home-best .scroll-down img {
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}



.sct-matchday {
	padding: 60px 0px;
	background-color: #171823;
	background-image: url('../img/matchday/bg.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
}

.sct-matchday .header {
	margin-bottom: 30px;
}

.sct-matchday .big-tlt {
	text-transform: uppercase;
	font-family: 'Satoshi-Black';
	font-size: 8rem;
	line-height: 1;
}

.sct-matchday .date {
	text-transform: uppercase;
}

.sct-matchday .match {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sct-matchday .dark-banner {
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	top: 25%;
	left: 0;
	height: 50%;
	width: 100%;
	z-index: 0;
}

.sct-matchday .match .txt {
	font-family: 'Satoshi-Black';
	font-size: 4rem;
	line-height: 1;
	margin: 0px 80px;
	z-index: 9;
}

.sct-matchday .match .team {
	height: 200px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.sct-matchday .match .team img {
	height: 100%;
	width: auto;
}

.sct-matchday .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 15px;
}

.sct-matchday .content .txt {
	max-width: 600px;
	text-align: center;
}

.sct-matchday .clock {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 15px;
}

.sct-matchday .clock .column {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.sct-matchday .clock .timer {
	font-size: 3rem;
	font-family: 'Satoshi-Medium';
	line-height: 1;
}

.sct-matchday .clock .text {
	font-family: 'Satoshi-Black';
	font-size: 12px;
}



.sct-reviews {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #404bc1;
	color: #ffffff;
	position: relative;
	background-image: url(../img/graph.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-reviews .over-quote {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -60px;
	left: 10%;
}

.sct-reviews .sub-tlt {
	margin-bottom: 0px;
	font-family: 'Satoshi-Medium';
}

.sct-reviews .mn-tlt {
	font-family: 'Satoshi-Regular';
}

.sct-reviews .txt {
	font-weight: 300;
}

.sct-reviews .content-ctx {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sct-reviews .score {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.sct-reviews .score .score-txt {
	margin-bottom: 0px;
	font-weight: 400;
}

.sct-reviews .score .score-logo {
	height: 50px;
	width: auto;
	margin-left: 15px;
}

.splide__slide {
	opacity: 1;
}

.splide__slide.is-visible {
	opacity: 1;
}

.trustpilot-card {
	background: #ffffff;
	color: #000000;
	padding: 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.trustpilot-card .rating {
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.trustpilot-card .stars {
	width: 150px;
}

.trustpilot-card .stars img {
	width: 25px;
	height: auto;
}

.trustpilot-card .time {
	font-size: 12px;
	margin: 0px;
	text-align: right;
	width: calc(100% - 150px);
}

.trustpilot-card .tlt {
	font-weight: 500;
	flex: 1;
}

.trustpilot-card .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 1rem;
	margin: 0px;
}

.trustpilot-card .ln-separator {
	background: #d9d9d9;
	width: 60px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.trustpilot-card .name {
	margin: 0px;
	font-family: 'Satoshi-Medium';
}


.sct-faq {
	padding-top: 40px;
	padding-bottom: 40px;
}

.sct-faq .sub-tlt {
	margin-bottom: 0px;
	font-family: 'Satoshi-Medium';
}

.sct-faq .mn-tlt {
	font-family: 'Satoshi-Regular';
}

.sct-faq .graphic {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
}

.faq-item {
	margin-bottom: 15px;
}

.faq-item .item-header {
	background-color: #ffffff;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.faq-item .item-header .ctx {
	width: calc(100% - 50px);
	padding-right: 15px;
}

.faq-item .item-header .item-tlt {
	font-weight: 500;
	margin-bottom: 0px;
}

.faq-item .item-header .item-act {
	background: #2a2a2a;
	color: #ffffff;
	height: 50px;
	width: 50px;
	padding: 10px;
}

.faq-item .item-header .item-act img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.faq-item .item-header:not(.collapsed) .item-act img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-item .faq-content {
	padding: 15px;
	padding-top: 0px;
	background: #ffffff;
}

.faq-item .faq-content .txt {
	margin: 0px;
	font-size: 1rem;
	font-weight: 400;
	color: #666666;
}

.sct-devices {
	padding-bottom: 40px;
}

.sct-devices .mn-tlt {
	font-family: 'Satoshi-Regular';
	text-align: center;
}

.sct-pre-footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #404bc1;
	color: #ffffff;
	background-image: url(../img/graph.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-pre-footer .mn-tlt {
	font-family: 'Satoshi-Regular';
	margin: 0px;
}

.sct-pre-footer .btn-holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

/* BUTTONS *********************************/
.btn-offer {
	/* width: 100%; */
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	font-size: 1.3rem;
	padding: 15px;
	border-radius: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
	line-height: 1;
}

.btn-offer.btn-pr {
	background: #404bc1;
	color: #ffffff;
}

.btn-offer.btn-yl {
	background: #f8b725;
	color: #2a2a2a;
}

.btn-offer .arrow {
	height: 44px;
	width: auto;
	margin-left: 15px;
}

.btn-offer .ctx-txt {
	display: flex;
	flex-direction: column;
	width: calc(100% - 44px);
}

.btn-offer:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.btn-offer.btn-pr:hover {
	background-color: #3943ad;
	color: #ffffff;
}

.btn-offer .sm-txt-btn {
	margin-top: 8px;
	font-size: .8rem;
}

.btn-offer.btn-pr .sm-txt-btn {
	color: #e1b5d9;
}

.btn-offer.btn-yl .sm-txt-btn {
	color: #675129;
}

/* Carousels ******************************************/
.channels-owl .logo-holder,
.devices-owl .logo-holder,
.leagues-owl .logo-holder {
	padding: 10px;
}

.channels-owl .logo-holder .logo-channel,
.devices-owl .logo-holder .logo-channel,
.leagues-owl .logo-holder .logo-league {
	width: 100%;
	height: auto;
}


/* Tutorials ******************************************/

.sct-tuto-ctx {
	padding: 20px 0px;
}

.sct-tuto-ctx .mn-tlt {
	color: #404bc1;
	font-family: 'Satoshi-Regular';
}

.tuto-card {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.tuto-card .device-header {
	background: #404bc1;
	background-image: url(../img/graph.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #ffffff;
}

.tuto-card .device-header .icon {
	width: 90px;
	height: 90px;
	margin-right: 15px;
}

.tuto-card .device-header .txt {
	font-family: 'Satoshi-Medium';
	margin: 0px;
}

.tuto-card .app-header {
	background: #ffffff;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	margin-top: 15px;
}

.tuto-card .app-header .icon {
	width: 70px;
	height: 70px;
	margin-right: 15px;
}

.tuto-card .app-header .ctx {
	width: calc(100% - 135px);
}

.tuto-card .app-header .txt {
	font-family: 'Satoshi-Regular';
	margin: 0px;
}

.tuto-card .app-header .item-act {
	background: #2a2a2a;
	color: #ffffff;
	height: 50px;
	width: 50px;
	padding: 10px;
}

.tuto-card .app-header .item-act img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.tuto-card .app-header:not(.collapsed) .item-act img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tuto-card .tuto-ctx {
	background: #ffffff;
	padding: 15px;
	padding-top: 0px;
	display: flex;
	flex-direction: column;
}

.tuto-card .tuto-ctx .mn-tlt {
	color: #404bc1;
	font-family: 'Satoshi-Regular';
}

.tuto-card .tuto-ctx .tuto-tlt {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.tuto-card .tuto-ctx .tuto-img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
	width: 700px;
}

.tuto-card .tuto-ctx .tuto-img.img-sm {
	width: 400px;
}

.tuto-card .tuto-ctx .access-code {
	padding: 15px;
	background: #fce2a7;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

.tuto-card .access-code img {
	max-width: 100%;
	height: auto;
	width: 700px;
	margin-bottom: 15px;
}

.tuto-card .access-code img.img-sm {
	width: 400px;
}

.tuto-card .access-code .acc-ls {
	margin-bottom: 5px;
}

.tuto-card .alert {
	border-radius: 0px;
}



/* Free Trial ******************************/
.trial-nav {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.trial-nav .logo {
	height: 40px;
	width: auto;
}

.trial-nav .ticket {
	position: absolute;
	left: calc(50% - 240px);
	width: 120px;
	height: auto;
	z-index: 10;
}

.sct-free-trial {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #ffffff;
	background-image: url(../img/graph-b.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.sct-free-trial .logo-icon {
	position: absolute;
	width: 60px;
	height: auto;
	bottom: -26px;
	left: calc(50% - 30px);
	display: none;
	visibility: hidden;
}

.sct-free-trial .graphic-holder {
	text-align: center;
}

.sct-free-trial .graphic {
	width: 100%;
	height: auto;
}

.sct-free-trial .mn-tlt {
	font-size: 3rem;
	font-family: 'Satoshi-Regular';
	margin: 0px;
}

.sct-free-trial .num-ctx {
	display: flex;
	font-family: 'Satoshi-Regular';
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}

.sct-free-trial .num-ctx .num {
	font-size: 8rem;
	line-height: 1;
	margin: 0px;
	margin-right: 15px;
}

.sct-free-trial .num-ctx .num-tlt {
	font-size: 3rem;
	font-family: 'Satoshi-Regular';
	margin: 0px;
}

.sct-free-trial .num-ctx .num-tlt strong {
	font-family: 'Satoshi-Black';
}

.sct-free-trial .itm-tlt {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: 'Satoshi-Regular';
}

.sct-free-trial .itm-tlt img {
	width: 18px;
	width: 18px;
	margin-right: 10px;
}

.sct-free-trial .sm-txt {
	margin-top: 25px;
	font-size: 1.1rem;
}

.sct-free-trial .ipt-trial {
	margin-bottom: 15px;
}

.ipt-trial {
	width: 100%;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 70px;
	padding-left: 3px;
	padding-right: 3px;
}

.ipt-trial.ipt-pr {
	border-color: #404bc1;
}

.ipt-trial.ipt-yl {
	border-color: #f8b725;
}

.ipt-trial .form-group {
	margin: 0px;
	width: calc(100% - 65px);
}

.ipt-trial .form-group .form-control {
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	border: none;
	background: #ffffff;
	padding: 0.75rem 0.75rem;
	height: auto;
	font-size: 1.3rem;
}

.ipt-trial .form-group .form-control::placeholder {
	color: #999999;
}

.ipt-trial .form-group .form-control:focus,
.ipt-trial .form-group .custom-select:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.ipt-trial .btn-send {
	width: auto;
	height: 60px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	border: 0px;
	padding: 0px 15px;
	padding-right: 10px;
}

.ipt-trial.ipt-pr .btn-send {
	background-color: #404bc1;
}

.ipt-trial.ipt-yl .btn-send {
	background-color: #f8b725;
}

.ipt-trial .btn-send .arrow {
	margin-left: 10px;
	width: 34px;
	height: 34px;
}

.ipt-trial .btn-send .txt {
	color: #ffffff;
	margin: 0px;
	text-transform: uppercase;
}

.sct-home-channels.free-trial .lf-section {
	margin-top: 0px;
}

.sct-home-channels.free-trial .lf-section .content {
	padding-right: 0px;
}

.sct-home-channels.free-trial {
	padding-top: 40px;
	padding-bottom: 40px;
}

.sct-home-channels.free-trial .rt-section {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sct-home-channels.free-trial .show-panel {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}



/* Leagues *******************************/
.sct-leagues {
	padding: 60px 0px;
	background-color: #171823;
	background-image: url('../img/matchday/bg.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
}

.sct-leagues .header {
	margin-bottom: 30px;
}

.sct-leagues .big-tlt {
	text-transform: uppercase;
	font-family: 'Satoshi-Black';
	font-size: 8rem;
	line-height: 1;
}

.sct-leagues .date {
	text-transform: uppercase;
}

.sct-leagues .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 15px;
}

.sct-leagues .content .txt {
	max-width: 600px;
	text-align: center;
}


/**********************************************/
.card-clock {
	text-align: center;
}

.card-clock .clock {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 15px;
}

.card-clock .clock .column {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.card-clock .clock .timer {
	font-size: 3rem;
	font-family: 'Satoshi-Medium';
	line-height: 1;
}

.card-clock .clock .text {
	font-family: 'Satoshi-Black';
	font-size: 12px;
}

/* loader *********************************************/
.loader-overlay {
	position: absolute;
	z-index: 9999;
	top: 0px;
	bottom: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader-overlay .loader {
	width: 88px;
	height: 88px;
	border: 4px dotted #ffffff;
	border-style: solid solid dotted dotted;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 2s linear infinite;
}

.loader-overlay .loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 4px dotted #f8b725;
	border-style: solid solid dotted;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	animation: rotationBack 1s linear infinite;
	transform-origin: center center;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.payment-card .btn-pypl {
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	padding: 0.75rem 0.75rem;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #1a3257;
	background: #ffc439;
}

.payment-card .btn-pypl img {
	height: 40px;
	width: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding-left: 10px;
}

.payment-card .btn-pypl:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

/**********************************************/
.auto-h {
	height: auto;
}

.payment-card .card-tlt {
	color: #404bc1;
}

.option-card.auto-h .content .card-tlt {
	margin-bottom: 0px;
}

.hide {
	display: none !important;
}

.payment-card .secure-img {
	width: 100%;
	height: auto;
}

.sct-form-ckt {
	min-height: calc(100vh - 180px);
}

.invoice-card .code-details {
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
}

.invoice-card .code-details .detail-tlt {
	margin-bottom: 5px;
}

.invoice-card .code-details .detail-txt {
	margin: 0px;
}

.brk {
	word-break: break-word;
}

.img-offre-limitee {
	text-align: center;
	width: 100%;
	max-width: 445px;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
}


/**********************************************/
.info-panel {
	display: flex;
	flex-direction: row;
	padding: 15px;
	margin-bottom: 15px;
	background: #eff8fd;
}

.info-panel .info-icon {
	width: 70px;
	height: 70px;
}

.info-panel .info-text {
	width: calc(100% - 70px);
	padding-left: 10px;
	color: #3779ad;
}

.info-panel .info-text .tlt {
	color: #3779ad;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	margin-bottom: 5px;
}

.info-panel .info-text .txt {
	margin: 0px;
}

/**********************************************/
.card-referral {
	text-align: center;
}

.card-referral .ref-img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.invoice-card .tlt-ref {
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
	color: #404bc1;
	margin-bottom: 0px;
	font-family: 'Satoshi-Black';
}

.invoice-card .txt-ref {
	text-align: center;
}

.invoice-card .ref-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.invoice-card .ref-actions .img-socials {
	margin-top: 15px;
	height: 30px;
	width: auto;
}

.ipt-ref {
	width: 50%;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 70px;
}

.ipt-ref.ipt-pr {
	border-color: #404bc1;
}

.ipt-ref.ipt-yl {
	border-color: #f8b725;
}

.ipt-ref .form-group {
	margin: 0px;
	width: calc(100% - 95px);
}

.ipt-ref .form-group .form-control {
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	border: none;
	background: #ffffff;
	padding: 0.75rem 0.75rem;
	height: auto;
	font-size: 1.3rem;
	pointer-events: none;
}

.ipt-ref .form-group .form-control::placeholder {
	color: #999999;
}

.ipt-ref .form-group .form-control:focus,
.ipt-ref .form-group .custom-select:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.ipt-ref .btn-copy {
	width: 90px;
	height: 60px;
	color: #ffffff;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	padding: 0px;
	border: 0px;
	background-color: #404bc1;
	cursor: pointer;
}

.message-modal {
	text-align: center;
}

.message-modal .modal-content {
	border-radius: 0px;
}

.message-modal .icon {
	margin-bottom: 15px;
}

.message-modal .btn-close {
	text-transform: uppercase;
	background: #404bc1;
	color: #ffffff;
	border-radius: 0px;
}

.ipt-actions {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

.btn-ipt-act {
	width: auto;
	height: 60px;
	background-color: #ffffff;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	padding: 0px 15px;
	padding-right: 10px;
	border: 0px;
}

.btn-ipt-act .txt {
	color: #ffffff;
	margin: 0px;
	/* text-transform: uppercase; */
}

.btn-ipt-act .icon {
	margin-left: 10px;
	width: 34px;
	height: 34px;
}

.btn-ipt-act.resend {
	background-color: #6ca337;
}

.btn-ipt-act.resend:hover {
	background-color: #548624;
}

.btn-ipt-act.change {
	flex: 1;
	background-color: #646c77;
}

.btn-ipt-act.change:hover {
	background-color: #414852;
}

.hideBlock {
	display: none;
	visibility: hidden;
}

.warn-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	margin-bottom: 15px;
	background: #f8f3d6;
}

.warn-panel .tlt {
	color: #8a703f;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	margin-bottom: 5px;
}

.warn-panel .txt {
	color: #8a703f;
}

.warn-panel .warn-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
}

.warn-panel .btn-warn {
	border: 2px solid #8a703f;
	border-radius: 0px;
	background-color: #8a703f;
	color: #ffffff;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	padding: 10px;
	padding-left: 25px;
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.warn-panel .btn-warn .icon {
	background: #8a703f;
	color: #ffffff;
	height: 50px;
	width: 50px;
	padding: 10px;
	margin-left: 25px;
}

.warn-panel .btn-warn:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

/* trial-var **********************/

.sct-trial-var {
	height: 100vh;
	overflow: hidden;
	padding: 30px;
	background-color: #404bc1;
	background-image: url('../img/bg-trial-code.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sct-trial-var .container {
	height: 100%;
}

.sct-trial-var .row-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.sct-trial-var .row-content .logo-panel {
	display: flex;
}

.sct-trial-var .logo-link .logo {
	height: 40px;
	width: auto;
}

.sct-trial-var .row-content .form-ctx {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	text-align: center;
	padding-top: 8vh;
	width: 65%;
	height: 100%;
}

.icon img {
	width: 80px;
	height: auto;
	margin-bottom: 15px;
}

.sct-trial-var .row-content .s-part {
	background-color: #ffffff;
	padding: 20px;
}

.sct-trial-var .page-tlt {
	color: #ffffff;
	font-family: 'Satoshi-Black';
}

.sct-trial-var .tlt {
	color: #404bc1;
	font-family: 'Satoshi-Black';
}

.sct-trial-var .form-group,
.sct-trial-var .alert {
	width: 100%;
}

.sct-trial-var .ill-trial-var {
	width: 80%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.sct-trial-var .form-group .form-control {
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	border: 2px solid #c2c2c2;
	background: #f6f7f9;
	padding: 0.75rem 0.75rem;
	height: auto;
}

.sct-trial-var .form-group .form-control::placeholder {
	color: #999999;
}

.sct-trial-var .form-group .form-control:focus,
.sct-trial-var .form-group .custom-select:focus {
	outline: none;
	border: 2px solid #2a2a2a;
	box-shadow: none;
}

.sct-trial-var .form-group .invalid-text {
	margin-top: 0.25rem;
	font-size: 80%;
	font-family: 'Roboto', sans-serif;
	color: #e64a58;
}

.sct-trial-var .btn-trial-var {
	background-color: #404bc1;
	color: #ffffff;
	border-radius: 0px;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
	padding: 0.75rem 2.75rem;
	margin-bottom: 15px;
}

.sct-trial-var .btn-trial-var:hover {
	background-color: #3943ad;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.sct-trial-var .code-panel {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: auto;
}

.sct-trial-var .code-panel .form-control {
	text-align: center;
	width: 80%;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

.sct-trial-var .code-panel input::-webkit-outer-spin-button,
.sct-trial-var .code-panel input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.sct-trial-var .code-panel input[type=number] {
	-moz-appearance: textfield;
}

.sct-trial-var .trial-var-link {
	color: #404bc1;
	cursor: pointer;
	font-family: 'Satoshi-Black';
	position: relative;
}

.sct-trial-var .trial-var-link:hover {
	color: #3943ad;
	text-decoration: none;
}

.sct-trial-var .trial-var-link::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #404bc1;
}

.sct-trial-var .trial-var-link:hover::before {
	width: 100%;
}

/* Trial V2 *****************************************/
.trial-panel {
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #404bc1;
	background-image: url('../img/bg-trial-code.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}
.trial-panel-row {
	position: relative;
}
.trial-panel-row .star-01 {
	position: absolute;
	left: -50px;
	width: 100px;
	height: auto;
	top: 50%;
	z-index: 10;
}
.trial-panel-row .star-02 {
	position: absolute;
	width: 140px;
	height: auto;
	right: -60px;
	top: 0px;
	z-index: 10;
}
.trial-panel .logo {
	height: 40px;
	width: auto;
	margin-bottom: 50px;
}
.trial-panel .mn-tlt {
	font-family: 'Satoshi-Regular';
}
.trial-panel .check-ls {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
}
.trial-panel .check-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0px 10px;
	margin-bottom: 15px;
}
.trial-panel .check-item img {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}
.trial-panel .txt {
	font-family: 'Satoshi-Regular';
}
.trial-panel .trial-input {
	margin: auto;
	width: 60%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}
.trial-panel .trial-input .form-group {
	flex: 1;
	margin: 0px;
}
.trial-panel .trial-input .form-control {
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	border: none;
	background: #ffffff;
	padding: 0rem 1rem;
	height: 70px;
	font-size: 1.3rem;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.trial-input .btn-get {
	height: 70px;
	background-color: #f8b725;
	color: #2a2a2a;
	border-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: 'Satoshi-Black';
	padding: 0px 25px;
	border: 4px solid #ffffff;
}
.trial-panel .trial-input .btn-get img {
	height: 20px;
	width: auto;
	margin-left: 6px;
}
.trial-panel .trial-input .btn-get:hover {
	background-color: #e2a51b;
}
.trial-panel .input-actions {
	margin: auto;
	width: 60%;
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}
.trial-panel .input-actions .btn {
	border: 4px solid #ffffff;
	font-family: 'Satoshi-Regular';
	font-size: 1.5rem;
}
.trial-panel .input-actions .btn:hover {
	color: #ffffff;
}
.trial-panel .input-actions .btn.resend {
	width: 40%;
	border-right: 0px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.trial-panel .input-actions .btn.change {
	border-left: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.hideBlock {
	display: none !important;;
	visibility: hidden;
}
.trial-panel .alert-danger {
	text-align: left;
	background-color: #e7404a;
	color: #ffffff;
	font-size: 1rem;
	border-radius: 25px;
	border: 2px solid #ffffff;
	width: 60%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tv-section {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tv-section .leagues-list {
	margin-top: 50px;
	margin-bottom: 50px;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	z-index: 10;
}
.tv-section .leagues-owl .logo-holder .logo-league {
	border-radius: 25px;
	border: 10px solid #ffffff;
}
.tv-section .tv-layers {
	position: relative;
	z-index: 12;
	width: 750px;
	max-width: 100%;
	height: auto;
	margin-top: -100px;
}
.tv-section .tv-layers .tv-blank {
	width: 100%;
	height: auto;
}
.tv-section .tv-layers .tv-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 10;
}
.tv-section .tv-layers .tv-owl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 10;
}
.tv-section .text-content {
	width: 750px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	padding: 0px 15px;
}
.tv-section .text-content .tlt {
	flex: 1;
	text-align: right;
}
.tv-section .text-content .tlt strong {
	text-transform: uppercase;
	color: #404bc1;
}
.tv-section .text-content .icon-side {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.tv-section .text-content .icon {
	width: 80px;
	height: 80px;
}
.tv-section .text-content .ctx-tlt {
	font-family: 'Satoshi-Black';
	color: #404bc1;
	margin-bottom: 0px;
}
.tv-section .text-content .ctx-txt {
	margin-bottom: 0px;
}
.tv-section .channels-list {
	width: 100%;
}
.pros-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pros-section .pros-img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: auto;
}
.pros-section .mn-tlt {
	font-family: 'Satoshi-Black';
}
.pros-section .check-ls {
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
}
.pros-section .check-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.pros-section .check-item img {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}
.how-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.how-section .mn-tlt {
	font-family: 'Satoshi-Black';
	margin-bottom: 30px;
}
.how-section .how-step {
	position: relative;
	background-color: #ffffff;
	border-radius: 25px;
	padding: 20px;
	height: 100%;
}
.how-section .how-step .num {
	position: absolute;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	font-family: 'Satoshi-Black';
	font-size: 2.5rem;
	border: 4px solid #eeeeee;
	color: #ffffff;
	background: #404bc1;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -20px;
	left: 30px;
}
.how-section .how-step .tlt {
	padding-left: 100px;
	font-family: 'Satoshi-Black';
	color: #404bc1;
}
.how-section .how-step .txt {
	font-size: 1.1rem;
	margin: 0px;
}
.mov-section {
	background-image: url('../img/graph.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mov-section .tlt-section {
	background: #eeeeee;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}
.mov-section .mn-tlt {
	font-family: 'Satoshi-Black';
}
.mov-section .mov-panel {
	padding-bottom: 30px;
	position: relative;
}
.mov-section .mov-panel .popcorn-01 {
	position: absolute;
	z-index: 10;
	left: 10px;
	top: -80px;
	filter: drop-shadow(5px 30px 40px #000000);
}
.mov-section .mov-panel .popcorn-02 {
	position: absolute;
	z-index: 10;
	right: 10px;
	bottom: 60px;
	filter: drop-shadow(5px 30px 40px #000000);
}
.mov-section .mov-panel .mov-list {
	margin-top: -80px;
	margin-bottom: 15px;
}
.mov-owl .mov-holder {
	padding: 0px;
}
.mov-owl .mov-holder .mov-poster {
	width: 100%;
	height: auto;
	border-radius: 25px;
}
.mov-section .text-content {
	width: 750px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 0px 15px;
	color: #ffffff;
}
.mov-section .text-content .tlt {
	flex: 1;
	text-align: right;
}
.mov-section .text-content .tlt strong {
	text-transform: uppercase;
	color: #e2a51b;
}
.mov-section .text-content .icon-side {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.mov-section .text-content .icon {
	width: 80px;
	height: 80px;
}
.mov-section .text-content .ctx-tlt {
	font-family: 'Satoshi-Black';
	color: #e2a51b;
	margin-bottom: 0px;
}
.mov-section .text-content .ctx-txt {
	margin-bottom: 0px;
}
.device-section {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.device-section .mn-tlt {
	font-family: 'Satoshi-Black';
	margin-bottom: 30px;
}
.trial-ftr {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-color: #404bc1;
	color: #ffffff;
	background-image: url('../img/graph.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.trial-ftr .mn-tlt {
	margin-bottom: 30px;
}
.trial-ftr .btn-top {
	background-color: #f8b725;
	color: #2a2a2a;
	border-radius: 25px;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: 'Satoshi-Black';
	padding: 15px 25px;
}
.trial-end {
	background-color: #2a2a2a;
	padding: 30px;
	text-align: center;
}
.trial-end .logo {
	height: 40px;
	width: auto;
	margin: auto;
}

/*****************************/
.price-row {
	align-items: center;
	margin-bottom: 15px;
	margin-top: -50px;
}
.price-row .txt-side {
	text-align: right;
}
.price-row .img-side {
	text-align: center;
}
.price-row .price-tag {
	width: 100%;
	height: auto;
	max-width: 450px;
	margin: auto;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}
