

@media (max-width: 767px){    body #master-resource-container-114 {
        background-color: transparent !important;    
}}

#master-resource-container-114 .distillery-download-form {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 20px 25px 30px !important;
    box-sizing: border-box !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #777 !important;
    font-size: 14px !important;
}



#master-resource-container-114 .distillery-download-form .form-intro {
    margin: 0 0 28px 0 !important;
    padding: 0;
    color: red !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}



#master-resource-container-114 .distillery-download-form .form-row {
    display: grid !important;
    grid-template-columns: 175px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: start !important;
    margin-bottom: 16px !important;
}



#master-resource-container-114 .distillery-download-form .form-row > label {
    display: block !important;
    margin: 0;
    padding: 0;
    color: #777 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
}



#master-resource-container-114 .distillery-download-form .required {
    color: red !important;
    font-weight: normal !important;
}



#master-resource-container-114 .distillery-download-form .form-input, #master-resource-container-114 .distillery-download-form .form-select {
    width: 210px !important;
    height: 35px !important;
    min-height: 35px !important;
    padding: 5px 15px !important;
    box-sizing: border-box !important;

    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;

    color: #555 !important;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;

    outline: none !important;
}



#master-resource-container-114 .distillery-download-form .form-input:focus, #master-resource-container-114 .distillery-download-form .form-select:focus {
    border-color: #999 !important;
    box-shadow: none !important;
    outline: none !important;
}



#master-resource-container-114 .distillery-download-form .form-select {
    cursor: pointer !important;
}




#master-resource-container-114 .distillery-download-form .challenge-options {
    width: 100% !important;
    padding-top: 0;
}



#master-resource-container-114 .distillery-download-form .challenge-options .wpcf7-list-item {
    display: block !important;
    margin: 0 0 8px 0 !important;
}


#master-resource-container-114 .distillery-download-form .challenge-options .wpcf7-list-item label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 7px !important;
    color: #777 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}



#master-resource-container-114 .distillery-download-form input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    margin: 2px 0 0 0 !important;
    padding: 0;
    cursor: pointer !important;
}




#master-resource-container-114 .distillery-download-form .consent-row {
    margin: 22px 0 0 0 !important;
    padding: 0;
}



#master-resource-container-114 .distillery-download-form .consent-row .wpcf7-list-item {
    display: block !important;
    margin: 0;
}



#master-resource-container-114 .distillery-download-form .consent-row .wpcf7-list-item label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 7px !important;

    color: #777 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;

    cursor: pointer !important;
}



#master-resource-container-114 .distillery-download-form .consent-row input[type="checkbox"] {
    flex: 0 0 14px !important;
    margin-top: 3px !important;
}




#master-resource-container-114 .distillery-download-form a {
    color: #2878bd !important;
    text-decoration: underline !important;
}




#master-resource-container-114 .distillery-download-form .submit-row {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 35px !important;
}


#master-resource-container-114 .distillery-download-form .download-button {
    display: inline-block !important;

    min-width: 128px !important;
    height: 30px !important;

    padding: 4px 16px !important;
    margin: 0;

    background: #000 !important;
    color: #fff !important;

    border: 1px solid #000 !important;
    border-radius: 2px !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;

    line-height: 20px !important;
    text-align: center !important;

    cursor: pointer !important;
    box-sizing: border-box !important;
}


#master-resource-container-114 .distillery-download-form .download-button:hover {
    background: #222 !important;
    color: #fff !important;
}




#master-resource-container-114 .distillery-download-form .wpcf7-not-valid {
    border-color: #d00 !important;
}


#master-resource-container-114 .distillery-download-form .wpcf7-not-valid-tip {
    display: block !important;
    margin-top: 4px !important;
    color: red !important;
    font-size: 12px !important;
}


#master-resource-container-114 .distillery-download-form .wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    font-size: 13px !important;
}




#master-resource-container-114 .distillery-download-form p {
    margin: 0;
    padding: 0;
}


#master-resource-container-114 .distillery-download-form br {
    display: none !important;
}




@media (max-width: 768px){

    #master-resource-container-114 .distillery-download-form {
        max-width: 100% !important;
        padding: 20px !important;
    
}

    #master-resource-container-114 .distillery-download-form .form-row {
        grid-template-columns: 160px minmax(0, 1fr) !important;
        column-gap: 15px !important;
    
}

}




@media (max-width: 600px){

    #master-resource-container-114 .distillery-download-form {
        width: 100% !important;
        padding: 15px !important;
    
}


    #master-resource-container-114 .distillery-download-form .form-intro {
        margin-bottom: 25px !important;
        font-size: 14px !important;
    
}


    #master-resource-container-114 .distillery-download-form .form-row {
        display: block !important;
        margin-bottom: 20px !important;
    
}


    #master-resource-container-114 .distillery-download-form .form-row > label {
        width: 100% !important;
        margin-bottom: 8px !important;
        font-size: 14px !important;
    
}


    #master-resource-container-114 .distillery-download-form .form-input, #master-resource-container-114 .distillery-download-form .form-select {
        width: 100% !important;
        height: 40px !important;
        min-height: 40px !important;
    
}


    #master-resource-container-114 .distillery-download-form .challenge-options {
        margin-top: 5px !important;
    
}


    #master-resource-container-114 .distillery-download-form .consent-row {
        margin-top: 20px !important;
    
}


    #master-resource-container-114 .distillery-download-form .consent-row .wpcf7-list-item label {
        font-size: 13px !important;
        line-height: 1.5 !important;
    
}


    #master-resource-container-114 .distillery-download-form .submit-row {
        justify-content: center !important;
        margin-top: 30px !important;
    
}


    #master-resource-container-114 .distillery-download-form .download-button {
        width: 100% !important;
        max-width: 160px !important;
        height: 38px !important;
        padding: 8px 15px !important;
    
}

}




@media (max-width: 380px){

    #master-resource-container-114 .distillery-download-form {
        padding: 12px !important;
    
}

    #master-resource-container-114 .distillery-download-form .form-input, #master-resource-container-114 .distillery-download-form .form-select {
        font-size: 13px !important;
    
}

    #master-resource-container-114 .distillery-download-form .consent-row .wpcf7-list-item label {
        font-size: 12px !important;
    
}

}



