

::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: 400;
	color: #3c0a85;
	font-size: 18px;
}

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

.form-label {
	display: block;
	font-weight: 500;
	margin: 16px 0 0 0;
}

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

.form-input-container {
	position: relative;
	display: inline-block;
}
.form-input-container-delete {
	position: absolute !important;
	display: block;
	top: 7px;
	right: 8px;
	width: 24px;
	height: 24px;
	background: #3c0a85;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
}
.form-input-container-delete i {
	color: #fff;
	font-size: 15px;
}




.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;
}



.button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 35px 6px 0;
	background-color: transparent;
    box-sizing: content-box;
    line-height: 1em !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #3c0a85 !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button:after {
	position: absolute;
	top: 3px;
	right: 0;
	content: '';
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #F9B004;
	background-image: url('../img/arrow-right--blue.svg');
	background-size: 18px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	color: #fff !important;
	transition: all 300ms ease;
}
.button--prev {
	padding: 6px 0 6px 35px;
}
.button--prev:after {
	left: 0;
	right: auto;
	background-image: url('../img/arrow-left.svg');
}
.text-white .button,
.button--white {
	color: #fff !important;
}
.text-white .button--lightPurple {
	color: #3c0a85 !important;
}
.text-white .button:after,
.button--white:after {
	background-size: 18px 16px;
	background-position: center center;
	background-repeat: no-repeat;
}
.button:hover:after {
	margin-right: -5px;
}


.button-fill {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 38px 10px 20px;
	background-color: #F9B004;
	background: linear-gradient(to right, #ce9102 50%, #F9B004 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
    box-sizing: content-box;
    line-height: 1em !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #3c0a85 !important;
	text-decoration: none !important;
	border-radius: 40px;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button-fill:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6px;
	content: '';
	width: 24px;
	height: 24px;
	line-height: 50px;
	text-align: center;
	background: #F9B004;
	background-image: url('../img/arrow-right--blue.svg');
	background-size: 20px 18px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	color: #fff !important;
	transition: all 300ms ease;
}

.button-fill:hover {
	background-position: left bottom;
}





.rounded-button {
	position: relative;
	outline: none;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 24px 84px 24px 30px;
	background-color: #fff;
	background: linear-gradient(to right, #f0f0f0 50%, #fff 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
    box-sizing: content-box;
    line-height: 1em !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #3c0a85 !important;
	text-decoration: none !important;
	border-radius: 40px;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.rounded-button:hover {
	background-position: left bottom;
}
.rounded-button:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	content: '';
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F9B004;
	background-image: url('../img/arrow-right.svg');
	background-size: 38px 34px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	color: #fff !important;
	transition: all 300ms ease;
}




.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.07);
}

.u-noStyling .button:after {
	display: none;
}

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

.u-invisible {
	visibility: hidden;
	width: 1px;
	height: 1px;
}

.font-weight-300 {
	font-weight: 300 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}

.font-size-small {
	font-size: 15px !important;
}
.font-size-smaller {
	font-size: 16px !important;
}
.font-size-huge {
	font-size: 30px !important;
}
.lineheight-small {
	line-height: 25px !important;
}
.lineheight-huge {
	line-height: 30px !important;
}

.letterspacing-negative {
	letter-spacing: -1.5px;
}


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

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


