html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #042F60;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    overflow-x: hidden;
    padding-top: 56px;
}

.terms-page__global-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    background-color: #010c18;
    display: flex;
justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

.global-header__action-button {
    background: rgb(9, 83, 159);
    background: linear-gradient(360deg, rgba(9, 83, 159, 1) 0%, rgba(23, 175, 255, 1) 100%);
    border-radius: 46px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    box-shadow: 0 0 14px rgb(9, 83, 159);
    border: 0;
    padding: 10px 20px;
    color: #fff;
    line-height: 38px;
    position: relative;
text-transform: uppercase;
text-decoration: none;
}

.terms-page__global-header--action a{
    background: rgb(9, 83, 159);
    background: linear-gradient(360deg, rgba(9, 83, 159, 1) 0%, rgba(23, 175, 255, 1) 100%);
    border-radius: 46px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    box-shadow: 0 0 14px rgb(9, 83, 159);
    border: 0;
    padding: 10px 20px;
    color: #fff;
    line-height: 38px;
    position: relative;
text-transform: uppercase;
text-decoration: none;
}

.terms-page__global-header--logo img {
    width: 150px;
}

body.allow-push {
    padding: 0 !important;
}

.crisp-client {
    display: none;
}

/*Global*/

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #FF4343;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    outline: none;
}

a:hover {
    color: #00B0AA;
    text-decoration: none;
}

p {}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

.green-text {
    color: #fff !important;
}

.btn {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    padding: 10px 25px;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25);
    border-radius: 8px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(360deg, rgba(237, 21, 21, 1) 0%, rgba(255, 100, 100, 1) 100%);
    box-shadow: 0 0 14px rgba(237, 21, 21, 1);
    border-radius: 38px !important;
    overflow: hidden;
    position: relative;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 360%;
    z-index: 0;
    opacity: 0.7;
    transition: opacity 1s;
    transform: rotate(180deg);
}

.btn:hover:before {
    animation: light1 1s infinite;
    opacity: 1;
}

.btn:after {
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 38px;
    border-style: solid;
    border-width: 2px;
    mask-image: conic-gradient(from 0.76turn, rgba(255, 255, 255, 0.3), rgb(255, 255, 255) 0.01turn, rgba(255, 255, 255, 0.4) 0.03turn, rgba(255, 255, 255, 0.4) 0.41turn, rgba(255, 255, 255, 0.4) 0.45turn, rgba(255, 255, 255, 0.4) 0.46turn, rgb(255, 255, 255) 0.47turn, rgba(255, 255, 255, 0.3) 0.48turn, rgba(255, 255, 255, 0.3));
    border-image-slice: 1 fill;
}

.btn.btn-lg {
    padding: 20px;
    font-size: 28px;
    line-height: 34px;
}

.btn.btn-primary {
    max-width: 804px;
    color: #fff;
    border-radius: 0;
}

.has-animation {
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.btn.not-logged {
    display: none;
}

.logged .btn.not-logged {
    display: inline-block;
}

.logged .btn.login-form {
    display: none;
}

.sys-btn {
    background-color: #5C299C;
    padding: 0 9px;
    font-size: 14px;
    color: #56EB7C;
    line-height: 32px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.sys-btn i {
    font-family: 'ProductIconsFont';
    font-size: 28px;
    text-transform: none;
    font-style: normal;
}

#icon_promotions {
    margin: -7px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#icon_promotions::before {
    content: "q";
}

/* Header */

#header {
    height: 56px;
    padding: 10px 15px;
    display: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    position: relative;
}

#header:after {
    content: '';
    display: block;
    clear: both;
}

body.allow-push #header {
    top: auto !important;
    margin: 40px 0 0;
}

.has-header #header {
    display: block;
}

#header #logo {
    max-width: 120px;
    margin: 0 10px 0 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}

#navigation {
    display: inline-block;
    vertical-align: middle;
}

#navigation button {
    background: transparent;
    padding: 9px 0;
    border: none;
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 1;
}

#navigation button span {
    background: #fff;
    width: 26px;
    height: 3px;
    padding: 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#navigation.open button span {
    background: transparent;
}

#navigation button span:before {
    content: '';
    background: #fff;
    width: 26px;
    height: 3px;
    margin: 0 0 3px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#navigation.open button span:before {
    -webkit-transform: rotate(45deg) translateX(4px) translateY(8px);
    -moz-transform: rotate(45deg) translateX(4px) translateY(8px);
    transform: rotate(45deg) translateX(4px) translateY(8px);
}

