@charset "UTF-8";
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important; }



/* --- GENERAL --- */
body { font-family: "Inter", "Roboto", sans-serif; font-size: 16px; color: #222; background-color: #fff; text-rendering: optimizeLegibility; line-height: 1.6; letter-spacing: -0.1px; }

/* Links */
a,
a:hover,
a:focus,
a:active,
a.active { color: #222; outline: 0; text-decoration: none; outline: none !important; }
a:hover { color: #41C0E1; }

/* Typography */
h1, h2, h3, h4, h5, h6 { color: #222; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
h1 { font-size: 32px; letter-spacing: normal; }
h2 { font-size: 24px; letter-spacing: 0.1px; }
h3 { font-size: 16px; letter-spacing: 0.1px; }
h4 { font-size: 12px; letter-spacing: 0.1px; }

.light, .lead { font-weight: 300; }
.regular { font-weight: 400; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }

.uppercase { text-transform: uppercase; letter-spacing: 0.5px; }
.text-muted { opacity: 0.66; }
.text-shadow { text-shadow: 0 1px 2px rgba(0,0,0,0.2); }
div p:last-child { margin-bottom: 0; }
.lead { font-size: 21px; letter-spacing: -0.2px; }


/* Colors */
.primary { color: #1a79bc; }
.white { color: #fff; }
.gray { color: #999; }
.carbon { color: #222; }

/* Lists */
.list-inline-item:not(:last-child) { margin-right: 18px; }





/* --- HEADER --- */
/* Navbar */
.navbar { text-transform: uppercase; letter-spacing: 0.2px; font-size: 15px; font-weight: 600; line-height: 1; padding: 2vh 0 1vh 0; }
.bg-light { background-color: #fff !important; box-shadow: none !important; }
.navbar .back { height: 24px; width: auto; }
.navbar .brand { height: 40px; width: auto; }

/* Hero */
#header { background-color: #fff; text-align: center; padding: 2vh 0 4vh 0; }





/* --------- COMMONS --------- */
/* Sections */
section { padding: 2vh 0; }





/* --------- MODULES --------- */
/* Lang Sel */
#lang-sel { text-transform: uppercase; }
#lang-sel a { color: #222; }
#lang-sel .svg { width: 12vh !important; height: 12vh !important; margin: 0 auto 16px auto; }
#lang-sel .col-6 { padding-bottom: 4vh; }

/* Wifi Key */
#wifi-key .alert-info { background: #D5F6FF; border-color: #41C0E1; color: #12a4c8; }
#wifi-key .svg { width: 16px !important; height: 16px !important; }

/* Menu Sel */
#menu-sel { text-transform: uppercase; }
#menu-sel .svg { width: 100%; height: auto; margin: 0 auto; }
#menu-sel .col-4 { padding-bottom: 4vh; }

/* Menu List */
#menu-list .menu-list-item { border-bottom: 1px solid #ddd; line-height: 1.2; }
#menu-list .menu-list-item .menu-item-title { display: flex; align-items: center; padding-right: 8px;}
#menu-list .menu-list-item .svg { width: 24px; height: auto; margin-right: 8px; }
#menu-list .primary .menu-list-item { border-bottom: none; font-size: 0.85em; }





/* --------- FOOTER --------- */
#footer { background-color: #fff; color: #999; padding: 2vh 0 4vh 0; font-size: 14px; text-align: center !important; }
#footer .svg { width: 24px; height: auto; }
#footer #copyright a { color: #333; }
#footer #copyright a:hover { color: #999; }






/* --------- EXTRAS --------- */
/* Animations */
a { -moz-transition: all linear .2s; -webkit-transition: all linear .2s; transition: all linear .2s; }

/* Text Selection */
::-moz-selection { text-shadow: none; background: #41C0E1; color: #fff; }
::selection { text-shadow: none; background: #41C0E1; color: #fff; }
img::selection { background: 0 0; }
img::-moz-selection { background: 0 0; }

/* --------- MODAL RULES --------- */
.modal-rules-dialog {
	max-width: 380px;
	margin: 1.75rem auto;
}
@media (max-width: 575.98px) {
	.modal-rules-dialog {
		max-width: calc(100% - 32px);
		margin: 1rem auto;
	}
}
.modal-rules-card {
	border: none;
	border-radius: 28px;
	background-color: #ffffff;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}
.modal-rules-body {
	padding: 38px 24px 32px 24px;
	text-align: center;
}
.modal-rules-header-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
}
.modal-rules-top-icon {
	width: 78px;
	height: 78px;
	display: block;
}
.modal-rules-title {
	font-family: "Inter", "Roboto", sans-serif;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	line-height: 1.1;
}
.modal-rules-list {
	text-align: left;
	margin-bottom: 28px;
}
.modal-rules-item {
	display: flex;
	align-items: center;
	padding: 14px 0;
}
.modal-rules-item:first-child {
	padding-top: 0;
}
.modal-rules-item:last-child {
	padding-bottom: 0;
}
.modal-rules-item + .modal-rules-item {
	border-top: 1px solid #ededed;
	padding-top: 14px;
}
.modal-rules-badge {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-rules-badge img {
	width: 44px;
	height: 44px;
	display: block;
}
.modal-rules-divider {
	width: 1px;
	height: 44px;
	background-color: #e5e5e5;
	margin: 0 14px;
	flex-shrink: 0;
}
.modal-rules-text {
	font-family: "Inter", "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: #111111;
	flex-grow: 1;
}
.modal-rules-footer {
	text-align: center;
}
.btn-rules-ok {
	background-color: #000000 !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 13px 24px !important;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: "Inter", "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out;
}
.btn-rules-ok:hover,
.btn-rules-ok:focus {
	background-color: #222222 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	outline: none !important;
}
.btn-rules-ok:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.btn-rules-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}