@media (min-width: 992px)
{
	.u-lg-vAlignMiddle {
	  position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
}

.u-text-semibold {
	font-weight: 500 !important;
}
.u-text-italic {
	font-style: italic !important;
}
.u-text-green {
	color: #D8D4E5 !important;
}
.u-text-grey {
	color: #111 !important;
	opacity: 0.5;
}
.u-text-dark {
	color: #393939 !important;
}
.u-text-yellow {
	color: #E1E646 !important;
}

.u-text-small {
	font-size: 16px !important;
}
.u-text-large {
	font-size: 26px !important;
	line-height: 32px !important;
}

.u-text-blue {
	color: #3c0a85 !important;
}
.u-text-purple {
	color: #3c0a85 !important;
}

.u-lineHeight-small {
	line-height: 1.3em;
}

.u-text-truncate--2 {
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}

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

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

.row--smGutter {
	margin-left: -9px;
	margin-right: -9px;
}
.row--smGutter > .col,
.row--smGutter > .col-12 {
	padding-left: 9px;
	padding-right: 9px;
}
.row--noGutter {
	margin-left: 0;
	margin-right: 0;
}
.row--noGutter > .col,
.row--noGutter > .col-12 {
	padding-left: 0;
	padding-right: 0;
}

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


.bg-blue {
	background: #3C277B !important;
}


.site-container {
	overflow: hidden;
}

.mobile-menu {
	position: absolute;
	top: 18px;
	right: 20px;
	background: #3c0a85;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	color: #fff !important;
	overflow: hidden;
}
.mobile-menu--inverted {
	background: #FFF;
	color: #3c0a85 !important;
}
.mobile-menu i {
	font-size: 18px;
	line-height: 32px;
}
.mobile-menu span {
	text-indent: -999px;
}


.header-wrapper {
	position: relative;
}
.header-placeholder {
	height: 80px;
}

.header {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
	text-align: center;
	background: #fff;
}
.header.is-absolute {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.header-logo {
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 20px 0 0 0;
	text-decoration: none !important;
	margin: 0 auto;
	box-sizing: content-box;
}
.header-logo > img {
	height: 40px;
}
.header.is-absolute .header-logo img {
}

.header-nav-close {
	display: none;
}
.header-nav-close.is-visible {
	display: block;
}

.header-nav {
	float: right;
}
.header-nav > ul {
	margin: 20px 0;
	padding: 0;
}
.header-nav > ul > li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.header-nav > ul > li.home {
	display: none;
}
.header-nav > ul > li > a {
	display: block;
	color: #3c0a85;
	font-size: 18px;
	font-weight: 500;
	padding: 0 16px;
	line-height: 40px;
}
.header-nav > ul > li.active > a {
	font-weight: 700;
}
.header-nav > ul > li > a:hover {
	text-decoration: underline;
}
.header-nav > ul > li > a .icon {
	width: 26px;
	height: 26px;
	background: #3c0a85;
	color: #fff !important;
	border-radius: 100%;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
}

.header--scrolling {
	box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}



.page-header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 330px;
	background: #152443;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-header--large {
	height: 590px;
}
.page-header > .wrapper {
	position: relative;
	z-index: 2;
}
.page-header-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-header-close {
	position: absolute;
	top: 50px;
	right: 0;
	display: block;
	color: #fff !important;
	font-size: 32px;
}
.page-header-text {
	width: auto;
	height: 100%;
	text-align: left;
	background: #c8e7f9;
	color: #3c0a85;
	padding: 0 30px 0 86px;
}
.page-header-image + .page-header-text {
	float: left;
	width: 50%;
}
.page-header-form {
	max-width: 480px;
}
.page-header-form input {
	border: none;
}
.page-header:not(.page-header--large) h1 {
	font-size: 44px !important;
}



.strength-container {
	
}
.strength-image {
	position: relative;
	height: 340px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 40px;
}
.strength-button {
	position: absolute;
	z-index: 3;
	display: block;
	background-color: #e99b28;
	color: #3c0a85 !important;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	left: -40px;
	bottom: -40px;
	text-align: center;
	transform: rotate(-8deg);
}
.strength-button span {
	display: block;
	padding: 0 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #3c0a85;
	margin: 10px 0;
}

.strength-button .button {
	transform: scale(0.8);
	color: #fff !important;
}
.strength-button .button:after {
	background: #3c0a85;
	background-image: url('../img/arrow-right.svg');
	background-size: 18px 16px;
	background-position: center center;
	background-repeat: no-repeat;
}



.partner-image-container {
	height: 70px;
}
.partner-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 60px !important;
}


.dropdown-list {
	position: absolute;
	top: auto;
	left: auto;
	margin-top: 6px;
	z-index: 30;
	background: #3c0a85;
	border-radius: 10px;
	min-width: 300px;
}
.dropdown-list-item {
	padding: 10px 18px;
	line-height: 32px;
	color: #fff;
	border-top: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
}
.dropdown-list-item:first-child {
	border-top: 0;
}
.dropdown-list-item input {
}
.dropdown-list-item label {
	cursor: pointer;
}




