.elementor-25646 .elementor-element.elementor-element-13cee30{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2f0cc43 */.sg-contact-page {

    --sg-black: #111111;
    --sg-dark: #181818;
    --sg-text: #333333;
    --sg-muted: #777777;
    --sg-light: #999999;
    --sg-white: #ffffff;
    --sg-offwhite: #faf9f7;
    --sg-cream: #f5f3ef;
    --sg-border: #e7e4de;

    --sg-serif: "Playfair Display", Georgia, serif;
    --sg-sans: "DM Sans", Arial, sans-serif;

    color: var(--sg-text);

    font-family: var(--sg-sans);

    background: var(--sg-white);

    line-height: 1.7;

    -webkit-font-smoothing: antialiased;
}


/* ----------------------------------------------------------
   CONTAINER
   ---------------------------------------------------------- */

.sg-contact-container {

    width: min(1180px, calc(100% - 40px));

    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   HERO
   ---------------------------------------------------------- */

.sg-contact-hero {

    padding: 100px 20px 95px;

    background: var(--sg-offwhite);

    border-bottom: 1px solid var(--sg-border);

    text-align: center;
}


.sg-contact-eyebrow {

    display: block;

    margin-bottom: 20px;

    color: var(--sg-muted);

    font-family: var(--sg-sans);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .35em;

    text-transform: uppercase;
}


.sg-contact-hero h1 {

    margin: 0 0 18px;

    color: var(--sg-black);

    font-family: var(--sg-serif);

    font-size: clamp(40px, 5vw, 64px);

    font-weight: 500;

    line-height: 1.15;
}


.sg-contact-hero p {

    max-width: 600px;

    margin: 0 auto;

    color: var(--sg-muted);

    font-family: var(--sg-sans);

    font-size: 15px;

    line-height: 1.9;
}


/* ----------------------------------------------------------
   MAIN CONTENT
   ---------------------------------------------------------- */

.sg-contact-content {

    padding-top: 100px;

    padding-bottom: 110px;
}


.sg-contact-grid {

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 100px;

    align-items: start;
}


/* ----------------------------------------------------------
   LEFT INFORMATION
   ---------------------------------------------------------- */

.sg-contact-label {

    display: block;

    margin-bottom: 20px;

    color: var(--sg-light);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .28em;

    text-transform: uppercase;
}


.sg-contact-info h2 {

    margin: 0 0 25px;

    color: var(--sg-black);

    font-family: var(--sg-serif);

    font-size: clamp(40px, 4vw, 58px);

    font-weight: 500;

    line-height: 1.1;
}


.sg-contact-intro {

    max-width: 470px;

    margin: 0 0 45px;

    color: var(--sg-muted);

    font-size: 15px;

    line-height: 1.9;
}


/* ----------------------------------------------------------
   CONTACT DETAILS
   ---------------------------------------------------------- */

.sg-contact-details {

    border-top: 1px solid var(--sg-border);
}


.sg-contact-detail {

    display: flex;

    gap: 20px;

    padding: 25px 0;

    border-bottom: 1px solid var(--sg-border);
}


.sg-contact-icon {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    background: var(--sg-cream);

    color: var(--sg-black);
}


.sg-contact-icon svg {

    width: 20px;

    height: 20px;
}


.sg-contact-detail span {

    display: block;

    margin-bottom: 5px;

    color: var(--sg-light);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .18em;

    text-transform: uppercase;
}


.sg-contact-detail a {

    color: var(--sg-black);

    font-size: 14px;

    font-weight: 500;

    text-decoration: none;
}


.sg-contact-detail a:hover {

    opacity: .6;
}


.sg-contact-detail p {

    margin: 0;

    color: var(--sg-black);

    font-size: 14px;

    line-height: 1.7;
}


/* ----------------------------------------------------------
   FORM WRAPPER
   ---------------------------------------------------------- */

.sg-contact-form-wrapper {

    padding: 50px;

    background: var(--sg-offwhite);

    border: 1px solid var(--sg-border);
}


.sg-contact-form-header {

    margin-bottom: 35px;

    padding-bottom: 25px;

    border-bottom: 1px solid var(--sg-border);
}


.sg-contact-form-header span {

    display: block;

    margin-bottom: 12px;

    color: var(--sg-light);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .25em;

    text-transform: uppercase;
}


.sg-contact-form-header h3 {

    margin: 0;

    color: var(--sg-black);

    font-family: var(--sg-serif);

    font-size: 32px;

    font-weight: 500;

    line-height: 1.25;
}


/* ----------------------------------------------------------
   FORM ROW
   ---------------------------------------------------------- */

.sg-form-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;
}


.sg-form-field {

    margin-bottom: 25px;
}


.sg-form-field label {

    display: block;

    margin-bottom: 9px;

    color: var(--sg-black);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .1em;

    text-transform: uppercase;
}


.sg-form-field input,
.sg-form-field select,
.sg-form-field textarea {

    width: 100%;

    padding: 14px 0;

    background: transparent;

    border: 0;

    border-bottom: 1px solid #cfcac2;

    border-radius: 0;

    outline: none;

    color: var(--sg-black);

    font-family: var(--sg-sans);

    font-size: 14px;

    transition: border-color .25s ease;
}


.sg-form-field textarea {

    min-height: 130px;

    resize: vertical;

}


.sg-form-field select {

    cursor: pointer;

    appearance: auto;
}


.sg-form-field input::placeholder,
.sg-form-field textarea::placeholder {

    color: #aaa;

}


.sg-form-field input:focus,
.sg-form-field select:focus,
.sg-form-field textarea:focus {

    border-bottom-color: var(--sg-black);
}


/* ----------------------------------------------------------
   CONSENT
   ---------------------------------------------------------- */

.sg-form-consent {

    margin: 5px 0 30px;
}


.sg-form-consent label {

    display: flex;

    gap: 10px;

    align-items: flex-start;

    cursor: pointer;

    color: var(--sg-muted);

    font-size: 11px;

    line-height: 1.7;
}


.sg-form-consent input {

    width: 15px;

    height: 15px;

    margin-top: 3px;

    flex-shrink: 0;

    accent-color: var(--sg-black);
}


.sg-form-consent a {

    color: var(--sg-black);

    text-decoration: underline;
}


/* ----------------------------------------------------------
   SUBMIT BUTTON
   ---------------------------------------------------------- */

.sg-contact-submit {

    width: 100%;

    min-height: 58px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 22px;

    border: 1px solid var(--sg-black);

    background: var(--sg-black);

    color: var(--sg-white);

    font-family: var(--sg-sans);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .18em;

    cursor: pointer;

    transition:
        background .3s ease,
        color .3s ease;
}


.sg-contact-submit span {

    font-size: 20px;

    line-height: 1;
}


.sg-contact-submit:hover {

    background: transparent;

    color: var(--sg-black);
}


/* ----------------------------------------------------------
   HELP SECTION
   ---------------------------------------------------------- */

.sg-contact-help {

    padding: 70px 0;

    background: var(--sg-black);

    color: var(--sg-white);
}


.sg-help-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}


