/* Footer */
footer {
    margin-top: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

.rm-footer {
    /* box-shadow: 0 0 15px rgba(0, 0, 0, .06); */
    /* border-top: 1px solid #f9f9fc; */
    padding: 20px 0;
    /* margin-top: 30px; */
}

@media (min-width: 768px) {
    .rm-footer {
        padding: 30px 0;
    }
}

.rm-footer-catalog-btn {
    margin: 0 0 20px;
    padding: 0 30px !important;
    max-width: 100%;
}

@media (max-width: 767px) {
    .rm-footer-mobile-inner {
        /* margin: 0 5px; */
        /* padding: 15px; */
        /* background: #fcfcfc; */
        /* border: 1px solid #f4f4f4; */
        /* border-radius: 6px; */
    }

    .rm-footer-mobile-inner.white {
        /* background: #fff; */
        /* box-shadow: 0px 0px 15px rgba(0, 0, 0, .06); */
        /* border: 0; */
    }

    .rm-footer-contacts-btn.rm-btn {
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) and (min-width: 360px) {
    .rm-footer-mobile-inner {
        /* padding: 20px; */
    }
}

.rm-footer-title {
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 992px) {
    .rm-footer-title-toggle-icon {
        width: 30px;
        height: 30px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f4f4f4;
        border-radius: 6px;
        margin-right: 20px;
    }

    .rm-footer-title-toggle-btn {
        width: 40px;
        height: 40px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fbfbfb;
        border-radius: 6px;
        margin-left: auto;
    }

    .rm-footer-title-toggle-btn img {
        transition: -ms-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        -webkit-transition: -webkit-transform .3s ease;
    }

    .rm-footer-title-toggle.clicked .rm-footer-title-toggle-btn img {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 767px) {
    .rm-footer-first, .rm-footer-fourth, .rm-footer-second, .rm-footer-third {
        margin-bottom: 20px;
    }
}

.rm-footer-subscribe {
    margin: 17px auto 20px;
    max-width: 325px;
}

@media (min-width: 992px) {
    .rm-footer-subscribe {
        margin: 17px 0 20px;
    }
}

.rm-footer-subscribe .input-group {
    margin-bottom: 12px;
}

.rm-footer-subscribe .form-control {
    background: #f4f4f4;
    border-right: 0;
}

.rm-footer-subscribe button {
    font-size: 12px;
    color: #f4f4f4;
    height: 44px;
    line-height: 44px;
}

.rm-footer-subscribe .form-checkbox-group {
    font-size: 10px;
    margin-left: 15px;
}

.rm-footer-subscribe .form-checkbox-group label {
    color: #6e727e;
}

.rm-footer-text {
    font-size: 13px;
}

.rm-footer-address {
    margin: 10px 0 20px;
}

.rm-footer-phones {
    margin: 10px 0 5px;
    font-size: 14px;
}

.rm-footer-phones img {
    margin-right: 5px;
}

.rm-footer-phones a:hover {
    text-decoration: underline;
}

.rm-footer-phones-link {
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .rm-footer-phones-link {
        margin-bottom: 0;
    }
}

.rm-footer-phones-link:hover {
    text-decoration: none;
}

.rm-footer-shedule-list {
    margin: 10px 0 20px;
}

@media (min-width: 992px) {
    .rm-footer-shedule-list {
        margin: 30px 0 20px;
    }
}

.rm-footer-mail-link {
    font-size: 12px;
    letter-spacing: .3px;
    text-decoration: underline;
}

.rm-footer-mail-link:hover {
    text-decoration: none;
}

.rm-footer-links-list {
    font-size: 14px;
    line-height: 28px;
}

@media (max-width: 992px) {
    .rm-footer-links-list {
        /* max-height: 0; */
        -webkit-transition: max-height .6s ease;
        transition: max-height .6s ease;
        /* overflow: hidden; */
    }

    .rm-footer-links-list.expanded {
        max-height: 1000px;
    }

    .rm-footer-links-list li:first-child {
        /* margin-top: 20px; */
    }
}

@media (min-width: 768px) {
    .rm-footer-links-list {
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .rm-footer-links-list {
        margin-top: 30px;
    }
}

.rm-footer-links-list a {
    text-decoration: underline;
}

.rm-footer-links-list a:hover {
    text-decoration: none;
}

.rm-footer-payments-list {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rm-footer-payments-item {
    background-repeat: no-repeat;
    /* display: inline-block; */
    /* background-image: url("../img/sprite-rm.png"); */
    -ms-flex: 0 0 53px;
    flex: 0 0 73px;
    max-width: 73px;
    height: 48px;
    margin-bottom: 6px;
    border-radius: 6px;
    /* border: 1px solid #e9e9e9; */
}

.rm-footer-payments-item:not(:last-child) {
    margin-right: 6px;
}

@media (min-width: 576px) {
    .rm-footer-payments-item {
        margin-bottom: 10px;
    }

    .rm-footer-payments-item:not(:last-child) {
        margin-right: 10px;
    }
}

.rm-footer-payments-item.privat24 {
    background-position: -199px -138px;
}

.rm-footer-payments-item.mastercard {
    background-position: -67px -2px;
}

.rm-footer-payments-item.maestro {
    background-position: -133px 0;
}

.rm-footer-payments-item.sberbank {
    background-position: 0 -185px;
}

.rm-footer-payments-item.visa {
    background-position: 0 -1px;
}

.rm-footer-payments-item.skrill {
    background-position: -199px -92px;
}

.rm-footer-payments-item.interkassa {
    background-position: -199px -46px;
}

.rm-footer-payments-item.liqpay {
    background-position: -66px -46px;
}

.rm-footer-payments-item.paypal {
    background-position: 0 -46px;
}

.rm-footer-payments-item.robokassa {
    background-position: -199px 0;
}

.rm-footer-payments-item.yandex-money {
    background-position: 0 -138px;
}

.rm-footer-payments-item.webmoney {
    background-position: -66px -92px;
}

.rm-footer-payments-item.qiwi {
    background-position: 0 -92px;
}

.rm-footer-payments-item.custom-payment {
    background-position: -133px -46px;
}

.rm-footer-payments-item.custom-payment img {
    vertical-align: baseline;
}

.rm-footer-credits {
    font-size: 12px;
    line-height: 21px;
}

@media (min-width: 768px) {
    .rm-footer-credits {
        /* border-top: 1px solid #f9f9fc; */
        padding-top: 0;
        /* margin-top: 30px; */
    }
}
/* End of footer */
/* Fixed contacts */
@-webkit-keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0% {
        opacity: 0
    }

    40% {
        opacity: .96
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .96
    }

    100% {
        opacity: 0
    }
}

@keyframes iconOpacity {
    0% {
        opacity: 0
    }

    40% {
        opacity: .96
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .96
    }

    100% {
        opacity: 0
    }
}

#rm_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1001
}

@media (min-width: 420px) {
    #rm_fixed_contact_button {
        right:30px;
        width: 70px;
        height: 70px
    }
}

@media (min-width: 992px) {
    #rm_fixed_contact_button {
        bottom:30px
    }
}

#rm_fixed_contact_button.clicked {
    z-index: 1041
}

#rm_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 0;
    display: none
}

#rm_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.rm-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: pulsation 2s infinite;
    animation: pulsation 2s infinite
}

@media (min-width: 420px) {
    .rm-fixed-contact-pulsation {
        width:100px;
        height: 100px
    }
}

.rm-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

@media (min-width: 420px) {
    .rm-fixed-contact-icon {
        font-size:28px
    }
}

.rm-fixed-contact-icon .fa-envelope {
    -webkit-animation: iconOpacity 3s infinite;
    animation: iconOpacity 3s infinite;
    width: 20px;
    height: 20px
}

@media (min-width: 420px) {
    .rm-fixed-contact-icon .fa-envelope {
        width:28px;
        height: 28px
    }
}

.rm-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

@media (min-width: 420px) {
    .rm-fixed-contact-text {
        font-size:8px;
        line-height: 10px
    }
}

.rm-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s ease, opacity .3s ease;
    transition: margin-bottom .3s ease, opacity .3s ease;
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media (min-width: 420px) {
    .rm-fixed-contact-dropdown {
        right:60px
    }
}

.rm-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.rm-fixed-contact-item {
    color: #333
}

.rm-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.rm-fixed-contact-item-icon {
    display: block;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.rm-fixed-contact-item-icon svg {
    width: 26px;
    height: 25px;
}

.rm-fixed-contact-messenger {
    background: #0084ff
}

.rm-fixed-contact-viber {
    background: transparent;
}

.rm-fixed-contact-telegram {
    background: #2ca5e0
}

.rm-fixed-contact-skype {
    background: #31c4ed
}

.rm-fixed-contact-whatsapp {
    background: #25d366
}

.rm-fixed-contact-email {
    background: #50a8ff
}

.rm-fixed-contact-call {
    background: #3cba8b
}

.rm-fixed-contact-contacts {
    background: #141e1a
}

@media (min-width: 992px) {
    .rm-fixed-contact-viber-mobile {
        display:none !important
    }
}

@media (max-width: 991px) {
    .rm-fixed-contact-viber-desktop {
        display:none !important
    }
}
/* End of fixed contacts */
/* Notify */
.alert-block {
    margin: 20px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 575px) {
    .alert-block {
        right:15px !important;
        top: 15px !important;
        left: 15px !important
    }
}

.rm-alert {
    background: #fff;
    float: right;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .29);
    padding: 0;
    margin-bottom: 20px
}

@media (min-width: 420px) {
    .rm-alert {
        max-width: 458px;
    }
}

.rm-alert-success .rm-alert-icon {
    /* background: #0cc95b; */
}

.rm-alert-danger .rm-alert-icon {
    background: #f33d32
}

.rm-alert-warning .rm-alert-icon {
    background: #f3c932
}

.rm-alert-primary .rm-alert-icon {
    background: #50a8ff
}

.rm-alert-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    padding: 0;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Crect width='34' height='34' rx='6' fill='white'/%3E%3Cpath d='M23 11.5L16.75 17.75M10.5 24L16.75 17.75M16.75 17.75L10.5 11.5L23 24' stroke='%23FC3326'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

button.rm-alert-close img {
    display: none;
}

.rm-alert-icon {
    max-width: 36px;
    height: 36px;
    border-radius: 2px;
    margin: 20px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px
}

.rm-alert-icon i {
    font-size: 18px;
    color: #fff;
    text-align: center
}
.alert-block.success.addwhi i.fas.fa-check {
    display: none;
}
.rm-alert-text {
    color: #272323;
    font-size: 13px;
    line-height: 17px;
    padding: 20px 46px 20px 0;
    border-radius: 0 2px 2px 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 420px) {
    .rm-alert-text {
        min-width:310px
    }
}

.rm-alert-text a {
    text-decoration: underline
}

.rm-alert-text a:hover {
    text-decoration: none
}

.rm-alert-text .alert-text-item:not(:last-child) {
    margin-bottom: 5px
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0,-100%,0);
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}
/* End of notify */
/* Modal */
.modal {
    margin-top: 150px;
    -webkit-transition: margin-top .6s ease, opacity .4s ease;
    transition: margin-top .6s ease, opacity .4s ease;
    opacity: 0
}

.modal.show {
    margin-top: 0;
    opacity: 1
}

.modal-dialog {
    max-width: 650px
}

.modal-dialog.narrow {
    max-width: 665px;
}

.modal-dialog.wide {
    max-width: 950px
}

.modal-dialog.wide .modal-body {
    padding: 0
}

.modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
    padding: 20px
}

@media (min-width: 768px) {
    .modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
        padding:30px
    }
}

@media (max-width: 767px) {
    .modal-dialog.wide .modal-body-left {
        padding-bottom:0
    }
}

.modal-dialog.wide .rm-product-center-price {
    border-bottom: 0
}

@media (max-width: 767px) {
    .modal-dialog.wide .rm-product-center-price {
        padding:15px 0
    }
}

