.custodian_main {
    background: #1C1D1F;
    color: #ffffff;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

#w0 {
    background: transparent !important;
}

.nav_custodian {
    background: transparent !important;
}

.nav_custodian .nav_logo {
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
}

#w0.w0_bottom {
    background: #1F1F24 !important;
}

.custodian_hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: -1px;
    background: #1C1D1F url('/images/custodian/feature_1.svg') center/cover no-repeat;
}

.hero_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #1C1D1F;
}

.hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    display: block;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.hero_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    white-space: nowrap;
}

.hero_title {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.hero_subtitle {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 16px;
}

.hero_tagline {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.15;
    color: #80879A;
}

@keyframes custodianFadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero_title,
.hero_subtitle,
.hero_tagline,
.steps_index,
.steps_title,
.contact_index,
.contact_title {
    animation: custodianFadeUp 2s ease forwards;
}

.custodian_features {
    position: relative;
    background: #1C1D1F;
    height: 280vh;
}

.features_pin {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #1C1D1F;
}

.features_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.feature_left {
    flex-shrink: 0;
    width: 660px;
}

.feature_img_wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 660 / 672;
    border-radius: 16px;
    overflow: hidden;
}

.feature_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature_img.active {
    opacity: 1;
}

.feature_right {
    flex: 0 0 auto;
    width: 480px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
    will-change: transform;
}

.feature_item {
    display: flex;
    flex-direction: column;
    transition: opacity 0.4s ease;
}

.feature_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #80879A;
    margin-bottom: 12px;
    transition: color 0.4s ease;
}

.feature_text {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #80879A;
    transition: color 0.4s ease;
}

.feature_item.active .feature_label {
    color: #FFFFFF;
}

.feature_item.active .feature_text {
    color: #FFFFFF;
}

.custodian_company {
    position: relative;
    width: 100%;
    height: 200vh;
    background: #1C1D1F;
}

.company_sticky_wrap {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
}

.company_bg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.company_bg_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, #1C1D1F, rgba(28, 29, 31, 0));
    z-index: 2;
    pointer-events: none;
}

.company_bg_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, #1C1D1F, rgba(28, 29, 31, 0));
    z-index: 2;
    pointer-events: none;
}

.company_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.company_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.company_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    z-index: 3;
    box-sizing: border-box;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.company_top_label {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.company_top_label .text_gold {
    color: #FFDB9E;
}

.company_name {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.company_contact_link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #FFDB9E;
    text-decoration: none;
    margin-bottom: 0;
    cursor: pointer;
}

.company_contact_link:hover {
    opacity: 0.8;
}

.company_stats {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    margin-top: 260px;
    will-change: transform;
}

.stat_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 370px;
    height: 200px;
    flex-shrink: 0;
    padding-top: 57px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.stat_item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(to right, #FDC463, rgba(253, 196, 99, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.stat_item img {
    width: 40px;
    height: 40px;
}

.stat_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28.8px;
    color: #FFDB9E;
    white-space: normal;
    word-break: break-word;
    text-align: center;
}

.custodian_steps {
    padding: 120px 0;
    text-align: left;
    background: #1C1D1F;
    max-width: 1200px;
    margin: 0 auto;
}

.steps_index {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.steps_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 208px;
    line-height: 1.2;
    color: #fff;
}

.steps_timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 64px;
}

.steps_timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
    background: url('/images/custodian/step_timeline.svg') no-repeat center center;
    background-size: 100% auto;
 }

.step_item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    transform: translateX(-50%);
}

.step_item:nth-child(1) { left: 13%; }
.step_item:nth-child(2) { left: 37%; }
.step_item:nth-child(3) { left: 63%; }
.step_item:nth-child(4) { left: 87%; }

.step_dot {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #222426;
    border: 1px solid #3F414B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FFDB9E;
    margin-bottom: 20px;
}

.step_item.active .step_dot {
    background: #FFDB9E;
    border: none;
    color: #1F1F24;
}

.step_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    white-space: nowrap;
}

.step_item.active .step_text {
    color: #FFFFFF;
}

.custodian_contact {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0 140px;
    background: #1C1D1F;
    text-align: left;
}

