

::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: #fff;
	font-weight: normal;
	color: #000;
	font-size: 15px;
}

.wrapper {
	width: 1000px;
	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: 36px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 0;
	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;
}
.form-label {
	display: block;
	margin: 16px 0 0 0;
	font-weight: 400;
}

.button,
.button2,
.button3 {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 4px 0;
	border-radius: 3px;
	background-color: transparent;
	font-size: 15px;
	font-weight: 400;
	color: #ff7865;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 0.2s ease;
}
.button2 {
	width: 100%;
	border-radius: 0;
	padding: 6px 10px;
	border: 2px solid #fff;
}
.button3 {
	border-radius: 0;
	padding: 6px 10px;
	border: 2px solid #ff7865;
}
.button:after,
.button2:after,
.button3:after {
	content: ' >';
}

.button2:hover {
	text-decoration: underline !important;
}


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

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

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

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

.u-text-large {
	font-size: 18px;
	line-height: 28px;
}

.mb-5--negative {
	margin-bottom: -3rem !important;
}

.text-decoration-none {
	text-decoration: none !important;
}



@media (min-width:992px){
	.col-lg-55 {
		-ms-flex:0 0 20%;
		flex:0 0 20%;
		max-width:20%;
	}
}




.header {
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 300ms ease;
}
.header-placeholder {
	height: 80px;
}

.header-logo {
	display: block;
	width: auto;
	height: 80px;
	padding: 0;
	float: left;
}
.header-logo img {
	display: block;
	width: auto;
	height: 40px;
	transition: all 300ms ease;
}
.header-icon {
	height: 38px;
	transition: all 300ms ease;
}
.header-menu {
	display: inline-block;
	margin-top: 4px;
	font-size: 28px;
	color: #ff7865 !important;
	transition: all 300ms ease;
}

.header-nav {
	display: none;
	position: fixed;
	width: auto;
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 110;
	background-color: #ff7865;
	padding: 3px;
	margin: 0 !important;
	box-sizing: border-box;
}
.header-nav.is-visible {
	display: block;
}
.header-nav-close {
	position: absolute;
	z-index: 90;
	top: 20px;
	right: 30px;
	display: block;
	font-size: 40px !important;
	color: #fff !important;
}

.header-nav-favicon {
	width: 100px;
	margin-bottom: 60px;
}

.header-nav ul {
	position: relative;
	width: auto;
	height: auto;
	margin: 20px 0;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-nav ul li {
	display: block;
	width: 100%;
	height: auto;
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
	position: relative;
}
.header-nav ul li.has-border {
	margin-top: 18px;
	padding-top: 18px;
}
.header-nav ul li.has-border:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
	right: calc(50% - 50px);
	height: 2px;
	background: #fff;
}
.header-nav ul li a {
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0 4px;
	padding: 0 10px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav ul li.active a,
.header-nav ul li a:hover {
	text-decoration: underline;
}

.header--scrolling {
	background-color: #fff;
}
.header--scrolling .header-logo {
}
.header--scrolling .header-logo > img {
	height: 26px;
}
.header--scrolling .header-nav ul {
	margin-top: 20px;
}
.header--scrolling .header-icon {
	height: 26px;
}
.header--scrolling .header-menu {
	font-size: 18px;
}


.page {
	margin-bottom: 150px;
	position: relative;
}
.page--teamCore:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -75px;
	background-image: url('../img/favicon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-image-container {
	position: relative;
}
.page-image-container--minHeight {
	min-height: 366px;
}

.page-image {
	position: absolute;
	right: 0;
	top: 26px;
	bottom: -26px;
	padding: 20px 25px;
	width: 650px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: right;
}
.page-image--contain {
	background-size: contain;
	width: 580px;
	bottom: 55px;
}
.page-image-title {
	padding: 0 0 0 50px !important;
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.page-card {
	position: relative;
	background: #dde4e6;
	width: 400px;
	height: auto;
	padding: 20px;
}
.page-card--orange {
	background: #ff7865;
}

.page-image-container--left .page-image {
	left: 0;
	right: auto;
	text-align: left;
}
.page-image-container--left .page-card {
	margin-left: auto;
}



.partner-slider {
	height: 70px !important;
}
.partner-slider-item {
	top: 50%;
	overflow: hidden;
	position: relative;
	display: block;
	height: 70px !important;
}
.partner-slider-item a {
	display: block;
	height: 70px;
}
.partner-slider-item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	max-height: 70px;
	padding: 10px 20px;
	overflow: hidden;
	transition: all 300ms ease;
	transform-origin: center;
}
.partner-slider-item a img:hover {
	transform: scale(1.1);
}


.text-box img.method-icon {
	 height: 166px !important;
}
.method-menu {
	display: flex;
	width: 100%;
}
.method-menu-item {
	flex: 1;
	text-align: center;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}
.method-menu-item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	height: 20px;
	width: 2px;
	background: #ff7865;
}
.method-menu-item:last-child:after {
	display: none;
}

.team-core-image {
	max-height: 300px !important;
	margin-left: auto;
	margin-right: auto;
}

.team-image {
	width: 155px;
	height: 155px;
	background-color: #ff7865;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
}


.text-slider {
	
}
.text-slider-item {
	
}

.slick-dots {
	margin: 40px 0 0 0;
	text-align: center;
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #aaa;
}
.slick-dots li.slick-active {
	background: #ff7865;
	border-color: #ff7865;
}
.slick-dots li button {
	display: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -10px;
	background: transparent;
	border: 0;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}




.text-box {
	font-size: 15px;
	line-height: 22px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 400;
	font-size: 18px;
	color: #ff7865;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 36px;
}
.text-box h3 {
	font-size: 28px;
}
.text-box h4 {
	font-size: 23px;
}
.text-box h5 {
	font-size: 20px;
}
.text-box a {
	color: #ff7865;
	font-weight: 400;
	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;
}
.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;
}

.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #fff !important;
}




.footer {
	background: #dde4e6;
}
.footer h1,
.footer h2 {
	color: #000 !important;
	font-size: 24px;
}
.footer-socials a {
	font-size: 24px;
	display: inline-block;
	margin-left: 5px;
}


.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 20px;
}

.modal-box {
	
}
.modal-box-side {
	padding: 20px;
	text-align: center;
		background: #dde4e6;
}
.modal-box-main {
	padding: 20px;
}


@media (min-width:992px){
	
	.modal-dialog {
		max-width: 980px;
	}
	
	.modal-box-side {
		width: 30%;
		float: left;
		padding: 30px;
		min-height: 400px;
	}
	.modal-box-main {
		width: 70%;
		float: left;
		padding: 40px 80px;
		min-height: 400px;
	}
	
}




