:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bac95db */.myguy-team {
    --myguy-dark: #211E1C;
    --myguy-text: #57585E;
    --myguy-blue: #1456A0;
    --myguy-yellow: #FFCD00;
    --myguy-light: #F7F7F5;
    --myguy-border: #E5E5E3;
    --myguy-white: #FFFFFF;

    color: var(--myguy-text);
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    line-height: 1.7;
}

.myguy-team *,
.myguy-team *::before,
.myguy-team *::after {
    box-sizing: border-box;
}


.myguy-team__container {
    width: min(1140px, calc(100% - 48px));
    margin: 0 auto;
}

.myguy-team h1,
.myguy-team h2,
.myguy-team h3,
.myguy-team p {
    margin-top: 0;
}

.myguy-team h1,
.myguy-team h2,
.myguy-team h3 {
    color: var(--myguy-dark);
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    line-height: 1.15;
}

.myguy-team img {
    display: block;
    width: 100%;
    height: auto;
}

.myguy-team a {
    text-decoration: none;
}

.myguy-team__eyebrow {
    margin-bottom: 14px;
    color: var(--myguy-blue);
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.myguy-team__intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 80px;
    text-align: center;
}

.myguy-team__intro h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 5vw, 62px);
    letter-spacing: -0.025em;
}

.myguy-team__intro p:not(.myguy-team__eyebrow) {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.75;
}


.myguy-team__section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.myguy-team__section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(32px, 4vw, 46px);
    letter-spacing: -0.02em;
}


.myguy-team__featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: stretch;
    max-width: 1180px;
    margin: 0 auto 110px;
    overflow: hidden;
    background: var(--myguy-light);
}

.myguy-team__featured-image {
    min-height: 600px;
}

.myguy-team__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.myguy-team__featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
}

.myguy-team__featured-content .myguy-team__role {
    margin-bottom: 10px;
    color: var(--myguy-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.myguy-team__featured-content h2 {
    margin-bottom: 24px;
    font-size: clamp(42px, 5vw, 58px);
    letter-spacing: -0.025em;
}

.myguy-team__featured-content .myguy-team__preview {
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.75;
}

.myguy-team__quote {
    position: relative;
    margin: 0 0 34px;
    padding: 4px 0 4px 22px;
    border-left: 4px solid var(--myguy-yellow);
    color: var(--myguy-dark);
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.55;
}

.myguy-team__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 50px;
    padding: 14px 24px;
    border: 2px solid var(--myguy-dark);
    border-radius: 4px;
    background: var(--myguy-dark);
    color: var(--myguy-white);
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.myguy-team__button:hover,
.myguy-team__button:focus {
    border-color: var(--myguy-dark);
    background: var(--myguy-dark);
    color: var(--myguy-white);
    transform: translateY(-2px);
}


.myguy-team__leadership {
    margin-bottom: 110px;
}

.myguy-team__leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    max-width: 1180px;
    margin: 0 auto;
}

.myguy-team__leader {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--myguy-light);
}

.myguy-team__leader-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.myguy-team__leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.myguy-team__leader-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 38px 40px 40px;
}

