.dsc-page,
.dsc-page * {
    box-sizing: border-box;
}

.dsc-page {
    --dsc-primary: #111174;
    --dsc-bg: #f8f8fb;
    --dsc-text: #171722;
    --dsc-muted: #8d8d99;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    background: transparent;
    color: var(--dsc-text);
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.8;
}

html.dsc-runtime-contact-html,
html.dsc-runtime-contact-html body.dsc-runtime-contact-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-x: clip !important;
}

.dsc-contact-shortcode-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: var(--dsc-bg, #f8f8fb);
}

.dsc-fullwidth-ancestor {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    overflow: visible !important;
    transform: none !important;
}

.dsc-page.dsc-force-fullwidth,
.dsc-page.dsc-force-fullwidth .dsc-main {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.dsc-theme-title-removed {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

body.dsc-runtime-contact-page main,
body.dsc-runtime-contact-page .site-main,
body.dsc-runtime-contact-page .content-area,
body.dsc-runtime-contact-page .site-content,
body.dsc-runtime-contact-page .entry-content,
body.dsc-runtime-contact-page .page-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.dsc-contact-shortcode-page .entry-header,
.dsc-contact-shortcode-page .page-header,
.dsc-contact-shortcode-page .page-title,
.dsc-contact-shortcode-page .breadcrumbs,
.dsc-contact-shortcode-page .woocommerce-breadcrumb,
.dsc-contact-shortcode-page .entry-title,
.dsc-contact-shortcode-page h1.entry-title,
.dsc-contact-shortcode-page .title-page,
.dsc-contact-shortcode-page .page-banner,
.dsc-contact-shortcode-page .page-hero,
.dsc-contact-shortcode-page .page-heading,
.dsc-contact-shortcode-page .section-page-header,
.dsc-contact-shortcode-page [class*="page-title"],
.dsc-contact-shortcode-page [class*="page_header"],
.dsc-contact-shortcode-page [class*="page-header"],
.dsc-contact-shortcode-page [class*="breadcrumb"],
.dsc-contact-shortcode-page [class*="title-bar"],
.dsc-contact-shortcode-page [class*="banner-title"],
.dsc-contact-shortcode-page [class*="inner-banner"],
.dsc-contact-shortcode-page [class*="page-banner"],
.dsc-contact-shortcode-page [class*="hero-title"] {
    display: none !important;
}

.dsc-contact-shortcode-page .site-content,
.dsc-contact-shortcode-page .content-area,
.dsc-contact-shortcode-page .entry-content,
.dsc-contact-shortcode-page main.site-main,
.dsc-contact-shortcode-page article.page,
.dsc-contact-shortcode-page .post-content,
.dsc-contact-shortcode-page .page-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dsc-contact-shortcode-page .entry-content > .dsc-page,
.dsc-contact-shortcode-page .post-content > .dsc-page,
.dsc-contact-shortcode-page .page-content > .dsc-page {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.dsc-page a {
    color: inherit;
    text-decoration: none;
}

.dsc-hero,
.dsc-contact-shell,
.dsc-faq-section {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.dsc-page button,
.dsc-page input,
.dsc-page textarea {
    font-size: 16px !important;
}

.dsc-page svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.dsc-container {
    width: min(950px, calc(100% - 48px));
    margin-inline: auto;
}

.dsc-site-header,
.dsc-site-footer {
    display: none !important;
}


.dsc-site-header {
    position: relative;
    z-index: 80;
    background: #f9f9fc;
    color: #222230;
}

.dsc-header-top {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
}

.dsc-brand,
.dsc-footer-brand {
    color: var(--dsc-primary) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    letter-spacing: -1.1px;
    line-height: 1;
}

.dsc-header-tools {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-inline-start: auto;
}

.dsc-icon-button,
.dsc-mobile-toggle,
.dsc-mobile-close {
    border: 0;
    background: transparent;
    color: #2c2c38;
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    cursor: pointer;
}

.dsc-icon-button svg {
    width: 17px;
    height: 17px;
}

.dsc-header-divider,
.dsc-footer-divider {
    border-top: 1px solid #e6e6ed;
}

.dsc-header-nav-row {
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dsc-main-nav {
    flex: 1;
}

.dsc-menu,
.dsc-mobile-menu,
.dsc-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dsc-menu {
    display: flex;
    align-items: center;
    gap: 27px;
}

.dsc-menu > li {
    position: relative;
}

.dsc-menu > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 60px;
    color: #8b8b98;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease;
}

.dsc-menu > li > a > svg {
    color: #7474b3;
    width: 15px;
    height: 15px;
}

.dsc-menu > li.current-menu-item > a,
.dsc-menu > li > a:hover {
    color: #11111d;
}

.dsc-menu .menu-item-has-children > a > svg:last-child {
    width: 11px;
    height: 11px;
    margin-inline-start: 1px;
}

.dsc-menu .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    min-width: 190px;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e9e9ef;
    box-shadow: 0 18px 45px rgba(15, 15, 50, .11);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s ease;
    z-index: 20;
}

.dsc-menu .menu-item-has-children:hover > .sub-menu,
.dsc-menu .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dsc-menu .sub-menu a {
    display: block;
    padding: 8px 10px;
    color: #565663;
    font-size: 12px;
}

.dsc-menu .sub-menu a:hover {
    background: #f5f5fa;
    color: var(--dsc-primary);
}

.dsc-auth-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.dsc-login-link {
    color: var(--dsc-primary) !important;
    font-size: 13px;
    font-weight: 700;
}

.dsc-register-link {
    min-width: 61px;
    min-height: 34px;
    padding: 7px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--dsc-primary);
    font-size: 12px;
    font-weight: 600;
}

.dsc-search-panel {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 24px;
    background: #fff;
    border-top: 1px solid #eeeef4;
    border-bottom: 1px solid #e5e5ed;
}

.dsc-search-panel form {
    width: min(950px, calc(100% - 48px));
    height: 42px;
    margin: 0 auto;
    display: flex;
    background: #f5f5f8;
}

.dsc-search-panel input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 15px;
    color: #33333f;
    font-size: 13px;
}

.dsc-search-panel button {
    width: 48px;
    border: 0;
    background: var(--dsc-primary);
    color: #fff;
}

.dsc-mobile-toggle,
.dsc-mobile-panel {
    display: none;
}

.dsc-hero {
    min-height: 476px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.dsc-hero-inner {
    min-height: 476px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 32px;
}

.dsc-hero h1 {
    margin: 0 0 10px;
    color: #fff;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 31px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: -.6px;
}

.dsc-hero-text {
    width: min(585px, 100%);
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
}

.dsc-hero-text p {
    margin: 0;
}

.dsc-contact-shell {
    background: linear-gradient(to bottom, transparent 0 65px, var(--dsc-bg) 65px 100%);
    margin-top: -50px;
    padding-bottom: 78px;
    position: relative;
    z-index: 5;
}

.dsc-contact-panel {
    background: #fff;
    padding: 42px 40px 41px;
    box-shadow: 0 18px 38px rgba(30, 30, 60, .035);
}

.dsc-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.dsc-contact-card {
    min-height: 210px;
    padding: 17px 22px 18px;
    border: 1px solid #c9c9df;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dsc-contact-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    display: grid;
    place-items: center;
    color: var(--dsc-primary);
    background: #ececf6;
}

.dsc-contact-icon svg {
    width: 24px;
    height: 24px;
}

.dsc-contact-card h3 {
    margin: 0 0 6px;
    color: #19191f;
    font-size: 15px;
    font-weight: 800;
}

.dsc-contact-description {
    min-height: 64px;
    color: rgba(7, 7, 7, 0.4);
    font-size: 11.5px;
    line-height: 1.75;
    font-weight: 600;
}

.dsc-contact-description p {
    margin: 0;
}

.dsc-contact-action {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    color: var(--dsc-primary);
    font-size: 10.5px;
    font-weight: 700;
}

.dsc-contact-action a {
    color: var(--dsc-primary) !important;
}

.dsc-contact-action svg {
    width: 13px;
    height: 13px;
    vertical-align: -2px;
}

.dsc-card-divider {
    color: #b0b0b8;
}

.dsc-contact-form {
    margin-top: 45px;
}

.dsc-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.dsc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.dsc-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #20202a;
    font-size: 11px;
    font-weight: 700;
}

.dsc-field-full {
    grid-column: 1 / -1;
}

.dsc-input-wrap {
    height: 35px;
    display: flex;
    align-items: center;
    background: #f4f4f5;
}

.dsc-input-wrap svg {
    width: 16px;
    height: 16px;
    margin: 0 12px;
    color: var(--dsc-primary);
}

.dsc-field input,
.dsc-field textarea {
    width: 100%;
    border: 0;
    outline: none;
    color: #5b5b65;
    background: #f4f4f5;
    font-size: 11.5px;
    font-weight: 400;
}

.dsc-field input {
    height: 35px;
    padding: 0 0 0 12px;
    background: transparent;
}

.dsc-field textarea {
    min-height: 105px;
    resize: vertical;
    padding: 14px;
}

.dsc-field input:focus,
.dsc-field textarea:focus {
    box-shadow: inset 0 0 0 1px rgba(17, 17, 116, .35);
}

.dsc-form-actions {
    margin-top: 20px;
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.dsc-primary-button {
    margin-right: 0;
    margin-left: auto;
    min-width: 93px;
    height: 33px;
    padding: 0 12px;
    border: 0;
    background: var(--dsc-primary);
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.dsc-primary-button svg {
    width: 13px;
    height: 13px;
}

.dsc-primary-button[disabled] {
    opacity: .7;
    cursor: wait;
}

.dsc-form-status,
.dsc-newsletter-status {
    font-size: 11px;
    color: #278142;
}

.dsc-form-status.is-error,
.dsc-newsletter-status.is-error {
    color: #bd2c2c;
}

.dsc-faq-section {
    padding: 2px 0 83px;
    background: var(--dsc-bg);
}

.dsc-faq-wrap h2 {
    margin: 0 0 25px;
    text-align: center;
    color: #0f0f15;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 900;
}

.dsc-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dsc-faq-item {
    background: #fff;
}

.dsc-faq-question {
    width: 100%;
    min-height: 63px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    background: #fff;
    color: #22222b;
    text-align: right;
    cursor: pointer;
}

.dsc-faq-title {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 17px;
    font-weight: 600;
}

.dsc-faq-title > svg {
    width: 17px;
    height: 17px;
    color: var(--dsc-primary);
}

.dsc-faq-chevron {
    color: var(--dsc-primary);
    transition: transform .22s ease;
}

.dsc-faq-chevron svg {
    width: 16px;
    height: 16px;
}

.dsc-faq-item.is-open .dsc-faq-chevron {
    transform: rotate(180deg);
}

.dsc-faq-answer {
    padding: 0 58px 19px 30px;
    color: rgba(7, 7, 7, 0.7);
    font-size: 13px;
    line-height: 1.9;
    font-weight: 700;
}

.dsc-faq-answer p {
    margin: 0;
}

.dsc-site-footer {
    background: #fafafd;
    border-top: 1px solid #e8e8ee;
}

.dsc-footer-main {
    min-height: 260px;
    display: grid;
    grid-template-columns: 1.2fr .85fr 1.15fr;
    gap: 65px;
    align-items: start;
    padding-top: 55px;
    padding-bottom: 42px;
}

.dsc-footer-brand-col {
    order: 1;
}

.dsc-footer-links-col {
    order: 2;
}

.dsc-footer-newsletter-col {
    order: 3;
}

.dsc-footer-brand {
    margin-bottom: 20px;
    font-size: 27px;
}

.dsc-footer-description {
    color: #6e6e79;
    font-size: 10.5px;
    line-height: 1.8;
}

.dsc-footer-description p {
    margin: 0;
}

.dsc-footer-main h3 {
    margin: 0 0 14px;
    color: #8a8a95;
    font-size: 11px;
    font-weight: 400;
}

.dsc-footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 25px;
}

.dsc-footer-menu a {
    color: #282832 !important;
    font-size: 11px;
    font-weight: 700;
}

.dsc-footer-newsletter-col p {
    margin: 0 0 12px;
    color: #4c4c56;
    font-size: 10.5px;
    line-height: 1.8;
}

.dsc-newsletter-form {
    display: flex;
    align-items: stretch;
    gap: 9px;
    direction: ltr;
}

.dsc-newsletter-form input {
    min-width: 0;
    flex: 1;
    height: 36px;
    border: 0;
    outline: 0;
    padding: 0 14px;
    background: #f3f3f6;
    color: #565661;
    direction: rtl;
    font-size: 11px;
}

.dsc-newsletter-form button {
    width: 63px;
    border: 0;
    background: var(--dsc-primary);
    color: #fff;
    font-size: 10.5px;
    cursor: pointer;
}

.dsc-newsletter-status {
    margin-top: 7px;
}

.dsc-footer-bottom {
    min-height: 88px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 25px;
}

.dsc-trust-logos img {
    display: block;
    width: 225px;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

.dsc-social-links {
    display: flex;
    gap: 11px;
    justify-content: center;
}

.dsc-social-links a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #15151c !important;
    background: #f1f1f4;
}

.dsc-social-links svg {
    width: 13px;
    height: 13px;
}

.dsc-copyright {
    color: #9696a0;
    font-size: 10.5px;
    text-align: left;
}

@media (max-width: 820px) {
    .dsc-container {
        width: min(100% - 30px, 680px);
    }

    .dsc-header-nav-row,
    .dsc-header-tools {
        display: none;
    }

    .dsc-header-top {
        min-height: 68px;
    }

    .dsc-brand {
        font-size: 23px;
    }

    .dsc-mobile-toggle {
        display: inline-grid;
        margin-inline-start: auto;
    }

    .dsc-mobile-toggle svg {
        width: 22px;
        height: 22px;
    }

    .dsc-mobile-panel {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: block;
        padding: 28px 24px;
        background: #fff;
        overflow-y: auto;
    }

    .dsc-mobile-panel[hidden] {
        display: none;
    }

    .dsc-mobile-close {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #b50000;
    }

    .dsc-mobile-close svg {
        width: 24px;
        height: 24px;
    }

    .dsc-mobile-brand {
        margin: 16px 0 35px;
        color: var(--dsc-primary);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 28px;
        text-align: center;
    }

    .dsc-mobile-menu > li {
        border-bottom: 1px solid #ededf2;
    }

    .dsc-mobile-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 52px;
        color: #22222d;
        font-size: 14px;
    }

    .dsc-mobile-menu .sub-menu {
        margin: 0 16px 12px 0;
        list-style: none;
        padding: 0;
    }

    .dsc-mobile-menu .sub-menu a {
        min-height: 38px;
        color: #777783;
        font-size: 12px;
    }

    .dsc-mobile-auth {
        margin-top: 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .dsc-mobile-auth a {
        min-height: 42px;
        display: grid;
        place-items: center;
        border: 1px solid var(--dsc-primary);
        color: var(--dsc-primary);
        font-size: 13px;
    }

    .dsc-mobile-auth a:last-child {
        color: #fff;
        background: var(--dsc-primary);
    }

    .dsc-hero,
    .dsc-hero-inner {
        min-height: 390px;
    }

    .dsc-hero {
        background-position: 72% center;
    }

    .dsc-hero-inner {
        align-items: flex-start;
        text-align: right;
        padding-inline: 14px;
    }

    .dsc-hero h1 {
        font-size: 27px;
    }

    .dsc-hero-text {
        max-width: 510px;
        font-size: 13px;
    }

    .dsc-contact-shell {
        margin-top: -40px;
    }

    .dsc-contact-panel {
        padding: 24px 20px 30px;
    }

    .dsc-contact-cards {
        grid-template-columns: 1fr;
    }

    .dsc-contact-card {
        min-height: 190px;
    }

    .dsc-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dsc-field-full {
        grid-column: auto;
    }

    .dsc-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .dsc-footer-brand-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .dsc-container {
        width: calc(100% - 24px);
    }

    .dsc-hero,
    .dsc-hero-inner {
        min-height: 340px;
    }

    .dsc-hero h1 {
        font-size: 24px;
    }

    .dsc-hero-text {
        font-size: 12px;
        line-height: 2;
    }

    .dsc-contact-panel {
        padding-inline: 14px;
    }

    .dsc-contact-form {
        margin-top: 30px;
    }

    .dsc-form-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .dsc-primary-button {
        width: 100%;
        height: 42px;
        margin: 0;
    }

    .dsc-faq-section {
        padding-bottom: 55px;
    }

    .dsc-faq-wrap h2 {
        font-size: 22px;
    }

    .dsc-faq-question {
        padding: 0 16px;
        min-height: 68px;
    }

    .dsc-faq-title {
        gap: 9px;
        font-size: 12px;
        line-height: 1.7;
    }

    .dsc-faq-title > svg {
        width: 15px;
        height: 15px;
    }

    .dsc-faq-answer {
        padding: 0 42px 18px 18px;
    }

    .dsc-footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 42px;
    }

    .dsc-footer-brand-col,
    .dsc-footer-links-col,
    .dsc-footer-newsletter-col {
        grid-column: auto;
    }

    .dsc-footer-bottom {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 20px 0 25px;
    }

    .dsc-copyright {
        text-align: center;
    }
}


.dsc-faq-question,
.dsc-faq-question:hover,
.dsc-faq-question:focus,
.dsc-faq-question:focus-visible,
.dsc-faq-question:active {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    -webkit-tap-highlight-color: transparent;
}


/* Office address popup */
.dsc-map-popup-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    color: var(--dsc-primary);
    font-size: inherit !important;
    font-weight: 700;
    line-height: 1.8;
    cursor: pointer;
}

