@font-face{
    font-family: "Jost Regular";
    src: url("../font/4607d1dc94e4dec6af277b766fbcd336.eot");
    src: url("../font/4607d1dc94e4dec6af277b766fbcd336.eot?#iefix")format("embedded-opentype"),
    url("../font/4607d1dc94e4dec6af277b766fbcd336.woff")format("woff"),
    url("../font/4607d1dc94e4dec6af277b766fbcd336.woff2")format("woff2"),
    url("../font/4607d1dc94e4dec6af277b766fbcd336.ttf")format("truetype"),
    url("../font/4607d1dc94e4dec6af277b766fbcd336.svg#Jost Regular")format("svg");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Jost Bold";
    src: url("../font/053ba05405ee06d4367414aab9ad0c14.eot");
    src: url("../font/053ba05405ee06d4367414aab9ad0c14.eot?#iefix")format("embedded-opentype"),
    url("../font/053ba05405ee06d4367414aab9ad0c14.woff")format("woff"),
    url("../font/053ba05405ee06d4367414aab9ad0c14.woff2")format("woff2"),
    url("../font/053ba05405ee06d4367414aab9ad0c14.ttf")format("truetype"),
    url("../font/053ba05405ee06d4367414aab9ad0c14.svg#Jost Bold")format("svg");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}
