@font-face {
    font-family: "Stem";
    src: url("/wp-content/uploads/2024/11/Stem-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("/wp-content/uploads/2024/08/Satoshi-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("/wp-content/uploads/2024/08/Satoshi-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.rt-contact {
    --rt-contact-max: 1920px;
    --rt-contact-gutter: clamp(18px, 2.7vw, 48px);
    --rt-contact-ink: #212121;
    --rt-contact-muted: #353434;
    --rt-contact-soft: #f7f7f7;
    --rt-contact-blue: #6255ff;
    color: var(--rt-contact-ink);
    background: #fff;
    font-family: "Satoshi", Raleway, Arial, sans-serif;
    overflow: hidden;
}

.rt-contact *,
.rt-contact *::before,
.rt-contact *::after {
    box-sizing: border-box;
}

.rt-contact a {
    color: inherit;
}

.rt-contact-hero {
    min-height: 70vh;
    background: var(--rt-contact-soft);
}

.rt-contact-hero__inner,
.rt-contact-details__inner {
    width: min(100%, var(--rt-contact-max));
    margin: 0 auto;
    padding-inline: var(--rt-contact-gutter);
}

.rt-contact-hero__inner {
    min-height: 70vh;
    padding-top: clamp(52px, 5vw, 100px);
    padding-bottom: clamp(52px, 5vw, 100px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: clamp(30px, 4vw, 78px);
    align-items: center;
}

.rt-contact-hero__copy {
    display: grid;
    justify-items: start;
    gap: clamp(26px, 2.2vw, 35px);
    padding-right: 5%;
    min-width: 0;
}

.rt-contact h1,
.rt-contact h2,
.rt-contact h3 {
    margin: 0;
    color: var(--rt-contact-ink);
}

.rt-contact h1 {
    max-width: 920px;
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(56px, 5.8vw, 112px);
    font-weight: 500;
    line-height: .92;
    letter-spacing: 0;
}

.rt-contact-hero__copy p {
    margin: 0;
    color: var(--rt-contact-muted);
    font-family: "Satoshi", Arial, sans-serif;
    font-size: clamp(19px, 1.15vw, 22px);
    font-weight: 400;
    line-height: 1.5;
}

.rt-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 69px;
    padding: 20px 50px;
    border: 1px solid #000;
    border-radius: 50px;
    background: transparent;
    color: #000;
    font-family: "Satoshi", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none !important;
    transition: transform .24s ease, background-color .24s ease;
}

.rt-contact-button:hover,
.rt-contact-button:focus-visible {
    transform: translateY(-2px) scale(1.02);
    background: rgba(255, 255, 255, .36);
}

.rt-contact-button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex: 0 0 auto;
}

.rt-contact-hero__media {
    margin: 0;
    min-width: 0;
}

.rt-contact-hero__media img {
    display: block;
    width: 100%;
    height: auto;
}

.rt-contact-details {
    background: #fff;
}

.rt-contact-details__inner {
    padding-top: clamp(64px, 5vw, 104px);
    padding-bottom: clamp(64px, 5vw, 104px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: clamp(42px, 5vw, 92px);
    align-items: stretch;
}

.rt-contact-details__content {
    display: grid;
    align-content: start;
    gap: clamp(38px, 3.7vw, 70px);
    padding-right: 8%;
    min-width: 0;
}

.rt-contact-details__intro {
    display: grid;
    gap: 8px;
}

.rt-contact-details__intro h2 {
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(44px, 4.2vw, 82px);
    font-weight: 500;
    line-height: .96;
}

.rt-contact-details__intro p {
    margin: 0;
    color: var(--rt-contact-muted);
    font-size: clamp(20px, 1.32vw, 25px);
    font-weight: 400;
    line-height: 1.5;
}

.rt-contact-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 3vw, 52px);
}

.rt-contact-info__item {
    min-width: 0;
}

.rt-contact-info__item h3 {
    margin-bottom: 8px;
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(22px, 1.7vw, 32px);
    font-weight: 500;
    line-height: 1.05;
}

.rt-contact-info__item p {
    margin: 0;
    color: var(--rt-contact-ink);
    font-size: 16px;
    line-height: 1.5;
}