.dsc-map-popup-trigger:hover,
.dsc-map-popup-trigger:focus,
.dsc-map-popup-trigger:focus-visible,
.dsc-map-popup-trigger:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--dsc-primary) !important;
}

.dsc-address-modal[hidden] {
    display: none !important;
}

.dsc-address-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 12px;
    direction: rtl;
}

.dsc-address-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 7, 35, .55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.dsc-address-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1360px, calc(100vw - 24px));
    background: #12127d;
    color: #fff;
    box-shadow: 0 30px 90px rgba(9, 9, 35, .28);
    animation: dscAddressModalIn .22s ease-out;
    overflow: hidden;
}

.dsc-address-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 30px 22px;
}

.dsc-address-modal-close {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    display: inline-grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .46);
    outline: 0;
    box-shadow: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.dsc-address-modal-close:hover,
.dsc-address-modal-close:focus,
.dsc-address-modal-close:focus-visible,
.dsc-address-modal-close:active {
    border-color: rgba(255, 255, 255, .85) !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, .08) !important;
}

.dsc-address-modal-close svg {
    width: 28px;
    height: 28px;
    stroke-width: 2.3;
}

.dsc-address-modal-header-copy {
    text-align: right;
    max-width: 620px;
    margin-inline-start: auto;
}

