html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.fb-img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-size: 0.875rem;
}

.screen {
	max-width: 1024px;
	height: 100vh;
	margin: 0 auto;
}

.timer-top {
	display: none;
	text-align: center;
	color: #fff;
	padding: 4px 8px;
	background: #000000;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
}

.top-timer {
	font-weight: 500;
}

.header {
	padding: 20px;
	position: relative;
	background: #febd18;
}

.logo {
	font-size: 0;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

.logo p {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 11px;
}

.logo p svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.logo p span {
	line-height: 40px;
	display: block;
	height: 40px;
	text-align: center;
	font-size: 1.5rem;
}

.logo > span {
	font-size: 1.1rem;
	display: inline-block;
	vertical-align: middle;
}

.header button {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	padding: 0;
	line-height: 34px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px;
}

.header button:hover {
	background: #d1d5db;
}

.header button svg {
	width: 9px;
	height: auto;
}

.wrapper {
	padding: 20px;
	max-width: 640px;
	margin: 0 auto;
}

h1 {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	color: #febd18;
}

.intro-txt {
	margin-bottom: 12px;
	font-size: 1rem;
}

.color {
	font-weight: 500;
	color: #febd18;
}

.intro-img {
	max-width: 448px;
	margin: 32px auto;
	position: relative;
}

.intro-img div {
    text-align: center;
    width: 112px;
    height: 112px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #febd18;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
    font-size: 1.25rem;
    line-height: 112px;
    border: 3px solid #ffffff; /* Add border 2px solid, assuming white for visibility */
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); /* Add small black drop shadow */
}


.intro-img div p {
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	font-weight: 500;
}

.intro-img div p span {
	display: block;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 36px;
}

