.homepage-one {
    height: calc(100vh - 87px);
    background-size: cover;
    background-position: center center;
}

.homepage-one .col-12 {
    padding: 0;
}

.homepage-one .row {
    margin: 0 !important;
    width: 100%;
}

.homepage-one .description-zone {
    background-color: #29333C;
    min-height: 151.24px;
    color: #29333C;
    font-size: 34px;
    line-height: 42.81px;
    padding: 53px 65px 48px 0;
}

.homepage-one .description-zone h1 {
    color: #29333C;
    font-size: 27px;
    line-height: 42.81px;
}
.article-one .custom-container ul, .article-one .custom-container ol {margin-bottom:35px!important;}
.article-one .custom-container p {
    margin:0!important;
    padding-bottom:30px!important;}
.article-one .custom-container p, .article-one .custom-container ul, .article-one .custom-container ol {
    font-family: "gor-re" !important;
    line-height:1.5!important;
    font-size:1rem!important;
}
.article-one .custom-container ol {
    padding-inline-start: 20px!important;
}
.article-one .custom-container ul li:not(:last-child), .article-one .custom-container ol li:not(:last-child){
    padding-bottom:10px!important;
}
.article-one .custom-container ul li, .article-one .custom-container ol li{
    white-space: normal!important;
}
.article-one .custom-container ul p, .article-one .custom-container ol p{
    padding-bottom:0px!important;
}
.article-one .custom-container h3, .article-one .custom-container h4 {
    margin-top:30px!important;
    padding-bottom: 30px!important;    
    font-family: "gor-me", Arial!important;
    font-weight: 500!important;
    font-size: 21px!important;
    line-height: 24px!important;
}
.article-one .custom-container h1, .article-one .custom-container h2 {
    padding-bottom: 37.58px!important; line-height: 1.2!important;
    font-family: "ch-ro", sans-serif!important;
}
@media screen and (max-width: 768px) {
    .homepage-one .description-zone {
        font-size: 29px;
        padding: 30px 20px;
        min-height: auto;
    }
}

@media screen and (max-width: 500px) {
    .homepage-one .description-zone h1 {
        font-size: 29px;
    }
}

.homepage-one img {
    display: none;
}

@media screen and (max-width: 450px) {
    .homepage-one {
        min-height: calc(100vh - 87px);
        height: auto;
    }

    .homepage-one img {
        display: block !important;
    }
}

.homepage-one .description-zone.show-title {
    color: #fff;
}

.homepage-one .description-zone.show-title h1 {
    color: #fff;
}

.homepage-two {
    padding-top: 100px;
    padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .homepage-two {
        padding: 20px 0;
    }
}

.homepage-two h2 {
    font-family: "ch-ro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    line-height: 38px;
    color: #29333C;
}

.homepage-two .articles .article {
    padding-top: 36px;
}

.homepage-two .articles .article .image {
    background-size: cover;
    background-position: center center;
    height: 261px;
}

.homepage-two .articles .article .title {
    font-family: "gor-me", Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    position: relative;
    padding-top: 44px;
    text-decoration: none;
    color: #29333C;
    transition: 0.3s;
}

.homepage-two .articles .article .description {
    padding-top: 32px;
    font-family: "gor-re", Arial;
    font-size: 16px;
    line-height: 28px;
    color: #29333C;
}

@media screen and (max-width: 768px) {
    .homepage-two .articles .article .description {
        padding-left: 0;
    }
}

.homepage-two .articles .article .separator-title {
    height: 23.51px;
    width: 100%;
    display: block;
    border-right: 1px solid #C1B6AB;
    border-bottom: 1px solid #C1B6AB;
}

.homepage-two .articles .article:hover .title {
    color: #C1B6AB;
}

.homepage-two .view-more {
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    .homepage-two .view-more {
        padding-top: 20px;
    }
}

.homepage-two .view-more a {
    color: #C1B6AB;
    line-height: 15px;
    font-size: 13px;
    letter-spacing: 0.3em;
    font-family: "gor-re", Arial;
    text-transform: uppercase;
}

.homepage-three .left {
    background-color: #29333C;
    padding-left: 100px;
    height: 769px;
    padding-right: 0;
}

@media screen and (max-width: 1100px) {
    .homepage-three .left {
        padding-left: 50px;
    }
}

@media screen and (max-width: 768px) {
    .homepage-three .left {
        padding: 56.62px 35px 96px 35px;
        height: auto;
    }
}

.homepage-three .left h2 {
    font-family: "ch-ro", sans-serif;
    font-size: 33px;
    line-height: 38px;
    color: #fff;
    padding-bottom: 9.4px;
}

