:root {
	--black: #231f1f;
	--dark: #636569;
	--blue: #67b2e8;
}
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	overflow-x: hidden;
}


.menu-active{
	overflow: hidden;
}

body{
	font-size: 1.6rem;
	font-family: 'Plantin';
	font-weight: 400;
	overflow-x: hidden;
	position:relative;
	color:#636569;
}

body::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/index_bg.jpg);
    background-repeat: repeat-y;
    background-size: 19% auto;
    opacity: 0.7;
    pointer-events: none;
}

.app{position:relative;}

a:hover{
	color: inherit;
}

a,button{
	color: inherit;
	transition: 0.35s;
	outline: none!important;
	cursor: pointer;
	text-decoration: none!important;
}

li{
	list-style: none;
}

input,select,button,select,textarea{
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

img{
	max-width: 100%;
	object-fit: cover;
}


h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

h1{
	font-size: 4.2rem;
	line-height: 5rem;
	margin-bottom: 3.5rem;
}

h2{
	font-size: 3.2rem;
	line-height: 4.3rem;
	margin-bottom: 2.5rem;
	font-weight: normal;
}

h2.smaller{
	font-size: 3.2rem;
	line-height: 4.2rem;
}

h3{
	font-size: 2.2rem;
	line-height: 3rem;
	margin-bottom:1rem;
}

h4{
	font-size: 1.5rem;
	letter-spacing: 0.25px;
	line-height: 2.rem;
	/*font-family: var(--mont-font);*/
	margin-bottom: 1rem;
	letter-spacing: 1.5px;
}


p{
	color: #636569;
	line-height: 2.8rem;
	letter-spacing: 0.2px;
}

.container{
	max-width: 83rem;
	padding: 0 1.5rem;
	margin: 0 auto;
	width: 100%;
}
.semi-container{
	max-width: 92rem;
	margin: 0 auto!important;
	width: 100%;
}

.dashed::after {
    content: '';
    width: 10rem;
    background: #231f1f;
    display: block;
    height: 0.1rem;
    margin: 3.5rem auto 4rem;
}




@media (max-width: 767px){
	.desktop-only{display: none!important;}
}

@media (min-width: 768px){
	.mobile-only{display: none!important;}
}

svg{
	max-width: 100%;
}

.intro-text{
	max-width: 50rem;
	margin: 0 auto 4rem;
}

.intro-text.small {
    max-width: 45.5rem;
}

.intro-text p{
	letter-spacing: 0.2px;
	line-height: 2.6rem;
}

.space{
	padding: 5.5rem 0;
}

.space:not(.fill) + .space:not(.fill){
	padding-top: 0;
}

.mx-54{
	max-width: 54rem;
}

.mx-50{
	max-width: 50rem;
}
.mx-82{
	max-width: 82rem;
}

.rel{
	position: relative;
}


.d-flex{
	flex-wrap: wrap;
	display: flex;
}

.stroke-left{
	border-left: 0.1rem solid #ababab;
}
.stroke-x{
	border-left: 0.1rem solid #ababab;
	border-right: 0.1rem solid #ababab;
}


.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top: 0!important;}

