<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grecaptcha-badge{
    display:none
}
.article_content {
    padding-right: 0 !important;
}
.w100 {
    width: 100% !important;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.clear-both{
    clear: both;
}
.kf-optional {
    font-size: 12px;
}
.inner-label {
    margin-bottom: 15px;
}
.input-group {
    margin-top: 15px;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
}
.input-group-label {
    padding: 10px 0;
}
.input-group .input-item label div {
    padding-bottom: 2px;
}
.input-group .input-item textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 6px;
}
.checkout-btn{
    cursor: pointer;
    background-color: #373737;
    color: white;
    font-size: 17px;
    padding: 5px 25px;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.checkout-btn:hover{
    opacity: 1;
}
.colored-image {
    border: 1px solid #000;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.grayscale-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.opacity-grayscale-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media (max-width: 1040px) {
    .input-group .input-item {
        width: 100%;
        padding: 0px 0px 0px 0px;
        float: left;
    }

    .input-group .input-item label, 
    .input-group .input-item .input-text {
        display: inline;
        width: 96%;
        margin-bottom: 10px;
    }

    .input-group .input-item .input-text {
        padding: 4px;
        height: 30px;
    }

    .input-group .input-item .beneficiary-select {
        height: 40px !important;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 100% !important;
    }

    .hrline {
        border:0;
        border-top: 2px solid #ccc;
        width: 100%;
        margin-top: 20px;
        float: left;
    }

    .card-type-container {
        margin-top: 15px;
    }

    .cardtype-item {
        margin-right: 20px;
        cursor: pointer;
        border: 1px solid transparent;
    }

    .cardtype-item:hover {
        opacity: 1;
    }

    .expirationmonth {
        width: 50px  !important;
    }

    .expirationyear {
        width: 70px  !important;
    }
    .error-container {
        padding-top: 20px;
        font-family: 'Open Sans' !important;
    }
    .processing-payment {
        margin-left: calc(50% - 75px);
    }
}
@media (min-width: 640px) {
    .input-group .input-item {
        width: 48%;
        padding: 0px 10px 0px 0px;
        float: left;
    }

    .input-group .input-item label, 
    .input-group .input-item .input-text {
        display: inline;
        width: 92%;
        margin-bottom: 10px;
    }

    .input-group .input-item .input-text {
        padding: 4px 6px;
        height: 30px;
    }

    .input-group .input-item .beneficiary-select {
        height: 40px !important;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 97% !important;
    }

    .hrline {
        border:0;
        border-top: 2px solid #ccc;
        width: 96%;
        margin-top: 20px;
        float: left;
    }

    .card-type-container {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cardtype-item {
        margin-right: 20px;
        cursor: pointer;
        border: 1px solid transparent;
    }

    .cardtype-item:hover {
        opacity: 1;
    }

    .expirationmonth {
        width: 50px  !important;
    }

    .expirationyear {
        width: 70px  !important;
    }
    .error-container {
        padding-top: 65px;
        font-family: 'Open Sans' !important;
    }
}

.error-lists {
    clear: both;
    border: 2px solid #FF7373;
    background: #FFBFBF;
    padding: 10px;
    font-weight: bold;
    display: none;
    color: #f00;
}

ul.error-lists li{ display: inherit; }

.error-response {
    clear: both;
    border: 2px solid #FF7373;
    background: #FFBFBF;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #f00;
    display: none;
}
.has_error {
    border: 1px solid #f00 !important;
}
.processing-payment {
    display: none;
}
/* Placeholder opacity */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 0.5;
}</pre></body></html>