@media screen and (max-width: 768px) {
    .homepage-three .left h2 {
        font-size: 25px;
        line-height: 29px;
    }
}

.homepage-three .left h3 {
    font-family: "gor-re", Arial;
    line-height: 15px;
    letter-spacing: 0.23em;
    font-size: 13px;
    color: #C1B6AB;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .homepage-three .left h3 {
        font-size: 13px;
        line-height: 15px;
        padding-bottom: 38px;
    }
}

.homepage-three .left p {
    font-family: "gor-re", Arial;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-right: 198.81px;
}

@media screen and (max-width: 1100px) {
    .homepage-three .left p {
        padding-right: 65px;
    }
}

@media screen and (max-width: 768px) {
    .homepage-three .left p {
        padding: 0;
        font-size: 14px;
        line-height: 26px;
    }
}

.homepage-three .left .view-more {
    padding-top: 60px;
    display: block;
}

.homepage-three .left .view-more a {
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #C1B6AB;
    line-height: 15px;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .homepage-three .left {
        order: 2;
    }
}

.homepage-three .right {
    padding: 0;
    overflow: hidden;
    height: 769px;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .homepage-three .right {
        order: 1;
    }
}

.homepage-three .right img {
    display: none;
}

@media screen and (max-width: 450px) {
    .homepage-three .right {
        height: auto;
        background: #2a363b !important;
        margin-top: -2px;
    }

    .homepage-three .right img {
        display: block;
    }
}

.homepage-four {
    padding: 130px 0 316.38px 0;
}

.homepage-four h2 {
    font-size: 33px;
    line-height: 38px;
    color: #29333C;
    font-family: "ch-ro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-bottom: 34px;
}

@media screen and (max-width: 768px) {
    .homepage-four h2 {
        color: #fff;
    }
}

.homepage-four .awards {
    margin: 0 -15px;
}

.homepage-four .awards .awards-slider .award,
.homepage-four .awards .row .award {
    padding-left: 0;
    padding-right: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
    .homepage-four .awards .awards-slider .award,
    .homepage-four .awards .row .award {
        border-width: 10px;
        margin-bottom: 20px;
    }
}

.homepage-four .awards .awards-slider .award .content,
.homepage-four .awards .row .award .content {
    border: 1px solid #C1B6AB;
    position: relative;
    padding: 124.7px 51.91px 68px 35px;
}

@media screen and (max-width: 768px) {
    .homepage-four .awards .awards-slider .award .content,
    .homepage-four .awards .row .award .content {
        border-color: #fff;
    }
}

.homepage-four .awards .awards-slider .award .content img,
.homepage-four .awards .row .award .content img {
    position: absolute;
    right: 0;
    top: 15px;
}

.homepage-four .awards .awards-slider .award .content h3,
.homepage-four .awards .row .award .content h3 {
    max-width: 178px;
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #C1B6AB;
    padding-bottom: 35.05px;
}

@media screen and (max-width: 768px) {
    .homepage-four .awards .awards-slider .award .content h3,
    .homepage-four .awards .row .award .content h3 {
        color: #fff;
    }
}

.homepage-four .awards .awards-slider .award .content p,
.homepage-four .awards .row .award .content p {
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #C1B6AB;
}

@media screen and (max-width: 768px) {
    .homepage-four .awards .awards-slider .award .content p,
    .homepage-four .awards .row .award .content p {
        color: #fff;
    }
}

.homepage-four .awards .awards-slider .award:focus,
.homepage-four .awards .row .award:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .homepage-four {
        padding-top: 86px;
        padding-bottom: 86px;
        background: #C1B6AB;
        color: white !important;
    }
}

.homepage-four .buttons {
    padding-top: 30px;
}

.homepage-four .buttons .slick-arrow:first-of-type {
    margin-right: 27px;
}

.people-banner {
    min-height: 60vh;
    height: 60vh;
}

@media screen and (max-width: 450px) {
    .people-banner {
        min-height: calc(100vh - 87px);
        height: calc(100vh - 87px);
    }
}

.people_one {
    padding-top: 100px;
    padding-bottom: 179.29px;
}

@media screen and (max-width: 768px) {
    .people_one {
        padding-top: 55px;
    }
}

.people_one .description {
    font-size: 22px;
    line-height: 32px;
    color: #29333C;
    max-width: 757.94px;
    padding-bottom: 109.79px;
}

@media screen and (max-width: 768px) {
    .people_one .description {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 50px;
    }
}

.people_one .list-of-people {
    margin: 0 -12.795px;
}

.people_one .list-of-people .profile {
    border-left: 27.795px;
    border-right: 27.795px;
    padding-bottom: 156.77px;
}