.breadcrumb-path {
	color: #3c0a85;
}
.breadcrumb-path a {
	color: #3c0a85 !important;
	font-weight: 400 !important;
}
.breadcrumb-path a.active {
	font-weight: 700 !important;
}



.badge {
    display: inline-block;
    background: #3c0a85;
    color: #fff !important;
    font-size: 14px;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 5px;
}
.badge-danger {
	background-color: #dc3545;
}
.badge-warning {
	background-color: #ffc107;
}



.index-video {
	width: 100%;
	height: 340px;
	border-radius: 40px;
}
.index-video--large {
	height: 400px;
}


.intro-modal {
	background: #3c0a85;
	min-height: 100vh;
}
.intro-modal-close {
	display: block;
	color: #fff !important;
	font-size: 32px;
}



.rounded-card {
	background: #e1daea;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	border-radius: 40px;
}
.rounded-card--interview {
	min-height: 345px;
}
.rounded-card--white {
	background: #fff;
	box-shadow: none;
}
.rounded-card-section {
	padding: 35px 40px;
}
.rounded-card-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0 40px 40px 0;
}
.rounded-card--interview .rounded-card-image {
	min-height: 345px;
}

.faq-slider {
}
.faq-slider-item {
	padding: 50px 60px 70px 60px;
}

