/***************************************
****************reset*******************
***************************************/
@import url(./vars.css);

*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	cursor: pointer;
}

ul,
ol,
li {
	list-style: none;
}

img {
	vertical-align: top;
}

input {
	font-family: 'Manrope';
}

html,
body {
	height: 100%;
	line-height: 1;
	font-size: 0.73vw;
	color: var(--black);
	font-family: 'Manrope';
	font-weight: 400;
}

button {
	line-height: 100%;
	font-size: 0.73vw;
	color: var(--black);
	font-family: 'Manrope';
	font-weight: 400;
	cursor: pointer;
	background-color: transparent;
}

textarea,
input {
	line-height: 1;
	font-size: 0.73vw;
	color: var(--black);
	font-family: 'Manrope';
	font-weight: 400;
}

._wrapper {
	min-height: 100%;
	overflow: hidden;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

img {
	display: block;
}

._container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 2.08vw;
	/* box-sizing: content-box; */
}

/* .main {
	flex: 1 1 auto;
} */
._pb_img,
._pb_img_contain {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

._pb_img_contain {
	object-fit: contain;
}

body._lock {
	overflow: hidden;
}