.people_one .list-of-people .profile .image-link {
    display: block;
    margin-bottom: 52.55px;
    position: relative;
}

.people_one .list-of-people .profile .image-link:after {
    background: rgba(193, 182, 171, 0.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    transition: 0.3s;
}

.people_one .list-of-people .profile img {
    max-width: 100%;
    width: 100%;
}

.people_one .list-of-people .profile h3 {
    font-size: 21px;
    line-height: 24px;
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-bottom: 15px;
    color: #29333C;
}

@media screen and (max-width: 768px) {
    .people_one .list-of-people .profile h3 {
        font-size: 19px;
        line-height: 22px;
    }
}

.people_one .list-of-people .profile h4 {
    padding-bottom: 11.32px;
    color: #C1B6AB;
    line-height: 15px;
    font-size: 13px;
    letter-spacing: 0.23em;
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.people_one .list-of-people .profile .separator-title {
    border-right: 1px solid #C1B6AB;
    border-bottom: 1px solid #C1B6AB;
    height: 26.99px;
    display: block;
}

.people_one .list-of-people .profile p {
    color: #29333C;
    font-size: 16px;
    line-height: 28px;
    margin-top: 32.53px;
}

@media screen and (max-width: 768px) {
    .people_one .list-of-people .profile p {
        font-size: 14px;
        line-height: 23px;
    }
}

.people_one .list-of-people .profile .link {
    padding-top: 60px;
    display: block;
    text-transform: uppercase;
}

.people_one .list-of-people .profile .link a {
    color: #C1B6AB;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.people_one .list-of-people .profile:hover .image-link:after {
    opacity: 1;
}

.profile-one {
    padding-top: 110.02px;
    padding-bottom: 160.02px;
}

@media screen and (max-width: 768px) {
    .profile-one {
        padding-top: 50px;
    }
}

.profile-one .left {
    padding-right: 94.83px;
}

@media screen and (max-width: 768px) {
    .profile-one .left {
        padding-right: 0;
    }
}

.profile-one .left h2 {
    font-size: 33px;
    color: #000;
    padding-bottom: 37.58px;
    font-family: "ch-ro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
    .profile-one .left h2 {
        font-size: 25px;
        line-height: 29px;
    }
}

.profile-one .left .description p {
    font-size: 16px;
    padding-bottom: 37.58px;
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .profile-one .left .description p {
        font-size: 14px;
        line-height: 23px;
    }
}

.profile-one .left .testimonials {
    padding-top: 20px;
    position: relative;
}

.profile-one .left .testimonials h2 {
    font-size: 33px;
    line-height: 38px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .profile-one .left .testimonials h2 {
        font-size: 25px;
        line-height: 29px;
    }
}

.profile-one .left .testimonials .separator-title {
    height: 25px;
    border-right: 1px solid #C1B6AB;
    border-bottom: 1px solid #C1B6AB;
    display: block;
}

.profile-one .left .testimonials .testimonials-carousel {
    padding-top: 32.99px;
}

.profile-one .left .testimonials .testimonials-carousel .slide {
    outline: none;
    border: none;
    box-shadow: none;
}

.profile-one .left .testimonials .testimonials-carousel .slide p {
    font-style: italic;
    color: #29333C;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 30px;
}

.profile-one .left .testimonials .testimonials-carousel .slide span {
    color: #C1B6AB;
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.profile-one .left .testimonials .testimonials-carousel .slide span b {
    color: #000;
}

.profile-one .left .testimonials .membership-carousel {
    padding-top: 48.04px;
    position: relative;
}

.profile-one .left .testimonials .membership-carousel .slide {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.profile-one .left .testimonials .membership-carousel .slide h3 {
    font-size: 21px;
    line-height: 24.34px;
    padding-bottom: 48.04px;
    font-family: "Gordita Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
    .profile-one .left .testimonials .membership-carousel .slide h3 {
        font-size: 19px;
        line-height: 22px;
    }
}

.profile-one .left .testimonials .membership-carousel .slide p {
    font-size: 14px;
    line-height: 23px;
}

.profile-one .left .testimonials .buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.profile-one .left .testimonials .buttons .next {
    margin-left: 21.66px;
}

@media screen and (max-width: 500px) {
    .profile-one .left .testimonials .buttons {
        bottom: -50px;
    }
}

.profile-one .left .memberships .buttons {
    text-align: right;
    padding-top: 30px;
    display: block;
    top: auto;
    bottom: 0 !important;
}

.profile-one .right .content {
    background-color: #F2F2F2;
    padding: 37.24px 52.05px 33.99px 50.95px;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px!important;
}

.profile-one .right .content h3 {
    font-size: 21px;
    line-height: 24.34px;
    padding-bottom: 53.77px;
    color: #29333C;
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.profile-one .right .content h5,
.profile-one .right .content h6 {
    font-size: 16px;
    line-height: 28px;
}

.profile-one .right .content h6 {
    padding-bottom: 33.99px;
}

.profile-one .right .content h6 a {
    color: #29333C;
    font-size: 16px;
}

.about-one {
    padding-top: 100px;
}

@media screen and (max-width: 1300px) and (min-width: 1199px) {
    .profile-one .right .content {
        padding: 37.24px 37.05px 33.99px 37.95px;
    }
}

@media screen and (max-width: 768px) {
    .about-one {
        padding-top: 50px;
    }
}

.about-one .description {
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 75px;
    display: block;
    max-width: 753.49px;
}

.about-one .description p {
    padding-bottom: 35px;
}

.about-one .awards {
    padding-bottom: 162.97px;
}

.about-two {
    padding-top: 0;
    background: white !important;
    padding-bottom: 0;
}

.about-two h2 {
    color: #000 !important;
}

.about-two .award .content {
    padding: 120.32px 30.36px 25px 33.49px !important;
    flex-wrap: wrap;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .about-two .award .content {
        border-color: #C1B6AB !important;
    }
}

.about-two .award .content img {
    max-width: 169px !important;
    top: 0 !important;
}

.about-two .award .content h3 {
    font-size: 13.21px !important;
    max-width: 160.93px !important;
    color: #C1B6AB !important;
    padding-bottom: 25px !important;
}

.about-two .award .content p {
    color: #C1B6AB !important;
    font-size: 10.14px !important;
    line-height: 14.59px !important;
}

.about-three {
    background-color: #F2F2F2;
    padding-top: 106.81px;
    padding-bottom: 115.78px;
}

.about-three .desktop1 {
    padding-bottom: 13.39px;
}

.about-three img {
    width: 100%;
}

.partnership-one {
    padding-top: 100px;
}

.partnership-one .partner .left img {
    max-width: 100%;
}

.partnership-one .partner .right {
    padding-left: 141px;
}

.partnership-one .partner .right h3 {
    font-size: 21px;
    line-height: 24.34px;
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-bottom: 8px;
}

.partnership-one .partner .right h4 {
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #C1B6AB;
    max-width: 526px;
    padding-bottom: 20px;
}

.partnership-one .partner .right p {
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 28px;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.partnership-one .partner .right h5 {
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #C1B6AB;
    padding-bottom: 5px;
}

.partnership-one .partner .right h6 {
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.partnership-one .partner .right h6 a {
    color: #29333C;
}

.partnership-one .separator-partner {
    border-bottom: 1px solid #C1B6AB;
    border-right: 1px solid #C1B6AB;
    height: 22.14px;
    margin-bottom: 69px;
}

.errorpage {
    padding: 100px;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.errorpage h1 {
    font-size: 5rem;
    font-family: "gor-bo", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.errorpage a {
    color: #C1B6AB;
}

.international-one {
    padding-top: 100px;
    padding-bottom: 300px;
}

.international-one .left h2 {
    font-size: 33px;
    line-height: 38px;
    padding-bottom: 35.39px;
    font-family: "ch-ro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.international-one .left p {
    font-size: 16px;
    line-height: 28px;
    max-width: 741.94px;
}

.international-one .left ul {
    max-width: 741.94px;
    padding: 85px 0 0 0;
    margin: 0;
}

.international-one .left ul li {
    font-size: 14px;
    line-height: 40px;
    list-style: none;
}

.international-one .right h2 {
    font-size: 33px;
    line-height: 38px;
    padding-bottom: 35.39px;
    font-family: "ch-ro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.expertise-one {
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    .expertise-one {
        padding-top: 50px;
    }
}

.expertise-one .left * {
    max-width: 709px !important;
}

.expertise-one .right .content {
    background: #F2F2F2;
    padding: 42.24px 41.76px 35.46px 28.9px;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .expertise-one .right .content {
        margin-top: 50px;
    }
}

.expertise-one .right .content h3 {
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-bottom: 53.77px;
    font-size: 21px;
}

.expertise-one .right .content a {
    color: #29333C;
}

.expertise-one .right .content a img {
    margin-right: 22.04px;
}

.expertise-one .right .content a:first-of-type {
    padding-bottom: 28.53px;
}

.expertise-one .right .content:hover {
    background: #29333c;
}

.expertise-one .right .content:hover * {
    color: #fff !important;
}

.blog-one {
    border-top: 1px solid rgba(41, 51, 60, 0.29);
}

.blog-one .categories {
    padding-top: 29px;
    padding-bottom: 10px;
}

.blog-one .categories a {
    letter-spacing: 0.3rem;
    font-size: 14px;
    line-height: 23px;
    color: #29333C !important;
}

.blog-one .categories span {
    color: #C1B6AB;
    width: 30px;
}

.blog-one .articles .article .description {
    font-size: 16px;
    line-height: 28px;
    color: #29333c !important;
}

.blog-one .pagination {
    padding-top: 151px;
}

.blog-one .pagination .page-item span,
.blog-one .pagination .page-item a {
    background: transparent !important;
    color: #000;
    padding: 0;
    font-size: 14px;
    display: block;
    line-height: 16px;
    width: 43px;
    position: relative;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.blog-one .pagination .page-item span:after,
.blog-one .pagination .page-item a:after {
    color: #C1B6AB;
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    width: 23px;
}

.blog-one .pagination .page-item:first-of-type {
    display: none;
}

.blog-one .pagination .page-item:last-of-type {
    display: none;
}

.article-one {
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    .article-one {
        padding-top: 50px;
    }
}

.article-one .custom-container * {
    /*  max-width: 741.94px !important;*/
    color: black!important;
}

.custom-container p {
    padding-bottom: 30px;
}

.article-one .custom-container a {
    color: #C1B6AB!important;
}

.contact-one {
    padding-top: 100px;
    padding-bottom: 290px;
}

@media screen and (max-width: 768px) {
    .contact-one {
        padding-top: 50px;
    }
}

.contact-one .info {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.contact-one .info .content {
    max-width: 277px;
    color: black!important;
}

.contact-one .info .content a {
    color: black!important;
}

.contact-one .map iframe {
    width: 100%;
}

.roundtable-banner .description-zone {
    background: #215649;
    color: #215649;
}

.roundtable-banner .description-zone h1 {
    background: #215649;
    color: #215649;
}

.roundtable-one {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .roundtable-one {
        padding-top: 30px;
    }
}

.roundtable-one p {
    max-width: 741.94px;
    font-size: 16px;
    color: #29333C;
    line-height: 28px;
}

.roundtable-two {
    padding-bottom: 44px;
}

.roundtable-two h2 {
    padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
    .roundtable-two h2 {
        padding-bottom: 41px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .roundtable-two .row {
        margin: 0;
    }
}

.roundtable-two .articles .article {
    padding-bottom: 46px;
    padding-top: 44px;
}

@media screen and (max-width: 768px) {
    .roundtable-two .articles .article {
        padding: 0;
    }
}

.roundtable-two .articles .article .title {
    padding-top: 0;
}

.roundtable-two .articles .article p {
    padding-left: 0 !important;
    color: #29333C !important;
    padding-bottom: 50.75px;
}

.roundtable-two .articles .article ul {
    padding: 0;
    margin: 0;
}

.roundtable-two .articles .article ul li {
    font-size: 11px;
    line-height: 15.83px;
    list-style: none;
    color: #29333C;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C1B6AB;
}

.roundtable-two .articles .article ul li span {
    color: #C1B6AB;
    font-family: "gor-me", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.roundtable-three h2 {
    padding-bottom: 63.77px;
}

@media screen and (max-width: 768px) {
    .roundtable-three h2 {
        padding-bottom: 49px;
    }
}

.roundtable-three {
    padding-bottom: 100px;
}

.roundtable-three #accordion {
    /*
      -moz-columns: 2;
           columns: 2;
      padding-bottom: 202px;
      margin: 0 -15px;
    */
}

@media screen and (max-width: 768px) {
    .roundtable-three #accordion {
        padding-bottom: 100px;
        -moz-columns: 1;
        columns: 1;
        margin: 0;
    }
}

.roundtable-three #accordion .event {
    cursor: pointer;
    padding-bottom: 9px;
    /*
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
    */
}

.event .collapse * {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .roundtable-three #accordion .event {
        border: 0;
    }
}

.roundtable-three #accordion .event .row {
    border-bottom: 1px solid #C1B6AB;
}

@media screen and (max-width: 580px) {
    .roundtable-three #accordion .event .row {
        border: 0;
    }
}

.roundtable-three #accordion .event .title {
    color: #29333C;
    font-family: "gor-me";
    font-size: 16px;
    line-height: 23px;
    transition: all 0.3s ease-in;
}

.roundtable-three #accordion .event .title:hover {
    color: #C1B6AB;
}

@media screen and (max-width: 580px) {
    .roundtable-three #accordion .event .title {
        border-bottom: 1px solid #C1B6AB;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.roundtable-three #accordion .event .date,
.roundtable-three #accordion .event .location {
    color: #29333C;
    font-size: 11px;
    line-height: 15.83px;
    text-align: right;
}

.roundtable-three #accordion .event .date span,
.roundtable-three #accordion .event .location span {
    color: #C1B6AB;
}

@media screen and (max-width: 580px) {
    .roundtable-three #accordion .event .date,
    .roundtable-three #accordion .event .location {
        padding-bottom: 15px;
    }
}

.roundtable-three #accordion .event p {
    padding: 27.59px 0;
    color: #29333C;
    line-height: 28px;
    font-size: 14px;
}

.roundtable-three #accordion .event ul {
    color: #29333C;
}

@media screen and (max-width: 768px) {
    .roundtable-three .row {
        margin: 0 !important;
    }

    .roundtable-three .row .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.roundtable-four .left {
    height: 872px;
    background-color: #215649;
}

@media screen and (max-width: 768px) {
    .roundtable-four .left {
        height: auto;
    }
}

.roundtable-four .left h2 {
    padding-bottom: 20.27px;
}

.roundtable-four .left h3 {
    padding-bottom: 40px;
}

.roundtable-four .left p {
    max-width: 533px !important;
    padding: 0 20px 30px 0;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.roundtable-four .right {
    height: 872px;
}

@media screen and (max-width: 768px) {
    .roundtable-four .right {
        height: auto;
    }
}

@media screen and (max-width: 450px) {
    .roundtable-four .right {
        height: auto;
        background: #215649 !important;
        margin-top: -2px;
    }

    .roundtable-four .right img {
        display: block;
    }
}

.roundtable-five {
    padding-top: 193.47px;
}

@media screen and (max-width: 768px) {
    .roundtable-five {
        padding-top: 60px;
    }
}

.roundtable-five p {
    font-size: 22px;
    line-height: 32px;
    max-width: 711px;
}

@media screen and (max-width: 768px) {
    .roundtable-five p {
        font-size: 18px;
        line-height: 28px;
    }
}

.roundtable-five form {
    padding-top: 85px;
}

@media screen and (max-width: 768px) {
    .roundtable-five form {
        padding-top: 53px;
    }
}

.roundtable-five form input {
    height: 83.73px;
    width: 100%;
    border: 1px solid #C4C4C4;
    margin-bottom: 27.91px;
    padding: 31.51px 30.18px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

@media screen and (max-width: 768px) {
    .roundtable-five form input {
        height: 70px;
    }
}

.roundtable-five form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.roundtable-five form input::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.roundtable-five form input:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.roundtable-five form input:-moz-placeholder {
    /* Firefox 18- */
    color: black;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.roundtable-five form .fields {
    margin: 0 -17.5px;
}

.roundtable-five form .fields .col-12 {
    padding: 0 17.5px;
}

.roundtable-five form .button {
    padding-top: 35.85px;
    padding-bottom: 226.88px;
}

.roundtable-five form .button input {
    width: 278.66px;
    height: 59.14px;
    background: #215649;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 10px;
    line-height: 19px;
}

@media screen and (max-width: 768px) {
    .roundtable-five form .button input {
        width: 219px;
        height: 46.14px;
    }
}

footer {
    padding-top: 69.12px;
    padding-bottom: 52.71px;
    background: #F2F2F2;
}

@media screen and (max-width: 768px) {
    footer .left {
        padding-bottom: 48px;
    }
}

footer .right a {
    color: #000;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
}

footer .right ul li {
    list-style: none;
}

@media screen and (max-width: 768px) {
    footer .right .menu {
        padding-bottom: 45px;
    }
}

footer .right .info .newsletter {
    padding-top: 33.15px;
}

footer .right .info .newsletter span {
    color: #000;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
    display: block;
}

footer .right .info .newsletter form button {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .right .info .newsletter form input {
    border: 1px solid #C1B6AB;
    height: 36.6px;
    background-color: transparent;
    padding: 9px 12px;
}

footer .right .info .newsletter form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    line-height: 28px;
    color: #C1B6AB;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

footer .right .info .newsletter form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    line-height: 28px;
    color: #C1B6AB;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

footer .right .info .newsletter form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    line-height: 28px;
    color: #C1B6AB;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

footer .right .info .newsletter form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    line-height: 28px;
    color: #C1B6AB;
    font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

footer .right .info .newsletter form button {
    background-color: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
}

footer .right .info .newsletter form button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

footer .data-privacy {
    padding-top: 58.18px;
}

footer .data-privacy a {
    color: #000;
    border-bottom: 1px solid #C1B6AB;
}

header .main-bar-menu {
    height: 87px;
    background: #fff;
    font-size: 16px;
    line-height: 22.8px;
    margin: 0 auto;
    position: relative;
}

header .main-bar-menu button {
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

header .main-bar-menu * {
    z-index: 995;
}

@media screen and (max-width: 991px) {
    header .main-bar-menu .navbar {
        justify-content: flex-end;
    }
}

header .main-bar-menu .navbar ul .dropdown-toggle:after {
    display: none;
}

header .main-bar-menu .navbar ul .nav-item {
    padding: 0 18.5px;
    color: #000;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

header .main-bar-menu .navbar ul .nav-item:hover .nav-link a {
    color: #C1B6AB;
}

header .main-bar-menu .navbar ul .nav-item:hover .nav-link:before {
    content: "";
    position: absolute;
    top: 100%;
    border-bottom: 1px solid #C1B6AB;
    border-right: 1px solid #C1B6AB;
    right: -10px;
    height: 12.45px;
    width: calc(100% + 10px);
    display: block;
}

@media screen and (max-width: 1100px) {
    header .main-bar-menu .navbar ul .nav-item {
        padding: 0 13.5px;
    }
}

header .main-bar-menu .navbar ul .nav-item .nav-link:hover:before {
    content: "";
    position: absolute;
    top: 100%;
    border-bottom: 1px solid #C1B6AB;
    border-right: 1px solid #C1B6AB;
    right: -10px;
    height: 12.45px;
    width: calc(100% + 10px);
    display: block;
}

header .main-bar-menu .navbar ul .nav-item a {
    color: #000;
    padding: 0;
    position: relative;
    display: block;
}

header .main-bar-menu .navbar ul .nav-item a:hover {
    color: #C1B6AB;
}

header .main-bar-menu .navbar ul .nav-item select {
    font-size: 16px;
    background: #fff;
    border: 0;
    outline: 0;
    padding: 0;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

header .main-bar-menu .navbar ul .nav-item select:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

header .main-bar-menu .navbar ul .nav-item:last-of-type {
    padding-right: 0;
    padding-left: 90.5px;
}

header .main-bar-menu .navbar ul .nav-link.active a {
    color: #C1B6AB;
}

header .main-bar-menu .navbar ul .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    border-bottom: 1px solid #C1B6AB;
    border-right: 1px solid #C1B6AB;
    right: -10px;
    height: 12.45px;
    width: calc(100% + 10px);
    display: block;
}

header .main-bar-menu .navbar ul .nav-item a.active {
    color: #C1B6AB !important;
}

header .main-bar-menu .navbar [aria-labelledby=languageMenu] {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
    text-align: center;
    border-radius: 0;
    left: 90%;
    transform: translateX(-50%);
}

header .main-bar-menu .navbar [aria-labelledby=languageMenu] a {
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

header .main-bar-menu .navbar [aria-labelledby=peopleMenu],
header .main-bar-menu .navbar [aria-labelledby=expertiseMenu],
header .main-bar-menu .navbar [aria-labelledby=aboutMenu] {
    border-radius: 0;
    top: 55px;
    border: 0;
    outline: none;
    box-shadow: none;
    width: 561px;
    margin: 0;
    padding: 27.79px 0 29.31px 0;
    background: #29333C;
    z-index: 992;
}

@media screen and (max-width: 991px) {
    header .main-bar-menu .navbar [aria-labelledby=peopleMenu],
    header .main-bar-menu .navbar [aria-labelledby=expertiseMenu],
    header .main-bar-menu .navbar [aria-labelledby=aboutMenu] {
        padding: 31.34px 0 0 0;
    }
}

header .main-bar-menu .navbar [aria-labelledby=peopleMenu] a,
header .main-bar-menu .navbar [aria-labelledby=expertiseMenu] a,
header .main-bar-menu .navbar [aria-labelledby=aboutMenu] a {
    font-size: 14px;
    line-height: 23px;
    color: #fff !important;
    padding-left: 18.5px !important;
    display: block !important;
}

header .main-bar-menu .navbar [aria-labelledby=peopleMenu] a:hover,
header .main-bar-menu .navbar [aria-labelledby=expertiseMenu] a:hover,
header .main-bar-menu .navbar [aria-labelledby=aboutMenu] a:hover {
    color: #C1B6AB !important;
}

@media screen and (max-width: 991px) {
    header .main-bar-menu .navbar [aria-labelledby=peopleMenu] a,
    header .main-bar-menu .navbar [aria-labelledby=expertiseMenu] a,
    header .main-bar-menu .navbar [aria-labelledby=aboutMenu] a {
        font-size: 14px !important;
        padding: 0 !important;
        line-height: 24px !important;
    }
}

header .main-bar-menu a {
    -webkit-touch-callout: none !important;
    /* iOS Safari */
    -webkit-user-select: none !important;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none !important;
    /* Old versions of Firefox */
    -ms-user-select: none !important;
    /* Internet Explorer/Edge */
    user-select: none !important;
    /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
}

header .main-bar-menu .menu-background {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    background: #29333C;
    z-index: 990;
    display: none;
}

@media screen and (max-width: 991px) {
    header .main-bar-menu .menu-background {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    header #navbarSupportedContent {
        position: fixed;
        top: 87px;
        width: 100%;
        left: 0;
        height: 100%;
        background: #29333c;
        text-align: left;
        padding: 66.34px 33px;
        overflow: auto;
    }

    header #navbarSupportedContent ul {
        max-width: 90%;
    }

    header #navbarSupportedContent li {
        display: block;
        padding-bottom: 31.41px;
        padding-left: 0;
    }

    header #navbarSupportedContent li a {
        color: #fff;
        font-size: 25px;
        line-height: 35.62px;
        display: initial;
        font-family: "gor-re", Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    header #navbarSupportedContent li .dropdown-toggle:before {
        right: -20px;
        height: 12.45px;
        width: calc(100% + 20px);
    }

    header #navbarSupportedContent [aria-labelledby=languageMenu] {
        background: transparent;
        border: 0;
        outline: none;
        box-shadow: none;
        transform: none;
        max-width: 38px;
        min-width: 38px;
        padding-top: 31.49px;
        padding-bottom: 60px;
    }
}

.nav-item.language a {
    display: inline-block !important;
}

header.fixed {
    position: -webkit-sticky;
    position: sticky;
    height: 87px;
    width: 100%;
    z-index: 999999999;
    top: 0;
    -webkit-animation: stickAnim 0.3s;
    animation: stickAnim 0.3s;
}

@-webkit-keyframes stickAnim {
    0% {
        transform: translateY(-86px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes stickAnim {
    0% {
        transform: translateY(-86px);
    }

    100% {
        transform: translateY(0);
    }
}

html {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100%;
    font-family: "gor-re";
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #000;
}

.custom-container {
    width: 1240px;
    max-width: 1240px;
    margin: 0 auto;
}

@media screen and (max-width: 1300px) {
    .custom-container {
        width: 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .custom-container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
}

a {
    text-decoration: none !important;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

.page-title {
    font-size: 33px;
    color: #000;
    padding-bottom: 37.58px;
    font-family: "ch-ro", sans-serif;
}

section {
    overflow: hidden;
}

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

.original-color {
    color: #C1B6AB !important;
}

.reveal {
    opacity: 0;
    transition: 0.3s;
}

.reveal-now {
    opacity: 1;
}

.data-privacy p {
    padding-bottom: 10px!important;
}

.data-privacy ul li {
    list-style: none;
}

.article-one .row {
    /*    padding: 0 100px;*/
}

.article-one .left-content img {
    max-width: 100%!important;
}

@media screen and (max-width: 700px) {
    .people-banner {
        height: 34vh !important;
        min-height: auto;
    }
}

.only-on-mobile {
    height: 0!important;
    color: transparent!important;
    font-size: 0!important;
}

@media screen and (max-width: 991px) {
    .only-on-mobile {
        height: auto!important;
        font-size: 14px!important;
        color: transparent!important;
    }

    .related-articles {
        padding-top: 100px;
    }
}

.icon-hr-angle {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.icon-hr-angle.opened {
    transform: rotate(180deg);
}

.article-gallery-arrows {
    display: flex;
    padding-top: 25px;
    align-items: center;
    justify-content: flex-end;
}

.pdf-zone span {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 17px;
}

.zoom-photo {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    align-items: center;
    justify-content: center;
    display: none;
    text-align: center;
}

.zoom-photo .zoom-photo-inner {
    height: 80%;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.zoom-photo img {
    height: 80%;
}

.zoom-photo img::after {
    content: "x";
    position: absolute;
    left: 0;
    top: 0;
}

.zoom-photo .close-button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .zoom-photo img {
        height: auto;
        width: 90%;
        max-height: 100%;
    }
}

.article-download-photo {
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .article-download-photo {
        margin-left: 0;
    }
}

.article-gallery-main a {
    height: 440px;
    overflow: hidden;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 500px) {
    .article-gallery-main a {
        height: 250px;
        overflow: hidden;
        display: block;
        object-fit: cover;
    }
}

.article-gallery-main a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