.modal-dialog.wide .rm-product-center-price>span {
    font-size: 18px;
    line-height: 22px
}

.modal-dialog.wide .rm-product-center-price-old {
    font-size: 14px;
    line-height: 17px
}

.modal-dialog.extra-wide {
    max-width: 1196px
}

.modal-dialog.extra-wide .modal-body {
    padding: 0
}

.modal-content {
    border-radius: 6px;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .17);
    overflow: hidden;
    border-radius: 15px;
    background: #F5F5F5;
}

.modal-content a {
    text-decoration: underline;
}

.modal-content a:hover {
    text-decoration: none
}

.modal-content .rm-btn {
    padding-left: 25px;
    padding-right: 25px
}

.modal-header {
    border-bottom: 0;
    text-transform: uppercase;
    padding: 30px 20px;
    font-size: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 36px !important;
    padding-top: 51px !important;
    padding-bottom: 0px !important;
}

@media (min-width: 768px) {
    .modal-header {
        padding:30px
    }
}

.modal-title {
    line-height: 27px;
    padding-right: 58px
}

.modal-close {
    width: 88px;
    height: 88px;
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease
}

.modal-close:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-close:focus {
    box-shadow: none
}

.modal-close-icon {
    position: absolute;
    top: 30px;
    left: 43px;
    bottom: 30px;
    border: 1px solid #777
}

.modal-close-left {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.modal-close-right {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-body {
    padding: 20px;
    min-height: 300px
}

@media (min-width: 768px) {
    .modal-body {
        padding:30px
    }

    .modal-body-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #f9f9fc
    }

    .modal-body-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 30px
    }
}

.modal-body-img {
    max-height: 280px;
    margin-bottom: 30px;
    border: 1px solid #f9f9fc;
    max-width: 100%
}

.modal-body iframe {
    max-width: 100%
}

.modal-backdrop {
    background-color: #1e242f
}

.modal-backdrop.show {
    opacity: .66
}

.modal .form-checkbox-group, .modal .form-group {
    margin-bottom: 30px
}

.modal .form-checkbox-group {
    padding-left: 15px
}

.modal .form-checkbox-group label {
    color: #777;
    font-size: 12px
}

.modal textarea {
    height: 200px
}

.modal-product-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.modal-comment {
    font-size: 12px;
    margin-bottom: 30px
}

.modal .rm-modal-comment {
    color: #777;
    font-size: 12px;
    line-height: 18px
}

.modal .rm-modal-comment+.rm-review-block {
    margin-top: 20px
}

@media (min-width: 360px) {
    .modal .rm-review-block .rm-module-rating-star {
        background:url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
        width: 25px;
        height: 25px;
        cursor: pointer
    }

    .modal .rm-review-block .rm-module-rating-star:not(:last-child) {
        margin-right: 6px
    }

    .modal .rm-review-block .rm-module-rating-star:last-child {
        margin-bottom: 10px
    }

    .modal .rm-review-block .rm-module-rating-star-is {
        background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") no-repeat
    }
}

@media (min-width: 360px) and (min-width: 576px) {
    .modal .rm-review-block .rm-module-rating-star:not(:last-child) {
        margin-right:10px
    }
}

#rm-popup-cart.modal {
    margin-top: 0
}

#rm-popup-cart .modal-body {
    padding: 0px 36px 20px 35px;
}

#rm-popup-cart .rm-cart-products-item {
    padding: 27px 0;
    position: relative;
    /* border-bottom: 1px solid #f9f9f9; */
}

#rm-popup-cart .rm-cart-products-item-left {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px
}

@media (min-width: 420px) {
    #rm-popup-cart .rm-cart-products-item-left {
        -ms-flex:0 0 100px;
        flex: 0 0 107px;
        max-width: 107px;
    }
}

#rm-popup-cart .rm-cart-products-item-right {
    /* padding: 0 20px; */
    width: 100%
}

@media (max-width: 320px) {
    #rm-popup-cart .rm-cart-products-item-right .d-flex.align-items-center.mt-auto {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

#rm-popup-cart .rm-cart-products-item img {
    margin: 0 !important;
    max-width: 55px
}

@media (min-width: 420px) {
    #rm-popup-cart .rm-cart-products-item img {
        max-width:100px
    }
}

#rm-popup-cart .rm-cart-products-item-info {
    margin-bottom: 10px !important
}

#rm-popup-cart .rm-cart-products-item-info-title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
    max-width: 80%;
}

#rm-popup-cart .rm-cart-products-item .rm-product-quantity {
    margin: 0
}

#rm-popup-cart .rm-cart-products-item-price-all {
    margin-bottom: 7px
}

#rm-popup-cart .rm-cart-block-total-price {
    font-size: 18px;
    line-height: 22px
}

#rm-popup-cart .rm-cart-block-total-price+.rm-btn {
    margin-top: 25px
}

#rm-popup-cart .rm-cart-text {
    line-height: 26px;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 0
}

#rm-popup-cart .rm-cart-text span {
    color: #272323;
    font-weight: 500
}

#rm-popup-cart .rm-cart-products {
    margin-bottom: 0;
    max-height: 355px;
    overflow-y: auto
}

@media (min-width: 768px) {
    #rm-popup-cart .rm-cart-products {
        max-height:508px
    }
}

#rm-popup-cart .rm-cart-products .rm-btn-del {
    position: static;
    height: 24px;
    -ms-flex: 0 0 34px;
    flex: 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
    /* background: #fbfbfb; */
    /* border-radius: 3px; */
}

#rm-popup-cart .rm-cart-products+div {
    /* box-shadow: 0px -4px 30px -10px rgba(40, 75, 101, .15); */
    padding-top: 20px;
    /* border-radius: 20px 20px 0 0; */
    /* margin-left: -20px; */
    /* margin-right: -20px; */
}

#rm-popup-cart .rm-cart-products+div>.col-12 {
    padding-left: 0;
    padding-right: 0;
}

#rm-popup-cart .rm-cart-products-item-price {
    -ms-flex: 0 1 110px;
    flex: 0 1 110px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    width: auto;
    justify-content: flex-start;
    align-items: flex-end !important;
    margin-right: 0px !important;
}

@media (max-width: 320px) {
    #rm-popup-cart .rm-cart-products-item-price {
        margin-bottom:10px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

#rm-popup-cart .rm-product-one-click .form-control {
    max-width: 100%
}

#rm-popup-cart .rm-btn.dark:hover:before {
    width: 450px
}

.empty-popup-cart-text {
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto 20px
}

.empty-popup-cart img {
    width: 360px;
    height: 387px;
    display: block;
    margin: 20px auto;
    max-width: 100%
}

#rm-popup-login .rm-btn {
    margin-top: 40px
}

#rm-popup-subscribe .modal-body-text {
    color: #777
}

#rm-popup-subscribe .modal-body-text p {
    margin-bottom: 0
}

#rm-popup-subscribe .modal-body-text p+p {
    margin-top: 10px
}

#rm-popup-subscribe .modal-body-text b {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #272323
}

#rm-popup-subscribe .modal-body .rm-popup-subscribe-image {
    display: block;
    margin: 64px auto 50px
}

#rm-popup-review .rm-review-block .control-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px
}

#rm-popup-review .rm-module-rating-star {
    background: url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer
}

#rm-popup-review .rm-module-rating-star:not(:last-child) {
    margin-right: 13px
}

#rm-popup-review .rm-module-rating-star-is {
    background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") no-repeat
}

#rm-popup-quickview .form-group {
    margin-bottom: 0
}

#rm-popup-quickview .form-group:not(:last-child) {
    margin-bottom: 10px
}

#rm-popup-quickview .rm-product-tabs {
    padding: 20px;
    background: #f9f9fc
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-tabs {
        padding:30px
    }
}

#rm-popup-quickview .rm-product-tabs .nav-tabs {
    padding-left: 0;
    margin: 0
}

#rm-popup-quickview .rm-product-images {
    min-height: 0
}

#rm-popup-quickview .rm-product-images-main {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    #rm-popup-quickview .rm-product-center {
        padding:0 20px 20px
    }

    #rm-popup-quickview .rm-product-center-info {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px
    }

    #rm-popup-quickview .rm-product-center-options {
        padding-bottom: 20px
    }

    #rm-popup-quickview .rm-product-images {
        min-height: 260px
    }

    #rm-popup-quickview .rm-product-images-main {
        margin-top: 20px
    }

    #rm-popup-quickview .rm-module-stickers {
        top: -5px
    }

    #rm-popup-quickview .tab-pane {
        padding: 20px
    }

    #rm-popup-quickview .rm-product-tabs-questions-top {
        padding: 20px
    }
}

#rm-popup-quickview .rm-product-one-click {
    margin: 20px 0
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-one-click {
        margin:0 0 30px
    }
}

@media (max-width: 575px) {
    #rm-popup-quickview .rm-product-one-click .form-control {
        max-width:100%
    }
}

#rm-popup-quickview .rm-product-btn.button-fast-order {
    display: block !important;
    margin-top: 20px
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-btn.button-fast-order {
        margin-top:30px
    }
}

#rm-popup-quickview .rm-product-images-additional {
    max-height: 100px
}

#rm-popup-quickview .rm-product-top-buttons {
    padding: 0
}

#rm-popup-quickview .rm-product-top-button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0
}

#popup_product_questions .rm-product-tabs-questions-item:first-child {
    border-top: 0
}

#rm-popup-quickorder .rm-popup-price-old {
    text-decoration: line-through;
    color: #777
}

#rm-popup-quickorder #button_checkout {
    height: 44px;
    line-height: 44px
}

.popup-purchase-options .form-group:not(:last-child) {
    margin-bottom: 20px
}

.popup-purchase-options .form-group:last-child {
    margin-bottom: 0
}

.popup-purchase-options .radio-with-img {
    margin-bottom: -10px
}

.popup-purchase-options .text-danger {
    text-align: left;
    margin-top: 6px
}