@font-face {
	font-family: 'Plantin-italic';
	src: url('../fonts/plantin-italic.eot');
	src: url('../fonts/plantin-italicd41d.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/plantin-italic.woff2') format('woff2'), url('../fonts/plantin-italic.woff') format('woff'), 
	     url('../fonts/plantin-italic.ttf') format('truetype'), 
	     url('../fonts/plantin-italic.svg#Plantin-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Plantin';
	src: url('../fonts/plantin.eot');
	src: url('../fonts/plantind41d.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/plantin.woff2') format('woff2'), 
	url('../fonts/plantin.woff') format('woff'), 
	url('../fonts/plantin.ttf') format('truetype'), 
	url('../fonts/plantin.svg#Plantin') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Plantin-bold-italic';
	src: url('../fonts/plantin-bolditalic.eot');
	src: url('../fonts/plantin-bolditalicd41d.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/plantin-bolditalic.woff2') format('woff2'), 
	url('../fonts/plantin-bolditalic.woff') format('woff'), 
	url('../fonts/plantin-bolditalic.ttf') format('truetype'), 
	url('../fonts/plantin-bolditalic.svg#Plantin-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Prelo-Book';
	src: url('../fonts/prelo-book.eot');
	src: url('../fonts/prelo-bookd41d.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/prelo-book.woff2') format('woff2'), 
	url('../fonts/prelo-book.woff') format('woff'), 
	url('../fonts/prelo-book.ttf') format('truetype'), 
	url('../fonts/prelo-book.svg#Prelo-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.cta{
	margin-top: 4rem;
}
.cta a{
	background-image: none;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 6rem;
	font-size: 1.4rem;
	border:none;
	letter-spacing: 2px;
	display: block;
	background-color: #ffffff;
    color: #636569;
    box-shadow: none;
	padding:1.5rem 3rem;
}
.cta a.dark{
	background: #afa9a1;
	color: #fff;
}

/*.cta a::before {
	content:'';
	border-radius:100rem;
	width:0;
	height: 0;
	position:absolute;
	right:0;
	bottom:0;
	background:#636569;
	pointer-events: none;
	transform: scale(1);
	transition: 0.4s;
}*/
/*
.cta a:hover::before{
	width:100%;
	transform: scale(2);
	transition: 0.5s;
	border-radius: 50%;
	height:100%;
}
*/
.cta a:hover span{
	color: #fff;
}
.vc_btn3 span{
	position: relative;
	transition: 0.4s;
	z-index: 2;
}


.reg-desc p{
	font-family: 'Arial';
	line-height: 2.7rem;
	margin-bottom: 2.4rem;
	word-wrap: break-word;
	font-size: 1.7rem;
}

.anychart-credits{display: none;}

.backbtn span{width: 4.2rem;height: 4.2rem;transition:0.3s;border-radius: 50%;box-shadow:0 0 8px rgba(146,146,146,0.68);display: inline-flex;margin-right: 1.3rem;align-items: center;justify-content: center;vertical-align: middle;}
.backbtn a{letter-spacing: 2px;opacity: 1;}
/*.backbtn a:hover span{transform: rotate(360deg);}*/
.backbtn a:hover{opacity: 0.7;}

em, i, .reg-desc blockquote,.reg-desc blockquote *{ font-family: 'Plantin-italic'; }
/* 
@keyframes btnFade {
	0% {width: 400px;height: 400px;margin-left: -200px;margin-top: -200px;background-color: rgba(20, 180, 87,0.8);}
	100% {width: 0px;height: 0px;margin-left: 0px;margin-top: 0px;background-color: rgba(129, 80, 108,0.6);}
} */

.reg-desc i p {
    font-size: 2.4rem;
    line-height: 3.7rem;
}

em, i, .reg-desc i, .reg-desc i * {
    font-family: 'Plantin-italic';
}
/*CTA HOVER */

/*
.button_container{
    width: 176px;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 40px;
}*/

.button_su{
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-shadow: 0px 7px 19px rgba(146,146,146,0.28)!important;
  border-radius: 6rem;
  /*border-radius: 3px;*/
  /*margin-bottom: 30px;*/
}

.su_button_circle{
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  z-index: 1;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_su_inner{
/*    display: inline-block;
    background: #F8B627;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: 132px;
    text-align: center;
    border-radius: 3px;*/
    transition: 400ms;
/*    text-decoration: none;
    padding: 22px;
    z-index: 100000;*/
}

.button_text_container{
   position:relative;
   z-index: 10000;
}

.explode-circle {
   animation: explode 0.8s forwards;

}

.desplode-circle{
   animation: desplode 0.8s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(99, 101, 105,0.8);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #636569;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #636569;
    background-color: rgba(99, 101, 105,0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #636569;
  }
}


.bg-light{
	background-color:rgba(187,179,173,0.15);
}


.text-center{
	text-align: center;
}

.grid-6{
	width: 50%;
}
.grid-4{
	width: 33.33%;
}

.grid-8{
	width: 66.66%;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}
.align-center{
	align-items: center;
}
.p-32{
	padding: 17.5px 32.5px;
}
.p17 >div{
	padding: 17.5px;
}

.mb-35{
	margin-bottom: 3.5rem;
}
.mb-20{
	margin-bottom: 2rem;
}
.pb-35{
	padding-bottom: 3.5rem;
}
.rel{
	position: relative;
}

.mx-row{
	margin-left: -15px;
	margin-right: -15px;
}

.px-15{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.pt-0{
	padding-top: 0!important;
}
.pb-4{
	padding-bottom: 4rem;
}