

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #F3F2EC;
	font-weight: 300;
	color: #222;
	font-size: 18px;
}

.wrapper {
	width: 1080px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	margin: 8px 0;
	padding: 6px 16px;
	background-color: #fff;
	border-radius: 40px;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #222;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}


.button1, .button2 {
	position: relative;
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 10px 38px 10px 18px;
	border-radius: 30px;
	line-height: 30px !important;
	background: linear-gradient(to right, #deb222 50%, #FFCD29 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	font-size: 17px !important;
	font-weight: 500 !important;
	color: #222 !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button--disabled {
	background: #e0e0e0 !important;
	cursor: default;
}
.button--menu {
	position: absolute;
	right: 20px;
	top: 30px !important;
}
.button--noArrow {
	padding-right: 22px;
}
.button--small {
	font-size: 16px !important;
	padding: 5px 16px;
}
.button2 {
	background: linear-gradient(to right, #000 50%, #222 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	color: #fff !important
}

.button1:after,
.button2:after {
	position: absolute;
	right: 20px !important;
	top: 11px !important;
	left: auto !important;
	bottom: auto !important;
	height: auto !important;
	background: transparent !important;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061" !important;
	transition: all 300ms ease;
}

.button--small:after {
	display: none;
}

.button--noArrow:after {
	display: none;
}

.button1:not(.button--disabled):hover,
.button2:not(.button--disabled):hover,
.button-outlined:hover {
	background-position: left bottom;
}


.button1:not(.button--disabled):hover:after,
.button2:not(.button--disabled):hover:after {
	right: 15px !important;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #F2263F;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}



.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}


.overflow-hidden {
	overflow: hidden !important;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.05);
}

.rounded {
	border-radius: 16px !important;
}

.u-anchor {
	position: absolute;
	margin-top: -100px;
}

.row--xlGutter {
	margin-left: -40px;
	margin-right: -40px;
}
.row--xlGutter > .col,
.row--xlGutter > .col-12 {
	padding-left: 40px;
	padding-right: 40px;
}


.u-text-larger {
	font-size: 20px !important;
	line-height: 28px !important;
}
.u-text-large {
	font-size: 24px !important;
	line-height: 30px !important;
}
.u-text-huge {
	font-size: 54px !important;
}


.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-text-shadow {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}




.site-container {
	overflow: hidden;
}



.header {
	position: fixed;
	height: 135px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 300ms ease;
}
.header.is-absolute {
	position: absolute;
}
.header-placeholder {
	height: 120px;
}
.header-logo {
	display: block;
	width: auto;
	height: 120px;
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
	transition: all 300ms ease;
}
.header-logo img {
	display: block;
	width: auto;
	height: 120px;
	transition: all 300ms ease;
}

.header-nav {
	float: right;
	display: block;
	width: auto;
	height: auto;
	margin-top: 40px;
	transition: all 300ms ease;
}
.header-nav-close {
	display: none;
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 20px;
	color: #fff !important;
	font-size: 24px;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.header-nav > ul > li {
	width: auto;
	height: 60px;
	display: inline-block;
	list-style: none;
	position: relative;
	transition: all 300ms ease;
}
.header-nav > ul > li > a {
	display: inline-block;
	width: auto;
	height: 50px;
	margin: 0 4px;
	padding: 0 18px;
	line-height: 50px;
	overflow: hidden;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #fff !important;
	text-decoration: none;
	cursor: default;
	transition: all 300ms ease;
}
.header-nav > ul > li > a[href] {
	cursor: pointer;
}
.header-nav > ul > li.active > a,
.header-nav > ul > li > a:hover {
	background: #FFCD29 !important;
	color: #222 !important;
}
.header-nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	background: #FFCD29;
	border-radius: 25px;
	padding: 12px 5px;
	min-width: 260px;
	text-align: left;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	transition: all 300ms ease;
}
.header-nav > ul > li:last-child > ul,
.header-nav > ul > li:nth-last-child(2) > ul {
	left: auto;
	right: 0;
}
.header-nav > ul > li:hover > ul {
	display: block;
}
.header-nav > ul > li > ul > li {
	display: block;
	width: auto;
	height: 50px;
	list-style: none;
	position: relative;
	height: auto !important;
}
.header-nav > ul > li > ul > li > a {
	display: block;
	color: #000 !important;
	width: auto;
	height: auto;
	line-height: 1.3em;
	margin: 0 4px;
	padding: 5px 10px;
	overflow: hidden;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav > ul > li > ul > li.active > a {
	font-weight: 500 !important;
}
.header-nav ul > li > ul > li.active > a,
.header-nav ul > li > ul > li > a:hover {
	text-decoration: underline;
}


.header-socials {
	float: right;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
	transition: all 300ms ease;
}
.header-socials a {
	display: inline-block;
	margin-left: 12px;
}
.header-socials a i {
	color: #fff;
	font-size: 22px;
}



.header--scrolling,
.header--fixed {
	background-color: #222;
	height: 120px;
}
.header--scrolling {
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.header--scrolling .header-logo,
.header--fixed .header-logo {
	margin-top: 20px;
	height: 80px;
}
.header--scrolling .header-logo img,
.header--fixed .header-logo img {
	height: 80px;
}
.header--scrolling .header-nav,
.header--fixed .header-nav {
	text-align: center;
	margin-top: 35px;
}
.header--scrolling .header-nav > ul > li,
.header--fixed .header-nav > ul > li {
	height: 90px;
}
.header--scrolling .header-nav > ul > li > ul,
.header--fixed .header-nav > ul > li > ul {
	top: 90px;
}
.header--scrolling .header-socials,
.header--fixed .header-socials {
	margin-top: 35px;
}





.page-header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-header--home {
	height: 620px;
}
.page-header--company {
	height: 33vw;
	min-height: 256px;
}
.page-header .col {
	position: relative;
	z-index: 11;
}
.page-header-video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.page-header-video-link {
	display: block;
	text-decoration: none !important;
}
.page-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 9;
	background: rgba(0,0,0,0.3);
}
.page-header-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 8;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 28.33%);
}
.page-header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 10;
}
.page-header-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.page-header-slider .slick-dots {
	position: absolute;
	z-index: 80;
	bottom: 0;
	left: 0;
}
.page-header-slider-item {
	width: 100%;
	height: 620px !important;
	overflow: hidden;
	z-index: 5;
}
.page-header-slider-item-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-header-slider-item.slick-slide > .page-header-slider-item-image {
	transition: transform 5000ms ease-in-out;
	overflow: hidden;
}
.page-header-slider-item.slick-activeSlide > .page-header-slider-item-image {
	transform: scale(1.1);
}
.page-header-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}