.rm-popup-success {
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.rm-popup-success img {
    margin-bottom: 50px
}

.rm-popup-success p {
    font-size: 16px;
    line-height: 24px
}

.rm-popup-success p+p {
    margin-top: 20px
}

.rm-popup-success p:last-of-type {
    margin-bottom: 50px
}

#modal-agree .modal-dialog {
    max-width: 1000px
}
/* End of modal */
.alert-block.success {
    background: #fff !important;
    border-radius: 15px;
    background: #F5F5F5 !important;
    width: 568px;
    height: 95px;
    flex-shrink: 0;
    top: calc(50% - 150px) !important;
    right: auto !important;
    left: calc(50% - 360px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 723px;
    height: 291px;
    flex-shrink: 0;
}

.rm-alert {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.rm-alert.rm-alert-success {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.rm-alert-success .rm-alert-icon {
    /* display: none !important; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='99' height='131' viewBox='0 0 99 131' fill='none'%3E%3Cg clip-path='url(%23clip0_222_5104)'%3E%3Cpath d='M77.6904 82.3923C75.5319 75.5422 71.0205 60.3714 69.0526 53.9204C69.0191 52.1543 68.5359 27.2824 67.5672 23.1341C66.9552 20.5139 65.6117 19.3504 64.1962 19.2534C64.1009 19.2468 64.0048 19.2453 63.9087 19.2483C63.9066 19.2483 63.9044 19.2483 63.9022 19.2483C63.809 19.2512 63.7152 19.2593 63.6213 19.2711C63.6162 19.2711 63.6118 19.2725 63.6067 19.2733C63.5165 19.285 63.4255 19.3019 63.3353 19.3218C63.3273 19.3232 63.3193 19.3254 63.312 19.3269C63.2254 19.3468 63.138 19.371 63.0522 19.3989C63.0412 19.4026 63.0311 19.4056 63.0201 19.4092C62.9372 19.4364 62.8549 19.4673 62.7727 19.5011C62.7589 19.507 62.745 19.5129 62.7312 19.5187C62.6526 19.5526 62.5748 19.5893 62.4976 19.629C62.4809 19.6371 62.4649 19.6459 62.4481 19.6547C62.3746 19.6937 62.3018 19.7356 62.2291 19.7804C62.2094 19.7922 62.1905 19.8039 62.1708 19.8164C62.1024 19.8598 62.0347 19.9061 61.9678 19.9546C61.946 19.97 61.9241 19.9855 61.9023 20.0016C61.839 20.0487 61.7764 20.0994 61.7138 20.1501C61.6898 20.1699 61.6658 20.1891 61.6418 20.2096C61.5828 20.2603 61.5253 20.314 61.4685 20.3677C61.4431 20.3919 61.4176 20.4154 61.3921 20.4397C61.3383 20.4933 61.2859 20.5492 61.2335 20.6058C61.2066 20.6345 61.1796 20.6624 61.1534 20.6918C61.1032 20.7484 61.0552 20.8072 61.0071 20.8667C60.9809 20.899 60.9533 20.9307 60.9278 20.9645C60.8812 21.024 60.8368 21.0872 60.7917 21.1497C60.7663 21.1857 60.7401 21.2202 60.7146 21.257C60.6709 21.3209 60.6294 21.3878 60.588 21.4547C60.5639 21.4929 60.5392 21.5289 60.5166 21.5679C60.473 21.6406 60.4322 21.7171 60.3915 21.7928C60.3725 21.8281 60.3522 21.8611 60.334 21.8972C60.2757 22.0096 60.2197 22.1257 60.1673 22.2441C60.1171 22.3573 60.0683 22.4719 60.0196 22.5888C60.0043 22.6255 59.9897 22.6623 59.9744 22.699C59.941 22.7806 59.9082 22.8629 59.8755 22.946C59.8595 22.9871 59.8435 23.029 59.8274 23.0702C59.7954 23.154 59.7641 23.2378 59.7328 23.3223C59.719 23.3605 59.7044 23.398 59.6906 23.4362C59.6491 23.5516 59.6077 23.667 59.5676 23.7831C59.5654 23.789 59.5633 23.7956 59.5611 23.8015C59.5189 23.9242 59.4774 24.0477 59.4374 24.1719C59.425 24.2102 59.4126 24.2484 59.4002 24.2873C59.3726 24.3741 59.3449 24.4615 59.3173 24.5482C59.3034 24.5916 59.2903 24.635 59.2772 24.6783C59.251 24.7643 59.2248 24.8503 59.1994 24.9363C59.1877 24.9753 59.1761 25.015 59.1644 25.0539C59.1302 25.1708 59.0968 25.2876 59.064 25.4038C59.0626 25.4096 59.0611 25.4148 59.0589 25.4207C59.024 25.5449 58.9905 25.6684 58.9578 25.7911C58.949 25.8242 58.9403 25.8565 58.9316 25.8896C58.9075 25.9793 58.8843 26.0689 58.8617 26.1571C58.8515 26.1953 58.842 26.2336 58.8326 26.2725C58.8108 26.3585 58.7889 26.4445 58.7685 26.529C58.7605 26.5614 58.7525 26.5944 58.7445 26.6268C58.7176 26.7363 58.6914 26.8451 58.6659 26.9516C58.6645 26.9575 58.663 26.9641 58.6616 26.97C58.6346 27.0847 58.6084 27.1971 58.5837 27.3081C58.5779 27.3338 58.572 27.3588 58.567 27.3838C58.5473 27.4698 58.5284 27.5551 58.5102 27.6381C58.5044 27.6653 58.4985 27.6918 58.4927 27.7182C58.4745 27.8013 58.4571 27.8821 58.4403 27.9623C58.4403 27.9637 58.4396 27.9659 58.4389 27.9681C58.3595 27.9512 58.2758 27.9512 58.1958 27.9865C58.1914 27.9887 58.1885 27.9931 58.1834 27.9953C55.3459 22.0206 52.6837 17.1043 51.4203 16.6134C49.7741 15.9739 48.4437 16.165 47.4933 16.9955C47.3994 17.0779 47.3121 17.1705 47.2255 17.2653C47.2022 17.2903 47.1767 17.3116 47.1541 17.3373C47.0697 17.4351 46.9926 17.5431 46.9154 17.6519C46.8951 17.6813 46.871 17.7063 46.8514 17.7364C46.7779 17.8467 46.7117 17.9672 46.6462 18.0885C46.6272 18.1237 46.6047 18.1553 46.5858 18.1921C46.521 18.3178 46.4642 18.4538 46.4075 18.5905C46.3922 18.6279 46.3733 18.6618 46.3587 18.7C46.2997 18.8521 46.2473 19.0131 46.1979 19.177C46.1891 19.2049 46.1782 19.2306 46.1702 19.2593C46.1258 19.4129 46.0887 19.5753 46.0523 19.7385C46.0428 19.7826 46.0297 19.823 46.0203 19.8679C45.9934 19.9994 45.9737 20.1398 45.9519 20.2773C45.9388 20.3596 45.922 20.4382 45.9111 20.5227C45.8813 20.7484 45.8587 20.9814 45.8427 21.2217C45.8362 21.3202 45.8362 21.4304 45.8391 21.548C45.8391 21.5635 45.8391 21.5782 45.8398 21.5936C45.8442 21.7075 45.8529 21.831 45.8653 21.9611C45.8675 21.9846 45.8696 22.0074 45.8726 22.0317C45.8864 22.1632 45.9038 22.3021 45.9249 22.4484C45.9286 22.4734 45.933 22.4991 45.9366 22.5241C45.9599 22.677 45.9861 22.835 46.0166 23.0018C46.0196 23.0173 46.0225 23.0334 46.0254 23.0481C46.0567 23.2142 46.0909 23.387 46.1287 23.5663C46.1324 23.5847 46.136 23.6016 46.1396 23.62C46.1782 23.8015 46.2211 23.9911 46.2663 24.1844C46.2743 24.2175 46.2816 24.2506 46.2896 24.2844C46.3347 24.474 46.3827 24.6695 46.4329 24.8702C46.4431 24.9091 46.4526 24.9488 46.4628 24.9885C46.5144 25.1921 46.569 25.3994 46.6258 25.6125C46.6345 25.6441 46.6433 25.6764 46.652 25.7081C46.7124 25.9308 46.7742 26.1571 46.8397 26.3886C46.8412 26.3931 46.8419 26.3967 46.8434 26.4011C46.9096 26.6349 46.9788 26.8745 47.0493 27.1163C47.0603 27.1523 47.0704 27.1876 47.0806 27.2243C47.1483 27.4544 47.2182 27.6888 47.2895 27.9248C47.3041 27.9718 47.3179 28.0196 47.3324 28.0674C47.4038 28.3018 47.4765 28.5385 47.5508 28.7773C47.5653 28.8244 47.5799 28.8714 47.5952 28.9185C47.6716 29.1632 47.7495 29.4102 47.8288 29.6593C47.8382 29.6887 47.8477 29.7189 47.8572 29.749C47.9343 29.9901 48.0122 30.2319 48.0915 30.4752C48.1024 30.5097 48.1133 30.5435 48.125 30.5781C48.2065 30.8287 48.2895 31.0808 48.3731 31.3329C48.3899 31.3836 48.4066 31.4351 48.4241 31.4858C48.5063 31.7335 48.5893 31.9811 48.6723 32.2288C48.6897 32.281 48.7072 32.3325 48.7247 32.3847C48.8091 32.6345 48.8942 32.8852 48.9794 33.1343C48.9932 33.1755 49.0078 33.2167 49.0216 33.2571C49.1089 33.5121 49.1963 33.7664 49.2836 34.0193C49.2879 34.031 49.2916 34.0435 49.296 34.0553C49.3847 34.3118 49.4735 34.5661 49.5623 34.8197C49.5791 34.8682 49.5958 34.9167 49.6133 34.9645C49.697 35.2033 49.7806 35.44 49.8636 35.6744C49.884 35.7318 49.9036 35.7884 49.924 35.845C50.007 36.078 50.0892 36.3095 50.1707 36.5381C50.1882 36.588 50.2064 36.6365 50.2239 36.6865C50.3075 36.9195 50.3905 37.151 50.472 37.3781C50.4844 37.4134 50.4968 37.4472 50.5099 37.4825C50.5863 37.6949 50.6627 37.9044 50.7377 38.1109C50.7515 38.1491 50.7653 38.1874 50.7791 38.2256C50.8577 38.4417 50.9349 38.6541 51.0113 38.8621C51.0288 38.9091 51.0455 38.9562 51.063 39.0025C51.1372 39.2053 51.21 39.4038 51.2813 39.5978C51.2995 39.6463 51.317 39.6948 51.3344 39.7426C51.405 39.9344 51.4749 40.1226 51.5426 40.3048C51.5578 40.3453 51.5724 40.3842 51.587 40.4247C51.6532 40.604 51.7187 40.7789 51.7813 40.948C51.7864 40.9612 51.7915 40.9744 51.7958 40.9876C51.8621 41.164 51.9246 41.3324 51.9865 41.497C52.0011 41.536 52.0156 41.5756 52.0302 41.6139C52.0862 41.7631 52.1401 41.9064 52.1917 42.0446C52.2063 42.0842 52.2208 42.1225 52.2354 42.1607C52.2871 42.2974 52.3373 42.4297 52.3839 42.5532C52.394 42.5796 52.4028 42.6039 52.413 42.6296C52.5119 42.8905 52.5986 43.1184 52.6721 43.3102C52.6764 43.322 52.6822 43.3367 52.6866 43.3477C52.7274 43.455 52.7638 43.5491 52.795 43.6314C52.7608 43.6446 52.731 43.6674 52.7012 43.6909C51.8097 42.5083 48.625 38.3204 46.8565 36.4572C43.9411 33.385 37.6656 27.2853 34.8768 25.7492C33.1832 24.8165 30.6732 22.6887 28.3946 21.5326C28.3909 21.5245 28.3909 21.5157 28.3866 21.5076C28.297 21.3459 28.1151 21.2761 27.9448 21.3158C26.6428 20.7256 25.442 20.5095 24.5483 21.096C23.8686 21.5422 23.3184 22.2198 22.9749 23.0621C22.9749 23.0628 22.9749 23.0636 22.9742 23.0643C22.9276 23.179 22.8876 23.2988 22.849 23.4193C22.8395 23.4487 22.8279 23.4759 22.8184 23.5053C22.7726 23.6567 22.7333 23.8118 22.7005 23.9713C22.6998 23.9764 22.6983 23.9816 22.6976 23.9875C22.6343 24.3035 22.5965 24.6342 22.5885 24.9797C22.5885 24.9929 22.5885 25.0061 22.5885 25.0194C22.5826 25.3589 22.6045 25.711 22.6569 26.0741C22.6598 26.0961 22.6641 26.1182 22.667 26.1395C22.6932 26.3085 22.7253 26.4791 22.7653 26.6525C22.7682 26.665 22.7704 26.6768 22.7733 26.6893C22.8162 26.8715 22.8672 27.056 22.9261 27.2427C22.9349 27.2714 22.9451 27.3008 22.9545 27.3294C23.0076 27.4919 23.0666 27.6558 23.1321 27.8204C23.1437 27.8505 23.1547 27.8807 23.1678 27.9108C23.2434 28.096 23.3271 28.2827 23.4188 28.4716C23.4341 28.5039 23.4516 28.5355 23.4676 28.5679C23.5484 28.7288 23.635 28.8898 23.7281 29.0522C23.7521 29.0941 23.7747 29.1353 23.7995 29.1772C23.9101 29.3653 24.0287 29.555 24.1568 29.7453C24.1764 29.7747 24.1983 29.8041 24.2179 29.8335C24.3307 29.9982 24.4508 30.1628 24.576 30.3282C24.6124 30.3767 24.6488 30.4245 24.6866 30.473C24.8358 30.6641 24.9923 30.8552 25.1596 31.047C25.1771 31.0668 25.196 31.0867 25.2135 31.1065C25.3671 31.2807 25.5301 31.4549 25.6989 31.6291C25.7477 31.6791 25.7964 31.7298 25.8467 31.7798C26.0388 31.9731 26.2375 32.1664 26.4492 32.3597C31.6462 37.0959 34.8149 39.528 36.8424 41.96C36.9298 42.0644 37.0251 42.1827 37.1277 42.3121C37.1648 42.3591 37.2071 42.415 37.2464 42.465C37.3148 42.5532 37.3817 42.6384 37.456 42.7347C37.5054 42.7994 37.56 42.8736 37.6124 42.942C37.6816 43.0338 37.7485 43.122 37.8213 43.2198C37.8824 43.3029 37.9487 43.3933 38.0127 43.48C38.0811 43.5726 38.1466 43.6615 38.2172 43.7593C38.2885 43.8578 38.3642 43.9629 38.4377 44.065C38.5054 44.1591 38.5709 44.2495 38.64 44.3465C38.7186 44.4568 38.8009 44.5736 38.8816 44.6876C38.9493 44.7831 39.0156 44.8757 39.084 44.9735C39.172 45.0984 39.2615 45.2285 39.3511 45.3571C39.4144 45.4483 39.4777 45.5379 39.5417 45.6313C39.6392 45.7724 39.7382 45.9172 39.8365 46.0613C39.8947 46.1458 39.9515 46.2288 40.0097 46.3141C40.1116 46.464 40.2142 46.6169 40.3175 46.769C40.3736 46.8521 40.4296 46.9351 40.4856 47.0189C40.589 47.1733 40.6923 47.3284 40.7957 47.4842C40.851 47.568 40.9063 47.651 40.9616 47.7341C41.0664 47.8928 41.1697 48.0516 41.2738 48.2103C41.3262 48.2912 41.3793 48.3713 41.4317 48.4522C41.5358 48.6131 41.6384 48.7726 41.741 48.9321C41.7912 49.0107 41.8422 49.0894 41.8924 49.1673C41.9928 49.3253 42.0918 49.4811 42.1901 49.637C42.2395 49.7156 42.2898 49.795 42.3393 49.8736C42.4353 50.0272 42.5285 50.1786 42.6209 50.3293C42.6689 50.4065 42.717 50.4851 42.7635 50.5616C42.8538 50.7093 42.9404 50.8534 43.0263 50.9967C43.0721 51.0731 43.118 51.1495 43.1631 51.2245C43.2439 51.3612 43.321 51.4935 43.3974 51.6251C43.3239 51.6684 43.2693 51.7397 43.2351 51.8235C40.9267 50.8673 38.6095 50.1581 37.2223 50.4087C33.673 51.0489 31.5189 52.8407 28.9833 55.4007C27.9302 56.4642 26.6807 58.8992 25.6334 61.5194C25.632 61.5239 25.6276 61.5268 25.6261 61.5312C25.6247 61.5349 25.6261 61.5386 25.6247 61.5415C24.1568 65.2186 23.0906 69.2537 23.5331 70.376V70.3775C24.2943 72.2973 26.5759 72.8096 29.4906 71.6578C32.406 70.5061 35.8279 63.3371 37.7296 63.465C39.6305 63.5928 46.2219 70.1217 46.0952 71.4013C46.0916 71.4373 46.0851 71.4822 46.0771 71.5314C46.0749 71.5468 46.0712 71.5638 46.0683 71.5799C46.0618 71.6174 46.0545 71.6571 46.0458 71.7005C46.0414 71.721 46.037 71.7431 46.0327 71.7651C46.0232 71.8114 46.0123 71.8614 46.0006 71.9136C45.9955 71.9357 45.9912 71.9562 45.9861 71.979C45.9686 72.0533 45.9497 72.1319 45.9286 72.2157C45.9228 72.2399 45.9155 72.2671 45.9089 72.2921C45.8929 72.3546 45.8762 72.4178 45.8587 72.4847C45.8485 72.5236 45.8369 72.5648 45.826 72.6052C45.81 72.6626 45.794 72.7206 45.7772 72.7809C45.7641 72.8279 45.751 72.875 45.7365 72.9235C45.7197 72.9823 45.7015 73.0433 45.6833 73.1043C45.6644 73.1697 45.6448 73.2344 45.6244 73.302C45.5975 73.3902 45.5705 73.4791 45.5414 73.571C45.521 73.6349 45.4999 73.7011 45.4788 73.7665C45.4614 73.8209 45.4439 73.8753 45.4257 73.9311C45.4024 74.0032 45.3777 74.0759 45.3529 74.1502C45.3362 74.2001 45.3194 74.2509 45.302 74.3016C45.2743 74.3824 45.2474 74.4633 45.2183 74.5456C45.2066 74.5787 45.195 74.6125 45.1834 74.6455C45.1149 74.841 45.0429 75.0402 44.9672 75.2431C44.9621 75.257 44.957 75.271 44.9512 75.2857C44.9148 75.3842 44.8762 75.4834 44.8384 75.5834C44.8238 75.6216 44.8093 75.6591 44.7947 75.6973C44.7562 75.7958 44.7176 75.895 44.6776 75.995C44.6637 76.0295 44.6499 76.0641 44.6361 76.0986C44.4971 76.4433 44.3501 76.7932 44.1943 77.143C44.187 77.1599 44.179 77.1768 44.1718 77.1937C44.123 77.3025 44.0735 77.4113 44.0233 77.5193C44.0087 77.5517 43.9935 77.5833 43.9789 77.6156C43.928 77.7244 43.877 77.8324 43.8246 77.9405C43.8152 77.9596 43.8057 77.9787 43.7962 77.9978C43.6259 78.3477 43.4476 78.6931 43.2621 79.0305C43.2475 79.0569 43.233 79.0841 43.2177 79.1106C43.1616 79.2113 43.1049 79.3112 43.0474 79.4097C43.0284 79.4421 43.0095 79.4737 42.9913 79.506C42.9324 79.606 42.8734 79.7059 42.813 79.8044C42.8072 79.8132 42.8014 79.822 42.7963 79.8316C42.6609 80.0514 42.5219 80.2645 42.38 80.4703C42.3749 80.4776 42.3705 80.485 42.3655 80.4916C42.3058 80.5783 42.2446 80.6621 42.1835 80.7459C42.158 80.7805 42.1326 80.8157 42.1071 80.8495C42.0481 80.9282 41.9892 81.0061 41.9288 81.0818C41.9019 81.1156 41.8749 81.1487 41.848 81.1825C41.7862 81.2589 41.7243 81.3354 41.6617 81.4081C40.9572 82.2284 40.1909 82.8303 39.3773 83.0494C35.5747 84.0732 29.0343 72.6809 23.4319 72.6809C17.8296 72.6809 19.4773 78.0573 21.3789 80.3615C22.0579 81.1847 23.3701 82.7612 24.9013 84.5921C24.9137 84.6641 24.9384 84.7339 24.9901 84.7927C25.0374 84.8464 25.0971 84.8787 25.1604 84.9015C25.4544 85.2528 25.7593 85.6167 26.065 85.9812C26.0948 86.0165 26.1254 86.0532 26.1545 86.0885C26.5817 86.5979 27.0147 87.1138 27.4499 87.6313C27.4783 87.6651 27.5067 87.6989 27.5351 87.7327C27.653 87.8731 27.7709 88.0127 27.8888 88.1531C27.9317 88.2038 27.9739 88.2545 28.0168 88.3052C28.1508 88.4647 28.2847 88.6235 28.4178 88.7815C28.4324 88.7991 28.447 88.816 28.4615 88.8337C28.9324 89.3915 29.396 89.9406 29.8428 90.469C29.8559 90.4845 29.869 90.4999 29.8821 90.5153C30.0095 90.6653 30.1354 90.8145 30.2598 90.9607C30.3035 91.0122 30.3464 91.0629 30.3894 91.1136C30.4847 91.2261 30.58 91.3378 30.6732 91.448C30.7219 91.5046 30.7693 91.5605 30.8173 91.6171C30.9039 91.7192 30.9905 91.8207 31.0749 91.9199C31.1251 91.9787 31.1739 92.036 31.2234 92.0933C31.3005 92.1837 31.3769 92.2734 31.4526 92.3616C31.5065 92.4248 31.5596 92.4873 31.6127 92.5483C31.6848 92.6321 31.7546 92.7144 31.8245 92.7953C31.8725 92.8511 31.9206 92.9077 31.9672 92.9621C32.0377 93.0444 32.1054 93.1231 32.1738 93.2024C32.2197 93.2561 32.267 93.3105 32.3114 93.3627C32.3791 93.4406 32.4431 93.5148 32.5072 93.5898C32.5465 93.6353 32.5872 93.6824 32.6251 93.7265C32.7255 93.8419 32.8223 93.9536 32.914 94.0587C35.7028 97.2588 41.4063 101.099 45.9693 102.123C50.5324 103.147 53.4479 103.147 55.0955 104.555C56.7432 105.963 67.1371 129.261 68.0243 130.797C68.0432 130.83 68.0686 130.859 68.1007 130.884C68.1094 130.891 68.1232 130.895 68.1334 130.901C68.1589 130.917 68.1844 130.934 68.2164 130.946C68.2324 130.952 68.2542 130.955 68.2717 130.96C68.303 130.969 68.3328 130.979 68.3692 130.985C68.3947 130.989 68.4253 130.99 68.4529 130.992C68.4878 130.996 68.5199 131 68.5584 131.002C68.5905 131.003 68.6276 131 68.6618 131C68.7018 131 68.7389 131 68.7819 130.998C68.8182 130.995 68.8597 130.989 68.8983 130.986C68.9456 130.981 68.99 130.978 69.0402 130.972C69.0788 130.967 69.1217 130.959 69.1617 130.953C69.2171 130.944 69.2709 130.937 69.3306 130.926C69.3852 130.916 69.4448 130.903 69.5016 130.892C69.5518 130.881 69.5991 130.873 69.6515 130.861C69.7105 130.848 69.7745 130.831 69.8364 130.817C69.8924 130.804 69.9456 130.791 70.0038 130.776C70.0591 130.762 70.1195 130.745 70.1763 130.729C70.2454 130.711 70.3123 130.693 70.3837 130.673C70.4499 130.654 70.5212 130.633 70.5896 130.612C70.6566 130.593 70.7213 130.574 70.7905 130.553C70.8742 130.527 70.9622 130.499 71.0488 130.471C71.1071 130.453 71.1638 130.435 71.2235 130.416C71.3145 130.387 71.4091 130.354 71.503 130.323C71.5634 130.302 71.6209 130.284 71.6827 130.263C71.7795 130.23 71.8807 130.193 71.9811 130.158C72.043 130.136 72.1026 130.116 72.1652 130.094C72.2671 130.058 72.3726 130.019 72.4774 129.98C72.5422 129.957 72.6048 129.934 72.671 129.91C72.7838 129.868 72.9003 129.824 73.016 129.78C73.0764 129.758 73.1346 129.736 73.1957 129.713C73.3144 129.667 73.4366 129.619 73.5589 129.572C73.6208 129.548 73.6804 129.525 73.743 129.501C73.882 129.447 74.0239 129.39 74.1659 129.334C74.2124 129.315 74.2583 129.298 74.3056 129.278C74.4562 129.218 74.6105 129.156 74.7648 129.092C74.8063 129.076 74.8463 129.059 74.8878 129.042C75.0545 128.974 75.224 128.904 75.3943 128.834C75.4249 128.821 75.4547 128.809 75.4853 128.796C75.6439 128.73 75.8048 128.663 75.9663 128.594C76.0115 128.575 76.0559 128.557 76.101 128.538C76.2757 128.464 76.4518 128.388 76.6293 128.312C76.6614 128.298 76.6934 128.285 76.7254 128.271C76.9263 128.184 77.1293 128.097 77.3338 128.008C77.3433 128.003 77.3527 128 77.3622 127.995C77.542 127.916 77.7239 127.837 77.9066 127.757C77.9437 127.741 77.9801 127.725 78.0179 127.709C78.2173 127.621 78.4182 127.531 78.6198 127.442C78.6387 127.434 78.6569 127.426 78.6751 127.417C78.8694 127.33 79.0644 127.243 79.2609 127.154C79.2893 127.141 79.3177 127.129 79.3468 127.116C79.5535 127.023 79.7609 126.929 79.969 126.834C79.9865 126.826 80.004 126.818 80.0215 126.81C80.4676 126.607 80.9173 126.4 81.37 126.191C81.3773 126.187 81.3846 126.184 81.3918 126.18C81.8511 125.968 82.3125 125.752 82.7746 125.534C82.7753 125.534 82.776 125.534 82.7768 125.534C83.0082 125.425 83.2404 125.315 83.4725 125.205C90.9234 121.673 98.3771 117.741 98.9492 117.228C100.09 116.205 80.3482 90.8431 77.6868 82.3945L77.6904 82.3923Z' fill='%23F3E5D8'/%3E%3Cpath d='M93.3846 49.5049C93.3256 49.2874 93.1029 49.1602 92.8875 49.2197L78.6284 53.1901C78.413 53.2497 78.2871 53.4746 78.3461 53.6921C78.405 53.9097 78.6277 54.0368 78.8431 53.9773L93.1022 50.0069C93.3176 49.9474 93.4435 49.7225 93.3846 49.5049Z' fill='%230C0E1B'/%3E%3Cpath d='M88.4307 28.0335L78.544 33.4151C78.3475 33.5217 78.274 33.7694 78.3802 33.9678C78.4858 34.1663 78.731 34.2405 78.9275 34.1332L88.8142 28.7516C89.0107 28.6443 89.0842 28.3974 88.9779 28.1989C88.8724 28.0005 88.6272 27.9262 88.4307 28.0335Z' fill='%230C0E1B'/%3E%3Cpath d='M78.4029 8.63613L72.8893 16.7629C72.7634 16.9488 72.81 17.2024 72.9941 17.3303C73.1783 17.4574 73.4293 17.4104 73.556 17.2244L79.0695 9.0977C79.1954 8.91175 79.1488 8.65818 78.9647 8.53029C78.7806 8.40314 78.5295 8.45018 78.4029 8.63613Z' fill='%230C0E1B'/%3E%3Cpath d='M55.7475 11.9729L56.7038 0.441747C56.7227 0.216841 56.5575 0.0198653 56.3348 0.0014907C56.1122 -0.0176189 55.9171 0.149223 55.8982 0.374128L54.9419 11.9053C54.923 12.1302 55.0882 12.3272 55.3109 12.3456C55.5336 12.3647 55.7286 12.1978 55.7475 11.9729Z' fill='%230C0E1B'/%3E%3Cpath d='M34.4174 12.3095C34.6197 12.2139 34.707 11.9714 34.6124 11.767L30.0464 1.88591C29.9518 1.68159 29.7117 1.59339 29.5093 1.68894C29.307 1.78449 29.2197 2.02703 29.3143 2.23136L33.8803 12.1125C33.9749 12.3168 34.2151 12.405 34.4174 12.3095Z' fill='%230C0E1B'/%3E%3Cpath d='M12.2672 9.2468C12.0991 9.09907 11.8436 9.11671 11.6974 9.28649C11.5511 9.45627 11.5685 9.71425 11.7367 9.86198L19.3272 16.5378C19.4954 16.6856 19.7508 16.6679 19.8971 16.4982C20.0434 16.3284 20.0259 16.0704 19.8578 15.9227L12.2672 9.2468Z' fill='%230C0E1B'/%3E%3Cpath d='M1.71597 33.0107C1.68104 33.2334 1.83168 33.4421 2.0522 33.4774L14.0305 35.3832C14.251 35.4185 14.4577 35.2663 14.4926 35.0436C14.5275 34.8209 14.3769 34.6122 14.1564 34.5769L2.1781 32.6711C1.95759 32.6358 1.7509 32.788 1.71597 33.0107Z' fill='%230C0E1B'/%3E%3Cpath d='M0.00282389 51.9213C-0.0255589 52.1448 0.131638 52.3491 0.352879 52.3778L12.901 53.9874C13.1222 54.016 13.3246 53.8573 13.3529 53.6338C13.3813 53.4104 13.2241 53.2061 13.0029 53.1774L0.454766 51.5678C0.233525 51.5391 0.0312067 51.6979 0.00282389 51.9213Z' fill='%230C0E1B'/%3E%3Cpath d='M13.3509 70.7055C13.3138 70.4836 13.1057 70.3336 12.8851 70.3711L2.048 72.2122C1.82822 72.2497 1.67975 72.4599 1.71687 72.6826C1.75398 72.9046 1.96213 73.0545 2.18264 73.017L13.0198 71.1759C13.2396 71.1384 13.388 70.9282 13.3509 70.7055Z' fill='%230C0E1B'/%3E%3Cpath d='M6.37891 91.0311L15.973 86.3455C16.1739 86.247 16.2583 86.0038 16.1608 85.8009C16.064 85.598 15.8224 85.5128 15.6215 85.6113L6.0274 90.2968C5.82654 90.3953 5.74212 90.6386 5.83964 90.8422C5.93716 91.045 6.17805 91.1303 6.37891 91.0318V91.0311Z' fill='%230C0E1B'/%3E%3Cpath d='M24.9515 94.4345L19.2495 103.698C19.1316 103.889 19.1898 104.141 19.379 104.26C19.5682 104.379 19.8179 104.32 19.9358 104.129L25.6378 94.8659C25.7557 94.6748 25.6975 94.4227 25.5083 94.3037C25.319 94.1846 25.0694 94.2434 24.9515 94.4345Z' fill='%230C0E1B'/%3E%3Cpath d='M78.8772 66.6645C78.6683 66.5858 78.4354 66.6931 78.3576 66.9041C78.2797 67.115 78.3859 67.3502 78.5948 67.4288L90.9239 72.0769C91.1327 72.1555 91.3656 72.0482 91.4435 71.8373C91.5214 71.6263 91.4151 71.3911 91.2062 71.3125L78.8772 66.6645Z' fill='%230C0E1B'/%3E%3Cpath d='M53.2222 43.7116C53.2295 43.7189 57.5408 47.9083 62.9772 54.3909C61.3826 47.3064 48.9495 29.9078 47.3644 23.0681C46.7182 20.2788 46.9612 18.3325 47.494 16.9941C47.4001 17.0765 47.3127 17.1691 47.2261 17.2639C47.2029 17.2889 47.1774 17.3102 47.1548 17.3359C47.0704 17.4337 46.9933 17.5417 46.9161 17.6505C46.8957 17.6799 46.8717 17.7049 46.8521 17.735C46.7786 17.8453 46.7123 17.9658 46.6468 18.0871C46.6279 18.1223 46.6054 18.1539 46.5864 18.1907C46.5217 18.3164 46.4649 18.4523 46.4081 18.5891C46.3929 18.6265 46.3739 18.6603 46.3594 18.6986C46.3004 18.8507 46.248 19.0117 46.1985 19.1756C46.1898 19.2035 46.1789 19.2292 46.1709 19.2579C46.1265 19.4115 46.0894 19.5739 46.053 19.7371C46.0435 19.7812 46.0304 19.8216 46.021 19.8665C45.994 19.998 45.9744 20.1384 45.9526 20.2758C45.9395 20.3582 45.9227 20.4368 45.9118 20.5213C45.882 20.747 45.8594 20.98 45.8434 21.2203C45.8368 21.3188 45.8368 21.429 45.8398 21.5466C45.8398 21.5621 45.8398 21.5768 45.8405 21.5922C45.8448 21.7061 45.8536 21.8296 45.866 21.9597C45.8681 21.9832 45.8703 22.006 45.8732 22.0303C45.8871 22.1618 45.9045 22.3007 45.9256 22.447C45.9293 22.472 45.9336 22.4977 45.9373 22.5227C45.9606 22.6756 45.9868 22.8336 46.0173 23.0004C46.0202 23.0159 46.0232 23.032 46.0261 23.0467C46.0574 23.2128 46.0916 23.3856 46.1294 23.5649C46.133 23.5833 46.1367 23.6002 46.1403 23.6186C46.1789 23.8001 46.2218 23.9897 46.267 24.183C46.275 24.2161 46.2822 24.2492 46.2902 24.283C46.3354 24.4726 46.3834 24.6681 46.4336 24.8688C46.4438 24.9077 46.4533 24.9474 46.4634 24.9871C46.5151 25.1907 46.5697 25.398 46.6265 25.6111C46.6352 25.6427 46.6439 25.675 46.6527 25.7066C46.7131 25.9293 46.7749 26.1557 46.8404 26.3872C46.8419 26.3917 46.8426 26.3953 46.8441 26.3997C46.9103 26.6335 46.9794 26.8731 47.05 27.1149C47.0609 27.1509 47.0711 27.1862 47.0813 27.2229C47.149 27.453 47.2189 27.6874 47.2902 27.9234C47.3047 27.9704 47.3186 28.0182 47.3331 28.0659C47.4044 28.3004 47.4772 28.5371 47.5515 28.7759C47.566 28.823 47.5806 28.87 47.5959 28.9171C47.6723 29.1618 47.7501 29.4088 47.8295 29.6579C47.8389 29.6873 47.8484 29.7175 47.8578 29.7476C47.935 29.9887 48.0129 30.2305 48.0922 30.4738C48.1031 30.5083 48.114 30.5421 48.1257 30.5767C48.2072 30.8273 48.2901 31.0794 48.3738 31.3315C48.3906 31.3822 48.4073 31.4336 48.4248 31.4844C48.507 31.7321 48.59 31.9797 48.6729 32.2274C48.6904 32.2796 48.7079 32.3311 48.7253 32.3832C48.8098 32.6331 48.8949 32.8838 48.9801 33.1329C48.9939 33.1741 49.0084 33.2153 49.0223 33.2557C49.1096 33.5107 49.1969 33.765 49.2843 34.0179C49.2886 34.0296 49.2923 34.0421 49.2966 34.0539C49.3854 34.3104 49.4742 34.5647 49.563 34.8183C49.5797 34.8668 49.5965 34.9153 49.6139 34.963C49.6976 35.2019 49.7813 35.4386 49.8643 35.673C49.8847 35.7304 49.9043 35.787 49.9247 35.8436C50.0077 36.0765 50.0899 36.3081 50.1714 36.5366C50.1889 36.5866 50.2071 36.6351 50.2245 36.6851C50.3082 36.9181 50.3912 37.1496 50.4727 37.3767C50.4851 37.412 50.4974 37.4458 50.5105 37.4811C50.587 37.6935 50.6634 37.903 50.7383 38.1095C50.7522 38.1477 50.766 38.186 50.7798 38.2242C50.8584 38.4403 50.9356 38.6527 51.012 38.8607C51.0294 38.9077 51.0462 38.9547 51.0637 39.001C51.1379 39.2039 51.2107 39.4023 51.282 39.5964C51.3002 39.6449 51.3176 39.6934 51.3351 39.7412C51.4057 39.933 51.4756 40.1212 51.5432 40.3034C51.5585 40.3439 51.5731 40.3828 51.5876 40.4232C51.6539 40.6026 51.7194 40.7775 51.782 40.9466C51.787 40.9598 51.7921 40.973 51.7965 40.9862C51.8627 41.1626 51.9253 41.331 51.9872 41.4956C52.0017 41.5345 52.0163 41.5742 52.0308 41.6124C52.0869 41.7616 52.1407 41.905 52.1924 42.0432C52.207 42.0828 52.2215 42.1211 52.2361 42.1593C52.2877 42.296 52.338 42.4283 52.3845 42.5518C52.3947 42.5782 52.4035 42.6025 52.4137 42.6282C52.5126 42.8891 52.5992 43.117 52.6727 43.3088C52.6771 43.3206 52.6829 43.3353 52.6873 43.3463C52.7593 43.433 52.8328 43.5197 52.9049 43.6065C53.0177 43.5962 53.1334 43.6285 53.2215 43.7138L53.2222 43.7116Z' fill='%23DCBA9B'/%3E%3Cpath d='M43.7059 51.5785C43.7102 51.5799 44.8688 51.8827 46.4466 52.384C48.0244 52.886 50.0192 53.5842 51.7084 54.3846C51.8001 54.428 51.8896 54.4728 51.9791 54.5169C50.2477 51.7975 43.6447 41.5797 40.1398 38.3723C36.084 34.6598 35.3235 34.7877 32.0282 32.7401C28.7328 30.6917 27.0852 30.308 24.423 26.9256C23.4376 25.6732 23.0606 24.2958 22.9762 23.0566C22.8598 23.3418 22.7674 23.6454 22.7019 23.9658C22.7011 23.971 22.6997 23.9761 22.6989 23.982C22.6349 24.2973 22.5978 24.6288 22.5898 24.9742C22.5898 24.9874 22.5898 25.0007 22.5898 25.0139C22.584 25.3535 22.6058 25.7055 22.6582 26.0686C22.6611 26.0907 22.6655 26.1127 22.6684 26.134C22.6946 26.3031 22.7266 26.4736 22.7666 26.647C22.7695 26.6595 22.7717 26.6713 22.7746 26.6838C22.8176 26.8661 22.8685 27.0505 22.9275 27.2372C22.9362 27.2659 22.9464 27.2953 22.9558 27.324C23.009 27.4864 23.0679 27.6503 23.1334 27.8149C23.1451 27.8451 23.156 27.8752 23.1691 27.9053C23.2448 28.0906 23.3285 28.2772 23.4202 28.4661C23.4354 28.4985 23.4529 28.5301 23.4689 28.5624C23.5497 28.7234 23.6363 28.8843 23.7295 29.0468C23.7535 29.0887 23.776 29.1298 23.8008 29.1717C23.9114 29.3599 24.03 29.5495 24.1581 29.7399C24.1778 29.7693 24.1996 29.7987 24.2192 29.8281C24.3321 29.9927 24.4521 30.1573 24.5773 30.3227C24.6137 30.3712 24.6501 30.419 24.6879 30.4675C24.8371 30.6586 24.9936 30.8497 25.161 31.0415C25.1784 31.0614 25.1974 31.0812 25.2148 31.101C25.3684 31.2752 25.5314 31.4494 25.7003 31.6236C25.749 31.6736 25.7978 31.7243 25.848 31.7743C26.0401 31.9676 26.2388 32.1609 26.4506 32.3542C31.6475 37.0904 34.8162 39.5225 36.8438 41.9546C36.9311 42.0589 37.0264 42.1773 37.1291 42.3066C37.1662 42.3537 37.2084 42.4095 37.2477 42.4595C37.3161 42.5477 37.3831 42.633 37.4573 42.7292C37.5068 42.7939 37.5614 42.8682 37.6138 42.9365C37.6829 43.0284 37.7498 43.1166 37.8226 43.2143C37.8838 43.2974 37.95 43.3878 38.014 43.4745C38.0824 43.5671 38.1479 43.6561 38.2185 43.7538C38.2899 43.8523 38.3655 43.9574 38.439 44.0596C38.5067 44.1536 38.5722 44.244 38.6414 44.3411C38.72 44.4513 38.8022 44.5682 38.883 44.6821C38.9507 44.7776 39.0169 44.8703 39.0853 44.968C39.1734 45.093 39.2629 45.223 39.3524 45.3517C39.4157 45.4428 39.479 45.5325 39.5431 45.6258C39.6406 45.7669 39.7396 45.9117 39.8378 46.0558C39.896 46.1403 39.9528 46.2234 40.011 46.3086C40.1129 46.4586 40.2155 46.6114 40.3189 46.7636C40.3749 46.8466 40.4309 46.9297 40.487 47.0135C40.5903 47.1678 40.6937 47.3229 40.797 47.4787C40.8523 47.5625 40.9076 47.6456 40.9629 47.7286C41.0677 47.8874 41.1711 48.0461 41.2751 48.2049C41.3275 48.2857 41.3807 48.3658 41.4331 48.4467C41.5371 48.6076 41.6397 48.7671 41.7424 48.9266C41.7926 49.0053 41.8435 49.0839 41.8937 49.1618C41.9942 49.3198 42.0931 49.4757 42.1914 49.6315C42.2409 49.7101 42.2911 49.7895 42.3406 49.8681C42.4366 50.0218 42.5298 50.1732 42.6222 50.3238C42.6703 50.401 42.7183 50.4797 42.7649 50.5561C42.8551 50.7038 42.9417 50.8479 43.0276 50.9912C43.0734 51.0676 43.1193 51.1441 43.1644 51.219C43.2452 51.3558 43.3223 51.4881 43.3988 51.6196C43.4875 51.5667 43.5967 51.5483 43.7044 51.5762L43.7059 51.5785Z' fill='%23DCBA9B'/%3E%3Cpath d='M58.7284 28.1965C58.7284 28.1965 58.8732 28.5331 59.1286 29.124C59.3834 29.7149 59.748 30.5609 60.1875 31.5789C60.7887 32.9731 61.531 34.6937 62.3213 36.5253C61.8381 33.8264 60.6759 26.4406 61.7573 23.0685C62.3432 21.242 63.3031 20.0345 64.1961 19.2546C64.1007 19.248 64.0047 19.2466 63.9086 19.2495C63.9064 19.2495 63.9042 19.2495 63.9021 19.2495C63.8089 19.2524 63.715 19.2605 63.6211 19.2723C63.616 19.2723 63.6117 19.2737 63.6066 19.2745C63.5163 19.2862 63.4254 19.3031 63.3351 19.323C63.3271 19.3245 63.3191 19.3267 63.3118 19.3281C63.2252 19.348 63.1379 19.3722 63.052 19.4002C63.0411 19.4038 63.0309 19.4068 63.02 19.4105C62.937 19.4376 62.8548 19.4685 62.7726 19.5023C62.7587 19.5082 62.7449 19.5141 62.7311 19.52C62.6525 19.5538 62.5746 19.5905 62.4975 19.6302C62.4807 19.6383 62.4647 19.6471 62.448 19.6559C62.3745 19.6949 62.3017 19.7368 62.2289 19.7816C62.2093 19.7934 62.1903 19.8051 62.1707 19.8176C62.1023 19.861 62.0346 19.9073 61.9677 19.9558C61.9458 19.9712 61.924 19.9867 61.9022 20.0029C61.8388 20.0499 61.7762 20.1006 61.7137 20.1513C61.6896 20.1712 61.6656 20.1903 61.6416 20.2109C61.5827 20.2616 61.5252 20.3152 61.4684 20.3689C61.4429 20.3931 61.4175 20.4166 61.392 20.4409C61.3381 20.4946 61.2857 20.5504 61.2333 20.607C61.2064 20.6357 61.1795 20.6636 61.1533 20.693C61.1031 20.7496 61.055 20.8084 61.007 20.8679C60.9808 20.9003 60.9531 20.9319 60.9277 20.9657C60.8811 21.0252 60.8367 21.0884 60.7916 21.1509C60.7661 21.1869 60.7399 21.2215 60.7144 21.2582C60.6708 21.3221 60.6293 21.389 60.5878 21.4559C60.5638 21.4941 60.539 21.5301 60.5165 21.5691C60.4728 21.6419 60.4321 21.7183 60.3913 21.794C60.3724 21.8293 60.352 21.8624 60.3338 21.8984C60.2756 22.0108 60.2196 22.127 60.1672 22.2453C60.1169 22.3585 60.0682 22.4731 60.0194 22.59C60.0041 22.6267 59.9896 22.6635 59.9743 22.7002C59.9408 22.7818 59.9081 22.8641 59.8753 22.9472C59.8593 22.9884 59.8433 23.0303 59.8273 23.0714C59.7953 23.1552 59.764 23.239 59.7327 23.3235C59.7189 23.3617 59.7043 23.3992 59.6905 23.4374C59.649 23.5528 59.6075 23.6682 59.5675 23.7843C59.5653 23.7902 59.5631 23.7968 59.5609 23.8027C59.5187 23.9255 59.4772 24.0489 59.4372 24.1732C59.4248 24.2114 59.4125 24.2496 59.4001 24.2885C59.3724 24.3753 59.3448 24.4627 59.3171 24.5495C59.3033 24.5928 59.2902 24.6362 59.2771 24.6796C59.2509 24.7655 59.2247 24.8515 59.1992 24.9375C59.1876 24.9765 59.1759 25.0162 59.1643 25.0551C59.1301 25.172 59.0966 25.2889 59.0639 25.405C59.0624 25.4109 59.061 25.416 59.0588 25.4219C59.0238 25.5461 58.9904 25.6696 58.9576 25.7923C58.9489 25.8254 58.9402 25.8577 58.9314 25.8908C58.9074 25.9805 58.8841 26.0701 58.8616 26.1583C58.8514 26.1966 58.8419 26.2348 58.8324 26.2737C58.8106 26.3597 58.7888 26.4457 58.7684 26.5302C58.7604 26.5626 58.7524 26.5957 58.7444 26.628C58.7175 26.7375 58.6913 26.8463 58.6658 26.9529C58.6643 26.9587 58.6629 26.9654 58.6614 26.9712C58.6345 27.0859 58.6083 27.1983 58.5835 27.3093C58.5777 27.3351 58.5719 27.36 58.5668 27.385C58.5472 27.471 58.5282 27.5563 58.51 27.6393C58.5042 27.6665 58.4984 27.693 58.4926 27.7195C58.4744 27.8025 58.4569 27.8834 58.4402 27.9635C58.4402 27.9649 58.4394 27.9671 58.4387 27.9693C58.5624 27.9958 58.6738 28.073 58.7276 28.1987L58.7284 28.1965Z' fill='%23DCBA9B'/%3E%3Cpath d='M57.9875 28.5218C57.9875 28.5218 67.2738 50.054 67.7832 51.2116C67.8735 51.4174 68.1129 51.51 68.3167 51.4188C68.5205 51.327 68.6122 51.0859 68.5219 50.8801C68.2708 50.309 65.8205 44.6342 63.4356 39.1071C63.0593 38.2347 62.686 37.3689 62.3214 36.5244C61.531 34.6928 60.7887 32.9722 60.1876 31.5779C59.748 30.5592 59.3834 29.714 59.1287 29.1231C58.874 28.5321 58.7291 28.1963 58.7284 28.1955C58.6738 28.0698 58.5632 27.9927 58.4395 27.9662C58.3602 27.9493 58.2765 27.9493 58.1964 27.9846C58.192 27.9868 58.1891 27.9912 58.184 27.9934C57.989 28.0882 57.9002 28.3197 57.9868 28.5218H57.9875Z' fill='%230C0E1B'/%3E%3Cpath d='M52.6626 44.299C52.6626 44.299 52.7011 44.3365 52.7783 44.413C53.9325 45.55 63.5004 55.1055 71.7482 67.2769C71.8741 67.4628 72.1259 67.5106 72.31 67.3834C72.4941 67.2563 72.5414 67.002 72.4155 66.816C69.2796 62.1886 65.9603 57.9462 62.9779 54.3904C57.5408 47.9078 53.2295 43.7184 53.2229 43.711C53.1349 43.6258 53.0192 43.5927 52.9064 43.6037C52.8692 43.6074 52.8321 43.614 52.7972 43.6273C52.763 43.6405 52.7331 43.6633 52.7033 43.6868C52.6866 43.7 52.6669 43.7066 52.6516 43.7228C52.4966 43.8852 52.5017 44.1432 52.6626 44.2998V44.299Z' fill='%230C0E1B'/%3E%3Cpath d='M43.5036 52.3695C43.5036 52.3695 43.6288 52.4018 43.8551 52.4643C44.6491 52.6833 46.676 53.2647 48.7566 54.0386C49.7966 54.4252 50.8504 54.8604 51.7652 55.319C52.68 55.7761 53.458 56.262 53.9318 56.7177C55.1217 57.8562 56.6405 59.4849 57.8566 60.8255C58.465 61.4958 58.9985 62.0948 59.3798 62.5255C59.5705 62.7409 59.7233 62.9143 59.8281 63.0341C59.9329 63.1539 59.9897 63.2186 59.9897 63.2193C60.1367 63.3884 60.3921 63.4053 60.5595 63.2568C60.7269 63.1084 60.7436 62.8504 60.5966 62.6813C60.5952 62.6799 59.6746 61.6222 58.4519 60.275C57.2285 58.927 55.7046 57.2917 54.487 56.126C53.8786 55.5468 52.9922 55.0162 51.9792 54.5179C51.8897 54.4738 51.8001 54.4297 51.7084 54.3856C50.0193 53.5852 48.0245 52.8862 46.4467 52.3849C44.8696 51.8837 43.711 51.5809 43.7059 51.5794C43.5982 51.5515 43.4898 51.5698 43.4003 51.6227C43.3268 51.6661 43.2722 51.7374 43.238 51.8212C43.2307 51.8388 43.2183 51.8528 43.2132 51.8719C43.1572 52.0902 43.2868 52.3129 43.5029 52.3695H43.5036Z' fill='%230C0E1B'/%3E%3Cpath d='M67.3838 30.2909H67.3809C67.3394 30.299 66.8707 30.3769 66.2041 30.3769C65.4225 30.3776 64.3723 30.2674 63.4211 29.8323C62.9808 29.6294 62.6788 29.2972 62.4692 28.8525C62.261 28.4086 62.1606 27.8537 62.1613 27.2672C62.1592 26.2918 62.4415 25.2349 62.8629 24.4948C62.9743 24.2986 63.1213 24.1413 63.3032 24.009C63.5754 23.8105 63.9291 23.6731 64.3148 23.59C64.6998 23.5062 65.1139 23.4761 65.4952 23.4761C65.8948 23.4761 66.2587 23.5084 66.5199 23.5415C66.6509 23.5577 66.7557 23.5739 66.8278 23.5856C66.8634 23.5915 66.8911 23.5966 66.9085 23.5996L66.9282 23.6033H66.9326C67.1516 23.6481 67.3641 23.5048 67.4078 23.2843C67.4515 23.063 67.3095 22.8484 67.0912 22.8043C67.0752 22.8014 66.3795 22.6603 65.4952 22.6603C64.9319 22.6603 64.2908 22.7161 63.6882 22.9168C63.3869 23.0175 63.0951 23.1557 62.8316 23.3468C62.5689 23.5378 62.3345 23.7841 62.1621 24.0906C61.6628 24.9777 61.3564 26.139 61.3542 27.2679C61.3542 27.9463 61.4663 28.6151 61.7392 29.2016C62.01 29.7867 62.4575 30.2909 63.09 30.5775C64.1962 31.081 65.3519 31.1935 66.2055 31.1949C66.9821 31.1949 67.5111 31.0986 67.5286 31.0957C67.7484 31.0553 67.8939 30.8436 67.8546 30.6216C67.8153 30.3997 67.605 30.2527 67.3852 30.2924L67.3838 30.2909Z' fill='%230C0E1B'/%3E%3Cpath d='M55.2185 23.1673L55.1813 23.1879C54.995 23.2901 54.1232 23.7619 53.1196 24.2037C52.6182 24.4249 52.084 24.638 51.592 24.7931C51.1015 24.9497 50.6474 25.0438 50.3417 25.0423C50.301 25.0423 50.2631 25.0408 50.2289 25.0379C50.0331 25.021 49.8563 24.9298 49.6707 24.7402C49.3942 24.4587 49.1453 23.9538 48.983 23.3658C48.8192 22.7793 48.7348 22.1134 48.7348 21.5151C48.7348 21.1263 48.7705 20.7654 48.836 20.4788C48.9036 20.1782 49.1089 19.8834 49.4167 19.6122C49.8752 19.205 50.5404 18.878 51.0855 18.6663C51.3584 18.5597 51.6007 18.4803 51.774 18.4274C51.8606 18.401 51.9297 18.3819 51.9763 18.3694L52.0287 18.3554L52.044 18.3517C52.2608 18.2988 52.394 18.0776 52.3409 17.8585C52.2885 17.6395 52.0694 17.505 51.8526 17.5587C51.8365 17.5631 51.0353 17.7586 50.1634 18.179C49.7268 18.3899 49.2719 18.6567 48.884 18.9978C48.499 19.3381 48.1708 19.7636 48.0478 20.295C47.9641 20.661 47.9255 21.0756 47.9255 21.5144C47.927 22.4125 48.0864 23.4077 48.4241 24.2323C48.5944 24.6447 48.809 25.0166 49.0914 25.3091C49.3716 25.6009 49.7377 25.8148 50.162 25.8493C50.2209 25.8544 50.2806 25.8566 50.341 25.8566C50.822 25.8544 51.3664 25.7221 51.9399 25.5362C53.6494 24.9747 55.5969 23.8854 55.6085 23.8803C55.8036 23.7715 55.8749 23.5231 55.7672 23.3261C55.6595 23.1291 55.4135 23.0571 55.2185 23.1659V23.1673Z' fill='%230C0E1B'/%3E%3Cpath d='M27.8384 21.3457C27.8246 21.3546 27.1616 21.7272 26.4818 22.3218C26.142 22.6202 25.7963 22.9737 25.5255 23.3787C25.2563 23.7829 25.0547 24.2475 25.054 24.7619C25.054 25.0515 25.1216 25.3514 25.2686 25.6366C25.7046 26.484 26.321 27.3829 26.9927 28.0907C27.3297 28.4442 27.6797 28.7507 28.04 28.9771C28.4002 29.202 28.775 29.3549 29.1716 29.3571C29.3907 29.3571 29.6149 29.3049 29.8157 29.1917C30.1665 28.9925 30.5166 28.6735 30.8761 28.3002C31.9452 27.1845 33.0499 25.566 33.0572 25.5572C33.1838 25.372 33.138 25.1177 32.9546 24.9898C32.7712 24.8619 32.5194 24.9082 32.3927 25.0934C32.3927 25.0934 32.3636 25.1361 32.309 25.214C32.1169 25.4874 31.6162 26.1878 31.0456 26.8809C30.7611 27.2271 30.4583 27.5725 30.1723 27.8584C29.8885 28.1443 29.6149 28.3722 29.4235 28.478C29.3463 28.5207 29.2699 28.5405 29.1716 28.5405C28.9977 28.5427 28.7481 28.4611 28.4664 28.2833C28.0443 28.0194 27.5655 27.5564 27.1274 27.0117C26.6878 26.4678 26.2846 25.8424 25.9855 25.2603C25.8967 25.0861 25.8618 24.9258 25.861 24.7612C25.8596 24.4731 25.9804 24.1541 26.1951 23.8337C26.5131 23.3537 27.0277 22.8966 27.4607 22.5732C27.6768 22.4107 27.8726 22.2799 28.0123 22.191C28.0822 22.1461 28.1382 22.1123 28.1768 22.0895L28.2197 22.0646L28.2321 22.0572C28.4191 21.9514 28.4861 21.7191 28.3951 21.5265C28.3915 21.5185 28.3915 21.5096 28.3871 21.5016C28.2976 21.3399 28.1157 21.27 27.9454 21.3097C27.909 21.3185 27.8719 21.3252 27.8377 21.3443L27.8384 21.3457Z' fill='%230C0E1B'/%3E%3Cpath d='M25.8668 62.0518L25.8734 62.054C25.9527 62.0841 26.7452 62.3965 27.6149 62.9492C28.4875 63.4997 29.4212 64.2979 29.8208 65.2262C29.951 65.526 30.0034 65.7936 30.0034 66.0391C30.0034 66.3632 29.9125 66.6564 29.7531 66.9328C29.5158 67.3459 29.1163 67.7104 28.6884 67.9831C28.2626 68.2558 27.8071 68.4366 27.5043 68.5035C27.4454 68.5167 27.3828 68.5233 27.3165 68.5233C27.0837 68.5248 26.7933 68.4344 26.4963 68.2756C26.0502 68.0397 25.599 67.6626 25.2686 67.3459C25.1034 67.1878 24.9673 67.0445 24.8734 66.9423C24.8269 66.8909 24.7905 66.8505 24.7657 66.8225L24.7388 66.7909L24.7315 66.7821C24.5874 66.6101 24.3327 66.5881 24.1624 66.7336C23.9921 66.8791 23.9703 67.1364 24.1144 67.3084C24.1238 67.3194 24.5285 67.8045 25.1165 68.3013C25.4113 68.5498 25.7511 68.8011 26.1208 68.9974C26.4898 69.1921 26.8908 69.3377 27.3173 69.3391C27.4373 69.3391 27.5589 69.3266 27.6797 69.3002C28.2343 69.173 28.9729 68.8445 29.617 68.3109C29.9372 68.0434 30.2327 67.7236 30.4518 67.3437C30.6708 66.9651 30.812 66.5227 30.812 66.0391C30.812 65.6738 30.7319 65.2886 30.5602 64.8969C30.2931 64.2876 29.8783 63.7643 29.4147 63.3181C28.0225 61.9849 26.1732 61.2991 26.1492 61.2874C25.9447 61.2102 25.7191 61.3131 25.6369 61.516C25.6354 61.5204 25.631 61.5233 25.6296 61.5277C25.6281 61.5314 25.6296 61.5351 25.6281 61.538C25.5575 61.7467 25.6616 61.9746 25.8676 62.0525L25.8668 62.0518Z' fill='%230C0E1B'/%3E%3Cpath d='M25.5621 84.8244C25.5664 84.8207 26.3044 84.16 27.1508 83.2934C27.5743 82.8598 28.0241 82.3754 28.4251 81.8918C28.8261 81.4074 29.1776 80.929 29.4083 80.4828C29.5444 80.2197 29.6121 79.9426 29.6113 79.6721C29.6113 79.2223 29.4323 78.8129 29.1747 78.4594C28.7853 77.9273 28.2104 77.487 27.5947 77.1173C26.979 76.7491 26.3211 76.4581 25.7593 76.2611C25.5657 76.1935 25.3648 76.1641 25.1661 76.1641C24.6582 76.1663 24.1655 76.3463 23.699 76.5926C23.0011 76.9645 22.3562 77.4981 21.8759 77.9405C21.3963 78.3837 21.0856 78.7358 21.079 78.7431C20.9306 78.9114 20.9451 79.1694 21.1118 79.3193C21.2784 79.4693 21.5339 79.4546 21.6823 79.2863L21.7034 79.2628C21.8155 79.1385 22.3628 78.5476 23.0534 78.0001C23.3984 77.7266 23.779 77.4643 24.1495 77.2761C24.5199 77.0872 24.8787 76.9784 25.1661 76.9799C25.287 76.9799 25.3947 76.9975 25.4944 77.0321C26.177 77.2702 27.0467 77.6789 27.7155 78.1713C28.0503 78.4168 28.3341 78.6821 28.5226 78.9423C28.7125 79.204 28.8028 79.4472 28.8021 79.6721C28.8021 79.8096 28.7708 79.9485 28.69 80.1065C28.5088 80.4608 28.1849 80.9099 27.8043 81.3677C27.2337 82.0564 26.5358 82.7716 25.9834 83.3111C25.7069 83.5808 25.4667 83.8072 25.2957 83.9659C25.2105 84.0453 25.1421 84.1078 25.0956 84.1497C25.049 84.1923 25.025 84.2136 25.025 84.2136C24.9158 84.3114 24.8787 84.454 24.902 84.5892C24.9143 84.6612 24.9391 84.731 24.9908 84.7898C25.0381 84.8435 25.0977 84.8758 25.1611 84.8986C25.295 84.9457 25.4478 84.9265 25.5613 84.8251L25.5621 84.8244Z' fill='%230C0E1B'/%3E%3Cpath d='M76.1373 114.922C72.0815 108.65 66.2507 100.073 61.7574 97.2569C57.2635 94.4404 50.2806 97.0011 44.1965 95.9765C38.1124 94.9527 35.9575 92.0083 31.775 89.3198C29.0961 87.5977 27.3102 86.4761 26.0664 85.9785C26.522 86.5217 26.9863 87.0751 27.4513 87.6286C27.4797 87.6624 27.5081 87.6962 27.5365 87.73C27.6544 87.8704 27.7723 88.01 27.8902 88.1504C27.9331 88.2011 27.9753 88.2518 28.0183 88.3025C28.1522 88.462 28.2861 88.6208 28.4193 88.7788C28.4338 88.7964 28.4484 88.8133 28.4629 88.831C28.9331 89.3888 29.3974 89.9379 29.8442 90.4663C29.8573 90.4818 29.8704 90.4972 29.8835 90.5126C30.0109 90.6626 30.1368 90.8118 30.2612 90.958C30.3049 91.0095 30.3478 91.0602 30.3908 91.1109C30.4861 91.2234 30.5815 91.3351 30.6746 91.4453C30.7234 91.5019 30.7707 91.5578 30.8187 91.6144C30.9053 91.7165 30.9919 91.818 31.0763 91.9172C31.1266 91.976 31.1753 92.0333 31.2248 92.0906C31.3019 92.181 31.3784 92.2707 31.454 92.3589C31.5079 92.4221 31.561 92.4846 31.6142 92.5456C31.6862 92.6294 31.7561 92.7117 31.8259 92.7926C31.874 92.8484 31.922 92.905 31.9686 92.9594C32.0392 93.0417 32.1069 93.1204 32.1753 93.1997C32.2211 93.2534 32.2684 93.3078 32.3128 93.36C32.3805 93.4379 32.4445 93.5121 32.5086 93.5871C32.5479 93.6326 32.5886 93.6797 32.6265 93.7238C32.7269 93.8392 32.8237 93.9509 32.9154 94.056C35.7042 97.2561 41.4077 101.096 45.9708 102.12C50.5338 103.144 53.4493 103.144 55.0969 104.552C56.7446 105.961 67.1385 129.258 68.0257 130.794C68.0446 130.827 68.0701 130.856 68.1021 130.881C68.1108 130.888 68.1246 130.892 68.1348 130.899C68.1603 130.915 68.1858 130.932 68.2178 130.943C68.2338 130.949 68.2556 130.952 68.2731 130.957C68.3044 130.966 68.3342 130.976 68.3706 130.982C68.3961 130.987 68.4267 130.988 68.4543 130.99C68.4893 130.993 68.5213 130.998 68.5599 130.999C68.5919 131 68.629 130.998 68.6632 130.997C68.7032 130.997 68.7403 130.997 68.7833 130.995C68.8197 130.993 68.8611 130.987 68.8997 130.983C68.947 130.979 68.9914 130.976 69.0416 130.969C69.0802 130.964 69.1231 130.956 69.1632 130.95C69.2185 130.941 69.2723 130.934 69.332 130.924C69.3866 130.913 69.4463 130.901 69.503 130.889C69.5532 130.879 69.6006 130.87 69.653 130.858C69.7119 130.845 69.7759 130.829 69.8378 130.814C69.8938 130.801 69.947 130.788 70.0052 130.774C70.0605 130.76 70.1209 130.743 70.1777 130.727C70.2468 130.708 70.3138 130.691 70.3851 130.671C70.4513 130.652 70.5226 130.63 70.591 130.61C70.658 130.59 70.7228 130.572 70.7919 130.55C70.8756 130.524 70.9637 130.496 71.0503 130.469C71.1085 130.45 71.1653 130.433 71.2249 130.413C71.3159 130.384 71.4105 130.352 71.5044 130.32C71.5648 130.3 71.6223 130.281 71.6841 130.26C71.7809 130.227 71.8821 130.191 71.9825 130.156C72.0444 130.133 72.1041 130.114 72.1667 130.091C72.2685 130.055 72.3741 130.016 72.4789 129.978C72.5436 129.954 72.6062 129.931 72.6725 129.907C72.7853 129.865 72.9017 129.821 73.0174 129.778C73.0778 129.755 73.136 129.734 73.1972 129.71C73.3158 129.665 73.4381 129.617 73.5603 129.57C73.6222 129.545 73.6819 129.523 73.7444 129.498C73.8835 129.444 74.0254 129.387 74.1673 129.331C74.2139 129.312 74.2597 129.295 74.307 129.276C74.4577 129.215 74.6119 129.153 74.7662 129.09C74.8077 129.073 74.8477 129.057 74.8892 129.04C75.0559 128.971 75.2254 128.902 75.3957 128.831C75.4263 128.819 75.4561 128.806 75.4867 128.794C75.6454 128.727 75.8062 128.66 75.9678 128.591C76.0129 128.572 76.0573 128.554 76.1024 128.535C76.2771 128.461 76.4532 128.386 76.6308 128.309C76.6628 128.295 76.6948 128.282 76.7268 128.268C76.9277 128.181 77.1307 128.094 77.3352 128.005C77.3447 128.001 77.3542 127.997 77.3636 127.992C77.5434 127.914 77.7253 127.834 77.908 127.754C77.9451 127.738 77.9815 127.722 78.0193 127.706C78.2187 127.618 78.4196 127.529 78.6212 127.439C78.6401 127.431 78.6583 127.423 78.6765 127.414C78.8708 127.327 79.0659 127.24 79.2624 127.152C79.2907 127.138 79.3191 127.126 79.3482 127.113C79.5549 127.02 79.7623 126.926 79.9705 126.831C79.9879 126.823 80.0054 126.816 80.0229 126.808C80.469 126.605 80.9187 126.398 81.3714 126.188C81.3787 126.184 81.386 126.181 81.3933 126.178C81.8525 125.965 82.3139 125.749 82.776 125.532C82.7767 125.532 82.7775 125.532 82.7782 125.531C83.0096 125.422 83.2418 125.313 83.4739 125.202C81.966 122.419 78.6059 118.743 76.1352 114.921L76.1373 114.922Z' fill='%23DCBA9B'/%3E%3Cpath d='M46.0711 71.5763C46.0646 71.6138 46.0573 71.6535 46.0486 71.6968C46.0442 71.7174 46.0398 71.7395 46.0355 71.7615C46.026 71.8078 46.0151 71.8578 46.0034 71.91C45.9983 71.932 45.994 71.9526 45.9889 71.9754C45.9714 72.0496 45.9525 72.1283 45.9314 72.2121C45.9256 72.2363 45.9183 72.2635 45.9117 72.2885C45.8957 72.351 45.879 72.4142 45.8615 72.4811C45.8513 72.52 45.8397 72.5612 45.8288 72.6016C45.8128 72.6589 45.7967 72.717 45.78 72.7773C45.7669 72.8243 45.7538 72.8714 45.7393 72.9199C45.7225 72.9787 45.7043 73.0397 45.6861 73.1007C45.6672 73.1661 45.6476 73.2308 45.6272 73.2984C45.6003 73.3866 45.5733 73.4755 45.5442 73.5674C45.5238 73.6313 45.5027 73.6975 45.4816 73.7629C45.4642 73.8173 45.4467 73.8717 45.4285 73.9275C45.4052 73.9995 45.3805 74.0723 45.3557 74.1465C45.339 74.1965 45.3222 74.2472 45.3048 74.298C45.2771 74.3788 45.2502 74.4597 45.2211 74.542C45.2094 74.575 45.1978 74.6089 45.1862 74.6419C45.1177 74.8374 45.0457 75.0366 44.97 75.2395C44.9649 75.2534 44.9598 75.2674 44.954 75.2821C44.9176 75.3806 44.879 75.4798 44.8412 75.5798C44.8266 75.618 44.8121 75.6555 44.7975 75.6937C44.759 75.7922 44.7204 75.8914 44.6804 75.9914C44.6665 76.0259 44.6527 76.0604 44.6389 76.095C44.4999 76.4397 44.3529 76.7896 44.1971 77.1394C44.1898 77.1563 44.1818 77.1732 44.1746 77.1901C44.1258 77.2989 44.0763 77.4077 44.0261 77.5157C44.0115 77.5481 43.9963 77.5797 43.9817 77.612C43.9308 77.7208 43.8798 77.8288 43.8274 77.9369C43.818 77.956 43.8085 77.9751 43.799 77.9942C43.6287 78.344 43.4504 78.6895 43.2649 79.0268C43.2503 79.0533 43.2357 79.0805 43.2205 79.107C43.1644 79.2076 43.1077 79.3076 43.0502 79.4061C43.0312 79.4384 43.0123 79.47 42.9941 79.5024C42.9352 79.6023 42.8762 79.7023 42.8158 79.8008C42.81 79.8096 42.8042 79.8184 42.7991 79.828C42.6637 80.0477 42.5247 80.2609 42.3828 80.4667C42.3777 80.474 42.3733 80.4814 42.3682 80.488C42.3086 80.5747 42.2474 80.6585 42.1863 80.7423C42.1608 80.7768 42.1354 80.8121 42.1099 80.8459C42.0509 80.9246 41.992 81.0025 41.9316 81.0782C41.9047 81.112 41.8777 81.1451 41.8508 81.1789C41.7889 81.2553 41.7271 81.3318 41.6645 81.4045L41.6674 81.4023C41.9629 81.0753 46.3513 78.3088 47.999 76.5705C49.6466 74.8316 50.9144 70.3731 48.5062 66.2763C46.098 62.1803 42.8027 58.8515 37.859 58.2121C32.916 57.5719 31.5216 68.7084 29.0916 70.7568C27.4127 72.1724 24.9172 71.1427 23.5352 70.3709V70.3724C24.2964 72.2922 26.5779 72.8045 29.4926 71.6527C32.4081 70.501 35.83 63.332 37.7317 63.4599C39.6326 63.5878 46.2239 70.1166 46.0973 71.3962C46.0937 71.4322 46.0871 71.4771 46.0791 71.5263C46.0769 71.5418 46.0733 71.5587 46.0704 71.5748L46.0711 71.5763Z' fill='%23DCBA9B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_222_5104'%3E%3Crect width='99' height='131' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 70px;
    height: 95px !important;
    border-radius: 2px;
    margin: 0;
    -ms-flex: 0 0 36px;
    flex: auto;
    width: 100%;
}

.rm-alert-text {
    padding: 0;
    text-align: center;
    color: #262521;
    text-align: center;
    font-family: "Solomon Sans Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
    font-family: Circe;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.alert-block.success .rm-alert-content.d-flex.align-items-center {
    flex-direction: column;
    justify-content: flex-start !important;
}
.rm-alert.rm-alert-danger {
    background: #fff;
    padding: 15px;
    float: left;
    box-shadow: 1px 4px 20px 11px rgb(0 0 0 / 13%);
}

.rm-alert-danger .rm-alert-icon {
    display: none !important;
}

.rm-alert.rm-alert-danger .rm-alert-text {
    text-transform: none !important;
    text-align: left !important;
    font-size: 18px;
    color: #f00;
}
.rm-alert.rm-alert-warning {
    background: #fff;
}

.rm-alert.rm-alert-warning .rm-alert-text {
    font-size: 18px;
    margin-right: 40px;
}

.alert-block.d-flex.flex-column.animated.fadeInRight {
    top: 50% !important;
    top: calc(50% - 150px) !important;
}
@media (max-width: 992px) {
    .alert-block.success {
    width: calc(100% - 30px) !important;
    padding: 0 15px;
}

.rm-alert-text {
    font-size: 24px;
}
}