/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Site - Cores

========================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("foundation.css") all;
@import url("motion-ui.css") all;
@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("duotone.min.css") all;
@import url("fontawesome.min.css") all;
@import url("swiper-bundle.min.css") all;


/*
 2.) Default Styles
----------------------------------------*/

h1, h2, h3, h4, h5, h6, dl, ol, p, ul, li {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "ellograph-cf", monospace; 
	font-weight: 300; 
	font-style: normal; 
	font-size: 18px; 
	color: #ffffff;
	line-height: 28px; 
	letter-spacing: 0.40px;
	background: #0f1116;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 22px;
	line-height: 32px; 
	letter-spacing: 0.44px;
}
}

@media print, screen and (min-width: 75rem) {
body {
	font-size: 24px;
	line-height: 34px; 
	letter-spacing: 0.48px;
}
}


/* #Links
================================================== */

a {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

a:hover,
a:focus {
	color: #d2613e;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #ffffff;
	text-decoration: underline;
}

a[href^="tel:"]:hover, 
a[href^="fax:"]:hover,
a[href^="tel:"]:focus, 
a[href^="fax:"]:focus {
	color: #d2613e;
	text-decoration: none;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: inherit;
	font-weight: 900;
	color: inherit;
	padding-bottom: 20px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 40px;
	line-height: 46px;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 36px;
}

h4,
.h4 {	
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.40px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #00B3EE;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 30px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 900; 
}

.txt {
	padding-bottom: 50px;
}

.txt:last-child {
	padding-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
h1,
.h1,
h2,
.h2 {
	font-size: 50px;
	line-height: 56px;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 46px;
}

h4,
.h4 {	
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.44px;
}

p {
	padding-bottom: 35px;
}

.txt {
	padding-bottom: 62px;
}
}

@media print, screen and (min-width: 75rem) {
h1,
.h1,
h2,
.h2 {
	font-size: 60px;
	line-height: 64px;
}

h3,
.h3 {
	font-size: 40px;
	line-height: 46px;
}

h4,
.h4 {	
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.48px;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 20px;
}

li:last-child {
	padding-bottom: 30px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: ""; 
	width: 7px; 
	height: 7px; 
	float: left; 
	background: #ffffff; 
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li:last-child {
	padding-bottom: 35px;
}

ul li::before {
	top: 11px; 
}
}

@media print, screen and (min-width: 75rem) {
ul li::before {
	width: 8px; 
	height: 8px; 
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
	padding-left: 35px;

}

ol > li::before {
	content: counter(item)"."; 
	font-size: 90%;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

label {
	font-weight: 300;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 1.75rem;
	margin-top: 0;
	margin-bottom: 7px;
}

label .redmark {
	color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 55px;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.625rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid rgba(112, 112, 112, 0.25);
	background-color: #ffffff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.080);
	border-radius: 0;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 13px 25px;
	margin: 0;
}

textarea[rows],
textarea {
	height: 200px;
	white-space: normal;
	resize: none;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #151532;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #151532;
}

::-moz-placeholder {
	color: #151532;
}

::-ms-input-placeholder {
	color: #151532;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #347f82;
}

@media print, screen and (min-width: 48rem) {
label {
	font-size: 1.375rem;
	line-height: 2rem;
	margin-bottom: 10px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 65px;
	font-size: 1.375rem;
	line-height: 1.75rem;
	padding: 15px 30px;
}

textarea[rows],
textarea {
	height: 280px;
}
}

@media print, screen and (min-width: 100rem) {
label {
	font-size: 1.75rem;
	line-height: 2.375rem;
	margin-bottom: 15px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 75px;
	font-size: 1.75rem;
	line-height: 2.125rem;
	padding: 20px 40px;
}

textarea[rows],
textarea {
	height: 280px;
}
}


/* #Button
================================================== */

.button {
	font-weight: 900;
	font-size: 30px; 
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	background: #d2613e;
	border-radius: 900px;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
    padding: 14px 35px 10px 35px;
	margin: 0;
}

.button em { 
	font-size: 65%; 
	position: relative; 
	top: -2px; 
}

.button:hover,
.button:focus {
	color: #FFFFFF;
	background: #760b16;
	box-shadow: none;
}

.button.btn-black {
	background: #252924;
}

.button.btn-black:hover,
.button.btn-black:focus {
	background: #455541;
}

.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48em) {
.button {
	font-size: 40px;
	line-height: 46px; 
	letter-spacing: 0.75px;
	padding: 15px 50px 9px 50px;
}

.button em { 
	top: -2px; 
}
}

@media print, screen and (min-width: 75em) {
.button {
	font-size: 50px;
	line-height: 56px; 
	letter-spacing: 1px;
	padding: 21px 60px 12px 60px;
}

.button em { 
	top: -3px; 
}
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: #b96b1e 0 0 0 2px; 
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto #b96b1e;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 67px;
	float: left;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 67px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #760b16;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	overflow: hidden;
	position: absolute;	
	top: -67px;
	left: 0;
	z-index: 1001;
	opacity: 0;
	padding: 2px 35px 0 35px; 
	margin: 0;
}

.skip-btn:hover,
.skip-btn:focus {
	top: 0px;
	color: #ffffff;
	text-decoration: none;
	background: #760b16;
	box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
	opacity: 1;
}

.break-word {
	word-break: break-all;
}


/*= Container - Main
=====================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.hidden-body { 
	overflow:hidden;
}

.hidden-body .container-main { 
	width: 100%; 
	float: left; 
	position: relative; 
	overflow: hidden;
}

.hidden-body .container-main:before { 
	content: ""; 
	width: 100%; 
	height: 100%; 
	float: left; 
	background: rgba(0, 0, 0, 0.5); 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 5;
}

.grid-container {
	max-width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

.grid-container.full {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 48rem) {
.grid-container {
	max-width: 1200px;
	padding-right: 40px;
	padding-left: 40px;	 
}

.grid-container.full {
	max-width: 1200px;
	padding-right: 40px;
	padding-left: 40px;
}
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 57px;
	float: left;
	background: rgba(83, 127, 129, 0.95);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main .grid-container { 
	max-width: 100%; 
	padding-right: 0; 
	padding-left: 0;
}

.header-main.fixed {
	margin-top: -57px;
}

.header-main.fixed2 {
	position: fixed;	    
	margin-top: 0;
}

@media print, screen and (min-width: 75rem) {
.header-main {
	height: 67px;
}

.header-main.fixed {
	margin-top: -67px;
}

.header-main.fixed2 {
	margin-top: 0;
}
}


/* Site Brand */
.header-main .global-logo {
	height: 57px;
	float: left;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header-main .global-logo a {	
    height: 57px;
	float: left;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-decoration: none;
    background: #d2613e; 
	border-radius: 0 0 15px 0;
	padding-top: 6px; 
}

.header-main .global-logo img {
	max-height: 23px;
	display: inline-block;
	vertical-align: middle;
}

@media print, screen and (min-width: 48rem) {
.header-main .global-logo img {
	max-height: 27px;
}
}

@media print, screen and (min-width: 75rem) {
.header-main .global-logo {
	height: 67px;
}

.header-main .global-logo a {	
    height: 67px;
	border-radius: 0 0 25px 0;
	padding-top: 5px; 
}

.header-main .global-logo img {
	max-height: 35px;
}
}


@media print, screen and (min-width: 75rem) {
/* Nav - Bar */
.header-main .nav-bar {
	float: right;
	padding-right: 20px;	
}

.header-main .nav-bar .nav-max {
	float: right;	
}

.header-main .nav-bar .nav-inn {
	float: right;	
}

/* Primary - Menu */
.header-main .primary-menu {
	float: left;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	height: 67px;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	height: 67px;
	float: left;
	font-weight: 300;
	font-size: 24px;
	color: #ffffff;
	line-height: 67px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 3px 25px 0 25px;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #ffffff;
	background: #d2613e;
}

.header-main .primary-menu ul li > ul {
	width: 230px;
	float: left;
	background: rgba(83, 127, 129, 0.95);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 67px;
	right: 0;
	padding: 20px 0;
	margin: 0;
	z-index: 2;
}

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	visibility: visible;
	opacity: 1;	 
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li > ul li:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li > ul li:before {
	display: none;
}

.header-main .primary-menu ul li > ul li > a {
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: right;
	padding: 13px 25px 10px 25px;
}
}

@media print, screen and (max-width: 74.9375rem) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #000000;
	position: fixed;
	top: 57px;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .70;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .nav-bar {
	width: 90%;
	max-width: 300px;
	height: 100%;
	float: right;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 57px 0 0 0;
}

.header-main .nav-bar:before {
	content: "";
	width: 150%;
	height: 100%;
	box-shadow: inset 0px 3px 6px #00000029;
	position: absolute;
	top: 57px;
	left: -25%;
}

.header-main .nav-bar.active {
	visibility: visible;
	right: 0;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(83, 127, 129, 0.95);	
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 0 50px 0;
}


/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
}

.header-main .primary-menu:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:last-child {
	border-bottom: none;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 1.375rem;
	color: #ffffff;
	line-height: 1.75rem;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	padding: 23px 40px 20px 40px;
	margin: 0;
}

.header-main .primary-menu ul li .submenu-lv1 {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1 {
	display: block;
	width: 100px;
	height: 71px;
	float: right;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 2;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 4.125rem;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	position: relative;
	top: 2px;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #ffffff;
	background: #d2613e;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 10px 40px;
	margin: 0;
}

.header-main .primary-menu ul li ul li > a {
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding: 20px 20px 17px 20px;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 57px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
	font-weight: inherit;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0 20px 0 0;
	margin: 0;	
}

.header-main .menu-btn .menu-bar {
	width: 23px;
	height: 2px;
	float: left;
	background: #ffffff;
	text-indent: -99999px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 8px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	left: 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -8px;
}

.header-main .menu-btn .menu-bar:after {
	top: 8px;
}

.header-main .menu-btn.active .menu-bar {
	background: none;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	top: 0;
}

.header-main .menu-btn.active .menu-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn .menu-txt {
	float: left;
	padding-top: 4px;
	margin: 0 7px 0 0;
}

@media print, screen and (min-width: 48rem) {
.header-main .menu-btn {
	font-size: 20px;
	padding: 0 20px 0 0;
}

.header-main .menu-btn .menu-bar {
	width: 28px;
}

.header-main .menu-btn .menu-txt {
	padding-top: 3px;
	margin-right: 10px;
}
}

@media print, screen and (min-width: 75rem) {
.header-main .menu-btn {
	display: none;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 40px;
}

.form-block:last-child {
	padding-bottom: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.form-block ul li {
	width: 100%;
	float: left;
	line-height: 1em;
	padding: 0 15px 30px 15px;
	margin: 0;
}

.form-block ul li.full-width {
	width: 100%;
}

.form-block ul li:last-child {
	padding-bottom: 30px;
}

.form-block ul li:before {
	display: none;
}

.form-block .btn-out {
	width: 100%;
	margin: 40px 0 0 0;
}

.form-block .btn-out .btn, 
.form-block .btn-out .button, 
.form-block .btn-out input[type="button"], 
.form-block .btn-out input[type="submit"] {
	margin: 0;
}

@media print, screen and (min-width: 48rem) {
.form-block {
	padding-bottom: 50px;
}

.form-block ul {
	margin: 0 -20px -40px -20px;
}

.form-block ul li {
	width: 50%;
	padding: 0 20px 40px 20px;
}

.form-block ul li:last-child {
	padding-bottom: 40px;
}

.form-block ul li.full-width {
	width: 100%;
}

.form-block .btn-out {
	margin: 50px 0 0 0;
}
}

@media print, screen and (min-width: 100rem) {
.form-block {
	padding-bottom: 60px;
}

.form-block ul {
	margin: 0 -25px -50px -25px;
}

.form-block ul li {
	padding: 0 25px 50px 25px;
}

.form-block ul li:last-child {
	padding-bottom: 50px;
}

.form-block .btn-out {
	margin: 60px 0 0 0;
}
}


/* Swiper */
.swiper {
	width: 100%;
	float:none; 
	display: inline-block; 
	vertical-align:top;
	overflow: visible;
}

.swiper-slide {
	float:none; 
	display: inline-block; 
	vertical-align:top;
}

.swiper-pagination {
	height: 5px;
	line-height: 1em;
	text-align: left;
	position: relative!important;
	bottom: 0!important;
	left: 0!important;
	padding: 0!important;
	margin: 30px 0 0 0!important;
}

.swiper-pagination-bullet {
	width: 50px;
	height: 5px; 
	float:none; 
	display: inline-block; 
	vertical-align: top;
	line-height: 1em; 
	background: rgba(83, 127, 129, 0.6); 
	border-radius: 900px;
	opacity: 1;
	text-indent: -99999px;
	padding: 0; 
	margin: 0 7px!important;
}

.swiper-pagination-bullet-active {
	background: rgba(83, 127, 129, 1); 
}

@media print, screen and (max-width: 47.9375rem) {
.swiper-pagination {
	height: 4px;
}

.swiper-pagination-bullet {
	width: 27px;
	height: 4px; 
	margin: 0 5px!important;
}
}


/* Read More */
.read-more {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.read-more a {
    float: none;
    display: inline;
    vertical-align: top;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
    padding-right: 30px;
}

.read-more a:after {
    content: "\f178";
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 90%;
    line-height: 1em;
    border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%); 	
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 5; 
	margin-top: 1px;
}

.read-more a:hover,
.read-more a:focus {
    color: #000000;
    text-decoration: underline;
}


/* Sub - Title */
.sub-title {
    float: none;
    display: inline-block;
    vertical-align: top;
	font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.40px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

@media print, screen and (min-width: 48rem) {
.sub-title {
	font-size: 22px;
	line-height: 32px; 
	letter-spacing: 0.44px;
	padding-bottom: 25px;
}
}

@media print, screen and (min-width: 75rem) {
.sub-title {
	font-size: 24px;
	line-height: 34px; 
	letter-spacing: 0.48px;
}
}


/* Figure - Circle */
.figure-circle {
	width: 100%;
	max-width: 335px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(210, 97, 62, 0.39);
	border-radius: 900px;
	position: relative;
	overflow: hidden;
}

.figure-circle img {
	width: 100%;
	border-radius: 900px;
	position: relative;
	z-index: 1;
}

.figure-circle:before,
.figure-circle:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 900px;
	position: absolute;
}

.figure-circle:before {
	width: 88%;
	height: 87%;
	background: rgba(210, 97, 62, 0.47);
	top: 2%;
	left: 7%;
}

.figure-circle:after {
	width: 92%;
	height: 92%;
	background: rgba(210, 97, 62, 0.57);
	bottom: 2%;
	right: 3%;
}

.figure-circle .inn {
	width: 100%;
	float: left;
	position: relative;
	padding: 5%;
}

.figure-circle .inn:before {
	content: "";
	width: 82%;
	height: 82%;
	float: left;
	background: rgba(210, 97, 62, 0.57);
	border-radius: 900px;
	position: absolute;	
	top: 9%;
	left: 2%;
}


/* Item - Box */
.item-box { 
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0.36px;
	text-align: center;
	text-decoration: none;
	background: #537f81;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 45px 25px 30px 25px; 
}

.item-box h4 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 5px;
}

.item-box h4:last-child {
	padding-bottom: 0;
}

.item-box .figure-circle {
	background: rgba(42, 78, 80, 0.39);
	margin-bottom: 25px;
}

.item-box .figure-circle:last-child {
	margin-bottom: 0;
}

.item-box .figure-circle:before {
	background: rgba(42, 78, 80, 0.47);
}

.item-box .figure-circle:after {
	background: rgba(42, 78, 80, 0.57);
}

.item-box .figure-circle .inn:before {
	background: rgba(42, 78, 80, 0.57);
}

.item-box:hover,
.item-box:focus {
	color: #ffffff;
	text-decoration: none; 
	background: #406a6c;
}

@media print, screen and (max-width: 63.9375rem) {
.item-box h4 {
	font-size: 22px;
	line-height: 26px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.item-box { 
	font-size: 16px;
	line-height: 22px;
	padding: 40px 20px 30px 20px; 
}

.item-box h4 {
	font-size: 20px;
	line-height: 24px;
}

.item-box .figure-circle {
	margin-bottom: 20px;
}
}


/* Item - Box2 */
.item-box2 { 
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0.36px;
	text-align: center;
	text-decoration: none;
	background: #405d5f;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 45px 25px 30px 25px; 
}

.item-box2 h4 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 25px;
}

.item-box2 h4:last-child {
	padding-bottom: 0;
}

.item-box2 p em {
	font-size: 80%;
}

.item-box2 .figure-circle {
	background: rgba(37, 41, 36, 0.39);
	margin-bottom: 25px;
}

.item-box2 .figure-circle:last-child {
	margin-bottom: 0;
}

.item-box2 .figure-circle:before {
	background: rgba(37, 41, 36, 0.47);
}

.item-box2 .figure-circle:after {
	background: rgba(37, 41, 36, 0.57);
}

.item-box2 .figure-circle .inn:before {
	background: rgba(37, 41, 36, 0.57);
}

.item-box2:hover,
.item-box2:focus {
	color: #ffffff;
	text-decoration: none; 
	background: #32484a;
}

@media print, screen and (max-width: 63.9375rem) {
.item-box2 h4 {
	font-size: 22px;
	line-height: 26px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.item-box2 { 
	font-size: 16px;
	line-height: 22px;
	padding: 40px 20px 30px 20px; 
}

.item-box2 h4 {
	font-size: 20px;
	line-height: 24px;
}

.item-box2 .figure-circle {
	margin-bottom: 20px;
}
}


/* Video - Box */
.video-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: url(../img/video-bg-3.svg) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	padding: 2.2% 3% 2% 2.5%;
	margin: 0 0 35px 0;
}

.video-box:last-child {
	margin-bottom: 0;
}

.video-box:before,
.video-box:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	top:0;
	left: 0;
}

.video-box:before {
	background-image: url(../img/video-bg-2.svg);
}

.video-box:after {
	background-image: url(../img/video-bg-1.svg);
	z-index: 1;
}

.video-box video {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

@media print, screen and (max-width: 47.9375rem) {
.video-box {
	margin-bottom: 30px;
}
}


/* Blockquote */
.blockquote {
	width: 100%;
	max-width: 765px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 35px 0 110px 0;
}

.blockquote:last-child {
	margin-bottom: 0;
}

.blockquote .box {
	width: 100%;
	min-height: 350px;
	float: left;
	font-weight: 900;
	font-size: 50px;
	line-height: 60px;
	background: #405d5f;
	border-radius: 5px;
	padding: 8.5% 30% 8.5% 8.5%;
}

.blockquote .illustrator {
	width: 44%;
	position: absolute;
	bottom: -100px;
	right: -21%;
	z-index: 1;
	margin: 0;
}

.blockquote .illustrator img { 
	width: 100%;
}

@media print, screen and (max-width: 74.9375rem) {
.blockquote .box {
	font-size: 40px;
	line-height: 50px;
	padding: 8.5% 25% 8.5% 8.5%;
}
}

@media print, screen and (max-width: 63.9375rem) {
.blockquote .box {
	font-size: 36px;
	line-height: 46px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.blockquote {
	margin: 15px 0 110px 0;
}

.blockquote .box {
	min-height: inherit;
	font-size: 26px;
	line-height: 36px;
	padding: 8.5% 8.5% 70px 8.5%;
}

.blockquote .illustrator {
	width: 120px;
	bottom: -110px;
	right: -25px;
}
}


/* Blockquote2 */
.blockquote2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 62px;
}

.blockquote2:last-child {
	margin-bottom: 0;
}

.blockquote2 .box {
	width: 90%;
	float: left;
	background: #405d5f;
	border-radius: 5px;
	padding: 6% 8% 6% 6%;
}

.blockquote2 .box .sub-title {
	padding-bottom: 15px;
}

.blockquote2 .box .sub-title:last-child {
	padding-bottom: 0;
}

.blockquote2 .illustrator {
	width: 30%;
	float: left;
	margin: 0 -5% 0 -15%;
}

.blockquote2 .illustrator img { 
	width: 100%;
}

@media print, screen and (max-width: 63.9375rem) {
.blockquote2 .box {
	padding: 6% 10% 6% 6%;
}
}

@media print, screen and (max-width: 63.9375rem) {
.blockquote2 .box {
	width: 100%;
	padding: 8.5%;
}

.blockquote2 .box .sub-title {
	padding-bottom: 10px;
}

.blockquote2 .illustrator {
	width: 100%;
	text-align: right;
	margin: 0;
}

.blockquote2 .illustrator img { 
	width: 100%;
	max-width: 120px;
	margin: -40px -20px 0 0;
}
}


/* Content - Box */
.cont-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(40, 44, 38, .95);
	padding: 8.5%;
	margin-bottom: 62px;
}

.cont-box:last-child {
	margin-bottom: 0;
}

.cont-box h1 {
	padding-bottom: 10px;
}

.cont-box h1:last-child {
	padding-bottom: 0;
}

.cont-box .title-wrap {
	padding-bottom: 45px;
}

.cont-box .title-wrap:last-child {
	padding-bottom: 0;
}

.cont-box .split-img-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 35px;
}

.cont-box .split-img-right:last-child {
	margin-bottom: 0;
}

.cont-box .split-img-right .aside {
	width: 75%;
	float: left;
	padding: 0 40px 0 0;
}

.cont-box .split-img-right .figure-wrap {
	width: 64%;
	float: left;
	position: relative;
	margin: 0 -39% 0 0;
}

.cont-box .split-img-right .figure-wrap .figure-circle {
	max-width: 100%;
	width: 100%;
}

.cont-box .split-img-right .figure-wrap .figure-caption {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.36px;
	white-space: nowrap;
	position: absolute;
	top: 152%;
	left: 55px;
	transform: rotate3d(0, 0, 1, -270deg);
	z-index: 1;
}

.cont-box .split-img-right.v-top {
	align-items: flex-start;
}

.cont-box .split-img-right.v-top .figure-wrap {
	margin-top: -23%;
	margin-bottom: -23%;
}

.cont-box .split-img-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 35px;
}

.cont-box .split-img-left:last-child {
	margin-bottom: 0;
}

.cont-box .split-img-left .aside {
	width: 75%;
	float: left;
	padding: 0 0 0 40px;
}

.cont-box .split-img-left .figure-wrap {
	width: 64%;
	float: left;
	position: relative;
	margin: 0 0 0 -39%;
}

.cont-box .split-img-left .figure-wrap .figure-circle {
	max-width: 100%;
	width: 100%;
}

.cont-box .split-img-left .figure-wrap .figure-caption {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.36px;
	text-align: right;
	white-space: nowrap;
	position: absolute;
	top: 152%;
	left: -54px;
	transform: rotate3d(0, 0, 1, 270deg);
	z-index: 1;
}

.cont-box .video-box {
	padding: 2.2% 3% 2% 2.5%;
	margin: 0 -23% 35px 0;
}

.cont-box .video-box:last-child {
	margin-bottom: 0;
}

@media print, screen and (max-width: 79.9375rem) {
.cont-box .split-img-right .figure-wrap .figure-caption {
	left: 48px;
}

.cont-box .split-img-left .figure-wrap .figure-caption {
	left: -48px;
}

.cont-box .video-box {
	margin: 10px -15% 35px 0;
}
}

@media print, screen and (max-width: 74.9375rem) {
.cont-box .split-img-right .figure-wrap .figure-caption {
	left: 43px;
}

.cont-box .split-img-left .figure-wrap .figure-caption {
	left: -44px;
}
}

@media print, screen and (max-width: 63.9375rem) {
.cont-box .split-img-right {
	margin-bottom: 40px;
}

.cont-box .split-img-right .aside {
	width: 100%;
	padding: 0 0 25px 0;
}

.cont-box .split-img-right .figure-wrap {
	width: 100%;
	text-align: center;
	margin: 0;
}

.cont-box .split-img-right .figure-wrap .figure-circle {
	width: 100%;
	max-width: 335px;
}

.cont-box .split-img-right .figure-wrap .figure-caption {
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.36px;	
	white-space: normal;
	position: static;
	top: 0;
	left: 0;
	transform: rotate3d(0, 0, 0, 0deg);
	margin: 25px 0 0 0;
}

.cont-box .split-img-right.v-top .figure-wrap {
	margin-top: 0;
	margin-bottom: 0;
}

.cont-box .split-img-left {
	margin-bottom: 40px;
}

.cont-box .split-img-left .aside {
	width: 100%;
	padding: 0 0 25px 0;
	order: 1;
}

.cont-box .split-img-left .figure-wrap {
	width: 100%;
	text-align: center;
	margin: 0;
	order: 2;
}

.cont-box .split-img-left .figure-wrap .figure-circle {
	width: 100%;
	max-width: 335px;
}

.cont-box .split-img-left .figure-wrap .figure-caption {
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.36px;
	text-align: inherit;
	white-space: normal;
	position: static;
	top: 0;
	left: 0;
	transform: rotate3d(0, 0, 0, 0deg);
	margin: 25px 0 0 0;
}
}

@media print, screen and (max-width: 47.9375rem) {
.cont-box {
	margin-bottom: 50px;
}

.cont-box .title-wrap {
	padding-bottom: 40px;
}

.cont-box .split-img-right .figure-wrap .figure-caption {
	font-size: 14px;
	line-height: 18px;
}

.cont-box .split-img-left .figure-wrap .figure-caption {
	font-size: 14px;
	line-height: 18px;
}

.cont-box .video-box {
	padding: 2.5% 4% 2.2% 3%;
	margin: 10px -13% 30px -13%;
}
}


/* Split - Box */
.split-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: #d2613e;
	border-radius: 5px;
	padding: 40px;
	margin-bottom: 62px;
}

.split-box:last-child {
	margin-bottom: 0;
}

.split-box .figure-wrap {
	width: 32%;
	float: left;
	position: relative;
	margin: 0;
}

.split-box .figure-wrap .figure-circle {
	max-width: 100%;
	width: 100%;
	background: rgba(42, 78, 80, 0.39);
}

.split-box .figure-wrap .figure-circle:before {
	background: rgba(42, 78, 80, 0.47);
}

.split-box .figure-wrap .figure-circle:after {
	background: rgba(42, 78, 80, 0.57);
}

.split-box .figure-wrap .figure-circle .inn:before {
	background: rgba(42, 78, 80, 0.57);
}

.split-box .figure-wrap .figure-circle .inn:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/questionmark.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index: 3;
}

