html {
	font-size: .83333vw;
}
main {
/*    overflow-x: hidden;*/
}
body {
	background: #461D03;
	color: #fff;
	font-size: 1rem;
	overflow-x: hidden;
}
@media (min-width: 1600px) {
	.container {
		min-width: 1540px;
	}
}
.mobile-wrap {
	display: none;
}
body.scrolled  {
	padding-top: 9rem;
}
body.scrolled header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #461d03;
    border-bottom: 1px solid #bc9063;
}
.trs, a, button{
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.header-top {
	display: inline-flex;
	padding: 2.375rem 5.625rem 2.375rem 4.375rem;
	align-items: center;
	gap: 2.03125rem;
	width: 100%;
	min-width: 100%;
	justify-content: space-between;
}

ul.header-menu {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: 0;
	margin: 0;
}

ul.header-menu li {
	display: flex;
	padding: 0.5rem 0;
	align-items: center;
	gap: 0.5rem;
}

ul.header-menu li a {
	color: #fff;
	font-family: Montserrat;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 150% */
	text-transform: uppercase;
}
.header-logos {
	display: flex;
	align-items: flex-end;
	width: 23.1875rem;
	height: 4.75rem;
	justify-content: space-between;
	position: relative;
	top: -0.9rem;
}


a.logo-img.logo-img-first img {
	width: 8.4375rem;
	height: 4.75rem;
	position: relative;
	top: 0.6rem;
}

a.logo-img.logo-img-second img {
	width: 10.1875rem;
	height: 2.5625rem;
	flex-shrink: 0;
}


a.logo-img.logo-img-third img {
	/* width: 11.5rem; */
	height: 2.62rem;
}
.btn-custom:hover {
	color: #301605;
	text-decoration: none;
	background: #fff;
}
.btn-custom:hover img {
	filter: contrast(0.5);
}
.btn-custom {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--Button-Radius-Medium, 1.5rem) 0.75rem;
	background: #E0C2A0;
	box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.16), 4px -4px 0 0 rgba(48, 22, 5, 0.40) inset;
	color: var(--Text-Default-100, #301605);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 120% */
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1.75rem;
	padding: 2.252rem 2.275rem;
	border: none;
}
a.btn-custom.btn-custom-sm {
	padding: 1.2519rem 1.01rem;
	font-size: 1.25rem;

}
.header-btns {
	display: flex;
	align-items: center;
	gap: 1rem;
}
a.btn-custom.btn-custom-sm.btn-header-img img {
	margin: -.4rem .91rem -.4rem 0;
	width: 2rem;
	height: 2rem;
	flex-shrink: 0;
}
.container-fluid.container-fluid-custom {
	padding: 3rem 12.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow-x: hidden;
}

.main-left {
	display: flex;
	width: 38rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4.5rem;
}

img.main-img {
	width: 62.25rem;
	height: 38.625rem;
	margin-right: -5rem;
}