.rt-contact-info__item a {
    text-decoration: none;
}

.rt-contact-info__item a:hover,
.rt-contact-info__item a:focus-visible {
    color: var(--rt-contact-blue);
}

.rt-contact-social {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.rt-contact-social a {
    display: inline-flex;
    width: 25px;
    height: 25px;
    color: #6255ff;
    text-decoration: none;
    transition: transform .22s ease, color .22s ease;
}

.rt-contact-social a:hover,
.rt-contact-social a:focus-visible {
    color: #212121;
    transform: translateY(-2px) scale(1.08);
}

.rt-contact-social svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.rt-contact-map {
    min-height: 703px;
    overflow: hidden;
    border-radius: 28px;
    background: #eef1f4;
    min-width: 0;
}

.rt-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 703px;
    border: 0;
}

@media (max-width: 1024px) {
    .rt-contact-hero__inner,
    .rt-contact-details__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .rt-contact-hero__copy,
    .rt-contact-details__content {
        justify-items: center;
        padding-right: 0;
    }

    .rt-contact-hero__copy p {
        font-size: 20px;
    }

    .rt-contact-hero__media {
        width: 100%;
    }

    .rt-contact-info {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .rt-contact-social {
        justify-content: center;
    }

    .rt-contact-map,
    .rt-contact-map iframe {
        min-height: 308px;
    }
}

@media (max-width: 767px) {
    .rt-contact-hero__inner {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .rt-contact-details__inner {
        padding-top: 15%;
        padding-bottom: 15%;
        gap: 41px;
    }

    .rt-contact h1 {
        font-size: clamp(42px, 11.4vw, 62px);
        line-height: .96;
    }

    .rt-contact-hero__copy p {
        font-size: 18px;
        line-height: 1.45;
    }

    .rt-contact-button {
        min-height: 54px;
        padding: 15px 30px;
        font-size: 18px;
        line-height: 22px;
    }

    .rt-contact-info {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .rt-contact-details__intro h2 {
        font-size: clamp(38px, 10vw, 54px);
    }

    .rt-contact-details__intro p {
        font-size: 20px;
    }

    .rt-contact-map {
        border-radius: 20px;
    }
}

/* Service-style contact hero refresh. */
.rt-contact {
    --rt-contact-max: 1456px;
    --rt-contact-gutter: var(--rt-layout-gutter, 72px);
    --rt-contact-primary: #6255ff;
    --rt-contact-primary-container: #ebe8ff;
    --rt-contact-surface-low: #f7f8fb;
    --rt-contact-outline: #d8deea;
    --rt-contact-muted: #4b5263;
}

.rt-contact-hero {
    position: relative;
    min-height: 560px;
    background: #fff;
    isolation: isolate;
}

.rt-contact-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 24% 38%, rgba(98, 85, 255, .18) 0, rgba(98, 85, 255, .09) 34%, rgba(255, 255, 255, 0) 68%),
        linear-gradient(105deg, #ebe8ff 0%, #f7f8ff 38%, #fff 65%, #fff 100%);
    pointer-events: none;
}

.rt-contact-hero__inner {
    width: min(100% - (var(--rt-contact-gutter) * 2), var(--rt-contact-max));
    min-height: 560px;
    padding: 52px 0 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.rt-contact-details__inner {
    width: min(100% - (var(--rt-contact-gutter) * 2), var(--rt-contact-max));
    padding-inline: 0;
}

.rt-contact-hero__copy {
    display: grid;
    gap: 18px;
    align-content: center;
    justify-items: start;
    padding-right: 0;
}

.rt-contact-hero__copy > p:not([class]) {
    display: none;
}

.rt-contact h1 {
    max-width: 760px;
    font-family: "Satoshi", Raleway, Arial, sans-serif;
    font-size: clamp(52px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.rt-contact-hero__lead {
    max-width: 680px;
    margin: 0;
    color: var(--rt-contact-muted);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.rt-contact-hero__points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: var(--rt-contact-ink);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.rt-contact-hero__points li {
    position: relative;
    padding-left: 24px;
}

.rt-contact-hero__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--rt-contact-primary);
    box-shadow: 0 0 0 6px var(--rt-contact-primary-container);
}

.rt-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.rt-contact-button {
    min-height: 52px;
    gap: 10px;
    padding: 15px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .01em;
    transition: transform 200ms cubic-bezier(.2, 0, 0, 1), box-shadow 200ms cubic-bezier(.2, 0, 0, 1), background-color 200ms cubic-bezier(.2, 0, 0, 1);
}

.rt-contact-button:hover,
.rt-contact-button:focus-visible {
    transform: translateY(-2px);
}

.rt-contact-button--filled,
.rt-contact-button--filled:visited {
    background: var(--rt-contact-primary);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(98, 85, 255, .2);
}

.rt-contact-button--filled:hover,
.rt-contact-button--filled:focus-visible,
.rt-contact-button--filled:active,
.rt-contact-button--filled:visited:hover,
.rt-contact-button--filled:visited:focus-visible,
.rt-contact-button--filled:visited:active {
    background: var(--rt-contact-primary);
    color: #fff !important;
}

.rt-contact-button--filled *,
.rt-contact-button--filled:visited *,
.rt-contact-button--filled:hover *,
.rt-contact-button--filled:focus-visible *,
.rt-contact-button--filled:active * {
    color: #fff !important;
    fill: currentColor;
}

.rt-contact-button--outlined,
.rt-contact-button--outlined:visited {
    background: #fff;
    border-color: var(--rt-contact-outline);
    color: var(--rt-contact-ink);
}

.rt-contact-button svg {
    width: 16px;
    height: 16px;
}

.rt-contact-hero__microcopy {
    max-width: 680px;
    margin: 0;
    color: var(--rt-contact-muted);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
}

.rt-contact-hero__microcopy a {
    color: var(--rt-contact-primary);
    font-weight: 800;
    text-decoration: none;
}

.rt-contact-hero__microcopy a:hover,
.rt-contact-hero__microcopy a:focus-visible {
    text-decoration: underline;
}

.rt-contact-details__intro h2 {
    font-size: clamp(38px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 750;
}

.rt-contact-hero__media {
    position: relative;
    justify-self: center;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    border-radius: 32px;
    overflow: hidden;
    background: var(--rt-contact-surface-low);
    border: 1px solid var(--rt-contact-outline);
    box-shadow: 0 18px 42px rgba(18, 20, 35, .1);
    isolation: isolate;
}

.rt-contact-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(98, 85, 255, .06), rgba(98, 85, 255, .18));
    pointer-events: none;
}

.rt-contact-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .rt-contact {
        --rt-contact-gutter: 24px;
    }

    .rt-contact-hero__inner {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .rt-contact-details__inner {
        width: min(100% - (var(--rt-contact-gutter) * 2), var(--rt-contact-max));
        grid-template-columns: 1fr;
        text-align: left;
    }

    .rt-contact-hero__copy {
        justify-items: start;
    }

    .rt-contact-details__content {
        justify-items: start;
    }

    .rt-contact-hero__media {
        justify-self: stretch;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .rt-contact {
        --rt-contact-gutter: 16px;
    }

    .rt-contact-hero::before {
        background: linear-gradient(180deg, #ebe8ff 0%, #f8f8ff 42%, #fff 78%);
    }

    .rt-contact-hero,
    .rt-contact-hero__inner {
        min-height: 0;
    }

    .rt-contact-hero__inner {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        padding: 24px 0 40px;
        gap: 28px;
    }

    .rt-contact-details__inner {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        padding-inline: 0;
        text-align: left;
    }

    .rt-contact h1 {
        max-width: 100%;
        font-size: 29px;
        line-height: 1.14;
        letter-spacing: 0;
        text-wrap: balance;
    }

    .rt-contact-hero__lead {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .rt-contact-hero__microcopy {
        max-width: 100%;
        white-space: normal;
    }

    .rt-contact-hero__actions,
    .rt-contact-hero__actions .rt-contact-button {
        width: 100%;
    }

    .rt-contact-hero__media {
        border-radius: 22px;
    }

    .rt-contact-details__intro h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}