.card {
	display: block;
	border: 0;
	border-radius: 25px;
	background: #fff;
}
a.card {
	display: block;
	font-weight: 400 !important;
	color: #222 !important;
	text-decoration: none !important;
}
.card--highlighted {
	background: #FFCD29;
}
.card-content {
	padding: 20px;
}
.card--large .card-content {
	padding: 40px;
}



.card-slider {
	margin-left: -22.5px;
	margin-right: -22.5px;
}
.card-slider-item {
	padding-left: 22.5px;
	padding-right: 22.5px;
}


.slick-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 10;
	top: 50%;
	border-radius: 100%;
	background: #FFCD29;
	color: #222;
	cursor: pointer;
	border: none;
	margin-top: -25px;
}
.slick-disabled {
	opacity: 0.25;
	cursor: not-allowed;
}
.slick-prev {
	left: -70px;
}
.slick-next {
	right: -70px;
}

.slick-track {
	margin-left: 0 !important;
}


.submenu-list {
	margin: 0 !important;
	padding: 0 !important;
}
.submenu-item {
	list-style: none !important;
	padding: 3px 0;
}
.submenu-item a {
	font-weight: 500 !important;
	color: #222 !important;
}
.submenu-item--active a {
	text-decoration: underline !important;
}




.album-image {
	display: block;
	width: auto;
	height: 200px;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.album-image--video {
	background-color: #ddd;
	text-align: center;
	position: relative;
}
.album-image-video {
	width: 90%;
	height: 90%;
}
.album-image--video i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.album-image--video span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: auto;
	height: 50px;
	margin-top: 8px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}


.page-image {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 16px;
}
.page-image--large {
	height: 285px;
}




.footer {
	background: #222;
	padding: 60px 0;
}
.footer-logo {
	width: 80px !important;
	height: 80px !important;
}
.footer-nav {
	padding: 0 !important;
	margin: 0 !important;
}
.footer-nav li {
	padding: 0;
	margin: 0;
	list-style: none !important;
}
.footer-nav li a {
	font-weight: 500 !important;
	color: #fff !important;
}





.text-box {
	font-size: 18px;
	line-height: 28px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 700;
	font-size: 18px;
	color: #222;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 32px;
}
.text-box h3 {
	font-size: 28px;
}
.text-box h4 {
	font-size: 24px;
}
.text-box h5 {
	font-size: 20px;
}
.text-box a {
	color: #851010;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
	border-radius: 16px;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}