.split-box .aside {
	width: 68%;
	float: left;
	text-align: center;
	padding: 0 0 0 40px;
}

.split-box .aside p {
	padding-bottom: 17px;
}

.split-box .aside p:last-child {
	padding-bottom: 0;
}

.split-box .aside .button {
	width: 100%;
	max-width: 540px;
}

@media print, screen and (max-width: 74.9375rem) {
.split-box .aside .button {
	max-width: 440px;
}
}

@media print, screen and (max-width: 63.9375rem) {
.split-box .figure-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}

.split-box .figure-wrap:last-child {
	margin-bottom: 0;
}

.split-box .figure-wrap .figure-circle {
	max-width: 335px;
}

.split-box .aside {
	width: 100%;
	padding: 0;
}
}

@media print, screen and (max-width: 47.9375rem) {
.split-box {
	padding: 8.5%;
	margin-bottom: 50px;
}

.split-box .aside .button {
	max-width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
}


/* Split - Box2 */
.split-box2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 62px;
}

.split-box2:last-child {
	margin-bottom: 0;
}

.split-box2 .aside {
	width: 65%;
	float: left;
	padding: 0 40px 0 0;
}

.split-box2 .aside .sub-title {
	padding-bottom: 15px;
}

.split-box2 .aside .sub-title:last-child {
	padding-bottom: 0;
}

