@charset "utf-8";
.btn_restart{
    opacity: 0;
    pointer-events: none;
}
.btn_restart.is-none{
    opacity: 0;
    pointer-events: none;
}
.btn_restart.is-active{
    opacity: 1;
    pointer-events: all;
}
.btn_skip.is-none{
    opacity: 0;
    position: none;
}

.mv video{
    width: 100%;
    height: auto;
    position: absolute;
    pointer-events: none;
    transition: 1s;
}
.mv{
    position: relative;
}
.mv_link{
    position: absolute;
    content: "";
    width: 24.1vw;
    height: 3.3vw;
    top: 32%;
    left: 37.6%;
    z-index: 1;
}
.emp_img {
    width: 100%;
}
#video01, .video, .mv_wrap {
    transition-duration: 0.6s;
}
.skip {
    position: absolute;
    right: 20px;
    font-size: 13px;
    top: 20px;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100px;
    height: 35px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
    text-decoration: none;
    margin: 1em 0;
    margin: 0;
}
.mv_box{
    position: relative;
}
.mv_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}

.video.end {
    position: absolute;
}
.mv_wrap.end {
    position: relative;
}





.db650{
    display: none;
}
.db425{
    display: none;
}


@media screen and (max-width: 1100px) {
    #restart.skip{
        /* top: 70px; */
    }
}

@media screen and (max-width: 750px) {

}


@media screen and (max-width: 650px) {

    .skip {
        right: 10px;
        top: 10px;
        width: 80px;
        height: 25px;
    }
    .mv_link {
        width: 63.9vw;
        height: 9vw;
        top: 23.5%;
        left: 17.8%;
    }

    .db650{
        display: block;
    }
    .dn650{
        display: none;
    }
}


@media screen and (max-width: 425px) {
    .dn425{
        display: none;
    }
    .db425{
        display: block;
    }
}




/* 20th anniversary */
body.window_fixed{
    overflow: hidden;
    height: 100svh;
}
#wrapper{
    overflow: hidden;
}
.slick-slide img{
    display: inline-block!important;
}
.wrap_20th img{
    width: 100%;
    height: auto;
}
.wrap_20th{
    width: 100vw;
    height: 100svh;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: 1s;
}
#loading_20th {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99999;
    transition: 0.5s;
}
#loading_20th.none{
    opacity: 0;
    pointer-events: none;
}
#loading_20th:after {
    display: block;
    width: 150px;
    height: auto;
    content: url("../img/main/20th_loading.svg");
    transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#loading_20th.is-active:after {
    opacity: 1
}

.mv_video{
    width: 100vw;
    height: 100svh;
    position: relative;
    background: url(../img/main/20th_bg.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow-y: scroll;
    transition: 1s;
    position: fixed;
    z-index: 90000;
    top: 0;
    left: 0;
}
.mv_video.is-none{
    opacity: 0;
    pointer-events: none;
}
.logo_20th{
    position: absolute;
    left: 4vw;
    top: 15vw;
    width: 60vw;
    z-index: 10;
    transition: 1s;
}
.logo_20th svg{
    width: 100%;
    height: auto;
}
.slide_20th_box{
    position: absolute;
    width: 47.6vw;
    right: 0;
    bottom: 0;
    transition: 1s;
    
}
#slide_20th{
    opacity: 0;
    transition: 1s;
}
#slide_20th.is-active{
    opacity: 1;
}
.stop_20th_box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    overflow-y: scroll;
    transition: 1s;
    opacity: 0;
}
.stop_20th_box.is-active{
    opacity: 1;
}
.stop_20th_img{
    max-width: 500px;
    margin: 0 auto;
    padding-top: 40px;
}
.stop_20th_thanks{
    max-width: 150px;
    margin: 80px auto 40px;
}
.stop_20th_text{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 40px;
}
.logo_20th.is-none, .slide_20th_box.is-none, .wrap_20th.is-none{
    opacity: 0;
    pointer-events: none;
}
.signature20th_flex{
    display: flex;
    align-items: flex-end;
    gap: 1em;
    justify-content: flex-end;
    color: #000;
}
.signature20th_flex span{
    display: inline-block;
    line-height: 1;
}
.signature20th{
    max-width: 130px;
    width: 100%;
}
.signature20th_company{
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    margin: 0.8em 0;
    color: #000;
}
.close_20th{
    padding-bottom: 40px;
}
.close_20th a{
    border: solid 1px #000;
    padding: 1em;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    transition: 0.3s;
}
.close_20th a:hover{
    background: #000;
    color: #fff;
}

