.widget2 {
padding-top: 30px;
height:450px;
border-width:0px;
}

.autocomplete-suggestions {
    background: white;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #aaa #aaa;
    border-image: none;
    border-right: 1px solid #aaa;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    left: -9999px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1010;
    max-height: 600px;
    cursor: pointer;
}
.btn-custom-green {
    background-color: hsl(120, 75%, 65%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bcf5bc", endColorstr="#62e862");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#bcf5bc), to(#62e862));
    background-image: -moz-linear-gradient(top, #bcf5bc, #62e862);
    background-image: -ms-linear-gradient(top, #bcf5bc, #62e862);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcf5bc), color-stop(100%, #62e862));
    background-image: -webkit-linear-gradient(top, #bcf5bc, #62e862);
    background-image: -o-linear-gradient(top, #bcf5bc, #62e862);
    background-image: linear-gradient(#bcf5bc, #62e862);
    border-color: #62e862 #62e862 hsl(120, 75%, 60%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    border: 1px;
    padding: 9px 14px;
    border-style: solid;
    border-color: #78eb78;
    border-width: 1px;
}

.button-page-adminmenu {
}
/*#9dc4e3;синий
 #a8cc83;зеленый*/
/*#e6e6e6 серый*/

/*обычная*/
.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    /*дизабл основной*/
    .btn2[disabled], fieldset[disabled] .btn2 {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .35;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn2-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn2-link, .btn2-link:hover, .btn2-link:focus, .btn2-link:active {
    border-color: transparent;
}

/*больше*/
.btn2-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

/*маленькая более квадратная*/
.btn2-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/*меньше*/
.btn2-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

/*синяя*/
.btn2-primary {
    border: 1px solid rgb(20, 103, 148);
    color: rgb(20, 103, 148);
    background-color: white;
}

    .btn2-primary[disabled], fieldset[disabled] .btn2-success {
        border: 1px solid rgb(20, 103, 148);
        color: white;
        background-color: rgb(20, 103, 148);
        text-decoration: none;
    }

    .btn2-primary:hover, .btn2-primary:focus, .btn2-primary:active, .btn2-primary.active, .open .dropdown-toggle.btn2-primary {
        border: 1px solid rgb(20, 103, 148);
        color: white;
        background-color: rgb(20, 103, 148);
        text-decoration: none;
    }

/*зеленая*/
.btn2-success {
    border: 1px solid darkgreen;
    color: darkgreen;
    background-color: white;
}


    .btn2-success[disabled], fieldset[disabled] .btn2-success {
        border: 1px solid darkgreen;
        color: white;
        background-color: darkgreen;
        text-decoration: none;
    }


    .btn2-success:hover, .btn2-success:focus, .btn2-success:active, .btn2-success.active, .open .dropdown-toggle.btn2-success {
        border: 1px solid darkgreen;
        color: white;
        background-color: darkgreen;
        text-decoration: none;
    }

/*красная*/
.btn2-danger {
    border: 1px solid darkred;
    color: darkred;
    background-color: white;
}

    .btn2-danger[disabled], fieldset[disabled] .btn2-danger {
        border: 1px solid darkred;
        color: white;
        background-color: darkred;
        text-decoration: none;
    }

    .btn2-danger:hover, .btn2-danger:focus, .btn2-danger:active, .btn2-danger.active, .open .dropdown-toggle.btn2-danger {
        border: 1px solid darkred;
        color: white;
        background-color: darkred;
        text-decoration: none;
    }

/*оранж*/
.btn2-warning {
    border: 1px solid #d58512;
    color: #d58512;
    background-color: white;
}

    .btn2-warning[disabled], fieldset[disabled] .btn2-warning {
        border: 1px solid #d58512;
        color: white;
        background-color: #d58512;
        text-decoration: none;
    }

    .btn2-warning:hover, .btn2-warning:focus, .btn2-warning:active, .btn2-warning.active, .open .dropdown-toggle.btn2-warning {
        border: 1px solid #d58512;
        color: white;
        background-color: #d58512;
        text-decoration: none;
    }

/*инфо-белая*/
.btn2-info {
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #4C4C4C;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
}

    .btn2-info[disabled], fieldset[disabled] .btn2-info {
        border: 1px solid;
        color: black;
        background-color: #4C4C4C;
        text-decoration: none;
        background: none;
    }

    .btn2-info:hover, .btn2-info:focus, .btn2-info:active, .btn2-info.active, .open .dropdown-toggle.btn2-info {
        border: 1px solid;
        color: white;
        background: none;
        background-color: rgba(0, 0, 0, 0.3);
        text-decoration: none;
    }

.btn3 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

/*больше*/
.btn3-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

/*маленькая более квадратная*/
.btn3-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/*меньше*/
.btn3-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

    /*дизабл основной*/
    .btn3[disabled], fieldset[disabled] .btn3 {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .35;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn3-link, .btn3-link:hover, .btn3-link:focus, .btn3-link:active {
    border-color: transparent;
}

.btn3-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/*синяя*/
.btn3-primary {
    border: 1px solid rgb(20, 103, 148);
    color: white;
    background-color: rgb(20, 103, 148);
}

    .btn3-primary:hover, .btn3-primary:focus, .btn3-primary:active, .btn3-primary.active, .open .dropdown-toggle.btn3-primary {
        color: rgb(20, 103, 148);
        background-color: white;
        text-decoration: none;
    }

/*зеленая*/
.btn3-success {
    border: 1px solid darkgreen;
    color: white;
    background-color: darkgreen;
}

    .btn3-success:hover, .btn3-success:focus, .btn3-success:active, .btn3-success.active, .open .dropdown-toggle.btn3-success {
        color: darkgreen;
        background-color: white;
        text-decoration: none;
    }

/*оранж*/
.btn3-warning {
    border: 1px solid #d58512;
    color: white;
    background-color: #d58512;
}

    .btn3-warning:hover, .btn3-warning:focus, .btn3-warning:active, .btn2-warning.active, .open .dropdown-toggle.btn3-warning {
        color: #d58512;
        background-color: white;
        text-decoration: none;
    }

/*красная*/
.btn3-danger {
    border: 1px solid darkred;
    color: white;
    background-color: darkred;
}

    .btn3-danger:hover, .btn3-danger:focus, .btn3-danger:active, .btn3-danger.active, .open .dropdown-toggle.btn3-danger {
        color: darkred;
        background-color: white;
        text-decoration: none;
    }

/*инфо-белая*/
.btn3-info {
    border: 1px solid;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

    .btn3-info:hover, .btn3-info:focus, .btn3-info:active, .btn3-info.active, .open .dropdown-toggle.btn3-info {
       color: rgba(0, 0, 0, 0.3);
       background-color: white;
       text-decoration: none;
    }
    

    .btn4 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

/*больше*/
.btn4-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

/*маленькая более квадратная*/
.btn4-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/*меньше*/
.btn4-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

    /*дизабл основной*/
    .btn4[disabled], fieldset[disabled] .btn3 {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .35;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn4-link, .btn3-link:hover, .btn3-link:focus, .btn3-link:active {
    border-color: transparent;
}

.btn4-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/*синяя*/
.btn4-primary {
    border: 1px solid rgb(20, 103, 148);
    color: white;
    background-color: rgb(20, 103, 148);
}

    .btn4-primary:hover, .btn3-primary:focus, .btn3-primary:active, .btn3-primary.active, .open .dropdown-toggle.btn3-primary {
        color: rgb(20, 103, 148);
        background-color: inherit;
        text-decoration: none;
    }

/*зеленая*/
.btn4-success {
    border: 1px solid darkgreen;
    color: white;
    background-color: darkgreen;
}

    .btn4-success:hover, .btn3-success:focus, .btn3-success:active, .btn3-success.active, .open .dropdown-toggle.btn3-success {
        color: darkgreen;
        background-color: white;
        text-decoration: none;
    }

/*оранж*/
.btn4-warning {
    border: 1px solid #d58512;
    color: white;
    background-color: #d58512;
}

    .btn4-warning:hover, .btn3-warning:focus, .btn3-warning:active, .btn2-warning.active, .open .dropdown-toggle.btn3-warning {
        color: #d58512;
        background-color: white;
        text-decoration: none;
    }

/*красная*/
.btn4-danger {
    border: 1px solid darkred;
    color: white;
    background-color: darkred;
}

    .btn4-danger:hover, .btn3-danger:focus, .btn3-danger:active, .btn3-danger.active, .open .dropdown-toggle.btn3-danger {
        color: darkred;
        background-color: white;
        text-decoration: none;
    }

/*инфо-белая*/
.btn4-info {
    border: 1px solid;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

    .btn4-info:hover, .btn3-info:focus, .btn3-info:active, .btn3-info.active, .open .dropdown-toggle.btn3-info {
       color: rgba(0, 0, 0, 0.3);
       background-color: white;
       text-decoration: none;
    }


        .btn5 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity:1;
        border-radius: 4px;
    border-style: solid;
    border-width: 0;
    box-shadow: 1px 1px 1px 1px #033903;
}

/*больше*/
.btn5-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

/*зеленая*/
.btn5-success {
    border: 1px solid darkgreen;
    color: white;
    background-color: darkgreen;
}

    .btn5-success:hover, .btn3-success:focus, .btn3-success:active, .btn3-success.active, .open .dropdown-toggle.btn3-success {
        color: white;
        /*background-color: white;*/
        text-decoration: none;
          opacity:0.7;
    }

.text-menu-new {
    text-align: center;
    color: #686868;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 21px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
}


.cursor {
    cursor: pointer;
}

.redactor_editor img {
    margin-left: -40px;
}

.seriy {
    background-color: #eeeeee;
}

.delrosback {
    background: url("../img/dr_main_hdr3.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 143px;
    width: 1024px;
}

.borderRad {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 10px;
    -ms-interpolation-mode: bicubic;
}

.move {
    background-color: #121A0D;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

    .move:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
    }

[class="move"]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}

.zatemn {
    opacity: 0.8;
}

.osvetl {
    opacity: inherit;
}

    .osvetl:hover {
        opacity: 1;
    }

.vkontakte {
    float: left;
    margin-right: 5px;
    padding: 5px 0;
    border-radius: 5px;
}

    .vkontakte a {
        background: url("../img/share.icons.png") no-repeat scroll -71px -49px transparent;
        display: block;
        height: 40px;
        opacity: 0.8;
        width: 40px;
        border-radius: 5px;
    }

        .vkontakte a:hover {
            background: url("../img/share.icons.png") no-repeat scroll -71px -149px transparent;
            opacity: 1;
            border-radius: 5px;
        }

        .vkontakte a:active {
            background: url("../img/share.icons.png") no-repeat scroll -71px -199px transparent;
            opacity: 1;
            border-radius: 5px;
        }

.odnoklassniki {
    float: left;
    margin-right: 5px;
    padding: 5px 0;
    margin-left: 0;
    border-radius: 5px;
}

    .odnoklassniki a {
        background: url("../img/share.icons.png") no-repeat scroll -116px -49px transparent;
        display: block;
        height: 40px;
        opacity: 0.8;
        width: 40px;
        border-radius: 5px;
    }

        .odnoklassniki a:hover {
            background: url("../img/share.icons.png") no-repeat scroll -116px -149px transparent;
            opacity: 1;
            border-radius: 5px;
        }

        .odnoklassniki a:active {
            background: url("../img/share.icons.png") no-repeat scroll -116px -199px transparent;
            opacity: 1;
            border-radius: 5px;
        }

.facebook {
    float: left;
    margin-right: 5px;
    padding: 5px 0;
    border-radius: 5px;
}

    .facebook a {
        background: url("../img/share.icons.png") no-repeat scroll -161px -49px transparent;
        display: block;
        height: 40px;
        opacity: 0.8;
        width: 40px;
        border-radius: 5px;
        border-radius: 5px;
    }

        .facebook a:hover {
            background: url("../img/share.icons.png") no-repeat scroll -161px -149px transparent;
            opacity: 1;
            border-radius: 5px;
        }

        .facebook a:active {
            background: url("../img/share.icons.png") no-repeat scroll -161px -199px transparent;
            opacity: 1;
            border-radius: 5px;
        }

.twitter {
    float: left;
    margin-right: 5px;
    padding: 5px 0;
    margin-left: 0;
    border-radius: 5px;
}

    .twitter a {
        background: url("../img/share.icons.png") no-repeat scroll -206px -49px transparent;
        display: block;
        height: 40px;
        opacity: 0.8;
        width: 40px;
        border-radius: 5px;
    }

        .twitter a:hover {
            background: url("../img/share.icons.png") no-repeat scroll -206px -149px transparent;
            opacity: 1;
            border-radius: 5px;
        }

        .twitter a:active {
            background: url("../img/share.icons.png") no-repeat scroll -206px -199px transparent;
            opacity: 1;
            border-radius: 5px;
        }

.googleplus {
    float: left;
    margin-right: 5px;
    padding: 5px 0;
    margin-left: 0;
    border-radius: 5px;
}

    .googleplus a {
        background: url("../img/share.icons.png") no-repeat scroll -251px -49px transparent;
        display: block;
        height: 40px;
        opacity: 0.8;
        width: 40px;
        border-radius: 5px;
    }

        .googleplus a:hover {
            background: url("../img/share.icons.png") no-repeat scroll -251px -149px transparent;
            opacity: 1;
            border-radius: 5px;
        }

        .googleplus a:active {
            background: url("../img/share.icons.png") no-repeat scroll -251px -199px transparent;
            opacity: 1;
            border-radius: 5px;
        }

.image-wrap2 {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
}

.hidden {
    display: none;
}

.blogtext {
    color: #000000;
}

    .blogtext:hover {
        color: #3A638C;
        text-decoration: underline;
    }

.blogtext2 {
    line-height: 24.5px;
    font-size: 24.5px;
}


.blogtext3 {
    color: inherit;
    text-shadow: none;
    font-weight: normal;
}

    .blogtext3:hover {
        color: inherit;
        text-shadow: none;
        font-weight: normal;
        /*text-decoration: underline;*/
    }

.colListHCat2 {
    color: #686868;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 21px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
}

.message {
    color: #686868;
    font-size: 22.5px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 21px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.message2 {
    font-size: 22.5px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 21px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.test:disabled {
    color: red;
    background-color: green;
}

input.texta {
    background-color: #F5F5F5;
}

.texta:focus {
    background-color: white;
}

textarea.textar {
    background-color: #F5F5F5;
}

.textar:focus {
    background-color: white;
}

.TextExpertName {
    color: #686868;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 21px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.backRast {
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    background-repeat: no-repeat;
}

.welldone {
    top: 116px;
    left: 166px;
    position: absolute;
    border-radius: 0px;
}

.ntextmainmenu25 {
    /*line-height: 1.5em;*/
    padding-bottom: 10px;
    font-family: 'PT Serif Caption' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
}

.breadcrumbs2 {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgb(238, 238, 238) 0px 0px 4px 0px inset;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0)/;
    background-image: url(http://htmlstream.com/unify/assets/img/breadcrumbs.png);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgb(238, 238, 238) 0px 0px 4px 0px inset;
    clear: both;
    color: rgb(51, 51, 51);
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 56px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.short-text {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: rgb(85, 85, 85);
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: auto;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    width: 680px;
    text-align: justify;
}

.baton1 {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(95, 182, 17);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    position: relative;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: auto;
}

    .baton1:hover {
        color: #d6d4ce;
    }

.baton2 {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #0074cc;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    position: relative;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: auto;
}

    .baton2:hover {
        color: #d6d4ce;
    }

.baton3 {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ff0000;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    position: relative;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: auto;
}

    .baton3:hover {
        color: #d6d4ce;
    }

.kbcp-w:hover {
    opacity: 0.8;
}

.sss {
    border: 3px #CCCCCC solid; /* стили рамки */
    -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 10px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius: 10px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 10px; /* закругление углов для всех, кто понимает */
}

.admintext {
    font-family: serif;
    font-style: italic;
    font-size: 14px;
}

.container10 {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(18, 26, 13);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 480px 7449px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(18, 26, 13);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(18, 26, 13);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(18, 26, 13);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 480px 7449px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(18, 26, 13);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(18, 26, 13);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(18, 26, 13);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(18, 26, 13);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(18, 26, 13);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 14868px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 349.5px;
    margin-right: 349px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(18, 26, 13);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 960px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.maim {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 350px 2173px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 350px 2173px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: left;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 4346px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 700px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kbcd-r-h {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 347.5px 10px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 347.5px 10px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 20px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 695px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kbci {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(85, 164, 242);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 105px 105px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(85, 164, 242);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(85, 164, 242);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(85, 164, 242);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 105px 105px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(85, 164, 242);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(85, 164, 242);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(85, 164, 242);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(85, 164, 242);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(85, 164, 242);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 200px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(85, 164, 242);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 200px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kbcp {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 106px 136px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 106px 136px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: url(https://boomstarter.ru/assets/compass/bg-card-gradient.png);
    background-origin: padding-box;
    background-position: 0px 211px;
    background-repeat: repeat-x;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(221, 221, 221);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 270px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 210px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kbcn {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(85, 164, 242);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 105px 19px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(85, 164, 242);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(85, 164, 242);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(85, 164, 242);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 105px 19px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(85, 164, 242);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(85, 164, 242);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(85, 164, 242);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(85, 164, 242);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 18px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(85, 164, 242);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 190px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kbcd-r {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(18, 26, 13);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 385px 619.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(18, 26, 13);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(18, 26, 13);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(18, 26, 13);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 385px 619.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(18, 26, 13);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(18, 26, 13);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(18, 26, 13);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(18, 26, 13);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(18, 26, 13);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 1239px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 35px;
    margin-left: -35px;
    margin-right: -35px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(18, 26, 13);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 700px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kpcli {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(18, 26, 13);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 110px 140px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(18, 26, 13);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(18, 26, 13);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(18, 26, 13);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 110px 140px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(18, 26, 13);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(18, 26, 13);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(18, 26, 13);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(18, 26, 13);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(18, 26, 13);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: left;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 280px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(18, 26, 13);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 220px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kbcc-p-l {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(18, 26, 13);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 360px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(18, 26, 13);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(18, 26, 13);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(18, 26, 13);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 360px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(18, 26, 13);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(18, 26, 13);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(18, 26, 13);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(18, 26, 13);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(18, 26, 13);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 40px;
    margin-right: -10px;
    margin-top: 50px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(18, 26, 13);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 720px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kbcp-w {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(18, 26, 13);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 110px 140px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(18, 26, 13);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(18, 26, 13);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(18, 26, 13);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 110px 140px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEEEEE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(18, 26, 13);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(18, 26, 13);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(18, 26, 13);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(18, 26, 13);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(18, 26, 13);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 272px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(18, 26, 13);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 212px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}


.ktcb {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(153, 153, 153);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 470px 15.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(153, 153, 153);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(153, 153, 153);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(153, 153, 153);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 470px 15.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(153, 153, 153);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(153, 153, 153);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(153, 153, 153);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(153, 153, 153);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 20px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(153, 153, 153);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 11px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 940px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}



.kkcn {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 470px 12.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 470px 12.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 25px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 940px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kkcp1 {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 475px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 475px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 950px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kkcp2 {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 470px 45px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 470px 45px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: left;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 90px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: -10px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 1024px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kkca {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 50px 45px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 50px 45px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: left;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 90px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 1px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 28px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 100px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.nougol {
    /*border-left-width: 0px;
border-right-width: 0px;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*border-top-width: 0px;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /*border-bottom-width: 0px;*/
}

.ugol4 {
    /*border-left-width: 0px;
border-right-width: 0px;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*border-top-width: 0px;*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /*border-bottom-width: 0px;*/
}

.blesk {
    border-left-color: #cccccc;
    border-left-style: double;
    border-left-width: 3px;
    border-right-color: #cccccc;
    border-right-style: double;
    border-right-width: 3px;
    border-top-color: #cccccc;
    /*border-top-left-radius: 4px;
border-top-right-radius: 4px;*/
    border-top-style: double;
    border-top-width: 3px;
    border-bottom-color: #cccccc;
    /*border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;*/
    border-bottom-style: double;
    border-bottom-width: 3px;
}

    .blesk:hover {
        opacity: 0.8;
        border-left-color: #999999;
        border-left-style: solid;
        border-left-width: 3px;
        border-right-color: #999999;
        border-right-style: solid;
        border-right-width: 3px;
        border-top-color: #999999;
        /*border-top-left-radius: 4px;
border-top-right-radius: 4px;*/
        border-top-style: solid;
        border-top-width: 3px;
        border-bottom-color: #999999;
        /*border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;*/
        border-bottom-style: solid;
        border-bottom-width: 3px;
    }

.blesk2 {
}

    .blesk2:hover {
        opacity: 0.8;
    }

.blesk3 {
    border-left-color: #cccccc;
    border-left-style: double;
    border-left-width: 3px;
    border-right-color: #cccccc;
    border-right-style: double;
    border-right-width: 3px;
    border-top-color: #cccccc;
    /*border-top-left-radius: 4px;
border-top-right-radius: 4px;*/
    border-top-style: double;
    border-top-width: 3px;
    border-bottom-color: #cccccc;
    /*border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;*/
    border-bottom-style: double;
    border-bottom-width: 3px;
    opacity: 0.9;
}

    .blesk3:hover {
        border-left-color: #999999;
        border-left-style: solid;
        border-left-width: 3px;
        border-right-color: #999999;
        border-right-style: solid;
        border-right-width: 3px;
        border-top-color: #999999;
        /*border-top-left-radius: 4px;
border-top-right-radius: 4px;*/
        border-top-style: solid;
        border-top-width: 3px;
        border-bottom-color: #999999;
        /*border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;*/
        border-bottom-style: solid;
        border-bottom-width: 3px;
        opacity: 1.0;
    }

.kkci:hover {
    opacity: 0.8;
}

.blesk4 {
    opacity: 0.8;
}

    .blesk4:hover {
        opacity: 1;
    }

.blesk6 {
    opacity: 0.8;
}


.blesk5 {
    opacity: 1.0;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

    .blesk5:hover {
        opacity: 0.9;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
    }

.posts-block {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 265px 1937.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 265px 1937.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: left;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 3875px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 530px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.categories {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 255px 10px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 255px 10px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 20px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: uppercase;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 510px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.post-params {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 255px 10.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 255px 10.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 21px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 510px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.blue-block {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 175px 616.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 175px 616.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(85, 164, 242);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 3px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 1229px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 348px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}


.blue-block {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 175px 616.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 175px 616.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(85, 164, 242);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 3px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 1229px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 348px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.posts {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 255px 1920px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 255px 1920px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 3px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 3837px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 510px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.project-post-name {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(85, 164, 242);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 0px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(85, 164, 242);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(85, 164, 242);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(85, 164, 242);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 0px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(85, 164, 242);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(85, 164, 242);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(85, 164, 242);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(85, 164, 242);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(85, 164, 242);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 15px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(85, 164, 242);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: auto;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.author {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(85, 164, 242);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 0px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(85, 164, 242);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(85, 164, 242);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(85, 164, 242);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 0px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(85, 164, 242);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(85, 164, 242);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(85, 164, 242);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(85, 164, 242);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(85, 164, 242);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(85, 164, 242);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: auto;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.date {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(128, 128, 128);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 0px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(128, 128, 128);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(128, 128, 128);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(128, 128, 128);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 0px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(128, 128, 128);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(128, 128, 128);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(128, 128, 128);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(128, 128, 128);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(128, 128, 128);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(128, 128, 128);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: auto;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.comments {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(128, 128, 128);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 0px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(128, 128, 128);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(128, 128, 128);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(128, 128, 128);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 0px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(128, 128, 128);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(128, 128, 128);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(128, 128, 128);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(128, 128, 128);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(128, 128, 128);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(128, 128, 128);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: auto;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.project-name {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(128, 128, 128);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 0px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(128, 128, 128);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(128, 128, 128);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(128, 128, 128);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 0px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(128, 128, 128);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(128, 128, 128);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(128, 128, 128);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(128, 128, 128);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(128, 128, 128);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 13px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(128, 128, 128);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: auto;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.thumbnailc {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 502.5px 1973.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 502.5px 1973.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: both;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 3890px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 327px;
    margin-right: 327px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 37px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 965px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.blog-posts-activity {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 174px 614.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 174px 614.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 1229px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 348px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.activity-record {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 154px 61px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 154px 61px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 91px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 91px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 15px;
    padding-left: 110px;
    padding-right: 10px;
    padding-top: 15px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: relative;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 188px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.activity-block {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 185px 634px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 185px 634px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: left;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 1268px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 370px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}


.container-blog {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 482.5px 1945px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 482.5px 1945px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: both;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 3875px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 965px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.content-blog {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-after: auto;
    -webkit-grid-auto-columns: auto;
    -webkit-grid-auto-flow: none;
    -webkit-grid-auto-rows: auto;
    -webkit-grid-before: auto;
    -webkit-grid-columns: none;
    -webkit-grid-end: auto;
    -webkit-grid-rows: none;
    -webkit-grid-start: auto;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: ru;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 502.5px 1973.5px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: outside-shape;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 502.5px 1973.5px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: both;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: default;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 3890px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 327px;
    margin-right: 327px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 37px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 965px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kkci {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(85, 164, 242);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 45px 45px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(85, 164, 242);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(85, 164, 242);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(85, 164, 242);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 45px 45px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.12s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: rgb(238, 238, 238);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 3px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(85, 164, 242);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 80px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 1px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: 80px;
    max-width: 80px;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(85, 164, 242);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0.12s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 80px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.kkcl-v-a {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-align-self: stretch;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease;
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-clip-path: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-progression: normal;
    -webkit-column-rule-color: rgb(85, 164, 242);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex-basis: auto;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-grid-auto-flow: none;
    -webkit-grid-column: auto;
    -webkit-grid-columns: none;
    -webkit-grid-row: auto;
    -webkit-grid-rows: none;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-justify-content: flex-start;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-order: 0;
    -webkit-perspective: none;
    -webkit-perspective-origin: 52px 16px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-margin: 0px;
    -webkit-shape-outside: auto;
    -webkit-shape-padding: 0px;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(85, 164, 242);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(85, 164, 242);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(85, 164, 242);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 52px 16px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: rgb(85, 164, 242);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(85, 164, 242);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(85, 164, 242);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(85, 164, 242);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(85, 164, 242);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: right;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 12px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: -17px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -10px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: auto;
    outline-color: rgb(85, 164, 242);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 10px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: auto;
    width: 94px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.aTab {
    margin-left: 12px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 12px;
    color: #333;
}

    .aTab:hover {
        margin-left: 12px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 12px;
        color: #333;
    }

.rightCat {
    color: #666;
}

    .rightCat:hover {
        color: #333;
    }

.bordeverh {
    border-top: 1px solid #BDBDBD;
    clear: both;
    margin-top: 8px;
    padding-bottom: 12px;
    padding-top: 10px;
}

.borderType {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 2px #888888;
    clear: left;
}

/* Print. */
@media print {
    /* cssclsNoPrint class. */
    .cssclsNoPrint {
        display: none;
    }
}

.borderTypePad {
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 2px #888888;
    clear: left;
}

#share42 {
    display: inline-block;
    padding: 6px 0 0 6px;
}

    #share42:hover {
    }

    #share42 a {
        opacity: 0.7;
    }

    #share42:hover a {
        opacity: 0.85;
    }

    #share42 a:hover {
        opacity: 1;
    }

#btnCode2 {
    display: inline-block;
    background: #FFF;
}

    #btnCode2:hover {
    }

    #btnCode2 a {
        opacity: 0.8;
    }

    #btnCode2:hover a {
        opacity: 0.9;
    }

    #btnCode2 a:hover {
        opacity: 1;
    }

.pDescription {
    color: #333;
    text-indent: 40px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

.pMyStyle {
    font-size: 16px;
    color: #333;
    display: block;
    word-wrap: break-word;
    vertical-align: baseline;
    line-height: 22px;
    margin-bottom: 20px;
}

.pMyStyleDark {
    font-size: 16px;
    color: #333;
    display: block;
    word-wrap: break-word;
    vertical-align: baseline;
    line-height: 22px;
    margin-bottom: 20px;
}

.pMyStyleSmall {
    font-size: 12px;
    color: #333;
    display: block;
    word-wrap: break-word;
    vertical-align: baseline;
    line-height: 16px;
    margin-bottom: 0px;
}

    .pMyStyleSmall.hover a {
        color: #333;
    }

    .pMyStyleSmall a {
        color: #333;
    }

.h1MyStyle {
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: bold;
}

.h6MyStyle {
    font-size: 14px;
    font-weight: bold;
}

.menuMy {
    font-size: 14px;
    color: #55A4F2;
    padding-left: 15px;
}

.menuActiveMy {
    padding-left: 15px;
    font-size: 14px;
    color: #1071D1;
    background-color: #EBF0F4;
}

.menuTitleMy {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
}

.comboBoxMy {
    -webkit-background-clip: border-box;
    -webkit-box-align: center;
    -webkit-rtl-ordering: logical;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: url(http://d297h9he240fqh.cloudfront.net/cache-62a4c9102/img/compass/library/forms/select-large-bg.png);
    background-origin: padding-box;
    background-position: 422px 14px;
    background-repeat: no-repeat;
    border-bottom-color: #CCC;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: black;
    cursor: default;
    display: inline-block;
    float: none;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 40px;
    letter-spacing: normal;
    line-height: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 9px;
    padding-top: 10px;
    position: static;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    width: 449px;
    word-spacing: 0px;
}

.wellReward {
    background: #F5F5F5;
}

.fieldWrMy {
    background-color: transparent;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 179px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: -webkit-auto;
    vertical-align: middle;
    width: 449px;
    zoom: 1;
}

.fieldConMy {
    background-attachment: scroll;
    background: #EEE;
    background-origin: padding-box;
    border-bottom-color: #CCC;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #4C4C4C;
    display: block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 177px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: -webkit-auto;
    vertical-align: baseline;
    width: 448px;
}

.deleteMy {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEE;
    background-image: none;
    background-origin: padding-box;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    cursor: pointer;
    display: block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 40px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: absolute;
    right: 0px;
    text-align: -webkit-auto;
    top: 0px;
    vertical-align: baseline;
    width: 30px;
}

.aDeleteMy {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-color: #55A4F2;
    border-left-style: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #55A4F2;
    cursor: pointer;
    display: block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    position: static;
    right: auto;
    text-align: -webkit-auto;
    text-decoration: none;
    top: auto;
    vertical-align: baseline;
    width: 11px;
}

.minMy {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 39px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: static;
    text-align: -webkit-auto;
    vertical-align: top;
    width: 221px;
}

.labelRewMy {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    cursor: default;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    text-transform: none;
    vertical-align: top;
    width: 98px;
    zoom: 1;
}

.inputTextMy {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: -webkit-linear-gradient(top, whiteSmoke, white);
    background-origin: padding-box;
    border-bottom-color: #CCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: black;
    cursor: auto;
    display: inline-block;
    float: none;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 38px;
    letter-spacing: normal;
    line-height: 16px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: -1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -1px;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    width: 99px;
    word-spacing: 0px;
}

.limitMy {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 39px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: static;
    text-align: -webkit-auto;
    vertical-align: top;
    width: 194px;
}

.limitLabelMy {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    cursor: default;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    text-transform: none;
    vertical-align: top;
    width: 129px;
    zoom: 1;
}

.descriptionMy {
    background-color: transparent;
    border-bottom-color: #CCC;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-color: #CCC;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #4C4C4C;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 99px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: static;
    text-align: -webkit-auto;
    vertical-align: top;
    width: 445px;
}

.textareaMy {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-box-orient: vertical;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: -webkit-linear-gradient(top, whiteSmoke, white);
    background-origin: padding-box;
    border-bottom-color: #CCC;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: black;
    cursor: auto;
    display: inline-block;
    float: none;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 98px;
    letter-spacing: normal;
    line-height: 17px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: -1px;
    margin-left: 0px;
    margin-right: -1px;
    margin-top: -1px;
    min-height: 50px;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    position: relative;
    resize: vertical;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre-wrap;
    width: 326px;
    word-spacing: 0px;
    word-wrap: break-word;
}

.deliverydateMy {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    display: block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 39px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: static;
    text-align: -webkit-auto;
    vertical-align: baseline;
    width: 448px;
}

.datecontMy {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 39px;
    line-height: 38px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: -1px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: static;
    text-align: -webkit-auto;
    vertical-align: middle;
    width: 326px;
    zoom: 1;
}

.mothselectMy {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-box-align: center;
    -webkit-rtl-ordering: logical;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: url(http://d297h9he240fqh.cloudfront.net/cache-5e7e10fa2/img/compass/library/forms/select-large-bg.png);
    background-origin: padding-box;
    background-position: 213px 17px;
    background-repeat: no-repeat;
    border-bottom-color: #CCC;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: black;
    cursor: default;
    display: block;
    float: left;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 38px;
    letter-spacing: normal;
    line-height: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: -1px;
    margin-left: 0px;
    margin-right: -1px;
    margin-top: -1px;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 9px;
    padding-top: 10px;
    position: relative;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    width: 196px;
    word-spacing: 0px;
    zoom: 1;
}

.yearselectMy {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-box-align: center;
    -webkit-rtl-ordering: logical;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: url(http://d297h9he240fqh.cloudfront.net/cache-5e7e10fa2/img/compass/library/forms/select-large-bg.png);
    background-origin: padding-box;
    background-position: 130px 17px;
    background-repeat: no-repeat;
    border-bottom-color: #CCC;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: black;
    cursor: default;
    display: block;
    float: left;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 38px;
    letter-spacing: normal;
    line-height: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: -1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -1px;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 9px;
    padding-top: 10px;
    position: relative;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    width: 131px;
    word-spacing: 0px;
    zoom: 1;
}

.spanDelMy {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(http://d297h9he240fqh.cloudfront.net/cache-5e7e10fa2/img/compass/icon-sprite.png);
    background-origin: padding-box;
    background-position: -50px -237px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-color: #55A4F2;
    border-left-style: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #55A4F2;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 12px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: -12498px;
    top: auto;
    vertical-align: middle;
    width: 9px;
    zoom: 1;
}

.checkaMy {
    -webkit-appearance: checkbox;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-color: transparent;
    border-bottom-color: black;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: black;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: black;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: black;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: black;
    cursor: auto;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 11px;
    letter-spacing: normal;
    line-height: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: -1px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    top: 3px;
    vertical-align: top;
    width: 16px;
    word-spacing: 0px;
    zoom: 1;
}

.labeldescMy {
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    color: #4C4C4C;
    cursor: default;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    text-transform: none;
    vertical-align: top;
    width: 98px;
    zoom: 1;
}

.opaMy {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-box-align: stretch;
    -webkit-rtl-ordering: logical;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    border-bottom-color: black;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: black;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: black;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: black;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: content-box;
    color: black;
    cursor: default;
    display: inline;
    float: none;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: static;
    text-align: -webkit-auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: pre;
    width: auto;
    word-spacing: 0px;
    zoom: 1;
}



#circularG {
    position: fixed;
    left: 50%;
    width: 128px;
    height: 128px;
}

.circularG {
    position: absolute;
    background-color: #16CC2C;
    width: 29px;
    height: 29px;
    -moz-border-radius: 19px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 19px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 19px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 19px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 19px;
    animation-name: bounce_circularG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#circularG_1 {
    left: 0;
    top: 50px;
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#circularG_2 {
    left: 14px;
    top: 14px;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#circularG_3 {
    top: 0;
    left: 50px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#circularG_4 {
    right: 14px;
    top: 14px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#circularG_5 {
    right: 0;
    top: 50px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#circularG_6 {
    right: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#circularG_7 {
    left: 50px;
    bottom: 0;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#circularG_8 {
    left: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}



.mt1 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
}

.mt2 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
}

.mp1 {
    margin-top: 15px;
    font-size: 15px;
    color: #666;
    line-height: 22px;
    text-align: justify;
}

.mp1i {
    margin-top: 15px;
    font-size: 15px;
    color: #666;
    line-height: 22px;
    text-align: justify;
    text-indent: 25px;
}

.mp2 {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    text-align: justify;
}

.mp3 {
    font-size: 13px;
    color: #555;
    line-height: 25px;
    text-align: justify;
}

.mp4 {
    font-size: 15px;
    color: #555;
    line-height: 25px;
    text-align: justify;
    text-indent: 25px;
}

.mp4_h {
    font-size: 15px;
    color: #555;
    line-height: 25px;
    text-align: justify;
    text-indent: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.mp2_strong {
    color: #555;
}

.mp3_strong {
    color: #444;
}

.mp41 {
    font-size: 16px;
    color: #555;
    line-height: 25px;
    text-align: justify;
    text-indent: 25px;
    margin-bottom: 0px;
}

.bgProject {
    background: #EEE;
    height: 412px;
    width: 212px;
    padding: 4px;
    border-bottom-color: #333;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: #333;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #333;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #333;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
}

.bgThumb {
    height: 405px;
    width: 200px;
    padding: 5px 5px 0px 5px;
    background-clip: border-box;
    background-color: white;
    background-image: url(/content/img/bg-thumb.png);
    background-origin: padding-box;
    background-position: 0px 345px;
    background-repeat: repeat-x;
}

.backFoot {
    background: #E1E1E1;
}

.backFoot_old {
    background: #EFEEEC;
}

.backMy1_old {
    background: #EDEBE1;
}

.backMy2 {
    background: white;
}

.colH4 {
    color: #333;
}

.colLogo0 {
    color: #333;
    font-size: 25px;
    padding-top: 3px;
}

.colLogo1 {
    color: #0074CC;
    font-size: 25px;
    padding-top: 3px;
}

.colLogo2 {
    color: #5BB75B;
    font-size: 12px;
    padding-top: 3px;
}

.backNav {
    background: white;
    border-bottom-color: #EEE;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.colNavSmall {
    color: #999;
    margin-top: 3px;
    text-shadow: none;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.colNav {
    color: #5F8FBF;
    margin-top: 3px;
    text-shadow: none;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

    .colNav:hover {
        color: #3A638C;
        margin-top: 3px;
        text-shadow: none;
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        height: 15px;
        line-height: 15px;
        font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    }

.colNavAl {
    color: #5985B2;
    margin-top: 11px;
    text-shadow: none;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

    .colNavAl:hover {
        color: #3A638C;
        margin-top: 11px;
        text-shadow: none;
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        height: 15px;
        line-height: 15px;
        font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    }

.colNavL {
    color: #5985B2;
    text-shadow: none;
    font-size: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

    .colNavL:hover {
        color: #3A638C;
        text-shadow: none;
        font-size: 15px;
        font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    }

.backMyOld {
    background: #EDEBE1;
}

.backDivider {
    background: #EEE;
    border-left-color: #EEE;
    border-left-style: solid;
    border-left-width: 1px;
    height: 60px;
    margin: 0 4px;
    overflow: hidden;
}

.fotA {
    font-size: 17px;
    line-height: 25px;
    /*color: #726E6E;*/
    color: rgba(255, 255, 255, 0.43);
    margin: 5px 5px 5px 15px;
}

    .fotA:hover {
        font-size: 17px;
        line-height: 25px;
        color: #ebf0f4;
        margin: 5px 5px 5px 15px;
        text-decoration: none;
    }

.fotAimg {
    font-size: 17px;
    line-height: 25px;
    color: #726E6E;
    margin: 5px 5px 5px 15px;
    opacity: 0.7;
}

    .fotAimg:hover {
        font-size: 17px;
        line-height: 25px;
        margin: 5px 5px 5px 15px;
        text-decoration: none;
        opacity: 1;
    }

.backFootDown {
    background: #4B4747;
}

.colListMenu {
}

.colListH {
    color: #333;
}

.colListHCat {
    color: #333;
    font-size: 23px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 21px;
    line-height: 20px;
    margin-bottom: 20px;
}

.aCityHref {
    color: #666;
}

    .aCityHref:hover {
        color: #333;
        text-decoration: none;
    }

.bgMenu {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: url(/Content/img/bg-menu.png);
    background-origin: padding-box;
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: #CCC;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #333;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #333;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #333;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    cursor: auto;
    direction: ltr;
    /*display: block;*/
    dominant-baseline: auto;
    empty-cells: show;
    filter: none;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 60px;
    left: auto;
    letter-spacing: normal;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: 2;
    outline-color: #333;
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    position: static;
    resize: none;
    right: auto;
    speak: normal;
    table-layout: auto;
    text-align: -webkit-auto;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    z-index: auto;
    zoom: 1;
}

.h1Slogan {
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: 1;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex: 0 0 auto;
    -webkit-flex-align: stretch;
    -webkit-flex-direction: row;
    -webkit-flex-flow: row none;
    -webkit-flex-item-align: stretch;
    -webkit-flex-line-pack: stretch;
    -webkit-flex-order: 0;
    -webkit-flex-pack: start;
    -webkit-flex-wrap: none;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: normal;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-attachment: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-perspective: none;
    -webkit-perspective-origin: 0px 0px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-outside: auto;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.199219);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: #333;
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 0px 0px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-margin: 0px;
    -webkit-wrap-padding: 0px;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: #333;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #333;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #333;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #333;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: #333;
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: auto;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: 4px;
    lighting-color: rgb(255, 255, 255);
    line-height: 55px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: 2;
    outline-color: #333;
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: white 0px 1px 0px;
    text-transform: none;
    top: auto;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.podh1 {
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: none;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-appearance: none;
    -webkit-backface-visibility: visible;
    -webkit-background-clip: border-box;
    -webkit-background-composite: source-over;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-fit: border;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-box-shadow: none;
    -webkit-color-correction: default;
    -webkit-column-axis: auto;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-rule-color: rgb(102, 102, 102);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: 1;
    -webkit-column-width: auto;
    -webkit-filter: none;
    -webkit-flex: 0 0 auto;
    -webkit-flex-align: stretch;
    -webkit-flex-direction: row;
    -webkit-flex-flow: row none;
    -webkit-flex-item-align: stretch;
    -webkit-flex-line-pack: stretch;
    -webkit-flex-order: 0;
    -webkit-flex-pack: start;
    -webkit-flex-wrap: none;
    -webkit-flow-from: none;
    -webkit-flow-into: none;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: auto;
    -webkit-font-variant-ligatures: normal;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-hyphenate-limit-after: auto;
    -webkit-hyphenate-limit-before: auto;
    -webkit-hyphenate-limit-lines: no-limit;
    -webkit-hyphens: manual;
    -webkit-line-align: none;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: normal;
    -webkit-line-clamp: none;
    -webkit-line-grid: none;
    -webkit-line-snap: none;
    -webkit-locale: en;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-marquee-direction: auto;
    -webkit-marquee-increment: 6px;
    -webkit-marquee-repetition: infinite;
    -webkit-marquee-style: scroll;
    -webkit-mask-attachment: scroll;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-nbsp-mode: normal;
    -webkit-perspective: none;
    -webkit-perspective-origin: 478px 27px;
    -webkit-print-color-adjust: economy;
    -webkit-region-break-after: auto;
    -webkit-region-break-before: auto;
    -webkit-region-break-inside: auto;
    -webkit-region-overflow: auto;
    -webkit-rtl-ordering: logical;
    -webkit-shape-inside: auto;
    -webkit-shape-outside: auto;
    -webkit-svg-shadow: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.199219);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: #666;
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(102, 102, 102);
    -webkit-text-stroke-width: 0px;
    -webkit-transform: none;
    -webkit-transform-origin: 478px 27px;
    -webkit-transform-style: flat;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    -webkit-wrap-flow: auto;
    -webkit-wrap-margin: 0px;
    -webkit-wrap-padding: 0px;
    -webkit-wrap-through: wrap;
    -webkit-writing-mode: horizontal-tb;
    alignment-baseline: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: baseline;
    border-bottom-color: #666;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #666;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #666;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #666;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: #666;
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 55px;
    image-rendering: auto;
    kerning: 0;
    left: auto;
    letter-spacing: 4px;
    lighting-color: rgb(255, 255, 255);
    line-height: 55px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: 2;
    outline-color: #666;
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    table-layout: auto;
    text-align: center;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: uppercase;
    top: auto;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: 956px;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    z-index: auto;
    zoom: 1;
}

.backMy1 {
    min-width: 984px;
    background-attachment: scroll;
    background-clip: border-box;
    /*background-color: #EDEBE1;*/
    background-color: #EEEEEE;
    background-image: none;
    background-origin: padding-box;
    border-bottom-color: #CCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #333;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #333;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #333;
    border-top-style: none;
    border-top-width: 0px;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 20px;
    margin-bottom: 20px;
    vertical-align: baseline;
}

.wellReward {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #EEE;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .wellReward:hover {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background: #DDD;
        border: 1px solid #eee;
        border: 1px solid rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }

.activeBor {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.liImage {
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 60px;
    line-height: 38px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    position: static;
    text-align: -webkit-auto;
    vertical-align: baseline;
    width: 430px;
    opacity: 0.8;
}

    .liImage:hover {
        font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        height: 60px;
        line-height: 38px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin-bottom: 25px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        position: static;
        text-align: -webkit-auto;
        vertical-align: baseline;
        width: 430px;
        opacity: 1;
    }

/* ==================================================
   Slider
================================================== */

#slider {
    margin-top: 100px;
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    max-height: 700px;
    overflow: hidden;
}

.sliderbanner-container {
    width: 100%;
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

    .fullwidthbanner ul li,
    .sliderbanner-container ul li {
        list-style: none;
    }

.tp-bullets.simplebullets.round .bullet {
    background-image: none;
    background-color: #323A45;
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-left: 10px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

    .tp-bullets.simplebullets.round .bullet:hover,
    .tp-bullets.simplebullets.round .bullet.selected {
        background-color: #F97E76;
        opacity: 1;
        filter: alpha(opacity=100);
    }


.tp-caption.very_big_custom_text {
    position: absolute;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    padding: 5px 10px 8px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.55);
}

.tp-caption.custom_text {
    position: absolute;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    padding: 5px 10px 8px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.55);
}

.tp-caption.custom_text_link {
    position: absolute;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    padding: 5px 10px 8px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.55);
}

    .tp-caption.custom_text_link a {
        color: #F97E76;
        font-weight: 300;
    }

        .tp-caption.custom_text_link a:hover {
            color: #FFFFFF;
        }
