﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap");

@font-face {
	font-family: SangBleuVersailles-Regular-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Regular-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Regular-WebS.woff");
}


@font-face {
	font-family: SangBleuVersailles-Medium-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Medium-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Medium-WebS.woff");
}


@font-face {
	font-family: SangBleuVersailles-Bold-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bold-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bold-WebS.woff");
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Anatolian+Hieroglyphs&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


:root {
	--size-20: 20px;
	--size-30: 30px;
	--size-32: 32px;
	--size-40: 40px;
	--size-50: 50px;
	--size-60: 60px;
	--size-64: 56px;
	--size-70: 70px;
	--SangBleuVersailles-Regular: SangBleuVersailles-Regular-WebS;
	--SangBleuVersailles-Regularitalic: SangBleuVersailles-Regularitalic-WebS;
	--SangBleuVersailles-Medium: SangBleuVersailles-Medium-WebS;
	--SangBleuVersailles-Mediumitalic: SangBleuVersailles-Mediumitalic-WebS;
	--SangBleuVersailles-Bold: SangBleuVersailles-Bold-WebS;
	--SangBleuVersailles-Bolditalic: SangBleuVersailles-Bolditalic-WebS;
	--SangBleuVersailles-Book: SangBleuVersailles-Book-WebS;
	--SangBleuVersailles-Bookitalic: SangBleuVersailles-Bookitalic-WebS;
	--font-montserret: "Montserrat", sans-serif;
	--Sansita-font: "Sansita", sans-serif;
}


/* Dark themes body variable here   */
body.theme-dark {
	font-family: var(--font-montserret) !important;
	--theme-font-color: color-mix(in srgb, var(--theme-color) 50%, black);
	background: var(--theme-color, #07004f);
	position: relative;
	background: var(--backround-image-merge);
	background-size: 100%;
	--theme-color: #1A1281;
	--text-color: #595959;
	--text-color-2: #595959;
  --text-color-3: #000000;
  --text-color-4: #666;
  --background-shadow: rgba(255, 247, 226, 0.64);
  --background-layer:rgba(255, 255, 255, 0.20);
  --svg-color:#646363;
  --svg-color1:rgb(22, 21, 21);
  --badge-bacground:rgba(255, 255, 255, 0.70);
  --badge-color-svg:#95599B;
  --border-color:#dddddd38;
  --background-gradient:linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 49.5%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, rgba(149, 89, 155, 0.00) 0.04%, #95599B 51.03%, rgba(149, 89, 155, 0.00) 100.04%);
}

/* Dark themes body variable here   */

/* Light themes body variable here   */

body.theme-light {
	font-family: var(--font-montserret) !important;
	--theme-font-color: #e6e6e6;
	background: var(--theme-color, #07004f);
	position: relative;
	background: var(--backround-image-merge);
	background-size: 100%;
  --theme-color: #1A1281;
	--text-color: #e6e6e6;
	--text-color-2: #ffffff;
  --text-color-3: #ffffff;
  --text-color-4: #ded7d7;
  --background-shadow: ;
  --background-layer:rgba(255, 255, 255, 0.10);
  --svg-color:#e6e6e6;
  --svg-color1:#e6e6e6;
  --badge-bacground:rgba(255, 255, 255, 0.20);
  --border-color:rgba(255, 255, 255, 0.20);
  --badge-color-svg:#e6e6e6;
  --background-gradient:linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 49.5%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, rgba(149, 89, 155, 0.00) 0.04%, #fefefe 51.03%, rgba(149, 89, 155, 0.00) 100.04%);
}

/* Light themes body variable here   */

.background_flip_widget {
	/* background: var(--backround-image-rotate); */
	background-size: contain;
	display: inline-block;
	width: 100%;
	position: relative;
}

.background_flip_widget:before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: var(--background-shadow);
	backdrop-filter: blur(100px);
	overflow: hidden;
	-webkit-backdrop-filter: blur(100px);

	-webkit-backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}

.shadow_container {
	-webkit-mask: linear-gradient(#000, #000, transparent);
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(20px);
	width: 100%;
	height: 80px;
	position: absolute;
	top: -46px;
	z-index: 11;
	transform: rotate(180deg);
	-webkit-backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

#quiz-landing-wrapper .hero-banner h2:after {
	display: none !important;
}

#quiz-landing-wrapper .hero-banner h2 {
	margin-bottom: 0px;
}

.site-header__inner.cio .site-header__logo {
	margin-top: 10px !important;
}

section#heroBanner+section:before {
	content: '';
	display: inline-block;
	position: absolute;
}

#quiz-landing-wrapper .scroll-nav nav ul li a {
	font-size: 14px !important;
	font-family: "Montserrat", sans-serif !important;
}
  
#quiz-landing-wrapper h1,
#quiz-landing-wrapper h2,
#quiz-landing-wrapper h3,
#quiz-landing-wrapper h4,
#quiz-landing-wrapper h5,
#quiz-landing-wrapper h6 {
	font-family: var(--SangBleuVersailles-Medium);
}

.leaderboard_body .flex_content p.company_designation {
	color: var(--text-color);
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0px;
}


.overview_section {
	max-width: 784px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

.overview .overview_section.readmore {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

#quiz-landing-wrapper .hero-banner h2,
#quiz-landing-wrapper .hero-banner p {
	max-width: 580px;
	margin: 0 auto;
}

.overview_section p {
	color: var(--text-color);
	text-align: center;
	font-family: var(--font-montserret);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.common_spacing,
#sponsorQuiz,
div#contest-description {
	position: relative;
	z-index: 1;
}

.overview_section p+p {
	margin-bottom: 0px;
}

/**-------------global css start------------**/
.pt-0 {
	padding-top: 0px;
}

.mt-0 {
	margin-top: 0px;
}

.pt-100 {
	padding-top: 164px;
}

header .container {
	height: 60px;
}

table.table.table-striped {
	border: 0px !important;
}

.pb-0 {
	padding-bottom: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header {
	padding: 0px !important;
	max-width: 100% !important;
	width: 100% !important;
	display: inline-block;
}

.leaderboard_left {
	width: 100% !important;
}

.pt-5 {
	padding-top: var(--size-50);
}

.pb-5 {
	padding-bottom: var(--size-50);
}

.pt-32 {
	padding-top: var(--size-32);
}

.pb-32 {
	padding-bottom: var(--size-32);
}

.pt-64 {
	padding-top: var(--size-64);
}

.pb-64 {
	padding-bottom: var(--size-64);
}

.mt-64 {
	margin-top: var(--size-64);
}

.mb-64 {
	margin-bottom: var(--size-64);
}

p {
	text-overflow: ellipsis;
	font-family: var(--font-montserret);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: var(--text-color-2);
}

.bdr-bottom {
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.bdr-bottom:after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 49.88%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(26, 18, 129, 0) 0.04%, #1A1281 51.03%, rgba(26, 18, 129, 0) 100.04%);
	width: 100%;
}

.bdr-bottom-2 {
	position: relative;
}

.bdr-bottom-2:after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 1px;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	background: var(--background-gradient);
}

div#take-test-modal .modal-dialog.modal-lg {
	max-width: 500px;
	background: 0 0 !important
}

div#take-test-modal .modal-dialog.modal-lg .modal-content {
	background: white url(https://img.etb2bimg.com/files/cp/03eb8fe505a1364e1982.png);
	border: 0;
	border-radius: 20px;
	background-size: cover !important;
	background: rgb(255, 255, 255);
	/* background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(149,89,155,0.49343487394957986) 100%); */
}

div#take-test-modal .modal-dialog.modal-lg .modal-content:before {
	content: '';
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 38%, var(--theme-banner-gradient-color-34-100-rgba));
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

div#take-test-modal .modal-header,
div#take-test-modal .modal-body,
div#take-test-modal .modal-footer {
	position: relative;
}

div#take-test-modal .modal-dialog.modal-lg .modal-content h4 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 10px !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	width: 100%;
	text-align: center
}

div#take-test-modal .modal-dialog.modal-lg .modal-content h4+button.close {
	font-weight: 500;
	font-size: 20px
}

div#take-test-modal .modal-header {
	border-bottom: 0;
	padding: 30px 30px 0
}

#take-test-modal .modal-body {
	padding: 24px 30px !important
}

#take-test-modal hr {
	background: linear-gradient(90deg, #1ab2ff .04%, rgba(26, 178, 255, 0) 100.04%);
	border: 0;
	margin: 0 0 24px;
	height: 1px
}

#take-test-modal .modal-footer {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px
}

button.btn.button.start_candidate_confirm {
	border-radius: 32px;
	background: #1a1a1a;
	padding: 11px 22px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
}

#take-test-modal button.btn.button-statndard {
	background: #ddd
}

.modal-body-outer ul,
body #take-test-modal .modal-content p {
	color: #1a1a1a !important;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px
}

.quiz_list .google-profile-data {
	display: none !important
}

.quiz_list .user-attentions span.count_tag {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffffde;
	font-weight: 500;
	top: 45px;
}

.modal-backdrop.fade.in {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(8px);
	opacity: 1
}

div#take-test-modal .modal-dialog.modal-lg {
	border-radius: 16px;
	background: transparent !important;
	max-width: 784px;
	flex-shrink: 0;
	width: 96%
}

div#take-test-modal .modal-dialog.modal-lg .modal-content h4 {
	color: #1a1a1a;
	text-align: center;
	font-family: SangBleuVersailles-Bold-WebS !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	margin-top: 0 !important
}

body #take-test-modal .modal-content p {
	text-align: center !important;
	font-variant-numeric: lining-nums proportional-nums;
	margin-top: 8px
}

.modal-body-outer ul {
	list-style: disc;
	padding-left: 20px
}

.modal-body-outer ul li {
	margin-bottom: 9px
}

.oauth-reg-variant2 {
	max-height: 421px !important
}

.site-header__login .loggedin-user:hover .hvr_bx ul li a:focus {
	outline: 0
}

.submit-error h4#mySmallModalLabel {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600
}

.submit-error .modal-header {
	border-bottom: 00
}

.submit-error button.close {
	display: none
}

.submit-error p {
	color: #fff !important;
	opacity: 1
}

.submit-error .modal-body {
	padding-top: 0
}

.submit-error button.btn.button1 {
	background: 0 0 !important;
	color: #00d3ff !important;
	padding: 10px 18px !important;
	border-radius: 30px !important;
	border: 1px solid #00d3ff !important;
	min-width: auto;
	max-width: 130px;
	background:
		color-mix(in srgb, var(--theme-color) 25%, white) !important;
	color: var(--theme-color, #07004f) !important;
}

#take-test-modal .modal-footer {
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.modal-body-outer ul,
.modal-body-outer ol {
	list-style: disc;
	padding-left: 20px;
}

.modal-body-outer ul li,
.modal-body-outer ol li {
	margin-bottom: 9px;
}

.modal-body-outer ul,
.modal-body-outer ol,
body #take-test-modal .modal-content p {
	color: #1a1a1a !important;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

/**------------banner---------**/
#quiz-landing-wrapper {
	font-family: var(--font-montserret);
	/**----------global css--------------**/
	/**-----------global css -------------end**/
	/**----sponsors---**/
	/**.prizeRewards**/
	/**--challanges.--**/
	/**---leaderboard--**/
	/**---whyParticipate--**/
	/**--sponsor-quiz---**/
	/**---contacts--**/
	/**---faqs--**/
	/**---quiz_fotter--**/
	/**--.scroll-nav--**/
	/**social widget**/
}

.scroll-nav nav {
	float: none;
	text-align: center;
}


#quiz-landing-wrapper h2,
#quiz-landing-wrapper .headng4 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: var(--text-color-2);
	text-align: center;
	font-family: var(--SangBleuVersailles-Bold);
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 32px;
	margin-top: 0px;
}

#quiz-landing-wrapper h2:after,
#quiz-landing-wrapper .headng4:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 4px;
	border-radius: 6px;
	background: var(--text-color-3); 
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

#quiz-landing-wrapper h2 span,
#quiz-landing-wrapper .headng4 span {
	display: block;
	color: var(--text-color);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	max-width: 780px;
	margin: 0 auto;
	margin-top: 8px;
}

#quiz-landing-wrapper .btn-primary {
	padding: 12px 24px;
	align-items: center;
	gap: 10px;
	border-radius: 32px;
	background: var(--theme-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	border: 0px;
}

.quiz_fotter {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 24px 24px 0 !important
}

.quiz_fotter .footer_logo {
	padding: 32px 0
}

.quiz_fotter .footer_logo img {
	padding: 0;
	max-width: 250px;
	opacity: .5;
}

.quiz_fotter .footer_logo+ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin-top: 32px;
	margin-bottom: 0;
	padding-bottom: 20px
}

.quiz_fotter ul li a {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	color: var(--text-color);
	font-family: var(--font-montserret);
}

.footer_bottom {
	padding-top: 20px;
	display: inline-block;
	position: relative;
	width: 100%
}

.footer_bottom ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px
}

.quiz_fotter .footer_bottom a,
.quiz_fotter .footer_bottom li {
	color: var(--text-color-4);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px
}

.footer_bottom:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0.04%, #afafaf 51.03%, rgba(255, 255, 255, 0) 100.04%) !important;
	content: '';
	width: 100% !important;
	height: 1px !important;
	display: inline-block !important;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0 !important;
	max-width: 1180px;
	margin: 0 auto
}

#quiz-landing-wrapper .hero-banner {
	background-size: cover !important;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: inline-block;
	padding-bottom: 32px;
	background: transparent !important;
}

#quiz-landing-wrapper .hero-banner h2 {
	margin-bottom: 0px !important;
}


.bottom_widget {
	display: flex;
	position: relative;
	width: 100%;
	padding: 16px 24px;
	justify-content: center;
}

.bottom_widget:before {
	content: '';
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #95599B;
	width: 100%;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 0px;
}

a.text-center.view-all-leaderboard {
	color: var(--theme-font-color);
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	/* 157.143% */
	text-decoration-line: underline;
}


#quiz-landing-wrapper .hero-banner h2 {
	font-family: 'SangBleuVersailles-Bold-WebS';
	color: var(--text-color-3);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 24px;
	margin-top: 16px;
	max-width: 886px;
}

#quiz-landing-wrapper .hero-banner span.session {
	color: var(--theme-font-color);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	display: block;
	margin-top: 32px;
}

#quiz-landing-wrapper .hero-banner p {
	color: var(--theme-font-color);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

#quiz-landing-wrapper .hero-banner .three-cards {
	display: flex;
	margin-top: 16px;
	gap: 12px;
}

#quiz-landing-wrapper .hero-banner .three-cards__box {
	display: flex;
	align-items: start;
	padding: 16px;
	gap: 17px;
	min-width: 32%;
	border-radius: 16px;
	background: var(--badge-bacground);
	backdrop-filter: blur(16px);
}

.three-cards__box svg,
.three-cards__box svg path {
	fill: var(--badge-color-svg);
	min-width: 36px;
}

.image_widget.total_participate {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	display: block;
	margin-top: 16px;
	color: var(--theme-font-color);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 9;
}

modal-overlay h4 span {
	color: #595959;
	font-style: normal;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	margin: 8px auto
}

.modal-overlay {
	position: fixed;
	background: #fff;
	z-index: 111;
	max-width: 424px;
	top: 0;
	transition: right .5s linear;
	right: -1000px;
	height: 100%;
	padding: 24px 24px;
	min-width: 375px;
	text-align: center;
}

.image_box img {
	border-radius: 50%;
	margin-right: 10px
}

div#all_participate_modal.showup {
	right: 0
}

.slider_right:before {
	content: '';
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(8px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	display: inline-block;
	z-index: 1
}

button.close {
	width: 25px;
	height: 25px;
	display: inline-block;
	opacity: .8;
	margin-right: 7px
}

.modal-overlay .close span {
	width: 12px;
	height: 12px;
	display: inline-block;
	color: #998e8e;
	font-size: 39px;
	font-weight: 200;
	opacity: 1;
	position: relative;
	top: -6px
}

.modal-overlay h4 {
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	margin: 0;
	width: 100%;
	overflow: hidden;
	color: #1a1a1a;
	text-overflow: ellipsis;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px
}

.leaderboard_content2_main .leaderboard_body,
.modal_header {
	padding: 0 0px
}

.modal-overlay_container {
	display: inline-block;
	width: 100%;
	padding: 0;
	overflow-y: auto;
	height: calc(100% - 143px);
	width: 100%;
	margin: 0 auto;
}

body.slider_right {
	position: fixed;
}

body.slider_right:before {
	content: '';
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(8px);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	display: inline-block;
	z-index: 11;
}

#all_participate_modal .modal_header h4 {
	overflow: hidden;
	color: #1A1A1A;
	text-overflow: ellipsis;
	font-family: 'SangBleuVersailles-Bold-WebS';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	/* 145% */
	border-bottom: 1px solid #C1D8FA;
	padding-bottom: 8px !important;
	padding-right: 55px;
	position: relative;
}

button.close.all_participate_modal_close {
	top: 0px;
	position: absolute;
	right: 0px;
	margin-right: 0px;
}

#all_participate_modal .modal_header span {
	color: #595959;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 171.429% */
	display: inline-block;
	width: 100%;
}

#all_participate_modal .modal_header button.close.all_participate_modal_close span {
	font-size: 40px;
	font-weight: 300;
	top: 0px;
}

.btn_sticky {
	background: #FFF;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 8px 24px;
	position: absolute;
	left: 0px;
	right: 0px;
}

a.sticky_btn {
	padding: 12px 24px;
	align-items: center;
	gap: 10px;
	border-radius: 32px;
	background: var(--theme-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	border: 0px;
	width: 100%;
	color: white;
	display: inline-block;
	font-family: var(--font-montserret);
}

.modal-overlay_container ul li p {
	margin-bottom: 0px;
}

.modal-overlay_container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 5px;
	background-color: #f5f5f5
}

.modal-overlay_container::-webkit-scrollbar {
	width: 5px;
	background-color: #8f8f92
}

.modal-overlay_container::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6);
	background-color: #8f8f92
}

.modal-overlay_container ul {
	display: inline-block;
	width: 100%;
	text-align: left
}