#navigation button span:after {
    content: '';
    background: #fff;
    width: 26px;
    height: 3px;
    margin: 3px 0 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#navigation.open button span:after {
    -webkit-transform: rotate(-45deg) translateX(0px) translateY(-4px);
    -moz-transform: rotate(-45deg) translateX(0px) translateY(-4px);
    transform: rotate(-45deg) translateX(0px) translateY(-4px);
}

#nav-box {
    background: #441E73;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 90%;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.open #nav-box {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#nav-box .cw_mob_sidebar {
    max-width: none;
}

#nav-box>div>div {
    display: inline-block;
    vertical-align: middle;
}

#nav-box a {
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

#nav-box a i {
    width: 34px;
    height: 34px;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
}

#nav-box a .cw_mob_separator_aside {
    display: none;
}

#nav-box .cw_mob_sidebar>.cw_mob_sidebar_block:first-child {
    display: none;
}

#nav-box aside>*:not(.cw_mob_sidebar_block) {
    display: none;
}

#bp-camp {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Content */
.banner-box {
	position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0 -15px;
    color: #fff;
    max-height: 360px;
    height: 100%;
    min-height: 360px;
}

.banner-box .text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0;
    display: grid;
    grid-template-columns: 60% auto;
    align-content: center;
    align-items: center;
    min-height: 360px;
    max-width: 1400px;
}

.banner-box h1 {
    margin: 0 0 20px;
    font-size: 3.8vh;
    line-height: 4vh;
    text-transform: uppercase;
}

#page-content {
    padding: 40px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.page-text {
    padding: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 65% auto;
    max-width: 1400px;
}

.page-text.page-text-no-counter {
    width: 100%;
    grid-template-columns: 100%;
}

.page-text.page-text-no-counter .text-intro ol {
    padding: 0;
    column-gap: 120px;
}

.page-text.page-text-no-counter #intro-text {
    border: 0;
}

.page-text .text-intro {
    margin: 0 0 30px 0;
    border-right: 1px solid #00418A;
}

#page-content h2 {
    margin: 0 0 40px;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
}

.page-text .text-intro h2 strong {
    font-weight: 400;
    color: #56eb7c;
}

.page-text .text-intro ol {
    list-style: none;
    counter-reset: item;
    display: grid;
    column-gap: 40px;
    grid-template-columns: 30% 30% 30%;
    padding: 0 40px 0 0;
    width: 100%;
}

.page-text .text-intro ol li {
    counter-increment: item;
    font-family: "Montserrat", sans-serif;
    min-height: 100px;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    position: relative;
}

.page-text .text-intro ol li:before {
    content: counter(item);
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    background: #fff;
    width: 60px;
    height: 60px;
    font-size: 42px;
    color: #042F60;
    line-height: 56px;
    text-align: center;
    font-weight: 900;
    display: block;
    margin: 0 0 20px;
}

.page-text .text-intro ol li p {
    margin: 0;
}

.page-text .text-intro ol li p strong {
    font-size: 24px;
    color: #FF4343;
    display: block;
}

table {
    width: 100%;
    margin: 0 0 20px;
    table-layout: fixed;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 0;
}

table thead tr th {
    background: #042F60;
    padding: 14px 10px;
    font-size: 18px;
    color: #D0D0D0;
    font-weight: 700;
    border-right: 1px solid #0E437E;
    border-bottom: 1px solid #042F60;
}

table thead tr th:last-child {
    border-right: none;
}

table tbody tr td {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    padding: 14px 10px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 900;
    border-right: 1px solid #042F60;
    border-bottom: 1px solid #042F60;
}

table tbody tr td:last-child {
    border-right: none;
}

table tbody tr:last-child td {
    border-bottom: none;
}

table tbody tr td strong {
    color: #FF4343;
    font-weight: 900;
}

.accordion {
    background: #00418A;
}

.accordion .accordion-item {
    background: transparent;
    border: none;
    max-width: 1400px;
}

.accordion .accordion-item .accordion-header {
    margin: 0 !important;
}

