/** Shopify CDN: Minification failed

Line 38:15 Expected identifier but found whitespace
Line 38:17 Unexpected "{"
Line 38:26 Expected ":"

**/

.page-section>li.form-line:first-child {
    margin-top: 0 !important;
}
body.template-contact-us {
    color: var(--color-body-text);
}
.contact-us-form ul.page-section {
    padding: 0;
}
li.form-line {
    margin: 0;
    padding: 0;
    display: block;
}
li.form-line .form-textarea:focus, li.form-line .form-textarea:hover {
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: none
}
.contact_card {
    max-width: 1140px;
    margin-inline: auto;
    box-shadow: 0px 0px 40px rgb(31 31 31 / 20%);
    margin-block: 80px;
    padding: 80px 73px;
    width: 100%;
    border-radius: 30px;
    position: relative; 
    z-index: 1;
    overflow: hidden;
    background: {{ section.settings.card_color }};
}
.contact_title {
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0.2px;
    margin: 0px;
    text-align: center;
    max-width: 394px;
    margin-left: auto;
}
.contact_sub_title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.2px;
    color: rgb(0 0 0 / 90%);
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    max-width: 394px;
}
.contact_card_blocks {
    margin-top: 58px;
}
.card_block_title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: rgb(31 31 31 / 60%);
    margin-bottom: 10px;
}
.card_icon_link {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.card_icon_link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    display: block;
}
.contact_container {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section_image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 49.3%;
    height: 100%;
}
.contact_card_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact-us-blocks {
    width: 50%;
}
.contact-us-blocks .card_image {
    max-width: 100%;
    display: block;
    border-radius: 30px;
}
.card_icon_link svg {
    color: #FFE286;
    width: 17px;
    margin-right: 15px;
}
.contact-us-form {
    max-width: 394px;
    margin-left: auto;
    margin-top: 50px;
}
.contact-us-form input, .contact-us-form textarea, .contact-us-form select {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 30px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    padding: 14px 20px;
}
.contact-us-form select:has(option:disabled:checked), .contact-us-form input::placeholder, .contact-us-form textarea::placeholder {
    color: #4c4c4c;
}
.contact-us-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    line-height: 1.3;
}
.contact-us-form .contact-form-reason {
    position: relative;
}
.contact-us-form .contact-form-reason::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-left: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transform: translateY(-50%) rotate(-45deg);
    pointer-events: none;
}
.js-form-errors {
    color: #c00000;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
    list-style: circle;
    margin-left: 30px;
}
.contact-us-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.contact-us-form .form-group label {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 21px;
    color: #4c4c4c;
    transition: all 0.3s ease;
}
.contact-us-form .form-group:focus-within label {
    top: 0;
    font-size: 12px;
}
.contact-us-form .form-group.has-value label {
    top: 0;
    font-size: 12px;
}
.contact-us-form .contact-submit-btn {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 16px 15px;
    letter-spacing: 0;
    line-height: 130%;
    font-weight: 400;
    font-size: 14px;
    border-color: #fff;
    border-radius: 50px;
}
.contact-us-form .contact-submit-btn:hover {
    background: #000;
}
.disclaimer_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-align: center;
    margin-top: 20px;
    color: rgb(11 11 11);
}
.disclaimer_text a {
    text-decoration: underline;
}
.disclaimer_text a:focus-visible {
    color: #140d03;
    outline-color: #492900;
}
.disclaimer_text a:hover {
    color: #492900;
}
.contact-us-form .contact-submit-btn:focus-visible {
    outline-color: #492900;
}
.form-success {
    margin: 20px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.form-success svg {
    min-width: 20px;
    height: 20px;
    background: #5cb85c;
    color: #fff;
    padding: 3px;
    border-radius: 100px;
}

@media (max-width: 991px) {
    
    .contact_card {
        width: calc(100% - 40px);
        padding: 40px 20px; 
    }
    .contact_image_block {
        padding-right: 30px;
    }
    .contact_content_block {
        padding-left: 30px;
    }
}
@media (max-width: 810px) {
    
    .contact_image_block {
        order: 2;
        padding: 0px;
        margin-top: 40px;
    }
    .contact_image_block img {
        margin-inline: auto;
    }
    .contact_content_block {
        padding: 0px;
    }
    .contact-us-blocks {
        width: 100%;
    }
    .contact-us-form, .contact_title, .contact_sub_title p {
        max-width: 100%;
    }
}
@media (max-width: 580px) {
    
    .contact_card {
        padding: 50px 28px;
    }
    .contact_title {
        font-size: 40px;
    }
    .contact_sub_title p, .card_icon_link a {
        font-size: 14px;
    }
    .contact_card_blocks {
        font-size: 48px;
    }
    .card_block_title p {
        font-size: 12px;
    }
    .card_icon_link {
        margin-top: 5px;
    }
}