.modal-overlay_container ul li {
	display: flex;
	align-items: center;
	padding: 16px 0;
	transition: .5s linear
}

.modal-overlay_container ul li .image_box img {
	margin-right: 16px;
}

.modal-overlay_container ul li span.name_box {
	margin-right: 16px;
	width: 45px;
	height: 45px;
	font-weight: 500;
	min-width: 45px;
}

.modal-overlay_container ul li:hover {
	background: #fff;
}

.modal-overlay_container ul li span.name_box {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
	background: var(--theme-banner-gradient-color-25-rgba);
	border-radius: 50%;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	color: white;
	min-width: 45px;
	font-family: var(--font-montserret);
}

.modal-overlay_container ul li .user_block {
	display: inline-block;
	width: calc(100% - 100px);
}

#all_participate_modal .modal-overlay_container h3 {
	color: #1A1A1A;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

#all_participate_modal .modal-overlay_container p {
	color: #595959;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	display: -webkit-box;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.modal-overlay_container ul li h3 {
	margin: 0;
	font-size: 16px
}

.modal-overlay_container ul li p {
	font-size: 12px;
	margin-top: 4px
}

.image_widget.total_participate a#total_participate {
  color: var(--theme-font-color);
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
}

#quiz-landing-wrapper .hero-banner .three-cards__box p {
	color: #1A1A1A;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
}

#quiz-landing-wrapper .hero-banner .three-cards__box p b {
	color: var(--text-color-3);
}

#quiz-landing-wrapper .hero-banner .action {
	margin-top: 24px;
}

#quiz-landing-wrapper .hero-banner .action small {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	display: block;
	margin-top: 16px;
	color: var(--theme-font-color);
}

section#sponsors {
	padding-bottom: 32px;
}

.common_modal .modal-content {
	background: white url(https://img.etb2bimg.com/files/cp/03eb8fe505a1364e1982.png);
	background-size: cover !important;
	border-radius: 10px;
}

.common_modal .modal-content .modal-header {
	padding: 0px;
	border: 0px;
}

.common_modal .modal-content .modal-header button.close {
	font-size: 39px;
	font-weight: 300;
	opacity: 0.6;
}

.common_modal .modal-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px !important;
}

.common_modal button.btn.btn-default {
	border-radius: 32px;
	background: transparent;
	padding: 9px 22px;
	color: black;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}

.common_modal .modal-body.error_msg,
.common_modal .modal-body.error_msg span {
	margin-top: 20px;
	color: #1A1A1A;
	text-overflow: ellipsis;
	font-family: 'SangBleuVersailles-Bold-WebS' !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	border-bottom: 0px;
	padding-bottom: 8px !important;
}

.term-condition_box_wrapper {
	max-width: 886px;
	border-radius: 16px;
	background: var(--background-layer);
	backdrop-filter: blur(60px);
	margin: 0 auto;
	padding: 16px;
}

.term-condition_box_wrapper ul {
  padding-top: 20px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 16px;
	padding-left: 35px;
}

.term-condition_box_wrapper li {
	color: var(--text-color-3);
	font-family: var(--font-montserret);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	/* 157.143% */
	list-style: auto;
}

.site-header__login .loggedin-user .hvr_bx ul li i.fa:before {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .hero-banner {
		background-position: center top !important;
	}

	#quiz-landing-wrapper .hero-banner .three-cards {
		flex-direction: column;
		align-items: center;
	}

	#quiz-landing-wrapper .hero-banner .three-cards__box {
		align-items: center;
		width: 100%;
		max-width: 400px;
	}

	#quiz-landing-wrapper .hero-banner .three-cards__box p {
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
	}

	#quiz-landing-wrapper .hero-banner .three-cards__box p b {
		font-weight: 600;
	}

	#quiz-landing-wrapper .hero-banner br {
		display: none;
	}
}

#quiz-landing-wrapper .sponsors__wrapper {
	border-radius: 12px;
	border-radius: 16px;
	background: var(--background-layer);
	backdrop-filter: blur(60px);
	padding: 16px 24px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

#quiz-landing-wrapper .sponsors__wrapper h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 166.667% */
	letter-spacing: 1.92px;
	text-transform: uppercase;
	color: var(--text-color-3);
	font-family: var(--font-montserret);
	width: 100%;
	min-width: 100%;
	margin-top: 0px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .sponsors__wrapper {
		gap: 10px;
	}

	#quiz-landing-wrapper .sponsors__wrapper__box {
		width: 46%;
	}

	#quiz-landing-wrapper .sponsors__wrapper__box img {
		width: 100%;
	}
}

#quiz-landing-wrapper .prizeRewards__wrapper {
	display: flex;
	align-items: end;
	gap: 20px;
	justify-content: center;
}

.prizeRewards__wrapper.prizeRewards__wrapper2.mt-4 {
	margin-top: 50px;
}

#quiz-landing-wrapper .prizeRewards__wrapper__box {
	text-align: center;
}

