@font-face {
    font-family: 'lgf-regular';
    src: url('../fonts/LiberGrotesqueFamily-Regular.woff2') format('woff2'),
         url('../fonts/LiberGrotesqueFamily-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lgf-oblique';
    src: url('../fonts/LiberGrotesqueFamily-Oblique.woff2') format('woff2'),
         url('../fonts/LiberGrotesqueFamily-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lgf-black';
    src: url('../fonts/LiberGrotesqueFamily-Black.woff2') format('woff2'),
         url('../fonts/LiberGrotesqueFamily-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	line-height: 2.4em;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body   {
	margin: 0;
	padding: 0;
	font-size: 1.35em;
	color: #d3d3d3;
	text-align: left;
	font-family: lgf-regular;
	background-color: #020e15;
	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	font-feature-settings: "liga" 0;
	-webkit-font-feature-settings: "liga" 0;
}

body.is_phone {
	font-size: 1.25em;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, p, form {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: lgf-black;
	font-size: calc(26px + (39 - 26) * ((100vw - 0px) / (1500 - 0)));
	line-height: 1.15em;
	padding-bottom: 23px;
	font-weight: normal;
	color: #eb1e98;
}

h2 {
	font-family: lgf-black;
	font-size: 1.525em;
	font-weight: normal;
	padding-bottom: 10px;
	color: #23a5f9;
}

h3 {
	font-family: lgf-black;
	font-size: 1.1em;
	font-weight: normal;
}

b {
	font-weight: normal;
	font-family: lgf-black;
}

i {
	font-weight: normal;
	font-family: lgf-oblique;
}

p {
	padding-bottom: 1.1em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	box-sizing: border-box;
}

button,
input {
	overflow: visible;
}

input,
select,
textarea {
	padding: 11px 11px 9px;
	border: 1px solid #186092;
	border-radius: 4px;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

img,
a img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

img.img_left {
	margin: 0 30px 10px 0;
	float: left;
	border-radius: 5px;
}

img.img_right {
	margin: 0 0 10px 30px;
	float: right;
	border-radius: 5px;
}

a {
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited,
body.is_mobile a:link,
body.is_mobile a:visited,
body.is_mobile a:hover,
body.is_mobile a:active {
	color: #f1a3f1;
	transition: all .2s ease-in-out;
}

a:hover,
a:active {
	color: #f37cc3;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 27px 0;
}

li {
	padding-left: 5px;
	margin-left: 15px;
}

#main ul li {
	position: relative;
}

#main ul li:before {
	content: '•';
	color: #de354c;
	font-size: 1.5em;
	position: absolute;
	left: -.4em;
	top: .005em;
}

#wrap-outer {
	display: flex;
	flex-direction: column;
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
}

#wrap-outer::after {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/spiral-icon.svg) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: .5;
}

#wrap {
	width: 100%;
	max-width: 1500px;
	margin: 130px auto 0;
	flex: 1;
}

body.is_phone #wrap {
	margin-top: 75px; /*50px;*/
}

/* ===== HEADER ===== */

#header {	
	position: fixed;
	z-index: 100;
	left: 0;
	background-color: rgba(60, 24,116, .9);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#h_flac {
	font-family: collegeb;
	font-size: 1.3em;
	color: #f3f3f3;
	line-height: 1em;
	padding: 10px 13px;
}

/* ===== NAVIGATION ===== */

#nav-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .5);
	border-bottom: 1px solid #1e82c5;
	border-top: 1px solid #1e82c5;
	z-index: 1000;
}

body.is_phone #nav-wrap {
	top: auto;
	top: -1px; /*bottom: -1px;*/
	box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .5);
}

#nav {
	width: 100%;
	justify-content: space-evenly;
	background-color: #ededee;
}

body.is_phone #nav {
	flex-direction: column;
	position: fixed;
	top: -50%;
	z-index: 1;
	box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .5);
	transition: all .4s cubic-bezier(.22,1,.36,1);
}

#nav,
#nav ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	/* margin-right: 17px; */
	justify-content: space-evenly;
	width: 100%;
	font-size: .83em;
	letter-spacing: 3px;
}

#nav li {
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li a,
body.is_phone #nav li a {
	display: inline-block;
	color: #000;
	transition: none;
	padding: 7px 17px 2px;
	position: relative;
	text-decoration: none;
	font-family: lgf-regular;
}

body.is_phone #nav li a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

body.is_phone #nav li:first-child {
	display: none;
}

body.is_phone #nav li:last-child a {
	padding-bottom: 12px;
}

#nav > li > a:hover {
	color: #7d1051;
}

#nav-logo {
	display: none;
	background-color: #ecedee;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 14px -15px rgba(0, 0, 0, .5);
}

#nav-logo a {
	max-width: 5.2em;
	position: relative;
	top: -3px;
	display: inline-block;
}

body.is_phone #nav-logo {
	display: block;
}

#nav-action {
	display: none;
	position: absolute;
	z-index: 6;
	color: #f1ede4;
	line-height: 1;
	left: 12px;
	bottom: 0;
	z-index: 3;
}

body.is_phone #nav-action {
	display: block;
}

