/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Site - Cores

========================================*/

/*
 1.) Typography
----------------------------------------*/

.gf-lato { font-family: "Lato", sans-serif; }


/*
 2.) Default Styles
----------------------------------------*/

/* -----------------------------------------------------------
   Modern Global Reset (2025)
----------------------------------------------------------- */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    background: #ffffff;
}

@media (max-width: 1199px) {
body {
	font-size: 20px;
	line-height: 28px;
}
}

@media (max-width: 767px) {
body {
	font-size: 18px;
	line-height: 26px;
}
}


/* -----------------------------------------------------------
   Links
----------------------------------------------------------- */

a {
	color: #000000;
	text-decoration: underline;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #e62028;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/* -----------------------------------------------------------
   Typography
----------------------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 300;
	margin-bottom: 20px;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 125px;
	line-height: 115px;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 60px;
	line-height: 60px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

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 {
	margin-bottom: 0;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700;
}

@media (max-width: 1599px) {
h2,
.h2 {
	font-size: 90px;
	line-height: 80px;
}
}

@media (max-width: 1299px) {
h2,
.h2 {
	font-size: 80px;
	line-height: 80px;
}
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 34px;
	line-height: 46px;
}

h2,
.h2 {
	font-size: 70px;
	line-height: 70px;
}

h3,
.h3 {
	font-size: 50px;
	line-height: 50px;
}
}

@media (max-width: 767px) {
h1,
.h1 {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.28px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 40px;
}

h3,
.h3 {
	font-size: 38px;
	line-height: 40px;
}
}


/* -----------------------------------------------------------
   img
----------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}


/* -----------------------------------------------------------
   Flying focus
----------------------------------------------------------- */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	transition-property: left, top, width, height, opacity;
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px; 
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important;
}

.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1735px;
	padding: 0 50px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container {
	padding: 0 32px;
}
}


/* Hidden */
.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0,0,0,0);	
	overflow: hidden;	
	position: absolute;
	padding: 0;
	margin: -1px;
}


/* Divider */
.divider {
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.divider .inn {
	width: 40px;
	height: 1px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #e62028;
	text-indent: -9999px;
	overflow: hidden;
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 96px;
	float: left;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 9;
}

.header-main .container {
	max-width: 1920px;
	padding: 0 60px;
}

@media (max-width: 1299px) {
.header-main .container {
	padding: 0 50px;
}
}

@media (max-width: 767px) {
.header-main .container {
	padding: 0 40px;
}
}


/* Site Brand */
.header-main .brand {
	height: 96px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header-main .brand img {
	height: 37px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
.header-main .brand img {
	height: 28px;
}
}


/* Nav - Bar */
.header-main .primary-menu {
	width: 100%;
	float: left;
}

.header-main .primary-menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li > a {
	float: left;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	line-height: 21px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.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: #e62028;
}

.header-main .social-links {
	width: 100%;
	float: left;
}

.header-main .social-links ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 -8px;
}

.header-main .social-links ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 8px;
}

.header-main .social-links ul li a {
	width: 26px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	text-decoration: none;
}

.header-main .social-links ul li.email a {
	width: 30px;
	background-image: url(../img/envelope-white.svg);
}

.header-main .social-links ul li.email a:hover,
.header-main .social-links ul li.email a:focus,
.header-main .social-links ul li.email a:active {
	background-image: url(../img/envelope-red.svg);
}

.header-main .social-links ul li.linkedin a {
	width: 24px;
	background-image: url(../img/linkedin-white.svg);
}

.header-main .social-links ul li.linkedin a:hover,
.header-main .social-links ul li.linkedin a:focus,
.header-main .social-links ul li.linkedin a:active {
	background-image: url(../img/linkedin-red.svg);
}

@media (min-width: 992px) {
.header-main .nav-bar {
	width: 100%;
	height: 96px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
}


/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header-main .primary-menu ul {
	margin: 0 -26px;
}

.header-main .primary-menu ul li {
	height: 40px;
	margin: 0 26px;
}

.header-main .primary-menu ul li > a {
	height: 40px;
	line-height: 40px;
}


/* Right - Wrap */
.header-main .right-wrap {
	width: 200px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	margin: 5px 0 0 -200px;
}

.header-main .right-wrap .social-links {
	width: auto;
}
}

@media (max-width: 991px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	transition: top .25s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .90;
	transition: opacity .25s ease-out;
}

.header-main .nav-bar {
	width: 100%;
	height: 100%;
	float: right;		
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	padding: 112px 16px 16px 16px;
}

.header-main .nav-bar.active {
	transition: all .25s ease-out;
	visibility: visible;
	opacity: 1;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 79px 50px 79px;
}


/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.header-main .primary-menu:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul {
	width: 100%;
	margin: 0 0 -25px 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	margin: 0 0 25px 0;
}