#quiz-landing-wrapper .prizeRewards__wrapper__box .rank {
	display: flex;
	width: 50px;
	height: 40px;
	margin: 0 auto 8px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" viewBox="0 0 40 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.77271 0.349638C7.99389 1.21052 7.723 2.09301 8.12103 2.47275C8.22374 2.57068 8.29277 2.65954 8.2745 2.67009C8.25616 2.68072 7.9032 2.98159 7.49007 3.33866L6.73892 3.98788L6.73529 3.40824C6.73181 2.85568 6.529 2.01365 6.39941 2.01365C6.28958 2.01365 5.8215 2.72473 5.62786 3.18588C5.39066 3.75057 5.37785 4.2327 5.59157 4.54689C5.67775 4.67352 5.78157 4.77719 5.82229 4.77719C5.86301 4.77719 5.64312 5.08082 5.33365 5.45185L4.771 6.12658L4.66568 5.753C4.54052 5.30928 4.04935 4.35203 3.94687 4.35203C3.84717 4.35203 3.56656 5.03151 3.45341 5.54715C3.31014 6.19956 3.40866 6.71231 3.74043 7.04138L4.01005 7.30888L3.70643 7.95888L3.40273 8.60881L3.11089 8.16331C2.75113 7.61414 2.15179 6.98866 2.06166 7.06831C2.02489 7.10083 1.99484 7.51536 1.99484 7.98949C1.99484 8.7214 2.02023 8.89983 2.16294 9.17051C2.33507 9.49711 2.56477 9.75001 2.79343 9.86466C2.90847 9.92234 2.91188 9.98548 2.82514 10.4534C2.6946 11.1574 2.64542 11.2284 2.4619 10.9774C2.29854 10.754 1.18353 9.87912 1.06216 9.87912C0.931301 9.87912 1.06967 10.8255 1.27454 11.3313C1.52637 11.953 1.80959 12.3206 2.18682 12.5152L2.49882 12.6761L2.52357 13.3306L2.54832 13.9852L2.15298 13.6399C1.76824 13.3039 0.731971 12.6427 0.590123 12.6427C0.439498 12.6427 0.888842 13.9611 1.20337 14.4418C1.48913 14.8786 1.96749 15.2617 2.35508 15.3643L2.69839 15.4552L2.7962 15.9798C2.84996 16.2684 2.91322 16.5923 2.93662 16.6995C2.97742 16.8858 2.95686 16.8779 2.47558 16.5224C2.00963 16.1781 0.910427 15.5483 0.572807 15.4322C0.445112 15.3883 0.434042 15.4098 0.479427 15.613C0.587513 16.0976 1.1349 16.9995 1.58551 17.4355C2.07628 17.9104 2.41446 18.0882 2.96169 18.159L3.31836 18.2052L3.52916 18.8429C3.64515 19.1937 3.76881 19.5224 3.804 19.5734C3.83918 19.6244 3.62444 19.5159 3.32674 19.3323C2.7996 19.0073 2.00544 18.6494 1.20416 18.3757C0.986728 18.3014 0.799416 18.2407 0.78803 18.2407C0.712757 18.2405 1.06635 18.8265 1.41156 19.274C2.19196 20.2857 3.04756 20.8162 3.91035 20.823L4.40254 20.827L4.61547 21.1813C4.73257 21.3762 4.91135 21.6466 5.01271 21.7823C5.11416 21.918 5.1971 22.0515 5.1971 22.0789C5.1971 22.1063 4.93175 22.0188 4.60741 21.8845C3.9562 21.6149 2.16033 21.1283 1.93602 21.1607C1.81868 21.1777 1.86185 21.2568 2.17978 21.6082C3.23178 22.7706 4.86343 23.5566 5.76995 23.3379C5.94239 23.2963 6.12472 23.2764 6.17517 23.2938C6.22561 23.3111 6.49698 23.5746 6.77814 23.8792C7.05931 24.1839 7.22654 24.4115 7.1496 24.3851C6.35022 24.1102 3.61574 23.7389 3.61574 23.9052C3.61574 23.9912 4.74736 24.7519 5.28415 25.0267C5.7943 25.2879 6.74485 25.5792 7.2924 25.6419C7.54818 25.6711 7.81994 25.6511 8.06236 25.585L8.43691 25.4827L8.89946 25.8526L9.36193 26.2224L7.89229 26.2267C7.08398 26.2291 6.3337 26.2623 6.22498 26.3007C6.04313 26.3648 6.10654 26.405 7.01566 26.8026C8.15487 27.3007 8.92492 27.5109 9.83183 27.5712C10.3095 27.6029 10.5666 27.5855 10.8369 27.5029L11.2001 27.392L11.8014 27.666C13.3917 28.3905 14.9795 28.8857 16.7605 29.2128C17.7015 29.3856 18.1591 29.5074 17.8673 29.5074C17.8199 29.5074 16.6222 29.6816 15.2056 29.8945L12.6301 30.2817L11.5277 31.1169C10.9213 31.5762 10.423 31.9722 10.4204 31.9968C10.4177 32.0215 10.9049 31.9001 11.5028 31.7272C13.4266 31.1709 16.237 30.4469 18.2164 29.9976L20.1448 29.5599L21.5068 29.8613C23.4163 30.2838 25.6272 30.839 27.8793 31.4615C28.9391 31.7544 29.8204 31.9813 29.8379 31.9656C29.8667 31.9399 28.1491 30.6006 27.7856 30.3654C27.7019 30.3112 27.1128 30.1917 26.4766 30.0998C24.6331 29.8337 22.487 29.4917 22.319 29.4373C22.214 29.4033 22.321 29.3713 22.6518 29.3378C24.0431 29.1967 26.1622 28.5897 27.744 27.879C28.8164 27.3972 28.8262 27.3945 29.1277 27.4909C29.8058 27.7076 30.9461 27.5705 32.2553 27.1149C33.1029 26.82 33.9338 26.3926 33.8338 26.3029C33.7854 26.2596 33.1381 26.2288 32.2025 26.2254L30.6515 26.2197L31.1089 25.8471C31.3949 25.6141 31.6107 25.49 31.6849 25.5158C32.6022 25.8353 33.889 25.5349 35.3528 24.6596C35.7055 24.4487 36.1008 24.1751 36.2313 24.0518L36.4685 23.8274L35.8755 23.876C35.0824 23.941 33.6325 24.1622 33.1674 24.2891C32.9609 24.3454 32.7918 24.3783 32.7918 24.3621C32.7918 24.3459 33.0274 24.0831 33.3154 23.778L33.8391 23.2235L34.1202 23.3101C34.6823 23.4833 35.5738 23.2693 36.4419 22.7529C36.8936 22.4843 37.9206 21.5703 38.0905 21.2858C38.1805 21.135 38.1743 21.1325 37.8402 21.1831C37.2724 21.2691 35.7912 21.7135 35.2333 21.9652L34.7097 22.2014L35.1653 21.5217L35.6209 20.842L36.0901 20.8312C36.7874 20.8151 37.3189 20.5535 38.025 19.8785C38.5657 19.3618 39.1963 18.5305 39.1963 18.3345C39.1963 18.2686 39.1351 18.266 38.9394 18.3239C38.4072 18.481 36.928 19.1576 36.5534 19.4154C36.2677 19.6119 36.1795 19.6469 36.2225 19.5466C36.2547 19.4714 36.3758 19.1308 36.4917 18.7898L36.7023 18.1697H36.985C37.6593 18.1697 38.5211 17.5404 39.0387 16.6701C39.2942 16.2405 39.615 15.4744 39.56 15.4251C39.4553 15.3312 37.8676 16.2244 37.3714 16.6563L37.0093 16.9715L37.1519 16.2561C37.3121 15.4515 37.3321 15.4062 37.5251 15.4062C37.7736 15.4062 38.3826 15.0011 38.6421 14.6632C38.7818 14.4812 38.9776 14.1513 39.0769 13.9303C39.2833 13.4717 39.4811 12.7325 39.4136 12.6721C39.3447 12.6103 38.3087 13.244 37.8568 13.6243L37.4568 13.9608V13.3017C37.4568 12.7637 37.4786 12.6427 37.5752 12.6427C37.7723 12.6427 38.3266 12.142 38.5323 11.778C38.8424 11.2296 39.1467 9.87912 38.9602 9.87912C38.848 9.87912 38.1491 10.406 37.7284 10.8076L37.3279 11.19L37.2045 10.5877L37.0811 9.98541L37.3503 9.78367C37.896 9.3748 38.1615 8.54078 38.04 7.61726C38.0019 7.32808 37.9352 7.08291 37.8917 7.07242C37.7846 7.04663 37.0982 7.81227 36.8206 8.26719C36.6309 8.57812 36.5873 8.61377 36.5412 8.49557C36.5112 8.41862 36.3704 8.11009 36.2284 7.81007L35.97 7.26445L36.1482 7.15993C36.6401 6.87096 36.7357 5.91506 36.3681 4.96022C36.2494 4.6517 36.1132 4.3876 36.0656 4.37336C35.9645 4.34317 35.4514 5.31466 35.3185 5.7878L35.2274 6.11191L34.6865 5.4673L34.1457 4.82275L34.3318 4.62449C34.4341 4.5155 34.5395 4.33786 34.566 4.22972C34.674 3.78798 34.2694 2.73153 33.7852 2.19051L33.5952 1.97822L33.5032 2.1908C33.3391 2.56961 33.1783 3.45983 33.229 3.70848C33.2775 3.94643 33.2653 3.93991 32.5212 3.32775C32.1047 2.98514 31.7639 2.69461 31.7639 2.68214C31.7639 2.66967 31.8395 2.54467 31.932 2.4043C32.2403 1.93591 31.996 1.21945 31.2294 0.34404C30.8764 -0.0590125 30.8674 -0.0639019 30.7916 0.105029C30.6925 0.325829 30.6753 1.40609 30.7657 1.7302C30.8322 1.96865 30.8291 1.97375 30.6866 1.86215C30.4813 1.70136 29.46 1.14958 29.4253 1.18068C29.4097 1.19464 29.6638 1.4097 29.9901 1.65857C30.7905 2.26924 32.5513 3.89498 33.2144 4.63547C34.8597 6.47294 36.1222 8.71077 36.5388 10.5281C36.9384 12.2714 36.9061 13.9181 36.4223 16.4691C36.1081 18.1262 35.6299 19.5417 35.0166 20.6304C33.329 23.6266 30.3356 26.2626 27.4539 27.2901C24.8483 28.2193 22.4731 28.6711 20.1409 28.6814C18.8163 28.6872 18.3843 28.6542 17.0302 28.4433C15.3082 28.1752 12.7411 27.446 11.5225 26.879C10.2146 26.2703 8.17764 24.7115 7.04025 23.4488C5.36093 21.5846 4.28679 19.5954 3.78502 17.4203C3.32967 15.4463 3.10757 13.1843 3.23945 11.8632C3.58348 8.4177 5.82094 5.03285 9.98071 1.66516C10.6414 1.13023 10.5759 1.12322 9.68705 1.63369C9.169 1.93124 9.15817 1.934 9.23692 1.74834C9.37956 1.41211 9.32374 0.0864633 9.16339 0.00306093C9.13453 -0.0119614 8.95876 0.144002 8.77271 0.349638ZM10.0334 2.47664C9.19367 2.63998 8.41596 3.15549 8.6685 3.38132C8.82877 3.52467 9.84147 3.47698 10.3365 3.3028C10.9443 3.08902 12.0116 2.51739 11.9553 2.43576C11.8868 2.33648 10.6147 2.36355 10.0334 2.47664ZM28.096 2.42626C28.03 2.52185 28.4848 2.78637 29.368 3.16626C30.3074 3.57023 31.3686 3.6182 31.3686 3.25674C31.3686 3.08881 30.7232 2.65358 30.3047 2.53936C29.7932 2.39969 28.1715 2.31664 28.096 2.42626ZM7.90359 4.53272C7.34126 4.66842 7.07433 4.80057 6.82416 5.06701C6.5675 5.34031 6.5902 5.42499 6.94197 5.50747C7.52233 5.64352 8.48672 5.39481 9.58189 4.82665C10.0433 4.58728 10.107 4.53258 9.97723 4.48709C9.71718 4.39589 8.34551 4.42615 7.90359 4.53272ZM29.9644 4.47724C29.8955 4.51954 30.0664 4.63951 30.5178 4.86562C31.7121 5.46389 32.5482 5.66308 33.136 5.48919C33.4153 5.40664 33.4197 5.39977 33.3125 5.21489C33.178 4.98283 32.8675 4.77499 32.3965 4.60174C32.0059 4.45811 30.1501 4.36308 29.9644 4.47724ZM7.08137 6.4086C6.00533 6.57137 5.2802 6.92007 5.06703 7.37733C4.91728 7.69854 4.99373 7.76989 5.48688 7.7689C5.93369 7.76798 6.4104 7.61273 7.01202 7.2721C7.53427 6.97647 8.27023 6.46253 8.27632 6.38926C8.28186 6.32279 7.5727 6.33427 7.08137 6.4086ZM31.9616 6.58285C32.9026 7.33828 34.1192 7.86371 34.7239 7.77578C34.9534 7.7424 35.0057 7.70407 35.0057 7.56936C35.0057 7.47838 34.8935 7.28932 34.7563 7.1493C34.3072 6.69098 33.5468 6.44247 32.3808 6.37289L31.6453 6.32895L31.9616 6.58285ZM5.94824 8.52604C4.66821 8.86312 3.93201 9.4193 3.93201 10.0493C3.93201 10.2187 3.95873 10.2333 4.26805 10.2327C4.79701 10.2316 5.38338 9.94133 6.02138 9.36453C6.33346 9.08244 6.6695 8.74798 6.7681 8.62135L6.94735 8.39105L6.685 8.39608C6.5407 8.39885 6.20917 8.45738 5.94824 8.52604ZM33.1081 8.45922C33.1081 8.49671 33.4305 8.82968 33.8247 9.19914C34.6304 9.95451 35.1371 10.2334 35.7036 10.2334H36.0542L36.0132 9.90796C35.9413 9.33583 35.2877 8.86688 34.1079 8.54085C33.5315 8.38156 33.1081 8.34698 33.1081 8.45922ZM5.79011 10.8661C4.36657 11.3208 3.53873 12.0424 3.62847 12.7502C3.65401 12.9518 3.6714 12.9609 4.00396 12.947C4.65635 12.9198 5.36947 12.3634 6.0432 11.3559C6.50259 10.6691 6.48899 10.6428 5.79011 10.8661ZM33.7108 10.9597C34.4217 12.196 35.3909 12.997 36.1759 12.997C36.5298 12.997 36.4932 12.4201 36.1094 11.9525C35.9783 11.7925 35.6695 11.5418 35.4234 11.3955C34.9663 11.1236 33.9715 10.7362 33.7188 10.7318C33.586 10.7296 33.5856 10.7418 33.7108 10.9597ZM5.70527 13.2C4.91815 13.5423 4.30474 13.9753 4.00214 14.4023C3.80882 14.6749 3.77158 14.7952 3.79048 15.0867C3.81657 15.489 3.89216 15.5303 4.38491 15.4114C5.02726 15.2564 5.76014 14.4771 6.19256 13.4892C6.31132 13.218 6.39126 12.9807 6.37023 12.9618C6.3492 12.943 6.04992 13.0502 5.70527 13.2ZM33.6237 13.0855C33.6522 13.1733 33.8292 13.532 34.017 13.8827C34.5242 14.8302 35.3099 15.4707 35.9708 15.4755C36.1535 15.4769 36.1922 15.4406 36.2371 15.226C36.3682 14.5999 35.6013 13.7802 34.3672 13.2273C33.9975 13.0616 33.6673 12.9261 33.6334 12.9261C33.5996 12.9261 33.5952 12.9978 33.6237 13.0855ZM6.20964 15.2763C5.51962 15.6092 4.86904 16.1144 4.57879 16.5425C4.34973 16.8803 4.32031 16.9775 4.3483 17.3042C4.38807 17.7692 4.46856 17.8473 4.84248 17.7845C5.18927 17.7262 5.73642 17.2973 6.02288 16.8592C6.25234 16.5083 6.72082 15.3023 6.68429 15.1566C6.66602 15.0835 6.54695 15.1136 6.20964 15.2763ZM33.3033 15.2037C33.7822 16.7094 34.2013 17.3782 34.8521 17.6758C35.343 17.9002 35.5359 17.8662 35.6465 17.5355C35.7204 17.3143 35.7181 17.184 35.6356 16.9155C35.4912 16.4457 34.6317 15.6794 33.8314 15.3071C33.27 15.0458 33.252 15.0423 33.3033 15.2037ZM32.95 17.5229C32.95 17.8467 33.1298 18.7849 33.2699 19.1911C33.443 19.6934 33.8777 20.1944 34.267 20.3402C34.6068 20.4675 34.589 20.4722 34.7694 20.207C34.9964 19.8734 34.9779 19.3525 34.7227 18.8937C34.5157 18.5213 33.6739 17.7585 33.1963 17.5103C32.9553 17.385 32.95 17.3853 32.95 17.5229ZM6.40146 17.779C5.90468 18.1136 5.46458 18.5515 5.25055 18.9241C4.96669 19.4182 5.012 20.0526 5.35065 20.3273C5.48965 20.44 5.51709 20.4385 5.81754 20.3011C6.48915 19.994 6.8493 19.2707 7.011 17.904C7.04934 17.5802 7.0378 17.4611 6.9683 17.4611C6.91596 17.4611 6.66088 17.6041 6.40146 17.779ZM7.4212 19.9728C6.64594 20.6963 6.35189 21.4767 6.61882 22.1025C6.72604 22.354 7.08089 22.7048 7.22812 22.7048C7.2852 22.7048 7.46959 22.5814 7.63785 22.4306C7.85845 22.2329 7.9727 22.0503 8.04781 21.7752C8.19686 21.2295 8.13748 19.5161 7.96962 19.5161C7.93704 19.5161 7.69027 19.7216 7.4212 19.9728ZM31.9703 19.5743C31.8667 19.7245 31.8284 21.2758 31.9186 21.6639C32.0147 22.0774 32.3176 22.4823 32.6498 22.6417C32.8695 22.747 33.1305 22.571 33.3459 22.1723C33.6816 21.5508 33.401 20.7346 32.5779 19.9378C32.1466 19.5203 32.0482 19.4614 31.9703 19.5743ZM9.01497 21.766C8.20658 22.8365 8.16041 23.8053 8.88673 24.4562C9.2691 24.7989 9.44431 24.8305 9.68492 24.6003C10.1794 24.1272 10.1427 23.4128 9.54505 21.8722C9.45048 21.6286 9.34975 21.4294 9.32113 21.4295C9.2925 21.4295 9.15477 21.581 9.01497 21.766ZM30.5445 21.6752C30.079 22.6735 29.8588 23.7075 30.0189 24.1424C30.1439 24.4818 30.3969 24.7597 30.5809 24.7597C30.7931 24.7597 31.2698 24.3636 31.4603 24.0289C31.7179 23.5764 31.646 22.8775 31.2721 22.1994C31.1112 21.9077 30.909 21.6117 30.8227 21.5418C30.6699 21.4178 30.6629 21.4212 30.5445 21.6752ZM11.0102 23.4814C10.9436 23.5969 10.8326 23.9077 10.7635 24.1723C10.4848 25.2397 10.9157 26.1936 11.8467 26.5699C12.1418 26.6891 12.1623 26.689 12.3104 26.5689C12.8467 26.134 12.6289 25.2431 11.6558 23.8911C11.4105 23.5504 11.1921 23.2717 11.1705 23.2717C11.1489 23.2717 11.0768 23.3661 11.0102 23.4814ZM28.3295 23.9254C27.4512 25.1473 27.2182 25.922 27.5725 26.4427C27.7667 26.7281 27.9222 26.7314 28.3797 26.4598C29.0674 26.0516 29.3541 25.4763 29.2934 24.6264C29.2576 24.126 28.9794 23.2712 28.8525 23.272C28.823 23.2722 28.5877 23.5662 28.3295 23.9254Z" fill="%2395599B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.77271 0.349638C7.99389 1.21052 7.723 2.09301 8.12103 2.47275C8.22374 2.57068 8.29277 2.65954 8.2745 2.67009C8.25616 2.68072 7.9032 2.98159 7.49007 3.33866L6.73892 3.98788L6.73529 3.40824C6.73181 2.85568 6.529 2.01365 6.39941 2.01365C6.28958 2.01365 5.8215 2.72473 5.62786 3.18588C5.39066 3.75057 5.37785 4.2327 5.59157 4.54689C5.67775 4.67352 5.78157 4.77719 5.82229 4.77719C5.86301 4.77719 5.64312 5.08082 5.33365 5.45185L4.771 6.12658L4.66568 5.753C4.54052 5.30928 4.04935 4.35203 3.94687 4.35203C3.84717 4.35203 3.56656 5.03151 3.45341 5.54715C3.31014 6.19956 3.40866 6.71231 3.74043 7.04138L4.01005 7.30888L3.70643 7.95888L3.40273 8.60881L3.11089 8.16331C2.75113 7.61414 2.15179 6.98866 2.06166 7.06831C2.02489 7.10083 1.99484 7.51536 1.99484 7.98949C1.99484 8.7214 2.02023 8.89983 2.16294 9.17051C2.33507 9.49711 2.56477 9.75001 2.79343 9.86466C2.90847 9.92234 2.91188 9.98548 2.82514 10.4534C2.6946 11.1574 2.64542 11.2284 2.4619 10.9774C2.29854 10.754 1.18353 9.87912 1.06216 9.87912C0.931301 9.87912 1.06967 10.8255 1.27454 11.3313C1.52637 11.953 1.80959 12.3206 2.18682 12.5152L2.49882 12.6761L2.52357 13.3306L2.54832 13.9852L2.15298 13.6399C1.76824 13.3039 0.731971 12.6427 0.590123 12.6427C0.439498 12.6427 0.888842 13.9611 1.20337 14.4418C1.48913 14.8786 1.96749 15.2617 2.35508 15.3643L2.69839 15.4552L2.7962 15.9798C2.84996 16.2684 2.91322 16.5923 2.93662 16.6995C2.97742 16.8858 2.95686 16.8779 2.47558 16.5224C2.00963 16.1781 0.910427 15.5483 0.572807 15.4322C0.445112 15.3883 0.434042 15.4098 0.479427 15.613C0.587513 16.0976 1.1349 16.9995 1.58551 17.4355C2.07628 17.9104 2.41446 18.0882 2.96169 18.159L3.31836 18.2052L3.52916 18.8429C3.64515 19.1937 3.76881 19.5224 3.804 19.5734C3.83918 19.6244 3.62444 19.5159 3.32674 19.3323C2.7996 19.0073 2.00544 18.6494 1.20416 18.3757C0.986728 18.3014 0.799416 18.2407 0.78803 18.2407C0.712757 18.2405 1.06635 18.8265 1.41156 19.274C2.19196 20.2857 3.04756 20.8162 3.91035 20.823L4.40254 20.827L4.61547 21.1813C4.73257 21.3762 4.91135 21.6466 5.01271 21.7823C5.11416 21.918 5.1971 22.0515 5.1971 22.0789C5.1971 22.1063 4.93175 22.0188 4.60741 21.8845C3.9562 21.6149 2.16033 21.1283 1.93602 21.1607C1.81868 21.1777 1.86185 21.2568 2.17978 21.6082C3.23178 22.7706 4.86343 23.5566 5.76995 23.3379C5.94239 23.2963 6.12472 23.2764 6.17517 23.2938C6.22561 23.3111 6.49698 23.5746 6.77814 23.8792C7.05931 24.1839 7.22654 24.4115 7.1496 24.3851C6.35022 24.1102 3.61574 23.7389 3.61574 23.9052C3.61574 23.9912 4.74736 24.7519 5.28415 25.0267C5.7943 25.2879 6.74485 25.5792 7.2924 25.6419C7.54818 25.6711 7.81994 25.6511 8.06236 25.585L8.43691 25.4827L8.89946 25.8526L9.36193 26.2224L7.89229 26.2267C7.08398 26.2291 6.3337 26.2623 6.22498 26.3007C6.04313 26.3648 6.10654 26.405 7.01566 26.8026C8.15487 27.3007 8.92492 27.5109 9.83183 27.5712C10.3095 27.6029 10.5666 27.5855 10.8369 27.5029L11.2001 27.392L11.8014 27.666C13.3917 28.3905 14.9795 28.8857 16.7605 29.2128C17.7015 29.3856 18.1591 29.5074 17.8673 29.5074C17.8199 29.5074 16.6222 29.6816 15.2056 29.8945L12.6301 30.2817L11.5277 31.1169C10.9213 31.5762 10.423 31.9722 10.4204 31.9968C10.4177 32.0215 10.9049 31.9001 11.5028 31.7272C13.4266 31.1709 16.237 30.4469 18.2164 29.9976L20.1448 29.5599L21.5068 29.8613C23.4163 30.2838 25.6272 30.839 27.8793 31.4615C28.9391 31.7544 29.8204 31.9813 29.8379 31.9656C29.8667 31.9399 28.1491 30.6006 27.7856 30.3654C27.7019 30.3112 27.1128 30.1917 26.4766 30.0998C24.6331 29.8337 22.487 29.4917 22.319 29.4373C22.214 29.4033 22.321 29.3713 22.6518 29.3378C24.0431 29.1967 26.1622 28.5897 27.744 27.879C28.8164 27.3972 28.8262 27.3945 29.1277 27.4909C29.8058 27.7076 30.9461 27.5705 32.2553 27.1149C33.1029 26.82 33.9338 26.3926 33.8338 26.3029C33.7854 26.2596 33.1381 26.2288 32.2025 26.2254L30.6515 26.2197L31.1089 25.8471C31.3949 25.6141 31.6107 25.49 31.6849 25.5158C32.6022 25.8353 33.889 25.5349 35.3528 24.6596C35.7055 24.4487 36.1008 24.1751 36.2313 24.0518L36.4685 23.8274L35.8755 23.876C35.0824 23.941 33.6325 24.1622 33.1674 24.2891C32.9609 24.3454 32.7918 24.3783 32.7918 24.3621C32.7918 24.3459 33.0274 24.0831 33.3154 23.778L33.8391 23.2235L34.1202 23.3101C34.6823 23.4833 35.5738 23.2693 36.4419 22.7529C36.8936 22.4843 37.9206 21.5703 38.0905 21.2858C38.1805 21.135 38.1743 21.1325 37.8402 21.1831C37.2724 21.2691 35.7912 21.7135 35.2333 21.9652L34.7097 22.2014L35.1653 21.5217L35.6209 20.842L36.0901 20.8312C36.7874 20.8151 37.3189 20.5535 38.025 19.8785C38.5657 19.3618 39.1963 18.5305 39.1963 18.3345C39.1963 18.2686 39.1351 18.266 38.9394 18.3239C38.4072 18.481 36.928 19.1576 36.5534 19.4154C36.2677 19.6119 36.1795 19.6469 36.2225 19.5466C36.2547 19.4714 36.3758 19.1308 36.4917 18.7898L36.7023 18.1697H36.985C37.6593 18.1697 38.5211 17.5404 39.0387 16.6701C39.2942 16.2405 39.615 15.4744 39.56 15.4251C39.4553 15.3312 37.8676 16.2244 37.3714 16.6563L37.0093 16.9715L37.1519 16.2561C37.3121 15.4515 37.3321 15.4062 37.5251 15.4062C37.7736 15.4062 38.3826 15.0011 38.6421 14.6632C38.7818 14.4812 38.9776 14.1513 39.0769 13.9303C39.2833 13.4717 39.4811 12.7325 39.4136 12.6721C39.3447 12.6103 38.3087 13.244 37.8568 13.6243L37.4568 13.9608V13.3017C37.4568 12.7637 37.4786 12.6427 37.5752 12.6427C37.7723 12.6427 38.3266 12.142 38.5323 11.778C38.8424 11.2296 39.1467 9.87912 38.9602 9.87912C38.848 9.87912 38.1491 10.406 37.7284 10.8076L37.3279 11.19L37.2045 10.5877L37.0811 9.98541L37.3503 9.78367C37.896 9.3748 38.1615 8.54078 38.04 7.61726C38.0019 7.32808 37.9352 7.08291 37.8917 7.07242C37.7846 7.04663 37.0982 7.81227 36.8206 8.26719C36.6309 8.57812 36.5873 8.61377 36.5412 8.49557C36.5112 8.41862 36.3704 8.11009 36.2284 7.81007L35.97 7.26445L36.1482 7.15993C36.6401 6.87096 36.7357 5.91506 36.3681 4.96022C36.2494 4.6517 36.1132 4.3876 36.0656 4.37336C35.9645 4.34317 35.4514 5.31466 35.3185 5.7878L35.2274 6.11191L34.6865 5.4673L34.1457 4.82275L34.3318 4.62449C34.4341 4.5155 34.5395 4.33786 34.566 4.22972C34.674 3.78798 34.2694 2.73153 33.7852 2.19051L33.5952 1.97822L33.5032 2.1908C33.3391 2.56961 33.1783 3.45983 33.229 3.70848C33.2775 3.94643 33.2653 3.93991 32.5212 3.32775C32.1047 2.98514 31.7639 2.69461 31.7639 2.68214C31.7639 2.66967 31.8395 2.54467 31.932 2.4043C32.2403 1.93591 31.996 1.21945 31.2294 0.34404C30.8764 -0.0590125 30.8674 -0.0639019 30.7916 0.105029C30.6925 0.325829 30.6753 1.40609 30.7657 1.7302C30.8322 1.96865 30.8291 1.97375 30.6866 1.86215C30.4813 1.70136 29.46 1.14958 29.4253 1.18068C29.4097 1.19464 29.6638 1.4097 29.9901 1.65857C30.7905 2.26924 32.5513 3.89498 33.2144 4.63547C34.8597 6.47294 36.1222 8.71077 36.5388 10.5281C36.9384 12.2714 36.9061 13.9181 36.4223 16.4691C36.1081 18.1262 35.6299 19.5417 35.0166 20.6304C33.329 23.6266 30.3356 26.2626 27.4539 27.2901C24.8483 28.2193 22.4731 28.6711 20.1409 28.6814C18.8163 28.6872 18.3843 28.6542 17.0302 28.4433C15.3082 28.1752 12.7411 27.446 11.5225 26.879C10.2146 26.2703 8.17764 24.7115 7.04025 23.4488C5.36093 21.5846 4.28679 19.5954 3.78502 17.4203C3.32967 15.4463 3.10757 13.1843 3.23945 11.8632C3.58348 8.4177 5.82094 5.03285 9.98071 1.66516C10.6414 1.13023 10.5759 1.12322 9.68705 1.63369C9.169 1.93124 9.15817 1.934 9.23692 1.74834C9.37956 1.41211 9.32374 0.0864633 9.16339 0.00306093C9.13453 -0.0119614 8.95876 0.144002 8.77271 0.349638ZM10.0334 2.47664C9.19367 2.63998 8.41596 3.15549 8.6685 3.38132C8.82877 3.52467 9.84147 3.47698 10.3365 3.3028C10.9443 3.08902 12.0116 2.51739 11.9553 2.43576C11.8868 2.33648 10.6147 2.36355 10.0334 2.47664ZM28.096 2.42626C28.03 2.52185 28.4848 2.78637 29.368 3.16626C30.3074 3.57023 31.3686 3.6182 31.3686 3.25674C31.3686 3.08881 30.7232 2.65358 30.3047 2.53936C29.7932 2.39969 28.1715 2.31664 28.096 2.42626ZM7.90359 4.53272C7.34126 4.66842 7.07433 4.80057 6.82416 5.06701C6.5675 5.34031 6.5902 5.42499 6.94197 5.50747C7.52233 5.64352 8.48672 5.39481 9.58189 4.82665C10.0433 4.58728 10.107 4.53258 9.97723 4.48709C9.71718 4.39589 8.34551 4.42615 7.90359 4.53272ZM29.9644 4.47724C29.8955 4.51954 30.0664 4.63951 30.5178 4.86562C31.7121 5.46389 32.5482 5.66308 33.136 5.48919C33.4153 5.40664 33.4197 5.39977 33.3125 5.21489C33.178 4.98283 32.8675 4.77499 32.3965 4.60174C32.0059 4.45811 30.1501 4.36308 29.9644 4.47724ZM7.08137 6.4086C6.00533 6.57137 5.2802 6.92007 5.06703 7.37733C4.91728 7.69854 4.99373 7.76989 5.48688 7.7689C5.93369 7.76798 6.4104 7.61273 7.01202 7.2721C7.53427 6.97647 8.27023 6.46253 8.27632 6.38926C8.28186 6.32279 7.5727 6.33427 7.08137 6.4086ZM31.9616 6.58285C32.9026 7.33828 34.1192 7.86371 34.7239 7.77578C34.9534 7.7424 35.0057 7.70407 35.0057 7.56936C35.0057 7.47838 34.8935 7.28932 34.7563 7.1493C34.3072 6.69098 33.5468 6.44247 32.3808 6.37289L31.6453 6.32895L31.9616 6.58285ZM5.94824 8.52604C4.66821 8.86312 3.93201 9.4193 3.93201 10.0493C3.93201 10.2187 3.95873 10.2333 4.26805 10.2327C4.79701 10.2316 5.38338 9.94133 6.02138 9.36453C6.33346 9.08244 6.6695 8.74798 6.7681 8.62135L6.94735 8.39105L6.685 8.39608C6.5407 8.39885 6.20917 8.45738 5.94824 8.52604ZM33.1081 8.45922C33.1081 8.49671 33.4305 8.82968 33.8247 9.19914C34.6304 9.95451 35.1371 10.2334 35.7036 10.2334H36.0542L36.0132 9.90796C35.9413 9.33583 35.2877 8.86688 34.1079 8.54085C33.5315 8.38156 33.1081 8.34698 33.1081 8.45922ZM5.79011 10.8661C4.36657 11.3208 3.53873 12.0424 3.62847 12.7502C3.65401 12.9518 3.6714 12.9609 4.00396 12.947C4.65635 12.9198 5.36947 12.3634 6.0432 11.3559C6.50259 10.6691 6.48899 10.6428 5.79011 10.8661ZM33.7108 10.9597C34.4217 12.196 35.3909 12.997 36.1759 12.997C36.5298 12.997 36.4932 12.4201 36.1094 11.9525C35.9783 11.7925 35.6695 11.5418 35.4234 11.3955C34.9663 11.1236 33.9715 10.7362 33.7188 10.7318C33.586 10.7296 33.5856 10.7418 33.7108 10.9597ZM5.70527 13.2C4.91815 13.5423 4.30474 13.9753 4.00214 14.4023C3.80882 14.6749 3.77158 14.7952 3.79048 15.0867C3.81657 15.489 3.89216 15.5303 4.38491 15.4114C5.02726 15.2564 5.76014 14.4771 6.19256 13.4892C6.31132 13.218 6.39126 12.9807 6.37023 12.9618C6.3492 12.943 6.04992 13.0502 5.70527 13.2ZM33.6237 13.0855C33.6522 13.1733 33.8292 13.532 34.017 13.8827C34.5242 14.8302 35.3099 15.4707 35.9708 15.4755C36.1535 15.4769 36.1922 15.4406 36.2371 15.226C36.3682 14.5999 35.6013 13.7802 34.3672 13.2273C33.9975 13.0616 33.6673 12.9261 33.6334 12.9261C33.5996 12.9261 33.5952 12.9978 33.6237 13.0855ZM6.20964 15.2763C5.51962 15.6092 4.86904 16.1144 4.57879 16.5425C4.34973 16.8803 4.32031 16.9775 4.3483 17.3042C4.38807 17.7692 4.46856 17.8473 4.84248 17.7845C5.18927 17.7262 5.73642 17.2973 6.02288 16.8592C6.25234 16.5083 6.72082 15.3023 6.68429 15.1566C6.66602 15.0835 6.54695 15.1136 6.20964 15.2763ZM33.3033 15.2037C33.7822 16.7094 34.2013 17.3782 34.8521 17.6758C35.343 17.9002 35.5359 17.8662 35.6465 17.5355C35.7204 17.3143 35.7181 17.184 35.6356 16.9155C35.4912 16.4457 34.6317 15.6794 33.8314 15.3071C33.27 15.0458 33.252 15.0423 33.3033 15.2037ZM32.95 17.5229C32.95 17.8467 33.1298 18.7849 33.2699 19.1911C33.443 19.6934 33.8777 20.1944 34.267 20.3402C34.6068 20.4675 34.589 20.4722 34.7694 20.207C34.9964 19.8734 34.9779 19.3525 34.7227 18.8937C34.5157 18.5213 33.6739 17.7585 33.1963 17.5103C32.9553 17.385 32.95 17.3853 32.95 17.5229ZM6.40146 17.779C5.90468 18.1136 5.46458 18.5515 5.25055 18.9241C4.96669 19.4182 5.012 20.0526 5.35065 20.3273C5.48965 20.44 5.51709 20.4385 5.81754 20.3011C6.48915 19.994 6.8493 19.2707 7.011 17.904C7.04934 17.5802 7.0378 17.4611 6.9683 17.4611C6.91596 17.4611 6.66088 17.6041 6.40146 17.779ZM7.4212 19.9728C6.64594 20.6963 6.35189 21.4767 6.61882 22.1025C6.72604 22.354 7.08089 22.7048 7.22812 22.7048C7.2852 22.7048 7.46959 22.5814 7.63785 22.4306C7.85845 22.2329 7.9727 22.0503 8.04781 21.7752C8.19686 21.2295 8.13748 19.5161 7.96962 19.5161C7.93704 19.5161 7.69027 19.7216 7.4212 19.9728ZM31.9703 19.5743C31.8667 19.7245 31.8284 21.2758 31.9186 21.6639C32.0147 22.0774 32.3176 22.4823 32.6498 22.6417C32.8695 22.747 33.1305 22.571 33.3459 22.1723C33.6816 21.5508 33.401 20.7346 32.5779 19.9378C32.1466 19.5203 32.0482 19.4614 31.9703 19.5743ZM9.01497 21.766C8.20658 22.8365 8.16041 23.8053 8.88673 24.4562C9.2691 24.7989 9.44431 24.8305 9.68492 24.6003C10.1794 24.1272 10.1427 23.4128 9.54505 21.8722C9.45048 21.6286 9.34975 21.4294 9.32113 21.4295C9.2925 21.4295 9.15477 21.581 9.01497 21.766ZM30.5445 21.6752C30.079 22.6735 29.8588 23.7075 30.0189 24.1424C30.1439 24.4818 30.3969 24.7597 30.5809 24.7597C30.7931 24.7597 31.2698 24.3636 31.4603 24.0289C31.7179 23.5764 31.646 22.8775 31.2721 22.1994C31.1112 21.9077 30.909 21.6117 30.8227 21.5418C30.6699 21.4178 30.6629 21.4212 30.5445 21.6752ZM11.0102 23.4814C10.9436 23.5969 10.8326 23.9077 10.7635 24.1723C10.4848 25.2397 10.9157 26.1936 11.8467 26.5699C12.1418 26.6891 12.1623 26.689 12.3104 26.5689C12.8467 26.134 12.6289 25.2431 11.6558 23.8911C11.4105 23.5504 11.1921 23.2717 11.1705 23.2717C11.1489 23.2717 11.0768 23.3661 11.0102 23.4814ZM28.3295 23.9254C27.4512 25.1473 27.2182 25.922 27.5725 26.4427C27.7667 26.7281 27.9222 26.7314 28.3797 26.4598C29.0674 26.0516 29.3541 25.4763 29.2934 24.6264C29.2576 24.126 28.9794 23.2712 28.8525 23.272C28.823 23.2722 28.5877 23.5662 28.3295 23.9254Z" fill="black" fill-opacity="0.5"/></svg>');
	font-family: var(--SangBleuVersailles-Regular);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16.364px;
	align-items: center;
	justify-content: center;
	background-size: contain !important;
	background-position: center !important;
}