.intro-img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.started {
	padding: 20px 0;
	position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.started button {
    cursor: pointer;
    display: block;
    color: #000000;
    font-weight: 700;
    background: #febd18;
    font-family: 'Roboto Bold', sans-serif;
    width: 100%;
    font-size: 1.125rem;
    line-height: 28px;
    border: 3px solid #febd18;
    padding: 10px 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

.started button:hover, .question button:hover {
	background: #febd18;
	color: #fff;
	border: 3px solid #fff;
}

/* COMMENTS */

.comments {
	font-family: Helvetica, sans-serif;
	margin-top: 64px;
}

.others-say {
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

.sorting-box {
	padding: 8px 0;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #e5e7eb;
	height: 64px;
}

.sorting-box > p {
	font-size: 0.875rem;
	line-height: 24px;
	font-weight: 600;
}

.inner-sorting-box {
	line-height: 20px;
	font-size: 0;
	position: absolute;
	top: 8px;
	right: 0;
}

.inner-sorting-box > svg {
	width: 16px;
	height: 16px;
	display: none;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

@-webkit-keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

.inner-sorting-box > span {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.sort {
	display: inline-block;
	vertical-align: middle;
}

.sort > button {
	cursor: pointer;
	color: #374151;
	background: #f3f4f6;
	padding: 0 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d1d5db;
	font-weight: 700;
}

.sort > button:hover {
	background: #e5e7eb;
}

.sort > button span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	line-height: 24px;
	font-family: Helvetica, sans-serif;
}

.sort > button svg {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: auto;
	margin-left: 4px;
}

.dropdown-sort {
	display: none;
	z-index: 50;
	position: absolute;
	top: 4px;
	right: 0;
	padding: 4px 0;
	background: #fff;
}

.dropdown-sort button {
	font-family: Helvetica, sans-serif;
	font-size: 0.75rem;
	line-height: 16px;
	background: #fff;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	display: block;
	width: 100%;
	text-align: left;
	padding: 4px 12px 4px 20px;
	position: relative;
	cursor: pointer;
}

.dropdown-sort button svg {
	width: 9px;
	height: auto;
	display: none;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -5px;
}

.dropdown-sort button.selected {
	color: #374151;
	font-weight: 700;
}

.dropdown-sort button.selected svg {
	display: block;
}

.dropdown-sort button:hover {
	color: #fff;
	background: #2563eb;
	border-color: #1e40af;
}

.dropdown-sort button:hover svg path {
	fill: #fff;
}

.add-comment {
	position: relative;
	margin-bottom: 32px;
}

.add-comment.active {
	padding: 0 0 0 58px;
}

.add-comment img {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.add-comment.active img {
	display: block;
}


.add-comment textarea {
	width: 100%;
	display: block;
	border: 1px solid #d1d5db;
	min-height: 64px;
	padding: 8px 12px;
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
}

.add-comment textarea:focus {
    outline: 1px solid #60a5fa;
    border-color: #2563eb;
}

.comment-button-box {
	font-size: 0;
	background: #f3f4f6;
	padding: 12px;
	display: none;
}

.add-comment.active .comment-button-box {
	display: block;
}

.comment-button-left {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.comment-button-left [type=checkbox] {
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0;
	background: #fff;
	border: 1px solid #bfdbfe;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

.comment-button-left [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    border-color: transparent;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #6b7280;
    background-origin: border-box;
}

.comment-button-left label {
	font-size: 0.688rem;
	color: #9ca3af;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.comment-button-left p {
	display: none;
	font-size: 0.688rem;
	margin-top: 4px;
}

.comment-button-right {
	text-align: right;
	width: 35%;
	display: inline-block;
	vertical-align: top;
}

.comment-button-right button {
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 0.875rem;
	line-height: 20px;
	font-weight: 700;
	background: #3b82f6;
	border: 1px solid #2563eb;
	padding: 4px 8px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.comment-button-right button.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.main-comments {
	margin-bottom: 12px;
}

.comment {
	position: relative;
	padding-left: 56px;
	margin-top: 12px;
	display: none;
}

.comment:not(.start-coms):nth-child(1), .comment:not(.start-coms):nth-child(2), .comment:not(.start-coms):nth-child(3), .comment:not(.start-coms):nth-child(4), .comment:not(.start-coms):nth-child(5) {
	display: block;
}

.comment:first-child {
	margin-top: 0;
}

.comment-user-img {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}

.comment-user-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.comment-user-name {
	color: #2563eb;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 700;
}

.comment-user-name span {
	display: inline-block;
	vertical-align: middle;
}

.comment-user-name:hover span {
	text-decoration: underline;
}

.comment-user-name svg {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
}

.comment-text {
	line-height: 20px;
}

.comment-text a {
	color: #2563eb;
	text-decoration: none;
}

.comment-text a:hover {
	text-decoration: underline;
}

.comment-meta {
	font-size: 0;
	color: #9ca3af;
	margin-top: 8px;
	line-height: 16px;
}
.fb-bottom-details {
	margin-top: 6px;
	font-family: Tahoma, 'Helvetica', 'Helvetica Neue', sans-serif;
	color: #90949c;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
}

.comment-meta > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
	font-size: 0.75rem;
}

.comment-meta > *:first-child {
	margin-left: 0;
}

.comment-meta button {
	padding: 0;
	color: #3b82f6;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-family: Helvetica, sans-serif;
}

.comment-meta button:hover {
	text-decoration: underline;
}

.total-likes {
	background: url(../images/like.svg) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
	line-height: 16px;
	min-height: 16px;
}

.comment > .comment {
	padding-left: 52px;
	border-left: 1px dotted #d1d5db;
	display: block !important;
}

.comment > .comment .comment-user-img {
	left: 8px;
	width: 36px;
	height: 36px;
}

.load-more {
	background: #3b82f6;
	border: 1px solid #2563eb;
	color: #fff;
	font-weight: 700;
	padding: 12px 16px;
	text-align: center;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: Helvetica, sans-serif;
	cursor: pointer;
	line-height: 20px;
	font-size: 0.875rem;
}

.load-more svg {
	margin-right: 12px;
	display: none;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	-webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.load-more span {
	display: inline-block;
	vertical-align: middle;
}

.load-more.end-coms svg {
	display: inline-block;
}

.comments-footer {
	margin-top: 12px;
	padding: 8px 0;
	border-top: 1px solid #d1d5db;
}

.comments-footer svg {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
}

.comments-footer a {
	text-decoration: none;
	color: #2563eb;
	font-size: 0.688rem;
}

.comments-footer a:hover {
	text-decoration: underline;
}

/* END COMMENTS */

.footer {
	text-align: center;
	padding: 20px;
	border-top: 1px solid #e5e7eb;
}

.legal-links {
	font-size: 0.875rem;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #9ca3af;
	font-weight: 700;
}

.legal-links svg {
	width: 27px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.footer-links {
	font-size: 0;
	margin: 16px 0 24px;
}

.footer-links a {
	text-decoration: none;
	margin-left: 16px;
	font-size: 1rem;
	color: #000000;
}

.footer-links a:first-child {
	margin: 0;
}

.footer-links a:hover, .disclaimer-box p a:hover {
	color: #b91c1c;
}

.trade-names {
	font-size: 0.75rem;
	line-height: 16px;
	max-width: 576px;
	margin: 0 auto 20px;
	color: #9ca3af;
}

.disclaimer-box {
	position: relative;
	text-align: left;
	padding-right: 37px;
	min-height: 24px;
}

.disclaimer-box p {
	line-height: 24px;
}

.disclaimer-box p a {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

.footer-logo {
	display: block;
	position: absolute;
	text-decoration: none;
	color: #6b7280;
	top: 50%;
	margin-top: -12px;
	right: 12px;
}

.footer-logo span {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	font-size: 0.875rem;
	display: block;
}

.footer-logo svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

/* FAQ */

.faq-screen {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow-y: auto;
	line-height: 100vh;
	padding: 0 16px;
	display: none;
}

.faq-overlay {
	z-index: 1001;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #6b7280;
	opacity: 0.8;
	cursor: pointer;
}

.faq-headline {
	font-size: 1.5rem;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 32px;
}

.faq-box {
	opacity: 0;
	margin: 16px 0;
	max-width: 896px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	position: relative;
	z-index: 1005;
	background: #fff;
	padding: 32px 40px 32px 32px;
	-webkit-box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
	box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
	text-align: left;
	-webkit-transition: all 250ms cubic-bezier(0.4,0,0.2,1);
	-moz-transition: all 250ms cubic-bezier(0.4,0,0.2,1);
	transition: all 250ms cubic-bezier(0.4,0,0.2,1);
}

.faq-close {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 27px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}

.faq-close svg {
	width: 11px;
	height: auto;
	display: inline-block;
}

.faq-close:hover svg path {
	fill: #4b5563;
}

.card {
	margin-bottom: 20px;
	border: 2px solid #e5e7eb;
}

.card:last-child {
	margin-bottom: 0;
}

.card p {
	font-size: 1rem;
	display: none;
	padding: 24px 12px;
}

.card:first-child p {
	display: block;
}

.card button {
	line-height: 24px;
	position: relative;
	text-align: left;
	padding: 8px 40px 8px 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.063rem;
    color: #4b5563;
    cursor: pointer;
}

.card button svg {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 11px;
	height: auto;
	margin-top: -6px;
	-webkit-transition: all 150ms cubic-bezier(0.4,0,0.2,1);
	-moz-transition: all 150ms cubic-bezier(0.4,0,0.2,1);
	transition: all 150ms cubic-bezier(0.4,0,0.2,1);
}

.card button.active svg {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* STEP 2 */

.step2 {
	display: none;
	position: relative;
}

.question-box {
	-webkit-transition: all 350ms cubic-bezier(0.4,0,0.2,1);
	-moz-transition: all 350ms cubic-bezier(0.4,0,0.2,1);
	transition: all 350ms cubic-bezier(0.4,0,0.2,1);
}

.question {
	padding-bottom: 64px;
	-webkit-transition: all 350ms cubic-bezier(0.4,0,0.2,1);
	-moz-transition: all 350ms cubic-bezier(0.4,0,0.2,1);
	transition: all 350ms cubic-bezier(0.4,0,0.2,1);
}

.question h3 {
	font-size: 1.875rem;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 4px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #febd18;
}

.question p {
	margin-bottom: 32px;
	font-size: 1rem;
	color: #6b7280;
}

.question button {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	display: block;
	width: 100%;
	background: #fff;
	border: 3px solid #febd18;
	padding: 10px 20px;
	margin-bottom: 20px;
	cursor: pointer;
	    color: #000000;
		font-weight:700;
	font-size: 1rem;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}

.question button:last-child {
	margin-bottom: 0;
}

.inactive:nth-child(2) {
	pointer-events: none;
	opacity: 0.15;
	filter: blur(0.5px);
}

.inactive:nth-child(3) {
	pointer-events: none;
	opacity: 0.1;
	filter: blur(1px);
}

.inactive {
	pointer-events: none;
	opacity: 0.05;
	filter: blur(2px);
}

.question-number {
	position: absolute;
	top: 36px;
	left: -100px;
	color: #d1d5db;
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}

.question-number span {
	color: #374151;
}

/* STEP 3 */

.step3 {
	display: none;
}

.step3 h3 {
	font-size: 1.875rem;
	line-height: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #febd18;
}

.loading-text {
	color: #6b7280;
	font-size: 1.25rem;
	line-height: 28px;
	margin-bottom: 20px;
}

.loading-list li {
	margin-top: 12px;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 36px;
    opacity: 0.5;
}

.loading-list li span {
	font-size: 1.125rem;
}

.loading-list li:first-child {
	margin-top: 0;
}

.loading-list li svg {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
}

.loading-list li svg[data-icon=circle-notch] {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	-webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.loading-list li svg[data-icon=check] {
	width: 18px;
	height: 18px;
	margin-top: -9px;
}

.loading-list li.work svg[data-icon=circle-notch], .loading-list li.done svg[data-icon=check] {
	display: block;
}

.loading-list li.work {
	opacity: 1;
}

.loading-list li.work span {
	font-size: 1.25rem;
	line-height: 28px;
}

/* STEP 4 */ 

.step4 {
	display: none;
}

.step4 h4 {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	color: #febd18;
}

.end-text {
	margin-bottom: 48px;
	font-size: 1rem;
}

.step4 .intro-img {
	margin: 0 auto 32px;
	max-width: 384px; 
}

.end-list {
	margin-bottom: 20px;
	list-style: decimal;
	list-style-position: inside;
}

.end-list li {
	padding: 16px 0;
	font-size: 1rem;
	border-top: 1px solid #e5e7eb;
}

.end-list li:first-child {
	border: 0;
}

.started a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #febd18;
	color: #fff;
	line-height: 30px;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
	font-size: 1.125rem;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1023px) {
	.question-number {
		position: relative;
		top: auto;
		left: auto;
	}
}

@media screen and (max-width: 639px) {
	.comment {
		padding-left: 44px;
	}

	.comment-user-img {
		width: 36px;
		height: 36px;
	}

	.footer-links a {
		display: block;
		margin-top: 8px;
	}

	.footer-links a:first-child {
		margin-top: 0;
	}

	.disclaimer-box p {
		text-align: center;
	}
}
.fa-envira {
  margin-right: 5px; /* Adds spacing between the icon and the text */
  vertical-align: middle; /* Aligns the icon vertically with the text */
  color: #febd18; /* Ensures the icon is green */
}