.header-main .primary-menu ul li > a {
	font-size: 16px;
	line-height: 22px;
}


/* Right - Wrap */
.header-main .right-wrap {
	width: 100%;
	float: left;
}
}

@media (max-width: 767px) {
.header-main .nav-bar .nav-inn {
	padding-top: 20px;
	padding-left: 56px;
	padding-right: 56px;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 96px;
	float: right;
	flex-wrap: wrap;
	align-items: center;	
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	outline: 0;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 0 0 -500px;
	display: none;
}

.header-main .menu-btn .menu-bar {
	width: 25px;
	height: 1px;
	float: left;
	background: #ffffff;
	text-indent: -99999px;
	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: 1px;
	float: left;
	background: #ffffff;
	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 {
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main.fixed .menu-btn.active .menu-bar {
	background: none;
}

@media (max-width: 991px) {
.header-main .menu-btn {
	display: flex;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
	overflow: hidden;
}


/* Grid */
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px -50px -25px;
}

.row > div {
	width: 100%;
	padding: 0 25px 50px 25px;
}


/* Hero - Main */
.hero-main {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
}

.hero-main .hero-out {
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #ffffff;
	text-align: center;
	background: #000000;
	position: relative;
	overflow: hidden;
	padding: 160px 0 100px 0;
}

.hero-main .hero-inn {
	width: 100%;
	float: left;
}

.hero-main .hero-out::before,
.hero-main .hero-out::after,
.hero-main .hero-inn::before,
.hero-main .hero-inn::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
}

.hero-main .hero-out::before {
	border-bottom: 12px solid transparent;
	border-left: 12px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.hero-main .hero-inn::before {
	border-bottom: 12px solid transparent;
	border-right: 12px solid #ffffff;
	top: 0;
	right: 0;
}

.hero-main .hero-out::after {
	border-top: 12px solid transparent;
	border-left: 12px solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.hero-main .hero-inn::after {
	border-top: 12px solid transparent;
	border-right: 12px solid #ffffff;
	bottom: 0;
	right: 0;
}

.hero-main .icon {
	margin-bottom: 55px;
}

.hero-main .icon:last-child {
	margin-bottom: 0;
}

.hero-main .icon img {
	width: 100%;
	max-width: 213px;
}

.hero-main .cont-mid {
	width: 100%;
	max-width: 1200px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.hero-main .icon {
	margin-bottom: 45px;
}

.hero-main .icon img {
	max-width: 160px;
}
}

@media (max-width: 767px) {
.hero-main {
	min-height: auto;
}

.hero-main .hero-out {
	min-height: inherit;
	padding: 120px 0 60px 0;
}

.hero-main .icon {
	margin-bottom: 35px;
}

.hero-main .icon img {
	max-width: 113px;
}
}


/* Section - 1 */
.section-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 160px 0;
}

.section-1 p {
	margin-bottom: 27px;
}

.section-1 p:last-child {
	margin-bottom: 0;
}

.section-1 p strong {
	font-weight: 500;
}

.section-1 .cont-mid {
	width: 100%;
	max-width: 1340px;
	display: inline-block;
	vertical-align: top;
}

.section-1 .illustator {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 13%;
	padding-right: 13%;
	margin-bottom: 45px;
}

.section-1 .illustator:last-child {
	margin-bottom: 0;
}

.section-1 .illustator img {
	width: 100%;
	max-width: 762px;
}

@media (max-width: 1199px) {
.section-1 {
	font-size: 22px;
	line-height: 32px;
	padding: 100px 0;
}
}

@media (max-width: 767px) {
.section-1 {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 50px 0 60px 0;
}

.section-1 .illustator {
	padding-left: 7%;
	padding-right: 7%;
	margin-bottom: 33px;
}
}


/* w-full-illustator */
.w-full-illustator {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.w-full-illustator img {
	max-width: inherit;
	width: 100%;
}


/* Section - 2 */
.section-2 {
	width: 100%;
	background: #f3f3f3;
	overflow: hidden;
}

.section-2 .section-inn {
	width: 100%;
	float: left;
	padding: 60px 0 120px 0;
}

.section-2 .row {
	margin-left: -3%;
	margin-right: -3%;
}

.section-2 .row > div {
	width: 50%;
	padding-left: 3%;
	padding-right: 3%;
}

.section-2 .row > div .figure {
	width: 154px;
	float: right;
	margin: 0 0 20px 20px;
}

.section-2 .row > div .brand {
	padding-right: 250px;
	margin-bottom: 25px;
}

.section-2 .row > div .brand:last-child {
	margin-bottom: 0;
}

.section-2 .row > div .brand img {
	width: 100%;
	max-width: 340px;
}

.section-2 .row > div .logo {
	margin-bottom: 25px;
}

.section-2 .row > div .logo:last-child {
	margin-bottom: 0;
}

.section-2 .row > div .logo img {
	width: 100%;
	max-width: 220px;
}

@media (max-width: 1199px) {
.section-2 .section-inn {
	padding: 60px 0 80px 0;
}

.section-2 .row > div .brand {
	padding-right: 180px;
}

.section-2 .row > div .brand img {
	max-width: 260px;
}

.section-2 .row > div .logo img {
	max-width: 180px;
}
}

@media (max-width: 991px) {
.section-2 .row {
	margin: 0 -20px -50px -20px;
}

.section-2 .row > div {
	width: 100%;
	padding: 0 20px 50px 20px;
}
}

@media (max-width: 767px) {
.section-2 .section-inn {
	padding: 50px 0 70px 0;
}

.section-2 .row > div .figure {
	width: 65px;
	margin: 0 0 0 20px;
}

.section-2 .row > div .brand {
	padding-right: 120px;
}

.section-2 .row > div .brand img {
	max-width: 160px;
}

.section-2 .row > div .logo img {
	max-width: 130px;
}
}


/* Section - 3 */
.section-3 {
	width: 100%;
	font-size: 26px;
	color: #ffffff;
	line-height: 36px;	
	background: #000000;
	overflow: hidden;
}

.section-3 .section-inn {
	width: 100%;
	float: left;
	padding: 60px 0 130px 0;
}

.section-3 .row {
	margin-bottom: -80px;
}

.section-3 .row > div {
	padding-bottom: 80px;
}

.section-3 .row > div h3,
.section-3 .row > div h3 {
	margin-bottom: 35px;
}

.section-3 .row > div h3:last-child,
.section-3 .row > div h3:last-child {
	margin-bottom: 0;
}

.section-3 .row > div .icon {
	width: 225px;
	float: left;
	margin: 0 -225px 0 0;
}

.section-3 .row > div .icon img {
	width: 100%;
	max-width: 93px;
}

.section-3 .row > div .aside {
	width: 100%;
	float: left;
	padding: 0 0 0 225px;
}

@media (max-width: 1199px) {
.section-3 {
	font-size: 22px;
	line-height: 32px;	
}

.section-3 .section-inn {
	padding: 60px 0 80px 0;
}

.section-3 .row {
	margin-bottom: -70px;
}

.section-3 .row > div {
	padding-bottom: 70px;
}

.section-3 .row > div h3,
.section-3 .row > div h3 {
	margin-bottom: 30px;
}

.section-3 .row > div .icon {
	width: 180px;
	margin: 0 -180px 0 0;
}

.section-3 .row > div .aside {
	padding: 0 0 0 180px;
}
}

@media (max-width: 767px) {
.section-3 {
	font-size: 18px;
	line-height: 26px;	
}

.section-3 .section-inn {
	padding: 30px 0 70px 0;
}

.section-3 .row {
	margin-bottom: -60px;
}

.section-3 .row > div {
	padding-bottom: 60px;
}

.section-3 .row > div h3,
.section-3 .row > div h3 {
	margin-bottom: 25px;
}

.section-3 .row > div .icon {
	width: 100%;
	margin: 0 0 25px 0;
}

.section-3 .row > div .aside {
	padding: 0;
}
}


/* Section - 4 */
.section-4 {
	width: 100%;
	font-size: 26px;
	line-height: 36px;	
	overflow: hidden;
	padding: 100px 0 160px 0;
}

.section-4 .row-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.section-4 .row {
	align-items: center;
	border-bottom: 1px solid #000000;
	padding: 0 0 60px 0;
	margin: 0 0 60px 0;
}

.section-4 .row:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.section-4 .row > div {
	padding: 0;
}

@media (min-width: 992px) {
.section-4 .row > div {
	width: 60%;
	position: relative;
	padding: 0 25px 0 0;
}

.section-4 .row > div:nth-child(even) {
	width: 40%;
	padding: 0 0 0 25px;
}

.section-4 .row > div:nth-child(even) p {
	float: right;
}

.section-4 .row:nth-child(even) > div {
	padding: 0 0 0 25px;
	left: 40%;
}

.section-4 .row:nth-child(even) > div:nth-child(even) {
	padding: 0 25px 0 0;
	left: -60%;
}

.section-4 .row:nth-child(even) > div h2,
.section-4 .row:nth-child(even) > div .h2 {
	text-align: right;
}

.section-4 .row:nth-child(even) > div p {
	float: left;
}
}

@media (max-width: 1199px) {
.section-4 {
	font-size: 22px;
	line-height: 32px;
	padding: 70px 0 100px 0;	
}
}

@media (max-width: 991px) {
.section-4 .row > div {
	padding: 0 0 20px 0;
}

.section-4 .row > div:last-child {
	padding-bottom: 0;
}
}

@media (max-width: 767px) {
.section-4 {
	font-size: 18px;
	line-height: 26px;
	padding: 40px 0 70px 0;	
}

.section-4 .row {
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
}
}


/* Section - 5 */
.section-5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 16px;
}

.section-5 .section-out {
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 600;
	font-size: 26px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	background: #000000;
	position: relative;
	overflow: hidden;
	padding: 120px 0;
}

.section-5 .section-inn {
	width: 100%;
	float: left;
}

.section-5 .section-out::before,
.section-5 .section-out::after,
.section-5 .section-inn::before,
.section-5 .section-inn::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
}

.section-5 .section-out::before {
	border-bottom: 12px solid transparent;
	border-left: 12px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.section-5 .section-inn::before {
	border-bottom: 12px solid transparent;
	border-right: 12px solid #ffffff;
	top: 0;
	right: 0;
}

.section-5 .section-out::after {
	border-top: 12px solid transparent;
	border-left: 12px solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-5 .section-inn::after {
	border-top: 12px solid transparent;
	border-right: 12px solid #ffffff;
	bottom: 0;
	right: 0;
}

.section-5 h2,
.section-5 .h2 {
	margin-bottom: 28px;
}

.section-5 h2:last-child,
.section-5 .h2:last-child {
	margin-bottom: 0;
}

.section-5 p {
	margin-bottom: 27px;
}

.section-5 p:last-child {
	margin-bottom: 0;
}

.section-5 .divider {
	margin-bottom: 25px;
}

.section-5 .divider:last-child {
	margin-bottom: 0;
}

.section-5 .cont-mid {
	width: 100%;
	max-width: 1340px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 65px;
}

.section-5 .cont-mid:last-child {
	margin-bottom: 0;
}

.section-5 .icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -35px -35px -35px;
}

.section-5 .icons .icon {
	margin: 0 35px 35px 35px;
}

.section-5 .icons .icon img {
	width: 100%;
	max-width: 175px;
}

@media (min-width: 1200px) {
.section-5 h2,
.section-5 .h2 {
	font-size: 80px;
	line-height: 80px;
}
}

@media (max-width: 1199px) {
.section-5 .section-out {
	font-size: 22px;
	line-height: 32px;
	padding: 100px 0;
}

.section-5 .icons {
	margin: 0 -20px -25px -20px;
}

.section-5 .icons .icon {
	margin: 0 20px 25px 20px;
}

.section-5 .icons .icon img {
	max-width: 140px;
}
}

@media (max-width: 767px) {
.section-5 {
	min-height: auto;
}

.section-5 .section-out {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 80px 0;
}

.section-5 .cont-mid {
	margin-bottom: 40px;
}

.section-5 .icons {
	justify-content: flex-start;
	margin: 0 -15px -20px -15px;
}

.section-5 .icons .icon {	
	margin: 0 15px 20px 15px;
}

.section-5 .icons .icon img {
	max-width: 100px;
}
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-shrink: 0;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	padding: 120px 0;
}

.footer-main h2,
.footer-main .h2,
.footer-main p {
	margin-bottom: 0;
}

.footer-main p a {
	text-decoration: none;
}

.footer-main p a:hover,
.footer-main p a:focus,
.footer-main p a:active {
	text-decoration: underline;
}

.footer-main .cont-mid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 45px;
}

.footer-main .cont-mid > *{
	width: 100%;
}

@media (max-width: 1199px) {
.footer-main {
	padding: 90px 0;
}
}

@media (max-width: 767px) {
.footer-main {
	font-size: 18px;
	line-height: 28px;
	padding: 70px 0;
}

.footer-main .cont-mid {
	gap: 30px;
}
}


/*
 6.) Site - Cores
------------------------------------------------------*/

/* Colors */
.white {
	color: #ffffff!important;
}

.black {
	color: #000000!important;
}

.red {
	color: #e62028!important;
}

.gray {
	color: #f3f3f3!important;
}


/* Font - Weights */
.light {
	font-weight: 300 !important;
}

.regular {
	font-weight: 400 !important;
}

.medium {
	font-weight: 500 !important;
}

.semi-bold {
	font-weight: 600 !important;
}

.bold {
	font-weight: 700 !important;
}

.extra-bold {
	font-weight: 800 !important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase !important;
}

.lower-case {
	text-transform: none !important;
}

.underline {
	text-decoration: underline !important;
}

.center-align {
	text-align: center !important;
}

.left-align {
	text-align: left !important;
}

.right-align {
	text-align: right !important;
}


/* Padding/Margin - None */
.pt-0 {
	padding-top: 0!important;
}

.pb-0 {
	padding-bottom: 0!important;
}

.mt-0 {
	margin-top: 0!important;
}

.mb-0 {
	margin-bottom: 0!important;
}



