article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:0.0625rem dotted;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:0.0625rem solid #c0c0c0;margin:0 0.125rem;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

:root {
	--theme: #000;
}

* {
	box-sizing: border-box;
}

#latitude, #longitude {
	display: none;
}

#map {
	position: fixed !important;
}



html,
body,
form,
.step {
	min-height: 100vh;
	width: 100%;
	font-family: 'Poppins', serif;
}

.step {
	z-index: 1000;
	position: relative;
	pointer-events: none;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
}
.step[data-effect="zoom"] {
	transform: scale(0);
}


.step * {
	pointer-events: all;
}

body {
	position: relative;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}

.leaflet-pane {
	position: relative;
	pointer-events: none !important;
}

.popupCustom, .popupCustom * {
	pointer-events: none !important;
}

.leaflet-pane::before {
    content: "";
    display: block;
    position: fixed;
    top: -1000vw;
    left: -10000vw;
    right: -10000vw;
    bottom: -10000vw;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    opacity: 0;
    width: 100000000vw;
    height: 10000vh;
}

.leaflet-pane.active::before {
	opacity: 1;
}

.leaflet-container {
	height: 100vh;
	width: 100vw;
	max-width: 100%;
	max-height: 100%;
}

.circle {
	padding: 20px;
	border-radius: 506px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: center;
	flex-direction: column;
	text-align: center;
	width: 420px;
	height: 420px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.71);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.71);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.71);
}
.circle .text-xs {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	max-width: 70%;
	margin: 0 auto;
}
.circle input,
.circle select {
	border: 1px solid #000000;
	border-radius: 4px;
	width: 100%;
    background-color: #FFFFFF;
	max-width: 280px;
	padding: 12px 20px;
	margin-top: 10px;
}

.circle p {
	margin: 0;
	color: white;
	font-size: 18px;
	margin-top: 15px;
	line-height: 1;
}
.circle img {
	max-width: 220px;
}

@media (max-width:370px)  {
	.circle {
		transform: translate(-50%, -50%) scale(0.95);
	}
	.step {
		overflow: hidden;
	}
}

.step__field {
	width: 100%;
}



.buttons {
	display: flex;
}

.buttons .step__button {
	border: none !important;
	border-radius: 4px;
	background-color: white;
	padding: 6px 12px;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}

.buttons .step__button:nth-child(1) {
	margin-right: 10px;
}

.buttons .step__button:nth-child(2) {
	margin-left: 10px;
}

.buttons.single .step__button:nth-child(1) {
	margin-right: 0;
}

.step__field__error p {
	font-size: 15px;
	color: rgb(230, 26, 60);
	position: absolute;
	font-weight: bold;
	bottom: -20px;
	text-align: center;
	left: 0;
	right: 0;
}

.leaflet-control-container {
	display: none !important;
}

.bg {
	position: fixed;
	pointer-events: none;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.leaflet-marker-icon {
	border-radius: 200px;
	padding: 30px !important;
	position: relative;
	background-image: url(../img/triangle.png);
	background-size: 30px !important;
	background-position: center 125px;
	background-repeat: no-repeat !important;
	cursor: default !important;
}

.girlpin::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
}


/*** Results block ***/
.results {
	position: relative;
	min-height: 100vh;
	background-color: rgba(0,0,0,0.8);
	place-items: center;
}

.results__list {
	list-style: none;
	padding: 0;
}

.results__list-single {
	min-height: 3rem;
	margin: 0 0 4.1875rem;
}

