
/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/

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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */


/* Vars */
:root {
	--yellow: #FFCD11;
	--black: #000;
	--gray: #F5F5F5;
	--light-gray: #A7A7A7;
	--white: #fff;
}
.yellow {
	color: var(--yellow);
}
.yellow-underline {
	text-decoration: underline;
	text-decoration-color: var(--yellow);
}
/* General styles */
html * {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	position: relative;
	z-index: 1;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	color: var(--black);
	background: var(--white);
}
.inter-font {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.app-container {
	padding:  2% 3% 0;
	margin: 0 auto;
	background-color: var(--white);
	background-image: url(../images/left-triangle.svg), url(../images/container-right-triangle.svg);
	background-position: left 100%, right 24%;
	background-repeat: no-repeat, no-repeat;
	background-size: 8.83vw, 8.83vw;
}
.app-container.login-container, .app-container.thank-you-container {
	position: relative;
	min-height: 100vh;
	background-image: url(../images/left-triangle.svg), url(../images/container-right-triangle.svg), url(../images/container-bottom-triangle.svg);
	background-position: left 50%, right 0%, 80% bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 8.83vw, 8.83vw, 23vw;
}
.app-container.login-container .btn-back {
	position: absolute;
	top: 10%;
	left: 8%;
	min-width: 17rem;
	width: 10%;

	padding: clamp(2rem,1.017vw,1.017vw) clamp(4rem,2.542vw,2.542vw);
	border-radius: 5rem;
	font-size: clamp(1.4rem, 1.271vw, 2.2rem);
	text-align: center;
	color: var(--black);
	background: var(--yellow);
	font-weight: 600;
}
.btn-back svg {
	position: absolute;
	top: 50%;
	left: clamp(3rem,2vw,2vw);
	transform: translateY(-50%);
	display: block;
	height: 2.3rem;
	width: auto;
}
/* Typography */
h1, .h1 {
	font: clamp(2.4rem,2.458vw,2.458vw)/1.2 'Inter', Arial, Verdana, sans-serif;
	margin: 0 0 3rem;
	width: 100%;
	font-weight: 400;
	color: var(--black);
}
h2, .h2 {
	font: clamp(2.4rem,2.458vw,2.458vw)/1.2 'Inter', Arial, Verdana, sans-serif;
	margin: 0 0 2rem;
	width: 100%;
	font-weight: 400;
	color: var(--black);
}
h3, .h3 {
	font: clamp(2.4rem,1.017vw,1.017vw)/1.4 'Inter', Arial, Verdana, sans-serif;
	margin: 0 0 3rem;
	width: 100%;
	font-weight: 300;
	color: var(--black);
}
h4, .h4 {
	font: clamp(2.4rem,1.017vw,1.017vw)/1.4 'Inter', Arial, Verdana, sans-serif;
	margin: 0 0 3rem;
	width: 100%;
	font-weight: 300;
	color: var(--black);
}
h5, .h5 {
	font: clamp(2.4rem,1.017vw,1.017vw)/1.4 'Inter', Arial, Verdana, sans-serif;
	margin: 0 0 3rem;
	width: 100%;
	font-weight: 300;
	color: var(--black);
}
h6, .h6 {
	font: clamp(2.4rem,1.017vw,1.017vw)/1.4 'Inter', Arial, Verdana, sans-serif;
	margin: 0 0 3rem;
	width: 100%;
	font-weight: 300;
	color: var(--black);
}
a {
	color: orange;
	text-decoration: none;
}
a:active,
a:hover {
	color: var(--black);
}
p, ul, ol, dl, table, hr, pre, blockquote {
	margin: 0 0 2rem;
}

ol {
	margin-left: 5rem;
}

strong {
	.big-paragraph {
		font-weight: 700;
	}
}
#form-error,
.info-note {
	margin-top: clamp(2rem,1.2vw,1.2vw);
	color: red;
}
.info-note {
	color: var(--light-gray);
}

input, textarea, select {
	margin-top: clamp(2rem,1.2vw,1.2vw);
	border-radius: 6px;
	padding: 0 clamp(2rem,1.2vw,1.2vw);
	height: clamp(4rem,4.407vw,8.2rem);
}

textarea {
	resize: none;
	padding-top: 1.2rem;
	height: 20rem;
}

/*Fake select*/
.space {
	position: relative;
	margin: 0;
	padding: clamp(1.5rem,1vw,1vw);
	border: 0;
	border-radius: 4vw;
	background: #F2F2F2;
}
.settings {
	width: clamp(4rem,3.39vw,3.39vw);
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(1.5rem,.7vw,.7vw);
}
.settings:hover {
	cursor: pointer;
}
.space .select_box,
.space .select_box_2 {
	position: relative;
	margin: 0;
}
.space.no-net .select_box #select-op-btn {
	max-width: 100%;
}
.space.no-net .select_box + a {
	display: none;
}