.accordion .accordion-item .accordion-header button {
    --bs-accordion-bg: #00418A;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    border: none;
    box-shadow: none;
    background: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

.accordion .accordion-item .accordion-header button:after {
    content: '\F282';
    font-family: 'bootstrap-icons';
    background: none;
    width: 26px;
    height: 26px;
    background: none !important;
    font-size: 26px;
    color: #fff;
    line-height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.accordion .accordion-item .accordion-header button.collapsed:after {
    top: 24px;
}

.accordion .accordion-item .accordion-body {
    color: #fff;
}

.accordion .text>* {
    margin: 0 0 20px;
}

.accordion ol {
    list-style-type: decimal;
    counter-reset: item;
}

.accordion ol li {
    counter-increment: item;
}

.accordion ol li strong {
    display: block;
}

.accordion ol li:before {
    content: counters(item, ".") ".";
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 0 10px 0 0;
    position: absolute;
    top: 15px;
    left: 10px;
}

.accordion ol li>ol {
    padding: 0;
    list-style-type: none;
}

.accordion ol li>ol li strong {
    display: inline-block;
}

.accordion ul {}

.accordion ol li {
    padding: 15px 0 15px 40px;
    position: relative;
    border-bottom: 1px solid #042F60;
}

.accordion ol li ol li {
    border-bottom: 0;
    padding: 10px 0 0 20px;
}

.accordion ol li ol li:before {
    content: '';
    background: #fff;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 22px;
    left: 5px;
}

.accordion ol li ol li strong {
    color: #fff;
    font-weight: 700;
    margin: 0 5px 0 0;
}

.accordion ul li>ul {
    padding: 0 0 0 20px;
}

.right-col {
    padding: 0 0 0 40px;
}

#counter-container {
    margin: 0 0 30px;
    padding: 20px 15px;
    background: #0E437E;
    display: grid;
    grid-template-columns: 40% auto;
}

.page-text .countdown-box {
    width: 100%;
    min-height: 130px;
    display: inline-block;
    vertical-align: top;
}

.page-text .countdown-box:nth-child(1) {
    border-right: 1px solid #042F60;
}

.page-text .countdown-box:nth-child(2) {
    padding: 0 0 0 20px;
}

.page-text .countdown-box>p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #D9D9D9;
    font-weight: 900;
    text-transform: uppercase;
}

.page-text .countdown-box .countdown-timer {
    display: flex;
    height: 100%;
    max-height: 100px;
    align-items: center;
}

.page-text .countdown-box .countdown-timer span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    width: 46px;
    margin: 0 10px;
    padding: 6px 0;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.page-text .countdown-box .countdown-timer span:nth-child(1) {
    margin: 0;
}

.page-text .countdown-box .countdown-timer span.purple-box {
    background: #042F60;
}

.page-text .countdown-box .countdown-timer span.purple-box:after {
    content: ':';
    font-size: 28px;
    color: #AAAAAA;
    margin: 0 0 0 6px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.page-text .countdown-box .countdown-timer span:last-child:after {
    display: none;
}

.page-text .countdown-box .countdown-timer span strong {
    font-size: 10px;
    color: #D9D9D9;
    line-height: 12px;
    display: block;
}

.page-text .countdown-box .countdown-title {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 16px;
}

.page-text .countdown-box .countdown-title+div {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #FF4343;
    font-weight: 900;
    white-space: nowrap;
    position: relative;
}

.page-text .countdown-box .countdown-title+div.countdown-timer-end:before {
    content: '';
    width: 1px;
    height: 48px;
    margin: -14px 0 0;
    position: absolute;
    top: 0;
    left: -15px;
}

#login-register-box {}

#login-register-box .modal-content {
    background: #042f60;
    max-width: 388px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

#login-register-box .modal-content:before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 28px;
    border-style: solid;
    border-width: 2px;
    mask-image: conic-gradient(from 0.76turn, rgba(255, 255, 255, 0.3), rgb(255, 255, 255) 0.01turn, rgba(255, 255, 255, 0.4) 0.03turn, rgba(255, 255, 255, 0.4) 0.41turn, rgba(255, 255, 255, 0.4) 0.45turn, rgba(255, 255, 255, 0.4) 0.46turn, rgb(255, 255, 255) 0.47turn, rgba(255, 255, 255, 0.3) 0.48turn, rgba(255, 255, 255, 0.3));
    border-image-slice: 1 fill;
}

#login-register-box .modal-content .modal-header {
    background: #003f86;
    border: none;
}

#login-register-box .modal-content .modal-header h3 {
    font-family: "Montserrat", sans-serif;
}