.myguy-team__leader-content .myguy-team__role {
    margin-bottom: 7px;
    color: var(--myguy-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.myguy-team__leader-content h3 {
    margin-bottom: 18px;
    font-size: 34px;
    letter-spacing: -0.02em;
}

.myguy-team__leader-content .myguy-team__preview {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.7;
}

.myguy-team__leader-content .myguy-team__quote {
    margin-top: auto;
    margin-bottom: 28px;
    font-size: 17px;
}

.myguy-team__leader-content .myguy-team__button {
    align-self: flex-start;
}


.myguy-team__crew {
    margin-bottom: 110px;
}

.myguy-team__crew-list {
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 1140px;
    margin: 0 auto;
}



.myguy-team__crew-member {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 470px;
    background: var(--myguy-light);
}

.myguy-team__crew-member--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.myguy-team__crew-member--reverse .myguy-team__crew-image {
    order: 2;
}

.myguy-team__crew-member--reverse .myguy-team__crew-content {
    order: 1;
}

.myguy-team__crew-image {
    min-height: 470px;
    overflow: hidden;
}

.myguy-team__crew-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.myguy-team__crew-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 65px;
}

.myguy-team__crew-content .myguy-team__role {
    margin-bottom: 7px;
    color: var(--myguy-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.myguy-team__crew-content h3 {
    margin-bottom: 18px;
    font-size: clamp(30px, 3vw, 40px);
    letter-spacing: -0.02em;
}

.myguy-team__crew-content .myguy-team__preview {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.72;
}

.myguy-team__crew-quote {
    margin: 0 0 28px;
    padding-top: 18px;
    border-top: 1px solid var(--myguy-border);
    color: var(--myguy-dark);
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.55;
}

.myguy-team__crew-content .myguy-team__button {
    align-self: flex-start;
}


.myguy-team__closing {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px 20px;
    text-align: center;
}

.myguy-team__closing h2 {
    margin-bottom: 20px;
    font-size: clamp(32px, 4vw, 46px);
    letter-spacing: -0.02em;
}

.myguy-team__closing > p:not(.myguy-team__eyebrow) {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 17px;
    line-height: 1.75;
}

.myguy-team__closing .myguy-team__button {
    align-self: center;
}


@media (max-width: 900px) {

    .myguy-team__container {
        width: min(100% - 40px, 720px);
    }

    .myguy-team__intro {
        padding-bottom: 60px;
    }

    .myguy-team__featured {
        grid-template-columns: 1fr;
        margin-bottom: 80px;
    }

    .myguy-team__featured-image {
        min-height: 500px;
    }

    .myguy-team__featured-content {
        padding: 50px;
    }

    .myguy-team__leadership,
    .myguy-team__crew {
        margin-bottom: 80px;
    }

    .myguy-team__leadership-grid {
        gap: 24px;
    }

    .myguy-team__leader-content {
        padding: 30px;
    }

    .myguy-team__crew-list {
        gap: 45px;
    }

    .myguy-team__crew-content {
        padding: 45px;
    }

}


@media (max-width: 600px) {

    .myguy-team__container {
        width: calc(100% - 32px);
    }

    .myguy-team__intro {
        padding: 5px 0 50px;
    }

    .myguy-team__intro h1 {
        font-size: 38px;
    }

    .myguy-team__intro p:not(.myguy-team__eyebrow) {
        font-size: 16px;
        line-height: 1.7;
    }

    .myguy-team__section-heading {
        margin-bottom: 30px;
    }

    .myguy-team__section-heading h2 {
        font-size: 34px;
    }


    .myguy-team__featured {
        width: 100%;
        margin-bottom: 65px;
    }

    .myguy-team__featured-image {
        min-height: 390px;
        aspect-ratio: 4 / 5;
    }

    .myguy-team__featured-content {
        padding: 34px 24px 38px;
    }

    .myguy-team__featured-content h2 {
        margin-bottom: 18px;
        font-size: 42px;
    }

    .myguy-team__featured-content .myguy-team__preview {
        font-size: 16px;
    }

    .myguy-team__quote {
        font-size: 17px;
    }

    .myguy-team__button {
        width: 100%;
    }


    .myguy-team__leadership {
        margin-bottom: 65px;
    }

    .myguy-team__leadership-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .myguy-team__leader-image {
        aspect-ratio: 4 / 3;
    }

    .myguy-team__leader-content {
        padding: 28px 24px 30px;
    }

    .myguy-team__leader-content h3 {
        margin-bottom: 15px;
        font-size: 32px;
    }

    .myguy-team__leader-content .myguy-team__quote {
        margin-top: 5px;
    }


    .myguy-team__crew {
        margin-bottom: 65px;
    }

    .myguy-team__crew-list {
        gap: 35px;
    }

    .myguy-team__crew-member,
    .myguy-team__crew-member--reverse {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .myguy-team__crew-member--reverse .myguy-team__crew-image,
    .myguy-team__crew-member--reverse .myguy-team__crew-content {
        order: initial;
    }

    .myguy-team__crew-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .myguy-team__crew-content {
        padding: 28px 24px 30px;
    }

    .myguy-team__crew-content h3 {
        margin-bottom: 14px;
        font-size: 32px;
    }

    .myguy-team__crew-content .myguy-team__role {
        order: 1;
    }

    .myguy-team__crew-content h3 {
        order: 2;
    }

    .myguy-team__crew-quote {
        order: 3;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .myguy-team__crew-content .myguy-team__preview {
        order: 4;
        margin-bottom: 24px;
    }

    .myguy-team__crew-content .myguy-team__button {
        order: 5;
    }


    .myguy-team__closing {
        padding: 55px 20px 10px;
    }

    .myguy-team__closing h2 {
        font-size: 34px;
    }

    .myguy-team__closing > p:not(.myguy-team__eyebrow) {
        font-size: 16px;
    }

}/* End custom CSS */