.split-box2 .figure-wrap {
	width: 35%;
	float: left;
	position: relative;
	margin: 0;
}

.split-box2 .figure-wrap .figure-circle {
	max-width: 100%;
	width: 100%;
	background: rgba(42, 78, 80, 0.39);
}

.split-box2 .figure-wrap .figure-circle:before {
	background: rgba(42, 78, 80, 0.47);
}

.split-box2 .figure-wrap .figure-circle:after {
	background: rgba(42, 78, 80, 0.57);
}

.split-box2 .figure-wrap .figure-circle .inn:before {
	background: rgba(42, 78, 80, 0.57);
}

.split-box2 .figure-wrap .figure-circle .inn:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/questionmark.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index: 3;
}

@media print, screen and (max-width: 47.9375rem) {
.split-box2 {
	margin-bottom: 50px;
}

.split-box2 .aside {
	width: 100%;
	padding: 0 0 30px 0;
}

.split-box2 .aside .sub-title {
	padding-bottom: 10px;
}

.split-box2 .figure-wrap {
	width: 100%;
	padding: 0 8.5%;
}

.split-box2 .figure-wrap .figure-circle {
	max-width: 335px;
}
}


/* Btns - List */
.btns-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 62px;
}

.btns-list:last-child {
	margin-bottom: 0;
}

