

::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: #393939;
	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-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: 18px;
	border-radius: 30px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--search {
	width: 220px;
}
.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: #E60041;
	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: #00AA8C !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: #00AA8C;
	background-image: url('../img/arrow-right.svg');
	background-size: 18px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	color: #fff !important;
	transition: all 300ms ease;
}
.button--red {
	color: #E60041 !important;
}
.button--red:after {
	background-color: #E60041;
}
.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:after,
.button--white:after {
	background: #FFF;
	background-image: url('../img/arrow-right--green.svg');
	background-size: 18px 16px;
	background-position: center center;
	background-repeat: no-repeat;
}
.button:hover:after {
	margin-right: -5px;
}



.rounded-button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 14px;
	background-color: #fff;
    box-sizing: content-box;
    line-height: 1em !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #E60041 !important;
	text-decoration: none !important;
	border-radius: 40px;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.rounded-button--red {
	background: #E60041;
	color: #fff !important;
}
.rounded-button--green {
	background: #00AA8C;
	color: #fff !important;
}
.rounded-button.is-active i.fas {
	transform: rotate(90deg);
}


.column-container {
	column-count: 2;
    column-gap: 150px;
}
.column-container h1,
.column-container h2,
.column-container h3,
.column-container h4,
.column-container h5,
.column-container h6,
.column-container p {
	break-inside: avoid;
}


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

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

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


.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: #00AA8C !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-red {
	color: #E60041 !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-lightRed {
	background: #fef0f7;
}
.bg-lightBlue {
	background: #dff1fd;
}
.bg-lightGreen {
	background: #e6f6f3;
}
.bg-green {
	background: #00AA8C;
}


.site-container {
	overflow: hidden;
}

.mobile-menu {
	position: absolute;
	top: 18px;
	right: 20px;
	background: #00AA8C;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	color: #fff !important;
	overflow: hidden;
}
.mobile-menu--inverted {
	background: #FFF;
	color: #E60041 !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: #dff1fd;
}
.header.is-absolute {
	position: absolute;
	background: #00AA8C;
}
.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.is-absolute .header-logo img {
	filter: brightness(0) invert(1);
}

.header-slogan {
	color: #393939;
	font-size: 16px;
}
.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: #E60041;
	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: #E60041;
	color: #dff1fd !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);
}


.index-page-header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 540px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index-page-header-container {
	background: #00AA8C;
}
.index-page-header-title {
	font-size: 50px !important;
}

.page-header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}
.page-header-image {
	float: left;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-header-text {
	width: auto;
	height: 100%;
	text-align: left;
	background: #00AA8C;
	padding: 0 30px 0 86px;
}
.page-header-image + .page-header-text {
	float: left;
	width: 50%;
}
.page-header--news h1,
.page-header--interview h1,
.page-header--project h1,
.page-header--news h2,
.page-header--interview h2,
.page-header--project h2 {
	font-size: 40px !important;
}



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



.progress-slider {
	position: relative;
	width: auto;
	height: 52px;
	margin-top: 10px;
	overflow: hidden;
}
.progress-slider:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 33px;
	height: 4px;
	background: #fff;
}
.progress-slider-start {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	top: 27px;
	width: 16px;
	height: 16px;
	background: #00AA8C;
	border-radius: 100%;
}
.progress-slider-end {
	content: '';
	position: absolute;
	z-index: 2;
	right: 0;
	top: 27px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
}
.progress-slider-current {
	content: '';
	position: absolute;
	z-index: 4;
	left: 0;
	top: 20px;
	width: 30px;
	height: 30px;
	background: #00AA8C;
	border-radius: 100%;
}
.progress-slider-current:before {
	content: '';
	position: absolute;
	z-index: 4;
	width: 1000px;
	right: 30px;
	top: 13px;
	height: 4px;
	background: #00AA8C;
}
.progress-slider-current--active:after {
	content: 'nu';
	position: absolute;
	z-index: 5;
	width: 30px;
	text-align: center;
	left: 0;
	top: -30px;
	font-size: 16px;
	font-weight: 700;
	
}
.progress-slider-current img {
	width: 30px;
	height: 30px;
	vertical-align: top;
}



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


.badge {
	display: inline-block;
	background: #00AA8C;
	color: #fff !important;
	font-size: 14px;
	line-height: 1em;
	padding: 5px 8px;
	border-radius: 5px;
}


