body {
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 1em;
    line-height: 1.2em;
}

h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000;
    font-size: 3em;
    line-height: 1.2;
    font-weight: 800;
    text-align: left;
}

h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #eb008c;
    font-size: 2.4em;
    line-height: 1.3;
    font-weight: 600;
}

h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #555;
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 500;
}

h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000;
    font-size: 1.4em;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000;
    font-size: 1.1em;
    line-height: 20px;
    font-weight: 600;
}

p {
    margin-bottom: 30px;
    line-height: 1.8em;
}

a {
    color: #eb008c;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: #68033f;
}

.hero_section {
    height: 100vh;
}

.hero_slideshow {
    height: 100vh;
    background-color: #fff;
}

/*

.slide1 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 100%, 0.54), hsla(0, 0%, 100%, 0) 58%), url('../images/new_slide1.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}



.slide2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.34), hsla(0, 0%, 100%, 0)), url('../images/slide2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0)), url('../images/slide3-new.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
*/

.arrow {
    width: 2vw;
    color: #eb008c;
    font-size: 0.9vw;
}

.main_buttons_wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 7.9vh;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_buttons_wrapper.inner {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 20px;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main_button {
    width: auto;
    height: auto;
    margin-right: 25px;
    padding: 3vh 2vw;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 450ms ease;
    transition: -webkit-transform 450ms ease;
    transition: transform 450ms ease;
    transition: transform 450ms ease, -webkit-transform 450ms ease;
    transition: 0.2s;
    color: #eb008c;
    font-size: 1.1vw;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.main_button:hover {
    background-color: #000;
    box-shadow: none;
    color: #fff;
}

.main_button._2 {
    background-color: #eb008c;
    color: #fff;
    font-size: 1vw;
}

.main_button._2:hover {
    background-color: #000;
}

.main_button._3 {
    background-color: #ffc111;
    color: #000;
}

.main_button._3:hover {
    background-color: #000;
    color: #fff;
}

.main_button._4 {
    background-color: #003227;
    color: #fff;
}

.main_button._4:hover {
    background-color: #000;
    color: #fff;
}

.main_button.inner {
    margin-bottom: 5px;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15);
    font-size: 17px;
}

.slide_nav {
    display: none;
}

.navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.4);
}

.logo {
    position: absolute;
    left: 10%;
    top: 5%;
    display: none;
    width: 300px;
    margin-top: 14px;
    margin-left: 0%;
}

.navmenu {
    width: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
    text-align: center;
}

.welcome_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wrapper_div {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.wrapper_div.centers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper_div.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding-top: 76px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid rgba(51, 51, 51, 0.37);
}

.wrapper_div.partners {
    width: 75%;
}

.wrapper_div.partners2 {
    width: 75%;
    margin-top: 79px;
}

.welcome_text {
    margin-bottom: 90px;
    color: #6b6b6b;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
}

.logo_decor {
    margin-top: 73px;
    margin-right: auto;
    margin-left: auto;
}

.centers_section {
    padding-top: 0vh;
    padding-bottom: 15vh;
}

.center_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.center_icon {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.center_text {
    margin-bottom: 0px;
    color: #646464;
}

.counter_section {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #eb008c;
}

.counter_wrapper {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.chart-item-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px none hsla(0, 0%, 100%, 0.41);
    color: #0380b6;
    font-weight: 300;
    text-align: center;
}

._9-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._7-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

.number-left-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 80px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 2vw;
    font-weight: 900;
}

._8-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._5-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._3-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._9-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._8-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._1-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._0-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._2-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._0-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    z-index: 5;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._1-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._5-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    z-index: 5;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._3-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

.number-right-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 80px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 2vw;
    font-weight: 900;
}

.charts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px none rgba(177, 194, 219, 0.8);
    border-bottom: 1px none rgba(177, 194, 219, 0.8);
}

._7-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

.counter_label {
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.3vw;
    line-height: 1em;
    font-weight: 400;
    text-transform: none;
}

.counter_label.non_visible {
    color: hsla(0, 0%, 100%, 0);
}

.chart-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 170px;
    margin-bottom: 0px;
    background-image: none;
    color: #12108a;
}

.percent-chart {
    display: none;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
}

