: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{
	}

body{
	font-size: 1.6rem;
	font-family: 'Plantin';
	font-weight: 400;
	overflow-x: hidden;
	position:relative; background:#fbfaf9;
	color:#636569; letter-spacing: -.5px;
}

body::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  background-image: url(../images/images-index_bg.jpg);
    background-repeat: repeat-y; background-attachment: fixed;
    background-size: 100% auto;
    opacity: 1;
    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{
	font-weight: normal; font-family: 'Plantin-italic';
}


h1,h2,h3,h4,h5,h6{
	font-weight: normal; 
}

h1{
	font-size: 4.2rem;
	line-height: 5rem;
	margin-bottom: 3.5rem;
}
h1.mar_home{ margin-bottom:10rem;}
h2{
	font-size:40px;
	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: 1640px; width:90%;
	padding: 0 1.5rem;
	margin: 0 auto;
	width: 90%;
}
.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;
}


.first_area{ width:100%; float:left; margin:50px 0 0; }
.first_area h1{ font-size:65px; }
.mission_area{ width:100%; float:left; background:#fff; padding:60px 60px 30px; margin:0 0 30px;}
.mission_area .txt_top{width:100%; float:left;  display:flex; flex-flow:row; align-items:stretch; justify-content:space-between; margin: 0 0 50px;}
.mission_area .txt_top h2{ font-size:40px; }
.mission_area .txt_top p{  max-width:70%; font-size:28px; line-height:34px; padding-right: 0%;}
.map_area{width:100%; float:left;  display:flex; flex-flow:row; align-items:stretch; justify-content:space-between;}
.map_area .left_side{flex:0 0 48%; position:relative; border-top: solid 2px  #c4c5c7; padding: 25px 0 0;}
.map_area .left_side h2{ margin:45px 0 0px; }
.map_area .left_side .image { margin: 80px 0 0; padding:0 50px; width:100%; float:left; }
.map_area .right_side{flex:0 0 48%;  border-top: solid 2px  #c4c5c7;  padding: 25px 0 0;}
.map_area .right_side h2{ margin:0; font-size:40px; }
.map_area .right_side h3{ letter-spacing:0px; margin:0 0 80px; font-size:27px; }
.director_msg{ width:100%; float:left; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 36%, rgba(245,244,242,1) 100%);
 padding:60px; margin:0 0 30px; display:flex; flex-flow:row; align-items:stretch; justify-content:space-between;}
.director_msg .msg_dtls{ flex:0 0 70%; display:flex; flex-flow:wrap; align-content:space-between; }
.director_msg label{ width:100%; float:left; margin:0 0 25px 0;font-size:28px; letter-spacing:2px; }
.director_msg .msg_dtls p, p{ font-size:27px; line-height:34px; }
.director_msg figure{ margin:0; text-align:center; max-width:40%; display:flex; justify-content:center; align-items:end; }
.director_msg figure img{ max-width:100%; display:block; }
.cta_area{ width:100%; float:left; }
.cta_area a{ font-size:14px; display:flex; flex-flow:row; text-transform:uppercase; }
.cta_area a img{ margin-left:35px; transition:ease-in .3s; }
.cta_area a:hover{ font-weight:700; }
.cta_area a:hover img{ margin-left:70px; }
.md_txt{ margin-top:70px; }
.governance_review{width:100%; float:left; display:flex; flex-flow:row; align-items:stretch; justify-content:space-between; margin: 0 0 200px}
.governance_review h3{ font-size:32px; line-height:34px; }
.governance_review .main_box{ flex:0 0 49%; background:#fff; padding:60px 50px;display:flex; flex-flow:wrap; align-content:space-between; }
.governance_review .main_box 	.inner-row{ width:100%; }
.no_padd{ padding:0 30px; background: linear-gradient(90deg, rgba(245,244,242,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
 }
 .governance_review .px-15{ display:flex; flex-flow:wrap; justify-content:center; }
  .governance_review .px-15 .cta_area{ display:flex; flex-flow:wrap; justify-content:center; margin:40px 0 0; }
.no_padd figure{ flex:0 0 50%; max-width:50%; }
.no_padd .msg_dtls{ padding:60px 30px 0 0; flex:0 0 50%; }
.no_padd .bot_txt_area{ padding-bottom:60px; }
.mar_bot{ margin-bottom:100px; }
.foot_txt{ width:100%; float:left; margin:20px 0 0; }
.foot_txt p{ font-size:14px !important; line-height:18px !important; margin:0 0 15px; font-style:italic; }

.director_msg_inner{ width:100%; float:left; background:#fff;
 padding:60px; margin:0 0 80px;}
 .director_msg_inner .message_img{ width:100%; float:left; display:flex; flex-flow:row; align-items:stretch; justify-content:space-between; border:solid 1px #b1b0ab; border-width:1px 0; padding:25px 0; margin:0 0 30px;  }
 .director_msg_inner .message_img .msg_dtls{ flex:0 0 70%; display:flex; flex-flow:wrap; align-content:center; margin:0; }
  .director_msg_inner .message_img .msg_dtls .md_txt{ margin-top:0 }
.director_msg_inner label{ width:100%; float:left; margin:0 0 25px 0;font-size:28px; letter-spacing:2px; }
.director_msg_inner .msg_dtls p{ font-size:34px; line-height:42px; }
 .director_msg_inner .message_img figure{ margin:0; text-align:center; max-width:50%; display:flex; justify-content:center; align-items:end; flex:0 0 25%; max-width:25%; }
 .director_msg_inner .message_img figure img{ max-width:100%; display:block; }
.letter_area{width:100%; float:left; display:flex; flex-flow:row; align-items:stretch; justify-content:space-between;  margin:0 0 30px;}
.letter_area .left_area{ flex:0 0 25%; max-width:25%; }
.letter_area .right_area{ flex:0 0 70%; max-width:70%; }
.letter_area .right_area p{ font-family:'Arial'; margin:0 0 40px; font-size:20px !important; line-height:32px !important; }
.high_txt{ padding:50px 0; border:solid 1px #000; border-width:1px 0; font-size:22px; line-height:34px; letter-spacing:1px;  }
.flex_box{ display:flex; flex-flow: row wrap; align-content: space-evenly; position: relative;}
.mrgn_bot{ margin-bottom:200px; }
.inner_cta{ width:100%; float:left; border-top:solid 1px #000; padding-top:25px; }
.inner_cta .cta_area a img, .top_cta .cta_area a img{ margin-left:0; margin-right:25px; transform:rotate(180deg); }

.top_cta{ width:auto; position:absolute; top:25px; left:0; }

.bordr_top{ border-top:solid 1px #000; padding-top:25px; w }


section{ width:100%; float:left; }

@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/fonts-plantin-italic.eot');
	src: url('../fonts/fonts-plantin-italicd41d.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/fonts-plantin-italic.woff2') format('woff2'), url('../fonts/fonts-plantin-italic.woff') format('woff'), 
	     url('../fonts/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/fonts-plantin.eot');
	src: url('../fonts/fonts-plantind41d.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/fonts-plantin.woff2') format('woff2'), 
	url('../fonts/fonts-plantin.woff') format('woff'), 
	url('../fonts/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/fonts-plantin-bolditalic.eot');
	src: url('../fonts/fonts-plantin-bolditalicd41d.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/fonts-plantin-bolditalic.woff2') format('woff2'), 
	url('../fonts/fonts-plantin-bolditalic.woff') format('woff'), 
	url('../fonts/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/fonts-prelo-book.eot');
	src: url('../fonts/fonts-prelo-bookd41d.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/fonts-prelo-book.woff2') format('woff2'), 
	url('../fonts/fonts-prelo-book.woff') format('woff'), 
	url('../fonts/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;
}
.foot_txt li:first-child::before {
    background: #646569;
}
.foot_txt li::before {
    content: '';
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    margin-right: 1.5rem;
    display: inline-block;
    background: red;
    vertical-align: middle;
}
.foot_txt li + li::before {
    background: #67b2e8;
}
.foot_txt li {
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 0 0 5px;
    font-style: italic;
}
.foot_txt ul {
    margin: 0 0 15px;
}

section.first_area.home h1.mar_home {
    margin-bottom: 20rem;
}