.dsc-address-modal-eyebrow {
    display: block;
    margin: 0 0 6px;
    color: rgba(255, 255, 255, .56);
    font-size: 14px;
    font-weight: 600;
}

.dsc-address-modal-dialog h3 {
    margin: 0;
    color: #fff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 800;
}

.dsc-address-modal-address {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.9;
    font-weight: 500;
}

.dsc-address-modal-map-frame {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: #f4f4f8;
}

.dsc-address-modal-open-maps {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    min-height: 48px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background: #fff;
    color: #1869d6 !important;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.dsc-address-modal-open-maps svg {
    width: 14px;
    height: 14px;
}

.dsc-address-modal-map-frame iframe {
    display: block;
    width: 100%;
    height: min(68vh, 560px);
    border: 0;
    background: #e9edf2;
}

html.dsc-address-modal-open,
html.dsc-address-modal-open body {
    overflow: hidden !important;
}

@keyframes dscAddressModalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 991px) {
    .dsc-address-modal-dialog h3 {
        font-size: 40px;
    }

    .dsc-address-modal-map-frame iframe {
        height: min(60vh, 480px);
    }
}

@media (max-width: 560px) {
    .dsc-address-modal {
        padding: 8px;
    }

    .dsc-address-modal-header {
        padding: 18px 16px 16px;
        gap: 14px;
    }

    .dsc-address-modal-close {
        width: 54px;
        height: 54px;
    }

    .dsc-address-modal-close svg {
        width: 22px;
        height: 22px;
    }

    .dsc-address-modal-eyebrow {
        font-size: 12px;
    }

    .dsc-address-modal-dialog h3 {
        font-size: 34px;
    }

    .dsc-address-modal-address {
        font-size: 12px;
        line-height: 1.85;
    }

    .dsc-address-modal-open-maps {
        top: 12px;
        left: 12px;
        min-height: 42px;
        padding: 0 12px;
        font-size: 13px;
    }

    .dsc-address-modal-map-frame iframe {
        height: min(58vh, 420px);
    }
}



/* Shared landing header and footer */
.dsc-contact-layout {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.dsc-contact-layout > .dsc-imported-landing-header,
.dsc-contact-layout > .dsc-imported-landing-footer,
.dsc-contact-layout .dsc-imported-landing-header,
.dsc-contact-layout .dsc-imported-landing-footer {
    display: block !important;
}

body.dsc-contact-uses-landing-chrome > header:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome > footer:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome #page > header:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome #page > footer:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome .site > header:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome .site > footer:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome #masthead:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome header.site-header:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome .main-header:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome .header-area:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome .header-wrapper:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome .elementor-location-header:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome [data-elementor-type="header"]:not(.dsc-imported-landing-header),
body.dsc-contact-uses-landing-chrome #colophon:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome footer.site-footer:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome .main-footer:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome .footer-area:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome .footer-wrapper:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome .elementor-location-footer:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome [data-elementor-type="footer"]:not(.dsc-imported-landing-footer),
body.dsc-contact-uses-landing-chrome .dsc-theme-chrome-removed {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

.dsc-contact-layout .dsc-page {
    position: relative;
    z-index: 1;
}