.btns-list h3 {
	padding-bottom: 43px;
}

.btns-list h3:last-child {
	padding-bottom: 0;
}

.btns-list .button-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px -20px -12px;
}

.btns-list .button {
	float: left;
	margin: 0 12px 20px 12px;
}

@media print, screen and (max-width: 74.9375rem) {
.btns-list h3 {
	padding-bottom: 35px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.btns-list {
	margin-bottom: 50px;
}

.btns-list h3 {
	padding-bottom: 30px;
}

.btns-list .button-wrap {
	margin: 0 -8px -15px -8px;
}

.btns-list .button {
	margin: 0 8px 15px 8px;
}
}


/* Hero - Main */
.hero-main { 
	width: 100%;
	background: #0f1116 url(../img/hero-main.png) no-repeat center center fixed;
	background-size: cover;
	overflow: hidden;
	padding: 310px 0 45px 0; 
}

.hero-main .aside { 
	width: 100%;
	float: left;
	background: rgba(40, 44, 38, .95);
	padding: 8.5%;
}

.hero-main .aside h1 {
	font-size: 50px;
	line-height: 60px; 
}

.hero-main .illustrator { 
	width: 100%;
	float: left;
	text-align: right;
	position: relative;
	z-index: 1;
	margin: 0;
}

.hero-main .illustrator img { 
	width: 100%;
	max-width: 284px;
	margin: -150px -150px 0 0;
}

@media print, screen and (max-width: 74.9375rem) {
.hero-main { 
	padding: 220px 0 45px 0; 
}

.hero-main .aside h1 {
	font-size: 40px;
	line-height: 50px; 
}

.hero-main .illustrator img { 
	max-width: 184px;
	margin: -80px -20px 0 0;
}
}

@media print, screen and (max-width: 47.9375rem) {
.hero-main { 
	padding: 150px 0 45px 0; 
}

.hero-main .aside h1 {
	font-size: 26px;
	line-height: 36px; 
}

.hero-main .illustrator img { 
	max-width: 150px;
	margin: -30px -20px 0 0;
}
}


/* Slider - Items */
.slider-items { 
	width: 100%;
	background: #282c26;
	overflow: hidden;
	padding: 40px 0; 
}

.slider-items .swiper-slide { 
	width: 100%;
	max-width: 391px;
	float: left;
	margin-right: 50px;
}

@media print, screen and (max-width: 74.9375rem) {
.slider-items .swiper-slide { 
	max-width: 320px;
	margin-right: 40px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.slider-items .swiper-slide { 
	max-width: 280px;
	margin-right: 25px;
}
}


/* Row - Content */
.row-cont {
	width: 100%;
	background: #000000;
	overflow: hidden;
	padding: 85px 0;
}

@media print, screen and (max-width: 47.9375rem) {
.row-cont {
	padding: 50px 0;
}
}


/* Row - Content2 */
.row-cont2 {
	width: 100%;
	background: #282c26;
	overflow: hidden;
	padding: 160px 0;
}

@media print, screen and (max-width: 74.9375rem) {
.row-cont2 {
	padding: 120px 0;
}
}

@media print, screen and (max-width: 47.9375rem) {
.row-cont2 {
	padding: 80px 0;
}
}


/* Row - Content3 */
.row-cont3 {
	width: 100%;
	background: #000000;
	overflow: hidden;
	padding: 160px 0;
}

@media print, screen and (max-width: 74.9375rem) {
.row-cont3 {
	padding: 120px 0;
}
}

@media print, screen and (max-width: 47.9375rem) {
.row-cont3 {
	padding: 80px 0;
}
}


/* Items - List */
.items-list {
	width: 100%;
	background: #282c26;
	overflow: hidden;
	padding: 85px 0;
}

.items-list .item-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px -50px -25px;
}

.items-list .item {
	width: 33.33333333333333%;
	float: left;
	padding: 0 25px 50px 25px;
}

@media print, screen and (max-width: 74.9375rem) {
.items-list .item-wrap {
	margin: 0 -20px -40px -20px;
}

.items-list .item {
	padding: 0 20px 40px 20px;
}
}

@media print, screen and (max-width: 63.9375rem) {
.items-list .item {
	width: 50%;
}
}

@media print, screen and (max-width: 47.9375rem) {
.items-list {
	padding: 50px 0;
}

.items-list .item-wrap {
	margin: 0 -15px -30px -15px;
}

.items-list .item {
	padding: 0 15px 30px 15px;
}
}

@media print, screen and (max-width: 35.9375rem) {
.items-list .item {
	width: 100%;
}
}


/* 
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	text-align: center;
	background: #0f1116;
	padding: 70px 0;
}

.footer-main p {
	font-weight: 900;
	line-height: 28px;
	padding-bottom: 30px;
}

.footer-main p:last-child {
	padding-bottom: 0;
}

.footer-main .footer-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 45px;
}

.footer-main .footer-links:last-child {
	padding-bottom: 0;
}

.footer-main .footer-links a {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.footer-main .footer-links a em {
	font-size: 65%;
}

.footer-main .footer-links a:hover,
.footer-main .footer-links a:focus {
	color: #d2613e;
	border-bottom-color: #d2613e;
}

.footer-main .footer-links .divider {
	position: relative;
	top: 4px;
}

.footer-main .footer-logos {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.footer-main .footer-logos ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.footer-main .footer-logos ul li {
	padding: 0 15px 30px 15px;
	margin: 0;
}

.footer-main .footer-logos ul li:before {
	display: none;
}

.footer-main .footer-logos ul li img {
	max-height: 111px;
}

@media print, screen and (min-width: 48rem) {
.footer-main {
	padding: 100px 0;
}

.footer-main .grid-container {
	max-width: 1000px;
}

.footer-main p {
	line-height: 30px;
	padding-bottom: 40px;
}

.footer-main .footer-links {
	padding-bottom: 65px;
}

.footer-main .footer-logos ul {
	margin: 0 -27px -30px -27px;
}

.footer-main .footer-logos ul li {
	padding: 0 27px 30px 27px;
}
}

@media print, screen and (min-width: 75rem) {
.footer-main {
	padding: 140px 0;
}

.footer-main p {
	line-height: 32px;
	padding-bottom: 48px;
}

.footer-main .footer-links {
	padding-bottom: 85px;
}
}


/*
 6.) Inner - Pages
---------------------------------------- */

/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 107px 0 60px 0;
}