.theme-light #quiz-landing-wrapper .prizeRewards__wrapper__box .rank {
  	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" viewBox="0 0 40 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.77271 0.349638C7.99389 1.21052 7.723 2.09301 8.12103 2.47275C8.22374 2.57068 8.29277 2.65954 8.2745 2.67009C8.25616 2.68072 7.9032 2.98159 7.49007 3.33866L6.73892 3.98788L6.73529 3.40824C6.73181 2.85568 6.529 2.01365 6.39941 2.01365C6.28958 2.01365 5.8215 2.72473 5.62786 3.18588C5.39066 3.75057 5.37785 4.2327 5.59157 4.54689C5.67775 4.67352 5.78157 4.77719 5.82229 4.77719C5.86301 4.77719 5.64312 5.08082 5.33365 5.45185L4.771 6.12658L4.66568 5.753C4.54052 5.30928 4.04935 4.35203 3.94687 4.35203C3.84717 4.35203 3.56656 5.03151 3.45341 5.54715C3.31014 6.19956 3.40866 6.71231 3.74043 7.04138L4.01005 7.30888L3.70643 7.95888L3.40273 8.60881L3.11089 8.16331C2.75113 7.61414 2.15179 6.98866 2.06166 7.06831C2.02489 7.10083 1.99484 7.51536 1.99484 7.98949C1.99484 8.7214 2.02023 8.89983 2.16294 9.17051C2.33507 9.49711 2.56477 9.75001 2.79343 9.86466C2.90847 9.92234 2.91188 9.98548 2.82514 10.4534C2.6946 11.1574 2.64542 11.2284 2.4619 10.9774C2.29854 10.754 1.18353 9.87912 1.06216 9.87912C0.931301 9.87912 1.06967 10.8255 1.27454 11.3313C1.52637 11.953 1.80959 12.3206 2.18682 12.5152L2.49882 12.6761L2.52357 13.3306L2.54832 13.9852L2.15298 13.6399C1.76824 13.3039 0.731971 12.6427 0.590123 12.6427C0.439498 12.6427 0.888842 13.9611 1.20337 14.4418C1.48913 14.8786 1.96749 15.2617 2.35508 15.3643L2.69839 15.4552L2.7962 15.9798C2.84996 16.2684 2.91322 16.5923 2.93662 16.6995C2.97742 16.8858 2.95686 16.8779 2.47558 16.5224C2.00963 16.1781 0.910427 15.5483 0.572807 15.4322C0.445112 15.3883 0.434042 15.4098 0.479427 15.613C0.587513 16.0976 1.1349 16.9995 1.58551 17.4355C2.07628 17.9104 2.41446 18.0882 2.96169 18.159L3.31836 18.2052L3.52916 18.8429C3.64515 19.1937 3.76881 19.5224 3.804 19.5734C3.83918 19.6244 3.62444 19.5159 3.32674 19.3323C2.7996 19.0073 2.00544 18.6494 1.20416 18.3757C0.986728 18.3014 0.799416 18.2407 0.78803 18.2407C0.712757 18.2405 1.06635 18.8265 1.41156 19.274C2.19196 20.2857 3.04756 20.8162 3.91035 20.823L4.40254 20.827L4.61547 21.1813C4.73257 21.3762 4.91135 21.6466 5.01271 21.7823C5.11416 21.918 5.1971 22.0515 5.1971 22.0789C5.1971 22.1063 4.93175 22.0188 4.60741 21.8845C3.9562 21.6149 2.16033 21.1283 1.93602 21.1607C1.81868 21.1777 1.86185 21.2568 2.17978 21.6082C3.23178 22.7706 4.86343 23.5566 5.76995 23.3379C5.94239 23.2963 6.12472 23.2764 6.17517 23.2938C6.22561 23.3111 6.49698 23.5746 6.77814 23.8792C7.05931 24.1839 7.22654 24.4115 7.1496 24.3851C6.35022 24.1102 3.61574 23.7389 3.61574 23.9052C3.61574 23.9912 4.74736 24.7519 5.28415 25.0267C5.7943 25.2879 6.74485 25.5792 7.2924 25.6419C7.54818 25.6711 7.81994 25.6511 8.06236 25.585L8.43691 25.4827L8.89946 25.8526L9.36193 26.2224L7.89229 26.2267C7.08398 26.2291 6.3337 26.2623 6.22498 26.3007C6.04313 26.3648 6.10654 26.405 7.01566 26.8026C8.15487 27.3007 8.92492 27.5109 9.83183 27.5712C10.3095 27.6029 10.5666 27.5855 10.8369 27.5029L11.2001 27.392L11.8014 27.666C13.3917 28.3905 14.9795 28.8857 16.7605 29.2128C17.7015 29.3856 18.1591 29.5074 17.8673 29.5074C17.8199 29.5074 16.6222 29.6816 15.2056 29.8945L12.6301 30.2817L11.5277 31.1169C10.9213 31.5762 10.423 31.9722 10.4204 31.9968C10.4177 32.0215 10.9049 31.9001 11.5028 31.7272C13.4266 31.1709 16.237 30.4469 18.2164 29.9976L20.1448 29.5599L21.5068 29.8613C23.4163 30.2838 25.6272 30.839 27.8793 31.4615C28.9391 31.7544 29.8204 31.9813 29.8379 31.9656C29.8667 31.9399 28.1491 30.6006 27.7856 30.3654C27.7019 30.3112 27.1128 30.1917 26.4766 30.0998C24.6331 29.8337 22.487 29.4917 22.319 29.4373C22.214 29.4033 22.321 29.3713 22.6518 29.3378C24.0431 29.1967 26.1622 28.5897 27.744 27.879C28.8164 27.3972 28.8262 27.3945 29.1277 27.4909C29.8058 27.7076 30.9461 27.5705 32.2553 27.1149C33.1029 26.82 33.9338 26.3926 33.8338 26.3029C33.7854 26.2596 33.1381 26.2288 32.2025 26.2254L30.6515 26.2197L31.1089 25.8471C31.3949 25.6141 31.6107 25.49 31.6849 25.5158C32.6022 25.8353 33.889 25.5349 35.3528 24.6596C35.7055 24.4487 36.1008 24.1751 36.2313 24.0518L36.4685 23.8274L35.8755 23.876C35.0824 23.941 33.6325 24.1622 33.1674 24.2891C32.9609 24.3454 32.7918 24.3783 32.7918 24.3621C32.7918 24.3459 33.0274 24.0831 33.3154 23.778L33.8391 23.2235L34.1202 23.3101C34.6823 23.4833 35.5738 23.2693 36.4419 22.7529C36.8936 22.4843 37.9206 21.5703 38.0905 21.2858C38.1805 21.135 38.1743 21.1325 37.8402 21.1831C37.2724 21.2691 35.7912 21.7135 35.2333 21.9652L34.7097 22.2014L35.1653 21.5217L35.6209 20.842L36.0901 20.8312C36.7874 20.8151 37.3189 20.5535 38.025 19.8785C38.5657 19.3618 39.1963 18.5305 39.1963 18.3345C39.1963 18.2686 39.1351 18.266 38.9394 18.3239C38.4072 18.481 36.928 19.1576 36.5534 19.4154C36.2677 19.6119 36.1795 19.6469 36.2225 19.5466C36.2547 19.4714 36.3758 19.1308 36.4917 18.7898L36.7023 18.1697H36.985C37.6593 18.1697 38.5211 17.5404 39.0387 16.6701C39.2942 16.2405 39.615 15.4744 39.56 15.4251C39.4553 15.3312 37.8676 16.2244 37.3714 16.6563L37.0093 16.9715L37.1519 16.2561C37.3121 15.4515 37.3321 15.4062 37.5251 15.4062C37.7736 15.4062 38.3826 15.0011 38.6421 14.6632C38.7818 14.4812 38.9776 14.1513 39.0769 13.9303C39.2833 13.4717 39.4811 12.7325 39.4136 12.6721C39.3447 12.6103 38.3087 13.244 37.8568 13.6243L37.4568 13.9608V13.3017C37.4568 12.7637 37.4786 12.6427 37.5752 12.6427C37.7723 12.6427 38.3266 12.142 38.5323 11.778C38.8424 11.2296 39.1467 9.87912 38.9602 9.87912C38.848 9.87912 38.1491 10.406 37.7284 10.8076L37.3279 11.19L37.2045 10.5877L37.0811 9.98541L37.3503 9.78367C37.896 9.3748 38.1615 8.54078 38.04 7.61726C38.0019 7.32808 37.9352 7.08291 37.8917 7.07242C37.7846 7.04663 37.0982 7.81227 36.8206 8.26719C36.6309 8.57812 36.5873 8.61377 36.5412 8.49557C36.5112 8.41862 36.3704 8.11009 36.2284 7.81007L35.97 7.26445L36.1482 7.15993C36.6401 6.87096 36.7357 5.91506 36.3681 4.96022C36.2494 4.6517 36.1132 4.3876 36.0656 4.37336C35.9645 4.34317 35.4514 5.31466 35.3185 5.7878L35.2274 6.11191L34.6865 5.4673L34.1457 4.82275L34.3318 4.62449C34.4341 4.5155 34.5395 4.33786 34.566 4.22972C34.674 3.78798 34.2694 2.73153 33.7852 2.19051L33.5952 1.97822L33.5032 2.1908C33.3391 2.56961 33.1783 3.45983 33.229 3.70848C33.2775 3.94643 33.2653 3.93991 32.5212 3.32775C32.1047 2.98514 31.7639 2.69461 31.7639 2.68214C31.7639 2.66967 31.8395 2.54467 31.932 2.4043C32.2403 1.93591 31.996 1.21945 31.2294 0.34404C30.8764 -0.0590125 30.8674 -0.0639019 30.7916 0.105029C30.6925 0.325829 30.6753 1.40609 30.7657 1.7302C30.8322 1.96865 30.8291 1.97375 30.6866 1.86215C30.4813 1.70136 29.46 1.14958 29.4253 1.18068C29.4097 1.19464 29.6638 1.4097 29.9901 1.65857C30.7905 2.26924 32.5513 3.89498 33.2144 4.63547C34.8597 6.47294 36.1222 8.71077 36.5388 10.5281C36.9384 12.2714 36.9061 13.9181 36.4223 16.4691C36.1081 18.1262 35.6299 19.5417 35.0166 20.6304C33.329 23.6266 30.3356 26.2626 27.4539 27.2901C24.8483 28.2193 22.4731 28.6711 20.1409 28.6814C18.8163 28.6872 18.3843 28.6542 17.0302 28.4433C15.3082 28.1752 12.7411 27.446 11.5225 26.879C10.2146 26.2703 8.17764 24.7115 7.04025 23.4488C5.36093 21.5846 4.28679 19.5954 3.78502 17.4203C3.32967 15.4463 3.10757 13.1843 3.23945 11.8632C3.58348 8.4177 5.82094 5.03285 9.98071 1.66516C10.6414 1.13023 10.5759 1.12322 9.68705 1.63369C9.169 1.93124 9.15817 1.934 9.23692 1.74834C9.37956 1.41211 9.32374 0.0864633 9.16339 0.00306093C9.13453 -0.0119614 8.95876 0.144002 8.77271 0.349638ZM10.0334 2.47664C9.19367 2.63998 8.41596 3.15549 8.6685 3.38132C8.82877 3.52467 9.84147 3.47698 10.3365 3.3028C10.9443 3.08902 12.0116 2.51739 11.9553 2.43576C11.8868 2.33648 10.6147 2.36355 10.0334 2.47664ZM28.096 2.42626C28.03 2.52185 28.4848 2.78637 29.368 3.16626C30.3074 3.57023 31.3686 3.6182 31.3686 3.25674C31.3686 3.08881 30.7232 2.65358 30.3047 2.53936C29.7932 2.39969 28.1715 2.31664 28.096 2.42626ZM7.90359 4.53272C7.34126 4.66842 7.07433 4.80057 6.82416 5.06701C6.5675 5.34031 6.5902 5.42499 6.94197 5.50747C7.52233 5.64352 8.48672 5.39481 9.58189 4.82665C10.0433 4.58728 10.107 4.53258 9.97723 4.48709C9.71718 4.39589 8.34551 4.42615 7.90359 4.53272ZM29.9644 4.47724C29.8955 4.51954 30.0664 4.63951 30.5178 4.86562C31.7121 5.46389 32.5482 5.66308 33.136 5.48919C33.4153 5.40664 33.4197 5.39977 33.3125 5.21489C33.178 4.98283 32.8675 4.77499 32.3965 4.60174C32.0059 4.45811 30.1501 4.36308 29.9644 4.47724ZM7.08137 6.4086C6.00533 6.57137 5.2802 6.92007 5.06703 7.37733C4.91728 7.69854 4.99373 7.76989 5.48688 7.7689C5.93369 7.76798 6.4104 7.61273 7.01202 7.2721C7.53427 6.97647 8.27023 6.46253 8.27632 6.38926C8.28186 6.32279 7.5727 6.33427 7.08137 6.4086ZM31.9616 6.58285C32.9026 7.33828 34.1192 7.86371 34.7239 7.77578C34.9534 7.7424 35.0057 7.70407 35.0057 7.56936C35.0057 7.47838 34.8935 7.28932 34.7563 7.1493C34.3072 6.69098 33.5468 6.44247 32.3808 6.37289L31.6453 6.32895L31.9616 6.58285ZM5.94824 8.52604C4.66821 8.86312 3.93201 9.4193 3.93201 10.0493C3.93201 10.2187 3.95873 10.2333 4.26805 10.2327C4.79701 10.2316 5.38338 9.94133 6.02138 9.36453C6.33346 9.08244 6.6695 8.74798 6.7681 8.62135L6.94735 8.39105L6.685 8.39608C6.5407 8.39885 6.20917 8.45738 5.94824 8.52604ZM33.1081 8.45922C33.1081 8.49671 33.4305 8.82968 33.8247 9.19914C34.6304 9.95451 35.1371 10.2334 35.7036 10.2334H36.0542L36.0132 9.90796C35.9413 9.33583 35.2877 8.86688 34.1079 8.54085C33.5315 8.38156 33.1081 8.34698 33.1081 8.45922ZM5.79011 10.8661C4.36657 11.3208 3.53873 12.0424 3.62847 12.7502C3.65401 12.9518 3.6714 12.9609 4.00396 12.947C4.65635 12.9198 5.36947 12.3634 6.0432 11.3559C6.50259 10.6691 6.48899 10.6428 5.79011 10.8661ZM33.7108 10.9597C34.4217 12.196 35.3909 12.997 36.1759 12.997C36.5298 12.997 36.4932 12.4201 36.1094 11.9525C35.9783 11.7925 35.6695 11.5418 35.4234 11.3955C34.9663 11.1236 33.9715 10.7362 33.7188 10.7318C33.586 10.7296 33.5856 10.7418 33.7108 10.9597ZM5.70527 13.2C4.91815 13.5423 4.30474 13.9753 4.00214 14.4023C3.80882 14.6749 3.77158 14.7952 3.79048 15.0867C3.81657 15.489 3.89216 15.5303 4.38491 15.4114C5.02726 15.2564 5.76014 14.4771 6.19256 13.4892C6.31132 13.218 6.39126 12.9807 6.37023 12.9618C6.3492 12.943 6.04992 13.0502 5.70527 13.2ZM33.6237 13.0855C33.6522 13.1733 33.8292 13.532 34.017 13.8827C34.5242 14.8302 35.3099 15.4707 35.9708 15.4755C36.1535 15.4769 36.1922 15.4406 36.2371 15.226C36.3682 14.5999 35.6013 13.7802 34.3672 13.2273C33.9975 13.0616 33.6673 12.9261 33.6334 12.9261C33.5996 12.9261 33.5952 12.9978 33.6237 13.0855ZM6.20964 15.2763C5.51962 15.6092 4.86904 16.1144 4.57879 16.5425C4.34973 16.8803 4.32031 16.9775 4.3483 17.3042C4.38807 17.7692 4.46856 17.8473 4.84248 17.7845C5.18927 17.7262 5.73642 17.2973 6.02288 16.8592C6.25234 16.5083 6.72082 15.3023 6.68429 15.1566C6.66602 15.0835 6.54695 15.1136 6.20964 15.2763ZM33.3033 15.2037C33.7822 16.7094 34.2013 17.3782 34.8521 17.6758C35.343 17.9002 35.5359 17.8662 35.6465 17.5355C35.7204 17.3143 35.7181 17.184 35.6356 16.9155C35.4912 16.4457 34.6317 15.6794 33.8314 15.3071C33.27 15.0458 33.252 15.0423 33.3033 15.2037ZM32.95 17.5229C32.95 17.8467 33.1298 18.7849 33.2699 19.1911C33.443 19.6934 33.8777 20.1944 34.267 20.3402C34.6068 20.4675 34.589 20.4722 34.7694 20.207C34.9964 19.8734 34.9779 19.3525 34.7227 18.8937C34.5157 18.5213 33.6739 17.7585 33.1963 17.5103C32.9553 17.385 32.95 17.3853 32.95 17.5229ZM6.40146 17.779C5.90468 18.1136 5.46458 18.5515 5.25055 18.9241C4.96669 19.4182 5.012 20.0526 5.35065 20.3273C5.48965 20.44 5.51709 20.4385 5.81754 20.3011C6.48915 19.994 6.8493 19.2707 7.011 17.904C7.04934 17.5802 7.0378 17.4611 6.9683 17.4611C6.91596 17.4611 6.66088 17.6041 6.40146 17.779ZM7.4212 19.9728C6.64594 20.6963 6.35189 21.4767 6.61882 22.1025C6.72604 22.354 7.08089 22.7048 7.22812 22.7048C7.2852 22.7048 7.46959 22.5814 7.63785 22.4306C7.85845 22.2329 7.9727 22.0503 8.04781 21.7752C8.19686 21.2295 8.13748 19.5161 7.96962 19.5161C7.93704 19.5161 7.69027 19.7216 7.4212 19.9728ZM31.9703 19.5743C31.8667 19.7245 31.8284 21.2758 31.9186 21.6639C32.0147 22.0774 32.3176 22.4823 32.6498 22.6417C32.8695 22.747 33.1305 22.571 33.3459 22.1723C33.6816 21.5508 33.401 20.7346 32.5779 19.9378C32.1466 19.5203 32.0482 19.4614 31.9703 19.5743ZM9.01497 21.766C8.20658 22.8365 8.16041 23.8053 8.88673 24.4562C9.2691 24.7989 9.44431 24.8305 9.68492 24.6003C10.1794 24.1272 10.1427 23.4128 9.54505 21.8722C9.45048 21.6286 9.34975 21.4294 9.32113 21.4295C9.2925 21.4295 9.15477 21.581 9.01497 21.766ZM30.5445 21.6752C30.079 22.6735 29.8588 23.7075 30.0189 24.1424C30.1439 24.4818 30.3969 24.7597 30.5809 24.7597C30.7931 24.7597 31.2698 24.3636 31.4603 24.0289C31.7179 23.5764 31.646 22.8775 31.2721 22.1994C31.1112 21.9077 30.909 21.6117 30.8227 21.5418C30.6699 21.4178 30.6629 21.4212 30.5445 21.6752ZM11.0102 23.4814C10.9436 23.5969 10.8326 23.9077 10.7635 24.1723C10.4848 25.2397 10.9157 26.1936 11.8467 26.5699C12.1418 26.6891 12.1623 26.689 12.3104 26.5689C12.8467 26.134 12.6289 25.2431 11.6558 23.8911C11.4105 23.5504 11.1921 23.2717 11.1705 23.2717C11.1489 23.2717 11.0768 23.3661 11.0102 23.4814ZM28.3295 23.9254C27.4512 25.1473 27.2182 25.922 27.5725 26.4427C27.7667 26.7281 27.9222 26.7314 28.3797 26.4598C29.0674 26.0516 29.3541 25.4763 29.2934 24.6264C29.2576 24.126 28.9794 23.2712 28.8525 23.272C28.823 23.2722 28.5877 23.5662 28.3295 23.9254Z" fill="%2395599B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.77271 0.349638C7.99389 1.21052 7.723 2.09301 8.12103 2.47275C8.22374 2.57068 8.29277 2.65954 8.2745 2.67009C8.25616 2.68072 7.9032 2.98159 7.49007 3.33866L6.73892 3.98788L6.73529 3.40824C6.73181 2.85568 6.529 2.01365 6.39941 2.01365C6.28958 2.01365 5.8215 2.72473 5.62786 3.18588C5.39066 3.75057 5.37785 4.2327 5.59157 4.54689C5.67775 4.67352 5.78157 4.77719 5.82229 4.77719C5.86301 4.77719 5.64312 5.08082 5.33365 5.45185L4.771 6.12658L4.66568 5.753C4.54052 5.30928 4.04935 4.35203 3.94687 4.35203C3.84717 4.35203 3.56656 5.03151 3.45341 5.54715C3.31014 6.19956 3.40866 6.71231 3.74043 7.04138L4.01005 7.30888L3.70643 7.95888L3.40273 8.60881L3.11089 8.16331C2.75113 7.61414 2.15179 6.98866 2.06166 7.06831C2.02489 7.10083 1.99484 7.51536 1.99484 7.98949C1.99484 8.7214 2.02023 8.89983 2.16294 9.17051C2.33507 9.49711 2.56477 9.75001 2.79343 9.86466C2.90847 9.92234 2.91188 9.98548 2.82514 10.4534C2.6946 11.1574 2.64542 11.2284 2.4619 10.9774C2.29854 10.754 1.18353 9.87912 1.06216 9.87912C0.931301 9.87912 1.06967 10.8255 1.27454 11.3313C1.52637 11.953 1.80959 12.3206 2.18682 12.5152L2.49882 12.6761L2.52357 13.3306L2.54832 13.9852L2.15298 13.6399C1.76824 13.3039 0.731971 12.6427 0.590123 12.6427C0.439498 12.6427 0.888842 13.9611 1.20337 14.4418C1.48913 14.8786 1.96749 15.2617 2.35508 15.3643L2.69839 15.4552L2.7962 15.9798C2.84996 16.2684 2.91322 16.5923 2.93662 16.6995C2.97742 16.8858 2.95686 16.8779 2.47558 16.5224C2.00963 16.1781 0.910427 15.5483 0.572807 15.4322C0.445112 15.3883 0.434042 15.4098 0.479427 15.613C0.587513 16.0976 1.1349 16.9995 1.58551 17.4355C2.07628 17.9104 2.41446 18.0882 2.96169 18.159L3.31836 18.2052L3.52916 18.8429C3.64515 19.1937 3.76881 19.5224 3.804 19.5734C3.83918 19.6244 3.62444 19.5159 3.32674 19.3323C2.7996 19.0073 2.00544 18.6494 1.20416 18.3757C0.986728 18.3014 0.799416 18.2407 0.78803 18.2407C0.712757 18.2405 1.06635 18.8265 1.41156 19.274C2.19196 20.2857 3.04756 20.8162 3.91035 20.823L4.40254 20.827L4.61547 21.1813C4.73257 21.3762 4.91135 21.6466 5.01271 21.7823C5.11416 21.918 5.1971 22.0515 5.1971 22.0789C5.1971 22.1063 4.93175 22.0188 4.60741 21.8845C3.9562 21.6149 2.16033 21.1283 1.93602 21.1607C1.81868 21.1777 1.86185 21.2568 2.17978 21.6082C3.23178 22.7706 4.86343 23.5566 5.76995 23.3379C5.94239 23.2963 6.12472 23.2764 6.17517 23.2938C6.22561 23.3111 6.49698 23.5746 6.77814 23.8792C7.05931 24.1839 7.22654 24.4115 7.1496 24.3851C6.35022 24.1102 3.61574 23.7389 3.61574 23.9052C3.61574 23.9912 4.74736 24.7519 5.28415 25.0267C5.7943 25.2879 6.74485 25.5792 7.2924 25.6419C7.54818 25.6711 7.81994 25.6511 8.06236 25.585L8.43691 25.4827L8.89946 25.8526L9.36193 26.2224L7.89229 26.2267C7.08398 26.2291 6.3337 26.2623 6.22498 26.3007C6.04313 26.3648 6.10654 26.405 7.01566 26.8026C8.15487 27.3007 8.92492 27.5109 9.83183 27.5712C10.3095 27.6029 10.5666 27.5855 10.8369 27.5029L11.2001 27.392L11.8014 27.666C13.3917 28.3905 14.9795 28.8857 16.7605 29.2128C17.7015 29.3856 18.1591 29.5074 17.8673 29.5074C17.8199 29.5074 16.6222 29.6816 15.2056 29.8945L12.6301 30.2817L11.5277 31.1169C10.9213 31.5762 10.423 31.9722 10.4204 31.9968C10.4177 32.0215 10.9049 31.9001 11.5028 31.7272C13.4266 31.1709 16.237 30.4469 18.2164 29.9976L20.1448 29.5599L21.5068 29.8613C23.4163 30.2838 25.6272 30.839 27.8793 31.4615C28.9391 31.7544 29.8204 31.9813 29.8379 31.9656C29.8667 31.9399 28.1491 30.6006 27.7856 30.3654C27.7019 30.3112 27.1128 30.1917 26.4766 30.0998C24.6331 29.8337 22.487 29.4917 22.319 29.4373C22.214 29.4033 22.321 29.3713 22.6518 29.3378C24.0431 29.1967 26.1622 28.5897 27.744 27.879C28.8164 27.3972 28.8262 27.3945 29.1277 27.4909C29.8058 27.7076 30.9461 27.5705 32.2553 27.1149C33.1029 26.82 33.9338 26.3926 33.8338 26.3029C33.7854 26.2596 33.1381 26.2288 32.2025 26.2254L30.6515 26.2197L31.1089 25.8471C31.3949 25.6141 31.6107 25.49 31.6849 25.5158C32.6022 25.8353 33.889 25.5349 35.3528 24.6596C35.7055 24.4487 36.1008 24.1751 36.2313 24.0518L36.4685 23.8274L35.8755 23.876C35.0824 23.941 33.6325 24.1622 33.1674 24.2891C32.9609 24.3454 32.7918 24.3783 32.7918 24.3621C32.7918 24.3459 33.0274 24.0831 33.3154 23.778L33.8391 23.2235L34.1202 23.3101C34.6823 23.4833 35.5738 23.2693 36.4419 22.7529C36.8936 22.4843 37.9206 21.5703 38.0905 21.2858C38.1805 21.135 38.1743 21.1325 37.8402 21.1831C37.2724 21.2691 35.7912 21.7135 35.2333 21.9652L34.7097 22.2014L35.1653 21.5217L35.6209 20.842L36.0901 20.8312C36.7874 20.8151 37.3189 20.5535 38.025 19.8785C38.5657 19.3618 39.1963 18.5305 39.1963 18.3345C39.1963 18.2686 39.1351 18.266 38.9394 18.3239C38.4072 18.481 36.928 19.1576 36.5534 19.4154C36.2677 19.6119 36.1795 19.6469 36.2225 19.5466C36.2547 19.4714 36.3758 19.1308 36.4917 18.7898L36.7023 18.1697H36.985C37.6593 18.1697 38.5211 17.5404 39.0387 16.6701C39.2942 16.2405 39.615 15.4744 39.56 15.4251C39.4553 15.3312 37.8676 16.2244 37.3714 16.6563L37.0093 16.9715L37.1519 16.2561C37.3121 15.4515 37.3321 15.4062 37.5251 15.4062C37.7736 15.4062 38.3826 15.0011 38.6421 14.6632C38.7818 14.4812 38.9776 14.1513 39.0769 13.9303C39.2833 13.4717 39.4811 12.7325 39.4136 12.6721C39.3447 12.6103 38.3087 13.244 37.8568 13.6243L37.4568 13.9608V13.3017C37.4568 12.7637 37.4786 12.6427 37.5752 12.6427C37.7723 12.6427 38.3266 12.142 38.5323 11.778C38.8424 11.2296 39.1467 9.87912 38.9602 9.87912C38.848 9.87912 38.1491 10.406 37.7284 10.8076L37.3279 11.19L37.2045 10.5877L37.0811 9.98541L37.3503 9.78367C37.896 9.3748 38.1615 8.54078 38.04 7.61726C38.0019 7.32808 37.9352 7.08291 37.8917 7.07242C37.7846 7.04663 37.0982 7.81227 36.8206 8.26719C36.6309 8.57812 36.5873 8.61377 36.5412 8.49557C36.5112 8.41862 36.3704 8.11009 36.2284 7.81007L35.97 7.26445L36.1482 7.15993C36.6401 6.87096 36.7357 5.91506 36.3681 4.96022C36.2494 4.6517 36.1132 4.3876 36.0656 4.37336C35.9645 4.34317 35.4514 5.31466 35.3185 5.7878L35.2274 6.11191L34.6865 5.4673L34.1457 4.82275L34.3318 4.62449C34.4341 4.5155 34.5395 4.33786 34.566 4.22972C34.674 3.78798 34.2694 2.73153 33.7852 2.19051L33.5952 1.97822L33.5032 2.1908C33.3391 2.56961 33.1783 3.45983 33.229 3.70848C33.2775 3.94643 33.2653 3.93991 32.5212 3.32775C32.1047 2.98514 31.7639 2.69461 31.7639 2.68214C31.7639 2.66967 31.8395 2.54467 31.932 2.4043C32.2403 1.93591 31.996 1.21945 31.2294 0.34404C30.8764 -0.0590125 30.8674 -0.0639019 30.7916 0.105029C30.6925 0.325829 30.6753 1.40609 30.7657 1.7302C30.8322 1.96865 30.8291 1.97375 30.6866 1.86215C30.4813 1.70136 29.46 1.14958 29.4253 1.18068C29.4097 1.19464 29.6638 1.4097 29.9901 1.65857C30.7905 2.26924 32.5513 3.89498 33.2144 4.63547C34.8597 6.47294 36.1222 8.71077 36.5388 10.5281C36.9384 12.2714 36.9061 13.9181 36.4223 16.4691C36.1081 18.1262 35.6299 19.5417 35.0166 20.6304C33.329 23.6266 30.3356 26.2626 27.4539 27.2901C24.8483 28.2193 22.4731 28.6711 20.1409 28.6814C18.8163 28.6872 18.3843 28.6542 17.0302 28.4433C15.3082 28.1752 12.7411 27.446 11.5225 26.879C10.2146 26.2703 8.17764 24.7115 7.04025 23.4488C5.36093 21.5846 4.28679 19.5954 3.78502 17.4203C3.32967 15.4463 3.10757 13.1843 3.23945 11.8632C3.58348 8.4177 5.82094 5.03285 9.98071 1.66516C10.6414 1.13023 10.5759 1.12322 9.68705 1.63369C9.169 1.93124 9.15817 1.934 9.23692 1.74834C9.37956 1.41211 9.32374 0.0864633 9.16339 0.00306093C9.13453 -0.0119614 8.95876 0.144002 8.77271 0.349638ZM10.0334 2.47664C9.19367 2.63998 8.41596 3.15549 8.6685 3.38132C8.82877 3.52467 9.84147 3.47698 10.3365 3.3028C10.9443 3.08902 12.0116 2.51739 11.9553 2.43576C11.8868 2.33648 10.6147 2.36355 10.0334 2.47664ZM28.096 2.42626C28.03 2.52185 28.4848 2.78637 29.368 3.16626C30.3074 3.57023 31.3686 3.6182 31.3686 3.25674C31.3686 3.08881 30.7232 2.65358 30.3047 2.53936C29.7932 2.39969 28.1715 2.31664 28.096 2.42626ZM7.90359 4.53272C7.34126 4.66842 7.07433 4.80057 6.82416 5.06701C6.5675 5.34031 6.5902 5.42499 6.94197 5.50747C7.52233 5.64352 8.48672 5.39481 9.58189 4.82665C10.0433 4.58728 10.107 4.53258 9.97723 4.48709C9.71718 4.39589 8.34551 4.42615 7.90359 4.53272ZM29.9644 4.47724C29.8955 4.51954 30.0664 4.63951 30.5178 4.86562C31.7121 5.46389 32.5482 5.66308 33.136 5.48919C33.4153 5.40664 33.4197 5.39977 33.3125 5.21489C33.178 4.98283 32.8675 4.77499 32.3965 4.60174C32.0059 4.45811 30.1501 4.36308 29.9644 4.47724ZM7.08137 6.4086C6.00533 6.57137 5.2802 6.92007 5.06703 7.37733C4.91728 7.69854 4.99373 7.76989 5.48688 7.7689C5.93369 7.76798 6.4104 7.61273 7.01202 7.2721C7.53427 6.97647 8.27023 6.46253 8.27632 6.38926C8.28186 6.32279 7.5727 6.33427 7.08137 6.4086ZM31.9616 6.58285C32.9026 7.33828 34.1192 7.86371 34.7239 7.77578C34.9534 7.7424 35.0057 7.70407 35.0057 7.56936C35.0057 7.47838 34.8935 7.28932 34.7563 7.1493C34.3072 6.69098 33.5468 6.44247 32.3808 6.37289L31.6453 6.32895L31.9616 6.58285ZM5.94824 8.52604C4.66821 8.86312 3.93201 9.4193 3.93201 10.0493C3.93201 10.2187 3.95873 10.2333 4.26805 10.2327C4.79701 10.2316 5.38338 9.94133 6.02138 9.36453C6.33346 9.08244 6.6695 8.74798 6.7681 8.62135L6.94735 8.39105L6.685 8.39608C6.5407 8.39885 6.20917 8.45738 5.94824 8.52604ZM33.1081 8.45922C33.1081 8.49671 33.4305 8.82968 33.8247 9.19914C34.6304 9.95451 35.1371 10.2334 35.7036 10.2334H36.0542L36.0132 9.90796C35.9413 9.33583 35.2877 8.86688 34.1079 8.54085C33.5315 8.38156 33.1081 8.34698 33.1081 8.45922ZM5.79011 10.8661C4.36657 11.3208 3.53873 12.0424 3.62847 12.7502C3.65401 12.9518 3.6714 12.9609 4.00396 12.947C4.65635 12.9198 5.36947 12.3634 6.0432 11.3559C6.50259 10.6691 6.48899 10.6428 5.79011 10.8661ZM33.7108 10.9597C34.4217 12.196 35.3909 12.997 36.1759 12.997C36.5298 12.997 36.4932 12.4201 36.1094 11.9525C35.9783 11.7925 35.6695 11.5418 35.4234 11.3955C34.9663 11.1236 33.9715 10.7362 33.7188 10.7318C33.586 10.7296 33.5856 10.7418 33.7108 10.9597ZM5.70527 13.2C4.91815 13.5423 4.30474 13.9753 4.00214 14.4023C3.80882 14.6749 3.77158 14.7952 3.79048 15.0867C3.81657 15.489 3.89216 15.5303 4.38491 15.4114C5.02726 15.2564 5.76014 14.4771 6.19256 13.4892C6.31132 13.218 6.39126 12.9807 6.37023 12.9618C6.3492 12.943 6.04992 13.0502 5.70527 13.2ZM33.6237 13.0855C33.6522 13.1733 33.8292 13.532 34.017 13.8827C34.5242 14.8302 35.3099 15.4707 35.9708 15.4755C36.1535 15.4769 36.1922 15.4406 36.2371 15.226C36.3682 14.5999 35.6013 13.7802 34.3672 13.2273C33.9975 13.0616 33.6673 12.9261 33.6334 12.9261C33.5996 12.9261 33.5952 12.9978 33.6237 13.0855ZM6.20964 15.2763C5.51962 15.6092 4.86904 16.1144 4.57879 16.5425C4.34973 16.8803 4.32031 16.9775 4.3483 17.3042C4.38807 17.7692 4.46856 17.8473 4.84248 17.7845C5.18927 17.7262 5.73642 17.2973 6.02288 16.8592C6.25234 16.5083 6.72082 15.3023 6.68429 15.1566C6.66602 15.0835 6.54695 15.1136 6.20964 15.2763ZM33.3033 15.2037C33.7822 16.7094 34.2013 17.3782 34.8521 17.6758C35.343 17.9002 35.5359 17.8662 35.6465 17.5355C35.7204 17.3143 35.7181 17.184 35.6356 16.9155C35.4912 16.4457 34.6317 15.6794 33.8314 15.3071C33.27 15.0458 33.252 15.0423 33.3033 15.2037ZM32.95 17.5229C32.95 17.8467 33.1298 18.7849 33.2699 19.1911C33.443 19.6934 33.8777 20.1944 34.267 20.3402C34.6068 20.4675 34.589 20.4722 34.7694 20.207C34.9964 19.8734 34.9779 19.3525 34.7227 18.8937C34.5157 18.5213 33.6739 17.7585 33.1963 17.5103C32.9553 17.385 32.95 17.3853 32.95 17.5229ZM6.40146 17.779C5.90468 18.1136 5.46458 18.5515 5.25055 18.9241C4.96669 19.4182 5.012 20.0526 5.35065 20.3273C5.48965 20.44 5.51709 20.4385 5.81754 20.3011C6.48915 19.994 6.8493 19.2707 7.011 17.904C7.04934 17.5802 7.0378 17.4611 6.9683 17.4611C6.91596 17.4611 6.66088 17.6041 6.40146 17.779ZM7.4212 19.9728C6.64594 20.6963 6.35189 21.4767 6.61882 22.1025C6.72604 22.354 7.08089 22.7048 7.22812 22.7048C7.2852 22.7048 7.46959 22.5814 7.63785 22.4306C7.85845 22.2329 7.9727 22.0503 8.04781 21.7752C8.19686 21.2295 8.13748 19.5161 7.96962 19.5161C7.93704 19.5161 7.69027 19.7216 7.4212 19.9728ZM31.9703 19.5743C31.8667 19.7245 31.8284 21.2758 31.9186 21.6639C32.0147 22.0774 32.3176 22.4823 32.6498 22.6417C32.8695 22.747 33.1305 22.571 33.3459 22.1723C33.6816 21.5508 33.401 20.7346 32.5779 19.9378C32.1466 19.5203 32.0482 19.4614 31.9703 19.5743ZM9.01497 21.766C8.20658 22.8365 8.16041 23.8053 8.88673 24.4562C9.2691 24.7989 9.44431 24.8305 9.68492 24.6003C10.1794 24.1272 10.1427 23.4128 9.54505 21.8722C9.45048 21.6286 9.34975 21.4294 9.32113 21.4295C9.2925 21.4295 9.15477 21.581 9.01497 21.766ZM30.5445 21.6752C30.079 22.6735 29.8588 23.7075 30.0189 24.1424C30.1439 24.4818 30.3969 24.7597 30.5809 24.7597C30.7931 24.7597 31.2698 24.3636 31.4603 24.0289C31.7179 23.5764 31.646 22.8775 31.2721 22.1994C31.1112 21.9077 30.909 21.6117 30.8227 21.5418C30.6699 21.4178 30.6629 21.4212 30.5445 21.6752ZM11.0102 23.4814C10.9436 23.5969 10.8326 23.9077 10.7635 24.1723C10.4848 25.2397 10.9157 26.1936 11.8467 26.5699C12.1418 26.6891 12.1623 26.689 12.3104 26.5689C12.8467 26.134 12.6289 25.2431 11.6558 23.8911C11.4105 23.5504 11.1921 23.2717 11.1705 23.2717C11.1489 23.2717 11.0768 23.3661 11.0102 23.4814ZM28.3295 23.9254C27.4512 25.1473 27.2182 25.922 27.5725 26.4427C27.7667 26.7281 27.9222 26.7314 28.3797 26.4598C29.0674 26.0516 29.3541 25.4763 29.2934 24.6264C29.2576 24.126 28.9794 23.2712 28.8525 23.272C28.823 23.2722 28.5877 23.5662 28.3295 23.9254Z" fill="white" fill-opacity="0.5"/></svg>');
    color: white;
}

