<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap);

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    margin: 0;
    font-family: Montserrat !important;
}

.btn-animated {
    transition: transform 200ms ease;
}

.btn-animated:active {
    transform: scale(0.8);
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 5px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #0788FE;
    border: 1px solid #0788FE;
    text-decoration: none;
    background: #fff;
}

.cta-btn-primary {
    background: linear-gradient(235.04deg, #C520FF 5.49%, #0788FE 87.77%);
    box-shadow: 0 8px 10px rgba(51, 112, 254, 0.2);
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: .5rem .75rem;
    color: #828282;
}

.form-actions {
    display: flex;
}

.form-actions .cta-btn {
    margin-right: 20px;
}

.page-messages {
    margin-bottom: 10px;
    /*padding-bottom: 1px;*/
}

.page-messages .message {
    margin: 0 0 10px;
    padding: 10px 20px;
    border-left: solid 10px #FFED00;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    border-radius: 0 4px 4px 0;
}

.page-messages .message p {
    margin: 0;
    padding: 4px 0 4px;
    line-height: 20px;
}

.page-messages .message.error {
    background: #EB5757;
    color: #fff;
}

.page-messages .message.success {
    background: #d0ffd0;
    color: #4F4F4F;
}

.page-messages .message.info {
    background: #ffffe3;
    color: #f5df51;
}

.system-hint {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #EB5757;
    position: relative;
    padding: 10px 0;
    margin: 0;
}

.system-hint:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    width: 90px;
    border: 2px solid #EB5757;
}

.form-hint {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #EB5757;
    position: relative;
    padding: 10px 0;
    margin: 0;
}

.form-hint:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    width: 90px;
    border: 1px solid #EB5757;
    opacity: 0.6;
}

.form-actions {
    margin-top: 20px;
}

h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #333;
    margin: 0;
}

h5 {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #333;
}

a {
    color: #2F80ED;
    text-decoration: none;
}

#page {
    min-height: 100%;
    width: 100%;
}

#page .wrapper {
    margin: 0 auto;
    padding: 20px;
}

#page .page-header {
    border-bottom: 1px solid #cecece;
    color: #fff;
    background-color: #F7F7FF;
}

#page .page-body {
    min-height: 500px;
}

.product3d-view {
    width: 780px;
    height: 500px;
    margin: 10px auto;
}

/*.edit-help { margin-top: 40px; margin-bottom: 40px; }*/
/*.about-help { margin-top: 40px; margin-bottom: 40px; }*/
/*.column-left { float: left; }*/
/*.column-right { float: right; }*/
/*.field-group { padding: 1px 0px; }*/
/*.field-group h5 { color: #f5911f; font-weight: bold; margin: 12px 0px 8px; }*/
/*.field-group label { margin: 6px 0px 4px; }*/
/*.field-group .input-text { width: 330px; }*/
/*.field-group .input-text input,*/
/*.field-group .input-text textarea { width: 98%; }*/
/*.field-group .input-text textarea { height: 140px; max-height: 140px; max-width:316px; }*/
/*.field-group .form-actions { width: 430px; margin: 16px auto 30px; }*/
/*.contact-designer { padding-top: 20px; }*/
/*.contact-author { padding-top: 20px; }*/</pre></body></html>