@media print, screen and (min-width: 48rem) {
.content-inner {
	padding: 137px 0 60px 0;
}
}

@media print, screen and (min-width: 75rem) {
.content-inner {
	padding: 167px 0 60px 0;
}
}


/* Content - Inner2 */
.content-inner2 {
	width: 100%;
	background: #0f1116 url(../img/hero-main.png) no-repeat top center fixed;
	background-size: 100% auto;
	overflow: hidden;
	padding: 150px 0 60px 0;
}

@media print, screen and (min-width: 48rem) {
.content-inner2 {
	padding: 180px 0 120px 0;
}
}

@media print, screen and (min-width: 64rem) {
.content-inner2 {
	padding: 335px 0 120px 0;
}
}

@media print, screen and (min-width: 75rem) {
.content-inner2 {
	padding: 435px 0 180px 0;
}
}


/*
 8.) Site - Cores
------------------------------------------------------*/

/* Text - Colors */
.white {
	color: #ffffff!important;
}

.black {
	color: #000000!important;
}

.maroon {
	color: #d2613e!important;
}

.greenish {
	color: #537f81!important;
}


/* Text - Positions */
.upper-case { 
	text-transform: uppercase;
}

.lower-case { 
	text-transform: none;
}

.underline {
	text-decoration: underline; 
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0!important;
}

.p-bottom-none {
	padding-bottom: 0!important;
}

.m-top-none {
	margin-top: 0!important;
}

.m-bottom-none {
	margin-bottom: 0!important;
}