.results__list-multi {
	margin: 0 0 3.7rem;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.results__list-single-step {
	margin: 1.5625rem 0 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	text-align: center;
}

.results__list-single-step-big {
	font-size: 2.5rem;
	font-weight: bold;
}

.results__list-multi-step {
	min-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.3125rem;
	text-align: left;
	font-size: 1rem;
	background: url("../img/check.svg") no-repeat scroll;
	background-size: 1.1em 1.1em;
	background-position: 0 0.4375rem;
}

.results__link {
	display: block;
	z-index: 999 !important;
}

.results__link__agree {
	display: inline-block;
	width: 100%;
	max-width: 19.625rem;
	margin-bottom: 1.5625rem;
	font-size: 1.1875rem;
	line-height: 3.875rem;
	text-align: center;
	color: #ffffff;
	background: #e27802;
	border: none;
	border-radius: 0.5625rem;
	pointer-events: none;
	box-sizing: border-box;
}
.leaflet-popup-content {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 10px 10px 10px 9px !important;
}

.leaflet-popup {
	pointer-events: none !important;
	z-index: 9999 !important;
	margin-bottom: 0 !important;
	padding-bottom: 20px;
}

.leaflet-popup-content-wrapper {
	background: white !important;
	box-shadow: none !important;
	border-radius: 1000px !important;
	width: 200px;
	height: 200px;
}

span.name {
	text-align: center;
	font-size: 15px;
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 23px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	border-radius: 0 0 1110px 1110px;
	padding: 16px 3px 21px;
	color: #201F1F;
	font-size: 16px;
	height: 60px;
}

.results .wrapper {
	position: relative;
}

.results__spinner {
	position: absolute;
	top: 68px;
	left: 0;
	width: 100%;
}

.results__spinner__inner {
	width: calc(100% - 200px);
	color: #9B9B9B;
	padding: 0 100px;
	text-align: center;
}

.results__spinner__inner label {
	font-size: 20px;
	opacity: 0;
	display: inline-block;
}

.results__spinner__inner label:nth-child(6) {
	animation: lol 3s infinite ease-in-out;
}

.results__spinner__inner label:nth-child(5) {
	animation: lol 3s 100ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(4) {
	animation: lol 3s 200ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(3) {
	animation: lol 3s 300ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(2) {
	animation: lol 3s 400ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(1) {
	animation: lol 3s 500ms infinite ease-in-out;
}

/*** Step effects ***/
.step[data-effect="zoom"] {
	transform: scale(0);
}

.step[data-effect="left"] {
	transform: translateX(100%);
}

.step[data-effect="up"] {
	transform: translateY(100%);
}

.step[data-effect="turn"] {
	transform: rotate3d(0, 1, 0, 90deg);
}

.step[data-step="1"] {
	transform: none;
}

.step[data-step="1"] .step__warning {
	margin: 0.5rem 1rem 1rem;
}

.step[data-step="2"] .step__map__text {
	display: none;
}

.step[data-step="16"] .step__disclaimer{
	font-size: 12px;
	line-height: 1.2;
}

.step[data-step="16"] .step__field__input {
	font-size: 15px;
	margin-top: 5px;
}

.step__field__error {
	margin: 5px 0 0;
}



/*** Keyframes ***/
@keyframes map-pin {
	50% { top: 1.3125rem; }
}

@keyframes map-pin-shadow {
	50% { top: 1.6875rem; left: 2.7425rem; opacity: 0.5; }
}

@keyframes outer {
	100% { 	width: 24.1875rem; height: 24.1875rem; opacity: 0.1; }
}

@keyframes inner {
	100% { 	width: 13.8125rem; height: 13.8125rem; opacity: 0.1; }
}

@keyframes lol {
	0% {
		opacity: 0;
		transform: translateX(-18.75rem);
	}
	33% {
		opacity: 1;
		transform: translateX(0px);
	}
	66% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(18.75rem);
	}
}



/*** Results block ***/
.results {
	position: relative;
}

.results p, .results li {
	color: white;
}

.resu

.results__list {
	list-style: none;
	padding: 0;
}

.results__list-single {
	margin: 0 0 3rem;
}

.step__disclaimer,.step__disclaimer a {
	color: white;
	font-size: 14px;
}

.step__disclaimer {
	margin-top: 1rem;
}


.results__list-single-step {
	margin: 1.5625rem 0 0;
	font-size: 1.1rem;
	line-height: 1.4rem;
	text-align: center;
}


.results__list-single-step-big {
	font-size: clamp(1.5rem, 6vw, 3rem);
	color: #000;
	font-weight: 800;
}

.results__list-multi-step {
    min-height: 1.5rem;
    margin-bottom: .7rem;
    text-align: center;
    font-size: 1.125rem;
}

div[data-finish]{
	max-width: 19.6rem;
    margin: 0 auto;
}

.results__link{
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 1rem 1.15625rem;
	font-size: 1.1428rem;
	line-height: 2.06;
	color: #fff;
	background: #b91b4f;
	border: none;
	-webkit-border-radius: 0.5625rem;
	-moz-border-radius: 0.5625rem;
	border-radius: 0.5625rem;
	text-decoration: none;
	text-align: center;
}

.thumb {
	border-radius: 1000px;
}

.results__spinner {
	position: absolute;
	left: 0;
	width: 100%;
}

footer {
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

footer a {
	font-size: 11px;
	color: #111;
}

footer ul, footer li {
	margin: 0;
	padding: 0;
}

.results__spinner__inner {
	width: 100%;
	color: #9B9B9B;
	padding: 0 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.results__spinner__inner label {
	font-size: 20px;
	opacity: 0;
	display: inline-block;
}

.results__spinner__inner label:nth-child(6) {
	-webkit-animation: lol 3s infinite ease-in-out;
	animation: lol 3s infinite ease-in-out;
}

.results__spinner__inner label:nth-child(5) {
	-webkit-animation: lol 3s 100ms infinite ease-in-out;
	animation: lol 3s 100ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(4) {
	-webkit-animation: lol 3s 200ms infinite ease-in-out;
	animation: lol 3s 200ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(3) {
	-webkit-animation: lol 3s 300ms infinite ease-in-out;
	animation: lol 3s 300ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(2) {
	-webkit-animation: lol 3s 400ms infinite ease-in-out;
	animation: lol 3s 400ms infinite ease-in-out;
}

.results__spinner__inner label:nth-child(1) {
	-webkit-animation: lol 3s 500ms infinite ease-in-out;
	animation: lol 3s 500ms infinite ease-in-out;
}

/* Upgrade */
.upgrade {
    font-family: sofia-pro, sans-serif;
    text-align: center;
    overflow: hidden;
}
.upgrade__container {
	margin-top: 10px;
}
.upgrade__content {
    position: relative;
    overflow: hidden;
    width: calc(100% + 3.125rem);
    left: -1.5625rem;
    padding: 3.2rem 0 2rem;
    background: #FFFFFF;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.31);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.upgrade__fact {
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 12.25rem;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-right: 1.5rem;
    line-height: 1.9375rem;
    font-size: 1.314rem;
    text-transform: uppercase;
    letter-spacing: 0.1225rem;
    color: #FFFFFF;
    background: #ff4c00;
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    transform: rotate(-27deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1.96px;
}

.upgrade__members {
	display: block;
    margin: 0;
    padding-left: 1rem;
    font-size: 2.2rem;
    text-transform: capitalize;
    letter-spacing: 0.01875rem;
    color: #4A4A4A;
    line-height: 2.1875rem;
}

.upgrade__receive {
	display: block;
	margin-top: .2rem;
	margin-bottom: .4rem;
    padding-left: .2rem;
    font-size: 1.25rem;
    color: #4A4A4A;
    line-height: 2.125rem;
}

.upgrade__hookups {
	display: block;
    margin: 0 auto 2rem;
    font-size: 2.3rem;
    text-transform: capitalize;
    letter-spacing: 0.0125rem;
    color: #ff4c00;
    line-height: 1.9rem;
}

.upgrade__button {
	box-sizing: border-box;
    display: block;
    max-width: 21rem;
    margin: 1.5625rem auto 1.5rem;
    padding-left: .5rem;
    border: none;
    font-size: 1.3rem;
    line-height: 4.4rem;
    text-transform: capitalize;
    text-decoration: none;
    color: #FFFFFF;
    background: #ff4c00;
    border-radius: 0.5625rem;
    font-family: sofia-pro, sans-serif;
}

.upgrade__button__arrow {
    position: relative;
    top: 0.125rem;
    left: .7rem;
    width: 0.9375rem;
    height: 1.0625rem;
}

.upgrade__trial {
    padding-left: 0.1rem;
    font-size: 1.07rem;
    line-height: 1rem;
}

.upgrade__trial__text {
    text-transform: capitalize;
    color: #4A4A4A;
}

.upgrade__trial__price {
    color: #ff4c00;
}

.upgrade__nothanks {
    margin-top: 2.9rem;
    font-size: 0.93rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3125rem;
	font-weight: 400
}
.upgrade__nothanks a{
	color: #000;
	font-weight: 400
}

/*** Step effects ***/
.step[data-effect="zoom"] {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.step[data-effect="left"] {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.step[data-effect="up"] {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.step[data-effect="turn"] {
	-webkit-transform: rotate3d(0, 1, 0, 90deg);
	-moz-transform: rotate3d(0, 1, 0, 90deg);
	-ms-transform: rotate3d(0, 1, 0, 90deg);
	-o-transform: rotate3d(0, 1, 0, 90deg);
	transform: rotate3d(0, 1, 0, 90deg);
}

.step[data-step="1"] {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
} 

@media screen and (orientation: landscape){
	.step[data-step="1"], .step[data-step="8"] {
		height: auto;
	}

	.step[data-step="14"] {
		height: 100%;
	}
}

/*** Keyframes ***/
@-webkit-keyframes lol {
    0% {
		opacity: 0;
		-webkit-transform: translateX(-18.75rem);
	}
	33% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	66% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(18.75rem);
	}
} 

@keyframes lol {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
	}
	33% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	66% {
		opacity: 1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(18.75rem);
		transform: translateX(18.75rem);
	}
}

/*** Media queries ***/

@media only screen and (max-width: 320px) and (max-height: 440px) {
	html {
		font-size: 13.5px;
	}
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 18px;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 20px;
	}
}

@media only screen and (min-width: 600px) {
	.step__intro__bg {
		margin: 0 auto;
	}
}


.botRight{
	background-color: transparent;
	border: #6ebd52 3px solid;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 0;
	color: #6ebd52;
	position: fixed;
	top: 460px;
	right: 5%;
	margin-right: -5px;
}

.stepDots{
	position: absolute;
    top: 80px;
    right: 5%;
    list-style-type: none;
    font-size: 130px;
    line-height: 29px;
}

.step__field__error {
	color:red;
	font-size: 14px;
}

.header__container {
	opacity: 0;
}

@media screen and (max-width: 860px) and (orientation: landscape) {
	.circle {
		transform: translate(-50%, -50%) scale(0.6);
	}
}

google-sign-in-button {
    width: 50%;
    
}