.card-container {
	perspective: 1000px;
	display: block;
	width: 100%;
	height: 250px;
	cursor: pointer;
	font-weight: 300 !important;
	color: #3c0a85 !important;
}
.card-container-inner {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.6s;
}
.card-container-inner .card {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
.card-container.is-flipped .card-container-inner {
	transform: rotateY(180deg);
}
.card-container .card.back {
	transform: rotateY(180deg);
}



.widget-image {
	border-radius: 0 !important;
	width: 100%;
	max-width: 315px !important;
	height: auto;
	max-height: 330px !important;
	display: block;
}

.card-widget-inner {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.card-widget-inner--imageLeft {
	flex-direction: row;
}
.card-widget-inner--imageRight {
	flex-direction: row-reverse;
}
.card-widget-image {
	flex: 0 0 auto;
}
.card-widget-content {
	flex: 1 1 auto;
	min-width: 0;
}
@media (max-width: 1100px) {
	.card-widget-inner,
	.card-widget-inner--imageLeft,
	.card-widget-inner--imageRight {
		flex-direction: column;
	}
	.card-widget-image {
		width: 100%;
		text-align: center;
	}
	.card-widget-image .widget-image {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.card-widget-content {
		max-width: 315px;
		margin-left: auto;
		margin-right: auto;
	}
}


.card {
	border: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #DFF1FD;
	position: relative;
	text-decoration: none !important;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.card--withoutShadow {
	box-shadow: none;
}

.card--widget {
	margin-left: -70px;
	margin-right: -70px;
}

.card-bottomAlignedContent {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.card--bordered {
	border-radius: 20px;
}
.card--white {
	background: #fff;
}
.card--yellow {
	background: #F9B004;
}
.card--green {
	background: #D8D4E5;
	color: #fff;
}
.card--purple {
	background: #3c0a85;
	color: #fff;
}
.card--lightRed {
	background: #F7CCE0;
}
.card--lightPurple {
	background: #e1daea;
}
.card--blue {
	background: #3c0a85;
}
.card-image {
	width: auto;
	height: 200px;
	background-color: rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.card-image-label {
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 20px;
}
.card-image-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.card-image-overlay {
	position: absolute;
	content: "";
    display: inline-block;
    width: 44px;
    mix-blend-mode: multiply;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 4;
    opacity: 0;
    background: #3c0a85;
    transition: all .35s;
    transform: translateX(-50%);
}
.card-image:hover .card-image-overlay {
	width: auto;
	transform: translateX(0);
	left: 0;
	opacity: 0.6;
	right: 0;
}

.card-section {
	padding: 25px 40px;
	position: relative;
	line-height: 25px;
	z-index: 2;
}
.card-section--tiny {
	padding: 20px 20px;
}
.card-description {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 500;
}

.card-logo-placeholder {
	text-align: center;
	height: 70px;
}

.card-icon {
	height: 78px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.card-icon img {
	text-align: left;
	max-height: 78px !important;
}

.card-line {
	width: auto;
	height: 12px;
	background: #D8D4E5;
}

.card-arrow {
	position: absolute;
	bottom: 40px;
	right: 30px;
	content: '';
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #3c0a85;
	background-image: url('../img/arrow-right.svg');
	background-size: 15px 13px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	color: #fff !important;
	transition: all 300ms ease;
}
a.card[href]:hover .card-arrow {
	margin-right: -8px;
}



.page-card-scroller {
	position: absolute;
	left: -120px;
	top: 80px;
	width: 240px;
	z-index: 10;
}

.page-card-scroller ul {
	margin-left: 20px !important;
	margin-bottom: 0px !important;
}

.bar-container {
	height: 6px;
	border-radius: 10px;
	background: #e1daea;
	overflow: hidden;
}
.bar-fill {
	height: 6px;
	border-radius: 10px;
	background: #3c0a85;
	transition: width 150ms linear;
}



.interview-slider {
	margin-left: -20px;
	margin-right: -20px;

}
.interview-slider-item {
	margin-left: 20px;
	margin-right: 20px;
}
.interview-slider .slick-prev {
	left: -55px;
}
.interview-slider .slick-next {
	right: -55px;
}



.post {
	display: block;
	border: 0;
	border-radius: 0;
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	text-decoration: none !important;
}
.post--flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.post--1 h4 {
	color: #3c0a85 !important;
}
.post--2 h4 {
	color: #02AB8D !important;
}
.post--3 h4 {
	color: #F9B004 !important;
}
.post--withButton {
	padding-bottom: 48px;
}
.post-section {
	padding: 10px 30px 16px 30px;
}
.post-icon {
	max-width: 138px;
	max-height: 138px;
	margin-right: -45px;
	margin-bottom: -20px;
}
.post-button {
	display: block;
}
.post--1 .post-button {
	background: #3c0a85;
}
.post--2 .post-button {
	background: #02AB8D;
}
.post--3 .post-button {
	background: #F9B004;
}
a.post:hover .button:after {
	margin-right: -5px;
}
.post-button--withoutLink {
	background: #999 !important;
}
.post-button-text {
	line-height: 48px;
	padding: 0 30px;
}
.post-button .button {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 12px 55px 12px 30px !important;
}
.post-button .button:after {
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.post--1 .post-button .button:after {
	background-image: url('../img/arrow-right--purple.svg');
}
.post--2 .post-button .button:after {
	background-image: url('../img/arrow-right--green.svg');
}
.post--3 .post-button .button:after {
	background-image: url('../img/arrow-right--yellow.svg');
}






.text-container {
	padding: 75px 200px;
}
.text-container--smaller {
	padding: 60px 100px;
}

.page-icon {
	width: 120px;
}


.square-image {
	width: auto;
	min-height: 431px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.square-image > div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}




.image-card {
	display: block;
	position: relative;
	background: #777;
	height: 222px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 300ms ease;
	overflow: hidden;
}
.image-card--large {
	height: 311px;
}
.image-card-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.image-card:hover .image-card-image {
	transform: scale(1.07);
}
.image-card-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0,0,0,0.4) 100%);
}
.image-card-content {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 25px 20px !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	color: #fff;
}


.side-image-card {
	display: flex;
	align-items: center;
	position: relative;
	height: 87px;
	background: #D8D4E5;
	margin-bottom: 25px;
	text-decoration: none !important;
}
.side-image-card-image {
	width: 170px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	flex-shrink: 0;
}
.side-image-card-content {
	width: auto;
	flex-grow: 1;
	color: #fff;
	padding: 0 20px;
}




.image-slider {
	height: 293px;
}
.image-slider-item {
	display: block;
	height: 293px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}



.partner-slider {
	max-height: 170px;
	margin-bottom: 50px;
}
.partner-slider-container {
	
}
.partner-slider-item {
	width: 170px;
	height: 170px;
	margin: 10px auto;
	border-radius: 100%;
	display: block;
	background: #fff;
	border: 3px solid #e4e4e4;
	overflow: hidden;
	text-align: center;
}
.partner-slider-item-inner {
	
}
.partner-slider-item img {
	display: block;
	position: relative;
	max-width: 100%;
	max-height: 170px !important;
	margin-left: auto;
	margin-right: auto;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F9B004;
	border: 0;
	background-size: 38px 34px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	color: #fff !important;
	cursor: pointer;
	transition: all 150ms ease;
}
.slick-prev {
	left: -75px;
	background-image: url('../img/arrow-left.svg');
}
.slick-prev:not(.slick-disabled):hover {
	margin-left: -5px;
}
.slick-next {
	right: -75px;
	background-image: url('../img/arrow-right.svg');
}
.slick-next:not(.slick-disabled):hover {
	margin-left: 5px;
}
.slick-disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.partner-slider .slick-arrow {
	bottom: -70px;
}



.page-card {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
	display: flex;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}
.page-card--interviewSlider {
	height: 345px;
}
.page-card--interview {
	margin-left: 120px;
	margin-right: 120px;
	overflow: visible;
}
.page-card--withImage {
	
}
.page-card-content {
	padding: 25px 50px;
}
.page-card--interview > .page-card-content {
	padding: 40px 200px 100px 200px;
}
.page-card--withImage > .page-card-content {
	width: 50%;
}
.page-card-image {
	width: 50%;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-card--interviewSlider > .page-card-image {
	min-height: 345px;
}
.page-card-image--top {
	min-height: 300px;
	background-color: #e1daea;
	background-position: top center;
	background-size: contain;
}





.footer {
	background: #e1daea;
	padding: 52px 0 46px 0;
	font-size: 16px !important;
	line-height: 1.2em !important;
}
.footer a {
	font-size: 16px;
	line-height: 20px;
}
.footer-logo {
	max-width: 300px;
}

.footer-socials {
}
.footer-socials > div {
	display: inline-block;
}
.footer-socials > div a {
	color: #3c0a85 !important;
	font-weight: 400 !important;
	font-size: 36px;
	display: inline-block;
	margin-right: 14px;
}



.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: 800;
	font-size: 20px;
	color: #3c0a85;
	margin: 0px;
	padding: 6px 0;
	line-height: 1.2em;
}
.text-box h1,
.text-box h2 {
	font-size: 60px;
	word-break: break-word;
	line-height: 1em;
}
.text-box h3 {
	font-size: 55px;
	line-height: 1em;
}
.text-box h4 {
	font-size: 28px;
	line-height: 1em;
}
.text-box h3.smaller {
	font-size: 48px;
}
.text-box h4.larger {
	font-size: 36px;
}
.text-box h5 {
	font-size: 24px;
}
.text-box a {
	color: #E60041;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.text-box h1 a,
.text-box h2 a,
.text-box h3 a,
.text-box h4 a,
.text-box h5 a,
.text-box h6 a {
	font-weight: 800;
}
.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: 15px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

.text-box blockquote {
	margin: 20px 20px;
	padding: 10px 0;
	border-style: solid;
	border-color: #3c0a85;
	border-width: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	font-style: none;
	padding-left: 30px;
	padding-right: 8px;
	border-left-width: 5px;
}

.image-box img {
	border-radius: 40px;
}

.text-white-forced a,
.text-white-forced h1,
.text-white-forced h2,
.text-white-forced h3,
.text-white-forced h4,
.text-white-forced h5,
.text-white-forced h6 {
	color: #fff !important;
}
.text-white-forced a.rounded-button--white,
.text-white-forced a.rounded-button--lightPurple {
	color: #3c0a85 !important;
}

.text-white-forced hr {
	background: rgba(255,255,255,0.2)
}




@media (min-width: 700px) {
    .modal-dialog {
	    max-width: 634px;
	}
}