@view-transition {
    navigation: auto;
}
:root{
    --Jost-Regular: "Jost Regular";
    --Jost-Bold: "Jost Bold";
    --bg: #dccdff;
    --txt-color-v: #00C834;
    --txt-color-vb: #2C2E35;
    --txt-color3: #FFFFFF99;

    /*--bcgnd: linear-gradient(0deg, #00C834, #00C834);*/
    --bcgnd: linear-gradient(90deg, #037D23 0%, #03AC2F 85.55%, #00C834 219.36%);

    --btn-color: linear-gradient(0deg, #00C834 -5.98%, #05942A 38.95%, #00C834 109.21%);
    --btn-shdw: inset 0px 0px 10px #000;
}
html {
    scroll-behavior: smooth;
}
*,
html * {
    scrollbar-width: thin;
    scrollbar-color: var(--txt-color-v) #ffffff;
}

body{
    font-family: 'Jost Regular' !important;
    font-style: normal;
    background: #f5f5f5;
}
.popup-window{
    font-family: 'Jost Regular' !important;
    font-style: normal;
    padding: 0!important;
    box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
    border-radius: 15px;
    font-size: calc(14px + 5 * (100vw / 1280));
    animation: win-bounce 500ms 1;
}
@media (max-width: 1600px){
    .container-wf{
        max-width: 1520px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .banner-info{
        bottom: -90px!important;
    }
    .wf-card-title,
    .wf-card-text{
        font-size: 40px!important;
    }
    .wf-card-title-2{
        padding: 20px 0!important;
    }
}
.container-wf {
    max-width: 100%;
}
/******** loader ***********/
#site-loader{
    transition: all 0.4s ease 0s;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1500;
}
.loader-container{
    box-sizing: border-box;
    padding: 30px;
    width: 50px;
    height: 50px;

    margin: 0 auto;
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.loader-switchbox {
    position: relative;
    height: 80px;
    -webkit-animation: anima-spin 2s infinite linear;
    animation: anima-spin 2s infinite linear;
}
.loader-switchbox .loader-switch {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: var(--txt-color-v);
    border-radius: 20px;
    -webkit-animation: anima-cross 2s infinite linear;
    animation: anima-cross 2s infinite linear;
}
.loader-switchbox .loader-switch:nth-of-type(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes anima-spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes anima-spin {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes anima-cross {
    50% {
        margin-left: 60px;
    }
}
@keyframes anima-cross {
    50% {
        margin-left: 60px;
    }
}
/******** loader ***********/
.wf-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.navbar-header{
    width: 75%;
}
@media (max-width: 992px) {
    .banner-root-bgr{
        max-height: 50vh!important;
    }
    .navbar {
       background: var(--bcgnd);
    }
    .navbar-header{
        width: 100%;
    }
    .navbar-header .navbar-nav .nav-item.active a,
    .navbar-header .navbar-nav .nav-item:hover a{
        color: #fff!important;
    }
}
/*@media (max-width: 1024px) {
    .banner-info{
        bottom: -150px!important;
    }
    .wf-card-title,
    .wf-card-text{
        font-size: 40px!important;
    }
    .wf-card-title-2{
        padding: 20px 0!important;
    }
}*/
/*** button ***/
.btn{
    position: relative;
    font-family: var(--Jost-Regular);
    width: calc(150px + 64 * (100vw / 1280));
    height: calc(35px + 19 * (100vw / 1280));
    color: #fff!important;
    font-size: calc(13px + 7 * (100vw / 1280))!important;
    font-weight: 400!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px!important;
    background: var(--btn-color);
    line-height: 1;
    overflow: hidden;
}
.btn:after {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    transition: transform 0.55s;
    animation: rs-highlight 5s infinite;
}
.btn:hover {
    background: var(--btn-color);
    box-shadow: 0px 0px 3px #000;;
}
.btn:hover:after {
    transform: translate(100%, -25%) rotate(10deg);
}
.btn:active{
    box-shadow: var(--btn-shdw);
}
/*** button ***/

.wf-title-bar{
    color: #fff;
    font-family: var(--Jost-Bold);
    font-size: calc(14px + 6 * (100vw / 1280));
    background: var(--bcgnd);
    padding-left: 15px;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes win-bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
    }
}
.popup-window-close-icon:after{
    width: 35px!important;
    height: 35px!important;
}
.popup-window .btn{
    margin: 0 auto;
    width: calc(150px + 10 * (100vw / 1280));
    height: calc(35px + 5 * (100vw / 1280));
    font-size: calc(14px + 5 * (100vw / 1280)) !important;
}
.wf-home-card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
}
.wf-home-card .wf-home-card-body{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
}
.wf-home-card .wf-card-txt-block{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
}
.wf-card-title{
    margin-bottom: 22px;
}
.wf-card-title,
.wf-card-title-2{
    font-family: var(--Jost-Bold);
    font-size: 70px;
    line-height: 0.7;
    color: #fff;
}
.wf-card-title-2{
    padding: 55px 0;
    line-height: 0.7;
    font-size: clamp(4rem, -0.875rem + 8.333333vw, 8rem);
    color: rgba(255, 255, 255, 0.8);
}
.wf-card-text{
    font-family: var(--Jost-Regular);
    font-size: 60px;
    line-height: 0.8;
    color: #fff;
}
.wf-home-card .wf-card-img-block{
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 700px;
}
.wf-home-card .wf-card-img-block img{
    position: absolute;
    object-fit: contain;
    width: 70%;
    height: auto;
    border-radius: 25px;
    border: none;
}
.wf-home-card .wf-card-img-block img:nth-child(1){
    left: 20%;
    width: unset;
    height: unset;
}
.wf-home-card .wf-card-img-block img:nth-child(2){
    top: 20px;
    right: 0;
    max-width: 404px;
    max-height: 404px;
}
.wf-home-card .wf-card-img-block img:nth-child(3){
    bottom: 0;
    left: 0;
    max-width: 343px;
    max-height: 343px;
    object-fit: contain;
}
.txt-g{
    color: var(--txt-color-v)!important;
}
.block-w{
    display: flow-root;
    background: #fff;
}
.wf-home-card.event-info{
    padding: 30px 0;
    user-select: none;
    box-shadow: 0 0 10px #444;
}
.event-info{
    border-radius: 30px;
    background: url('/images/caed_bg_bt.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.event-info2{
    font-family: var(--Jost-Bold);
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background: #05C938;
    padding: 40px;
}
.block-bg{
    background: url('/images/bg-info-block.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.event-info .strip{
    height: 70%;
    font-size: 2em;
    line-height: 2em;
    border-right: 1px solid var(--txt-color-v);
}

.wf-home-card-info-date{
    font-family: var(--Jost-Bold);
    font-weight: 700;
    font-size: calc(10px + 20 * (100vw / 1280));
    line-height: 1;
    text-align: center;
    width: 50%;
    color: var(--txt-color-v);
}
.wf-home-card-info-date p{
    font-family: var(--Jost-Bold);
    font-size: 24px;
    line-height: 35px;
    color: #2C2E35;
    margin-bottom: 0!important;
}

.wf-home-card-info-address div:nth-child(1){
    font-family: var(--Jost-Bold);
    font-weight: 700;
    font-size: calc(10px + 8 * (100vw / 1280));
    color: var(--txt-color-vb);
}
.wf-home-card-info-address div:nth-child(2){
    font-weight: 400;
    font-size: calc(10px + 8 * (100vw / 1280));
    color: var(--txt-color-v);
}
.block-title{
    font-family: var(--Jost-Bold);
    font-weight: 700;
    font-size: calc(16px + 8 * (100vw / 1280));
    text-align: center;
    color: var(--txt-color-vb);
}
.block-title-info{
    font-family: var(--Jost-Bold);
    font-weight: 700;
    font-size: calc(12px + 4 * (100vw / 1280));
    line-height: 25px;
    text-align: center;
    color: var(--txt-color-vb);
    margin-top: 150px;
}
.img-info{
    border-radius: 50%;
    box-shadow: 0 0 10px #444;
}
.home-block-info .img-info,
.home-block-info .img-circle,
.home-block-info .img1,
.home-block-info .img2,
.home-block-info .img3,
.home-block-info .img4{
    max-width: 300px;
    width: 300px;
}

.home-block-info .img1 .position-absolute{
    top: -40px;
    left: -32px;
}
.home-block-info .img2 .position-absolute{
    top: 40px;
    left: 40px;
}
.home-block-info .img3 .position-absolute{
    top: 18px;
    right: -47px;
}
.home-block-info .img4 .position-absolute{
    top: -40px;
    right: 40px;
}

.home-block-info h2{
    font-family: var(--Jost-Bold);
    font-size: calc(16px + 14 * (100vw / 1280));
    display: flex;
    align-items: flex-end;
    color: var(--txt-color-v);
}
.home-block-info p{
    font-family: var(--Jost-Regular);
    font-size: calc(12px + 8 * (100vw / 1280));
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: var(--txt-color-vb);
}

.wf-card-txt-ul li{
    position: relative;
    list-style-type: none;
    padding: 8px;
    display: flex;
    align-items: center;
}
.wf-card-txt-ul li:before {
    content: url('/images/dot-li0.svg');
    margin-right: 30px;
    text-align: center;
}
.wf-card-txt-ul{
    list-style-type: circle;
    font-size: calc(14px + 6 * (100vw / 1280));
    line-height: 28px;
    color: #000;
}
.wf-card-txt-ul li:nth-child(odd):before{
    content: url('/images/dot-li1.svg');
}
.waiting-everyone{
    font-size: calc(14px + 10 * (100vw / 1280));
    line-height: 43px;
    text-align: center;
    color: var(--txt-color-vb);
}
.for-everyone{
    font-size: 16px;
    line-height: calc(10px + 4 * (100vw / 1280));
    text-align: center;
    color: var(--txt-color-vb);
}
#wf-pup{
    background: var(--bcgnd);
    min-width: 100px;
}
#wf-pup .popup-window-buttons{
    display: flex;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 15px 15px;
    padding: 10px;
    padding-bottom: 30px;
}
#wf-pup .popup-window-titlebar{
    min-height: 70px;
}
.popup-window-with-titlebar .popup-window-content {
    padding: 30px 40px!important;
}
.img-fluid{
    user-select: none;
}
.next-news {
    margin-top: 90px;
    margin-bottom: 84px;
}
.next-news .news-time {
    font-family: var(--Jost-Bold);
    font-size: 24px;
    line-height: 1;
    color: #000;
}
.next-news .news-title{
    font-family: var(--Jost-Bold);
    font-size: 24px;
    line-height: 28px;
    color: #00C834;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.next-news .news-text{
    font-family: var(--Jost-Regular);
    font-size: 16px;
    line-height: 23px;
    color: #000;
}
.block-logo img{
    width: 80% !important;
    object-fit: scale-down;
    max-width: 250px;
}
.footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bcgnd);
}
.footer img{
    width: calc(200px + 358 * (100vw / 1280));
    height: calc(25px + 38 * (100vw / 1280));
    max-width: 297px;
    object-fit: contain;
}