#nav-action svg {
	padding: 0px 0 1px;
	cursor: pointer;
	top: -12px;
}

#nav-action svg:first-child {
	position: relative;
	z-index: 1;
}

#nav-action svg:last-child {
	position: absolute;
	left: 0;
	visibility: hidden;
	z-index: 0;
}

#nav > li:hover.sub > a {
	background-color: #00a2ff;
	color: #f0f0f0;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
}

#nav > li.sub > a span {
	white-space: nowrap;
}

#nav > li.sub > a span i {
	font-weight: bold;
}

body.is_mobile #nav > li.sub > a span i {
	display: none;
}

#nav > li li a {
	display: block;
	padding: 9px 13px 9px 19px;
}

#nav > li li a:after {
	opacity: 0;
	position: absolute;
	content: '';
	width: 6px;
	height: 100%;
	background-color: #00a2ff;
	top: 0;
	left: 0;
	transition: opacity .2s ease-in-out;
}

#nav > li li a:hover:after {
	opacity: 1;
}

#nav li > ul {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
	position: absolute;
	left: -999em;
	display: block;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #cdcee8;
}

#nav li:hover > ul {
	left: auto;
}

#nav > li:hover.sub.closed > ul {
	left: -999em;
	right: auto;
}

#nav li:hover > ul.ul_shift {
	right: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

#nav li > ul li a {
	border: none;
	width: 14.5em;
	text-align: left;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nav li > ul li a:link,
#nav li > ul li a:visited {
	background-color: #cdcee8;
}

/* ===== MAIN ===== */

#main {
	padding: 0 100px 100px;
}

#main > .section:last-child {
	margin-bottom: 0;
}

#main > .section > p:last-child {
	padding-bottom: 0;
}

/* ===== FOOTER ===== */

#footer_wrap {
	background-color: #0b293f;
	font-size: .7em;
	padding: 30px 0 28px;
	line-height: 1.3em;
}

body.is_phone #footer_wrap {
	padding-bottom: 30px;
}

#footer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#socials a {
	display: inline-block;
	width: 35px;
	height: 36px;
	margin: 0 10px;
}

#socials a:first-child {
	background: url(../images/social.png) no-repeat 0 0;
}

#socials a:nth-of-type(2) {
	background: url(../images/social.png) no-repeat -35px 0;
}

#socials a:nth-of-type(3) {
	background: url(../images/social.png) no-repeat -70px 0;
}

#footer_nav {
	order: 1;
	text-align: right;
}

#footer_nav a {
	text-transform: uppercase;
	margin: 0 20px;
}

#footer_nav a:last-child {
	margin-right: 0;
}

#footer_nav a:link,
#footer_nav a:visited,
body.is_mobile #footer_nav a:link,
body.is_mobile #footer_nav a:visited,
body.is_mobile #footer_nav a:hover,
body.is_mobile #footer_nav a:active {
	color: #f3f3f3;
}

#footer_nav a:hover,
#footer_nav a:active {
	color: #dacaf4;
}

#copyright {
	opacity: .45;
	padding: 10px 0;
}

#copyright span {
	white-space: nowrap;
}

/* ===== ===== */

.section {
	margin-bottom: 50px;
	overflow: hidden;
}

.section.col50 {
	gap: 60px;
	display: flex; 
}

.section.col50 > div {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 0;
	margin-top: 25px;
}

.section.col50 > div:nth-of-type(1),
.section.col50 > div:nth-of-type(2) {
	margin-top: 0;
}

.section.box {
	overflow: hidden;
	background-color: #932432;
	color: #f3f3f3;
	padding: 25px 25px 19px;
	border-radius: 6px;
	margin-left: 25px;
	margin-right: 25px;
}

.section.box h2 {
	color: #f3f3f3;
	padding: 25px 25px 19px;
	margin: -25px -25px 9px -25px;
}

.section.box.bxlight {
	background-color: #f6dadd;
	color: #534e5e;
}

.section.box.bxlight h2 {
	background-color: #de354c;
}

.button,
body.is_mobile .button:hover {
	font-family: lgf-black;
	text-decoration: none;
	background-color: #186091;
	color: #ededed;
	line-height: 1.2;
	padding: 17px 49px 15px;
	display: inline-flex;
	border-radius: 2em;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .7em;
	border: none;
	align-items: center;
	position: relative;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.button:hover {
	background-color: #7d1051;
	transform: scale3d(1.05, 1.05, 1.01);
}

.button.fuch:hover {
	background-color: #c11f35;
}

.button:link,
.button:visited,
.button:active,
.button:hover,
body.is_mobile .button:link,
body.is_mobile .button:visited,
body.is_mobile .button:active,
body.is_mobile .button:hover {
	color: #fff;
}

.button.sm,
body.is_mobile .button.sm {
	font-size: .5em;
	padding: 5px 20px 3px;
}

.button_wrap {
	text-align: center;
}

/* ===== MEDIA QUERIES ===== */

@media screen and (max-width: 750px) {
	#main {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media screen and (max-width: 500px) {
	#copyright {
		text-align: center;
	}
	
	#copyright .dash {
		display: none;
	}
	
	#copyright span {
		display: block;
	}
}