#quiz-landing-wrapper .prizeRewards__wrapper__box__bottom small {
	color: var(--theme-font-color);
	text-align: center;
	font-family: var(--font-montserret);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.4px;
}

#quiz-landing-wrapper .prizeRewards__wrapper__box__bottom {
	position: relative;
}

#quiz-landing-wrapper .prizeRewards__wrapper__box__bottom h4 {
	color: var(--text-color-3);
	text-align: center;
	font-family: var(--SangBleuVersailles-Bold);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	margin: 16px 0px 20px;
}

#quiz-landing-wrapper .prizeRewards__wrapper__box__bottom img {
	max-width: 100%;
	width: 100%;
	border-radius: 5px;
}

#quiz-landing-wrapper .prizeRewards__wrapper__box__bottom .price {
	background: linear-gradient(92deg, #FFC44D 28.37%, #FFDB95 48.33%, #F4CE69 62.67%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30.716px;
	font-style: normal;
	font-weight: 400;
	line-height: 38.059px;
	font-family: var(--Sansita-font);
	position: absolute;
	bottom: 29px;
	left: 0;
	width: 100%;
	text-align: center;
	filter: drop-shadow(-1px 1px #f1f1f1);
}

#quiz-landing-wrapper .prizeRewards__wrapper__box:nth-child(2) .price {
	bottom: 180px;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .prizeRewards__wrapper {
		display: inline-block;
	}

	#quiz-landing-wrapper .prizeRewards__wrapper__box__bottom .price {
		font-size: 23.716px;
		font-style: normal;
		font-weight: 400;
		line-height: 28.059px;
		bottom: 29px !important;
	}

	#quiz-landing-wrapper .prizeRewards__wrapper__box:nth-child(2) .price {
		bottom: 100px !important;
	}
}

