/* Pages */
@media only screen and (min-width: 1025px) {
    .page-portfolio.js-scroll-lock {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        overflow: auto;
    }
}
/* Animations */
.module--our-approach::before {
    height: 0;
    background-position: top left;
    transition: 1s;
}
.module--our-approach.aos-animate::before {
    height: 1284px;
}
.module--insights::before {
    height: 0;
    background-position: top;
    transition: 2s;
}
.module--insights.aos-animate::before {
    height: 1924px;
}
.module--featured-news::before {
    height: 0;
    background-position: bottom;
    transition: 1s;
}
.module--featured-news.aos-animate::before {
    height: 891px;
}
.module--featured-news .top-image::before {
    top: -900px;
    transform: none;
    height: 0;
    background-position: top;
    transition: 2s;
}
.module--featured-news .top-image.aos-animate::before {
    height: 2298px;
}
/* Homepage Hero */
.module--homepage-hero {
    overflow: hidden;
}
.module--homepage-hero .video-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 177.77vh;
    min-height: 100vh;
    width: 100vw;
    height: 56.25vw;
    z-index: -5;
}
.module--homepage-hero .video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -5;
}
@media only screen and (max-width: 1024px) {
    .module--homepage-hero .module__content {
        justify-content: center;
        min-height: calc(100vh - 80px);
    }
}
@media only screen and (max-height: 960px) and (min-width: 769px) {
    .module--homepage-hero .video-wrap iframe[src*="vimeo"] {
        min-width: 200vw;
        height: 100vw;
    }
}
/* Scroll Items */
.module--scroll-items .container {
    --width: 1380px;
}
.module--scroll-items .module__testimonial {
    max-width: 915px;
    position: relative;
    z-index: 1;
}
.module--scroll-items .module__testimonial::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 1271px;
    height: 100%;
    background-image: url('../../src/images/background14.svg');
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
.module--scroll-items .testimonial__person {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.module--scroll-items .testimonial__person .person-name {
    padding-left: 20px;
}
.module--scroll-items .testimonial__content {
    color: #459B7C;
    font-family: 'Junge', sans-serif;
    font-size: clamp(18px, 3vw, 24px);
    text-align: center;
}
.module--scroll-items .testimonial__content p {
    line-height: 1.4;
}
@media only screen and (min-width: 1281px) {
    .module--scroll-items {
        --paddingTop: 470px !important;
        --paddingBottom: 200px !important;
        --width: 0;

        position: relative;
    }
    .module--scroll-items::before {
        content: '';
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 200%;
        background-image: linear-gradient(#fff, #e6e6e6 25%, #fff);
        z-index: -1;
    }
    .module--scroll-items .svg-line-wrap {
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw + 60px);
        z-index: 2;
    }
    .module--scroll-items .svg-line {
        overflow: hidden;
        width: var(--width);
        transition: .4s linear;
    }
    .module--scroll-items .svg-line svg {
        width: calc(100vw + 60px);
    }
    .module--scroll-items .svg-line-wrap .module__item {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s;
    }
    .module--scroll-items .svg-line-wrap .module__item.js-active,
    .module--scroll-items .svg-line-wrap .module__item.js-visited {
        opacity: 1;
        visibility: visible;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(1) {
        top: 11.3%;
        left: 14%;
        z-index: 2;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(2) {
        top: 9.4%;
        left: 32%;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(3) {
        top: 9.2%;
        left: 52%;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(4) {
        top: 28.5%;
        left: 65.3%;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(5) {
        top: 55%;
        left: 75%;
    }
    .module--scroll-items.js-line-done .svg-line-wrap .module__item:nth-child(5) .item-icon {
        transform: none;
    }
    .module--scroll-items.js-line-done .svg-line-wrap .module__item:nth-child(5) .item-description {
        opacity: 0;
        visibility: hidden;
    }
    .module--scroll-items .svg-line-wrap .item-icon {
        background-color: #205773;
        background-image: var(--icon);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 65%;
        border-radius: 50%;
        width: clamp(55px, 5vw, 85px);
        height: clamp(55px, 5vw, 85px);
        transition: .3s;
        z-index: 2;
        position: relative;
    }
    .module--scroll-items .svg-line-wrap .module__item:hover .item-icon,
    .module--scroll-items .svg-line-wrap .js-active .item-icon {
        transform: scale(1.2);
    }
    .module--scroll-items .item-description {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 40px;
        bottom: 20%;
        transition: .3s;
        z-index: 1;
    }
    .module--scroll-items .item-description::before {
        content: '';
        position: absolute;
        display: block;
        top: 130px;
        left: 0;
        width: 1px;
        height: calc(100% - 150px);
        border-left: 1px solid #205773;
        z-index: -1;
    }
    .module--scroll-items .item-description::after {
        content: '';
        position: absolute;
        top: 125px;
        left: -5px;
        width: 12px;
        height: 12px;
        background-color: #205773;
        border-radius: 50%;
    }
    /* SPACING */
    .module--scroll-items .module__item:nth-child(1) .item-description {
        margin-left: -15px;
    }
    .module--scroll-items .module__item:nth-child(1) .item-description::before {
        left: 15px;
    }
    .module--scroll-items .module__item:nth-child(1) .item-description::after {
        left: 10px;
    }
    .module--scroll-items .module__item:nth-child(2) .item-description {
        margin-left: -5px;
    }
    .module--scroll-items .module__item:nth-child(2) .item-description::before {
        top: 100px;
        left: 5px;
        height: calc(100% - 100px);
    }
    .module--scroll-items .module__item:nth-child(2) .item-description::after {
        top: 95px;
        left: 0;
    }
    .module--scroll-items .module__item:nth-child(3) .item-description {
        margin-left: 15px;
    }
    .module--scroll-items .module__item:nth-child(3) .item-description::before {
        top: 65px;
        left: -15px;
        height: calc(100% - 65px);
    }
    .module--scroll-items .module__item:nth-child(3) .item-description::after {
        top: 60px;
        left: -20px;
    }
    .module--scroll-items .module__item:nth-child(4) .item-description {
        margin-left: 5px;
    }
    .module--scroll-items .module__item:nth-child(4) .item-description::before {
        top: 45px;
        left: -5px;
        height: calc(100% - 45px);
    }
    .module--scroll-items .module__item:nth-child(4) .item-description::after {
        top: 40px;
        left: -10px;
    }
    .module--scroll-items .module__item:nth-child(5) .item-description {
        margin-left: -35px;
    }
    .module--scroll-items .module__item:nth-child(5) .item-description::before {
        left: 35px;
    }
    .module--scroll-items .module__item:nth-child(5) .item-description::after {
        left: 30px;
    }
    /* SPACING */
    .module--scroll-items .svg-line-wrap .module__item:hover .item-description,
    .module--scroll-items .svg-line-wrap .js-active .item-description {
        opacity: 1;
        visibility: visible;
    }
    .module--scroll-items .description-background img {
        max-width: none;
    }
    .module--scroll-items .description-content {
        position: absolute;
        top: var(--top);
        left: var(--left);
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Junge', sans-serif;
        font-size: 16px;
        letter-spacing: -0.25px;
    }
    .module--scroll-items .description-content p {
        line-height: 1.5;
    }
    .module--scroll-items .description-content-inner {
        max-width: var(--width);
    }
}
@media only screen and (min-width: 1921px) {
    .module--scroll-items .svg-line svg {
        width: calc(100vw + 100px);
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(1) {
        top: 12.5%;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(2) {
        top: 11.8%;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(3) {
        top: 10%;
    }
    .module--scroll-items .svg-line-wrap .module__item:nth-child(4) {
        left: 66.3%;
    }
}
@media only screen and (max-width: 1280px) {
    .module--scroll-items .svg-line-wrap {
        position: relative;
        z-index: 2;
    }
    .module--scroll-items .svg-line {
        position: absolute;
        top: 0;
        left: -700px;
        width: 2155px;
    }
    .module--scroll-items .svg-line-wrap .module__item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .module--scroll-items .svg-line-wrap .item-inner {
        background-image: var(--shape);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(var(--shapeWidth) + 60px);
        height: calc(var(--shapeHeight) + 60px);
    }
    .module--scroll-items .svg-line-wrap .item-icon {
        background-image: var(--icon);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 10px;
        position: relative;
        top: var(--top);
        left: var(--left);
        width: var(--width);
        height: 60px;
    }
    .module--scroll-items .description-background {
        display: none;
    }
    .module--scroll-items .description-content {
        font-family: 'Junge', sans-serif;
        font-size: 14px;
        letter-spacing: -0.25px;
        position: relative;
        top: var(--top);
        left: var(--left);
        text-align: left;
        width: calc(var(--width) + 5px);
    }
    .module--scroll-items .description-content strong {
        font-family: 'Open Sans', sans-serif;
    }
    /* Slick */
    .module--scroll-items .slick-slide {
        opacity: 0.5;
        transition: .3s;
    }
    .module--scroll-items .slick-slide.slick-current {
        opacity: 1;
    }
    .module--scroll-items .slick-arrow {
        top: 0;
        bottom: 0;
        transform: none;
        width: 50px;
    }
    .module--scroll-items .slick-arrow::before {
        content: normal;
    }
}
/* Testimonial */
.module--testimonial::before {
    height: 0;
    background-position: top;
    transition: 2s;
}
.module--testimonial.aos-animate::before {
    height: 1744px;
}
.module--testimonial.module--small-container .container {
    --width: 1000px;
}
.module--testimonial.module--small-container .module__content {
    font-size: clamp(18px, 3vw, 22px);
}
/* Our Portfolio */
.js-scroll-lock .module--portfolio {
    z-index: 100;
}
.module--portfolio::before {
    opacity: 0;
    transform: translateX(-200px);
    transition: .4s;
}
.module--portfolio.aos-animate::before {
    opacity: 1;
    transform: translateX(0);
}
.module--portfolio .slick-track {
    flex-wrap: wrap;
    max-height: 100%;
}
.module--portfolio .module__item .item-excerpt .view-more span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.module--portfolio .module__detail .detail-inner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), var(--bgImg);
    overflow: auto;
}
.module--portfolio .module__detail .detail-inner::before {
    content: normal;
}
.module--portfolio .detail-content {
    font-size: clamp(16px, 1.5vw, 21px);
}
.module--portfolio .detail-content a {
    color: #fff;
    text-decoration: underline;
}
@media only screen and (min-height: 781px) {
    .module--portfolio .module__wrap {
        max-width: 100vh;
    }
    .module--portfolio .module__item .item-logo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .module--portfolio .module__item .item-excerpt {
        padding: clamp(10px, 1.2vw, 25px);
    }
}
/* Animal Welfare */
.module--animal-welfare .images-wrap {
    min-width: 450px;
    max-width: calc((100vw - 1335px) * 2);
}
/* Page Title */
.module--page-title .module__top-image {
    min-height: clamp(200px, 30vw, 500px);
}
.module--page-title .module__right-image .shape-image {
    max-width: 40vw;
}
.module--page-title .module__right-image .main-image {
    max-width: 30vw;
}
@media only screen and (min-width: 1201px) {
    .module--page-title.has-image .module__description {
        margin-left: auto;
        margin-right: auto;
        max-width: 55vw;
    }
}
/* News List */
.module--news-list .module__items {
    justify-content: flex-start;
}
/* Content Boxes */
@media only screen and (min-width: 1025px) {
    .module--content-boxes::before {
        content: '';
        position: absolute;
        top: -150px;
        right: -170px;
        width: 632px;
        height: 696px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="631.886" height="695.786" viewBox="0 0 631.886 695.786"%3E%3Cdefs%3E%3ClinearGradient id="linear-gradient" x1="0.5" y1="1" x2="0.5" gradientUnits="objectBoundingBox"%3E%3Cstop offset="0" stop-color="%232a4b66"/%3E%3Cstop offset="1" stop-color="%23538e72"/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d="M4.923,0,0,5.4C166.456,226.479,232.218,406.242,195.461,539.7,155.4,685.13,3.362,722.168,1.831,722.526l1.26,7.883c1.567-.363,157.347-38.232,198.667-188.129C239.359,405.86,173.134,223.413,4.923,0Z" transform="matrix(0.766, -0.643, 0.643, 0.766, 0, 136.259)" fill="url(%23linear-gradient)"/%3E%3C/svg%3E%0A');
        background-position: center;
        background-repeat: no-repeat;
    }
}
/* Development Goals */
.module--development-goals .module__top-section::before {
    height: 0;
    background-position: top;
    transition: 1s;
}
.module--development-goals .module__top-section.aos-animate::before {
    height: 1612px;
}
.module--development-goals .module__sdg .module__items {
    display: flex;
    flex-wrap: wrap;
}
.module--development-goals .module__sdg .module__item {
    width: 20%;
}
.module--development-goals .module__sdg .module__item .item-inner {
    background-color: var(--color);
    cursor: pointer;
    height: 0;
    padding-top: 100%;
    position: relative;
    text-align: left;
}
.module--development-goals .module__sdg .module__item .item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.module--development-goals .module__sdg .module__item .item-description {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    transition: .3s;
}
.module--development-goals .module__sdg .module__item .item-description p {
    line-height: 1.5;
}
.module--development-goals .module__sdg .module__item .item-inner:focus-within .item-image,
.module--development-goals .module__sdg .module__item .item-inner:hover .item-image {
    opacity: 0;
    visibility: hidden;
}
.module--development-goals .module__sdg .module__item .item-inner:focus-within .item-description,
.module--development-goals .module__sdg .module__item .item-inner:hover .item-description {
    opacity: 1;
    visibility: visible;
}
.module--development-goals .module__sdg .module__item .item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.module--development-goals .module__organizations .module__item img {
    max-height: 110px;
}
.module--development-goals .module__equity .module__section--right .shape-image {
    display: none;
}
@media only screen and (min-width: 1201px) {
    .module--development-goals .module__sdg .module__item .item-description {
        font-size: clamp(12px, 1vw, 15px);
    }
}
@media only screen and (min-width: 641px) {
    .module--development-goals .module__organizations {
        --columns: 4;
    }
}
@media only screen and (max-width: 840px) {
    .module--development-goals .module__sdg .module__item {
        width: calc(100% / 3);
    }
}
@media only screen and (max-width: 540px) {
    .module--development-goals .module__sdg .module__item {
        width: 50%;
    }
}
/* Careers */
.module--careers {
    background-image: url('../../src/images/background3.svg');
    background-position: bottom;
    background-repeat: no-repeat;
}
.module--careers .container {
    --width: 1280px;
}
.module--careers .module__item ~ .module__item {
    margin-top: clamp(50px, 8vw, 80px);
}
.module--careers .module__item .item-title {
    margin-top: 0;
}
.module--careers-single {
    background-image: linear-gradient(#e6e6e6, #fbfbfb);
}
.module--careers-single .container {
    --width: 1440px;
}
@media only screen and (min-width: 1025px) {
    .module--careers .module__item .item-inner {
        padding-right: 35%;
        position: relative;
    }
    .module--careers .module__item .item-link {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .module--careers .module__item .item-link {
        margin-top: 25px;
    }
}
/* Our Team */
.module--our-team .module__item .item-image {
    cursor: pointer;
}
/* Line Wrap */
.line-wrap {
    position: absolute;
    height: var(--height);
    overflow: hidden;
    transition: .4s linear;
}
@media only screen and (min-width: 1201px) {
    .line-wrap {
        --height: 0;
    }
}
/* Food from Thought */
.module--from-thought {
    background-image: url("../../src/images/background0.svg");
    background-position: 50% 65%;
}
.module--from-thought .line-wrap--1 {
    top: 0;
    left: 0;
}
.module--from-thought .line-wrap--1 svg {
    position: relative;
    top: -10px;
    left: -190px;
}
.module--from-thought .module__bottom-content::before {
    content: normal;
}
.module--from-thought .line-wrap--2 {
    top: -15%;
    left: -57px;
}
@media only screen and (max-width: 1024px) {
    .module--from-thought .line-wrap--1 svg {
        top: -70px;
        left: -465px;
    }
    .module--from-thought .line-wrap--2 {
        top: 0;
        left: -20px;
        width: 100px;
        height: 285px;
    }
    .module--from-thought .line-wrap--2 svg {
        width: 100%;
        height: 100%;
    }
}
/* ESG is our Bedrock */
.module--esg-bedrock::before {
    content: normal;
}
.module--esg-bedrock .line-wrap {
    top: 30%;
    right: -85px;
}
.module--esg-bedrock .module__item .item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media only screen and (max-width: 1200px) {
    .module--esg-bedrock .line-wrap {
        top: calc(100% + clamp(50px, 12vw, 120px) + 50px);
        right: -250px;
        transform: rotate(-15deg);
        width: 556px;
        height: 828px;
    }
    .module--esg-bedrock .line-wrap svg {
        width: 100%;
        height: 100%;
    }
}
/* Our Advisors */
.module--our-advisors .slick-dots {
    margin-top: 15px;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
}
.module--our-advisors .slick-dots li {
    margin: 0 13px;
    position: relative;
}
.module--our-advisors .slick-dots li::before {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(36px, 5vw, 45px);
    height: clamp(36px, 5vw, 45px);
    border-radius: 50%;
    border: 1px solid #205773;
}
.module--our-advisors .slick-dots li.slick-active::before {
    opacity: 1;
    visibility: visible;
}
.module--our-advisors .slick-dots button {
    background-color: #205773;
    opacity: 1;
    width: 15px;
    height: 15px;
}
.module--our-advisors .module__descriptions {
    margin-top: 35px;
}
.module--our-advisors .module__description {
    overflow: hidden;
}
.module--our-advisors .module__description .item-description {
    height: 0;
    transition: .3s;
}
.module--our-advisors .module__description .item-description .description-inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
}
.module--our-advisors .module__description .item-description .content-section {
    background-color: #205773;
    width: 37%;
}
.module--our-advisors .module__description .item-description .content-section .section-inner {
    padding: clamp(25px, 5vw, 75px);
}
.module--our-advisors .module__description .item-description .content-section .item-content {
    font-size: 15px;
    margin-top: 20px;
}
.module--our-advisors .module__description .item-description .image-section {
    position: relative;
    width: 63%;
}
.module--our-advisors .module__description .item-description .image-section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.module--our-advisors .module__description .item-description .image-section .item-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: clamp(30px, 5vw, 53px);
    height: clamp(30px, 5vw, 53px);
    background-color: #669865;
    background-image: var(--close);
    background-position: center;
    background-repeat: no-repeat;
    background-size: clamp(13px, 3vw, 25px);
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: .3s;
    z-index: 1;
}
.module--our-advisors .module__description .item-description .image-section .item-close:focus,
.module--our-advisors .module__description .item-description .image-section .item-close:hover {
    background-color: #205773;
}
.module--our-advisors .module__description.js-active .item-description {
    height: var(--height);
}
.module--our-advisors .module__description .item-name {
    font-family: 'Junge', sans-serif;
    font-size: clamp(18px, 5vw, 25px);
}
.module--our-advisors .module__description .item-position {
    font-size: 16px;
    font-weight: 700;
    margin-top: 3px;
    text-transform: uppercase;
}
.module--our-advisors .module__description .item-location {
    font-size: 14px;
    margin-top: 5px;
}
.module--our-advisors .module__description .item-link {
    margin-top: 20px;
}
.module--our-advisors .module__description .item-link a {
    background-image: var(--leaf);
    background-position: 0 calc(50% - 7.5px);
    background-repeat: no-repeat;
    background-size: 15px;
    color: #fff;
    font-family: 'Junge', sans-serif;
    font-size: clamp(17px, 5vw, 20px);
    padding-left: 23px;
    padding-bottom: 15px;
    position: relative;
    transition: .3s;
}
.module--our-advisors .module__description .item-link a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.module--our-advisors .module__description .item-link a:focus,
.module--our-advisors .module__description .item-link a:hover {
    background-position: 100% calc(50% - 7.5px);
    padding-left: 0;
    padding-right: 23px;
}
@media only screen and (max-width: 1200px) {
    .module--our-advisors .module__description .item-description .content-section,
    .module--our-advisors .module__description .item-description .image-section {
        width: 50%;
    }
}
@media only screen and (max-width: 1024px) {
    .module--our-advisors .module__description .item-description .content-section {
        width: 60%;
    }
    .module--our-advisors .module__description .item-description .image-section {
        width: 40%;
    }
}
@media only screen and (max-width: 768px) {
    .module--our-advisors .module__description .item-description .description-inner {
        flex-direction: column-reverse;
    }
    .module--our-advisors .module__description .item-description .content-section {
        width: 100%;
    }
    .module--our-advisors .module__description .item-description .image-section {
        padding-top: 56.25%;
        width: 100%;
    }
}
/* Leading the Way */
.module--the-way .module__item .item-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: var(--descriptionHeight);
}
/* Insights */
@media only screen and (min-width: 641px) {
    .module--insights .slick-arrows {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .module--insights .module__items {
        flex-direction: column;
    }
    .module--insights .slick-dots {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .module--insights .slick-dots li {
        margin: 10px 13px;
    }
    .module--insights .slick-arrows {
        text-align: center;
    }
    .module--insights .slick-arrows .slick-arrow {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        background-color: #205773;
        border-radius: 50%;
        margin: 0 10px;
        width: 15px;
        height: 15px;
    }
    .module--insights .slick-arrows .slick-arrow::before {
        opacity: 0;
        visibility: hidden;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: clamp(36px, 5vw, 45px);
        height: clamp(36px, 5vw, 45px);
        border-radius: 50%;
        border: 1px solid #205773;
    }
    .module--insights .slick-arrows .slick-arrow.slick-disabled::before {
        opacity: 1;
        visibility: visible;
    }
}
/* Footer */
.footer .module--footer-navigation .menu {
    font-size: clamp(20px, 3vw, 25px);
}
.footer .module--email-alerts .module__form iframe {
    border-radius: 10px;
}