.percent-chart:hover {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

._4-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    z-index: 5;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._4-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

.numbers-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

._6-left {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._2-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

._6-right {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 800;
}

.partner_section {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.footer_section {
    padding-top: 0vh;
    padding-bottom: 10vh;
}

.footer_div {
    width: 45%;
}

.footer_text {
    font-size: 0.9em;
    text-align: left;
}

.soc_media_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc_media_btn {
    width: 40px;
    margin-left: 15px;
    -webkit-transition: opacity 475ms ease;
    transition: opacity 475ms ease;
}

.soc_media_btn:hover {
    opacity: 0.47;
}

.partners_headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #eb008c;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 500;
}

.partners_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners_div.center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partners_link {
    width: 19%;
    margin-left: 0px;
}

.partners_link._2 {
    width: 15%;
}

.dollar_sign {
    position: static;
    right: 22px;
    color: #fff;
    font-size: 2vw;
    font-weight: 500;
}

.k {
    position: static;
    left: 20px;
    margin-left: 0px;
    color: #fff;
    font-size: 2vw;
    font-weight: 500;
}

.number-center-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 80px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 2vw;
    line-height: 1.2em;
    font-weight: 800;
    text-align: center;
}

._0-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 5;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._1-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._2-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._3-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._4-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._5-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._6-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._7-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._8-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

._9-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    font-size: 3em;
    line-height: 1em;
}

.navlink_dropdown {
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
}

.dropdown_toggle {
    margin-top: -1px;
    padding-right: 20px;
    padding-left: 14px;
    font-size: 1em;
    letter-spacing: 0.5px;
}

.dropdown_toggle.w--open {
    color: #eb008c;
}

.dropdown_icon {
    margin-right: 5px;
    font-size: 0.7em;
}

.dropdown_list.w--open {
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
}

.dropdown-link {
    padding: 12px 14px;
    color: #eb008c;
    font-size: 0.9em;
}

.dropdown-link:hover {
    background-color: #000;
    color: #fff;
}