.sg-contact-help .sg-contact-label {

    margin-bottom: 15px;

    color: #888;
}


.sg-contact-help h2 {

    margin: 0;

    color: var(--sg-white);

    font-family: var(--sg-serif);

    font-size: clamp(28px, 3vw, 40px);

    font-weight: 500;

    line-height: 1.25;
}


.sg-help-button {

    min-width: 220px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 18px 20px;

    border: 1px solid #555;

    color: var(--sg-white);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .15em;

    text-decoration: none;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease;
}


.sg-help-button span {

    font-size: 18px;
}


.sg-help-button:hover {

    background: var(--sg-white);

    border-color: var(--sg-white);

    color: var(--sg-black);

    opacity: 1;
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 900px) {

    .sg-contact-grid {

        grid-template-columns: 1fr;

        gap: 65px;
    }

}


@media (max-width: 600px) {

    .sg-contact-container {

        width: calc(100% - 30px);
    }


    .sg-contact-hero {

        padding: 70px 15px;
    }


    .sg-contact-content {

        padding-top: 60px;

        padding-bottom: 70px;
    }


    .sg-form-row {

        grid-template-columns: 1fr;

        gap: 0;
    }


    .sg-contact-form-wrapper {

        padding: 30px 22px;
    }


    .sg-contact-info h2 {

        font-size: 42px;
    }


    .sg-help-inner {

        flex-direction: column;

        align-items: flex-start;
    }


    .sg-help-button {

        width: 100%;
    }

}/* End custom CSS */