/***************************************************
 * Generated by SVG Artista on 4/4/2025, 2:41:01 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.st0, .st1 {
fill: #727171;
}

.st2 {
fill: #b49247;
}

.st1 {
stroke: #727171;
stroke-miterlimit: 10;
}   

/* PC */
svg.dn650 .svg-elem-1 {
    stroke-dashoffset: 1480.562744140625px;
    stroke-dasharray: 1480.562744140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.is-active svg.dn650 .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-2 {
    stroke-dashoffset: 1632.8748779296875px;
    stroke-dasharray: 1632.8748779296875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.is-active svg.dn650 .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-3 {
    stroke-dashoffset: 448.2877197265625px;
    stroke-dasharray: 448.2877197265625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.is-active svg.dn650 .svg-elem-3 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-4 {
    stroke-dashoffset: 698.990478515625px;
    stroke-dasharray: 698.990478515625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.is-active svg.dn650 .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-5 {
    stroke-dashoffset: 407.2425537109375px;
    stroke-dasharray: 407.2425537109375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.is-active svg.dn650 .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-6 {
    stroke-dashoffset: 508.7570495605469px;
    stroke-dasharray: 508.7570495605469px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.is-active svg.dn650 .svg-elem-6 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-7 {
    stroke-dashoffset: 508.7570495605469px;
    stroke-dasharray: 508.7570495605469px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.is-active svg.dn650 .svg-elem-7 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-8 {
    stroke-dashoffset: 203.3603515625px;
    stroke-dasharray: 203.3603515625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.is-active svg.dn650 .svg-elem-8 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-9 {
    stroke-dashoffset: 381.0986022949219px;
    stroke-dasharray: 381.0986022949219px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.is-active svg.dn650 .svg-elem-9 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-10 {
    stroke-dashoffset: 356.3212890625px;
    stroke-dasharray: 356.3212890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.is-active svg.dn650 .svg-elem-10 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-11 {
    stroke-dashoffset: 438.6586608886719px;
    stroke-dasharray: 438.6586608886719px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

.is-active svg.dn650 .svg-elem-11 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-12 {
    stroke-dashoffset: 369.42706298828125px;
    stroke-dasharray: 369.42706298828125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}

.is-active svg.dn650 .svg-elem-12 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-13 {
    stroke-dashoffset: 407.2425537109375px;
    stroke-dasharray: 407.2425537109375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

.is-active svg.dn650 .svg-elem-13 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-14 {
    stroke-dashoffset: 438.65875244140625px;
    stroke-dasharray: 438.65875244140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

.is-active svg.dn650 .svg-elem-14 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-15 {
    stroke-dashoffset: 312.81951904296875px;
    stroke-dasharray: 312.81951904296875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

.is-active svg.dn650 .svg-elem-15 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-16 {
    stroke-dashoffset: 1270.136962890625px;
    stroke-dasharray: 1270.136962890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

.is-active svg.dn650 .svg-elem-16 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-17 {
    stroke-dashoffset: 1270.136962890625px;
    stroke-dasharray: 1270.136962890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
}

.is-active svg.dn650 .svg-elem-17 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.dn650 .svg-elem-18 {
    stroke-dashoffset: 485.4122314453125px;
    stroke-dasharray: 485.4122314453125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}

.is-active svg.dn650 .svg-elem-18 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-19 {
    stroke-dashoffset: 305.05169677734375px;
    stroke-dasharray: 305.05169677734375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}

.is-active svg.dn650 .svg-elem-19 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-20 {
    stroke-dashoffset: 238.83067321777344px;
    stroke-dasharray: 238.83067321777344px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}

.is-active svg.dn650 .svg-elem-20 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-21 {
    stroke-dashoffset: 196.749755859375px;
    stroke-dasharray: 196.749755859375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}

.is-active svg.dn650 .svg-elem-21 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-22 {
    stroke-dashoffset: 190.10655212402344px;
    stroke-dasharray: 190.10655212402344px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s;
}

.is-active svg.dn650 .svg-elem-22 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-23 {
    stroke-dashoffset: 300.2815246582031px;
    stroke-dasharray: 300.2815246582031px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}

.is-active svg.dn650 .svg-elem-23 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-24 {
    stroke-dashoffset: 218.59507751464844px;
    stroke-dasharray: 218.59507751464844px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s;
}

.is-active svg.dn650 .svg-elem-24 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-25 {
    stroke-dashoffset: 532.1678466796875px;
    stroke-dasharray: 532.1678466796875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
}

.is-active svg.dn650 .svg-elem-25 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-26 {
    stroke-dashoffset: 347.2871398925781px;
    stroke-dasharray: 347.2871398925781px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
}

.is-active svg.dn650 .svg-elem-26 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-27 {
    stroke-dashoffset: 300.28155517578125px;
    stroke-dasharray: 300.28155517578125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s;
}

.is-active svg.dn650 .svg-elem-27 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-28 {
    stroke-dashoffset: 287.34783935546875px;
    stroke-dasharray: 287.34783935546875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
}

.is-active svg.dn650 .svg-elem-28 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-29 {
    stroke-dashoffset: 360.2018127441406px;
    stroke-dasharray: 360.2018127441406px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s;
}

.is-active svg.dn650 .svg-elem-29 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.dn650 .svg-elem-30 {
    stroke-dashoffset: 156.71429443359375px;
    stroke-dasharray: 156.71429443359375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
}

.is-active svg.dn650 .svg-elem-30 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}
/* // */


/* SP */
/***************************************************
 * Generated by SVG Artista on 4/16/2025, 12:31:55 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg.db650 .svg-elem-1 {
    stroke-dashoffset: 1480.562744140625px;
    stroke-dasharray: 1480.562744140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.is-active svg .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-2 {
    stroke-dashoffset: 1632.8748779296875px;
    stroke-dasharray: 1632.8748779296875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.is-active svg .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-3 {
    stroke-dashoffset: 448.2877197265625px;
    stroke-dasharray: 448.2877197265625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.is-active svg .svg-elem-3 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-4 {
    stroke-dashoffset: 698.990478515625px;
    stroke-dasharray: 698.990478515625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.is-active svg .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-5 {
    stroke-dashoffset: 407.2425537109375px;
    stroke-dasharray: 407.2425537109375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.is-active svg .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-6 {
    stroke-dashoffset: 508.7570495605469px;
    stroke-dasharray: 508.7570495605469px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.is-active svg .svg-elem-6 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-7 {
    stroke-dashoffset: 508.7570495605469px;
    stroke-dasharray: 508.7570495605469px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.is-active svg .svg-elem-7 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-8 {
    stroke-dashoffset: 203.3603515625px;
    stroke-dasharray: 203.3603515625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.is-active svg .svg-elem-8 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-9 {
    stroke-dashoffset: 381.0986022949219px;
    stroke-dasharray: 381.0986022949219px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.is-active svg .svg-elem-9 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-10 {
    stroke-dashoffset: 356.3212890625px;
    stroke-dasharray: 356.3212890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.is-active svg .svg-elem-10 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-11 {
    stroke-dashoffset: 438.6586608886719px;
    stroke-dasharray: 438.6586608886719px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

.is-active svg .svg-elem-11 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-12 {
    stroke-dashoffset: 369.42706298828125px;
    stroke-dasharray: 369.42706298828125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}

.is-active svg .svg-elem-12 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-13 {
    stroke-dashoffset: 407.2425537109375px;
    stroke-dasharray: 407.2425537109375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

.is-active svg .svg-elem-13 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-14 {
    stroke-dashoffset: 438.65875244140625px;
    stroke-dasharray: 438.65875244140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

.is-active svg .svg-elem-14 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-15 {
    stroke-dashoffset: 312.81951904296875px;
    stroke-dasharray: 312.81951904296875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

.is-active svg .svg-elem-15 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-16 {
    stroke-dashoffset: 1270.136962890625px;
    stroke-dasharray: 1270.136962890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

.is-active svg .svg-elem-16 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-17 {
    stroke-dashoffset: 1270.136962890625px;
    stroke-dasharray: 1270.136962890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
}

.is-active svg .svg-elem-17 {
    stroke-dashoffset: 0;
    fill: rgb(114, 113, 113);
}

svg.db650 .svg-elem-18 {
    stroke-dashoffset: 485.4119873046875px;
    stroke-dasharray: 485.4119873046875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}

.is-active svg .svg-elem-18 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-19 {
    stroke-dashoffset: 305.0516662597656px;
    stroke-dasharray: 305.0516662597656px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}

.is-active svg .svg-elem-19 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-20 {
    stroke-dashoffset: 238.83055114746094px;
    stroke-dasharray: 238.83055114746094px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}

.is-active svg .svg-elem-20 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-21 {
    stroke-dashoffset: 196.7497100830078px;
    stroke-dasharray: 196.7497100830078px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}

.is-active svg .svg-elem-21 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-22 {
    stroke-dashoffset: 190.10630798339844px;
    stroke-dasharray: 190.10630798339844px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s;
}

.is-active svg .svg-elem-22 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-23 {
    stroke-dashoffset: 300.281494140625px;
    stroke-dasharray: 300.281494140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6399999999999997s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}

.is-active svg .svg-elem-23 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-24 {
    stroke-dashoffset: 218.59498596191406px;
    stroke-dasharray: 218.59498596191406px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s;
}

.is-active svg .svg-elem-24 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-25 {
    stroke-dashoffset: 532.1678466796875px;
    stroke-dasharray: 532.1678466796875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
}

.is-active svg .svg-elem-25 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-26 {
    stroke-dashoffset: 347.2870788574219px;
    stroke-dasharray: 347.2870788574219px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
}

.is-active svg .svg-elem-26 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-27 {
    stroke-dashoffset: 300.28155517578125px;
    stroke-dasharray: 300.28155517578125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s;
}

.is-active svg .svg-elem-27 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-28 {
    stroke-dashoffset: 287.3477783203125px;
    stroke-dasharray: 287.3477783203125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2399999999999998s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
}

.is-active svg .svg-elem-28 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-29 {
    stroke-dashoffset: 360.20172119140625px;
    stroke-dasharray: 360.20172119140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s;
}

.is-active svg .svg-elem-29 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}

svg.db650 .svg-elem-30 {
    stroke-dashoffset: 156.7142791748047px;
    stroke-dasharray: 156.7142791748047px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s,
                        fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
            transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s,
                fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
}

.is-active svg .svg-elem-30 {
    stroke-dashoffset: 0;
    fill: rgb(180, 146, 71);
}
/* // */

@media screen and (max-width: 1000px) {
    .logo_20th{
        left: 50%;
        transform: translateX(-50%);
        width: 85vw;
        top: 10vh;
    }
    .stop_20th_img {
        max-width: 400px;
        width: 60vw;
        padding-top: 60px;
    }
    .stop_20th_thanks {
        margin: 60px auto 30px;
    }
    .slide_20th_box{
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 90vw;
    }
}
@media screen and (max-width: 650px) {
    .logo_20th {
        top: 13vh;
        max-width: 360px;
        width: 70vw;
    }
    .slide_20th_box {
        width: 95vw;
        bottom: 7vh;
    }
    .stop_20th_text {
        font-size: 12px;
    }
    .stop_20th_thanks {
        margin: 40px auto 20px;
    }
    .close_20th a {
        font-size: 12px;
    }
}