#quiz-landing-wrapper .prizeRewards .more_rewards {
	margin-top: 32px;
	display: flex;
	-moz-column-gap: 20px;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	display: none;
}

#quiz-landing-wrapper .prizeRewards .more_rewards h3 {
	margin: 0px;
	color: var(--text-color);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--SangBleuVersailles-Regular);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 16px;
	width: 100%;
}

#quiz-landing-wrapper .prizeRewards .more_rewards__box {
	width: 23%;
	text-align: center;
}

#quiz-landing-wrapper .prizeRewards .more_rewards__box span.icon {
	display: flex;
	width: 100%;
	height: 134px;
	border-radius: 12px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}

#quiz-landing-wrapper .prizeRewards .more_rewards__box strong {
	color: var(--text-color);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

#quiz-landing-wrapper .prizeRewards .more_rewards__box p {
	color: var(--text-color-2);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	margin: 0px;
}

.tabs1 .magic-line {
	display: none !important;
}

.leaderboard_content .dataTables_length,
.dataTables_filter {
	display: none !important;
}

.user_name span {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #bf360c;
	border: 1px solid #fff;
	border-radius: 50%;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
}

.dataTables_info {
	display: none;
}

div#leader_table_paginate {
	display: none;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column.colum_2.column.align-center {
	align-items: center;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .prizeRewards .more_rewards__box {
		width: 46%;
		margin-top: 20px;
	}
}