.banner-root{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-root-bgr {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
}
.banner-root-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
}
.banner-info{
    position: absolute;
    bottom: -30px;
    width: 90%;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-info banner-info-item{
    width: 90%;
}
.banner-city-name{
    width: 480px;
    font-family: var(--Jost-Bold);
    font-style: normal;
    font-weight: 700;
    font-size: 50.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    text-align: start;
}
.info-block-bgd{
    background-image: url("/images/bg-info-block.jpg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.header-bgd{
    background-image: url("/images/bg_header.jpg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.header-bgd-b{
    font-size: 50px;
    font-family: var(--Jost-Bold);
    line-height: 1;

    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #000;
}
.header-bgd-b2{
    font-family: var(--Jost-Bold);
    font-size: 50px;
    color: #000;
}
.header-bgd-s{
    margin-top: 10px;
    font-size: 33px;
    line-height: 1;
    color: #000;
}
.header-bgd-s2{
    font-size: 31px;
    line-height: 45px;
    color: #000;
}
.mt-90{
    margin-top: 90px;
}
.conc p{
    font-size: 23px;
    line-height: 33px;
    color: #000;
    margin-bottom: 45px;
}
#where-place .wf-home-card-body{
    top: unset;
}
.conc .conc_3{
    max-width: 558px;
}
.conc .conc_4{
    max-width: 384px;
    margin-top: calc(var(--bs-gutter-x) * .5 *2);
}
.mt-col-calc{
    margin-top: calc(var(--bs-gutter-x) * .5 *2);
}
.next-news .row > *{
    padding-left: 0;
}
.w-10{
    width: 10%!important;
}
.h-10{
    height: 10%!important;
}
.mb-7{
    margin-bottom: 7rem !important;
}
.legacy-cookie > div{
    background: var(--bcgnd);
    opacity: 0.5;
}

@media (max-width: 877px) {
    .banner-root-bgr {
        width: unset !important;
    }
    .wf-card-title,
    .wf-card-text{
        font-size: calc(16px + 34 * (100vw / 1280));
    }
    .event-info2{
        width: 90%;
        border-radius: 30px;
        padding: 15px;
        font-size: calc(16px + 12 * (100vw / 1280));
    }
    .wf-card-title-2{
        font-size: calc(45px + 20 * (100vw / 1280));
        padding: 20px 0;
    }
    .banner-city-name{
        width: auto;
    }

}
@media (max-width: 767px) {
    .banner-info{
        bottom: -45px!important;
    }
    .wf-card-title,
    .wf-card-text,
    .wf-card-title-2{
        text-align: center;
    }
    .home-block-info .img-info,
    .home-block-info .img-circle,
    .home-block-info .img1,
    .home-block-info .img2,
    .home-block-info .img3,
    .home-block-info .img4{
        max-width: 200px;
        width: 200px;
        margin: 0 auto;
    }
    .card-img-overlay{
        padding: 0;
    }
    .minh700{
        min-height: 700px;
    }
    .wf-card-txt-ul{
        line-height: 20px;
    }
    .block-title-info{
        margin-top: 100px;
    }
    .mt-90{
        margin-top: 30px;
    }
    .waiting-everyone{
        line-height: 24px;
    }
    .header-bgd-b{
        display: block;
        text-align: center;
        float: unset!important;
        font-size: calc(30px + 40 * (100vw / 1280));
    }
    .header-bgd-s{
        display: block;
        text-align: center;
    }
    .header-bgd-b2{
        font-size: calc(25px + 36 * (100vw / 1280));
    }
    .next-news{
        margin-top: 90px;
        margin-bottom: 25px;
    }
    .next-news .news-time{
        font-size: calc(20px + 31 * (100vw / 1280));
        line-height: 50px;
    }
    .next-news .news-title{
        font-size: calc(18px + 10 * (100vw / 1280));
        line-height: 1;
    }
    .next-news .news-text{
        font-family: var(--Jost-Regular);
        font-size: 16px;
        line-height: 23px;
        color: #000;
    }
    .conc img{
        margin-top: 30px;
    }
    .wf-home-card.event-info{
        padding: 15px;
    }
    .wf-home-card-info-date p{
        line-height: 1;
    }

    .home-block-info .img-circle{
        display: none;
    }
    .home-block-info h2{
        padding-top: 30px;
    }
    .home-block-info h2,
    .home-block-info p{
        margin: 0 auto;
        line-height: 1;
        text-align: center;
    }
    .home-block-info .position-relative .position-absolute{
        position: relative!important;
        top: unset;
        left: unset;
        right: unset;
        margin: 0 auto;
        text-align: center
    }
    .block-logo img{
        width: 50% !important;
        height: 100px!important;
    }
    .wf-home-card .wf-card-txt-block{
        align-items: center;
    }
    .wf-home-card-info-date{
        width: 70%;
    }
}
@media (min-width: 1550px) {
    .mx-x-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .px-x-0{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) and (max-height: 768px) {
    .navbar-header{
        width: 80%;
    }
    .home-block-info .img-info,
    .home-block-info .img-circle,
    .home-block-info .img1,
    .home-block-info .img2,
    .home-block-info .img3,
    .home-block-info .img4 {
        max-width: 200px;
        width: 200px;
    }
    .home-block-info .img1 .position-absolute{
        top: -20px;
        left: -12px;
    }
    .home-block-info .img2 .position-absolute{
        top: 20px;
        left: 20px;
    }
    .home-block-info .img3 .position-absolute{
        top: 8px;
        right: -27px;
    }
    .home-block-info .img4 .position-absolute{
        top: -20px;
        right: 20px;
    }
}
.digest-block{
    height: 750px;
}
.digest-block video{
    object-fit: cover;
}
.digest-block .pl_video{
    background: url(/images/btn_pl.png) no-repeat;
    -webkit-background-size: auto;
    background-size: 70%;
    background-position: 70%;
    position: absolute;
    height: 138px;
    width: 138px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 100;
}
@media (min-aspect-ratio: 16/9) {
    .digest-block video{
        object-fit: none;
    }
}
@media (max-aspect-ratio: 16/9) {
    .digest-block video{
        object-fit: none;
    }
}

.wf-error{color:#cb3e27!important;}#wf_autocomplete ul{position:absolute;display:block;margin:0;padding:0;border:1px solid #c4c4c4;background-color:#fff;z-index:9999;overflow-x:hidden;overflow-y:auto;min-width:200px;max-height:420px;color:#5c5e8d}
#wf_autocomplete li{display:list-item;list-style-type:none;margin:0;padding:6px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#wf_autocomplete li:hover{background-color:#f2f2f2;cursor:pointer}
#wf_autocomplete li.active{background-color:#e9e9e9}#wf_autocomplete a{text-decoration:none}#wf_autocomplete strong{font-weight:700}#wf_autocomplete a,#wf_autocomplete strong,#wf_autocomplete small{font-family:Helvetica,Arial,sans-serif;font-size:18px}
#wf_autocomplete small{color:#AAA;font-size:18px}#wf_autocomplete .spinner{position:absolute;display:block;margin:0;padding:0;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg id='Layer_1' enable-background='new 0 0 256 256' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='m128 72c-4.4 0-8-3.6-8-8v-32c0-4.4 3.6-8 8-8s8 3.6 8 8v32c0 4.4-3.6 8-8 8z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m173.3 90.7c-2 0-4.1-.8-5.7-2.3-3.1-3.1-3.1-8.2 0-11.3l22.6-22.6c3.1-3.1 8.2-3.1 11.3 0s3.1 8.2 0 11.3l-22.6 22.6c-1.6 1.6-3.6 2.3-5.6 2.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m224 136h-32c-4.4 0-8-3.6-8-8s3.6-8 8-8h32c4.4 0 8 3.6 8 8s-3.6 8-8 8z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m195.9 203.9c-2 0-4.1-.8-5.7-2.3l-22.6-22.6c-3.1-3.1-3.1-8.2 0-11.3s8.2-3.1 11.3 0l22.6 22.6c3.1 3.1 3.1 8.2 0 11.3-1.5 1.5-3.6 2.3-5.6 2.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m128 232c-4.4 0-8-3.6-8-8v-32c0-4.4 3.6-8 8-8s8 3.6 8 8v32c0 4.4-3.6 8-8 8z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m60.1 203.9c-2 0-4.1-.8-5.7-2.3-3.1-3.1-3.1-8.2 0-11.3l22.6-22.6c3.1-3.1 8.2-3.1 11.3 0s3.1 8.2 0 11.3l-22.6 22.6c-1.5 1.5-3.5 2.3-5.6 2.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m64 136h-32c-4.4 0-8-3.6-8-8s3.6-8 8-8h32c4.4 0 8 3.6 8 8s-3.6 8-8 8z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m82.7 90.7c-2 0-4.1-.8-5.7-2.3l-22.5-22.6c-3.1-3.1-3.1-8.2 0-11.3s8.2-3.1 11.3 0l22.6 22.6c3.1 3.1 3.1 8.2 0 11.3-1.6 1.6-3.6 2.3-5.7 2.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;z-index:9999}
