@font-face {
	font-family: 'Poppins';
	font-weight: 100;
	font-style: normal;
	src: url('../fonts/Poppins-Thin.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 200;
	font-style: normal;
	src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/Poppins-Light.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Poppins-Regular.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/Poppins-Medium.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-style: normal;
	src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Poppins-Bold.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 800;
	font-style: normal;
	src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 900;
	font-style: normal;
	src: url('../fonts/Poppins-Black.ttf') format("truetype");
	font-display: swap;
}

:root {
	--primary-color: #F55139;
	--swiper-pagination-color: var(--primary-color);
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-width: 10px;
	--swiper-pagination-bullet-height: 10px;
}

.spacer8 {
	flex-grow: 1;
	min-height: 4px;
}

.spacer16 {
	flex-grow: 2;
	min-height: 8px;
}

.spacer24 {
	flex-grow: 3;
	min-height: 12px;
}

.spacer32 {
	flex-grow: 4;
	min-height: 16px;
}

.spacer40 {
	flex-grow: 5;
	min-height: 20px;
}

.hm24 {
	margin-left: 24px;
	margin-right: 24px;
}

.hm16 {
	margin-left: 16px;
	margin-right: 16px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Poppins;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	height: 100vh;
	min-height: 100vh;
	overscroll-behavior-y: none;
	overflow: hidden;
}

.structure {
	display: flex;
	flex-direction: column;
	height: 100vh;
	min-height: 100vh;
	align-items: center;
}

@supports (-webkit-touch-callout: none) {
	body {
		height: -webkit-fill-available;
		min-height: -webkit-fill-available;
	}

	.structure {
		height: -webkit-fill-available;
		min-height: -webkit-fill-available;
	}
}

.pages {
	overflow-y: scroll;
	flex-grow: 1;
	max-width: 500px;
	width: 100vw;
}

.pages::-webkit-scrollbar {
	display: none;
}

.page {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.modalBackground {
	background-color: rgba(99, 112, 129, 0.20);
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.modal {
	background-color: #FFF;
	border-radius: 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin: 30px;
	overflow: hidden;
	max-width: 500px;
}

.modal>img {
	float: right;
	padding: 8px;
}

.modal>div {
	margin: 24px 24px 18px 24px;
}

ul {
	padding-left: 16px;
}

header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 32px 0 0 0;
	box-shadow: 0px 0px 12px 6px #FFFFFF;
	z-index: 1;
	width: 100vw;
}

h1 {
	color: #2C2423;
	font-size: 34px;
	font-weight: 800;
	line-height: 36px;
}

header>span {
	min-width: 64px;
	display: flex;
	align-items: center;
	margin-left: 24px;
}

.langueSwitcher {
	min-width: 64px;
	justify-content: end;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #929BA7;
	font-size: 13px;
	font-weight: 500;
	margin-right: 24px;
}

.langueDropDown {
	padding: 8px 16px 8px 8px;
	border-radius: 0px 0px 4px 4px;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: #929BA7;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	position: absolute;
	top: 62px;
	right: 30px;
}

.langueDropDown>.selected {
	color: var(--primary-color);
}

.swiper-pagination-bullet {
	border: 1px solid var(--primary-color);
}

.skiLevelPagination,
.bindingCompatibilityPagination {
	position: static !important;
	text-align: center;
}

/* Bottom Bar */
.bottomBar {
	border-radius: 3px;
	background: #FFF;
	height: 79px;
	box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: row;
	width: 100vw;
}

.tab {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #757575;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	border-top: solid 3px #FFF;
}

.tab>img {
	filter: invert(48%) sepia(1%) saturate(2797%) hue-rotate(335deg) brightness(97%) contrast(100%);
	margin: 8px 0;
	width: 24px;
	height: 24px;
}

.tab.selected {
	color: var(--primary-color);
	border-top: solid 3px var(--primary-color);
}

.tab.selected>img {
	filter: invert(42%) sepia(48%) saturate(4068%) hue-rotate(341deg) brightness(100%) contrast(93%);
}

h2 {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.hide {
	display: none;
}

.invisible {
	visibility: hidden;
}

/* Home */
#welcome {
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	align-self: flex-start;
}

.shortcut {
	text-align: center;
	border-radius: 16px;
	background: var(--primary-color);
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 16px;
	min-height: 60px;
	gap: 8px;
}

.moreInfo {
	color: #2C2423;
	text-align: center;
	line-height: 24px;
}

.moreInfo>a {
	color: #F66752;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
}

.homeWarning {
	display: flex;
	color: #2C2423;
	line-height: 24px;
	align-items: start;
	gap: 16px;
}

/* Binding */
.unitSelector {
	display: inline-flex;
	background: rgba(245, 81, 57, 0.30);
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	border-radius: 12px;
}

.unitSelector>div {
	padding: 0 32px;
}

.unitSelector>div.selected {
	background: var(--primary-color);
	border-radius: 12px;
}

.bindingInput {
	width: 100%;
}

.bindingInputHeader,
h3 {
	color: #2C2423;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.bindingInputHeader {
	display: flex;
	flex-direction: row;
	margin-left: 16px;
	margin-right: 16px;
	align-items: center;
	margin-bottom: 4px;
}

.bindingInputHeader>img {
	margin-right: 8px;
}

.inputList {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	white-space: nowrap;
}

.inputList {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	white-space: nowrap;
}

.bindingInputElement:first-child {
	margin-left: 16px;
}

.bindingInputElement:last-child {
	margin-right: 16px;
}

.inputList::-webkit-scrollbar {
	display: none;
}

.bindingInputElement {
	display: inline;
	border-radius: 16px;
	background: #DFD7D6;
	padding: 8px;
	text-align: center;
	color: #2C2423;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	flex-basis: 40px;
	flex-shrink: 0;
}

.bindingInputElement.selected {
	background-color: var(--primary-color);
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

.skiLevelInfo {
	padding: 0 16px;
	gap: 8px;
	display: flex;
	color: #637081;
	font-size: 11px;
	line-height: 24px;
	text-decoration-line: underline;
}

#skiLevelList>div {
	min-width: 56px;
}

.note {
	margin-top: 4px;
	padding: 0 16px;
	color: #637081;
	font-size: 10px;
	display: flex;
	align-items: start;
}

.bindingResult {
	display: flex;
	margin: 0 24px;
	padding: 16px 24px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 16px;
	border: 2px solid var(--primary-color);
	color: #14161A;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.incentive {
	margin: 0 24px;
	display: flex;
	gap: 8px;
	align-items: start;
	color: #2C2423;
	text-align: center;
	font-size: 13px;
	padding-bottom: 8px;
}

.incentive>img {
	background-color: var(--primary-color);
	padding: 8px;
	border-radius: 16px;
}

#bindingResult {
	color: var(--primary-color);
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	flex-grow: 1;
}

.skiLevelModalPage {
	display: flex;
	flex-direction: column;
}

.skiLevelModalPage>div:nth-child(1) {
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	color: #001A21;
	font-size: 14px;
	font-weight: 700;
}

.skiLevelModalPage>div:nth-child(1)>span:nth-child(1) {
	color: #FFF;
	text-align: center;
	font-weight: 600;
	line-height: 24px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}

.skiLevelModalPage>div:nth-child(2) {
	color: #001A21;
	font-size: 12px;
	font-weight: 500;
	margin: 8px 0;
}

.skiLevelModalPage>div:nth-child(3) {
	color: #001A21;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}

.swiper {
	width: 100%;
}

/* Binding Compatibility */
.bindingCompatibilityInputHeader {
	margin: 0 16px;
	color: #454E5A;
	font-size: 13px;
	line-height: 24px;
}

.bindingCompatibilitySection {
	color: #001A21;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
}

.bindingCompatibilityResult {
	display: flex;
	flex-direction: column;
	padding: 16px 16px;
	align-items: center;
	border-radius: 16px;
	border: 2px solid #929BA7;
	color: #929BA7;
	margin: 0 24px;
}

#bindingCompatibilityResult {
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
}

#bindingCompatibilitySubResult {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.bm16 {
	margin-bottom: 16px;
}

.bindingCompatibilityModalPage {
	display: flex;
	flex-direction: column;
}

.bindingCompatibilityModalPage>.title {
	color: #001A21;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.bindingCompatibilityModalPage>.desc {
	color: #001A21;
	font-size: 12px;
	font-weight: 400;
}

.bindingCompatibilityModalPage>.detail {
	color: #001A21;
	margin-top: 16px;
	font-size: 12px;
	font-weight: 500;
}

.bindingCompatibilityModalPage>img {
	align-self: center;
	margin: 16px 0;
}