#quiz-landing-wrapper .challanges {
	padding-top: 56px;
	padding-bottom: 56px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box {
	display: flex;
	padding: 24px;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-between;
	gap: 24px;
	max-width: 1050px;
	margin: 0 auto 20px auto;
	border: 1px solid var(--border-color);
	border-radius: 16px;
	background: var(--background-layer);
	backdrop-filter: blur(60px);
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left {
	gap: 24px;
	display: flex;
	width: 78%;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .users {
	width: 21%;
	text-align: center;
	display: none;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .users span {
	color: #727272;
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 8px;
	display: inline-block;
}

p.summry_txt {
	max-width: 400px;
}

.svg_common {
	fill: var(--svg-color);
	width: 20px;
}

.svg_common1 {
	fill: var(--svg-color);
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .action_wrapper {
	width: 19%;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .action_wrapper .action {
	text-align: center;
}


#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .image img {
	width: 100%;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	color: var(--text-color);
	margin-top: 0;
	margin-bottom: 12px;
	font-family: SangBleuVersailles-Bold-WebS;
}

#test_login_id + .clearfix {
  display: none;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption h3 span.status {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	font-family: var(--font-montserret);
	display: inline-block;
	margin-left: 18px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .date-wrapper {
	display: flex;
	gap: 20px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .powered_wrapper {
	display: flex;
	padding: 8px 12px;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: #F5F5F5;
	float: left;
	font-size: 12px;
	margin-top: 8px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .date-wrapper span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: var(--text-color);
	line-height: 22px;
}

b.unlimited_text {
	font-weight: 500;
}

.modal-body.error_msg span {
	font-weight: 500;
}

table#leader_table {
	width: 100%;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .action {
	margin-top: 16px;
	display: flex;
	gap: 32px;
	align-items: center;
}
.button_section{
	cursor: pointer;
}
#quiz-landing-wrapper .challanges .challanges-wrapper__box .strt-quiz {
	padding: 14px 24px;
	border-radius: 32px;
	background: var(--theme-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: #ffffff !important;
	margin: 0px;
	border: 0px !important;
	text-transform: capitalize;
	transition: all 0.5s linear;
	border: 1px solid transparent !important;
	box-shadow: none !important;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .strt-quiz:hover {
	background: transparent;
	color: var(--theme-color) !important;
	border: 1px solid var(--theme-color) !important;
}

body.modal-open .common_spacing {
	z-index: inherit !important;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .strt-quiz {
	min-width: 171px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .action_wrapper span {
	width: 100%;
	color: var(--text-color);
	text-align: center;
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	margin-top: 8px;
	gap: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

span.logo {
	float: none;
	margin: 0px;
	padding: 0px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .action span {
	display: flex;
	flex-direction: column;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	justify-content: start;
	color: var(--text-color-2);
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .action span img {
	max-height: 20px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .users img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .users img+img {
	margin-left: -20px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box .users img:last-child {
	width: 81px;
}

#quiz-landing-wrapper .challanges .challanges-wrapper__box:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .challanges .challanges-wrapper__box {
		flex-direction: column;
	}


	#quiz-landing-wrapper h2,
	#quiz-landing-wrapper .headng4 {
		font-size: 20px;
		line-height: 29px;
	}

	#quiz-landing-wrapper h2 span,
	#quiz-landing-wrapper .headng4 span {
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		color: var(--text-color-2);
	}

	.overview_section p {
		font-weight: 500;
		line-height: 22px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption h3 {
		text-align: center;
		font-size: 18px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .action {
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 10px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .action span {
		flex-direction: row;
		display: flex;
		width: 100%;
		gap: 10px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .users img {
		width: 50px;
		height: 50px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .users img+img {
		margin-left: -19px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .users {
		width: 100%;
		padding-left: 80px;
	}
}

#quiz-landing-wrapper .leaderboard .nav-tabs {
	border-bottom: none;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	justify-content: center;
}

#quiz-landing-wrapper .leaderboard .nav-tabs li {
	margin: 0 0px;
	border-bottom: 1px solid #ddd;
}

#quiz-landing-wrapper .leaderboard .nav-tabs li a {
	color: var(--text-color);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	border: none;
	border-bottom: solid 1px transparent;
	padding: 10px 15px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td:first-child {
	text-align: center;
}

.blank_content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 7%;
	text-align: center;
}

.blank_content p {
	font-size: 15px;
	font-weight: 600;
}

a#running_challenge_1,
.blank_content .common_btn {
	padding: 12px 24px;
	align-items: center;
	gap: 10px;
	border-radius: 32px;
	background: var(--theme-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	border: 0px;
	color: white;
	font-family: var(--font-montserret);
	transition: all 0.5s linear;
	border: 1px solid transparent;
	text-decoration: none;
}

body .blank_content .common_btn:hover {
	background: transparent !important;
	color: var(--theme-color) !important;
	border: 1px solid var(--theme-color) !important;
}

#quiz-landing-wrapper .leaderboard .nav-tabs li a span {
	display: block;
}

#quiz-landing-wrapper .leaderboard .nav-tabs li.active a {
	color: var(--text-color-3);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	border-bottom: 2px solid var(--theme-color) !important;
	background: transparent;
}

#quiz-landing-wrapper .leaderboard .nav-tabs li.active a span {
	font-size: 12px;
}

#quiz-landing-wrapper .leaderboard .nav-tabs li:hover a {
	background: transparent;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .leaderboard .nav-tabs {
		display: flex;
		width: -moz-max-content;
		width: max-content;
		padding: 0;
	}

	.mobile_scroll {
		overflow-y: auto;
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col {
		width: 100% !important;
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col {
		width: 100%;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td.designation {
		display: table-cell;
		font-weight: 400;
		font-size: 14px;
	}


	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td.company {
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}

	.mobile-dropdown-view {
		display: none !important;
	}

	#quiz-landing-wrapper .leaderboard .nav-tabs li {
		white-space: nowrap;
	}
}

#quiz-landing-wrapper .leaderboard .tab-content {
	padding-top: 32px;
	margin-top: 0px;
}

#quiz-landing-wrapper .leaderboard .tab-content h3 {
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	font-family: 'SangBleuVersailles-Bold-WebS';
  color:var(--text-color)
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 0px;
	margin-top: 20px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul {
	display: flex;
	gap: 32px;
	padding: 0px;
	margin-bottom: 0px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li {
	width: 24%;
	list-style: none;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li span.rank {
	background: linear-gradient(63deg, #FFC44D 21.75%, #FFDB95 47.23%, #F4CE69 80.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 35.237px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	display: block;
	font-family: 'SangBleuVersailles-Medium-WebS';
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture {
	width: 100%;
	padding: 8% 13% 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture .mappingimage {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture .mappingimage span.picture_name {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	top: 13%;
	width: 118px;
	height: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	background: #bf360c;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture .mappingimage img {
	width: 100%;
	height: auto;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture .mappingimage img.ld_user_image {
	position: absolute;
	border-radius: 50%;
	width: 118px !important;
	height: 118px;
	bottom: 35%;
	bottom: 22% !important;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label {
	color: #fff;
	width: 100%;
	padding: 20px 0px 0px 0px;
	line-height: 23px;
	min-height: 137px;
	text-align: center;
}

.flex_content {
	text-align: left;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	color: var(--text-color);
	margin: 0;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label h6 {
	margin: 5px 0 4px;
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: var(--text-color);
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label p {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	color: var(--text-color-2);
	margin: 0px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(2) span.rank {
	background: linear-gradient(63deg, #857e7e 21.75%, #857e7e 47.23%, #B4B4B4 80.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(3) span.rank {
	background: linear-gradient(63deg, #DF8837 21.75%, #EBA462 47.23%, #F18E33 80.94%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(4) {
	position: relative;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(4) span.rank {
	color: var(--text-color);
	background: none;
	-webkit-text-fill-color: initial;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(4):before {
	content: "";
	background: url(https://img.etb2bimg.com/files/cp/14bad08fd1f9b37839ba.png);
	width: 1px;
	height: 100%;
	left: 0;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0px;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul {
		flex-direction: column;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li {
		width: 100%;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture .mappingimage span.picture_name {
		top: 23%;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:last-child:before {
		display: none;
	}
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content {
	padding: 24px;
	margin-top: 32px;
	border-radius: 16px;
	border: 1px solid var(--border-color);
	background: var(--background-layer);
	backdrop-filter: blur(60px);
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content ul {
	margin-bottom: 0;
	padding: 0px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content ul li {
	display: flex;
	color: var(--text-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
	width: 100%;
	justify-content: start;
	gap: 32px;
	padding: 16px 0;
	align-items: center;
	text-align: left;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_header {
	position: relative;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_header::after {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #1A1281;
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0px;
	content: "";
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_header ul li {
	font-family: "Montserrat", sans-serif !important;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 160% */
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 0px;
	color: var(--text-color-2);
	padding-bottom: 10px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_header ul li span {
	min-width: 94px;
	display: inline-block;
	padding: 0 20px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_header ul li span:nth-child(1) {
	min-width: 60px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_header ul li span:nth-child(2) {
	width: 400px;
	min-width: 400px;
	display: inline-block;
	padding-left: 0px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li {
	position: relative;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li:after {
	content: "";
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #1A1281;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li .column {
	width: auto;
	text-align: left;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 400;
	min-width: 94px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li .column .flex_content h5 {
	color: var(--text-color);
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0px 0 2px 0;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li .column .flex_content p {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: var(--text-color-2);
	margin-bottom: 0;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li .colum_1 {
	text-align: center;
	padding: 0 0px;
	font-size: 15px;
	font-weight: 400;
	min-width: 60px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li .colum_2.column {
	width: 400px;
	min-width: 400px;
	display: flex;
	padding-left: 0;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body ul li .colum_2.column img {
	min-width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #fff;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body .mappingimage {
	margin-right: 15px;
	display: inline-block;
}

#view_all_leaderboard .mappingimage span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #483433;
	border-radius: 50%;
	color: white;
	font-weight: 400;
	border: 1px solid #fff;
	font-size: 16px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body .mappingimage span.picture_name {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	font-size: 19px;
	font-weight: 400;
	background: rgba(231, 241, 254, 0.1);
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	background: #bf360c;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body .loadmore {
	display: block;
	margin-top: 16px;
	text-align: center;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_body .loadmore a {
	color: var(--text-color);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: var(--font-montserret);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	/* 157.143% */
	text-decoration-line: underline;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table thead th {
	font-family: Montserrat;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	/* 160% */
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 0px;
	color: var(--text-color-2);
	padding-bottom: 10px;
	padding: 0 20px 16px 20px;
	border-bottom: none;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td {
  padding: 16px 20px;
  color: var(--text-color);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column.colum_2 {
	width: 400px;
	min-width: 400px;
	display: flex;
	padding-left: 0;
}

.flex_content small.rank_span {
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.60);
	display: inline-block;
	width: 54px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding: 4px 13px;
	border-radius: 5px;
	margin-left: 10px;
	color: black;
}


#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column.colum_2 img {
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	max-width: 40px;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column .flex_content h5 {
	color: var(--text-color-3);
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 0px 0;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr:last-child td {
	border-bottom: solid 1px #cccccc;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table,
#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content tbody {
	background: transparent;
	margin: 0;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tr,
#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content tbody tr {
	background: transparent;
	position: relative;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tr:before,
#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content tbody tr:before {
	/* background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), #95599B;
            content: '';
            width: 100%;
            height: 1px;
            display: inline-block;
            position: absolute; */
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr td.rank {
	position: relative;

}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr td.rank.rank-1,
#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr td.rank.rank-2,
#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr td.rank.rank-3 {
	font-size: 0;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr td.rank.rank-1:before {
	content: url(https://img.etb2bimg.com/files/cp/upload-1714719395-gold-cion.svg);

}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr td.rank.rank-2:before {
	content: url(https://img.etb2bimg.com/files/cp/upload-1714719395-silver-icon.svg);
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr td.rank.rank-3:before {
	content: url(https://img.etb2bimg.com/files/cp/upload-1714719395-bronzw-icon.svg);
}

.leaderboard_header tr:before {
	display: none !important;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tr,
#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content tbody tr:last-child td {
	border-bottom: 0px !important;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content {
	padding-bottom: 10px;
}

div#showsubmission {
	display: none !important;
}


body div#skilltest-banner.result-top-banner-block {
	background: var(--backround-image) !important;
	height: 250px;
}

body div#skilltest-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(255, 247, 226, 0.64) !important;
	backdrop-filter: blur(50px);
	position: absolute;
}

div#skilltest-banner .col-lg-6.col-sm-7.clearfix {
	width: 100%;
	max-width: 100%;
	flex: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

div#skilltest-banner .row.main-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

#skilltest-banner h1 {
	font-family: 'SangBleuVersailles-Bold-WebS';
	color: var(--theme-font-color);
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	max-width: 700px;
	margin: 0 auto;
	line-height: 46px;
}

div#contest-description {
	background: transparent !important;
	box-shadow: none !important;
	position: relative;
	z-index: 11;
}

#contest-description .tabs1-nav-wrap {
	display: none;
}

@media screen and (max-width: 767px) {


	.leaderboard_table {
		width: 100%;
		overflow-y: scroll;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table thead th,
	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td {
		padding: 10px 10px;
		white-space: nowrap;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table thead th.rank,
	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table thead th.text-left {
		display: table-cell;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody tr.rank {
		display: table-cell !important;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td.rank {
		display: table-cell !important;
		padding: 10px 0px !important;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td.name {
		display: table-cell;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content {
		padding: 12px !important;
		margin-top: 16px;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column.colum_2 img {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}


	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column .flex_content p.company_designation {
		max-width: 200px;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
		/* 166.667% */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td.name+td {
		display: table-cell;
		text-align: left;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column.colum_2.column.align-center {
		width: auto;
		min-width: auto;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td .column .flex_content h5 {
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
	}

}

#quiz-landing-wrapper .whyParticipate .participate_box_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

#quiz-landing-wrapper .whyParticipate .participate_box_wrapper__box {
	padding: 24px;
	width: 32.2%;
	border-radius: 16px;
	background: var(--background-layer);
	backdrop-filter: blur(60px);
}

#quiz-landing-wrapper .whyParticipate .participate_box_wrapper__box h3 {
	font-size: 20px;
	font-style: normal;
	font-family: var(--SangBleuVersailles-Bold);
	font-weight: 500;
	line-height: 29px;
	color: var(--text-color-3);
	margin: 0px;
	text-align: left;
	margin-bottom: 8px;
}

#quiz-landing-wrapper .whyParticipate .participate_box_wrapper__box h3+p {
	overflow: hidden;
	color: var(--text-color);
	text-overflow: ellipsis;
	font-family: var(--font-montserret);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .whyParticipate .participate_box_wrapper {
		flex-direction: column;
	}

	#quiz-landing-wrapper .whyParticipate .participate_box_wrapper__box {
		width: 100%;
		text-align: center;
	}

	#quiz-landing-wrapper .whyParticipate .participate_box_wrapper__box h3 {
		text-align: center;
		font-size: 18px;
	}
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper {
	padding: 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(60px);
}

.sponsor-quiz-wrapper .slogan {
	text-align: center;
	color: #1A1A1A;
	font-family: var(--SangBleuVersailles-Bold);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 8px;
}

.sponsor-quiz-wrapper .slogan2 p {
	text-align: center;
	color: #1A1A1A;
	text-align: center;
	font-family: var(--SangBleuVersailles-Bold);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 40px;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper h2.headng4 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: var(--theme-color);
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper h2.headng4:after {
	display: none;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper h2.headng4 div.slogan {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	display: flex;
	margin-bottom: 8px;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col h3 {
	margin: 0 0 24px 0;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col.col-left {
	max-width: 300px;
	width: 34%;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col {
  padding: 24px;
  width: 31.2%;
  border-radius: 16px;
  background: var(--background-layer);
  backdrop-filter: blur(60px);
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col a.h4 {
  font-size: 20px;
  font-style: normal;
  font-family: var(--SangBleuVersailles-Bold);
  line-height: 29px;
  color: var(--text-color-3);
  margin: 0px;
  text-align: left;
  margin-bottom: 8px;
  display: inline-block;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col.col-left h3 {
	display: flex;
	gap: 10px;
	font-family: var(--SangBleuVersailles-Bold);
	justify-content: center;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col.col-left .image img {
	width: 100%;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article {
	margin-bottom: 18px;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article h4 {
	font-family: var(--font-montserret);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 0px 0;
}
#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article p{
  color:var(--text-color);
}

.theme-light #quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table tbody td {
  border-bottom: 1px solid #dddddd2e;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article p {
	margin: 0px;
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article:last-child {
	margin: 0;
}

@media screen and (min-width:991px) {

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article h4,
	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article .h4 {
		cursor: auto;
		pointer-events: none;
	}

}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper {
		padding: 16px;
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article {
		margin-bottom: 26px;
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article h4,
	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article .h4 {
		font-size: 14px;
		line-height: 22px;
		text-decoration: none;
	}

	.sponsor-quiz .sponsor-quiz-wrapper__row .col .article a.h4 {
		display: block;
		position: relative;
	}

	.sponsor-quiz .sponsor-quiz-wrapper__row .col .article a.h4:before {
		float: right !important;
		font-family: FontAwesome;
		content: "\f067";
		padding-right: 5px;
		font-weight: normal;
		font-size: 14px;
		color: rgba(149, 89, 155, 1);
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article.active a.h4 {
		margin: 0 0 5px 0;
		color: rgba(149, 89, 155, 1);
	}

	.sponsor-quiz .sponsor-quiz-wrapper__row .col .article.active a.h4:before {
		content: "\f068";
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article p {
		display: none;
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col .article.active p {
		display: block;
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row {
		flex-direction: column;
		gap: 26px;
	}

	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col.col-left {
		width: 100%;
		max-width: none;
	}
}

#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper .action {
	text-align: center;
	margin-top: 24px;
}

#quiz-landing-wrapper .contacts .contacts-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

#quiz-landing-wrapper .contacts .contacts-wrapper .contact_info {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
  background: var(--background-layer);
  padding: 20px 0px;
  border-radius: 16px;
}

#quiz-landing-wrapper .contacts .contacts-wrapper .contact_info .line-2 {
	text-overflow: ellipsis;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	color: var(--text-color);
}

#quiz-landing-wrapper .contacts .contacts-wrapper .contact_info .email,
#quiz-landing-wrapper .contacts .contacts-wrapper .contact_info .phone {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: var(--text-color);
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .contacts .contacts-wrapper {
		flex-direction: column;
	}

	#quiz-landing-wrapper .contacts .contacts-wrapper .contact_info {
		width: 100%;
	}
}

#quiz-landing-wrapper .faqs .panel-group .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

#quiz-landing-wrapper .faqs .panel-group .panel-title a {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	border: none;
	display: block;
	text-decoration: none !important;
	color: var(--text-color-3);
	font-family: var(--font-montserret);
}
}

#quiz-landing-wrapper .faqs .panel-group .panel-title a:hover {
	text-decoration: none;
}

#quiz-landing-wrapper .faqs .panel-group .panel-title a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
	font-weight: 500;
}

#quiz-landing-wrapper .faqs .panel-group .panel-title a.collapsed:before {
	float: right !important;
	content: "\f067";
	font-weight: 500;
	padding-right: 5px;
	font-family: FontAwesome;
}

#quiz-landing-wrapper .faqs .panel-group .panel-default {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid var(--theme-color);
	background: var(--background-layer);
	backdrop-filter: blur(60px);
	max-width: 886px;
	margin: 0 auto 8px auto;
}

#quiz-landing-wrapper .faqs .panel-group .panel-default:last-child {
	margin-bottom: 0px;
}

#quiz-landing-wrapper .faqs .panel-group .panel-default .panel-heading {
	padding: 0px;
	background: transparent;
	border: none;
}

#quiz-landing-wrapper .faqs .panel-group .panel-body {
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 21px;
	font-variant-numeric: lining-nums proportional-nums;
	color: var(--text-color);
	font-family: var(--font-montserret);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}

.panel-group.mt-30:last-child {
	margin-bottom: 0px;
}

#quiz-landing-wrapper .quiz_fotter .footer-logo {
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .quiz_fotter .footer-logo img {
		max-width: 100%;
	}
}

#quiz-landing-wrapper .quiz_fotter .footer-link {
	display: flex;
	gap: 24px;
	justify-content: center;
	padding: 0px 0 20px 0;
	position: relative;
	margin-bottom: 20px;
}

#quiz-landing-wrapper .quiz_fotter .footer-link a {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: var(--text-color);
}

#quiz-landing-wrapper .quiz_fotter .footer-link::after {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 49.88%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(26, 18, 129, 0) 0.04%, #1A1281 51.03%, rgba(26, 18, 129, 0) 100.04%);
	height: 1px;
	bottom: 0;
	left: 0px;
	width: 100%;
}

#quiz-landing-wrapper .quiz_fotter .copyright p {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

#quiz-landing-wrapper .quiz_fotter .copyright p a {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	color: var(--text-color-2);
}

#quiz-landing-wrapper .scroll-nav {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 61px;
}

#quiz-landing-wrapper .scroll-nav ul {
	margin-bottom: 0px;
}

#quiz-landing-wrapper .scroll-nav nav ul li {
	list-style: none;
	float: none;
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

#quiz-landing-wrapper .scroll-nav nav ul li a {
	line-height: 1em;
	font-size: var(--para-font-size, 12px);
	color: var(--theme-font-color);
	text-decoration: none;
	padding: 12px 12px 12px;
	font-weight: 600;
	text-transform: none;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
}

#quiz-landing-wrapper .scroll-nav.show {
	top: 0px;
	background: var(--theme-color);
}

#quiz-landing-wrapper .scroll-nav.show nav ul li a {
	color: white;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .scroll-nav nav {
		float: none;
		overflow: auto;
	}

	#quiz-landing-wrapper .scroll-nav nav ul {
		width: -moz-max-content;
		width: max-content;
		padding: 0;
	}
}

#quiz-landing-wrapper .social-share-wdgt {
	position: fixed;
	width: 48px;
	bottom: 70px;
	z-index: 9999;
	left: 0;
}

#quiz-landing-wrapper .social-share-wdgt a {
	width: 42px;
	height: 42px;
	text-align: center;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease;
	border-radius: 0;
	border: 0;
	transition: all 0.2s ease;
}

#quiz-landing-wrapper .social-share-wdgt a.fb {
	background: #3b5b9b;
}

#quiz-landing-wrapper .social-share-wdgt a.twtr {
	background: #29a9e0;
}

#quiz-landing-wrapper .social-share-wdgt a.lin {
	background: #0173b1;
}

#quiz-landing-wrapper .social-share-wdgt a.wa {
	background: #5cbe4a;
}

#quiz-landing-wrapper .social-share-wdgt a .fa {
	line-height: 42px;
	color: #fff;
	font-size: 18px;
}

#quiz-landing-wrapper .social-share-wdgt a:hover {
	width: 62px;
}

@media screen and (max-width: 767px) {
	#quiz-landing-wrapper .social-share-wdgt {
		position: static;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left {
		width: 100%;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .action_wrapper {
		width: 100%;
	}
}


.result_page div#quiz-landing-wrapper {
	padding-top: 64px;
	padding-bottom: 64px;
	display: inline-block;
	width: 100%;
}

/* div#contest-description {
      display: none !important;
  } */

@media(max-width:1000px) {

	#quiz-landing-wrapper .hero-banner .action a.btn.btn-primary {
		width: 100%;
		max-width: 400px;
	}

	#quiz-landing-wrapper .hero-banner h2 {
		font-size: 24px;
		font-weight: 500;
		font-family: 'SangBleuVersailles-Medium-WebS';
		line-height: 36px;
	}

	#quiz-landing-wrapper .hero-banner p {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
	}

	#quiz-landing-wrapper .challanges {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .strt-quiz {
		max-width: 400px;
		width: 100%;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left {
		width: 100%;
		display: inline-block !important;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .date-wrapper span {
		width: 48%;
		float: left;
		max-width: 200px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .col-left .caption .date-wrapper {
		flex-direction: inherit;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin-top: 16px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box {
		flex-direction: column;
		justify-content: inherit !important;
		gap: 0px;
	}

	#quiz-landing-wrapper .challanges .challanges-wrapper__box .action_wrapper .action {
		margin-top: 24px;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li span.rank {
		display: none;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px !important;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture.mapping_image {
		width: 78px;
		padding: 0px;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture.mapping_image span.picture_name {
		width: 40px;
		height: 40px !important;
		font-size: 17px;
		top: 4%;
		font-weight: 400;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label {
		text-align: left;
		margin: 0px !important;
		padding: 0px;
		padding-right: 70px;
		position: relative;
		min-height: auto;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label h4 {
		position: absolute;
		right: 10px;
		font-size: 20px;
		top: calc(75% - 34px);
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li picture .mappingimage img.ld_user_image {
		width: 40px !important;
		height: 40px !IMPORTANT;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label p {
		font-size: 12px !important;
		font-weight: 500;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li .content_label h6 {
		margin-top: 0px;
		font-size: 14px;
		line-height: 21px;
		font-weight: 700;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul {
		gap: 16px;
	}

	.pt-64 {
		padding-top: 24px;
	}

	.pb-64 {
		padding-bottom: 24px !important;
	}

	#quiz-landing-wrapper .prizeRewards__wrapper__box {
		width: 50%;
		display: inline-block;
		padding-right: 10px;
	}

	#quiz-landing-wrapper .prizeRewards__wrapper__box:first-child {
		width: 100%;
		margin-bottom: 24px;
		padding: 0px;
	}

	#quiz-landing-wrapper .prizeRewards__wrapper__box:last-child {
		padding-right: 0px;
		padding-left: 10px;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(4):after {
		content: '';
		width: 100%;
		height: 1px;
		#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li: nth-child(4);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 49.5%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, rgba(149, 89, 155, 0.00) 0.04%, #95599B 51.03%, rgba(149, 89, 155, 0.00) 100.04%);
		position: absolute;
		top: -12px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(4) {
		position: relative;
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.site-header__login .loggedin-user {
		min-width: auto;
	}

	.site-header__login .loggedin-user .arrow-icon-down {
		top: 25%;
		right: -20px;
	}
}


body div#skilltest-banner.result-top-banner-block {
	display: none !important;
}

body.leaderboard_page .background_flip_widget {
	background: var(--backround-image) !important;
}


div#skilltest-banner {
	display: none !important;
}


body.leaderboard_page .leaderboard_table_header {
	display: none !important;
}

body.leaderboard_page div#contest-description {
	margin-top: 100px;
}

body.leaderboard_page #quiz-landing-wrapper .leaderboard .tab-content {
	padding-top: 0px;
}

body.leaderboard_page #quiz-landing-wrapper .leaderboard .tab-content h3 {
	display: none !important;
}

.google-profile-data {
	height: 0px !important;
	bottom: 100px;
	opacity: 0;
}

body.leaderboard_page .leaderboard_banner {
	height: 650px;
	background: var(--backround-image);
}


a.readmore-toggle {
	color: var(--theme-color);
	font-weight: 700;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	text-decoration: none;
}

body.leaderboard_page div#contest-description {
	margin-top: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.leaderboard_page .shadow_container {
	z-index: 1;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table thead th:before.#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content table thead th:after {
	display: none !important;
}

.submit-confirm-tc a {
	font-size: 12px;
}

.submit-confirm-tc p {
	font-size: 12px;
}

.create-section.webinar-checkbox.layered label.checkbox {
	font-size: 12px;
}

.submit-confirm-tc {
	text-align: center;
}

.login_outer.layered2 {
	/*max-height: 218px;*/
	overflow-y: auto;
	padding-right: 15px;
}

tr.my-rank2.odd td {
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.20);
}

tr.my-rank2.odd td:first-child {
	border-radius: 12px 0px 0px 12px;
}

tr.my-rank2.odd td:last-child {
	border-radius: 12px 0px 0px 12px;
}

a.btn.back_quiz {
	border-radius: 32px;
	border: 1px solid #95599B;
	background: #FFF;
	backdrop-filter: blur(8px);
	padding: 11px 22px;
	font-weight: 600;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 208px;
	position: absolute;
	z-index: 1;
	margin-top: -20px;
}

a.btn.back_quiz img {
	margin-right: 10px;
}

@media(max-width:1200px) {
	

	div#contest-description {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	#quiz-landing-wrapper .leaderboard .nav-tabs li a {
		text-align: left !important;
	}

	#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content {
		margin-top: 16px !important;
	}

	.contest-home .site-header__login {
		top: 5px;
	}

	.leaderboard_banner:before {
		content: '';
		background: rgba(255, 255, 255, 0.10);
		backdrop-filter: blur(60px);
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
	}

	a.btn.back_quiz {
		background: transparent;
		padding: 0px;
		border: 0px;
		justify-content: flex-start;
		font-size: 14px;
		color:var(--text-color);
		backdrop-filter: none;
	}

	a.btn.back_quiz img {
		filter: brightness(0.5);
	}

	.mod_right {
		display: none;
	}

	.rank_widget_panel ul li small {
		font-size: 11px !important;
	}

	.scrore_rank .rank_panel span.text_common2 {
		font-weight: 600 !important;
		font-size: 13px !important;
	}

	#all_participate_modal.modal-overlay {
		padding: 16px 16px;
		min-width: 100%;
	}


}

.pagination em {
	position: relative;
	display: block;
	padding: 8px 12px;
	margin-left: -1px;
	line-height: 1.25;
	color: #1e1f20;
	background-color: rgba(255, 255, 255, 0.0);
	border: 1px solid #cdc7b8;
	font-weight: 400;
	font-family: var(--font-montserret);
}

ul.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 20px !important;
}

footer.section-footer.clearfix p {
	opacity: 0;
}

.pagination em:first-child {
	margin-left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.pagination em a {
	color: black;
	font-family: var(--font-montserret);
	font-weight: 400;
}

.pagination em.active {
	font-weight: 600;
}


/* get in touch modal code start here */

body .model-container.touch-container {
	padding: 24px 0px 0px 0px;
}

@media screen and (max-width: 1000px) {
	body .model-container.touch-container .model-wrapper {
		display: block;
	}

	body .model-container.touch-container {
		padding: 24px 0px 0px 0px;
		margin: 0 auto;
		right: 0px;
		left: 0px;
	}
}

body .model-container.touch-container .model-content {
	padding-left: 24px;
	padding-right: 24px;
}

body .model-container.touch-container .model-content .input_sec label {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	font-family: "Montserrat", sans-serif;
}

body .model-container.touch-container .create-control-btn .submit-button2 {
	font-family: "Montserrat", sans-serif;
}

.model-container .input_txt_box {
	text-overflow: ellipsis;
	font-family: "Montserrat", sans-serif;
}

body .model-container.touch-container h2 {
	font-size: 18px;
	line-height: 26px;
	font-family: "SangBleuVersailles-Bold-WebS", sans-serif;
	font-weight: normal;
	color: #1a1a1a;
	margin: 0px !important;
}

body .model-container.touch-container .input_select_box {
	margin-bottom: 34px;
}

body .model-container.touch-container .input_select_box .select_sec,
body .model-container.touch-container .input_select_box select {
	border: none !important;
	border-bottom: 1px solid #E0E0E0 !important;
}

body .model-container.touch-container .input_select_box select {
	appearance: none;
	outline: none;
}

@media screen and (max-width: 1000px) {
	body .model-container.touch-container .model-wrapper {
		padding: 0;
	}

	body .model-container.touch-container .input-section-main .input_sec {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

body .model-container.touch-container .footer-msg-txt {
	-ms-display: flex;
	-webkit-display: flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-top: -10px;
}

body .model-container.touch-container .footer-msg-txt #getintouch_check {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-top: 2px;
	padding: 10px;
}

body .model-container.touch-container .footer-msg-txt #getintouch_check+label {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #595959;
}

body .model-container.touch-container .footer-msg-txt p {
	font-size: 12px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #595959;
}

body .model-container.touch-container .footer-msg-txt p a {
	color: #595959;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
}

body .model-container.touch-container .desc {
	margin-top: 9px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #595959;
}

body .model-container.touch-container .desc span,
body .model-container.touch-container .desc a {
	text-decoration: underline;
	color: #595959;
}

body .model-container.touch-container .container-get-touch {
	margin-top: 25px;
}

@media only screen and (max-height: 600px) and (min-width: 800px) {
	body .model-container.touch-container .container-get-touch {
		max-height: 340px;
		overflow-y: auto;
	}

	body .model-container.touch-container .container-get-touch::-webkit-scrollbar {
		background: none;
		width: 0px;
	}
}

body .model-container.touch-container .container-get-touch .error {
	margin: 0;
}

body .model-container.touch-container .container-get-touch .input-section-main1 {
	position: relative;
}

body .model-container.touch-container .container-get-touch .input-section-main1 .char-length {
	position: absolute;
	right: 0;
	top: 29px;
	font-size: 10px;
	line-height: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #CCCCCC;
	color: #595959;
}

body .model-container.touch-container.modal-confirm h2 {
	text-align: center;
}

body .model-container.touch-container .create-control-btn {
	width: calc(100% + 48px);
	background: #FFFFFF;
	margin: 24px -24px 0 -24px;
	box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	padding: 0 25px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

body .model-container.touch-container .create-control-btn .submit-button2 {
	margin-bottom: 12px;
	margin-top: 12px;
}

body .model-container.touch-container #form_error {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}

body .model-container.touch-container #form_error:empty {
	display: none;
}

body .model-container.touch-container .select-selected {
	top: 2px;
	width: 50px;
}


.leaderboard_sec_header {
	color: #fff;
	border-bottom: 0;
	border-top: 0;
	display: flex;
	justify-content: space-around;
	padding: 15px 0;
}

.leaderboard_sec_header .ld_content {
	width: 50%;
	text-align: left;
	display: flex;
	align-items: center;
}

.leaderboard_sec_header .search_bar {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	position: relative;
}

.leaderboard_sec_header .search_bar input {
	width: 100%;
	height: 44px;
	border: 0;
	padding: 8px 26px;
	font-size: 13px;
	color: #333333;
	outline: 0;
	border-radius: 30px;
}

.leaderboard_sec_header .search_bar a.Search_bar {
	position: absolute;
	right: 20px;
}

.leaderboard_sec_header .ld_content p {
	margin: 0;
}

.login-model .reg-email-first+fieldset legend {
	float: none;
}

h3.oauth-main-title {
	font-weight: bold;
	margin-top: 0px;
}

.login-model .reg-email-first+fieldset {
	padding: 0.35em 0.625em 0.75em;
}

html.sidebarPopup body {
	overflow: hidden;
}

.blank_content2 .blank_content {
	margin-bottom: 100px;
}

@media screen and (max-width:767px) {
	.leaderboard_sec_header {
		flex-wrap: wrap;
		row-gap: 9px;
	}

	.leaderboard_sec_header .search_bar,
	.leaderboard_sec_header .ld_content {
		width: 100%;
	}

	.leaderboard_sec_header .search_bar a.Search_bar {
		position: absolute;
		right: 10px;
		/* width: 10px; */
		top: 12px;
	}

	.leaderboard_sec_header .search_bar a.Search_bar svg {
		width: 17px;
	}
}

.leaderboard-table th.sorting:before,
.leaderboard-table th.sorting:after {
	display: none !important;
}

p.text-center.norecordleaderboard {
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px
}

.loggedin-user .fa-user-circle-o::before {
	display: none;
}

.leaderboard-table tbody tr:nth-child(1) .mappingimage span {
	background: #3d3029 !important;
}

.leaderboard-table tbody tr:nth-child(2) .mappingimage span {
	background: #8190ea !important;
}

.leaderboard-table tbody tr:nth-child(3) .mappingimage span {
	background: #543150 !important;
}

.leaderboard-table tbody tr:nth-child(4) .mappingimage span {
	background: #3d8f3d !important;
}

.leaderboard-table tbody tr:nth-child(5) .mappingimage span {
	background: #743966 !important;
}

.leaderboard-table tbody tr:nth-child(6) .mappingimage span {
	background: #3b814f !important;
}

.leaderboard-table tbody tr:nth-child(7) .mappingimage span {
	background: #030303 !important;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(1) .picture_name {
	background: #3d3029 !important;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(2) .picture_name {
	background: #8190ea !important;
}

#quiz-landing-wrapper .leaderboard .tab-content .leaderboard_table_header .leaderboard_left ul li:nth-child(3) .picture_name {
	background: #543150 !important;
}

.theme-light .bottom_widget:before, #quiz-landing-wrapper .leaderboard .tab-content .leaderboard_content .leaderboard_header::after{
  display: none;
}
#sponsorQuiz .action {
  text-align: center;
  margin-top: 30px;
}
.theme-light #quiz-landing-wrapper .faqs .panel-group .panel-default {
  border: 0px;
}
#quiz-landing-wrapper .challanges .challanges-wrapper__box .action_wrapper b {
    color: var(--text-color);
}
#quiz-landing-wrapper .scroll-nav nav ul li:first-child {display: none;}

@media screen and (max-width:1200px) {
	.prizeRewards__wrapper.prizeRewards__wrapper2.mt-4 {width: 100%;}
	#quiz-landing-wrapper .scroll-nav.show {z-index: 111;}
	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col {
		padding: 16px;
		border-radius: 16px;
		border: 1px solid var(--theme-color);
		background: var(--background-layer);
		backdrop-filter: blur(60px);
		max-width: 886px;
		margin: 0 auto 8px auto;
	}
	
	.sponsor-quiz-wrapper__row {
		width: 100%;
		padding: 0px 16px;
	}
	
	#quiz-landing-wrapper .sponsor-quiz .sponsor-quiz-wrapper__row .col a.h4 {
		margin: 0px;
		width: 100%;
	}
}

.model-container #detail-submit-form .description-list-row span {
    font-size: 13px !important;
}
a#need_help_coding_common {
    display: none !important;
}
svg.svg_common.arrow-left {
    margin-right: 6px;
}
@media screen and (max-width:1200px) {
svg.svg_common.arrow-left {
    margin-left: 15px;
    margin-right: 6px;
}
svg.svg_common.arrow-left path {
    fill: var(--svg-color);
}

}