#login-register-box .modal-content .modal-header .btn-close {
    background: none;
    position: relative;
}

#login-register-box .modal-content .modal-header .btn-close:before {
    content: '\F659';
    font-family: 'bootstrap-icons';
    width: 26px;
    height: 26px;
    margin: -7px 0 0 -13px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#login-register-box .modal-content .modal-body {
    padding: 32px 40px;
    background: #0A152E;
    margin: 2px;
}

#login-register-box .modal-content .modal-body .nav-tabs {
    margin: 0 0 20px;
    border: none;
    display: block;
    text-align: center;
}

#login-register-box .modal-content .modal-body .nav-tabs li {
    display: inline-block;
    vertical-align: middle;
}

#login-register-box .modal-content .modal-body .nav-tabs li button {
    padding: 3px 25px;
    color: #fff;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

#login-register-box .modal-content .modal-body .nav-tabs li #login-tab {
    background: linear-gradient(360deg, rgba(237, 21, 21, 1) 0%, rgba(255, 100, 100, 1) 100%);
    box-shadow: 0 0 14px rgba(237, 21, 21, 1);
    border: 0;
    border-radius: 46px;
    font-size: 12px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    overflow: hidden;
    position: relative;
}

#login-register-box .modal-content .modal-body .nav-tabs li #login-tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 360%;
    z-index: 0;
    opacity: 0.7;
    transition: opacity 1s;
    transform: rotate(180deg);
}

#login-register-box .modal-content .modal-body .nav-tabs li #login-tab:hover:before {
    animation: light1 1s infinite;
    opacity: 1;
}

#login-register-box .modal-content .modal-body .nav-tabs li #login-tab:after {
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 28px;
    border-style: solid;
    border-width: 2px;
    mask-image: conic-gradient(from 0.76turn, rgba(255, 255, 255, 0.3), rgb(255, 255, 255) 0.01turn, rgba(255, 255, 255, 0.4) 0.03turn, rgba(255, 255, 255, 0.4) 0.41turn, rgba(255, 255, 255, 0.4) 0.45turn, rgba(255, 255, 255, 0.4) 0.46turn, rgb(255, 255, 255) 0.47turn, rgba(255, 255, 255, 0.3) 0.48turn, rgba(255, 255, 255, 0.3));
    border-image-slice: 1 fill;
}

#login-register-box .modal-content .modal-body .nav-tabs li #register-tab {
    background: linear-gradient(360deg, rgba(9, 83, 159, 1) 0%, rgba(23, 175, 255, 1) 100%);
    border-radius: 46px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    box-shadow: 0 0 14px rgb(9, 83, 159);
    border: 0;
    padding: 0 15px;
    color: #fff;
    line-height: 38px;
    position: relative;
}

#login-register-box .modal-content .modal-body .nav-tabs li #register-tab:after {
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 28px;
    border-style: solid;
    border-width: 2px;
    mask-image: conic-gradient(from 0.76turn, rgba(255, 255, 255, 0.3), rgb(255, 255, 255) 0.01turn, rgba(255, 255, 255, 0.4) 0.03turn, rgba(255, 255, 255, 0.4) 0.41turn, rgba(255, 255, 255, 0.4) 0.45turn, rgba(255, 255, 255, 0.4) 0.46turn, rgb(255, 255, 255) 0.47turn, rgba(255, 255, 255, 0.3) 0.48turn, rgba(255, 255, 255, 0.3));
    border-image-slice: 1 fill;
}

#login-register-box .modal-content .modal-body form .tl_head_text,
#login-register-box .modal-content .modal-body .heading,
#login-register-box .modal-content .modal-body .sidebar_login-header,
#login-register-box .modal-content .modal-body .login_captcha_block,
#login-register-box .modal-content .modal-body .dis_none {
    display: none !important;
}

#login-register-box .modal-content .modal-body form .form-group,
#login-register-box .modal-content .modal-body form .reg_prof__element_row,
#login-register-box .modal-content .modal-body form .PlatformLoginPassContainer {
    margin: 0 0 10px;
}

#login-register-box .modal-content .modal-body form .form-group .form-group-label {}

#login-register-box .modal-content .modal-body form .form-group .form-group-label label,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__row_title label {
    font-size: 14px;
    color: #C4C4C4;
}

