* {
	outline: none !important;
}

.colored-txt-bg {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.text-accent {
    color: var(--e-global-color-accent) !important;
}

.cky-notice a {
    color: var(--e-global-color-secondary) !important;
	text-decoration: underline;
}

.cky-notice-btn-wrapper {
	gap: 20px;
}

.cky-btn {
	line-height: inherit !important;
}

.elementor-form a {
	text-decoration: underline !important;
}

.colored-txt-bg:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    bottom: 0;
    left: -3px;
    right: -3px;
    transform: skewX(-15deg);
    background-color: var(--e-global-color-accent);
}

#prize-list > .elementor-element {
	display: none;
	opacity: 0;
	visibility: 0;
}

#prize-list.--prize_1 .prize-1,
#prize-list.--prize_2 .prize-2,
#prize-list.--prize_3 .prize-3 {
	display: flex;
	opacity: 1;
	visibility: 1;
}

#form .e-form__indicators {
    flex-direction: column;
    align-items: flex-start;
}

.elementor-form .elementor-message:not(.elementor-help-inline) {
	display: none !important;
}

#form .e-form__buttons .elementor-field-type-previous,
#form .e-form__indicators .e-form__indicators__indicator__number,
#form .e-form__indicators .e-form__indicators__indicator__separator,
#form .e-form__indicators .e-form__indicators__indicator--state-inactive,
#form .e-form__indicators .e-form__indicators__indicator--state-completed {
    display: none;
}

#form .elementor-field-label {
    display: block;
	font-size: 16px;
}

#form .elementor-field-label .lbl-sm {
	font-size: .6em;
	text-transform: lowercase;
}

#form .elementor-field-group-step_2 .elementor-field-label {
	color: #fff;
}

#form .e-form__indicators__indicator {
    padding: 0;
}

#form .form-txt-conditions {
    font-size: .75rem;
}

#form .elementor-field-type-acceptance label {
    color: var(--e-global-color-text);
    font-weight: normal;
    font-size: 1rem;
}

#form #form-field-code {
    border: 3px solid transparent;
    box-shadow: none !important;
}

#form #form-field-code.--code-error {
    border-color: var(--e-global-color-7a8b51c);
}

#form #form-field-code.--code-success {
    border-color: var(--e-global-color-e5529f7);
}

#form .elementor-button {
    white-space: normal;
}

#form .elementor-button:disabled {
    cursor: no-drop;
    opacity: .5;
}

.elementor-message {
	font-weight: bold !important;
}

.wpml-elementor-ls {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.wpml-elementor-ls .wpml-ls-item a {
	display: block;
	padding: 1.2rem 1.4rem;
	font-family: "All Together Serif", Sans-serif;
	font-size: 27px;
	font-weight: bold;
	text-decoration: none;
}

.wpml-elementor-ls .wpml-ls-current-language {
	display: none !important;
}

.wpml-elementor-ls .wpml-ls {
	padding: 0;
	border: none;
}

/* Making checkbox and radio button invisible */
.elementor-field-type-acceptance input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* For Checkbox */
.elementor-field-type-acceptance > div label:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 0.5em;
	vertical-align: -3px;
	padding: 0.12em;
	background-color: #ffffff;
	background-clip: content-box;
	transition: all 0.2s ease;
    cursor: pointer;
}
.elementor-field-type-acceptance > div label {
	margin-right: 1em;
	position: relative;
}
.elementor-field-type-acceptance > div label:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 11px;
	left: 2px;
	position: absolute;
	top: 5px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 6px;
	display: none;
}
.elementor-field-type-acceptance > div input:hover + label:before {
	border-color: var(--e-global-color-secondary);
}
.elementor-field-type-acceptance > div input:checked + label:before {
	border-color: var(--e-global-color-secondary);
	background: var(--e-global-color-secondary);
}
.elementor-field-type-acceptance > div input:checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
	display: block;
	width: 11px;
	height: 18px;
	border-color: #fff;
}
@keyframes check {
 0% {
 height: 0;
 width: 0;
}
 25% {
 height: 0;
 width: 6px;
}
 50% {
 height: 18px;
 width: 11px;
}
}

@media only screen and (min-width: 600px) {
    
}

@media only screen and (max-width: 600px) {
    .mob-hide {
		display: none !important;
	}
	.wpml-elementor-ls .wpml-ls-item a {
		padding: .8rem .6rem;
	}
}

@media only screen and (max-width: 992px) {
    
}