.space input[type=radio] {
	display: none;
}
#select-op-btn,
#select-op-btn-2 {
	position: relative;
	z-index: 4;
	background: var(--white);
	border-radius: 3vw;
	padding: 2rem 3rem;
	padding: 1vw 2vw;
	border: 1px solid #F2F2F2;
	display: block;
	cursor: pointer;
	background-image: url(../images/expand-down.svg);
	background-repeat: no-repeat;
	background-position: 96% 53%;
	background-size: clamp(2rem,3vw,5rem);
	max-width: 83%;
	font-size: clamp(1.4rem,1.271vw,2.2rem);
	color: var(--black);
}
.select_box,
.select_box_2 {
	box-sizing: border-box;
	margin: 3rem 0;
}
ul#options,
ul#options-2 {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	margin: 0;
	padding-top: 1.8vw;
	padding-bottom: .5vw;
	list-style-type: none;
	font-size: 0px;
	border-color: #F2F2F2;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-radius: .8vw;
	width: 100%;
	z-index: 2;
	background: var(--white);
	max-width: 83%;
}
ul#options-2 {
	max-width: 100%;
	left: .7vw;
}
ul#options li label,
ul#options-2 li label {
	display: block;
	padding: 1rem 3rem;
	font-size: clamp(1.4rem,1.271vw,2.2rem);
}
ul#options li:hover,
ul#options-2 li:hover {
	background: #F2F2F2;
}
.js-drop,
.js-drop-2 {
	display: none;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.js-option,
.js-option-2 {
	display: block;
	opacity: 1;
	pointer-events: all;
}
label {
	cursor: pointer;
}
.default {
	color: #aaa;
}

/*Section*/
section {
	padding: 5rem 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.home .site-main {
	background: var(--white);
}
.site-content ul {
	font-family: 'Inter', Arial, Verdana, sans-serif;
	list-style-type: none;
}
.site-content ul li {
	position: relative;
	padding-left: 2rem;
	line-height: 2.2rem;
	margin-bottom: .5rem;
}
.site-content ul li:before {
	position: absolute;
	top: -3px;
	left: 2px;
	content: '\00BB';
	display: block;
	font-size: 27px;
	line-height: 22px;
}

p:empty {
	display: none;
}
.btn {
	padding: clamp(2rem,1.017vw,1.017vw) clamp(4rem,2.542vw,2.542vw);
	border-radius: 5rem;
	min-width: 65%;
	text-align: center;
	color: var(--black);
	background: var(--yellow);
	font-weight: 600;
}

/* Custom grid */
.top-bar h2 {
	margin-bottom: 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
}
.col-75 {
	width: 73%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.col-33 {
	width: 31.333%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.col-25 {
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.col-inner {
	position: relative;
	padding: 2rem;
	aspect-ratio: 1/.86;
	background-color: darkgray;
	transition: all .6s ease;
	overflow: hidden;
}
.col-bgr {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transform-origin: center center;
	transition: all .5s ease;
}
.col-inner:hover .col-bgr {
	transform: scale(1.1);
}
.col-inner .card {
	display: flex;
	flex-direction: column;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;

	padding: 2% 3%;
	transform: scale(0);
	opacity: 0;
	transform-origin: center center;
	transition: all .3s ease;

	background-color: var(--white);
	background-image: url(../images/left-triangle.svg), url(../images/top-right-triangle.svg);
	background-position: center left, top right;
	background-repeat: no-repeat, no-repeat;
	background-size: 8.83vw, 8.83vw;

}
.card .close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 10;
	top: 1.9%;
	right: 2.2%;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	color: var(--black);
	font-size: clamp(1.8rem, 1vw, 1vw);
	line-height: 1;
	font-family: Arial, Verdana, sans-serif;
	font-weight: 300;

	opacity: 0;
	transition: all .4s ease;
	transition-delay: 1s;
	transform: translateY(-50px);
	background: rgba(255, 255, 255, .95);

	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.card .close:hover {
	cursor: pointer;
	transition: background .3s ease;
	transition-delay: 0s;
	background: var(--white);;
}

.image-content {
	display: flex;
	flex: 1 0 auto;
}
.card-content {
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(2rem,1.271vw,1.271vw);
	padding: 2% 0 0;
	border-radius: 0;
	opacity: 0;
	overflow: auto;
	margin-top: auto;
	transition: all .5s ease;
	transition-delay: .4s;
	transform: translateY(50px);
	color: var(--black);
}
.l-col {
	width: 75%;
}
.l-col p:last-of-type {
	margin-bottom: 0;
}
.l-col h2 {
	text-decoration: underline;
}
.r-col {
	display: flex;
	align-items: center;
	justify-content: top;
	align-items: center;
	flex-direction: column;
	width: 25%;
}
.col-inner:hover {
	cursor: pointer;
}
.col-33:nth-child(odd) > .col-inner {
	background-color: lightgray;
}

.col-inner.open .card {
	opacity: 1;
	transform: scale(1);
}
.col-inner.open .card-content,
.col-inner.open .close {
	opacity: 1;
	transform: translateY(0);
}


/*Login*/

.login-container, .thank-you-container {
	display: flex;
	align-items: center;
	justify-content: center;
	/*border-top: 1px solid var(--light-gray);*/
}
.login-box, .thank-you-box {
	width: clamp(30rem,50vw,50vw);
	padding: 3%;
	border-radius: 2rem;
	font-size: clamp(1.6rem,1.271vw,3rem);
	color: var(--light-gray);
	background: #F2F2F2;
}
.login-box h2 {
	margin-bottom: clamp(2.5rem,1.271vw,1.272vw);
}
.login-box .intro {
	max-width: 70%;
}
.login-box form {
	display: flex;
	flex-direction: column;
	font-size: clamp(1.6rem,1.271vw,3rem);
}
.login-box form input {
	apperance: none;
	--webkit-apperance: none;
	border: 0;
	border-radius: 10rem;
	font-size: clamp(1.6rem,1.271vw,3rem);
}
.login-box form input::placeholder {
	color: var(--light-gray);
	transition: all .3s ease;
}
.login-box form input[type="submit"], #export-all-data {
	cursor: pointer;
	apperance: none;
	--webkit-apperance: none;
	border: 0;
	border-radius: 10rem;
	background: var(--yellow);
	max-width: clamp(13rem,10vw,10vw);
	font-weight: 500;
}
.login-box form input:focus::placeholder { color:transparent; }
.login-box form input:focus::-webkit-input-placeholder { color:transparent; }
.login-box form input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.login-box form input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.login-box form input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.login-box form textarea:focus::placeholder { color:transparent; }
.login-box form textarea:focus::-webkit-input-placeholder { color:transparent; }
.login-box form textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.login-box form textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.login-box form textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.fake-input {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 0;
	border-radius: 10rem;
	margin-top: clamp(2rem, 1.2vw, 1.2vw);
	font-size: clamp(1.6rem, 1.271vw, 3rem);
	padding: 0 clamp(2rem, 1.2vw, 1.2vw);
	height: clamp(4rem, 4.407vw, 8.2rem);
	background: #fff;
	width: 100%;
}
.fake-input .select_box_2 {
	height: 79%;
	width: 25%;
	margin-left: auto;
}
strong {
	font-weight: 600;
}
.data {
	margin-top: 3vw;
	margin-bottom: 0;
	flex: 1 1 100%;
	color: #000;
}
.data + input[type='submit'], #export-all-data {
	margin-top: 5vw;
	flex: 1 1 100%;
	max-width: 100%!important;
}
@media screen and (max-width: 2200px) {
	.fake-input .select_box_2 {
		width: 33%;
	}
}
@media screen and (max-width: 1100px) {

	.fake-input .select_box_2 {
		width: 38%;
	}
}
@media screen and (max-width: 880px) {
	.fake-input .select_box_2 {
		position: absolute;
		top: 190%;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.fake-input-label {

}
.fake-input-value {
	color: #000;
}
#select-op-btn-2 {
	display: flex;
	align-items: center;
	margin: 0;
	right: -.7vw;
	padding: 0.6vw 2vw;
	max-width: 100%;
	height: 100%;
	background-color: var(--gray);
	overflow: hidden;
}
.location {
	width: 76%;
}
.location + input[type="submit"], #export-all-data {
	min-width: 23%;
	margin-left: 1%;
}
/* Media queries */
@media screen and (max-width: 1920px) {
	.col-75 {
		width: 68%;
	}
	.col-25 {
		width: 28%;
	}
}
@media screen and (max-width: 769px) {
	.col-33 {
		width: 47%;
	}
	.col-75,
	.col-25 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.flex {
		margin: 0;
		padding: 0;
	}
	.col-33,
	.col-75,
	.col-25 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}


/* ==========================================================================
	 Helper classes
	 ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
	 Print styles.
	 Inlined to avoid the additional HTTP request:
	 https://www.phpied.com/delay-loading-your-print-css/
	 ========================================================================== */

@media print {
	*,
	*::before,
	*::after {
		background: var(--white); !important;
		color: #000 !important;
		/* Black prints faster */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}




/*Boki*/
.l-col {
	width: 70%;
}
.r-col {
	width: 30%;
}

.card-content .btn {
	margin-top: 3rem;
	width: 70%;
}

/* Thank you page */
.thank-you-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.thank-you-box .btn {
	margin-top: 3rem;
	width: 80%;
}
.thank-you-box h3 {
	font-weight: bold;
}
/* Thank you page */