@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Segoe UIBold";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "SegoeUIItalic";
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "SegoeUILight";
    src: url("../fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Segoe UI - Semi Bold";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Great Vibes";
    src: url("../fonts/GreatVibes-Regular.otf");
}
@font-face {
    font-family: "Futura Std";
    src: url("../fonts/futurastd-medium-webfont.woff");
}

header .style-btn .mini-wrapper .top-dd-wrapper .top-label a {
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #c79a47;
    background: -moz-linear-gradient(top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    background: -webkit-linear-gradient(top, #c79a47 0%,#d3a955 52%,#fed989 100%);
    background: linear-gradient(to bottom, #c79a47 0%,#d3a955 52%,#fed989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79a47', endColorstr='#fed989',GradientType=0 );
    display: inline-block;
    padding: 7px 14px;
    margin-left: 10px;
    transition: 0.7s;
}
header .header-menu .header-menu-line ul li.style-btn .ae-top-login a:before {
    display: none;
}
header .header-menu .header-menu-line ul li.style-btn .ae-top-login i:before {
    color: #FFF;
}
header .header-menu .header-menu-line ul li.style-btn .ae-top-login .top-user-area-wrapper i:before {
    color: #FFF;
}
header .header-menu .header-menu-line .ae-top-login .mini-wrapper.user-area-wrapper.top-user-area-wrapper.essay-component ul li a i:before {
    display: none;
}
header .header-menu .header-menu-line .ae-top-login .mini-wrapper.user-area-wrapper.top-user-area-wrapper.essay-component ul.info-list li i:before {
    display: none;
}
.row{
    margin-bottom: 0;
}
p{
    margin: 0;
    margin-bottom: 10px;
}
main ul:not(.tabs) li::before{
    display: none;
}


header .header-menu{
    padding: 25px 0 15px;
    border-bottom: 6px solid #d6c09c;
}
header .header-menu .header-buttons{
    text-align: right;
}
header .header-menu .header-buttons a{
    display: inline-block;
    color: #000000;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
}
header .header-menu .header-buttons span{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #c79a47; /* Old browsers */
    background: -moz-linear-gradient(top, #c79a47 0%, #d3a955 52%, #fed989 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c79a47 0%,#d3a955 52%,#fed989 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c79a47 0%,#d3a955 52%,#fed989 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79a47', endColorstr='#fed989',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    padding: 7px 14px;
    margin-left: 10px;
    transition: 0.7s;
}
header .header-menu .header-buttons span:hover{
    background: #c79a47; /* Old browsers */
    background: -moz-linear-gradient(top, #c79a47 0%, #d3a955 52%, #fed989 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c79a47 0%,#d3a955 52%,#fed989 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c79a47 0%,#d3a955 52%,#fed989 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79a47', endColorstr='#fed989',GradientType=0 ); /* IE6-9 */
    transition: 0.7s;
    cursor: pointer;
}
header .header-menu .header-menu-line{
    text-align: right;
    margin-top: 40px;
}
header .header-menu .header-menu-line ul{
    font-size: 0;
    margin: 0;
    padding: 0;
}
header .header-menu .header-menu-line ul li{
    font-size: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
}
header .header-menu .header-menu-line ul li a{
    color: #201c1b;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px 4px 10px;
    position: relative;
    line-height: 18px;
}
header .header-menu .header-menu-line ul li a:hover{
    color: #c89b48;
}
header .header-menu .header-menu-line ul li a:hover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #c89b48;
    display: block;
    left: 0;
    bottom: -26px;
}
header .header-menu .header-menu-line ul li .ae-top-login i {
    font-size: 16px;
    color: #000;
}
header .header-menu .header-menu-line ul li .ae-top-login i:before {
    content: "Login";
    color: #201c1b;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px 4px 10px;
    position: relative;
    line-height: 18px;
}
header .header-menu .header-menu-line ul li .ae-top-login a:before {
    bottom: -22px;
}
header .header-menu .header-menu-line ul li .ae-top-login .top-user-area-wrapper i:before {
    content: "Account";
    color: #201c1b;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px 4px 10px;
    position: relative;
    line-height: 18px;
}

header .header-search{
    display: none;
}
header .resp-menu {
    width: 300px;
    position: fixed;
    background: #fff;
    right: 0;
    top: 0;
    height: 100%;
    transition: 0.7s;
    z-index: 100;
}
header .resp-menu.hide-m{
    right: -300px;
    transition: 0.7s;
}
header .resp-m-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.67);
    transition: 0.5s;
    top:0;
    right: 0;
    z-index: 99;
}
header .resp-m-bg.hide-m{
    transition: 0.5s;
    right:-100%;
}
header .resp-menu div{
    border-bottom: 2px solid #d6c09c;
    padding: 10px 15px;
}
header .resp-menu div a{
    font-family: "Segoe UI";
    font-size: 18px;
    line-height: 20px;
    color: #c79a47;
}
header .resp-menu ul li a{
    color: #000000;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    padding: 5px 15px;
}
header .resp-menu div span{
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #c79a47;
}
@media (max-width: 1200px){
    header .header-menu .header-menu-line{
        display: none;
    }
    header .header-search{
        display: flex;
        justify-content: flex-end;
        padding-top: 20px;
        align-items: center;
    }
    header .header-search .ae-top-login{
        color: #ffffff;
        font-family: "Segoe UI - Semi Bold";
        font-size: 15px;
        box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
        border-radius: 18px;
        background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
        width: 36px;
        height: 36px;
        text-align: center;
        padding-top: 7px;
    }
    header .header-search .ae-top-login a span i{
        color: #fff;
        font-size: 18px;
    }
    header .header-search .ae-top-login,
    header .header-search .mobile-menu{
        margin-left: 20px;
    }
    header .header-search .mobile-menu i {
        color: #d3a955;
        font-size: 40px;
    }
    header .header-search input[type='text'] {
        border-bottom: 1px solid #d3a955;
        font-family: "Segoe UI";
        font-size: 19px;
        line-height: 22px;
        margin: 0;
        display: inline-block;
        width: 215px;
    }
    header .header-search input[type='submit'] {
        color: #d3a955;
        background: none;
        border: none;
        border-bottom: 1px solid #d3a955;
        padding: 12px;
        margin-left: -5px;
    }
}
@media (max-width: 768px){
    header .header-logo a img {
        width: 125%;
    }
    header .header-search input[type='submit'] {
        padding: 10px 12px;
    }
    main .home-page-block-1 .home-features .home-features-wrapper ul li {
        margin-left: 50px;
    }
}
@media (max-width: 600px){
    header .header-logo{
        text-align: center;
    }
    header .header-logo a img {
        width: auto;
    }
    header .header-search {
        justify-content: center;
    }
}
@media (max-width: 425px){
    header .header-menu .header-buttons a{
        display: none;
    }
    header .header-menu .header-buttons span{
        float: none;
        margin-left: 0;
    }
    header .header-menu .header-buttons {
        text-align: left;
        width: 100px;
        float: left;
    }
    header .header-search .search-form {
        display: none;
    }
    header .header-search {
        float: right;
        justify-content: right;
        padding: 0;
        margin: 0;
        width: 115px;
    }
    header .header-logo{
        margin-bottom: 10px;
    }
}

main .home-page-block-1{
    background-color: #e8e8e8;
}
main .home-page-block-1 .home-features{
    background-image: url('../images/home-features-bg.png');
    height: 738px;
    background-position: 50%;
    background-size: cover;
}
main .home-page-block-1 .home-features .home-features-wrapper span{
    display: block;
    color: #ffffff;
    font-family: "Great Vibes";
    font-size: 58px;
    font-weight: 400;
    margin-top: 160px;
    position: relative;
    padding-left: 70px;
}
main .home-page-block-1 .home-features .home-features-wrapper span:before{
    content: '';
    background-image: url('../images/ink.svg');
    position: absolute;
    border-color: #fed989;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-style: solid;
    left: 0;
    top: 14px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-width: 1px;
}
main .home-page-block-1 .home-features .home-features-wrapper ul li{
    color: #ffffff;
    font-family: "Segoe UI";
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 100px;
}
main .home-page-block-1 .home-features .home-features-wrapper ul li i{
    color: #fed989;
    font-size: 12px;
    position: absolute;
    left: -19px;
    top: 7px;
}
main .home-page-block-1 .home-features .home-features-wrapper .home-line{
    display: flex;
    justify-content: center;
    width: 327px;
    align-items: center;
}
main .home-page-block-1 .home-features .home-features-wrapper .home-line .line1{
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to top, #fed989 0%, #d3a955 48%, #c79a47 100%);
    border-radius: 50%;
}
main .home-page-block-1 .home-features .home-features-wrapper .home-line .line2{
    width: 275px;
    height: 2px;
    background-image: linear-gradient(to top, #fed989 0%, #d3a955 48%, #c79a47 100%);
}
main .home-page-block-1 .home-features .home-features-wrapper .home-line .line3{
    width: 38px;
    height: 38px;
    border-radius: 19px;
    border: 2px solid #c79a47;
    text-align: center;
    color: #c79a47;
    font-size: 31px;
    line-height: 20px;
}
@media (max-width: 1200px){
    main .home-page-block-1 .home-features .home-features-wrapper ul li {
        margin-left: 20px;
    }
    main .home-page-block-1 .home-features {
        background-position: 45% 50%;
    }
}
@media (max-width: 600px){
    main .home-page-block-1 .home-features {
        background-position: 0% 50%;
    }
}
@media (max-width: 425px){
    main .home-page-block-1 .home-features .home-features-wrapper span {
        font-size: 43px;
        font-weight: 400;
        margin-top: 45px;
        position: relative;
        padding-left: 70px;
    }
    main .home-page-block-1 .home-features .home-features-wrapper span:before{
        top: 2px;
    }
    main .home-page-block-1 .home-features .home-features-wrapper .home-line{
        width: 260px;
    }
    main .home-page-block-1 .home-features{
        height: 500px;
    }
    main .home-page-block-1 .home-features .home-features-wrapper .home-line .line2 {
        width: 216px;
    }
}

main .home-pseudo-title{
    display: block;
    text-align: center;
    color: #3b2314;
    font-family: "Futura Std";
    font-size: 45px;
    font-weight: 300;
    line-height: 49px;
    padding: 15px 0 10px;
    margin-bottom: 15px;
    position: relative;
}
main .home-pseudo-title span{
    font-family: "Great Vibes";
    font-weight: 400;
    position: relative;
}
main .home-pseudo-title:before{
    content: '';
    position: absolute;
    width: 58px;
    height: 3px;
    background-color: #d6c09c;
    left: calc(50% - 29px);
    bottom: 0px;
}
main .home-page-block-1 .home-calc{
    background-image: url('../images/image-books.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
main .home-page-block-1 .home-calc .home-calc-wrapper{
    height: 356px;
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c79a47;
    background-color: #ffffff;
    margin: 25px auto;
    width: 90%;
}
main .home-page-block-1 .home-calc .home-provide-text ul{
    margin: 100px 0 0 120px;
}
main .home-page-block-1 .home-calc .home-provide-text ul li{
    color: #3b2314;
    font-family: "Segoe UI";
    font-size: 17px;
    line-height: 18px;
    padding: 15px 0;
    position: relative;
}
main .home-page-block-1 .home-calc .home-provide-text ul li:before{
    content: '';
    display: block;
    width: 41px;
    height: 41px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    position: absolute;
    left: -66px;
    top: 3px;
    border-radius: 50%;
    background-position: 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CA9E4A;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M346.13,520.686c21.045,0,40.396-7.355,55.652-19.607v14.042h33.391V348.165h-33.391v14.042 c-15.256-12.252-34.607-19.607-55.652-19.607c-49.099,0-89.043,39.945-89.043,89.043S297.032,520.686,346.13,520.686z M346.13,375.991c30.687,0,55.652,24.966,55.652,55.652s-24.966,55.652-55.652,55.652s-55.652-24.966-55.652-55.652 C290.478,400.955,315.444,375.991,346.13,375.991z'/%3E%3Crect x='-49' y='554.074' class='st0' width='512' height='33.391'/%3E%3Cpath class='st0' d='M18.659,515.121l46.526-105.739h105.543l46.526,105.739h36.479L117.957,206.534L-17.82,515.121H18.659z M117.957,289.446l38.079,86.545H79.877L117.957,289.446z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-page-block-1 .home-calc .home-provide-text ul li:after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    content: '';
    left: -30px;
    top: 16px;
}
main .home-page-block-1 .home-calc .home-provide-text ul li:nth-child(2):before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C99D48;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M452.904,428.454L352.896,328.447c24.789-30.225,39.729-68.938,39.729-111.134 C392.625,120.53,314.095,42,217.313,42C120.448,42,42,120.53,42,217.313s78.448,175.313,175.313,175.313 c42.196,0,80.823-14.857,111.047-39.646l100.007,99.925c6.794,6.795,17.747,6.795,24.536,0 C459.699,446.197,459.699,435.161,452.904,428.454L452.904,428.454z M217.313,357.734c-77.511,0-140.504-62.994-140.504-140.422 S139.802,76.809,217.313,76.809c77.428,0,140.509,63.076,140.509,140.504S294.74,357.734,217.313,357.734L217.313,357.734z M217.313,357.734'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-page-block-1 .home-calc .home-provide-text ul li:nth-child(3):before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C99D48;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M444.47,167.732l0.001,0.001c-22.317-52.055-60.181-89.766-112.539-112.085 c-26.239-11.197-53.918-16.875-82.269-16.875c-28.344,0-55.949,5.678-82.05,16.876c-52.229,22.416-90.02,60.126-112.322,112.084 c-11.039,25.771-16.637,53.376-16.637,82.049c0,28.82,5.598,56.5,16.638,82.271c22.388,52.158,60.179,89.949,112.321,112.322 c26.062,11.181,53.667,16.851,82.05,16.851c28.39,0,56.068-5.669,82.269-16.85c52.251-22.284,90.114-60.075,112.539-112.323 c11.197-26.101,16.875-53.78,16.875-82.271C461.346,221.381,455.668,193.775,444.47,167.732z M408.305,341.728 c-16.227,27.84-38.746,50.28-66.936,66.697c-27.961,16.313-58.815,24.585-91.706,24.585c-24.857,0-48.742-4.903-70.99-14.575 c-22.698-9.86-42.309-22.953-58.287-38.913c-16.092-16.11-29.184-35.799-38.914-58.522c-9.514-22.115-14.337-46.076-14.337-71.216 c0-32.923,8.191-63.704,24.347-91.487c16.183-27.831,38.624-50.271,66.699-66.697c27.856-16.313,58.636-24.583,91.482-24.583 c32.856,0,63.711,8.271,91.706,24.585c28.07,16.362,50.591,38.803,66.938,66.7c16.296,27.833,24.559,58.612,24.559,91.483 C432.865,282.829,424.602,313.764,408.305,341.728z'/%3E%3Cpath class='st0' d='M264.454,247.329V129.076c0-7.786-6.773-14.363-14.791-14.363c-7.652,0-14.117,6.577-14.117,14.363v120.707 c0,0.332,0.097,0.611,0.219,0.966c0.063,0.186,0.207,0.601,0.23,0.803c-0.468,4.536,0.837,8.391,3.882,11.463l68.603,68.603 c2.467,2.467,6.075,3.881,9.902,3.881c0.007,0,0.014,0,0.02,0c3.82-0.005,7.417-1.42,9.866-3.881 c5.694-5.701,5.694-14.31,0.003-20.022L264.454,247.329z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-page-block-1 .home-calc .home-provide-text ul li:nth-child(4):before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C99D48;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M450.258,128.769l-0.58-13.657l-13.596-1.396c-52.231-5.363-97.132-24.854-125.604-40.26 c-31.183-16.873-50.086-32.705-50.259-32.85l-10.21-8.627l-10.214,8.615c-0.187,0.157-19.091,15.989-50.273,32.862 c-28.47,15.404-73.373,34.895-125.601,40.26l-13.599,1.396l-0.58,13.657c-0.105,2.444-2.287,60.689,20.147,131.22 c13.239,41.619,32.357,78.911,56.823,110.843c30.724,40.094,69.913,71.699,116.477,93.937l6.811,3.254l6.811-3.254 c46.564-22.236,85.753-53.843,116.477-93.937c24.468-31.929,43.586-69.223,56.825-110.843 C452.546,189.46,450.364,131.213,450.258,128.769z M399.985,250.406c-12.129,38.127-29.555,72.175-51.794,101.197 c-26.149,34.128-59.157,61.442-98.191,81.278c-38.845-19.74-71.724-46.889-97.812-80.783 c-22.223-28.874-39.669-62.751-51.852-100.692c-14.892-46.372-18.232-87.729-18.908-108.036 c20.95-3.111,42.129-8.346,63.152-15.615c20.55-7.106,41.001-16.167,60.789-26.93c20.077-10.92,35.356-21.35,44.632-28.173 c9.274,6.821,24.552,17.252,44.632,28.173c19.788,10.763,40.239,19.825,60.79,26.93c21.027,7.272,42.213,12.507,63.168,15.617 C417.939,163.481,414.665,204.256,399.985,250.406z'/%3E%3Cpolygon class='st0' points='314.106,200.142 231.906,282.342 190.244,240.683 184.579,235.018 173.404,246.196 162.226,257.374 231.906,327.053 358.516,200.441 336.16,178.085 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-page-block-1 .home-calc .home-provide-text ul li:nth-child(5):before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C99D48;%7D%0A%3C/style%3E%3Cpath class='st0' d='M473.42,182.79l-60-120c-2.905-5.098-6.983-8.29-13.42-8.29H100c-6.272,0-10.466,3.112-13.42,8.29l-60,120 c-2.778,5.9-1.827,11.829,2.11,16.56l210,241c2.85,3.27,6.97,5.15,11.31,5.15s8.46-1.88,11.31-5.15l210-241 C475.222,194.643,476.215,188.721,473.42,182.79z M375.73,84.5l-38.29,76.58L280,84.5H375.73z M310,174.5H190l60-80L310,174.5z M220,84.5l-57.44,76.58L124.27,84.5H220z M100,103.04l35.73,71.46H64.27L100,103.04z M72.97,204.5h77.12l73.95,173.38L72.97,204.5z M250,362.27L182.71,204.5h134.58L250,362.27z M275.96,377.88l73.95-173.38h77.12L275.96,377.88z M364.27,174.5L400,103.04 l35.73,71.46H364.27z'/%3E%3C/svg%3E%0A");
}
main .home-page-block-1 .home-calc .home-provide-text ul li:nth-child(6):before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C99D48;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M134.248,192.728h231.485c9.044,0,16.091-7.072,16.091-16.096c0-9.019-7.048-16.092-16.091-16.092H134.248 c-9.024,0-16.072,7.072-16.072,16.092C118.176,185.656,125.224,192.728,134.248,192.728L134.248,192.728z M134.248,192.728'/%3E%3Cg%3E%3Cpath class='st0' d='M134.248,270.415h231.485c9.044,0,16.091-7.072,16.091-16.096c0-9.024-7.048-16.092-16.091-16.092H134.248 c-9.024,0-16.072,7.067-16.072,16.092C118.176,263.343,125.224,270.415,134.248,270.415L134.248,270.415z M134.248,270.415'/%3E%3Cpath class='st0' d='M38.131,374.384h51.786v52.973c0,6.263,3.526,11.761,9.024,14.502c2.354,1.187,4.713,1.569,7.067,1.569 c3.526,0,7.052-1.167,9.809-3.144l86.308-65.518h259.744c9.024,0,16.092-7.053,16.092-16.072V72.663 c0-9.024-7.067-16.091-16.092-16.091H38.131c-9.024,0-16.091,7.067-16.091,16.091v285.63 C22.039,367.312,29.494,374.384,38.131,374.384L38.131,374.384z M54.208,88.74H445.39v253.456H196.647 c-3.546,0-7.072,1.187-9.809,3.144l-64.758,49.447v-36.494c0-9.024-7.048-16.096-16.072-16.096H54.208V88.74z M54.208,88.74'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 1366px){
    main .home-we-provide .home-provide-img img {
        width: 100%;
        margin-top: 130px;
    }
}
@media (max-width: 1200px){
    main .home-we-provide .home-provide-img{
        display: none;
    }
    main .home-page-block-1 .home-calc .home-provide-text ul {
        margin: 50px 0 40px 70px;
    }
}

main .home-page-main .home-services{
    padding-top: 70px;
}
main .home-page-main .home-services .owl-carousel{
    margin-top: 50px;
}
main .home-page-main .home-services .owl-carousel .owl-nav {
    text-align: center;
    margin: 10px 0;
}
main .home-page-main .home-services .owl-carousel .owl-nav span{
    font-size: 40px;
    color: #cb9e4b;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #cb9e4b;
    text-align: center;
    margin: 0 5px;
    line-height: 26px;
}
main .home-page-main .home-services .owl-carousel .owl-nav span:hover, main .home-page-main .home-services .owl-carousel .owl-nav span:focus{
    background: #cb9e4b;
    color: #fff;
}
main .home-page-main .home-services .owl-carousel div.item-c{
    height: 102px;
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #cb9f4c;
    background-color: #ffffff;
    width: 99%;
    position: relative;
}
main .home-page-main .home-services .owl-carousel div.item-c:before{
    content: '';
    display: block;
    width: 160px;
    height: 4px;
    background-color: #252525;
    position: absolute;
    left: calc(50% - 80px);
    top:0px;
}
main .home-page-main .home-services .owl-carousel .home-services-img{
    width: 88px;
    height: 88px;
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(-239deg, #fed989 0%, #d3a955 48%, #c79a47 100%);
    border-radius: 50%;
    margin: 0 auto -44px;
    z-index: 1;
    position: relative;
}
main .home-page-main .home-services .owl-carousel .home-services-img:before{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240 240' style='enable-background:new 0 0 240 240;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M119.996,0C53.727,0,0,53.73,0,119.996C0,186.266,53.727,240,119.996,240C186.266,240,240,186.27,240,119.996 C240,53.727,186.266,0,119.996,0L119.996,0z M177.039,86.355l-11.394,11.399l-23.204-23.199l-8.8,8.8l23.199,23.204l-56.902,56.898 l-23.2-23.195l-8.804,8.8l23.199,23.2l-5.668,5.672l-0.11-0.11c-0.628,1.035-1.652,1.789-2.863,2.059l-21.637,4.824 c-0.324,0.074-0.652,0.109-0.98,0.109c-1.18,0-2.328-0.464-3.176-1.316c-1.094-1.09-1.547-2.66-1.211-4.164l4.821-21.629 c0.273-1.211,1.031-2.238,2.062-2.863l-0.109-0.11l91.578-91.582c1.34-1.34,3.523-1.34,4.863,0.004l18.34,18.336 C178.387,82.832,178.387,85.012,177.039,86.355L177.039,86.355z M177.039,86.355'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-page-main .home-services .owl-carousel div.item-c p{
    color: #30251c;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px
}
main .home-page-main .home-services .owl-carousel div.item-c p a{
    color: #30251c;
}
main .home-page-main .home-after-services-text{
    margin: 50px 0;
}
main .home-page-main .home-after-services-text p{
    text-align: center;
    color: #303030;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}
main .home-page-main .home-page-content h1{
    color: #3b2314;
    font-family: "Futura Std";
    font-size: 50px;
    font-weight: 300;
    line-height: 59px;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
main .home-page-main .home-page-content{
    margin: 30px 0;
}
main .home-page-main .home-page-content h1:before{
    content: '';
    position: absolute;
    width: 58px;
    height: 3px;
    background-color: #d6c09c;
    left: calc(50% - 29px);
    bottom: -10px;
}
main .home-page-main .home-page-content .home-content-wrapper{
    display: flex;
    padding-top: 25px;
}
main .home-page-main .home-page-content .content-cols{
    column-count: 2;
    column-gap: 20px;
    width: 65%;
    padding-right: 20px;
}
main .home-page-main .home-page-content .home-discount{
    width: 35%;
}
main .home-page-main .home-page-content .home-discount a img{
    width: 100%;
}
main .home-page-main .home-page-content .content-cols p{
    margin-top: 0;
    color: #303030;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
main .home-page-main .home-page-content .home-discount a{
    display: inline-block;
    margin-top: -50px;
}
@media (max-width: 1200px){
    main .home-page-main .home-page-content .home-content-wrapper {
        flex-wrap: wrap;
    }
    main .home-page-main .home-page-content .content-cols{
        width: 100%;
    }
    main .home-page-main .home-page-content .home-discount {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    main .home-page-main .home-page-content .home-discount a {
        margin-top: 0;
    }
}
@media (max-width: 600px){
    main .home-page-main .home-page-content .content-cols {
        column-count: 1;
        padding-right: 0;
    }
}
@media (max-width: 425px){
    main .home-page-main .home-page-content .home-discount a img{
        width: 100%;
    }
}

main .home-extra-saving{
    background-image: url('../images/home-extra-saving.png');
    height: 594px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
}
main .home-extra-saving .home-extra-img img{
    margin-top: 37px;
}
main .home-extra-saving .home-extra-content{
    margin-top: 110px;
}
main .home-extra-saving .home-extra-content .home-pseudo-title{
    color: #fff;
}
main .home-extra-saving .home-extra-content table{
    width: 330px;
    margin: 40px auto 20px;
}
main .home-extra-saving .home-extra-content table tr{
    border: none;
}
main .home-extra-saving .home-extra-content table tr td{
    border: none;
    color: #ffffff;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px;
}
main .home-extra-saving .home-extra-content table tr td span{
    display: inline-block;
    border-radius: 11px;
    background-color: #8d8d8d;
    padding: 2px 5px;
}
main .home-extra-saving .home-extra-content p{
    text-align: center;
    color: #ffffff;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}
main .home-extra-saving .home-extra-content p b{
    color: #c89b48;
    font-family: "Segoe UI";
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}
@media (max-width: 1200px){
    main .home-extra-saving .home-extra-img img {
        margin-top: 225px;
        width: 100%;
    }
}
@media (max-width: 768px){
    main .home-extra-saving .home-extra-img{
        display: none;
    }
}
@media (max-width: 320px){
    main .home-extra-saving .home-extra-content table {
        width: 100%;
        margin: 20px auto 20px;
    }
    main .home-extra-saving {
        background-position: 100%;
    }
    main .home-extra-saving .home-extra-content {
        margin-top: 52px;
    }
}

main .home-tabs{
    background-image: url('../images/home-ths.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 640px;
}
main .home-tabs .center-align .p1{
    color: #252525;
    font-family: "Segoe UI";
    font-size: 29px;
    font-weight: 300;
    line-height: 35px;
    margin: 65px 0 0;
}
main .home-tabs .center-align .p2{
    color: #252525;
    font-family: "Segoe UI";
    font-size: 60px;
    font-weight: 300;
    line-height: 69px;
    text-transform: uppercase;
    margin: 0;
}
main .home-tabs .center-align .p2 a{
    color: #252525;
}
main .home-tabs .home-tabs-wrapper{
    margin-top: 80px;
}
main .home-tabs .home-tabs-wrapper .home-ths-item{
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c89b48;
    background-color: #ffffff;
    padding: 65px;
    width: 80%;
    margin: -5px auto 25px;
    height: 281px;
}
main .home-tabs .home-tabs-wrapper .tabs {
    background-color: transparent;
    text-align: center;
}
main .home-tabs .home-tabs-wrapper .tabs li{
    padding: 0;
    margin: 0;
}
main .home-tabs .home-tabs-wrapper .tabs li.indicator{
    display: none;
}
main .home-tabs .home-tabs-wrapper .tabs li a{
    color: #000000;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #f9f9f9;
    width: 238px;
    height: 43px;
    line-height: 41px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
main .home-tabs .home-tabs-wrapper .tabs li a:hover,
main .home-tabs .home-tabs-wrapper .tabs li a.active{
    background-color: #c89b48;
    color: #ffffff;
}
main .home-tabs .home-tabs-wrapper .home-ths-item a.slider-btn{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: block;
    padding: 7px 25px;
    width: 174px;
    text-align: center;
    margin: 20px auto 0;
}
main .home-tabs .home-tabs-wrapper #hometestim p{
    color: #000000;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
main .home-tabs .home-tabs-wrapper #hometestim p span{
    color: #b07a1a;
    font-family: "Great Vibes";
    font-size: 25px;
    font-weight: 400;
}
main .home-tabs .home-tabs-wrapper #homesamples.home-ths-item{
    padding: 30px 65px;
}
main .home-tabs .home-tabs-wrapper #hometestim .item{
    padding: 0 65px 0 125px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26' height='20' viewBox='0 0 26 20'%3E%3Cg%3E%3Cg transform='translate%28-633 -4008%29'%3E%3Cimage width='26' height='20' transform='translate%28633 4008%29' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAABEUlEQVRIS2M8MdvjPwMh8J/hokXaDgNsyk7M8rjAwMigT8gIxlGL0INoNOjwJ5rRVIclfAZVPvr3/z9jnGXa9qXklgz/GRhnEPIRXktAFhPKRyBLLFK2Z+G3iJEx2SJl+zx8SRKvRYwMC8yTdyQxMjL8x2nRfwbGLMvU7dMJFZa4LPrPwLjsMT9PXFjY6r8gM7BaRKwluIIO3RJcFlVapO7oIOQTmDy6jxgZGDbz8POGaIet/oVsBrqPSLIE3Ue4LEHx0X8GhkbL1B0NxPoEw0f/GXbxCvD6ovsEpg7sI0bG/53mKTsrSLUE7iMGhncs/1l9TNI3f8NlBuPJOe4d5FoCMvT4LI8+1v+sNfgsAakDAGxf0foPv9E8AAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 68px 7px;
}
main .home-tabs .home-tabs-wrapper #homesamples .item{
    overflow: hidden;
    padding: 0 50px;
}
main .home-tabs .home-tabs-wrapper #homesamples .item div{
    width: 120px;
    height: 150px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 70px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C69A46;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M349.598,633.993c-110.165,0-220.329,0-330.494,0c-5.641-2.214-7.544-6.404-7.541-12.356 c0.079-149.759,0.071-299.518-0.019-449.278c-0.004-5.945,1.922-10.14,7.56-12.353c83.009,0,166.019,0,249.028,0 c2.554,1.94,5.369,3.618,7.622,5.86c25.368,25.249,50.6,50.634,76.01,75.841c3.787,3.757,5.443,7.748,5.43,13.097 c-0.134,59.55-0.096,119.1-0.104,178.651c0,1.635,0,3.271,0,5.232c11.554,0,22.485-0.031,33.416,0.01 c8.404,0.032,11.937,3.474,11.94,11.741c0.018,40.883,0.008,81.766-0.027,122.649c-0.007,8.202-3.58,11.674-11.974,11.722 c-9.411,0.054-18.822,0.005-28.232,0.031c-1.622,0.005-3.243,0.16-5.123,0.26c0,12.541-0.181,24.562,0.077,36.574 C357.295,627.656,355.261,631.814,349.598,633.993z M30.778,179.093c0,145.522,0,290.589,0,435.613c102.702,0,205.02,0,307.3,0 c0-10.116,0-19.776,0-29.882c-2.244,0-4.214,0-6.184,0c-68.04,0-136.08,0.002-204.12-0.003 c-10.138-0.001-13.314-3.163-13.313-13.239c0.004-39.806,0.014-79.611,0.026-119.417c0.003-10.502,2.981-13.474,13.511-13.476 c68.194-0.011,136.389-0.019,204.583-0.028c1.789,0,3.579,0,5.426,0c0-59.622,0-118.62,0-178.02c-2.338,0-4.329,0-6.319,0 c-20.674,0.004-41.349,0.002-62.023,0.017c-9.809,0.007-13.026-3.148-13.044-12.992c-0.038-21.137-0.042-42.274-0.059-63.411 c-0.001-1.638,0-3.276,0-5.161C180.993,179.093,106.075,179.093,30.778,179.093z M383.448,457.985c-83.4,0-166.578,0-249.699,0 c0,36.083,0,71.765,0,107.398c83.462,0,166.508,0,249.699,0C383.448,529.387,383.448,493.81,383.448,457.985z M322.549,241.486 c-15.598-15.608-31.48-31.5-46.649-46.679c0,14.698,0,30.637,0,46.679C291.998,241.486,307.706,241.486,322.549,241.486z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M67.348,553.725c0,10.623,0.042,21.246-0.015,31.869c-0.038,6.938-3.86,11.374-9.511,11.247 c-5.511-0.123-9.186-4.418-9.202-11.087c-0.052-21.4-0.05-42.8-0.003-64.2c0.015-7.003,3.749-11.28,9.507-11.181 c5.589,0.096,9.164,4.272,9.206,11.021C67.398,532.171,67.348,542.948,67.348,553.725z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M67.35,482.345c-0.022,6.547-2.254,10.359-7.001,11.528c-4.158,1.024-7.59-0.283-10.037-3.842 c-2.576-3.746-2.459-12.733,0.228-16.27c2.628-3.459,6.198-4.452,10.259-3.294C65.347,471.763,67.372,475.621,67.35,482.345z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M238.195,512.16c0-10.798,0.044-21.596-0.027-32.394c-0.021-3.2,0.982-5.857,4.395-5.872 c9.381-0.041,18.879-0.504,28.116,0.766c10.431,1.434,16.489,9.069,16.797,19.611c0.347,11.865,0.38,23.756,0.011,35.619 c-0.369,11.871-8.269,19.939-20.113,20.701c-7.683,0.494-15.417,0.232-23.128,0.236c-4.109,0.002-6.219-1.916-6.094-6.275 c0.155-5.394,0.005-10.797-0.002-16.196c-0.007-5.399-0.002-10.798-0.002-16.197C238.163,512.16,238.179,512.16,238.195,512.16z M252.067,538.591c4.574,0,8.73,0.25,12.843-0.063c5.167-0.393,8.488-3.376,8.622-8.529c0.308-11.836,0.215-23.689,0-35.53 c-0.073-4.002-2.3-7.392-6.389-8.053c-4.88-0.789-9.912-0.636-15.076-0.901C252.067,503.648,252.067,520.847,252.067,538.591z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M192.994,521.905c0,7.638,0.027,14.685-0.009,21.732c-0.028,5.352-1.989,7.266-7.209,7.176 c-4.993-0.086-6.574-1.783-6.577-7.203c-0.013-21.109-0.017-42.219,0.003-63.329c0.005-5.467,1.038-6.61,6.421-6.653 c7.702-0.062,15.416-0.165,23.107,0.169c12.312,0.534,19.927,8.187,20.576,20.481c0.185,3.512,0.248,7.15-0.445,10.566 c-2.107,10.392-9.766,16.451-21.21,17.022C202.929,522.102,198.185,521.905,192.994,521.905z M193.26,510.628 c11.045,1.884,17.946,0.551,20.754-3.912c2.538-4.034,2.551-13.755-0.504-17.165c-5.768-6.437-13.301-3.067-20.25-3.736 C193.26,494.525,193.26,502.601,193.26,510.628z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M313.439,517.512c0,9.214,0.022,17.677-0.008,26.14c-0.019,5.34-1.99,7.278-7.181,7.196 c-4.981-0.078-6.648-1.842-6.652-7.157c-0.017-21.102-0.023-42.204-0.015-63.307c0.002-5.2,1.325-6.716,6.476-6.761 c11.705-0.101,23.413,0.025,35.119-0.049c4.021-0.025,5.522,2.188,5.578,5.751c0.059,3.725-1.411,6.313-5.604,6.323 c-9.056,0.022-18.112,0.007-27.452,0.007c0,7.112,0,13.819,0,21.198c4.735,0,9.463,0.091,14.187-0.028 c3.859-0.097,5.863,1.775,5.862,5.467c-0.001,3.804-2.206,5.389-6.003,5.257C323.163,517.39,318.572,517.512,313.439,517.512z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-tabs .home-tabs-wrapper #homesamples .item div a{
    color: #c89b48;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 115px;
    display: inline-block;
}
main .home-tabs .home-tabs-wrapper #homesamples .item table{
    width: 400px;
    float: left;
}
main .home-tabs .home-tabs-wrapper #homesamples .item table tr,
main .home-tabs .home-tabs-wrapper #homesamples .item table tr td{
    border: none;
    padding: 0;
}
main .home-tabs .home-tabs-wrapper #homesamples .item table tr td{
    color: #000000;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
main .home-tabs .home-tabs-wrapper #homesamples .item table tr td:first-child{
    text-align: right;
    font-weight: 700;
    padding-right: 20px;
}
main .home-tabs .home-tabs-wrapper #homesamples,
main .home-tabs .home-tabs-wrapper #hometestim{
    position: relative;
}
main .home-tabs .home-tabs-wrapper #homesamples .owl-nav,
main .home-tabs .home-tabs-wrapper #hometestim .owl-nav{
    text-align: left;
    position: absolute;
    height: 38px;
    width: 100%;
    top: calc(50% - 19px);
}
main .home-tabs .home-tabs-wrapper #homesamples .owl-nav button.owl-next,
main .home-tabs .home-tabs-wrapper #hometestim .owl-nav button.owl-next{
    float: right;
}
main .home-tabs .home-tabs-wrapper #homesamples .owl-nav span,
main .home-tabs .home-tabs-wrapper #hometestim .owl-nav span{
    font-size: 40px;
    color: #cb9e4b;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #cb9e4b;
    text-align: center;
    margin: 0 5px;
    line-height: 26px;
}
main .home-tabs .home-tabs-wrapper #homehiw .item{
    display: flex;
    padding: 10px 70px;
    width: 85%;
    margin: 0 auto;
}
main .home-tabs .home-tabs-wrapper #homehiw .item div:first-child{
    width: 98px;
    height: 98px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 50px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
}
main .home-tabs .home-tabs-wrapper #homehiw .item div.step1{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C69A46;%7D%0A%3C/style%3E%3Cpath class='st0' d='M31,597c0.026,22.08,17.92,39.974,40,40h272c22.08-0.026,39.974-17.92,40-40V157H31V597z M367,597 c0,13.255-10.745,24-24,24H71c-13.255,0-24-10.745-24-24V253h320V597z M47,173h320v64H47V173z'/%3E%3Cpath class='st0' d='M159,285H79v64h80V285z M143,333H95v-32h48V333z'/%3E%3Cpath class='st0' d='M159,445H79v64h80V445z M143,493H95v-32h48V493z'/%3E%3Cpath class='st0' d='M159,525H79v64h80V525z M143,573H95v-32h48V573z'/%3E%3Cpath class='st0' d='M145.8,366.928l-46.968,40.248l-4.248-12.704c-1.396-4.197-5.931-6.468-10.128-5.072s-6.468,5.931-5.072,10.128 l8,24c0.84,2.527,2.882,4.47,5.448,5.184c0.706,0.193,1.436,0.29,2.168,0.288c1.909,0.003,3.755-0.682,5.2-1.928l56-48 c3.462-2.745,4.042-7.777,1.297-11.239c-2.745-3.462-7.777-4.042-11.239-1.297C146.1,366.661,145.948,366.792,145.8,366.928z'/%3E%3Crect x='191' y='285' class='st0' width='144' height='16'/%3E%3Crect x='191' y='317' class='st0' width='144' height='16'/%3E%3Crect x='191' y='365' class='st0' width='144' height='16'/%3E%3Crect x='191' y='397' class='st0' width='144' height='16'/%3E%3Crect x='191' y='445' class='st0' width='144' height='16'/%3E%3Crect x='191' y='477' class='st0' width='144' height='16'/%3E%3Crect x='191' y='525' class='st0' width='144' height='16'/%3E%3Crect x='191' y='557' class='st0' width='144' height='16'/%3E%3Cpath class='st0' d='M127,205H87c-4.418,0-8,3.582-8,8s3.582,8,8,8h40c4.418,0,8-3.582,8-8S131.418,205,127,205z'/%3E%3Cpath class='st0' d='M327,205h-40c-4.418,0-8,3.582-8,8s3.582,8,8,8h40c4.418,0,8-3.582,8-8S331.418,205,327,205z'/%3E%3C/svg%3E%0A");
}
main .home-tabs .home-tabs-wrapper #homehiw .item div.step2{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C69A46;%7D%0A%3C/style%3E%3Cpath class='st0' d='M31,637h352c4.418,0,8-3.582,8-8V165c0-4.418-3.582-8-8-8H31c-4.418,0-8,3.582-8,8v464 C23,633.418,26.582,637,31,637z M319,173v16h-32v-16H319z M39,173h232v24c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-24h40v448H39 V173z'/%3E%3Cpath class='st0' d='M351,221H63c-4.418,0-8,3.582-8,8v96c0,4.418,3.582,8,8,8h288c4.418,0,8-3.582,8-8v-96 C359,224.582,355.418,221,351,221z M343,317H71v-80h272V317z'/%3E%3Cpath class='st0' d='M351,477h-48c-4.418,0-8,3.582-8,8v112c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8V485 C359,480.582,355.418,477,351,477z M343,589h-32v-96h32V589z'/%3E%3Cpath class='st0' d='M111,381H63c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C119,384.582,115.418,381,111,381z M103,429H71v-32h32V429z'/%3E%3Cpath class='st0' d='M191,381h-48c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C199,384.582,195.418,381,191,381z M183,429h-32v-32h32V429z'/%3E%3Cpath class='st0' d='M271,381h-48c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C279,384.582,275.418,381,271,381z M263,429h-32v-32h32V429z'/%3E%3Cpath class='st0' d='M111,461H63c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C119,464.582,115.418,461,111,461z M103,509H71v-32h32V509z'/%3E%3Cpath class='st0' d='M191,461h-48c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C199,464.582,195.418,461,191,461z M183,509h-32v-32h32V509z'/%3E%3Cpath class='st0' d='M271,461h-48c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C279,464.582,275.418,461,271,461z M263,509h-32v-32h32V509z'/%3E%3Cpath class='st0' d='M111,541H63c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C119,544.582,115.418,541,111,541z M103,589H71v-32h32V589z'/%3E%3Cpath class='st0' d='M191,541h-48c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C199,544.582,195.418,541,191,541z M183,589h-32v-32h32V589z'/%3E%3Cpath class='st0' d='M271,541h-48c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-48 C279,544.582,275.418,541,271,541z M263,589h-32v-32h32V589z'/%3E%3Cpath class='st0' d='M111,349H63c-4.418,0-8,3.582-8,8s3.582,8,8,8h48c4.418,0,8-3.582,8-8S115.418,349,111,349z'/%3E%3Cpath class='st0' d='M191,349h-48c-4.418,0-8,3.582-8,8s3.582,8,8,8h48c4.418,0,8-3.582,8-8S195.418,349,191,349z'/%3E%3Cpath class='st0' d='M271,349h-48c-4.418,0-8,3.582-8,8s3.582,8,8,8h48c4.418,0,8-3.582,8-8S275.418,349,271,349z'/%3E%3Cpath class='st0' d='M351,349h-48c-4.418,0-8,3.582-8,8v32c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-32 C359,352.582,355.418,349,351,349z M343,381h-32v-16h32V381z'/%3E%3Cpath class='st0' d='M351,413h-48c-4.418,0-8,3.582-8,8v32c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8v-32 C359,416.582,355.418,413,351,413z M343,445h-32v-16h32V445z'/%3E%3Cpath class='st0' d='M287,285h8v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h8c4.418,0,8-3.582,8-8s-3.582-8-8-8h-8v-8 c0-4.418-3.582-8-8-8s-8,3.582-8,8v8h-8c-4.418,0-8,3.582-8,8S282.582,285,287,285z'/%3E%3Cpath class='st0' d='M63,205h16c4.418,0,8-3.582,8-8s-3.582-8-8-8H63c-4.418,0-8,3.582-8,8S58.582,205,63,205z'/%3E%3C/svg%3E%0A");
}
main .home-tabs .home-tabs-wrapper #homehiw .item div.step3{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C69A46;%7D%0A%3C/style%3E%3Cpath class='st0' d='M366.471,170.101c1.704,0.46,3.397,0.971,5.115,1.373c29.346,6.873,47.1,31.511,45.458,63.508 c-89.115,0-178.25,0-267.656,0c-0.361-4.315-0.424-8.818-1.161-13.208c-3.034-18.066-13.373-30.179-30.929-35.236 c-16.843-4.852-31.632-0.255-43.706,12.35c-7.991,8.342-11.48,18.717-11.497,30.125c-0.087,59.944-0.078,119.888,0.081,179.831 c0.005,1.753,1.65,4.072,3.205,5.166c27.775,19.529,55.655,38.909,83.511,58.324c1.232,0.858,2.447,1.74,4.148,2.952 c-2.66,3.895-5.248,7.687-8.135,11.915c-44.351-30.883-88.509-61.632-133.188-92.743c0,72.765,0,145.022,0,217.718 c1.675-1.122,3.155-2.058,4.577-3.074c61.894-44.21,123.819-88.378,185.592-132.756c4.087-2.936,6.567-2.631,10.423,0.137 c61.185,43.904,122.481,87.653,183.754,131.435c1.934,1.382,3.892,2.732,6.332,4.443c0-72.786,0-144.969,0-217.938 c-44.608,31.064-88.841,61.868-133.254,92.797c-2.805-4.037-5.372-7.73-8.2-11.8c1.616-1.184,3.011-2.25,4.449-3.252 c27.731-19.33,55.437-38.695,83.249-57.909c2.571-1.776,3.401-3.616,3.395-6.628c-0.093-50.884-0.077-101.768-0.085-152.653 c0-1.769,0-3.537,0-5.535c4.974,0,9.437,0,14.521,0c0,1.728,0,3.322,0,4.915c0,27.33,0.044,54.659-0.066,81.988 c-0.012,2.875,0.798,4.619,3.197,6.303c14.699,10.317,29.207,20.908,43.931,31.188c2.827,1.974,3.755,4.025,3.751,7.403 c-0.096,84.253-0.075,168.507-0.075,252.76c-140.136,0-280.272,0-420.408,0c0-84.225,0.025-168.449-0.087-252.674 c-0.005-3.6,1.147-5.668,4.044-7.691c14.346-10.02,28.477-20.349,42.814-30.384c2.869-2.008,4.074-4.069,4.06-7.683 c-0.146-36.074-0.359-72.152,0.014-108.223c0.281-27.098,18.469-49.233,44.654-55.615c2.006-0.489,3.987-1.083,5.979-1.628 C187.677,170.101,277.074,170.101,366.471,170.101z M27.203,619.113c120.269,0,239.467,0,359.58,0 c-60.432-43.162-120.073-85.758-179.758-128.387C147.171,533.46,87.626,575.973,27.203,619.113z M163.032,220.591 c79.881,0,159.228,0,238.73,0c-0.091-0.85-0.086-1.455-0.227-2.024c-5.202-20.986-22.048-33.942-44.415-33.955 c-69.455-0.04-138.91-0.016-208.365-0.004c-1.264,0-2.528,0.165-4.442,0.298C154.746,195.019,161.108,206.545,163.032,220.591z M366.598,401.64c10.603-7.396,20.471-14.278,30.729-21.433c-10.551-7.538-20.379-14.56-30.729-21.955 C366.598,373.005,366.598,386.819,366.598,401.64z M47.182,401.445c0-14.724,0-28.603,0-43.026 c-10.342,7.391-20.183,14.424-30.516,21.809C27.065,387.457,36.882,394.283,47.182,401.445z'/%3E%3Cpath class='st0' d='M141.745,317.006c-12.534,8.198-25.665,6.236-32.692-4.703c-4.811-7.488-4.601-17.16,0.527-24.292 c5.099-7.093,13.975-10.505,22.321-8.581c8.925,2.058,15.427,8.99,16.878,18.001c0.072,0.446,0.097,0.9,0.148,1.35 c0.7,6.19,3.509,9.327,7.957,8.889c4.768-0.47,7.102-4.36,6.335-10.557c-2.374-19.177-17.99-33.191-36.486-32.741 c-19.06,0.464-34.002,14.851-35.572,34.251c-1.62,20.026,14.918,37.493,36.204,38.156c4.639,0.145,9.286,0.021,14.162,0.021 c0,4.875,0,9.345,0,14.108c-20.714,2.107-39.817-1.001-53.584-18.534c-13.093-16.676-15.493-35.273-5.924-54.289 c9.706-19.289,26.13-28.738,47.783-28.115c25.245,0.726,46.628,21.986,48.125,47.203c0.555,9.356-2.435,16.956-10.581,21.98 C159.455,324.018,151.414,323.275,141.745,317.006z M127.276,293.397c-3.832,0-7.245,3.463-7.178,7.285 c0.066,3.837,3.585,7.199,7.396,7.067c3.648-0.127,6.888-3.416,6.955-7.061C134.519,296.866,131.106,293.397,127.276,293.397z'/%3E%3Cpath class='st0' d='M76.719,380.003c0-4.8,0-9.271,0-13.979c86.811,0,173.413,0,260.387,0c0,4.482,0,9.062,0,13.979 C250.518,380.003,163.809,380.003,76.719,380.003z'/%3E%3Cpath class='st0' d='M337.263,395.097c0,4.814,0,9.284,0,13.988c-86.81,0-173.405,0-260.365,0c0-4.502,0-9.082,0-13.988 C163.505,395.097,250.208,395.097,337.263,395.097z'/%3E%3Cpath class='st0' d='M192.687,264.028c0-4.788,0-9.259,0-13.972c48.148,0,96.095,0,144.416,0c0,4.475,0,9.057,0,13.972 C289.194,264.028,241.14,264.028,192.687,264.028z'/%3E%3Cpath class='st0' d='M192.715,293.016c0-4.785,0-9.254,0-13.966c48.148,0,96.091,0,144.399,0c0,4.463,0,9.045,0,13.966 C289.189,293.016,241.14,293.016,192.715,293.016z'/%3E%3Cpath class='st0' d='M337.262,308.049c0,4.688,0,9.157,0,13.96c-48.069,0-96.115,0-144.457,0c0-4.554,0-9.128,0-13.96 C240.956,308.049,289.001,308.049,337.262,308.049z'/%3E%3Cpath class='st0' d='M192.702,351.024c0-4.832,0-9.303,0-14.001c48.163,0,96.111,0,144.429,0c0,4.52,0,9.101,0,14.001 C289.175,351.024,241.121,351.024,192.702,351.024z'/%3E%3Cpath class='st0' d='M279.295,424.109c0,4.756,0,9.225,0,13.949c-48.24,0-96.286,0-144.553,0c0-4.67,0-9.139,0-13.949 C182.796,424.109,230.842,424.109,279.295,424.109z'/%3E%3Cpath class='st0' d='M170.927,590.172c0-4.683,0-9.144,0-13.882c4.728,0,9.295,0,14.112,0c0,4.589,0,9.053,0,13.882 C180.559,590.172,175.986,590.172,170.927,590.172z'/%3E%3Cpath class='st0' d='M200.026,576.076c4.785,0,9.141,0,13.862,0c0,4.636,0,9.207,0,14.11c-4.428,0-8.997,0-13.862,0 C200.026,585.623,200.026,581.054,200.026,576.076z'/%3E%3Cpath class='st0' d='M229.017,576.238c4.617,0,9.077,0,13.885,0c0,4.516,0,9.085,0,13.965c-4.484,0-9.05,0-13.885,0 C229.017,585.596,229.017,581.032,229.017,576.238z'/%3E%3C/svg%3E%0A");
}
main .home-tabs .home-tabs-wrapper #homehiw .item div.step4{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C69A46;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M420.063,169.656H-6.063c-7.887,0-14.281,6.394-14.281,14.281v426.127c0,7.887,6.394,14.281,14.281,14.281 h426.127c7.887,0,14.281-6.394,14.281-14.281V183.937C434.344,176.049,427.951,169.656,420.063,169.656z M414.575,189.425v415.151 H-0.575V189.425H414.575z M130.177,394.865c0.237,0.237,0.514,0.395,0.751,0.613c4.725,4.626,9.825,8.857,15.321,12.573 c0.633,0.435,1.325,0.771,1.977,1.206c5.259,3.4,10.774,6.405,16.606,8.876c0.692,0.297,1.404,0.494,2.096,0.771 c5.911,2.353,12.039,4.27,18.405,5.575c0.395,0.079,0.791,0.099,1.166,0.178c6.642,1.265,13.483,1.997,20.501,1.997 s13.858-0.731,20.501-1.997c0.395-0.079,0.791-0.099,1.166-0.178c6.385-1.285,12.514-3.222,18.445-5.575 c0.672-0.277,1.364-0.474,2.036-0.751c5.871-2.471,11.427-5.516,16.725-8.936c0.593-0.395,1.226-0.712,1.819-1.107 c5.595-3.776,10.794-8.086,15.598-12.81c0.158-0.158,0.356-0.277,0.534-0.435c0.02-0.02,0.02-0.079,0.059-0.099 c33.352-33.419,45.164-88.264,12.597-141.89c-5.986-9.857-14.26-18.171-24.095-24.193C187.102,176.46,98.27,237.002,98.27,317.924 c0,29.95,12.178,57.093,31.828,76.783C130.138,394.746,130.138,394.825,130.177,394.865z M260.416,388.598 c-2.076,1.562-4.132,3.143-6.326,4.488c-1.779,1.107-3.677,2.016-5.535,3.005c-25.7,13.186-57.409,13.186-83.109,0 c-1.858-0.988-3.756-1.898-5.535-3.005c-2.194-1.344-4.25-2.926-6.326-4.488c-1.562-1.186-3.044-2.451-4.527-3.736 c10.458-22.537,32.935-37.284,57.943-37.284s47.485,14.748,57.963,37.284C263.48,386.147,261.978,387.412,260.416,388.598z M185.321,319.833c-24.299-31.588,11.769-67.656,43.357-43.357C252.977,308.064,216.91,344.132,185.321,319.833z M261.203,245.363 c6.983,4.346,12.897,10.217,17.337,17.141c25.532,39.819,20.628,79.191,0.577,107.096c-9.173-15.598-22.991-27.716-39.301-34.774 c17.57-15.748,24.256-43.456,4.768-70.747c-1.02-1.428-2.271-2.684-3.7-3.704c-39.934-28.513-83.308-0.315-83.308,37.779 c0,14.609,6.504,27.617,16.606,36.672c-16.329,7.038-30.148,19.156-39.301,34.774c-10.497-14.609-16.843-32.362-16.843-51.676 C118.039,251.499,191.247,201.826,261.203,245.363z M115.133,502.844c6.099-6.099,2.549-18.233-10.648-17.306l-16.1,16.1 l-16.1-16.1c-13.197-0.927-16.746,11.207-10.648,17.306l12.751,12.771L58.19,531.813c-0.464,8.97,4.981,13.455,10.426,13.455 c2.53,0,5.061-0.969,6.978-2.886l12.791-12.771l12.771,12.771c1.937,1.918,4.468,2.886,6.998,2.886c2.53,0,5.061-0.969,6.978-2.886 c3.855-3.855,3.855-10.122,0-13.977l-12.771-12.791L115.133,502.844z M380.525,446.423H33.475c-7.887,0-14.281,6.394-14.281,14.281 v109.822c0,7.887,6.394,14.281,14.281,14.281h347.051c7.887,0,14.281-6.394,14.281-14.281V460.704 C394.806,452.816,388.412,446.423,380.525,446.423z M375.037,466.192v98.845H38.963v-98.845H375.037z M352.362,502.844 c6.099-6.099,2.549-18.233-10.648-17.306l-16.1,16.1l-16.1-16.1c-13.197-0.927-16.746,11.207-10.648,17.306l12.751,12.771 l-16.199,16.198c-0.464,8.97,4.981,13.455,10.426,13.455c2.53,0,5.061-0.969,6.979-2.886l12.791-12.771l12.771,12.771 c1.937,1.918,4.468,2.886,6.998,2.886s5.061-0.969,6.978-2.886c3.855-3.855,3.855-10.122,0-13.977l-12.771-12.791L352.362,502.844z M273.286,502.844c6.099-6.098,2.549-18.233-10.648-17.306l-16.1,16.1l-16.1-16.1c-13.197-0.927-16.746,11.207-10.648,17.306 l12.751,12.771l-16.199,16.199c-0.463,8.97,4.981,13.455,10.426,13.455c2.53,0,5.061-0.969,6.978-2.886l12.791-12.771 l12.771,12.771c1.937,1.918,4.468,2.886,6.998,2.886s5.061-0.969,6.978-2.886c3.855-3.855,3.855-10.122,0-13.977l-12.771-12.791 L273.286,502.844z M194.209,502.844c6.099-6.098,2.549-18.233-10.648-17.306l-16.1,16.1l-16.1-16.1 c-13.197-0.927-16.746,11.207-10.648,17.306l12.751,12.771l-16.199,16.199c-0.463,8.97,4.981,13.455,10.426,13.455 c2.53,0,5.061-0.969,6.978-2.886l12.791-12.771l12.771,12.771c1.937,1.918,4.468,2.886,6.998,2.886c2.53,0,5.061-0.969,6.978-2.886 c3.855-3.855,3.855-10.122,0-13.977l-12.771-12.791L194.209,502.844z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-tabs .home-tabs-wrapper #homehiw .item div.step5{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C69A46;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M272.186,456.77c39.667,0.076,79.334,0.09,119-0.065c4.77-0.019,9.656-0.761,14.283-1.958 c26.301-6.806,44.511-33.291,41.28-59.676c-3.48-28.413-26.504-49.636-54.507-50.241c-9.852-0.213-12.302-3.298-10.429-13.132 c7.72-40.533-28.169-74.757-68.197-65.033c-10.494,2.549-12.308,1.513-15.959-9.122c-13.193-38.424-50.167-64.797-90.769-64.743 c-40.646,0.054-77.701,26.597-90.626,64.917c-3.533,10.476-5.348,11.481-16.076,8.895c-36.644-8.834-71.326,19.962-69.037,57.365 c0.172,2.815,0.657,5.625,1.189,8.401c1.657,8.64-1.096,12.175-9.834,12.467c-25.64,0.858-47.14,17.426-53.505,41.232 c-9.506,35.551,16.654,70.344,53.579,70.64c39.331,0.315,99.917,0.054,139.251,0.062c20.459,0.004,35.771,11.184,40.955,30.002 c0.746,2.708,1.266,5.573,1.291,8.371c0.148,16.331,0.215,32.665,0.094,48.996c-0.042,5.705-3.325,8.537-9.399,8.632 c-8.495,0.134-16.992,0.129-25.489,0.2c-0.102,0.001-0.203,0.214,0.106-0.133c14.39,14.479,28.758,28.935,42.689,42.951 c13.917-13.926,28.356-28.375,42.939-42.968c-2.509,0-5.674,0.003-8.839-0.001c-5.5-0.007-11.001,0.057-16.5-0.049 c-6.25-0.122-9.294-3.036-9.402-9.162c-0.13-7.328-0.031-14.661-0.031-22.403c5.181,0,10.237,0,15.852,0c0,4.908,0,9.971,0,15.561 c11.819,0,23.096-0.002,34.372,0.002c2,0.001,4.249-0.551,5.941,0.179c2.56,1.104,5.807,2.643,6.765,4.86 c0.95,2.198-0.361,5.523-1.11,8.236c-0.313,1.132-1.717,1.976-2.659,2.918c-19.56,19.567-39.121,39.132-58.69,58.69 c-6.883,6.879-10.056,6.894-17.07-0.107c-19.701-19.661-39.356-39.368-59.048-59.038c-2.939-2.936-5.545-5.972-3.721-10.511 c1.886-4.694,5.858-5.275,10.3-5.238c12.137,0.103,24.275,0.035,37.061,0.035c0-8.474,0-16.579,0-24.683 c0-4.667,0.047-9.334-0.011-14c-0.19-15.266-10.259-25.284-25.561-25.3c-39.167-0.041-99.585,0.079-138.751-0.051 c-32.254-0.107-58.935-19.265-69.187-49.344c-14.006-41.093,12.956-86.554,55.62-93.416c4.153-0.668,4.993-2.018,4.817-5.961 c-1.893-42.628,33.286-77.771,75.897-74.783c8.772,0.615,11.677-1.74,15.459-9.072c21.786-42.241,56.998-64.578,104.5-62.921 c46.406,1.619,79.421,25.751,98.842,67.96c1.814,3.942,3.551,5.031,7.7,4.418c43.281-6.395,82.935,29.203,81.267,73.008 c-0.178,4.686,0.344,6.643,5.801,7.64c29.99,5.478,52.848,29.599,57.465,59.671c0.148,0.966,0.596,1.886,0.903,2.828 c0,5.334,0,10.667,0,16.001c-2.314,10.577-4.962,21.024-11.069,30.218c-14.064,21.174-33.712,33.216-59.158,33.599 c-40.324,0.606-80.665,0.347-120.997,0.116'/%3E%3Cpath class='st0' d='M142.936,288.599c-5.347,0-10.285,0-15.22,0c-2.882-38.997,33.942-80.952,79.048-79.315 c0,4.917,0,9.85,0,15.359c-17.091,0.729-32.327,6.42-44.677,18.668C149.685,255.611,143.627,270.703,142.936,288.599z'/%3E%3Cpath class='st0' d='M220.346,440.382c0-5.22,0-10.022,0-15.204c5.13,0,10.174,0,15.558,0c0,4.955,0,9.994,0,15.204 C230.689,440.382,225.533,440.382,220.346,440.382z'/%3E%3Cpath class='st0' d='M220.523,457.037c5.135,0,10.06,0,15.358,0c0,5.035,0,10.081,0,15.455c-4.984,0-10.027,0-15.358,0 C220.523,467.483,220.523,462.557,220.523,457.037z'/%3E%3Cpath class='st0' d='M220.541,489.029c5.378,0,10.307,0,15.463,0c0,5.176,0,10.105,0,15.405c-5.034,0-10.079,0-15.463,0 C220.541,499.436,220.541,494.392,220.541,489.029z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .home-tabs .home-tabs-wrapper #homehiw .item div.step6{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-49 141 512 512' style='enable-background:new -49 141 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C69A46;%7D%0A%3C/style%3E%3Cpath class='st0' d='M279,293v-48h-16v-48h-8v-8c0-17.673-14.327-32-32-32s-32,14.327-32,32v8h-8v48h-16v16h-24 c-4.418,0-8,3.582-8,8v104c0,4.418,3.582,8,8,8s8-3.582,8-8v-96h16v16h16v192h-8c-4.418,0-8,3.582-8,8s3.582,8,8,8h8v24 c0,0.112,0.056,0.2,0.064,0.312c0.013,0.91,0.184,1.812,0.504,2.664L215,606.544V629c0,4.418,3.582,8,8,8s8-3.582,8-8v-22.456 l31.432-78.568c0.321-0.855,0.492-1.759,0.504-2.672c0-0.104,0.064-0.192,0.064-0.304v-24h8c4.418,0,8-3.582,8-8s-3.582-8-8-8h-8 V293H279z M207,189c0-8.837,7.163-16,16-16c8.837,0,16,7.163,16,16v8h-32V189z M199,213h48v32h-48V213z M183,261h80v16h-80V261z M223,583.464L202.816,533h40.368L223,583.464z M247,517h-48v-16h48V517z M247,485h-48V293h48V485z'/%3E%3C/svg%3E%0A");
}
main .home-tabs .home-tabs-wrapper #homehiw .item div:last-child{
    padding-top: 20px;
}
main .home-tabs .home-tabs-wrapper #homehiw .item div p{
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    font-family: "Segoe UI";
}
main .home-tabs .home-tabs-wrapper #homehiw .item div p span{
    color: #c89b48;
    font-weight: 600;
    text-transform: uppercase;
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots{
    text-align: center;
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button{
    position: relative;
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button:before{
    content: '1';
    border: 1px solid #c89b48;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #c89b48;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
    margin: 2px;
    padding-top: 7px;
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button.active:before{
    background: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    color: #fff;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.29);
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button:nth-child(2):before{
    content: '2';
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button:nth-child(3):before{
    content: '3';
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button:nth-child(4):before{
    content: '4';
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button:nth-child(5):before{
    content: '5';
}
main .home-tabs .home-tabs-wrapper #homehiw .owl-dots button:nth-child(6):before{
    content: '6';
}
@media (max-width: 1366px){
    main .home-tabs .home-tabs-wrapper #homehiw .item {
        padding: 10px 0;
    }
    main .home-tabs .home-tabs-wrapper .home-ths-item {
        width: 100%;
    }
}
@media (max-width: 1200px){
    main .home-tabs .home-tabs-wrapper #homehiw .item{
        width: 100%;
    }
    main .home-tabs .home-tabs-wrapper .tabs li a {
        width: 203px;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item div a{
        text-align: center;
        margin-top: 70px;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item table{
        float: right;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item div{
        width: 70px;

    }
}
@media (max-width: 992px){
    main .home-tabs .home-tabs-wrapper #homesamples .item table{
        float: none;
        margin: 0 auto;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item div a{
        width: 130px;
        display: block;
        text-align: center;
        margin: 75px auto;
        text-align: center;
    }
    main .home-tabs .home-tabs-wrapper .home-ths-item{
        height: 305px;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item div {
        width: 100%;
        margin-right: 0;
        background-position: 50% 0;
        background-size: 70px;
        height: 100px;
    }
}
@media (max-width: 768px){
    main .home-tabs .home-tabs-wrapper #homesamples.home-ths-item {
        padding: 30px 15px;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item{
        padding: 0 10px;
    }
}
@media (max-width: 600px){
    main .home-tabs .home-tabs-wrapper .home-ths-item {
        height: 340px;
    }
    main .home-tabs .home-tabs-wrapper .tabs li a span{
        display: none;
    }
    main .home-tabs .home-tabs-wrapper .tabs li, main .home-tabs .home-tabs-wrapper .tabs li a {
        width: 40px;
    }
    main .home-tabs .home-tabs-wrapper .tabs{
        display: block;
    }
    main .home-tabs .home-tabs-wrapper .home-ths-item{
        padding: 25px;
    }
    main .home-tabs .home-tabs-wrapper #hometestim .item {
        text-align: center;
        padding: 0 25px 0 25px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 68px 7px;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .owl-nav, main .home-tabs .home-tabs-wrapper #hometestim .owl-nav{
        position: relative;
    }
    main .home-tabs .home-tabs-wrapper #homehiw .item div:first-child{
        display: none;
    }
    main .home-tabs .home-tabs-wrapper #homehiw .item div p{
        text-align: center;
    }
    main .home-tabs .home-tabs-wrapper #homehiw .item div:last-child {
        width: 100%;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item table {
        width: 100%;
        float: none;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item {
        padding: 0;
    }
    main .home-tabs .home-tabs-wrapper .home-ths-item a.slider-btn{
        margin-top: 0;
    }
}
@media (max-width: 425px){
    main .home-tabs .home-tabs-wrapper #homesamples.home-ths-item {
        padding: 30px 25px;
    }
    main .home-tabs .home-tabs-wrapper #homesamples .item table tr td{
        font-size: 12px;
    }
}
@media (max-width: 375px){
    main .home-tabs .home-tabs-wrapper .home-ths-item {
        height: 420px;
    }
    main .home-tabs .home-tabs-wrapper #hometestim .owl-carousel .owl-stage-outer {
        height: 180px;
    }
    main .home-tabs .home-tabs-wrapper #hometestim p {
        font-size: 13px;
    }
    main .home-tabs .center-align .p1 {
         font-size: 25px;
     }
    main .home-tabs .center-align .p2{
        font-size: 45px;
    }
}
@media (max-width: 320px){
    main .home-tabs .home-tabs-wrapper .home-ths-item {
        height: auto;
    }
    main .home-tabs .home-tabs-wrapper {
        margin-top: 20px;
    }
}

footer{
    background: #1b1b1b;
}
footer .footer-menu{
    padding-top: 70px;
    padding-bottom: 30px;
}
footer .footer-menu .footer-title{
    display: block;
    color: #c69a46;
    font-family: "Great Vibes";
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 32px;
}
footer .footer-menu .footer-pages ul,
footer .footer-menu .footer-categories ul,
footer .footer-menu .footer-main-menu ul{
    margin: 0;
    padding: 0;
    font-size: 0;
}
footer .footer-menu .footer-pages ul li{
    font-size: 0;
    display: inline-block;
    width: 50%;
}
footer .footer-menu .footer-pages ul li a,
footer .footer-menu .footer-categories ul li a,
footer .footer-menu .footer-main-menu ul li a{
    color: #787878;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
footer .footer-menu .footer-pages ul li a:hover,
footer .footer-menu .footer-categories ul li a:hover,
footer .footer-menu .footer-main-menu ul li a:hover{
    color: #fff;
    text-decoration: none;
}
footer .footer-menu .footer-contact div{
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
footer .footer-menu .footer-contact div:before{
    content: '\f095';
    font-family: FontAwesome;
    font-size: 16px;
    color: #c89b48;
    position: absolute;
    left: 0;
    top: 10px;
}
footer .footer-menu .footer-contact div.footer-mail:before {
    content: '\f0e0';
}
footer .footer-menu .footer-contact div span{
    display: block;
    color: #c89b48;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
footer .footer-menu .footer-contact div a{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
footer .footer-copy{
    border-top: 1px solid #464646;
    padding: 25px 0;
}
footer .footer-copy .copy-block{
    color: #787878;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
footer .footer-copy .copy-block .footer-social{
    float: right;
}
footer .footer-copy .copy-block .footer-social a{
    color: #787878;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

main .site-content{
    padding-bottom: 2.5rem;
}
main .site-content .content-wrapper h2{
    font-family: "Segoe UI - Semi Bold";
    font-size: 26px;
    font-weight: 600;
    color: #303030;
    line-height: 30px;
}
main .site-content .content-wrapper h1{
    color: #303030;
    font-family: "Segoe UI";
    font-size: 29px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
main .site-content .content-wrapper h1:before{
    content: '';
    display: block;
    background: #c89b48;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100px;
    left: calc(50% - 50px);
}
main .site-content .content-wrapper p{
    color: #303030;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: justify;
}
main .site-content .content-wrapper ol li,
main .site-content .content-wrapper ul li{
    color: #303030;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: justify;
    margin-bottom: 15px;
}
main .site-content .content-wrapper ul li{
    list-style: circle;
}
main .site-content .bread-crumbs{
    text-align: center;
    margin-bottom: 30px;
}
main .site-content .bread-crumbs a{
    color: #201c1b;
    font-family: "Great Vibes";
    font-size: 22px;
}
main .site-content .bread-crumbs i{
    display: inline-block;
    margin: 0 5px;
}
main .site-content .bread-crumbs span{
    color: #201c1b;
    font-family: "Great Vibes";
    font-size: 22px;
}
main .site-content .sidebar-wrapper{
    margin-top: 2.8rem;
}
main .content-wrapper .parent-page-block{
    margin-bottom: 20px;
}
main .content-wrapper .parent-page-block h4 a {
    display: block;
    font-size: 22px;
    line-height: 24px;
    padding: 15px;
    color: #3b2314;
    font-family: "Segoe UI - Semi Bold";
    background: linear-gradient(to right, #fce8bd 45%, #d9ab49 97%);
    transition: 0.7s;
}
main .content-wrapper .parent-page-block h4 a:hover{
    font-weight: 700;
    background: linear-gradient(to bottom, #fce8bd 45%, #d9ab49 97%);
    transition: 0.7s;
}
main .content-wrapper .essays-categories a{
    display: block;
    color: #201c1b;
    font-family: "Segoe UI - Semi Bold";
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
main .content-wrapper .essays-categories a span{
    display: inline-block;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    color: #fff;
    font-family: "Great Vibes";
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    margin-top: 20px;
}
main .content-wrapper .testim-item-page{
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c89b48;
    background-color: #ffffff;
    padding: 35px 35px 55px 75px;
    margin: 0 0 25px;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26' height='20' viewBox='0 0 26 20'%3E%3Cg%3E%3Cg transform='translate%28-633 -4008%29'%3E%3Cimage width='26' height='20' transform='translate%28633 4008%29' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAABEUlEQVRIS2M8MdvjPwMh8J/hokXaDgNsyk7M8rjAwMigT8gIxlGL0INoNOjwJ5rRVIclfAZVPvr3/z9jnGXa9qXklgz/GRhnEPIRXktAFhPKRyBLLFK2Z+G3iJEx2SJl+zx8SRKvRYwMC8yTdyQxMjL8x2nRfwbGLMvU7dMJFZa4LPrPwLjsMT9PXFjY6r8gM7BaRKwluIIO3RJcFlVapO7oIOQTmDy6jxgZGDbz8POGaIet/oVsBrqPSLIE3Ue4LEHx0X8GhkbL1B0NxPoEw0f/GXbxCvD6ovsEpg7sI0bG/53mKTsrSLUE7iMGhncs/1l9TNI3f8NlBuPJOe4d5FoCMvT4LI8+1v+sNfgsAakDAGxf0foPv9E8AAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 20px 35px;
}
main .content-wrapper .testim-item-page .testim-author{
    position: absolute;
    bottom: 15px;
    font-family: "Great Vibes";
    font-size: 20px;
    color: #c89b48;
}
main .wp-pagenavi{
    text-align: center;
}
main .site-content .content-wrapper table#beware{
    margin: 15px 0;
}
main .site-content .content-wrapper table#beware tr td{
    font-size: 14px;
    line-height: 15px;
}
main .site-content .content-wrapper table#beware tr:first-child td{
    color: #303030;
    font-family: "Segoe UI";
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}
main .site-content .content-wrapper table#beware tr {
    border-bottom: 1px solid #303030;
}
main .wp-pagenavi span, main .wp-pagenavi a {
    display: inline-block;
    padding: 2px 11px;
    color: #303030;
    border-color: #303030;
}
main .wp-pagenavi a:hover, main .wp-pagenavi span.current{
    font-weight: 300;
    border-color: #c89b48;
    color: #fff;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
}
main .content-wrapper .notfound-block img{
    display: inline-block;
    margin: 40px 0;
}
main .content-wrapper .notfound-block p{
    text-align: center;
    font-size: 22px;
    line-height: 24px;
}
main .content-wrapper .notfound-block p a{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 14px;
    margin-top: 30px;
}
main .content-wrapper ul.collapsible {
    padding: 0;
    border: none;
    box-shadow: none;
}
main .content-wrapper ul.collapsible .collapsible-header {
    color: #3b2314;
    font-family: "Futura Std";
    font-size: 22px;
    line-height: 24px;
    border-bottom: 1px solid #3b2314;
    padding: 15px 25px;
}
main .content-wrapper ul.collapsible .collapsible-header:before{
    content: '\f18e';
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    color: #c69a46;
    left: 0px;
    display: inline-block;
    transition: 0.4s;
}
main .content-wrapper ul.collapsible .collapsible-header.active:before{
    content: '\f0ab';
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    color: #c69a46;
    left: 0px;
    display: inline-block;
    transition: 0.4s;
}
main .banner-discount.button-res,
main .order-btn-in-page{
    text-align: center;
}
main .banner-discount.button-res a,
main .order-btn-in-page a {
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 44px;
    transition: 0.7s;
}
main .site-content-bc{
    background-image: url('../images/breadcrumbs-bg.png');
    height: 98px;
    background-position: 50%;
    background-size: cover;
}
main .site-content-bc .content-wrapper-bc .bread-crumbs{
    padding-top: 40px;
}
main .site-content-bc .content-wrapper-bc .bread-crumbs a{
    color: #c39c5c;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}
main .site-content-bc .content-wrapper-bc .bread-crumbs i{
    color: #c39c5c;
    display: inline-block;
    margin: 0 5px;
}
main .site-content-bc .content-wrapper-bc .bread-crumbs span{
    color: #ffffff;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
main .sidebar-block .sidebar-title{
    display: block;
    background-color: #c89b48;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}
main .sidebar-block .discount-sidebar-wrapper{
    height: 465px;
    border-radius: 5px;
    border: 1px solid #c89b48;
    background-image: url('../images/sidebar-discount.png');
    background-position: 50%;
    background-size: cover;
}
main .sidebar-block .discount-sidebar-wrapper .discount-items{
    text-align: center;
    padding: 20px 0 0;
}
main .sidebar-block .discount-sidebar-wrapper .discount-items span{
    color: #ca9e4b;
    font-family: "Segoe UI";
    font-size: 52px;
    font-weight: 400;
    line-height: 54px;
    position: relative;
    display: inline-block;
    padding: 0 0 20px 0;
}
main .sidebar-block .discount-sidebar-wrapper .discount-items span:before{
    content: 'off';
    width: 40px;
    height: 40px;
    box-shadow: 5px 9px 8px rgba(0, 0, 0, 0.1);
    background-color: #252525;
    color: #ffffff;
    font-family: "Great Vibes";
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    position: absolute;
    border-radius: 50%;
    right: -18px;
    top: -11px;
}
main .sidebar-block .discount-sidebar-wrapper .discount-items span:after{
    content: '';
    width: 88px;
    height: 1px;
    display: block;
    background-color: #000000;
    position: absolute;
    left: calc(50% - 44px);
    bottom: 10px;
}
main .sidebar-block .discount-sidebar-wrapper .discount-items p{
    color: #6f6f6f;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
}
main .sidebar-block .discount-sidebar-wrapper .discount-items p b{
    display: block;
    color: #ca9e4b;
    font-family: "Segoe UI";
    font-size: 16px;
}
main .site-content .content-wrapper .blog-teather h2{
    color: #303030;
    font-family: "Segoe UI";
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    margin: 20px 0;
}
main .site-content .content-wrapper .blog-teather h2 a{
    color: #303030;
}
main .site-content .content-wrapper .blog-teather p.right-align{
    text-align: right;
}
main .site-content .content-wrapper .blog-teather p.right-align a{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 14px;
}
main .site-content .content-wrapper .blog-teather p.blog-date{
    margin: 10px 0;
}
main .site-content .content-wrapper .blog-teather p.blog-date a{
    color: #757575;
    font-family: "Segoe UI";
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    padding: 7px 13px;
}
main .site-content .content-wrapper .blog-teather p.blog-date span{
    float: right;
}
main .sidebar-block.services-block{
    margin-top:20px;
}
main .sidebar-block.services-block .discount-sidebar-wrapper{
    height: auto;
}
main .sidebar-block.services-block .discount-sidebar-wrapper a{
    display: inline-block;
    padding: 5px 15px;
    color: #6f6f6f;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
    width: 49%;
}
main .sidebar-block.services-block .discount-sidebar-wrapper.services-cat a{
    width: 100%;
}
main .sidebar-block.services-block .discount-sidebar-wrapper a i{
    color: #c79a47;
    /*font-size: 8px;*/
}
main .sidebar-block.services-block .discount-sidebar-wrapper a:hover{
    color: #c79a47;
}
main .essays-categories .essays-cat-item {
    position: relative;
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c89b48;
    padding: 25px;
    margin-bottom: 45px;
}
main .content-wrapper .essays-categories{
    margin-top: 50px;
}
main .content-wrapper .essays-categories a{
    position: absolute;
    top: -52px;
}
main .content-wrapper .essays-categories a:hover{
    color: #c89b48;
}
main .sidebar-block.services-block .discount-sidebar-wrapper.blog-tags a{
    width: auto;
    color: #757575;
    font-family: "Segoe UI";
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    padding: 7px 13px;
    margin: 2px;
    line-height: 16px;
}
main .sidebar-block.services-block .discount-sidebar-wrapper.blog-tags a:nth-child(n + 16){
    display: none;
}
main .sidebar-block .discount-sidebar-wrapper.first-discount {
    height: auto;
    padding: 35px;
}
main .sidebar-block .discount-sidebar-wrapper.first-discount .discount-items p {
    font-size: 23px;
    line-height: 25px;
}
main .sidebar-block .discount-sidebar-wrapper.first-discount .discount-items p b{
    font-size: 28px;
    line-height: 32px;
    padding: 15px 0;
}
main .sidebar-block .discount-sidebar-wrapper.first-discount .discount-items span {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}
main .site-content .content-wrapper ul.collapsible li {
    list-style: none;
}

body #back-top {
    display: none;
    border-radius: 50%;
    background-color: #c89b48;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: 52px;
    height: 52px;
    padding: 8px 11px;
    position: fixed;
    bottom: 170px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
}
body #back-top i{
    color: #fff;
    font-size: 26px;
    padding-top: 3px;
}

body .text-order-banner{
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c89b48;
    background-color: #ffffff;
    margin: 25px auto;
    max-width: 794px;
}
body .text-order-banner .db-1{
    background-image: url('../images/gold-banner.png');
    background-position: 0% 50%;
    padding: 83px 62px 70px;
    position: relative;
}
body .text-order-banner .db-1 span{
    font-family: "Segoe UI";
    font-size: 29px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    width: 300px;
    position: absolute;
    top: 30px;
    left: 96px;
}
body .text-order-banner .db-1 a{
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 14px;
    position: absolute;
    right: 62px;
}
body .text-order-banner .db-2{
    padding: 30px 62px;
}
body .text-order-banner .db-2 span{
    display: block;
    font-family: "Segoe UI";
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 20px;
}
body .text-order-banner .db-2 .db-prices-wrapper{
    display: flex;
}
body .text-order-banner .db-2 .db-prices-wrapper b{
    display: block;
    margin-bottom: 15px;
}
body .text-order-banner .db-2 .db-prices-wrapper div{
    width: 20%;
    padding: 0 0 5px 0;
}
body .text-order-banner .db-2 .db-prices-wrapper div.text-d-border{
    border-right: 1px solid #fed989;
}
body .text-order-banner .db-2 .db-prices-wrapper div.text-d-padding{
    padding-left: 10px;
}
body .text-discount-percent {
    max-width: 640px;
    margin: 30px auto;
}
main .text-discount-percent .discount-sidebar-wrapper .discount-items p{
    text-align: center;
}
main .text-discount-percent .discount-sidebar-wrapper{
    display: flex;
    justify-content: center;
    height: 155px;
}
main .text-discount-percent .discount-sidebar-wrapper .discount-items{
    width: 30%;
}

main .hiw-item {
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #c89b48;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 25px;
}
main .site-content .content-wrapper .hiw-item h3{
    color: #fff;
    font-family: "Segoe UI";
    font-size: 22px;
    line-height: 23px;
    font-weight: 700;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    margin: -25px -25px 20px;
    padding: 20px 25px;
    position: relative;
}
main .hiw-item h3:before{
    content: '1';
    font-family: "Great Vibes";
    font-size: 45px;
    line-height: 51px;
    display: block;
    width: 55px;
    height: 55px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    color: #c89b48;
    text-align: center;
    padding-top: 4px;
    top: 4px;
    right: 25px;
}
main .hiw-item.step-h2 h3:before {
    content: '2';
}
main .hiw-item.step-h3 h3:before {
    content: '3';
}
main .hiw-item.step-h4 h3:before {
    content: '4';
}
main .hiw-item.step-h5 h3:before {
    content: '5';
}
main .hiw-item.step-h6 h3:before {
    content: '6';
}
main .site-content .content-wrapper p.text-hiw {
    color: #c89b48;
    font-weight: 700;
}
main .site-content .content-wrapper ul.site-map li a{
    color: #303030;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 700;
}
main .site-content .content-wrapper ul.site-map{
    margin: 0;
    padding: 0;
    font-size: 0;
}
main .site-content .content-wrapper ul.site-map li{
    list-style: none;
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 33.33%;
    padding-left: 20px;
}
main .site-content .content-wrapper ul.site-map li:before{
    content: '\f105';
    font-size: 19px;
    font-family: FontAwesome;
    color: #c89b48;
    position: absolute;
    left: 0;
    display: block;
    top: 0px;
    transition: 0.7s;
}
main .site-content .content-wrapper ul.site-map li:hover:before{
    left: 10px;
    transition: 0.7s;
}
main .site-content .content-wrapper.blog-page .prev-next-posts{
    display: flex;
    justify-content: space-between;
}
main .site-content .content-wrapper.blog-page .prev-next-posts div{
    width: 48%;
}
main .site-content .content-wrapper.blog-page .prev-next-posts div a{
    color: #303030;
    font-family: "Segoe UI";
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
}
main .site-content .content-wrapper.blog-page .prev-next-posts div.next-post{
    text-align: right;
}
main .site-content .content-wrapper.blog-page .prev-next-posts div i{
    display: inline-block;
    height: 20px;
    width: 30px;
    color: #fff;
    background: #c69a46;
    text-align: center;
    padding-top: 3px;
}
main .site-content .content-wrapper.blog-page .prev-next-posts div a:hover{
    color: #c69a46;
}
main .blog-teather {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c89b48;
}
main .blog-teather img {
    width: 100%;
    height: auto;
}
main .content-wrapper.blog-page img {
    width: 100%;
    height: auto;
}
main .site-content .content-wrapper h3 {
    font-family: "Segoe UI - Semi Bold";
    font-size: 24px;
    font-weight: 600;
    color: #c79a47;
    line-height: 30px;
}

.dropdown-content li{
    min-height: 0;
}
.select-wrapper .dropdown-content li span{
    padding: 5px 20px;
}
main .site-content .content-wrapper h4 {
    font-family: "Segoe UI - Semi Bold";
    font-size: 22px;
    font-weight: 700;
    color: #303030;
    line-height: 30px;
}
footer .copyimg img{
    width: 80%;
    height: auto;
}
footer .copytext{
    text-align: center;
    color: #787878;
}
footer .footer-social a,
footer .footer-social{
    color: #787878;
    text-align: right;
    font-size: 12px;
}

.affiliate-banner-page {
    text-align: center;
}
main .content-wrapper p strong{
    font-weight: 700;
}
.affiliate-banner-page a{
    background-image: url('../images/affiliate-banner.png');
    width: 80%;
    height: 213px;
    display: inline-block;
    background-size: contain;
}
.back_button{
    background: white;
    border: 1px solid #c89b48;
    color: #ffffff;
    font-family: "Segoe UI - Semi Bold";
    font-size: 15px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    background-image: linear-gradient(to top, #c79a47 0%, #d3a955 52%, #fed989 100%);
    display: inline-block;
    padding: 7px 14px;
}

.mini-wrapper .top-dd-wrapper .drop-down-content{
    display: none;
}
.mini-wrapper.top-login-wrapper.essay-component.essay-login-form {
        display: inline-block;
    width: auto;
    box-shadow: none;
    border: none;
    background: none;
    margin-left: 0;
    padding: 0;
}

@media (max-width: 1200px){
    .affiliate-banner-page a{
        width: 100%;
        height: 133px;
    }
}
@media (max-width: 992px){
    body .text-order-banner .db-2{
        padding: 30px 15px;
    }
    main .sidebar-block.services-block .discount-sidebar-wrapper a{
        width: 90%;
        margin: 0 5%;
    }
}
@media (max-width: 768px){
    main .testiminials-flex .testim-item-page {
        width: 48%;
    }
    main .content-wrapper .testim-item-page .testim-author {
        position: relative;
        line-height: 26px;
    }
    main .content-wrapper .testim-item-page {
        padding: 25px;
        background-image: none;
    }
    header .resp-menu ul li:nth-child(2) a {
        font-family: "Segoe UI";
        color: #c79a47;
        font-weight: 700;
    }
    .affiliate-banner-page a{
        width: 290px;
        height: 400px;
        background-image: url('../images/affiliate-banner-mobile.png');
        background-repeat: no-repeat;
    }
}
@media (max-width: 640px){
    body .text-order-banner .db-2 {
        padding: 30px 15px;
    }
    body .text-order-banner .db-2 .db-prices-wrapper div.text-d-padding {
        padding-left: 5px;
    }
    main .testiminials-flex .testim-item-page {
        width: 100%;
    }
    footer .copytext, footer .footer-social{
        text-align: center;
    }
}
@media (max-width: 599px){
    .hide-on-m{
        display: none;
    }
}
@media (max-width: 425px){
    main .blog-teather a img {
        width: 100%;
        height: auto;
    }
    body .text-order-banner .db-1 {
        background-position: 90%;
        padding: 81px 61px 70px;
    }
    body .text-order-banner .db-1 span {
        top: 20px;
        left: calc(50% - 150px);
        text-align: center;
    }
    body .text-order-banner .db-1 a {
        padding: 7px 35px;
        position: absolute;
        right: calc(50% - 55px);
        bottom: 13px;
    }
    body .text-order-banner .db-2 .db-prices-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    body .text-order-banner .db-2 .db-prices-wrapper div{
        width: 33.33%;
    }
    footer .footer-copy .copy-block{
        text-align: center;
    }
    main .home-tabs{
        height: 700px;
    }
}
@media (max-width: 320px){
    body .text-order-banner .db-2 .db-prices-wrapper div {
        width: 50%;
        text-align: center;
        padding: 15px 5px;
    }
    body .text-order-banner .db-2 .db-prices-wrapper div:nth-child(3),
    body .text-order-banner .db-2 .db-prices-wrapper div:nth-child(1){
        border-bottom: 1px solid #fed989;
    }
    body .text-order-banner .db-2 .db-prices-wrapper div:nth-child(4),
    body .text-order-banner .db-2 .db-prices-wrapper div:nth-child(2){
        border: none;
        border-bottom: 1px solid #fed989;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    main .home-tabs .home-tabs-wrapper #homesamples .item div a{
        margin-top: 126px;
    }
}

@media all and (-ms-high-contrast:none) {

}
/*Start Banner*/
#footer-baner .banner_img{
    overflow: hidden;
}
#footer-baner .baner_content a{
    transition: 0.5s;
    display: block;
}
#footer-baner .baner_content .banner_s{
    display: none;
}
#footer-baner .baner_content .banner_img .banner_xs{
    display: none;
}
#footer-baner{
    position: fixed;
    bottom: 0;
    transition: 0.5s;
    z-index: 100;
    width: 100%;
    display: block;
}
#footer-baner .baner_content a img{
    width: 100%;
    display: block;
}
#footer-baner .baner_content{
    position: relative;
}

.footer-hidden {
    margin-left: -101%!important;
    transition: 0.5s;
    margin-right: 101%!important;
}
.banner_button{
    text-align: center;
    opacity: 0.8;
    line-height: 23px;
    position: absolute;
    bottom: calc(50% - 15px);
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-family: monospace;
    font-weight: 800;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
}
.banner_button_show{
    display: block;
    border-radius: 3px;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2070%2070%22%20style%3D%22enable-background%3Anew%200%200%2070%2070%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23AF1032%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Benable-background%3Anew%20%20%20%20%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M35%2C1.1c-1.6%2C0-2.9%2C1.3-2.9%2C2.9c0%2C1.7%2C1.3%2C3%2C2.9%2C3s2.9-1.3%2C2.9-2.9S36.6%2C1.1%2C35%2C1.1z%20M35%2C4.2%0A%09%09c-0.4%2C0-0.8-0.4-0.8-0.8s0.4-0.8%2C0.8-0.8c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8C35.8%2C3.9%2C35.4%2C4.2%2C35%2C4.2z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M28.9%2C1.7c-1.6%2C0.3-2.7%2C1.8-2.4%2C3.4c0.3%2C1.6%2C1.8%2C2.7%2C3.4%2C2.4c1.6-0.3%2C2.7-1.8%2C2.4-3.4%0A%09%09C32.1%2C2.5%2C30.5%2C1.4%2C28.9%2C1.7z%20M29.5%2C4.7c-0.4%2C0.1-0.9-0.2-0.9-0.7c-0.1-0.4%2C0.2-0.9%2C0.7-0.9c0.4-0.1%2C0.9%2C0.2%2C0.9%2C0.7%0A%09%09C30.2%2C4.2%2C29.9%2C4.7%2C29.5%2C4.7z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M23.1%2C3.2c-1.5%2C0.6-2.3%2C2.2-1.7%2C3.7c0.6%2C1.5%2C2.2%2C2.3%2C3.8%2C1.7c1.5-0.6%2C2.3-2.2%2C1.7-3.8%0A%09%09C26.3%2C3.5%2C24.6%2C2.7%2C23.1%2C3.2z%20M24.1%2C6.2c-0.4%2C0.2-0.9-0.1-1-0.5c-0.2-0.4%2C0.1-0.9%2C0.5-1c0.4-0.2%2C0.9%2C0.1%2C1%2C0.5%0A%09%09C24.8%2C5.5%2C24.6%2C6%2C24.1%2C6.2z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M17.6%2C5.8c-1.4%2C0.8-1.9%2C2.6-1.1%2C4s2.6%2C1.9%2C4%2C1.1c1.4-0.8%2C1.9-2.6%2C1.1-4C20.8%2C5.5%2C19%2C5%2C17.6%2C5.8z%20M19.1%2C8.5%0A%09%09c-0.4%2C0.2-0.9%2C0.1-1.1-0.3c-0.2-0.4-0.1-0.9%2C0.3-1.1s0.9-0.1%2C1.1%2C0.3S19.5%2C8.3%2C19.1%2C8.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%2C9.3c-1.2%2C1-1.4%2C2.9-0.4%2C4.1s2.9%2C1.4%2C4.1%2C0.4s1.4-2.9%2C0.4-4.1C15.7%2C8.4%2C13.8%2C8.3%2C12.6%2C9.3z%20M14.6%2C11.7%0A%09%09c-0.3%2C0.3-0.8%2C0.2-1.1-0.1s-0.2-0.8%2C0.1-1.1s0.8-0.2%2C1.1%2C0.1C15%2C10.9%2C14.9%2C11.4%2C14.6%2C11.7z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C13.6c-1%2C1.2-0.9%2C3.1%2C0.4%2C4.1c1.2%2C1%2C3.1%2C0.9%2C4.1-0.4c1-1.2%2C0.9-3.1-0.4-4.1C11.2%2C12.2%2C9.3%2C12.4%2C8.3%2C13.6z%0A%09%09%20M10.7%2C15.6c-0.3%2C0.3-0.8%2C0.4-1.1%2C0.1c-0.3-0.3-0.4-0.8-0.1-1.1c0.3-0.3%2C0.8-0.4%2C1.1-0.1C10.9%2C14.7%2C11%2C15.2%2C10.7%2C15.6z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M4.8%2C18.6c-0.8%2C1.4-0.3%2C3.2%2C1.1%2C4s3.2%2C0.3%2C4-1.1c0.8-1.4%2C0.3-3.2-1.1-4C7.4%2C16.7%2C5.6%2C17.2%2C4.8%2C18.6z%20M7.5%2C20.1%0A%09%09c-0.2%2C0.4-0.7%2C0.5-1.1%2C0.3s-0.5-0.7-0.3-1.1s0.7-0.5%2C1.1-0.3S7.7%2C19.7%2C7.5%2C20.1z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M2.2%2C24.1c-0.6%2C1.5%2C0.2%2C3.2%2C1.7%2C3.8c1.5%2C0.6%2C3.2-0.2%2C3.8-1.7C8.3%2C24.7%2C7.5%2C23%2C6%2C22.4S2.8%2C22.6%2C2.2%2C24.1z%0A%09%09%20M5.2%2C25.1c-0.2%2C0.4-0.6%2C0.6-1%2C0.5c-0.4-0.2-0.6-0.6-0.5-1c0.2-0.4%2C0.6-0.6%2C1-0.5C5.1%2C24.3%2C5.3%2C24.7%2C5.2%2C25.1z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.7%2C29.9c-0.3%2C1.6%2C0.8%2C3.1%2C2.4%2C3.4s3.1-0.8%2C3.4-2.4s-0.8-3.1-2.4-3.4C2.5%2C27.3%2C1%2C28.4%2C0.7%2C29.9z%20M3.7%2C30.5%0A%09%09c-0.1%2C0.4-0.5%2C0.7-0.9%2C0.7c-0.4-0.1-0.7-0.5-0.7-0.9c0.1-0.4%2C0.5-0.7%2C0.9-0.7C3.5%2C29.6%2C3.8%2C30%2C3.7%2C30.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.1%2C36c0%2C1.6%2C1.3%2C2.9%2C2.9%2C2.9c1.7%2C0%2C3-1.3%2C3-2.9s-1.3-2.9-2.9-2.9S0.1%2C34.4%2C0.1%2C36z%20M3.2%2C36%0A%09%09c0%2C0.4-0.4%2C0.8-0.8%2C0.8S1.6%2C36.4%2C1.6%2C36s0.4-0.8%2C0.8-0.8C2.9%2C35.2%2C3.2%2C35.6%2C3.2%2C36z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0.7%2C42.1c0.3%2C1.6%2C1.8%2C2.7%2C3.4%2C2.4s2.7-1.8%2C2.4-3.4c-0.3-1.6-1.8-2.7-3.4-2.4C1.5%2C38.9%2C0.4%2C40.5%2C0.7%2C42.1z%0A%09%09%20M3.7%2C41.5c0.1%2C0.4-0.2%2C0.9-0.7%2C0.9c-0.4%2C0.1-0.9-0.2-0.9-0.7c-0.1-0.4%2C0.2-0.9%2C0.7-0.9C3.2%2C40.8%2C3.7%2C41.1%2C3.7%2C41.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M2.2%2C47.9c0.6%2C1.5%2C2.2%2C2.3%2C3.8%2C1.7c1.5-0.6%2C2.3-2.2%2C1.7-3.8c-0.6-1.5-2.2-2.3-3.8-1.7%0A%09%09C2.5%2C44.7%2C1.7%2C46.4%2C2.2%2C47.9z%20M5.2%2C46.9c0.2%2C0.4-0.1%2C0.9-0.5%2C1c-0.4%2C0.2-0.9-0.1-1-0.5c-0.2-0.4%2C0.1-0.9%2C0.5-1%0A%09%09C4.5%2C46.2%2C5%2C46.4%2C5.2%2C46.9z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M4.8%2C53.4c0.8%2C1.4%2C2.6%2C1.9%2C4%2C1.1c1.4-0.8%2C1.9-2.6%2C1.1-4c-0.8-1.4-2.6-1.9-4-1.1C4.5%2C50.2%2C4%2C52%2C4.8%2C53.4z%0A%09%09%20M7.5%2C51.9c0.2%2C0.4%2C0.1%2C0.9-0.3%2C1.1c-0.4%2C0.2-0.9%2C0.1-1.1-0.3c-0.2-0.4-0.1-0.9%2C0.3-1.1C6.8%2C51.4%2C7.3%2C51.5%2C7.5%2C51.9z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C58.4c1%2C1.2%2C2.9%2C1.4%2C4.1%2C0.4s1.4-2.9%2C0.4-4.1c-1-1.2-2.9-1.4-4.1-0.4C7.4%2C55.3%2C7.3%2C57.2%2C8.3%2C58.4z%0A%09%09%20M10.7%2C56.4c0.3%2C0.3%2C0.2%2C0.8-0.1%2C1.1s-0.8%2C0.2-1.1-0.1s-0.2-0.8%2C0.1-1.1C9.9%2C56%2C10.4%2C56.1%2C10.7%2C56.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%2C62.7c1.2%2C1%2C3.1%2C0.9%2C4.1-0.4c1-1.2%2C0.9-3.1-0.4-4.1c-1.2-1-3.1-0.9-4.1%2C0.4%0A%09%09C11.2%2C59.8%2C11.4%2C61.7%2C12.6%2C62.7z%20M14.6%2C60.3c0.3%2C0.3%2C0.4%2C0.8%2C0.1%2C1.1c-0.3%2C0.3-0.8%2C0.4-1.1%2C0.1c-0.3-0.3-0.4-0.8-0.1-1.1%0A%09%09C13.7%2C60.1%2C14.2%2C60%2C14.6%2C60.3z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M17.6%2C66.2c1.4%2C0.8%2C3.2%2C0.3%2C4-1.1s0.3-3.2-1.1-4s-3.2-0.3-4%2C1.1C15.7%2C63.6%2C16.2%2C65.4%2C17.6%2C66.2z%20M19.1%2C63.5%0A%09%09c0.4%2C0.2%2C0.5%2C0.7%2C0.3%2C1.1s-0.7%2C0.5-1.1%2C0.3s-0.5-0.7-0.3-1.1S18.7%2C63.3%2C19.1%2C63.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M23.1%2C68.7c1.5%2C0.6%2C3.2-0.2%2C3.8-1.7c0.6-1.5-0.2-3.2-1.7-3.8s-3.2%2C0.2-3.8%2C1.7C20.8%2C66.5%2C21.6%2C68.2%2C23.1%2C68.7z%0A%09%09%20M24.1%2C65.8c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1c-0.2%2C0.4-0.6%2C0.6-1%2C0.5c-0.4-0.2-0.6-0.6-0.5-1C23.3%2C65.9%2C23.7%2C65.7%2C24.1%2C65.8z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M32.3%2C67.9c0.3-1.6-0.8-3.1-2.4-3.4c-1.6-0.3-3.1%2C0.8-3.4%2C2.4c-0.2%2C1.3%2C0.5%2C2.5%2C1.6%2C3.1h2.7%0A%09%09C31.5%2C69.6%2C32.1%2C68.8%2C32.3%2C67.9z%20M29.3%2C68.9c-0.4-0.1-0.7-0.5-0.7-0.9c0-0.5%2C0.4-0.8%2C0.9-0.7c0.4%2C0.1%2C0.7%2C0.5%2C0.7%2C0.9%0A%09%09C30.1%2C68.6%2C29.7%2C68.9%2C29.3%2C68.9z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M35%2C65.1c-1.6%2C0-2.9%2C1.3-2.9%2C2.9c0%2C0.7%2C0.3%2C1.5%2C0.8%2C2h4.2c0.5-0.5%2C0.8-1.2%2C0.8-2C37.9%2C66.4%2C36.6%2C65.1%2C35%2C65.1z%0A%09%09%20M35%2C69.3c-0.4%2C0-0.8-0.4-0.8-0.8s0.4-0.8%2C0.8-0.8s0.8%2C0.4%2C0.8%2C0.8S35.4%2C69.3%2C35%2C69.3z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M43.5%2C66.9c-0.3-1.6-1.8-2.7-3.4-2.4c-1.6%2C0.3-2.7%2C1.8-2.4%2C3.4c0.1%2C0.9%2C0.7%2C1.7%2C1.5%2C2.1h2.7%0A%09%09C43.1%2C69.4%2C43.7%2C68.2%2C43.5%2C66.9z%20M40.7%2C68.9c-0.4%2C0.1-0.9-0.2-0.9-0.7c0-0.4%2C0.3-0.9%2C0.7-0.9c0.4-0.1%2C0.9%2C0.2%2C0.9%2C0.7%0A%09%09C41.5%2C68.4%2C41.2%2C68.9%2C40.7%2C68.9z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M46.9%2C68.7c1.5-0.6%2C2.3-2.2%2C1.7-3.8c-0.6-1.5-2.2-2.3-3.8-1.7c-1.5%2C0.6-2.3%2C2.2-1.7%2C3.8%0A%09%09C43.7%2C68.5%2C45.4%2C69.3%2C46.9%2C68.7z%20M45.9%2C65.8c0.4-0.2%2C0.9%2C0.1%2C1%2C0.5c0.2%2C0.4-0.1%2C0.9-0.5%2C1c-0.4%2C0.2-0.9-0.1-1-0.5%0A%09%09C45.2%2C66.4%2C45.4%2C66%2C45.9%2C65.8z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M52.4%2C66.2c1.4-0.8%2C1.9-2.6%2C1.1-4c-0.8-1.4-2.6-1.9-4-1.1c-1.4%2C0.8-1.9%2C2.6-1.1%2C4C49.2%2C66.5%2C51%2C67%2C52.4%2C66.2z%0A%09%09%20M50.9%2C63.5c0.4-0.2%2C0.9-0.1%2C1.1%2C0.3c0.2%2C0.4%2C0.1%2C0.9-0.3%2C1.1c-0.4%2C0.2-0.9%2C0.1-1.1-0.3C50.4%2C64.2%2C50.5%2C63.7%2C50.9%2C63.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M57.4%2C62.7c1.2-1%2C1.4-2.9%2C0.4-4.1c-1-1.2-2.9-1.4-4.1-0.4c-1.2%2C1-1.4%2C2.9-0.4%2C4.1%0A%09%09C54.3%2C63.6%2C56.2%2C63.7%2C57.4%2C62.7z%20M55.4%2C60.3c0.3-0.3%2C0.8-0.2%2C1.1%2C0.1s0.2%2C0.8-0.1%2C1.1s-0.8%2C0.2-1.1-0.1%0A%09%09C55%2C61.1%2C55.1%2C60.6%2C55.4%2C60.3z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M61.7%2C58.4c1-1.2%2C0.9-3.1-0.4-4.1c-1.2-1-3.1-0.9-4.1%2C0.4c-1%2C1.2-0.9%2C3.1%2C0.4%2C4.1%0A%09%09C58.8%2C59.8%2C60.7%2C59.6%2C61.7%2C58.4z%20M59.3%2C56.4c0.3-0.3%2C0.8-0.4%2C1.1-0.1c0.3%2C0.3%2C0.4%2C0.8%2C0.1%2C1.1c-0.3%2C0.3-0.8%2C0.4-1.1%2C0.1%0A%09%09C59.1%2C57.3%2C59%2C56.7%2C59.3%2C56.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M65.2%2C53.4c0.8-1.4%2C0.3-3.2-1.1-4s-3.2-0.3-4%2C1.1c-0.8%2C1.4-0.3%2C3.2%2C1.1%2C4C62.6%2C55.3%2C64.4%2C54.8%2C65.2%2C53.4z%0A%09%09%20M62.5%2C51.9c0.2-0.4%2C0.7-0.5%2C1.1-0.3c0.4%2C0.2%2C0.5%2C0.7%2C0.3%2C1.1c-0.2%2C0.4-0.7%2C0.5-1.1%2C0.3S62.3%2C52.3%2C62.5%2C51.9z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M67.7%2C47.9c0.6-1.5-0.2-3.2-1.7-3.8s-3.2%2C0.2-3.8%2C1.7s0.2%2C3.2%2C1.7%2C3.8C65.5%2C50.2%2C67.2%2C49.4%2C67.7%2C47.9z%0A%09%09%20M64.8%2C46.9c0.2-0.4%2C0.6-0.6%2C1-0.5c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1c-0.2%2C0.4-0.6%2C0.6-1%2C0.5C64.9%2C47.7%2C64.7%2C47.3%2C64.8%2C46.9z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M69.3%2C42.1c0.3-1.6-0.8-3.1-2.4-3.4c-1.6-0.3-3.1%2C0.8-3.4%2C2.4c-0.3%2C1.6%2C0.8%2C3.1%2C2.4%2C3.4%0A%09%09C67.5%2C44.7%2C69%2C43.6%2C69.3%2C42.1z%20M66.3%2C41.5c0.1-0.4%2C0.5-0.7%2C0.9-0.7c0.4%2C0.1%2C0.7%2C0.5%2C0.7%2C0.9c-0.1%2C0.4-0.5%2C0.7-0.9%2C0.7%0A%09%09C66.5%2C42.4%2C66.2%2C42%2C66.3%2C41.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M69.9%2C36c0-1.6-1.3-2.9-2.9-2.9s-2.9%2C1.3-2.9%2C2.9c0%2C1.6%2C1.3%2C2.9%2C2.9%2C2.9C68.5%2C38.9%2C69.9%2C37.6%2C69.9%2C36z%0A%09%09%20M66.7%2C36c0-0.4%2C0.4-0.8%2C0.8-0.8s0.8%2C0.4%2C0.8%2C0.8c0%2C0.4-0.4%2C0.8-0.8%2C0.8S66.7%2C36.4%2C66.7%2C36z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M69.3%2C29.9c-0.3-1.6-1.8-2.7-3.4-2.4c-1.6%2C0.3-2.7%2C1.8-2.4%2C3.4s1.8%2C2.7%2C3.4%2C2.4C68.5%2C33.1%2C69.6%2C31.5%2C69.3%2C29.9%0A%09%09z%20M66.3%2C30.5c-0.1-0.4%2C0.2-0.9%2C0.7-0.9c0.4-0.1%2C0.9%2C0.2%2C0.9%2C0.7c0.1%2C0.4-0.2%2C0.9-0.7%2C0.9C66.8%2C31.2%2C66.3%2C30.9%2C66.3%2C30.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M67.7%2C24.1c-0.6-1.5-2.2-2.3-3.7-1.7c-1.5%2C0.6-2.3%2C2.2-1.7%2C3.8c0.6%2C1.5%2C2.2%2C2.3%2C3.8%2C1.7%0A%09%09C67.5%2C27.3%2C68.3%2C25.6%2C67.7%2C24.1z%20M64.8%2C25.1c-0.2-0.4%2C0.1-0.9%2C0.5-1c0.4-0.2%2C0.9%2C0.1%2C1%2C0.5c0.2%2C0.4-0.1%2C0.9-0.5%2C1%0A%09%09C65.4%2C25.8%2C65%2C25.6%2C64.8%2C25.1z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M65.2%2C18.6c-0.8-1.4-2.6-1.9-4-1.1s-1.9%2C2.6-1.1%2C4c0.8%2C1.4%2C2.6%2C1.9%2C4%2C1.1C65.5%2C21.8%2C66%2C20%2C65.2%2C18.6z%0A%09%09%20M62.5%2C20.1c-0.2-0.4-0.1-0.9%2C0.3-1.1c0.4-0.2%2C0.9-0.1%2C1.1%2C0.3c0.2%2C0.4%2C0.1%2C0.9-0.3%2C1.1S62.7%2C20.5%2C62.5%2C20.1z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M61.7%2C13.6c-1-1.2-2.9-1.4-4.1-0.4c-1.2%2C1-1.4%2C2.9-0.4%2C4.1s2.9%2C1.4%2C4.1%2C0.4C62.6%2C16.7%2C62.7%2C14.8%2C61.7%2C13.6z%0A%09%09%20M59.3%2C15.6c-0.3-0.3-0.2-0.8%2C0.1-1.1s0.8-0.2%2C1.1%2C0.1s0.2%2C0.8-0.1%2C1.1C60.1%2C16%2C59.6%2C15.9%2C59.3%2C15.6z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M57.4%2C9.3c-1.2-1-3.1-0.9-4.1%2C0.4c-1%2C1.2-0.9%2C3.1%2C0.4%2C4.1c1.2%2C1%2C3.1%2C0.9%2C4.1-0.4C58.8%2C12.2%2C58.6%2C10.3%2C57.4%2C9.3%0A%09%09z%20M55.4%2C11.7c-0.3-0.3-0.4-0.8-0.1-1.1c0.3-0.3%2C0.8-0.4%2C1.1-0.1c0.3%2C0.3%2C0.4%2C0.8%2C0.1%2C1.1C56.3%2C11.9%2C55.7%2C12%2C55.4%2C11.7z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M52.4%2C5.8c-1.4-0.8-3.2-0.3-4%2C1.1s-0.3%2C3.2%2C1.1%2C4c1.4%2C0.8%2C3.2%2C0.3%2C4-1.1S53.8%2C6.6%2C52.4%2C5.8z%20M50.9%2C8.5%0A%09%09c-0.4-0.2-0.5-0.7-0.3-1.1s0.7-0.5%2C1.1-0.3c0.4%2C0.2%2C0.5%2C0.7%2C0.3%2C1.1C51.8%2C8.6%2C51.3%2C8.7%2C50.9%2C8.5z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M46.9%2C3.2c-1.5-0.6-3.2%2C0.2-3.7%2C1.7c-0.6%2C1.5%2C0.2%2C3.2%2C1.7%2C3.8c1.5%2C0.6%2C3.2-0.2%2C3.8-1.7%0A%09%09C49.2%2C5.5%2C48.4%2C3.8%2C46.9%2C3.2z%20M45.9%2C6.2c-0.4-0.2-0.6-0.6-0.5-1c0.2-0.4%2C0.6-0.6%2C1-0.5c0.4%2C0.2%2C0.6%2C0.6%2C0.5%2C1%0A%09%09C46.7%2C6.1%2C46.3%2C6.3%2C45.9%2C6.2z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M41.1%2C1.7c-1.6-0.3-3.1%2C0.8-3.4%2C2.4c-0.3%2C1.6%2C0.8%2C3.1%2C2.4%2C3.4c1.6%2C0.3%2C3.1-0.8%2C3.4-2.4%0A%09%09C43.7%2C3.5%2C42.6%2C2%2C41.1%2C1.7z%20M40.5%2C4.7c-0.4-0.1-0.7-0.5-0.7-0.9c0.1-0.4%2C0.5-0.7%2C0.9-0.7c0.4%2C0.1%2C0.7%2C0.5%2C0.7%2C0.9%0A%09%09C41.4%2C4.5%2C41%2C4.8%2C40.5%2C4.7z%22/%3E%0A%3C/g%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2235%22%20cy%3D%2236%22%20r%3D%2231.8%22/%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M35.4%2C66.2c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.1%2C0.1-0.2%2C0.2-0.2c0.5%2C0%2C0.9%2C0%2C1.4%2C0c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2%0A%09%09c0%2C0.1-0.1%2C0.2-0.2%2C0.2C36.3%2C66.2%2C35.9%2C66.2%2C35.4%2C66.2C35.4%2C66.2%2C35.4%2C66.2%2C35.4%2C66.2z%20M34.1%2C66.2C34.1%2C66.2%2C34.1%2C66.2%2C34.1%2C66.2%0A%09%09c-0.5%2C0-0.9%2C0-1.4-0.1c-0.1%2C0-0.2-0.1-0.2-0.2s0.1-0.2%2C0.2-0.2c0.4%2C0%2C0.9%2C0.1%2C1.3%2C0.1c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2%0A%09%09C34.2%2C66.1%2C34.2%2C66.2%2C34.1%2C66.2z%20M38.1%2C66c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.1%2C0.1-0.2%2C0.2-0.2c0.5%2C0%2C0.9-0.1%2C1.3-0.2%0A%09%09c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2s-0.1%2C0.2-0.2%2C0.2C39.1%2C65.9%2C38.6%2C66%2C38.1%2C66C38.1%2C66%2C38.1%2C66%2C38.1%2C66z%20M31.3%2C66C31.3%2C66%2C31.3%2C66%2C31.3%2C66%0A%09%09c-0.5-0.1-0.9-0.1-1.4-0.2c-0.1%2C0-0.2-0.1-0.2-0.2s0.1-0.2%2C0.2-0.2c0.4%2C0.1%2C0.9%2C0.1%2C1.3%2C0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2%0A%09%09C31.5%2C65.9%2C31.4%2C66%2C31.3%2C66z%20M40.8%2C65.6c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.1%2C0-0.2%2C0.2-0.2c0.4-0.1%2C0.9-0.2%2C1.3-0.3c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1%0A%09%09c0%2C0.1%2C0%2C0.2-0.1%2C0.2C41.8%2C65.4%2C41.3%2C65.5%2C40.8%2C65.6C40.8%2C65.6%2C40.8%2C65.6%2C40.8%2C65.6z%20M28.7%2C65.5C28.6%2C65.5%2C28.6%2C65.5%2C28.7%2C65.5%0A%09%09c-0.5-0.1-0.9-0.2-1.4-0.3c-0.1%2C0-0.2-0.1-0.1-0.2c0-0.1%2C0.1-0.2%2C0.2-0.1c0.4%2C0.1%2C0.9%2C0.2%2C1.3%2C0.3c0.1%2C0%2C0.2%2C0.1%2C0.1%2C0.2%0A%09%09C28.8%2C65.5%2C28.8%2C65.5%2C28.7%2C65.5z%20M43.5%2C65c-0.1%2C0-0.2-0.1-0.2-0.1c0-0.1%2C0-0.2%2C0.1-0.2c0.4-0.1%2C0.9-0.3%2C1.3-0.4%0A%09%09c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1c0%2C0.1%2C0%2C0.2-0.1%2C0.2C44.4%2C64.7%2C44%2C64.8%2C43.5%2C65C43.5%2C65%2C43.5%2C65%2C43.5%2C65z%20M26%2C64.8C26%2C64.8%2C26%2C64.8%2C26%2C64.8%0A%09%09c-0.5-0.1-0.9-0.3-1.4-0.4c-0.1%2C0-0.2-0.1-0.1-0.3c0-0.1%2C0.2-0.2%2C0.2-0.1c0.4%2C0.2%2C0.8%2C0.3%2C1.3%2C0.4c0.1%2C0%2C0.2%2C0.1%2C0.1%2C0.2%0A%09%09C26.2%2C64.8%2C26.1%2C64.8%2C26%2C64.8z%20M46%2C64.1c-0.1%2C0-0.2%2C0-0.2-0.1c0-0.1%2C0-0.2%2C0.1-0.3c0.4-0.2%2C0.8-0.3%2C1.2-0.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1%0A%09%09s0%2C0.2-0.1%2C0.3C46.9%2C63.7%2C46.5%2C63.9%2C46%2C64.1C46.1%2C64.1%2C46.1%2C64.1%2C46%2C64.1z%20M23.5%2C63.9C23.4%2C63.9%2C23.4%2C63.9%2C23.5%2C63.9%0A%09%09c-0.5-0.2-0.9-0.4-1.3-0.6c-0.1%2C0-0.1-0.2-0.1-0.3c0-0.1%2C0.2-0.1%2C0.3-0.1c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.5c0.1%2C0%2C0.1%2C0.2%2C0.1%2C0.3%0A%09%09C23.6%2C63.9%2C23.5%2C63.9%2C23.5%2C63.9z%20M48.5%2C63c-0.1%2C0-0.1%2C0-0.2-0.1c0-0.1%2C0-0.2%2C0.1-0.3c0.4-0.2%2C0.8-0.4%2C1.2-0.6%0A%09%09c0.1-0.1%2C0.2%2C0%2C0.3%2C0.1c0.1%2C0.1%2C0%2C0.2-0.1%2C0.3C49.4%2C62.5%2C49%2C62.8%2C48.5%2C63C48.6%2C63%2C48.5%2C63%2C48.5%2C63z%20M21%2C62.7%0A%09%09C21%2C62.7%2C20.9%2C62.7%2C21%2C62.7c-0.5-0.2-0.9-0.5-1.3-0.7c-0.1-0.1-0.1-0.2-0.1-0.3c0.1-0.1%2C0.2-0.1%2C0.3-0.1c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.7%0A%09%09c0.1%2C0%2C0.1%2C0.2%2C0.1%2C0.3C21.1%2C62.7%2C21.1%2C62.7%2C21%2C62.7z%20M50.9%2C61.7c-0.1%2C0-0.1%2C0-0.2-0.1c-0.1-0.1%2C0-0.2%2C0.1-0.3%0A%09%09c0.4-0.2%2C0.8-0.5%2C1.1-0.7c0.1-0.1%2C0.2%2C0%2C0.3%2C0c0.1%2C0.1%2C0%2C0.2%2C0%2C0.3c-0.4%2C0.3-0.8%2C0.5-1.1%2C0.8C50.9%2C61.6%2C50.9%2C61.7%2C50.9%2C61.7z%0A%09%09%20M18.7%2C61.4c0%2C0-0.1%2C0-0.1%2C0c-0.4-0.3-0.8-0.5-1.1-0.8c-0.1-0.1-0.1-0.2%2C0-0.3s0.2-0.1%2C0.3%2C0c0.4%2C0.3%2C0.7%2C0.5%2C1.1%2C0.8%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3C18.8%2C61.3%2C18.7%2C61.4%2C18.7%2C61.4z%20M53.1%2C60.1c-0.1%2C0-0.1%2C0-0.2-0.1c-0.1-0.1%2C0-0.2%2C0-0.3%0A%09%09c0.4-0.3%2C0.7-0.6%2C1.1-0.8c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3c-0.4%2C0.3-0.7%2C0.6-1.1%2C0.9C53.2%2C60.1%2C53.1%2C60.1%2C53.1%2C60.1z%0A%09%09%20M16.4%2C59.8c0%2C0-0.1%2C0-0.1%2C0c-0.4-0.3-0.7-0.6-1.1-0.9c-0.1-0.1-0.1-0.2%2C0-0.3c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.3%2C0.3%2C0.7%2C0.6%2C1%2C0.9%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3C16.6%2C59.7%2C16.5%2C59.8%2C16.4%2C59.8z%20M55.2%2C58.4c-0.1%2C0-0.1%2C0-0.1-0.1c-0.1-0.1-0.1-0.2%2C0-0.3%0A%09%09c0.3-0.3%2C0.7-0.6%2C1-0.9c0.1-0.1%2C0.2-0.1%2C0.3%2C0s0.1%2C0.2%2C0%2C0.3c-0.3%2C0.3-0.7%2C0.6-1%2C0.9C55.3%2C58.4%2C55.2%2C58.4%2C55.2%2C58.4z%20M14.4%2C58%0A%09%09c0%2C0-0.1%2C0-0.1-0.1c-0.3-0.3-0.7-0.6-1-1c-0.1-0.1-0.1-0.2%2C0-0.3c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.3%2C0.3%2C0.6%2C0.6%2C1%2C1c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3%0A%09%09C14.5%2C58%2C14.4%2C58%2C14.4%2C58z%20M57.1%2C56.5c0%2C0-0.1%2C0-0.1-0.1c-0.1-0.1-0.1-0.2%2C0-0.3c0.3-0.3%2C0.6-0.7%2C0.9-1c0.1-0.1%2C0.2-0.1%2C0.3%2C0%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3c-0.3%2C0.3-0.6%2C0.7-0.9%2C1C57.2%2C56.4%2C57.2%2C56.5%2C57.1%2C56.5z%20M12.5%2C56c-0.1%2C0-0.1%2C0-0.1-0.1%0A%09%09c-0.3-0.3-0.6-0.7-0.9-1c-0.1-0.1-0.1-0.2%2C0-0.3c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.3%2C0.4%2C0.6%2C0.7%2C0.9%2C1c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3%0A%09%09C12.6%2C56%2C12.5%2C56%2C12.5%2C56z%20M58.9%2C54.4c0%2C0-0.1%2C0-0.1%2C0c-0.1-0.1-0.1-0.2%2C0-0.3c0.3-0.4%2C0.5-0.7%2C0.8-1.1c0.1-0.1%2C0.2-0.1%2C0.3%2C0%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3c-0.3%2C0.4-0.5%2C0.7-0.8%2C1.1C59%2C54.3%2C58.9%2C54.4%2C58.9%2C54.4z%20M10.8%2C53.9c-0.1%2C0-0.1%2C0-0.2-0.1%0A%09%09c-0.3-0.4-0.5-0.7-0.8-1.1c-0.1-0.1%2C0-0.2%2C0.1-0.3c0.1-0.1%2C0.2%2C0%2C0.3%2C0.1c0.3%2C0.4%2C0.5%2C0.7%2C0.8%2C1.1c0.1%2C0.1%2C0%2C0.2%2C0%2C0.3%0A%09%09C10.9%2C53.9%2C10.8%2C53.9%2C10.8%2C53.9z%20M60.4%2C52.1c0%2C0-0.1%2C0-0.1%2C0c-0.1-0.1-0.1-0.2-0.1-0.3c0.2-0.4%2C0.5-0.8%2C0.7-1.2%0A%09%09c0.1-0.1%2C0.2-0.1%2C0.3-0.1c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c-0.2%2C0.4-0.5%2C0.8-0.7%2C1.2C60.5%2C52.1%2C60.5%2C52.1%2C60.4%2C52.1z%20M9.3%2C51.7%0A%09%09c-0.1%2C0-0.1%2C0-0.2-0.1c-0.2-0.4-0.5-0.8-0.7-1.2c-0.1-0.1%2C0-0.2%2C0.1-0.3c0.1-0.1%2C0.2%2C0%2C0.3%2C0.1C9%2C50.6%2C9.2%2C51%2C9.5%2C51.4%0A%09%09c0.1%2C0.1%2C0%2C0.2-0.1%2C0.3C9.4%2C51.7%2C9.3%2C51.7%2C9.3%2C51.7z%20M61.8%2C49.8C61.7%2C49.8%2C61.7%2C49.8%2C61.8%2C49.8c-0.2-0.1-0.2-0.2-0.2-0.3%0A%09%09c0.2-0.4%2C0.4-0.8%2C0.6-1.2c0-0.1%2C0.2-0.1%2C0.3-0.1c0.1%2C0%2C0.1%2C0.2%2C0.1%2C0.3c-0.2%2C0.4-0.4%2C0.8-0.6%2C1.2C61.9%2C49.7%2C61.8%2C49.8%2C61.8%2C49.8z%0A%09%09%20M8%2C49.3c-0.1%2C0-0.1%2C0-0.2-0.1c-0.2-0.4-0.4-0.8-0.6-1.2c0-0.1%2C0-0.2%2C0.1-0.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1C7.8%2C48.2%2C8%2C48.6%2C8.2%2C49%0A%09%09C8.2%2C49.1%2C8.2%2C49.2%2C8%2C49.3C8.1%2C49.3%2C8%2C49.3%2C8%2C49.3z%20M62.9%2C47.3C62.9%2C47.3%2C62.8%2C47.3%2C62.9%2C47.3c-0.2-0.1-0.2-0.2-0.2-0.3%0A%09%09c0.2-0.4%2C0.3-0.8%2C0.5-1.3c0-0.1%2C0.1-0.2%2C0.2-0.1c0.1%2C0%2C0.2%2C0.1%2C0.1%2C0.2c-0.1%2C0.4-0.3%2C0.9-0.5%2C1.3C63%2C47.2%2C63%2C47.3%2C62.9%2C47.3z%0A%09%09%20M6.9%2C46.8c-0.1%2C0-0.2%2C0-0.2-0.1c-0.2-0.4-0.3-0.9-0.5-1.3c0-0.1%2C0-0.2%2C0.1-0.2c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1c0.1%2C0.4%2C0.3%2C0.9%2C0.4%2C1.3%0A%09%09C7.1%2C46.6%2C7.1%2C46.7%2C6.9%2C46.8C7%2C46.8%2C6.9%2C46.8%2C6.9%2C46.8z%20M63.8%2C44.7C63.8%2C44.7%2C63.7%2C44.7%2C63.8%2C44.7c-0.2%2C0-0.2-0.1-0.2-0.3%0A%09%09c0.1-0.4%2C0.2-0.9%2C0.4-1.3c0-0.1%2C0.1-0.2%2C0.2-0.1c0.1%2C0%2C0.2%2C0.1%2C0.1%2C0.2c-0.1%2C0.4-0.2%2C0.9-0.4%2C1.3C63.9%2C44.7%2C63.9%2C44.7%2C63.8%2C44.7z%0A%09%09%20M6.1%2C44.2c-0.1%2C0-0.2-0.1-0.2-0.1c-0.1-0.4-0.2-0.9-0.3-1.3c0-0.1%2C0-0.2%2C0.1-0.2c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1C6%2C43.1%2C6.1%2C43.5%2C6.3%2C44%0A%09%09C6.3%2C44.1%2C6.2%2C44.2%2C6.1%2C44.2C6.1%2C44.2%2C6.1%2C44.2%2C6.1%2C44.2z%20M64.4%2C42.1C64.4%2C42.1%2C64.4%2C42.1%2C64.4%2C42.1c-0.1%2C0-0.2-0.1-0.2-0.2%0A%09%09c0.1-0.4%2C0.2-0.9%2C0.2-1.3c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c-0.1%2C0.5-0.1%2C0.9-0.2%2C1.3C64.6%2C42%2C64.5%2C42.1%2C64.4%2C42.1z%0A%09%09%20M5.5%2C41.5c-0.1%2C0-0.2-0.1-0.2-0.2c-0.1-0.4-0.2-0.9-0.2-1.4c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0.1%2C0.4%2C0.1%2C0.9%2C0.2%2C1.3%0A%09%09C5.7%2C41.4%2C5.6%2C41.5%2C5.5%2C41.5C5.5%2C41.5%2C5.5%2C41.5%2C5.5%2C41.5z%20M64.8%2C39.4C64.8%2C39.4%2C64.8%2C39.4%2C64.8%2C39.4c-0.1%2C0-0.2-0.1-0.2-0.2%0A%09%09c0-0.4%2C0.1-0.9%2C0.1-1.3c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0%2C0.5-0.1%2C0.9-0.1%2C1.4C65%2C39.3%2C64.9%2C39.4%2C64.8%2C39.4z%0A%09%09%20M5.1%2C38.9c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.5-0.1-0.9-0.1-1.4c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0%2C0.5%2C0%2C0.9%2C0.1%2C1.3%0A%09%09C5.3%2C38.7%2C5.2%2C38.8%2C5.1%2C38.9C5.1%2C38.9%2C5.1%2C38.9%2C5.1%2C38.9z%20M65%2C36.7C65%2C36.7%2C65%2C36.7%2C65%2C36.7c-0.1%2C0-0.2-0.1-0.2-0.2%0A%09%09c0-0.2%2C0-0.3%2C0-0.5c0-0.3%2C0-0.6%2C0-0.9c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0%2C0.3%2C0%2C0.6%2C0%2C0.9c0%2C0.2%2C0%2C0.3%2C0%2C0.5%0A%09%09C65.2%2C36.6%2C65.1%2C36.7%2C65%2C36.7z%20M5%2C36.1L5%2C36.1c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.5%2C0-0.9%2C0-1.4c0-0.1%2C0.1-0.2%2C0.2-0.2%0A%09%09c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0%2C0.4%2C0%2C0.9%2C0%2C1.4C5.2%2C36%2C5.1%2C36.1%2C5%2C36.1z%20M64.9%2C34c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.5-0.1-0.9-0.1-1.3%0A%09%09c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0.1%2C0.5%2C0.1%2C0.9%2C0.1%2C1.4C65.1%2C33.8%2C65%2C33.9%2C64.9%2C34C64.9%2C34%2C64.9%2C34%2C64.9%2C34z%0A%09%09%20M5.1%2C33.4C5.1%2C33.4%2C5.1%2C33.4%2C5.1%2C33.4c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.5%2C0.1-0.9%2C0.2-1.4c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2%0A%09%09c-0.1%2C0.4-0.1%2C0.9-0.2%2C1.3C5.3%2C33.3%2C5.2%2C33.4%2C5.1%2C33.4z%20M64.6%2C31.3c-0.1%2C0-0.2-0.1-0.2-0.2c-0.1-0.4-0.2-0.9-0.3-1.3%0A%09%09c0-0.1%2C0-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1c0.1%2C0.4%2C0.2%2C0.9%2C0.3%2C1.3C64.8%2C31.1%2C64.7%2C31.2%2C64.6%2C31.3C64.6%2C31.2%2C64.6%2C31.3%2C64.6%2C31.3z%0A%09%09%20M5.5%2C30.7C5.5%2C30.7%2C5.5%2C30.7%2C5.5%2C30.7c-0.1%2C0-0.2-0.1-0.2-0.2c0.1-0.5%2C0.2-0.9%2C0.3-1.3c0-0.1%2C0.1-0.2%2C0.2-0.1%0A%09%09C5.9%2C29%2C6%2C29.1%2C6%2C29.2c-0.1%2C0.4-0.2%2C0.9-0.3%2C1.3C5.7%2C30.7%2C5.6%2C30.7%2C5.5%2C30.7z%20M64%2C28.6c-0.1%2C0-0.2-0.1-0.2-0.1%0A%09%09c-0.1-0.4-0.2-0.9-0.4-1.3c0-0.1%2C0-0.2%2C0.1-0.2c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1c0.1%2C0.4%2C0.3%2C0.9%2C0.4%2C1.3C64.2%2C28.5%2C64.2%2C28.6%2C64%2C28.6%0A%09%09C64.1%2C28.6%2C64%2C28.6%2C64%2C28.6z%20M6.1%2C28.1C6.1%2C28.1%2C6.1%2C28.1%2C6.1%2C28.1c-0.2%2C0-0.2-0.1-0.2-0.2C6%2C27.4%2C6.2%2C27%2C6.3%2C26.5%0A%09%09c0-0.1%2C0.1-0.2%2C0.2-0.1c0.1%2C0%2C0.2%2C0.1%2C0.1%2C0.2c-0.1%2C0.4-0.3%2C0.9-0.4%2C1.3C6.3%2C28%2C6.2%2C28.1%2C6.1%2C28.1z%20M63.2%2C26c-0.1%2C0-0.2%2C0-0.2-0.1%0A%09%09c-0.2-0.4-0.3-0.8-0.5-1.3c0-0.1%2C0-0.2%2C0.1-0.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1c0.2%2C0.4%2C0.3%2C0.8%2C0.5%2C1.3C63.4%2C25.8%2C63.4%2C25.9%2C63.2%2C26%0A%09%09C63.3%2C26%2C63.2%2C26%2C63.2%2C26z%20M7%2C25.5C6.9%2C25.5%2C6.9%2C25.5%2C7%2C25.5c-0.2-0.1-0.2-0.2-0.2-0.3c0.2-0.4%2C0.3-0.9%2C0.5-1.3%0A%09%09c0-0.1%2C0.2-0.1%2C0.3-0.1c0.1%2C0%2C0.1%2C0.2%2C0.1%2C0.3c-0.2%2C0.4-0.4%2C0.8-0.5%2C1.3C7.1%2C25.4%2C7%2C25.5%2C7%2C25.5z%20M62.2%2C23.5c-0.1%2C0-0.1%2C0-0.2-0.1%0A%09%09c-0.2-0.4-0.4-0.8-0.6-1.2c0-0.1%2C0-0.2%2C0.1-0.3c0.1-0.1%2C0.2%2C0%2C0.3%2C0.1c0.2%2C0.4%2C0.4%2C0.8%2C0.6%2C1.2C62.4%2C23.3%2C62.4%2C23.4%2C62.2%2C23.5%0A%09%09C62.2%2C23.5%2C62.2%2C23.5%2C62.2%2C23.5z%20M8.1%2C23C8%2C23%2C8%2C23%2C8.1%2C23c-0.2-0.1-0.2-0.2-0.2-0.3c0.2-0.4%2C0.4-0.8%2C0.6-1.2%0A%09%09c0.1-0.1%2C0.2-0.1%2C0.3-0.1c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c-0.2%2C0.4-0.4%2C0.8-0.6%2C1.2C8.2%2C23%2C8.1%2C23%2C8.1%2C23z%20M60.9%2C21.1%0A%09%09c-0.1%2C0-0.1%2C0-0.2-0.1c-0.2-0.4-0.5-0.8-0.7-1.1c-0.1-0.1%2C0-0.2%2C0.1-0.3c0.1-0.1%2C0.2%2C0%2C0.3%2C0.1c0.2%2C0.4%2C0.5%2C0.8%2C0.7%2C1.2%0A%09%09C61.1%2C20.9%2C61.1%2C21%2C60.9%2C21.1C61%2C21.1%2C61%2C21.1%2C60.9%2C21.1z%20M9.4%2C20.6c0%2C0-0.1%2C0-0.1%2C0c-0.1-0.1-0.1-0.2-0.1-0.3%0A%09%09c0.2-0.4%2C0.5-0.8%2C0.7-1.2c0.1-0.1%2C0.2-0.1%2C0.3-0.1c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c-0.3%2C0.4-0.5%2C0.8-0.7%2C1.1C9.5%2C20.6%2C9.4%2C20.6%2C9.4%2C20.6z%0A%09%09%20M59.4%2C18.8c-0.1%2C0-0.1%2C0-0.2-0.1c-0.3-0.4-0.5-0.7-0.8-1.1c-0.1-0.1-0.1-0.2%2C0-0.3c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.3%2C0.4%2C0.6%2C0.7%2C0.8%2C1.1%0A%09%09c0.1%2C0.1%2C0%2C0.2%2C0%2C0.3C59.5%2C18.8%2C59.5%2C18.8%2C59.4%2C18.8z%20M10.9%2C18.3c0%2C0-0.1%2C0-0.1%2C0c-0.1-0.1-0.1-0.2%2C0-0.3c0.3-0.4%2C0.6-0.7%2C0.8-1.1%0A%09%09c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3c-0.3%2C0.3-0.6%2C0.7-0.8%2C1.1C11%2C18.3%2C10.9%2C18.3%2C10.9%2C18.3z%20M57.8%2C16.7%0A%09%09c-0.1%2C0-0.1%2C0-0.1-0.1c-0.3-0.3-0.6-0.7-0.9-1c-0.1-0.1-0.1-0.2%2C0-0.3c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.3%2C0.3%2C0.6%2C0.7%2C0.9%2C1%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3C57.9%2C16.6%2C57.8%2C16.7%2C57.8%2C16.7z%20M12.6%2C16.2c0%2C0-0.1%2C0-0.1%2C0c-0.1-0.1-0.1-0.2%2C0-0.3c0.3-0.3%2C0.6-0.7%2C0.9-1%0A%09%09c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3c-0.3%2C0.3-0.6%2C0.7-0.9%2C1C12.7%2C16.2%2C12.7%2C16.2%2C12.6%2C16.2z%20M55.9%2C14.7%0A%09%09c0%2C0-0.1%2C0-0.1-0.1c-0.3-0.3-0.7-0.6-1-0.9c-0.1-0.1-0.1-0.2%2C0-0.3c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.3%2C0.3%2C0.7%2C0.6%2C1%2C0.9%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3C56%2C14.7%2C56%2C14.7%2C55.9%2C14.7z%20M14.5%2C14.3c-0.1%2C0-0.1%2C0-0.1-0.1c-0.1-0.1-0.1-0.2%2C0-0.3c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3c-0.3%2C0.3-0.7%2C0.6-1%2C0.9C14.6%2C14.3%2C14.5%2C14.3%2C14.5%2C14.3z%20M53.9%2C12.9c0%2C0-0.1%2C0-0.1%2C0%0A%09%09c-0.4-0.3-0.7-0.6-1.1-0.8c-0.1-0.1-0.1-0.2%2C0-0.3c0.1-0.1%2C0.2-0.1%2C0.3%2C0c0.4%2C0.3%2C0.7%2C0.6%2C1.1%2C0.8c0.1%2C0.1%2C0.1%2C0.2%2C0%2C0.3%0A%09%09C54%2C12.8%2C53.9%2C12.9%2C53.9%2C12.9z%20M16.6%2C12.5c-0.1%2C0-0.1%2C0-0.2-0.1c-0.1-0.1-0.1-0.2%2C0-0.3c0.4-0.3%2C0.7-0.6%2C1.1-0.8%0A%09%09c0.1-0.1%2C0.2%2C0%2C0.3%2C0c0.1%2C0.1%2C0%2C0.2%2C0%2C0.3c-0.4%2C0.3-0.7%2C0.5-1.1%2C0.8C16.6%2C12.5%2C16.6%2C12.5%2C16.6%2C12.5z%20M51.7%2C11.3c0%2C0-0.1%2C0-0.1%2C0%0A%09%09c-0.4-0.3-0.8-0.5-1.1-0.7c-0.1-0.1-0.1-0.2-0.1-0.3c0.1-0.1%2C0.2-0.1%2C0.3-0.1c0.4%2C0.2%2C0.8%2C0.5%2C1.2%2C0.7c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3%0A%09%09C51.8%2C11.2%2C51.7%2C11.3%2C51.7%2C11.3z%20M18.8%2C11c-0.1%2C0-0.1%2C0-0.2-0.1c-0.1-0.1%2C0-0.2%2C0.1-0.3c0.4-0.2%2C0.8-0.5%2C1.2-0.7%0A%09%09c0.1-0.1%2C0.2%2C0%2C0.3%2C0.1c0.1%2C0.1%2C0%2C0.2-0.1%2C0.3c-0.4%2C0.2-0.8%2C0.5-1.1%2C0.7C18.9%2C10.9%2C18.8%2C11%2C18.8%2C11z%20M49.4%2C9.8%0A%09%09C49.3%2C9.8%2C49.3%2C9.8%2C49.4%2C9.8c-0.5-0.2-0.9-0.4-1.3-0.6C48%2C9.2%2C47.9%2C9%2C48%2C8.9c0-0.1%2C0.2-0.1%2C0.3-0.1c0.4%2C0.2%2C0.8%2C0.4%2C1.2%2C0.6%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3C49.5%2C9.8%2C49.4%2C9.8%2C49.4%2C9.8z%20M21.1%2C9.6c-0.1%2C0-0.1%2C0-0.2-0.1c0-0.1%2C0-0.2%2C0.1-0.3%0A%09%09c0.4-0.2%2C0.8-0.4%2C1.2-0.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1c0%2C0.1%2C0%2C0.2-0.1%2C0.3C22%2C9.2%2C21.6%2C9.4%2C21.1%2C9.6C21.2%2C9.6%2C21.2%2C9.6%2C21.1%2C9.6z%0A%09%09%20M46.9%2C8.7C46.9%2C8.7%2C46.9%2C8.6%2C46.9%2C8.7c-0.5-0.2-0.9-0.4-1.3-0.5c-0.1%2C0-0.2-0.2-0.1-0.3c0-0.1%2C0.1-0.1%2C0.3-0.1%0A%09%09c0.4%2C0.2%2C0.9%2C0.3%2C1.3%2C0.5c0.1%2C0%2C0.1%2C0.2%2C0.1%2C0.3C47.1%2C8.6%2C47%2C8.7%2C46.9%2C8.7z%20M23.6%2C8.4c-0.1%2C0-0.1%2C0-0.2-0.1c0-0.1%2C0-0.2%2C0.1-0.3%0A%09%09c0.4-0.2%2C0.8-0.3%2C1.3-0.5c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1c0%2C0.1%2C0%2C0.2-0.1%2C0.2C24.5%2C8.1%2C24.1%2C8.3%2C23.6%2C8.4C23.6%2C8.4%2C23.6%2C8.4%2C23.6%2C8.4z%0A%09%09%20M44.4%2C7.7C44.3%2C7.7%2C44.3%2C7.7%2C44.4%2C7.7c-0.5-0.1-0.9-0.3-1.4-0.4c-0.1%2C0-0.2-0.1-0.1-0.2c0-0.1%2C0.1-0.2%2C0.2-0.1%0A%09%09C43.6%2C7%2C44%2C7.2%2C44.4%2C7.3c0.1%2C0%2C0.2%2C0.1%2C0.1%2C0.2C44.5%2C7.6%2C44.4%2C7.7%2C44.4%2C7.7z%20M26.1%2C7.5c-0.1%2C0-0.2-0.1-0.2-0.1c0-0.1%2C0-0.2%2C0.1-0.2%0A%09%09C26.5%2C7%2C27%2C6.9%2C27.4%2C6.8c0.1%2C0%2C0.2%2C0%2C0.2%2C0.1c0%2C0.1%2C0%2C0.2-0.1%2C0.2C27.1%2C7.3%2C26.6%2C7.4%2C26.1%2C7.5C26.2%2C7.5%2C26.2%2C7.5%2C26.1%2C7.5z%20M41.7%2C7%0A%09%09C41.7%2C7%2C41.7%2C7%2C41.7%2C7c-0.5-0.1-0.9-0.2-1.4-0.3c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.1%2C0.1-0.2%2C0.2-0.2c0.5%2C0.1%2C0.9%2C0.2%2C1.3%2C0.3%0A%09%09c0.1%2C0%2C0.2%2C0.1%2C0.1%2C0.2C41.9%2C6.9%2C41.8%2C7%2C41.7%2C7z%20M28.8%2C6.8c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.1%2C0-0.2%2C0.1-0.2c0.4-0.1%2C0.9-0.2%2C1.3-0.3%0A%09%09c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0%2C0.1-0.1%2C0.2-0.2%2C0.2C29.7%2C6.7%2C29.3%2C6.7%2C28.8%2C6.8C28.8%2C6.8%2C28.8%2C6.8%2C28.8%2C6.8z%20M39.1%2C6.5%0A%09%09C39.1%2C6.5%2C39.1%2C6.5%2C39.1%2C6.5c-0.5-0.1-0.9-0.1-1.4-0.2c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.1%2C0.1-0.2%2C0.2-0.2c0.5%2C0%2C0.9%2C0.1%2C1.4%2C0.2%0A%09%09c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2C39.2%2C6.4%2C39.2%2C6.5%2C39.1%2C6.5z%20M31.5%2C6.4c-0.1%2C0-0.2-0.1-0.2-0.2c0-0.1%2C0.1-0.2%2C0.2-0.2%0A%09%09c0.5-0.1%2C0.9-0.1%2C1.4-0.1C32.9%2C5.9%2C33%2C6%2C33%2C6.1c0%2C0.1-0.1%2C0.2-0.2%2C0.2C32.4%2C6.3%2C31.9%2C6.3%2C31.5%2C6.4C31.5%2C6.4%2C31.5%2C6.4%2C31.5%2C6.4z%0A%09%09%20M36.4%2C6.2C36.4%2C6.2%2C36.4%2C6.2%2C36.4%2C6.2c-0.7%2C0-1.5%2C0-2.2%2C0c0%2C0%2C0%2C0%2C0%2C0C34.1%2C6.2%2C34%2C6.1%2C34%2C6c0-0.1%2C0.1-0.2%2C0.2-0.2%0A%09%09c0.7%2C0%2C1.5%2C0%2C2.2%2C0c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2C36.5%2C6.1%2C36.5%2C6.2%2C36.4%2C6.2z%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Cg%20class%3D%22st2%22%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M17.5%2C26.9c-0.3%2C0.1-0.5%2C0-0.7-0.1c0.4-0.4%2C0.7-1.1%2C0.7-1.6c0-0.6-0.3-1-1.2-0.8c-0.9%2C0.2-1.5%2C0.9-1.5%2C1.8%0A%09%09%09c0%2C2.5%2C3.6%2C1.7%2C3.6%2C5.3c0%2C2.3-1.7%2C4.2-4.3%2C4.9c-1.3%2C0.4-3.6%2C0.7-3.6-1.6c0-1.5%2C1.1-2.6%2C2.4-3c0.7-0.2%2C1.2-0.1%2C1.3%2C0.5%0A%09%09%09c-1.3%2C0.5-1.9%2C1.2-1.9%2C2.3c0%2C1.1%2C0.8%2C1.3%2C1.6%2C1.1c1.3-0.3%2C1.8-1.6%2C1.8-2.8c0-3-3.5-2.8-3.5-5.2c0-1.7%2C1.9-3.5%2C3.9-4.1%0A%09%09%09c0.9-0.2%2C2.7-0.6%2C2.7%2C1.2C18.9%2C25.8%2C18.4%2C26.7%2C17.5%2C26.9z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M22.7%2C26l-0.1%2C0.3c0.3-0.3%2C0.7-0.5%2C1.1-0.6c1.7-0.5%2C2.5-0.1%2C2.5%2C1.6c0%2C0.3%2C0%2C0.7-0.1%2C1.2%0A%09%09%09c-0.5%2C3.6-1.9%2C5.2-3.6%2C5.6c-0.5%2C0.1-1%2C0.1-1.5-0.1l-0.8%2C4.2l-2.4%2C1.3l2.6-12.9L22.7%2C26z%20M24%2C29.2c0.1-0.8%2C0.2-1.3%2C0.2-1.7%0A%09%09%09c0-1-0.4-1.1-0.9-0.9c-0.3%2C0.1-0.6%2C0.3-0.9%2C0.6L21.3%2C33c0.4%2C0.2%2C0.8%2C0.1%2C1.1%2C0C23.1%2C32.8%2C23.5%2C31.9%2C24%2C29.2z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M30.1%2C30.9c0.8-0.2%2C2.2-1.5%2C2.7-2.9l0.7-0.2c-0.9%2C1.9-2.5%2C4-4.6%2C4.6c-1.6%2C0.4-2.4-0.5-2.4-1.9%0A%09%09%09c0-2.1%2C0.9-5.9%2C3.8-6.7c1.3-0.4%2C2.1%2C0%2C2.1%2C1.1c0%2C2-2.1%2C3.7-3.7%2C4.3c0%2C0.3%2C0%2C0.5%2C0%2C0.7C28.8%2C30.9%2C29.5%2C31.1%2C30.1%2C30.9z%20M31%2C24.4%0A%09%09%09c-0.9%2C0.2-1.7%2C2.3-2%2C3.9c1.5-0.4%2C2.5-2%2C2.6-3.1C31.5%2C24.8%2C31.5%2C24.3%2C31%2C24.4z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M37.8%2C23c0-0.4-0.2-0.5-0.6-0.4c-1.4%2C0.4-2.2%2C3.3-2.2%2C5c0%2C1%2C0.2%2C1.7%2C1.2%2C1.4c1.2-0.3%2C2.1-1.2%2C2.8-2.3l0.6-0.2%0A%09%09%09c-0.8%2C1.1-1.7%2C3.4-4.5%2C4.1c-1.3%2C0.4-2.2-0.1-2.2-2.1c0-2.4%2C1-5.8%2C4.2-6.6c0.9-0.2%2C1.8-0.3%2C1.8%2C0.6c0%2C0.2%2C0%2C0.3-0.1%2C0.6%0A%09%09%09c-0.1%2C0-0.2%2C0-0.4%2C0c-0.1%2C0-0.3%2C0.1-0.5%2C0.2C37.7%2C23.3%2C37.8%2C23.1%2C37.8%2C23z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M42.2%2C20.7L41%2C26.5c0%2C0.2-0.1%2C0.4-0.1%2C0.5c0%2C0.4%2C0.2%2C0.6%2C0.8%2C0.4s1.5-1.3%2C2.1-2l0.6-0.2%0A%09%09%09c-0.7%2C0.9-2.6%2C3.6-3.8%2C4c-1.2%2C0.3-2%2C0-2-1.2c0-0.2%2C0-0.5%2C0.1-0.9l1.2-5.8L42.2%2C20.7z%20M41.4%2C17.4c0.7-0.2%2C1.3%2C0.2%2C1.3%2C0.9%0A%09%09%09s-0.6%2C1.4-1.3%2C1.6c-0.7%2C0.2-1.3-0.2-1.3-0.9S40.7%2C17.6%2C41.4%2C17.4z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M50.6%2C18.4l-1.2%2C5.8c0%2C0.2-0.1%2C0.4-0.1%2C0.5c0%2C0.4%2C0.2%2C0.6%2C0.8%2C0.4s1.5-1.3%2C2.1-2l0.6-0.2%0A%09%09%09c-0.7%2C0.9-2.6%2C3.6-3.8%2C4c-1.1%2C0.3-1.8%2C0.1-2-0.7c-0.5%2C0.8-1.2%2C1.7-2.2%2C1.9c-1.6%2C0.4-2-0.6-2-1.5c0-2.8%2C1-6.4%2C4.3-7.3%0A%09%09%09c0.4-0.1%2C0.8-0.1%2C1.1%2C0.1l0.1-0.4L50.6%2C18.4z%20M45.1%2C25.6c0%2C1%2C0.5%2C1%2C0.9%2C0.9c0.4-0.1%2C0.7-0.6%2C1-1.1c0-0.2%2C0-0.4%2C0.1-0.6l0.9-4.5%0A%09%09%09c-0.3-0.2-0.6-0.1-0.8-0.1C46%2C20.5%2C45.1%2C23.4%2C45.1%2C25.6z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M53.7%2C23c0%2C0.2-0.1%2C0.4-0.1%2C0.6c0%2C0.3%2C0.1%2C0.6%2C0.6%2C0.4c0.1%2C0%2C0.3-0.1%2C0.4-0.2c-0.5%2C1.5-1.1%2C1.8-1.7%2C2%0A%09%09%09c-1.2%2C0.3-1.7-0.3-1.7-1.3c0-0.3%2C0-0.5%2C0.1-0.8l1.8-8.9l2.4-1L53.7%2C23z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%20class%3D%22st2%22%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M17.8%2C40.5c1.1-0.3%2C1.9-0.2%2C2.4%2C0.2c0.6%2C0.4%2C0.8%2C1%2C0.8%2C2c0%2C0.3%2C0%2C0.7-0.1%2C1.1l-1.3%2C7.5%0A%09%09%09c-0.2%2C1.1-0.6%2C2.1-1.2%2C2.9c-0.6%2C0.8-1.4%2C1.3-2.5%2C1.6c-1.1%2C0.3-2%2C0.3-2.5-0.1c-0.5-0.4-0.8-1-0.8-1.9c0-0.2%2C0-0.4%2C0-0.6%0A%09%09%09c0-0.2%2C0-0.4%2C0.1-0.6L14%2C45c0.2-1.2%2C0.6-2.2%2C1.2-2.9C15.9%2C41.4%2C16.7%2C40.8%2C17.8%2C40.5z%20M17.7%2C42.8c-0.4%2C0.1-0.7%2C0.3-0.9%2C0.6%0A%09%09%09c-0.2%2C0.3-0.4%2C0.6-0.4%2C1.1l-1.4%2C7.6c0%2C0.1%2C0%2C0.2-0.1%2C0.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.7c0.2%2C0.2%2C0.5%2C0.2%2C0.8%2C0.1%0A%09%09%09c0.4-0.1%2C0.7-0.3%2C0.9-0.6c0.2-0.3%2C0.4-0.7%2C0.5-1.1l1.4-7.5c0-0.2%2C0.1-0.5%2C0.1-0.7c0-0.3-0.1-0.6-0.2-0.8%0A%09%09%09C18.3%2C42.7%2C18%2C42.7%2C17.7%2C42.8z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M25.6%2C40.7l-0.8%2C4.1l3.6-1L28%2C46l-3.6%2C1l-1.2%2C6.6l-2.2%2C0.6L23.7%2C39l6.4-1.7l-0.4%2C2.2L25.6%2C40.7z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M33.4%2C38.5l-0.8%2C4.1l3.6-1l-0.4%2C2.2l-3.6%2C1L31%2C51.5l-2.2%2C0.6l2.8-15.2l6.4-1.7l-0.4%2C2.2L33.4%2C38.5z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M36.7%2C49.9l2.8-15.2l6.4-1.7l-0.4%2C2.2l-4.2%2C1.1l-0.8%2C4.1l3.6-1l-0.4%2C2.2l-3.6%2C1l-0.8%2C4.4l4.2-1.1l-0.4%2C2.2%0A%09%09%09L36.7%2C49.9z%22/%3E%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M50.4%2C31.8c1-0.3%2C1.8-0.3%2C2.4%2C0.1c0.6%2C0.3%2C0.8%2C1.1%2C0.8%2C2.2c0%2C1.3-0.2%2C2.4-0.7%2C3.3c-0.4%2C0.9-1.1%2C1.6-1.9%2C2.2%0A%09%09%09l0.9%2C6.2l-2.3%2C0.6L49%2C40.6l-1.1%2C0.3l-1.1%2C6.3l-2.2%2C0.6l2.8-15.2L50.4%2C31.8z%20M49.2%2C34.2l-0.8%2C4.5l0.9-0.2c0.6-0.2%2C1.1-0.5%2C1.6-1.1%0A%09%09%09c0.4-0.6%2C0.6-1.3%2C0.6-2.2c0-1-0.5-1.4-1.6-1.1L49.2%2C34.2z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
    width: 70px;
    height: 70px;
    transition: 0.5s;
    position: fixed;
    transform: rotate(-45deg);
    bottom: 20px!important;
    left: 20px;
}
.banner_button_hidden:before{
    content: "+";
    transform: rotate(45deg);
    color: #cb9f4c;
    background: #252525;
    font-family: FontAwesome;
    display: block;
    border-radius: 50%;
    border: 1px solid #cb9f4c;
}
#footer-baner .banner_button_hidden{
    display: block;
}
#footer-baner.footer-hidden .banner_button_hidden{
    display: block;
}
.banner_content{
    position: relative;
    overflow: hidden;
}
.banner_button_hidden{
    top: -12px;
    bottom: auto;
}
#footer-baner.hide_show_button .banner_button.banner_button_show{
    display: none;
}
@media screen and (max-width: 768px) {
    .banner_button_hidden{
        bottom: auto;
        right: 3px;
    }
    #footer-baner .baner_content .banner_l{
        display: none;
    }
    #footer-baner .baner_content .banner_s{
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .time .time_content:after,
    .time .time_content:before,
    .time .time_content > img{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    footer .footer_cop > img{
        height: auto;
        width: 90%;
        margin-left: 5%;
    }
    .banner_button.banner_button_hidden{
        right: 2px;
        bottom: 2px;
    }
    #footer-baner .baner_content .banner_s{
        display: none;
    }
    #footer-baner .baner_content .banner_img .banner_xs{
        display: block;
        width: 100%;
    }
}
/*End Banner*/