.card {
	border: 0;
	border-radius: 0;
	display: flex;
	width: 100%;
	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--white {
	background: #fff;
}
.card--green {
	background: #00AA8C;
	color: #fff;
}
.card--red {
	background: #E60041;
	color: #fff;
}
.card--lightRed {
	background: #F7CCE0;
}
.card-image {
	position: relative;
	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;
}
.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: #00AA8C;
    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-image-label {
	position: absolute;
	z-index: 5;
	left: 20px;
	bottom: 20px;
}
.card-image-icon {
	position: absolute;
	width: 85px !important;
	height: 85px !important;
	right: 20px;
	top: -48px;
	z-index: 10;
}

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

.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: #00AA8C;
}

.card-arrow {
	position: absolute;
	bottom: 40px;
	right: 30px;
	content: '';
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #E60041;
	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;
}





.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--withButton {
	padding-bottom: 48px;
}
.post-section {
	padding: 10px 30px 16px 30px;
}
.post-icon {
	max-width: 120px;
	max-height: 120px;
	margin-right: -45px;
	margin-bottom: -20px;
}
.post-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 48px;
	background: #666;
}
.post--1 .post-button {
	background: #812081;
}
.post--2 .post-button {
	background: #e1e546;
}
.post--3 .post-button {
	background: #E60041;
}
a.post:hover .button:after {
	margin-right: -5px;
}
.post-button-text {
	line-height: 48px;
	padding: 0 30px;
}
.post-button .button {
	margin: 0 !important;
	line-height: 48px !important;
	padding: 0 36px 0 30px !important;
}
.post-button .button:after {
	top: 11px;
}
.post--1 .post-button .button:after {
	background-image: url('../img/arrow-right--purple.svg');
}
.post--2 .post-button .button {
	color: #00AA8C !important;
}
.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--red.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-color: rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.square-image--small {
	min-height: 360px;
}
.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: #00AA8C;
	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;
}

.image-slider .slick-arrow {
	bottom: -40px;
}
.image-slider .slick-prev {
	left: 10px;
}
.image-slider .slick-next {
	left: 48px;
}



.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;
	bottom: -60px;
	left: 0;
	content: '';
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #00AA8C;
	border: 0;
	background-size: 18px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	color: #fff !important;
	cursor: pointer;
	transition: all 150ms ease;
}
.slick-prev {
	left: 0;
	background-image: url('../img/arrow-left.svg');
}
.slick-prev:not(.slick-disabled):hover {
	margin-left: -5px;
}
.slick-next {
	left: 38px;
	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;
}




.faq-category.is-active {
	text-decoration: underline;
}
.faq-item {
	
}
.faq-item a {
	display: block;
	border-bottom: 1px solid #E60041;
	padding: 6px 0;
}
.faq-item a span {
	float: right;
	padding-right: 20px;
}
.faq-item a .expand {
}
.faq-item a .collapse {
	display: none;
}
.faq-item a.is-active .expand {
	display: none;
}
.faq-item a.is-active .collapse {
	display: block;
	margin-right: 2px;
}



.footer {
	background: rgba(200, 232, 249, 0.6);
	color: #00AA8C !important;
	padding: 52px 0 46px 0;
	font-size: 16px !important;
	line-height: 1.2em !important;
}
.footer a {
	font-size: 16px;
	line-height: 20px;
}
.footer-logo {
	width: 180px;
}

.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: 24px;
	color: #00AA8C;
	margin: 0px;
	padding: 6px 0;
	line-height: 1em;
}
.text-box h1,
.text-box h2 {
	font-size: 60px;
	word-break: break-word;
}
.text-box h1.news-title {
	font-size: 48px;
}
.text-box h3 {
	font-size: 55px;
}
.text-box h4 {
	font-size: 28px;
}
.text-box h4.larger {
	font-size: 36px;
}
.text-box h5 {
	font-size: 24px;
	color: #00AA8C;
}
.text-box a {
	color: #00AA8C;
	font-weight: 700;
	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: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

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

.text-dark-container a,
.text-dark-container h1,
.text-dark-container h2,
.text-dark-container h3,
.text-dark-container h4,
.text-dark-container h5,
.text-dark-container h6 {
	color: #393939 !important;
}





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


.modal .button:after {
	display: none;
}