#login-register-box .modal-content .modal-body form .form-group .form-group-label label+span,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__row_title label+span {
    color: #f00;
}

#login-register-box .modal-content .modal-body form .form-group input,
#login-register-box .modal-content .modal-body form .reg_prof__element_row input,
#login-register-box .modal-content .modal-body form .r_login__row input {
    background: #fff;
    width: 100%;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
    border: none;
    border-radius: 16px;
    border: 1px solid #54A4FF;
    border-bottom-color: rgb(84, 164, 255);
    background: #002652;
    color: #fff;
}

#login-register-box .modal-content .modal-body form .form-group input.input-validation-error,
#login-register-box .modal-content .modal-body form .reg_prof__element_row input.input-validation-error {
    border-bottom: 1px solid #f00;
}

#login-register-box .modal-content .modal-body form .form-group select,
#login-register-box .modal-content .modal-body form .reg_prof__element_row select {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 16px;
    border: 1px solid #54A4FF;
    border-bottom-color: rgb(84, 164, 255);
    background: #002652;
    color: #fff;
}

#login-register-box .modal-content .modal-body form .form-group select.input-validation-error,
#login-register-box .modal-content .modal-body form .reg_prof__element_row select.input-validation-error {
    border-bottom: 1px solid #f00;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__checkboxes_row {
    position: relative;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb input,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__checkboxes_row input {
    width: auto;
    height: auto;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb .tl_chb_view,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__checkboxes_row .checkbox_info {
    padding: 0 0 0 22px;
    font-size: 15px;
    color: #C4C4C4;
    display: block;
    position: relative;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb .tl_chb_view:before,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__checkboxes_row .checkbox_info:before {
    content: '';
    border: 2px solid #ff4343;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb input:checked+.tl_chb_view:after,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__checkboxes_row input:checked~.checkbox_info:before {
    content: '\F26E';
    font-family: 'bootstrap-icons';
    width: 20px;
    height: 20px;
    font-size: 22px;
    color: #FFF;
    line-height: 19px;
    position: absolute;
    background: #ff4343;
    top: 2px;
    left: -2px;
    border: 0;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb .tl_chb_view a,
#login-register-box .modal-content .modal-body form .reg_prof__element_row .reg__checkboxes_row .checkbox_info a {
    color: #fff;
    text-decoration: underline;
}

#login-register-box .modal-content .modal-body form button.tl_btn,
#login-register-box .modal-content .modal-body form button#loginButton,
#login-register-box .modal-content .modal-body form button.continue_btn {
    background: linear-gradient(360deg, rgba(237, 21, 21, 1) 0%, rgba(255, 100, 100, 1) 100%);
    box-shadow: 0 0 14px rgba(237, 21, 21, 1);
    border: 0;
    border-radius: 46px;
    font-size: 12px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
}

#login-register-box .modal-content .modal-body form button.tl_btn:before,
#login-register-box .modal-content .modal-body form button#loginButton:before,
#login-register-box .modal-content .modal-body form button.continue_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 360%;
    z-index: 0;
    opacity: 0.7;
    transition: opacity 1s;
    transform: rotate(180deg);
}

#login-register-box .modal-content .modal-body form button.tl_btn:hover:before,
#login-register-box .modal-content .modal-body form button#loginButton:hover:before,
#login-register-box .modal-content .modal-body form button.continue_btn:hover:before {
    animation: light1 1s infinite;
    opacity: 1;
}

#login-register-box .modal-content .modal-body form button.tl_btn:after,
#login-register-box .modal-content .modal-body form button#loginButton:after,
#login-register-box .modal-content .modal-body form button.continue_btn:after {
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 28px;
    border-style: solid;
    border-width: 2px;
    mask-image: conic-gradient(from 0.76turn, rgba(255, 255, 255, 0.3), rgb(255, 255, 255) 0.01turn, rgba(255, 255, 255, 0.4) 0.03turn, rgba(255, 255, 255, 0.4) 0.41turn, rgba(255, 255, 255, 0.4) 0.45turn, rgba(255, 255, 255, 0.4) 0.46turn, rgb(255, 255, 255) 0.47turn, rgba(255, 255, 255, 0.3) 0.48turn, rgba(255, 255, 255, 0.3));
    border-image-slice: 1 fill;
}

#login-register-box .modal-content .modal-body form .tl_popup_link.recover_btn {
    text-align: center;
    text-align: center;
    display: block;
}