.navbar_scroll {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffcfc;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.navbar_scroll.inner {
    background-color: #fff;
}

.logo_scroll {
    width: 200px;
    z-index: 99999;
}

.logo_anim_wrapper {
    position: absolute;
    left: 0%;
    top: 16.4vh;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo_anim_image {
    width: 50vw;
}

.flower_wrapper {
    position: absolute;
    left: 7.2vw;
    top: 35vh;
    right: auto;
    bottom: auto;
    width: 15vw;
}

.flower_wrapper._2 {
    left: auto;
    top: 5vh;
    right: 15vw;
    bottom: auto;
    width: 8vw;
}

.disclaimertext {
    margin-top: 30px;
    color: #4d4d4d;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 700;
}

.cta_headline {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #eb008c;
    font-size: 1.4vw;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.elliot_logo {
    width: 80%;
}

.dollars_k_div {
    position: absolute;
    top: 41%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 105%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.italic-text {
    line-height: 1.8em;
}

.inner_page_section {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #eee;
}

.inner_page_wrapper {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.inner_page_wrapper.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner_page_wrapper.flex.left {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inner_main_headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid rgba(235, 0, 140, 0.44);
    color: #eb008c;
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}

.cta_section {
    padding-top: 0vh;
    padding-bottom: 0vh;
    background-color: transparent;
}

.cta_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 140px;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eb008c;
    color: #fff;
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.cta_button:hover {
    background-color: #000;
    color: #fff;
}

.special-hero-cont {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
    background-position: center center;
}

.cta_text_big {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1;
    padding: 0 10px;
}

.cta_icon {
    width: 50px;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.abmassador_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-right: 0px;
    margin-bottom: 76px;
    margin-left: 0px;
    padding: 32px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    background-color: hsla(0, 0%, 100%, 0.59);
}

.abmassador_div.margin {
    margin-right: 5%;
    margin-left: 0px;
}

.ambassador_img {
    width: 150px;
    height: 150px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 150px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15);
}

.ambassador_text_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.amb_name {
    margin-bottom: 15px;
    color: #000;
    font-size: 1.1em;
    font-weight: 800;
    text-transform: uppercase;
}

.ambassador_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 6px 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.23);
    background-color: #fff;
    color: #333;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

.ambassador_btn:hover {
    color: #eb008c;
}

.country_text {
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    color: #be0071;
    font-size: 1.1vw;
    font-weight: 500;
    text-transform: uppercase;
}

.amb_btn_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.amb_icon {
    width: 100%;
}

.amb_icon._2 {
    width: 80%;
}

.amb_subtext {
    margin-bottom: 15px;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 500;
}

html.w-mod-js *[data-ix="163k"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="101-voices"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="ambasssadors"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="resources"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="continents"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="navbar-zero"] {
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="flower-load"] {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="flower-load-2"] {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="logo-show"] {
    display: none;
    opacity: 0;
}

body.page-id-11152 h1 {
    display: none;
}

@media screen and (max-width: 991px) {
    .slide1 {
        background-position: 80% 50%;
    }

    .arrow {
        width: 3vw;
        font-size: 2vw;
    }

    .main_buttons_wrapper {
        left: auto;
    }

    .main_buttons_wrapper.inner {
        position: static;
        padding-top: 16px;
        padding-bottom: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main_button {
        width: 30vw;
        padding-top: 2vh;
        padding-bottom: 2vh;
        font-size: 2vw;
    }

    .main_button._2 {
        width: 30vw;
        font-size: 2vw;
    }

    .main_button._2.inner {
        width: auto;
    }

    .main_button._3 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .main_button._3.inner {
        width: auto;
    }

    .main_button.inner {
        width: auto;
        margin-bottom: 0px;
        padding-right: 5vw;
        padding-left: 5vw;
        font-size: 2vw;
    }

    .slide2 {
        background-position: 80% 35%;
    }

    .slide3 {
        background-position: 80% 50%;
    }

    .navbar {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .logo {
        left: 5%;
        margin-top: 10px;
    }

    .navmenu {
        width: 100%;
        background-color: #fff;
    }

    .wrapper_div {
        width: 85%;
    }

    .wrapper_div.centers {
        width: 85%;
    }

    .wrapper_div.footer {
        width: 85%;
    }

    .wrapper_div.partners {
        width: 85%;
    }

    .center_div {
        width: 23%;
    }

    .center_icon {
        margin-top: 18px;
    }

    .counter_wrapper {
        width: 90%;
    }

    .chart-item-2 {
        width: 45%;
        margin-bottom: 33px;
        padding-bottom: 30px;
        border-bottom: 1px none rgba(177, 194, 219, 0.8);
        border-left: 1px none hsla(0, 0%, 100%, 0.19);
        border-right-style: none;
    }

    .charts {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .counter_label {
        font-size: 1em;
        line-height: 1.2em;
    }

    .menu_btn {
        background-color: #eb008c;
        color: #fff;
    }

    .menu_btn:hover {
        background-color: #49012c;
    }

    .menu_btn.w--open {
        background-color: #302a2d;
    }

    .logo_anim_wrapper {
        top: 25.2vh;
    }

    .logo_anim_image {
        width: 90vw;
    }

    .inner_page_wrapper {
        width: 85%;
    }

    .inner_page_wrapper.flex.left {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .abmassador_div {
        width: 48%;
    }

    .abmassador_div.margin {
        margin-right: 0%;
    }

    .country_text {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.2em;
    }

    .main_buttons_wrapper {
        bottom: 20px;
    }

    .main_button {
        width: 30vw;
        margin-right: 5px;
        margin-left: 5px;
        padding: 2vh 1vw;
        font-size: 2vw;
    }

    .main_button._2 {
        width: 25vw;
        padding-top: 2vh;
        padding-bottom: 2vh;
        font-size: 2vw;
    }

    .main_button.inner {
        font-size: 2.4vw;
    }

    .logo {
        width: 200px;
        margin-top: 5px;
        padding-left: 0px;
    }

    .wrapper_div.centers {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrapper_div.footer {
        padding-top: 40px;
    }

    .welcome_text {
        font-size: 1.4em;
    }

    .centers_section {
        padding-bottom: 2vh;
    }

    .center_div {
        width: 45%;
        margin-bottom: 90px;
    }

    .center_icon {
        width: 120px;
    }

    .center_text {
        font-size: 0.9em;
    }

    .navbar_scroll {
        display: none;
    }

    .navbar_scroll.inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .logo_anim_wrapper {
        top: -7.8vh;
    }

    .logo_anim_image {
        width: 80vw;
    }

    .flower_wrapper {
        top: 16.8vh;
    }

    .flower_wrapper._2 {
        top: 11vh;
    }

    .inner_page_section {
        padding-top: 5vh;
    }

    .inner_page_wrapper.flex {
        width: 75%;
    }

    .inner_main_headline {
        font-size: 2em;
    }

    .cta_button {
        padding-bottom: 5vh;
    }

    .abmassador_div {
        width: 100%;
    }

    .country_text {
        font-size: 3vw;
    }
}

@media screen and (max-width: 479px) {
    .main_buttons_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main_button {
        width: 70vw;
        margin-top: 4px;
        margin-bottom: 4px;
        padding-top: 2vh;
        padding-bottom: 2vh;
        font-size: 4vw;
    }

    .main_button._2 {
        width: 70vw;
        padding-top: 2vh;
        padding-bottom: 2vh;
        font-size: 4vw;
    }

    .main_button.inner {
        margin-bottom: 9px;
        padding-right: 10vw;
        padding-left: 10vw;
        font-size: 4.2vw;
    }

    .welcome_section {
        padding-top: 7vh;
        padding-bottom: 7vh;
    }

    .wrapper_div.footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .chart-item-2 {
        width: 100%;
    }

    .footer_div {
        width: 100%;
    }

    .soc_media_wrapper {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .soc_media_btn {
        margin-right: 10px;
        margin-left: 0px;
    }

    .partners_div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .partners_link {
        width: 45%;
        margin-bottom: 10px;
    }

    .partners_link._2 {
        width: 40%;
    }

    .logo_anim_wrapper {
        top: 5vh;
    }

    .logo_anim_image {
        width: 100vw;
    }

    .flower_wrapper {
        top: 19.1vh;
    }

    .flower_wrapper._2 {
        top: 4.7vh;
    }

    .inner_page_wrapper.flex {
        width: 85%;
    }

    .inner_main_headline {
        font-size: 1.8em;
    }

    .cta_button {
        font-size: 1.2em;
    }

    .cta_text_big {
        font-size: 1.4em;
    }

    .country_text {
        font-size: 5vw;
    }
}

.body {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    line-height: 1.75em;
}

.inner_main_headline2 {
    margin-top: 0px;
    /* margin-bottom: 30px; */
    padding-bottom: 29px;
    /* border-bottom: 1px solid rgba(235, 0, 140, 0.44); */
    color: #eb008c;
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}

.inner_main_sub_headline {
    border-bottom: 1px solid rgba(235, 0, 140, 0.44);
}

.text-span {
    color: #eb008c;
}

.ambassador_img {
    width: 150px;
    height: 150px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 150px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15);
    -o-object-fit: cover;
    object-fit: cover;
}

.image {
    height: 50px;
    max-height: none;
    max-width: 100%;
    margin-bottom: 15px;
    width: auto;

}

.amb_icon {
    width: 100%;
}

.amb_icon._2 {
    width: 80%;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}

.country_text {
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    color: #be0071;
    font-size: 1.1vw;
    font-weight: 500;
    text-transform: uppercase;
}

.mab-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 6px 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    background-color: #ffc111;
    color: #333;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.mab-button:hover {
    background-color: #000;
    color: #fff;
}

.inner_page_section {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #eee;
}

.inner_page_section.jm {
    padding-top: 8%;
}

.amb_btn_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mab_text {
    margin-bottom: 10px;
}

.mab_name {
    margin-bottom: 5px;
    color: #000;
    font-size: 1.1em;
    font-weight: 800;
    text-transform: uppercase;
}

.ambassador_text_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.mab_title {
    margin-bottom: 10px;
    font-weight: 500;
}

.inner_page_wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.inner_page_wrapper.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 5vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advisor-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    margin-right: 0px;
    margin-bottom: 76px;
    margin-left: 0px;
    padding: 32px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    background-color: hsla(0, 0%, 100%, 0.59);
    -o-object-fit: cover;
    object-fit: cover;
}

.twitter-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1e9cf0;
    text-decoration: none;
}

.twitter-link:hover {
    opacity: 0.28;
}

.image-2 {
    width: 35px;
    margin-right: 10px;
}

.top-content, .bottom-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-content .image-2{
    margin-right: 0;
}

.page-template-director-board .inner_page_wrapper.flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 40px;
}

@media screen and (max-width: 991px) {
    .country_text {
        font-size: 2vw;
    }

    .inner_page_wrapper {
        width: 85%;
    }

    .advisor-div {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .inner_main_headline {
        font-size: 2em;
    }

    .country_text {
        font-size: 3vw;
    }

    .inner_page_section {
        padding-top: 90px;

    }

    .inner_page_wrapper.flex {
        width: 75%;
    }

    .advisor-div {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .inner_main_headline {
        font-size: 1.8em;
    }

    .country_text {
        font-size: 5vw;
    }

    .inner_page_wrapper.flex {
        width: 85%;
    }
}