.contact_index {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.contact_title {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 83px;
}

.contact_panel {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    gap: 24px;
    max-width: 1200px;
    margin: 0;
}

.custodian_contact::before {
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -52%);
    width: 100vw;
    height: 100%;
    background: url('/images/custodian/contact_wave.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.contact_form {
    position: relative;
    z-index: 1;
    flex: 0 0 884px;
    width: 884px;
    min-height: 392px;
    box-sizing: border-box;
    text-align: left;
    padding: 40px 40px; 
    border-radius: 20px;
    background: rgba(253, 196, 99, 0.05);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.contact_form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.form_row {
    display: flex;
    gap: 20px;
    margin-bottom: 37px;
}

.form_row:last-child {
    margin-bottom: 37px;
}

.form_line {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.form_group {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.form_group label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
    white-space: normal;
    overflow-wrap: break-word;
    width: 95px;
    flex-shrink: 0;
    text-align: right;
}

.contact_form--wide-label .form_group label {
    width: 130px;
}

.contact_form--wide-label .form_submit_wrap {
    margin-left: 142px;
    width: calc(50% - 152px);
}

.form_group input,
.form_group textarea {
    width: 100%;
    min-width: 0;
    padding: 10px 14px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    color: #FFFFFF !important;
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s;
    resize: none;
    font-family: inherit;
    box-sizing: border-box;
}

.form_group input {
    height: 48px;
}

.form_group input:focus,
.form_group textarea:focus {
    border-color: #FFDB9E;
}

.form_group input:-webkit-autofill,
.form_group input:-webkit-autofill:hover,
.form_group input:-webkit-autofill:focus,
.form_group input:-webkit-autofill:active,
.form_group input:autofill,
.form_group textarea:-webkit-autofill,
.form_group textarea:autofill {
    -webkit-text-fill-color: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
    caret-color: #FFFFFF;
}

.form_group input::placeholder,
.form_group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.form_group input::-webkit-input-placeholder,
.form_group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.form_group input::-moz-placeholder,
.form_group textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.form_group input:-ms-input-placeholder,
.form_group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.form_submit_wrap {
    margin-top: 0;
    margin-left: 102px;
    width: calc(50% - 112px);
}

.form_submit_btn {
    width: 100%;
    height: 40px;
    padding: 0;
    background: linear-gradient(135deg, #FFDB9E, #c9a84c);
    border: none;
    border-radius: 6px;
    color: #1a1a1b;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s;
}

.form_submit_btn:hover {
    opacity: 0.85;
}

.contact_qr {
    position: relative;
    z-index: 1;
    width: 259px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 20px;
    background: rgba(253, 196, 99, 0.05);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.contact_qr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.contact_qr img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
}

.contact_qr .qr_text {
    margin: 14px 0 0;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

/* 提交成功弹窗 */
.custodian_success_modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.custodian_success_modal.active {
    display: flex;
}

.cs_modal_content {
    position: relative;
    width: 400px;
    max-width: 90vw;
    background: #2E2F36;
    border: 1px solid #3F414B;
    border-radius: 16px;
    padding: 48px 32px 32px;
    text-align: center;
}

.cs_modal_close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.cs_modal_close img {
    width: 20px;
    height: 20px;
}

.cs_modal_icon img {
    display: block;
    width: 206px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.cs_modal_text {
    margin: 26px 0 50px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    font-family: "Inter SemiBold", sans-serif;
}

.cs_modal_btn {
    width: 100%;
    height: 48px;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: #1F1F24;
    font-family: "Inter SemiBold", sans-serif;
    cursor: pointer;
}

.cs_modal_btn:hover {
    opacity: 0.9;
}

@media only screen and (max-width: 1200px) {
    .hero_title,
    .hero_subtitle {
        font-size: 42px;
    }

    .hero_tagline {
        font-size: 22px;
    }

    .features_pin {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 60px;
    }

    .features_inner {
        gap: 48px;
    }

    .feature_left {
        width: 380px;
        height: 380px;
    }

    .feature_right {
        flex: 0 1 auto;
        width: auto;
    }

    .feature_label {
        font-size: 14px;
    }

    .feature_text {
        font-size: 36px;
        line-height: 44px;
    }

    .custodian_company {
        height: auto;
        padding: 80px 0;
        padding-bottom: 0;
    }

    .company_sticky_wrap {
        position: static;
        height: auto;
        overflow: visible;
    }

    .company_bg_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .company_content {
        position: relative;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        display: block;
        padding: 0;
        width: calc(100% - 80px);
    }

    .company_top_label {
        font-size: 32px;
    }

    .company_name {
        font-size: 36px;
        line-height: 44px;
    }

    .company_contact_link {
        font-size: 14px;
        margin-bottom: 36px;
    }

    .company_stats {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 100px;
    }

    .stat_item {
        width: calc(50% - 6px);
        height: auto;
        min-width: 0;
        flex-shrink: 1;
        justify-content: flex-start;
        padding: 28px 16px;
    }

    .stat_item img {
        width: 32px;
        height: 32px;
    }

    .stat_text {
        font-size: 18px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
    }

    .contact_panel {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .contact_form {
        max-width: 100%;
        width: 100%;
        flex: 0 0 auto;
        min-height: auto;
        padding: 32px 24px;
    }

    .contact_qr {
        width: 180px;
    }

    .contact_title {
        font-size: 26px;
    }

    .form_group label {
        font-size: 14px;
    }

    .contact_form--wide-label .form_group label {
        width: 100px;
    }

    .contact_form--wide-label .form_submit_wrap {
        margin-left: 112px;
        width: calc(50% - 122px);
    }

    .form_group input,
    .form_group textarea {
        font-size: 12px;
    }

    .form_group input::placeholder,
    .form_group textarea::placeholder,
    .form_group input::-webkit-input-placeholder,
    .form_group textarea::-webkit-input-placeholder,
    .form_group input::-moz-placeholder,
    .form_group textarea::-moz-placeholder,
    .form_group input:-ms-input-placeholder,
    .form_group textarea:-ms-input-placeholder {
        font-size: 12px;
    }

    .form_submit_btn {
        font-size: 12px;
    }

    .custodian_steps {
        padding: 100px 40px;
    }

    .steps_title {
        font-size: 26px;
        margin-bottom: 120px;
    }

    .steps_timeline {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        height: auto;
        position: relative;
    }

    .steps_timeline::before {
        display: block;
        top: 24px;
        left: 12.5%;
        right: 12.5%;
        height: 4px;
        transform: none;
        background-size: 100% 100%;
    }

    .step_item {
        position: relative;
        left: auto !important;
        transform: none;
        flex: 1;
        min-width: 0;
    }

    .step_dot {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .step_text {
        font-size: 16px;
        white-space: normal;
        text-align: center;
    }

    .form_submit_wrap {
        margin-left: 102px;
        width: calc(50% - 112px);
    }
}

@media only screen and (max-width: 767px) {
    .custodian_hero {
        aspect-ratio: 4 / 3;
    }

    .hero_content {
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
        white-space: normal;
    }

    .hero_title,
    .hero_subtitle {
        font-size: 28px;
        white-space: normal;
    }

    .hero_title {
        margin-bottom: 8px;
    }

    .hero_tagline {
        font-size: 16px;
        white-space: normal;
    }

    .custodian_features {
        height: auto;
    }

    .features_pin {
        position: static !important;
        height: auto;
        padding: 60px 24px;
        top: auto !important;
    }

    .features_inner {
        flex-direction: column;
        gap: 40px;
    }

    .feature_left {
        width: 100%;
        max-width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .feature_right {
        max-width: 100%;
        gap: 32px;
    }

    .feature_label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .feature_text {
        font-size: 28px;
        line-height: 36px;
    }

    .custodian_company {
        position: relative;
        height: auto;
        min-height: 480px;
        padding: 80px 0;
        padding-bottom: 0;
    }

    .company_sticky_wrap {
        position: static;
        height: auto;
        overflow: visible;
    }

    .company_bg_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .company_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .company_content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        height: auto;
        display: block;
        width: auto;
        margin: 0 20px;
        padding: 0;
    }

    .company_name {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .company_top_label {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .company_contact_link {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .stat_item {
        width: calc(50% - 6px);
        height: auto;
        min-width: 0;
        flex-shrink: 1;
        justify-content: flex-start;
        padding: 18px 14px;
    }

    .stat_item img {
        width: 28px;
        height: 28px;
    }

    .stat_text {
        font-size: 12px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
    }

    .custodian_steps {
        padding: 80px 20px;
    }

    .steps_title {
        font-size: 22px;
        margin-bottom: 48px;
    }

    .steps_timeline {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        height: auto;
        padding: 12px 0;
        position: relative;
    }

    .steps_timeline::before {
        display: block;
        top: 30px;
        left: 12.5%;
        right: 12.5%;
        height: 4px;
        transform: none;
        background-size: 100% 100%;
    }

    .step_item {
        position: relative;
        left: auto !important;
        transform: none;
        flex: 1;
        min-width: 0;
    }

    .step_dot {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .step_text {
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }

    .company_stats {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .custodian_contact {
        padding: 80px 20px 100px;
    }

    .custodian_contact::before {
        display: none;
    }

    .contact_title {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .contact_panel {
        gap: 16px;
    }

    .contact_form {
        padding: 24px 16px;
    }

    .form_row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .form_group {
        margin-bottom: 16px;
    }

    .form_group label {
        font-size: 13px;
        width: 72px;
    }

    .contact_form--wide-label .form_group label {
        width: 88px;
    }

    .form_group input,
    .form_group textarea {
        font-size: 12px;
    }

    .form_submit_wrap {
        margin-left: 0;
        width: 100%;
    }

    .form_submit_btn {
        width: 100%;
        font-size: 12px;
    }

    .contact_qr {
        width: 180px;
        padding: 16px 26px;
    }
}