@keyframes light1 {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

#login-register-box .modal-content .modal-body form a.recover_btn,
#login-register-box .modal-content .modal-body form a.platformForgPass {
    font-size: 16px;
    color: #999;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
}

#login-register-box .modal-content .modal-body form a.creat_account_btn,
#login-register-box .modal-content .modal-body form a.reg_from_login_btn {
    font-size: 16px;
    color: #999;
    text-align: center;
    text-decoration: none;
    display: block;
}

#login-register-box .modal-content .modal-body form a.tl_sup_link {
    display: none !important;
}

#login-register-box .modal-content .modal-body form .facebook {
    display: none !important;
}

#login-register-box .modal-content .modal-body form .field-validation-error,
#login-register-box .modal-content .modal-body form .fail .field-validation-valid {
    font-size: 14px;
    color: #f00;
    line-height: normal;
    display: block;
}

#loader-overlay {
    display: none !important;
}

#wrapper {
    min-height: inherit !important;
}

.ui-loader {
    display: none !important;
}

/* Footer */


/* Media Queries */
@media screen and (max-width: 992px) {
    .page-text .countdown-box .countdown-timer {
        display: block;
    }

    .banner-box {
        display: flex;
        align-items: center;
        max-height: 240px;
        min-height: 240px;
    }

    .banner-box h1 {
        font-size: 2vh;
        line-height: 2vh;
    }

    #page-content {
        padding: 0;
    }

    #page-content h2 {
        margin: 25px 10px 20px 20px;
    }

    #page-content .page-text .text-intro {
        padding: 10px 20px;
    }

    .right-col {
        padding: 0;
    }

    .banner-box .text {
        grid-template-columns: 50% auto;
        padding: 40px 20px 40px 40px;
    }

    .page-text .text-intro ol,
    .page-text {
        display: block;
    }

    .page-text .text-intro {
        margin: 0;
        border: 0;
    }

    #counter-container {
        margin: 0 -10px 10px;
        padding: 20px 35px;
        display: block;
    }

    .page-text .countdown-box {
        min-height: auto;
    }

    .page-text .countdown-box:nth-child(1) {
        margin: 0 0 20px;
        border: 0;
    }

    .page-text .countdown-box:nth-child(2) {
        padding: 0;
    }

    .page-text .text-start .col-12 {
        width: 50%;
    }

    .accordion ol {
        font-size: 18px;
    }

    .accordion-item:last-of-type .accordion-button {
        margin: 0 -20px;
        width: calc(100% + 30px);
    }

    .accordion .accordion-item .accordion-header button {
        padding-left: 40px !important;
    }

    /* Table Styles */
    table {
        background: none;
        text-align: left;
    }

    table thead {
        display: none;
    }

    table tbody tr {
        margin: 0 0 20px;
        display: block;
        border-radius: 0;
        overflow: hidden;
    }

    table tbody tr td {
        background: #0E437E;
        width: 100%;
        min-height: 30px;
        display: table;
        border-right: 10px solid #042F60;
        border-bottom: none;
        table-layout: fixed;
        position: relative;
        border-right: 0 !important;
    }

    table tbody tr td:before {
        content: attr(mobile-title);
        background: #042F60;
        width: 50%;
        padding: 0 10px;
        display: table-cell;
        vertical-align: top;
        border-right: 10px solid #0E437E;
    }

    table tbody tr td:after {
        content: '';
        background: #042F60;
        height: 1px;
        position: absolute;
        bottom: 0;
        right: 10px;
        left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1460px) {
    #counter-container {
        margin: 0 -10px 10px;
        padding: 20px 35px;
        display: block;
    }

    .page-text .countdown-box {
        min-height: auto;
    }

    .page-text .countdown-box:nth-child(1) {
        margin: 0 0 20px;
        border: 0;
    }

    .page-text .countdown-box:nth-child(2) {
        padding: 0;
    }

    .page-text .text-start .col-12 {
        width: 50%;
    }
}

#banner-background-image {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 240px;
    max-width: unset;
}

.text {
    position: relative;
}

@media all and (min-width: 993px) {
    #banner-background-image {
        max-height: 360px;
    }
}

@media all and (min-width: 993px) and (max-width: 1450px) {
    #left-text {
        margin-left: 40px;
    }
}

#terms-text ol li a {
    text-transform: capitalize;
    font-weight: 700;
}