.terms-lg {
	color: var(--Text-Inverse-100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Montserrat;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 3rem */
}

h1 {
	width: 35.5rem;
	font-feature-settings: 'liga' off, 'clig' off;

	font-family: Montserrat;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 116%; /* 5.22rem */
	text-transform: uppercase;
	background: linear-gradient(90deg, #A27F59 -11.67%, #B59877 49.94%, #CDB89E 115.21%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow;
	filter: drop-shadow(-6px 6px 3px rgba(0, 0, 0, 0.25));
}
h2:not(.modal-title) {
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Montserrat;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 116%;
	text-transform: uppercase;
	background: linear-gradient(90deg, #A27F59 -11.67%, #B59877 49.94%, #CDB89E 115.21%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow;
	filter: drop-shadow(-6px 6px 3px rgba(0, 0, 0, 0.25));
	text-align: center;
	margin: 0;
	width: 100%;
}
.post-title {
    text-align: center;
    color: var(--Text-Inverse-100, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 2.1rem */
    text-transform: uppercase;
}

.profile-prize-render {
    display: flex;
    justify-content: center;
    width: 120rem;
    padding: 3rem 12.5rem;
    gap: 2.5rem;
}

.profile-prize img {
    width: 21.86863rem;
    margin-bottom: 1rem;
}

.profile-prize {
    text-align: center;
    display: flex;
    width: 21.875rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.profile-prize-name {
    color: var(--Text-Inverse-100, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.1rem */
    width: 100%;
}
.steps {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	position: relative;
}

.step-item {
	width: 21.875rem;
	height: 20.4375rem;
	border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
	border: 1px solid #ffffff1a;
	background: rgba(255, 255, 255, 0.04);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}

.step-title {
	color: #BD9265;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Heading/H3 */
font-family: Montserrat;
font-size: 1.75rem;
font-style: normal;
font-weight: 700;
line-height: 1rem; /* 2.1rem */
text-transform: uppercase;
}

.step-desc {
	color: var(--Text-Inverse-100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P1 */
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 1.4rem; /* 1.5rem */
letter-spacing: -0.0125rem;
display: flex;
flex-direction: column;
gap: 1.25rem;
}

.step-info {
	color: var(--Text-Accent-2-100, #D2B48E);
	display: block;
	font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P1 */
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 1; /* 1.5rem */
letter-spacing: -0.0125rem;
}

.btn-custom.btn-custom-md {
	padding: 1.2519rem 2.032rem;
	font-size: 1.25rem;
}

.step-header {
	display: flex;
	height: 9.1875rem;
	padding: 4.4375rem 17.125rem 1.8125rem 2.25rem;
	align-items: center;
	flex-shrink: 0;
	align-self: stretch;
	position: relative;
}
.step-item-content {
	display: flex;
	padding: 0 2rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
	align-self: stretch;
}
.step-num {
	width: 2.5rem;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Montserrat;
	font-size: 4.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 5.8625rem */
	text-transform: uppercase;
	background: linear-gradient(130deg, #C9A580 -95.61%, #C9A580 -74.86%, #C8A47E -54.12%, #C7A27C -33.37%, #C69F78 -12.63%, #C49C73 8.11%, #C1986E 28.86%, #BF9468 49.6%, #BC9062 70.35%, #BA8C5C 91.09%, #B78857 111.83%, #B58552 132.58%, #B4824E 153.32%, #B3804C 174.07%, #B27F4A 194.81%, #B27F4A 215.55%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}
a.step-info {
	text-decoration: underline;
	margin-top: 1.5rem;
}
a.step-info:hover {
	color: inherit;
}
.error {
    color: red;
    font-weight: bold;
    font-size: 1rem;
    margin: 1rem 0;
}
.error-input .custom-input.form-control {
    border: 1px solid #ff0000;
    background: var(--Fill-Inverse-1, #FFF);
    box-shadow: -4px 4px 0 0 #ff0000;
}
.custom-row .error {
    margin: 0.7rem 0 0;
    font-weight: 300;
    line-height: 1;
    width: 100%;
    min-width: 100%;
}
.checkbox-block.custom-row.error-input {}

.checkbox-block.custom-row.error-input .checkbox-wrap {
    border: 1px solid #ff0000;
    background: var(--Fill-Inverse-1, #FFF);
    box-shadow: -2px 2px 0 0 #ff0000;
}
.step-img {
	position: absolute;
	right: 1.5rem;
	bottom: 1rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.step-img.step1-img {
	width: 12.375rem;
	height: 13.375rem;
}

.step-img.step2-img {
	width: 9.41425rem;
	height: 11.04606rem;
	right: 4rem;
	bottom: 2.3rem;
}

.step-img.step3-img {
	width: 13.375rem;
	right: -2.4rem;
	height: 20.0625rem;
	bottom: -3rem;
}

.step-img.step4-img {
	width: 19.0625rem;
	height: 12.75rem;
	bottom: 3.8rem;
	right: -.3rem;
}
.prizes .container-fluid.container-fluid-custom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
}

.title-medium {
	color: var(--Text-Inverse-100, #FFF);
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Montserrat;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 2.1rem */
	text-transform: uppercase;
}
.prize-item {
	display: flex;
	width: 30rem;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 1.25rem;
}

.prizes-row {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2.5rem;
	align-self: stretch;
}

.prize-img {
	width: 26.4375rem;
	height: 18rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.winners .container-fluid.container-fluid-custom {
	flex-direction: column;
	gap: 2.5rem;
}

.tabs-row {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.tab-link {
	cursor: pointer;
	display: flex;
	height: var(--Button-Height-Small, 2.5rem);
	padding: 0 var(--Button-Padding-Small, 1rem);
	justify-content: center;
	align-items: center;
	gap: var(--Button-Gap-Small, 0.5rem);
	border-radius: var(--Button-Radius-Small, 1.25rem) 0.5rem;
	border: 1px solid #E0C2A0;
	background: #5D2E0F;

/* Button/Hovering */
box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.00);
color: var(--Text-Inverse-100, #FFF);
leading-trim: both;
text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;

/* Button/Small */
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 1.5rem; /* 150% */
text-transform: uppercase;
}

.tab-link.active {
	display: flex;
	height: var(--Button-Height-Small, 2.5rem);
	padding: 0 var(--Button-Padding-Small, 1rem);
	justify-content: center;
	align-items: center;
	gap: var(--Button-Gap-Small, 0.5rem);
	border-radius: var(--Button-Radius-Small, 1.25rem) 0.5rem;
	background: #E0C2A0;

/* Button/Default */
box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.16), 4px -4px 0 0 rgba(48, 22, 5, 0.40) inset;
}

table.table-custom {
	min-width: 98%;
	justify-content: center;
	display: flex;
	width: 92.5rem;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.tabs-render {
	width: 100%;
}

table.table-custom th {
	color: #E0C2A0;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P1 */
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.5rem */
letter-spacing: -0.0125rem;
width: 26.875rem;
}
a.cheque-link {
    background-image: url(/images/receipt.svg);
    display: inline-block;
    width: 1.64938rem;
    height: 2rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
table.table-custom thead tr {
	display: flex;
	padding: 0.625rem 3rem;
	align-items: center;
	gap: 1.5rem;
	align-self: stretch;
}

table.table-custom tbody tr {
	display: flex;
	padding: 2rem 3.0625rem;
	align-items: center;
	gap: 1.5rem;
	align-self: stretch;
	border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
	background: #2c1102a3;
	background-blend-mode: multiply;
	width: 100%;
}

table.table-custom tbody, table.table-custom thead {
	min-width: 100%;
	width: 100%;
	gap: 1.5rem;
	display: flex;
	flex-direction: column;
}

table.table-custom td {
	width: 26.875rem;
	color: var(--Text-Inverse-100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P1 */
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.5rem */
letter-spacing: -0.0125rem;
}
.faq .container-fluid.container-fluid-custom {
	flex-direction: column;
	gap: 2.5rem;
	padding-bottom: 7.5rem;
}

.faq-body {
	display: none;


/* FAQ/P Desktop */
/* 28.8px */
font-feature-settings: 'liga' off, 'clig' off;

/* FAQ/P Desktop */
font-family: Montserrat;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 1.8rem */
}

.faq-item {
	display: flex;
	width: 57.5rem;
	padding: 2.875rem 7.5rem 2.875rem 2.5rem;
	align-items: flex-start;
	gap: 1.5rem;
	border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
	background: #2c1102a3;
	background-blend-mode: multiply;
	flex-direction: column;
}

.faq-header {
	cursor: pointer;
	display: flex;
	padding: 1rem 0;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 2rem;
	flex: 1 0 0;
	color: var(--Text-Inverse-100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* FAQ/H Desktop */
font-family: Montserrat;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 2.1rem */
position: relative;
}

.faq-header:after {
	display: flex;
	cursor: pointer;
	width: var(--Button-Height-Medium, 4rem);
	height: var(--Button-Height-Medium, 4rem);
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: var(--Button-Radius-Medium, 1.5rem) 0.75rem;
	background: #E0C2A0;

/* Button/Default */
	box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.16), 4px -4px 0 0 rgba(48, 22, 5, 0.40) inset;
	content: '';
	background-image: url(/images/ard.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -5rem;
	top: 0;
	background-size: 2rem;
}
.opened-item .faq-header:after {
	background-image: url(/images/art.svg);
}

.faq-col {
	display: flex;
	width: 60.1875rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.625rem;
	height: 56rem;
}
.faq-info-wrap {
	width: 32.8125rem;
}

.faq-info {
	display: flex;
	padding: 3rem 3rem 3rem 3rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 2.2rem;
	border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
	background: #2c1102a3;
	background-blend-mode: multiply;
}

.faq-render {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.faq-info-title {
	align-self: stretch;
	color: var(--Text-Inverse-100, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Heading/H3 */
font-family: Montserrat;
font-size: 1.75rem;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 2.1rem */
text-transform: uppercase;
}

.faq-info-desc {
	align-self: stretch;
	color: var(--Text-Accent-2-100, #D2B48E);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P1 */
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.5rem */
letter-spacing: -0.0125rem;
}

img.faq-img {
	max-width: 100%;
	margin-top: 5rem;
}
footer .container-custom-lg {
	display: flex;
	width: 120rem;
	padding: 3rem 5rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 3rem;
	border-top: 1px solid var(--Border-Default-4, rgba(255, 255, 255, 0.16));
	background: #2c1102a3;
	background-blend-mode: multiply;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.footer-imgs {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.footer-links a {
	display: flex;
	padding: 0.5rem 0;
	align-items: center;
	gap: 0.5rem;
	color: #E0C2A0;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Link/Medium */
font-family: Montserrat;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 1.5rem; /* 150% */
text-transform: uppercase;
}

.footer-info {
	color: var(--Text-Inverse-100, #FFF);
	text-align: justify;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P2 */
font-family: Montserrat;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 1.575rem */
}
img.footer-logo1 {
	width: 8.4375rem;
	height: 4.75rem;
	position: relative;
	top: -0.4rem;
}

img.footer-logo3 {
	width: 10.1875rem;
	height: 2.5625rem;
	flex-shrink: 0;
}

img.footer-logo4 {
	width: 3.00669rem;
	height: 3.00669rem;
	position: relative;
	top: -0.4rem;
}
.opened-item .faq-body {
	display: block;
}


section#faq {
	position: relative;
}
.star {
	background-blend-mode: screen;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #461d06;
	z-index: -10;
	position: absolute;
	margin-top: 0;
}

.star1 {
	display: flex;
	width: 9.5rem;
	height: 5.1875rem;
	padding: 0 2.91331rem 0.50081rem 1.9rem;
	align-items: center;
	aspect-ratio: 152/83;
	
	left: 2.375rem;
	bottom: 11.8125rem;


}
.star2 {
	display: flex;
	width: 8.6775rem;
	height: 4.875rem;
	align-items: center;
	right: 39.8225rem;
	bottom: 34.8125rem;
}
.star3 {display: flex;width: 8.6775rem;height: 4.875rem;align-items: center;aspect-ratio: 89/50;right: 10.9475rem;bottom: 17.4375rem;}
.star4 {
	display: flex;
	width: 9.5rem;
	height: 5.1875rem;
	align-items: center;
	right: 21.0625rem;
	top: 29.75rem;
}
.main-section:before {
    content: '';
    display: flex;
    width: 96.56263rem;
    height: 96.56263rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 96.56263rem;
    height: 96.56263rem;
    flex-shrink: 0;
    border-radius: 96.56263rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 158, 53, 0.20) 0%, rgba(215, 158, 53, 0.20) 6.67%, rgba(215, 158, 53, 0.19) 13.33%, rgba(215, 158, 53, 0.18) 20%, rgba(215, 158, 53, 0.17) 26.67%, rgba(215, 158, 53, 0.15) 33.33%, rgba(215, 158, 53, 0.13) 40%, rgba(215, 158, 53, 0.11) 46.67%, rgba(215, 158, 53, 0.09) 53.33%, rgba(215, 158, 53, 0.07) 60%, rgba(215, 158, 53, 0.05) 66.67%, rgba(215, 158, 53, 0.03) 73.33%, rgba(215, 158, 53, 0.02) 80%, rgba(215, 158, 53, 0.01) 86.67%, rgba(215, 158, 53, 0.00) 93.33%, rgba(215, 158, 53, 0.00) 100%);
    right: -10rem;
    top: -34rem;
    z-index: -1;
    /* opacity: .5; */
}
.star.star10 {
    width: 4.625rem;
    height: 4.625rem;
    left: 47rem;
    top: 21rem;
    background-size: cover;
}

section.main-section {
    position: relative;
}

.star.star11 {
    left: 52rem;
    top: 2rem;
    background-size: cover;
    width: 3.125rem;
    height: 3.125rem;
}

.star.star12 {
    width: 5.375rem;
    height: 5.375rem;
    left: 60rem;
    top: -3rem;
    background-size: cover;
}

.star.star13 {
    width: 5.375rem;
    height: 5.375rem;
    left: 64rem;
    top: 5rem;
    background-size: cover;
}

.star.star14 {
    width: 4rem;
    height: 4rem;
    left: 86rem;
    top: 3rem;
    background-size: cover;
}

.star.star15 {
    width: 3.125rem;
    height: 3.125rem;
    left: 88rem;
    top: 25rem;
    background-size: cover;
}

.star.star16 {
    width: 4.625rem;
    height: 4.625rem;
    left: 90rem;
    top: 31rem;
    background-size: cover;
}

.star.star17 {
    width: 6.25rem;
    height: 6.25rem;
    right: 11rem;
    top: 29rem;
    background-size: cover;
}

.star.star18 {
    width: 6.25rem;
    height: 6.25rem;
    right: 4rem;
    top: 9rem;
    background-size: cover;
}

.star.star20 {
    right: 8rem;
    top: 21rem;
    background-size: cover;
    width: 3.125rem;
    height: 3.125rem;
}

@keyframes twinkle1 {
  0%, 100% { opacity: 0.3; margin-top: 0px;}
  50% { opacity: 1; margin-top: -5px}
}
@keyframes twinkle2 {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}
.star10, .star1 { animation: twinkle1 2s ease-in-out infinite;   animation-delay: 0.5s;}
.star11, .star2 { animation: twinkle1 2.5s ease-in-out infinite;   animation-delay: 0.8s;}
.star12, .star3 { animation: twinkle1 1s ease-in-out infinite;   animation-delay: 1s;}
.star13, .star4 { animation: twinkle1 1.5s ease-in-out infinite;   animation-delay: 1.5s;}
.star14 { animation: twinkle1 1.1s ease-in-out infinite;   animation-delay: 0.9s;}
.star15 { animation: twinkle1 .8s ease-in-out infinite;   animation-delay: 2s;}
.star16 { animation: twinkle1 3s ease-in-out infinite;   animation-delay: 1.1s;}
.star17 { animation: twinkle1 3.4s ease-in-out infinite;   animation-delay: 0.2s;}
.star18 { animation: twinkle1 2.9s ease-in-out infinite;   animation-delay: 1s;}
.star19 { animation: twinkle1 1.6s ease-in-out infinite;   animation-delay: 2.5s;}
.star20 { animation: twinkle1 2.1s ease-in-out infinite;   animation-delay: 0.2s;}

.star30 { animation: twinkle1 1.5s ease-in-out infinite;   animation-delay: 1.5s;}
.star31 { animation: twinkle1 1.1s ease-in-out infinite;   animation-delay: 0.9s;}
.star40 { animation: twinkle1 .8s ease-in-out infinite;   animation-delay: 2s;}
.star41 { animation: twinkle1 3s ease-in-out infinite;   animation-delay: 1.1s;}
.star50 { animation: twinkle1 3.4s ease-in-out infinite;   animation-delay: 0.2s;}
.star51 { animation: twinkle1 2.9s ease-in-out infinite;   animation-delay: 1s;}
.star60 { animation: twinkle1 1.6s ease-in-out infinite;   animation-delay: 2.5s;}
.star61 { animation: twinkle1 2.1s ease-in-out infinite;   animation-delay: 0.2s;}

.table-body-scroll {
    max-height: 39rem;
}
.table-link {
    display: block;
    color: var(--Text-Inverse-100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.5rem */
    letter-spacing: -0.0125rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 0.4rem 0;
}

.table-link:hover {
    color: #fff;
}
.star.star30 {
    display: flex;
    width: 8rem;
    height: 4.375rem;
    align-items: center;
    aspect-ratio: 64/35;
    position: absolute;
    left: 13.375rem;
    top: 3.125rem;
}

.star.star31 {
    display: flex;
    width: 4.6875rem;
    height: 2.5625rem;
    padding: 0 1.4375rem 0.25rem 0.9375rem;
    align-items: center;
    aspect-ratio: 75/41;
    position: absolute;
    right: 16rem;
    top: -1.3125rem;
}

.prizes {
    position: relative;
}

.star.star40 {
    display: flex;
    width: 8rem;
    height: 4.375rem;
    padding: 0 2.45331rem 0.42831rem 1.6rem;
    align-items: center;
    aspect-ratio: 64/35;
    position: absolute;
    left: 44.9375rem;
    top: 6rem;
}

.star.star41 {
    display: flex;
    width: 4.6875rem;
    height: 2.5625rem;
    padding: 0 1.4375rem 0.25rem 0.9375rem;
    align-items: center;
    aspect-ratio: 75/41;
    position: absolute;
    right: 48.625rem;
    top: 1.4375rem;
}

.winners {
    position: relative;
}

section#steps {
    position: relative;
}

.star.star50 {
    display: flex;
    width: 9.5rem;
    height: 5.1875rem;
    padding: 0 2.91331rem 0.50081rem 1.9rem;
    align-items: center;
    aspect-ratio: 152/83;
    position: absolute;
    left: 36.25rem;
    top: 4rem;
}

.star.star51 {
    display: flex;
    width: 4.6875rem;
    height: 2.5625rem;
    padding: 0 1.4375rem 0.25rem 0.9375rem;
    align-items: center;
    aspect-ratio: 75/41;
    position: absolute;
    right: 41.625rem;
    top: 0rem;
}

.faq {
    position: relative;
}

.star.star60 {
    display: flex;
    width: 4.6875rem;
    height: 2.5625rem;
    padding: 0 1.4375rem 0.25rem 0.9375rem;
    align-items: center;
    aspect-ratio: 75 / 41;
    position: absolute;
    left: 48.625rem;
    top: 6rem;
}

.star.star61 {
    display: flex;
    width: 9.5rem;
    height: 5.1875rem;
    padding: 0 2.91331rem 0.50081rem 1.9rem;
    align-items: center;
    aspect-ratio: 152 / 83;
    position: absolute;
    right: 42.25rem;
    top: 0rem;
}
@keyframes fly {
  0%, 100% { opacity: 0.8; margin-top: 0px;}
  50% { opacity: 1; margin-top: -40px}
}

img.f-img {
	animation: fly 5.1s ease-in-out infinite;   animation-delay: 0.9s;
    position: absolute;
    left: 0;
    height: 46.125rem;
    top: -8rem;
}
.tooltip-body {
    display: none;
    width: 28.3125rem;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    right: 0;
    top: 2rem;
    border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
    background: var(--Fill-Accent-2-1, #D2B48E);
    color: var(--Text-Default-100, #301605);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P2 */
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.575rem */
    text-align: left;
}

.prize-tooltip {
    position: absolute;
    right: 3rem;
    top: 4rem;
}
img.hr-img {
    position: absolute;
    right: 0;
    height: 46.125rem;
    top: -10rem;
    animation: fly 9.1s ease-in-out infinite;   animation-delay: 2s;
}
.tooltip-icon {cursor: pointer;}

.prize-tooltip:hover .tooltip-body {
    display: block;
}
.custom-input::-webkit-input-placeholder {
	color: var(#301605);
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.5rem */
letter-spacing: -0.0125rem;
}
.custom-input::-moz-placeholder          {
	color: var(#301605);
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.5rem */
letter-spacing: -0.0125rem;
}
.custom-input:-moz-placeholder           {
	color: var(#301605);
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.5rem */
letter-spacing: -0.0125rem;
}
.custom-input:-ms-input-placeholder      {
	color: var(#301605);
font-family: Montserrat;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.5rem */
letter-spacing: -0.0125rem;
}


.custom-input.form-control {
    display: flex;
    height: var(--Input-Height-Large, 4.5rem);
    padding: 1rem var(--Input-Padding-Large, 1.5rem);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--Input-Radius-Large, 1.5rem) var(--Input-Radius-Medium, 0.5rem);
    background: var(--Fill-Inverse-1, #FFF);
    border: none;
    color: var(#301605);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.5rem */
    letter-spacing: -0.0125rem;
    justify-content: center;
    -webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

textarea.custom-input.form-control {
    height: 10rem;
}

select.custom-input.form-control {appearance: none;background-image: url(/images/ard.svg);background-repeat: no-repeat;background-position: 97% center;padding-right: 10%;padding-top: 1.5rem;background-size: 1rem;}

.file-info-block {
    color: var(--Text-Default-100, #301605);
    leading-trim: both;
    text-edge: cap;

/* Checkbox/Medium */
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Montserrat';
}

.checkbox-wrap {
    display: flex;
    width: var(--24, 1.5rem);
    height: var(--24, 1.5rem);
    justify-content: center;
    align-items: center;
    border-radius: var(--Checkbox-Radius-Medium, 0.5rem);
    border: 1px solid var(--Border-Inverse-1, #301605);
    background: var(--Fill-Inverse-1, #FFF);
    position: relative;
    overflow: hidden;
}

.checkbox-wrap input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
}

.checkbox-block {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.checkbox-body {
    color: var(--Text-Default-100, #301605);
    leading-trim: both;
    text-edge: cap;

/* Checkbox/Medium */
    font-size: .8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Montserrat';
}

.checkbox-body a {
    color: inherit;
    text-decoration: underline;
}

.file-placeholder {
    color: var(--Text-Default-100, #301605);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph/P2 */
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.575rem */
    text-align: left;
    padding-left: 2rem;
    background-image: url(/images/attach.svg);
    background-position: 0.4rem center;
    background-repeat: no-repeat;
    background-size: 1rem;
}

.add-file-block {
    position: relative;
}

.add-file-block input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}
.checkbox-wrap input:checked + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #301605;
    background-image: url(/images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64%;
}
.m-2-5 {
    margin: 2.5rem 0;
}
.custom-input.form-control:focus {
	border: 1px solid var(--Border-Inverse-1, #301605);
background: var(--Fill-Inverse-1, #FFF);
/* Status/Focus */
box-shadow: -4px 4px 0 0 #301605;
}




div#consentBox {
    display: inline-flex;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
    background: var(--Fill-Accent-2-1, #D2B48E);
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: 37rem;
    min-width: 300px;
    z-index: 200;
}

div#consentBox p {
    color: var(--Text-Default-100, #301605);
    leading-trim: both;
    text-edge: cap;

/* Checkbox/Medium */
    font-family: Montserrat;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.5rem;
}
div#consentBox p a {
    color: inherit;
    text-decoration: underline
}

a.consentButton {
    display: flex;
    height: var(--Button-Height-Small, 2.5rem);
    padding: 0 var(--Button-Padding-Small, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--Button-Gap-Small, 0.5rem);
    border-radius: var(--Button-Radius-Small, 1.25rem) 0.5rem;
    border: 1px solid var(--Border-Accent-1-1, #D79E35);
    background: var(--Fill-Default-1, #301605);

/* Button/Hovering */
    box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.00);
    color: var(--Text-Inverse-100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* Button/Small */
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 150% */
    text-transform: uppercase;
}
.hide {
	display: none !important;
}
.personal-top {
    padding: 1.5rem 0 12rem;
}
.personal-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.44rem 0 0;
    gap: 2rem;
}

.personal-row-left {
    width: 30.3125rem;
    border-top: 2px solid #E0C2A0;
    border-bottom: 2px solid #E0C2A0;
    padding: 5rem 4.69rem;
}

.info-line {
    color: var(--Text-Inverse-100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* FAQ/H Desktop */
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.1rem */
}

.info-bottom a {
    color: var(--Text-Inverse-100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

/* FAQ/P Desktop */
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.8rem */
    display: inline-flex;
    padding-left: 1.8rem;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.25rem;
}

.info-bottom {
    text-align: right;
    margin: 2rem 0 0;
}
.emp-c {
    color: var(--Text-Inverse-100, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 2.1rem */
    text-transform: uppercase;
}

.custom-table-wrap {
    margin: 1.25rem auto 0;
    width: 95rem;
    max-width: 100%;
}

.personal-middle {
    padding: 0 0 8rem;
}
.static-page img.hr-img {
    top: 0;
    z-index: -1;
}

.static-page img.f-img {
    height: 46.125rem;
    top: 55rem;
    z-index: -1;
}
img.h2-img {
	animation: fly 15.1s ease-in-out infinite;   animation-delay: 1s;
    position: absolute;
    right: 0;
    top: 60rem;
    z-index: -1;
}

img.h3-img {
	animation: fly 12.1s ease-in-out infinite;   animation-delay: 3s;
    position: absolute;
    right: 20rem;
    top: 80rem;
    z-index: -1;
}
.personal-top:before {
    content: '';
    position: absolute;
    width: 96.56263rem;
    height: 96.56263rem;
    flex-shrink: 0;
    border-radius: 96.56263rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 158, 53, 0.20) 0%, rgba(215, 158, 53, 0.20) 6.67%, rgba(215, 158, 53, 0.19) 13.33%, rgba(215, 158, 53, 0.18) 20%, rgba(215, 158, 53, 0.17) 26.67%, rgba(215, 158, 53, 0.15) 33.33%, rgba(215, 158, 53, 0.13) 40%, rgba(215, 158, 53, 0.11) 46.67%, rgba(215, 158, 53, 0.09) 53.33%, rgba(215, 158, 53, 0.07) 60%, rgba(215, 158, 53, 0.05) 66.67%, rgba(215, 158, 53, 0.03) 73.33%, rgba(215, 158, 53, 0.02) 80%, rgba(215, 158, 53, 0.01) 86.67%, rgba(215, 158, 53, 0.00) 93.33%, rgba(215, 158, 53, 0.00) 100%);
    right: -11rem;
    top: -12rem;
    z-index: -3;
}


@media (max-width: 991px) {
	    html {
        font-size: 2.5vw;
        overflow-x: hidden;
    }
    .mobile-wrap {
	display: inline-flex;
	width: 1.8rem;
	flex-direction: column;
	gap: 0.6rem;
	min-width: 2.2rem;
}
	.header-top {
    padding: 0.9375rem 0.9375rem 1.01131rem 1.875rem;
    justify-content: space-between;
    gap: 0;
}

.header-logos {
    width: 12.75rem;
    height: 2.61369rem;
    gap: 0.84rem;
    top: -0.3rem;
}

a.logo-img.logo-img-second img {
    width: 5.60569rem;
    height: 1.41rem;
    flex-shrink: 0;
}

a.logo-img.logo-img-third img {
    height: 1.55294rem;
}

ul.header-menu {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: fixed;
    width: 100%;
    right: -100%;
    top: 0;
    height: 100%;
    z-index: 100;
    background: #461d03;
    flex-direction: column;
    padding: 4rem 0 4rem;
    overflow: scroll;
}
	body.opened-menu .mobile-wrap {
    z-index: 100;
}

body.opened-menu .mobile-wrap div:nth-child(1) {
    position: relative;
    transform: rotate(45deg);
    top: 0.8rem;
}

body.opened-menu .mobile-wrap div:nth-child(2) {
    opacity: 0;
}

body.opened-menu .mobile-wrap div:nth-child(3) {
    transform: rotate(-45deg);
    top: -0.8rem;
    position: relative;
}
body.opened-menu ul.header-menu {
    right: 0;
}

ul.header-menu li a {
    font-size: 1.5rem;
}


.header-btns .btn-custom.btn-custom-sm {
    font-size: 2rem;
}

body.opened-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.header-btns {
    display: none;
}

.container-fluid.container-fluid-custom {
    padding: 2rem;
    display: block;
}

.main-left {
    width: 100%;
    gap: 2rem;
    margin-bottom: 4.6rem;
}

.terms-lg {
    color: var(--Text-Inverse-100, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.35rem */
}

h1 {
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 116%; /* 2.9rem */
    text-transform: uppercase;
}

h1 br {
    display: none;
}

img.main-img.wow.fadeIn {
    width: 100%;
    height: auto;
}

section.main-section:before {
    width: 58.06263rem;
    height: 58.06263rem;
    flex-shrink: 0;
    border-radius: 58.06263rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 158, 53, 0.20) 0%, rgba(215, 158, 53, 0.20) 6.67%, rgba(215, 158, 53, 0.19) 13.33%, rgba(215, 158, 53, 0.18) 20%, rgba(215, 158, 53, 0.17) 26.67%, rgba(215, 158, 53, 0.15) 33.33%, rgba(215, 158, 53, 0.13) 40%, rgba(215, 158, 53, 0.11) 46.67%, rgba(215, 158, 53, 0.09) 53.33%, rgba(215, 158, 53, 0.07) 60%, rgba(215, 158, 53, 0.05) 66.67%, rgba(215, 158, 53, 0.03) 73.33%, rgba(215, 158, 53, 0.02) 80%, rgba(215, 158, 53, 0.01) 86.67%, rgba(215, 158, 53, 0.00) 93.33%, rgba(215, 158, 53, 0.00) 100%);
    top: -7rem;
    right: -9rem;
}

h2:not(.modal-title) {
    font-size: 2.5rem;
}

.step-item {
    width: 100%;
    height: 20.4375rem;
    margin-top: 6.5rem;
}
    a.logo-img.logo-img-first img {
    width: 4.64275rem;
    height: 2.61369rem;
    top: 0.33rem;
}
	.owl-nav.disabled {
    display: none;
}

button.owl-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 3.125rem;
    background: var(--Fill-Inverse-2, rgba(255, 255, 255, 0.24));
    border: none;
    outline: none !important;
    padding: 0;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0 0;
}

button.owl-dot.active {
    width: 1.875rem;
    height: 0.625rem;
    border-radius: 3.125rem;
    background: var(--Fill-Accent-1-1, #D79E35);
}

.steps {
    display: block;
}

.steps-row {
    margin-top: 2rem;
}
.prizes-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img.hr-img {
    display: none;
}

img.f-img {
    display: none;
}
.tab-link {
    white-space: nowrap;
}

.tabs-row {
    overflow: scroll;
    margin: 1.5rem 0;
}

table.table-custom thead {
    display: none;
}

table.table-custom tbody tr {
    display: flex;
    width: 35.125rem;
    padding: 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: var(--Card-Radius-Large, 2rem) var(--Card-Radius-Medium, 1rem);
    background: #371502;
}

table.table-custom td {
    font-size: 1.125rem;
}

table.table-custom tbody {
    gap: 1rem;
}

table.table-custom {
    width: 98%;
}

.faq {
    padding-top: 2rem;
}

.faq-render {
    flex-direction: column;
}

.faq-col {
    width: 100%;
    gap: 1rem;
    margin-top: 1.5rem;
    height: 28rem;
}

.faq-item {
    width: 96%;
    padding: 1.5rem 1rem;
    border-radius: var(--Card-Radius-Large, 2rem) var(--Card-Radius-Medium, 1rem);
    background: #371502;
/* Button/Hovering */
    box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.00);
}

.faq-header {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-right: 3rem;
}

.faq-body {
    font-size: 0.875rem;
}

.faq-header:after {
    width: 2.5rem;
    height: 2.5rem;
    right: 0;
    background-image: url(/images/ardsm.svg);
    background-size: 1rem;
    border-radius: var(--Button-Radius-Small, 1.25rem) var(--Card-Gap-Small, 0.5rem);
    background-color: #E0C2A0;
/* Button/Default */
    box-shadow: 0 10px 20px 0 rgba(215, 158, 53, 0.16), 4px -4px 0 0 rgba(48, 22, 5, 0.40) inset;
    background-repeat: no-repeat;
    background-position: 0.9rem 1rem;
}

.opened-item .faq-header:after {
    background-image: url(/images/artsm.svg);
}
.tooltip-body {
    right: -1.4rem;
    top: 3rem;
}
	.table-body-scroll {
    height: 37rem;
}

.faq-info-wrap {
    width: 100%;
}

.faq-info {
    display: flex;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    border-radius: var(--Card-Radius-Large, 2rem) var(--Card-Radius-Medium, 1rem);
    background: #371502;
}

.faq-info-title {
    font-size: 1.5rem;
}

.faq-info-desc {
    font-size: 1.125rem;
}

.faq-info .btn-custom {
    width: 100%;
}

img.faq-img {
    width: 20rem;
    margin: 1.5rem auto 0;
    display: block;
}

.faq .container-fluid.container-fluid-custom {
    padding-bottom: 4rem;
}

.footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.footer-links {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.footer-links a {
    padding: 0;
    line-height: 1;
    font-size: 1rem;
}
footer .container-custom-lg {
    width: 100%;
    padding: 3rem 1.875rem;
}
body.scrolled {
    padding-top: 4.5rem;
}
.footer-info {
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.575rem */
}
	.prize-tooltip {
    right: 3rem;
    top: 5.2rem;
}
	.mobile-wrap div {
    background: #D79E35;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.prize-img {
    width: 31.4375rem;
    height: 22rem;
}
	.star.star30 {
    left: -4rem;
    top: 2rem;
}

.star.star31 {
    right: -1rem;
}

.star.star40 {
    left: 6rem;
    top: 3rem;
}

.star.star41 {
    right: 8rem;
    top: 1rem;
}

.star.star50 {
    left: 3rem;
    top: 2rem;
}

.star.star51 {
    right: 7rem;
}

.star.star60 {
    left: 10rem;
}

.star.star61 {
    right: 8rem;
    top: 1rem;
}

.star.star10 {
    left: -1rem;
    top: 34rem;
}

.star.star11 {
    left: 3rem;
    top: 24rem;
}

.star.star12 {
    left: 6rem;
    top: 21rem;
}

.star.star13 {
    left: 11rem;
    top: 26rem;
    width: 3rem;
    height: 3rem;
}

.star.star14 {
    left: 22rem;
    top: 25rem;
}

.star.star15 {
    left: 22rem;
    top: 34rem;
}

.star.star16 {
    left: 23rem;
    top: 38rem;
}

.star.star17 {
    right: 2rem;
    top: 39rem;
}

.star.star18 {
    display: none;
}

.star.star19 {
    display: none;
}

.star.star20 {
    right: 2rem;
    top: 29rem;
}
.personal-row-left, .personal-row-right {
    width: 36.25rem;
}

.personal-row {
    flex-direction: column;
}

.personal-row-left {
    padding: 3.75rem 3.4rem;
}

.personal-row-right .btn-custom {
    width: 100%;
}

.personal-top {
    padding-bottom: 6rem;
}

table.table-custom.table-cabinet {
    width: 36.25rem;
    margin: 0 auto;
    min-width: 0;
}

table.table-custom.table-cabinet tr {
    display: flex;
    padding: 2rem;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    border-radius: var(--Card-Radius-XLarge, 3rem) var(--Card-Radius-Medium, 1rem);
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

table.table-custom.table-cabinet tr td:nth-child(1), table.table-custom.table-cabinet tr td:nth-child(2),table.table-custom.table-cabinet tr td:nth-child(3) {
    width: 30%;
}

a.cheque-link {
    height: 1.3rem;
}

table.table-custom.table-cabinet tr td {
    font-size: 1.125rem;
}

table.table-custom.table-cabinet .table-link {
    font-weight: 300;
}
img.h2-img, img.h3-img {
    display: none;
}

.personal-middle {
    padding-bottom: 5rem;
}

.profile-prize-render {
    width: 100%;
    overflow: scroll;
    justify-content: flex-start;
    padding: 3rem;
}
.star10, .star1 { animation: twinkle2 5s ease-in-out infinite;   animation-delay: 0.5s;}
.star11, .star2 { animation: twinkle2 5.5s ease-in-out infinite;   animation-delay: 0.8s;}
.star12, .star3 { animation: twinkle2 3s ease-in-out infinite;   animation-delay: 1s;}
.star13, .star4 { animation: twinkle2 3.5s ease-in-out infinite;   animation-delay: 1.5s;}
.star14 { animation: twinkle2 4.1s ease-in-out infinite;   animation-delay: 0.9s;}
.star15 { animation: twinkle2 4.8s ease-in-out infinite;   animation-delay: 2s;}
.star16 { animation: twinkle2 2s ease-in-out infinite;   animation-delay: 1.1s;}
.star17 { animation: twinkle2 5.4s ease-in-out infinite;   animation-delay: 0.2s;}
.star18 { animation: twinkle2 6.9s ease-in-out infinite;   animation-delay: 1s;}
.star19 { animation: twinkle2 5.6s ease-in-out infinite;   animation-delay: 2.5s;}
.star20 { animation: twinkle2 5.1s ease-in-out infinite;   animation-delay: 0.2s;}

.star30 { animation: twinkle2 4.5s ease-in-out infinite;   animation-delay: 1.5s;}
.star31 { animation: twinkle2 5.1s ease-in-out infinite;   animation-delay: 0.9s;}
.star40 { animation: twinkle2 3.8s ease-in-out infinite;   animation-delay: 2s;}
.star41 { animation: twinkle2 6s ease-in-out infinite;   animation-delay: 1.1s;}
.star50 { animation: twinkle2 3.4s ease-in-out infinite;   animation-delay: 0.2s;}
.star51 { animation: twinkle2 4.9s ease-in-out infinite;   animation-delay: 1s;}
.star60 { animation: twinkle2 6.6s ease-in-out infinite;   animation-delay: 2.5s;}
.star61 { animation: twinkle2 5.1s ease-in-out infinite;   animation-delay: 0.2s;}


}
@media (max-width: 576px) {
	a.logo-img.logo-img-first img {
    width: 7rem;
    height: auto;
    top: 0.5rem;
}

a.logo-img.logo-img-second img {
    height: auto;
    width: 9rem;
}
.header-logos {top: 1.1rem;}
a.logo-img.logo-img-third img {
    height: auto;
    width: 2.5rem;
}
.mobile-wrap {
	position: relative;
	top: 1.1rem;
}
.header-top {
    padding-bottom: 3rem;
    border-bottom: none !important;
}

body.scrolled header {
}

body.scrolled {
    padding-top: 7rem;
}

.terms-lg {
    font-size: 1.5rem;
}

.btn-custom {
    font-size: 2rem;
    padding: 2.552rem 3.075rem;
}

.step-title {
    font-size: 2rem;
}

.step-desc {
    font-size: 1.5rem;
}

span.step-info {
    font-size: 1.5rem;
}

a.step-info {
    font-size: 1.5rem;
}

.faq-header {
    font-size: 1.5rem;
}

.faq-body {
    font-size: 1.125rem;
}
}





