.btn_spc {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none
}
.btn_spc:after,
.btn_spc:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #31beba;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}
.btn_spc:before {
    clip-path: polygon(120% 0, 100% 0, 0 50%, 100% 100%, 120% 100%);
    left: 0
}
.btn_spc:after {
    clip-path: polygon(0 0, -20% 0, -20% 100%, 0 100%, 100% 50%);
    right: 0
}
.btn_spc .deco-left,
.btn_spc .deco-right {
    background: #31beba;
    display: block;
    position: absolute;
    z-index: 3
}
.btn_spc .deco-left:before,
.btn_spc .deco-right:before {
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%
}
.btn_spc .deco-left {
    clip-path: polygon(120% 0, 100% 0, 0 50%, 100% 100%, 120% 100%)
}
.btn_spc .deco-left:before {
    background: hsla(0, 0%, 100%, .08);
    top: 0
}
.btn_spc .deco-right {
    clip-path: polygon(0 0, -20% 0, -20% 100%, 0 100%, 100% 50%)
}
.btn_spc .deco-right:before {
    background: rgba(0, 0, 0, .08);
    bottom: 0
}
.btn_spc .lbl-btn {
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #31beba;
    box-sizing: border-box;
    color: #fff;
    display: block;
    display: flex;
    font-weight: 700;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}
.btn_spc .lbl-btn:after,
.btn_spc .lbl-btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1
}
.btn_spc .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #31beba
}
.btn_spc .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #31beba
}
.btn_spc.theme-pink:after,
.btn_spc.theme-pink:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #f42068
}
.btn_spc.theme-pink .deco-left,
.btn_spc.theme-pink .deco-right {
    background: #f42068
}
.btn_spc.theme-pink .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #f42068;
    color: #f2f2f5
}
.btn_spc.theme-pink .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #f42068
}
.btn_spc.theme-pink .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #f42068
}
.btn_spc.theme-pink:hover:after,
.btn_spc.theme-pink:hover:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #ff216c
}
.btn_spc.theme-pink:hover .deco-left,
.btn_spc.theme-pink:hover .deco-right {
    background: #ff216c
}
.btn_spc.theme-pink:hover .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #ff216c
}
.btn_spc.theme-pink:hover .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #ff216c
}
.btn_spc.theme-pink:hover .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #ff216c
}
.btn_spc.theme-pink:active:after,
.btn_spc.theme-pink:active:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #db1c5d
}
.btn_spc.theme-pink:active .deco-left,
.btn_spc.theme-pink:active .deco-right {
    background: #db1c5d
}
.btn_spc.theme-pink:active .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #db1c5d
}
.btn_spc.theme-pink:active .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #db1c5d
}
.btn_spc.theme-pink:active .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #db1c5d
}
.btn_spc.theme-black:after,
.btn_spc.theme-black:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #303038
}
.btn_spc.theme-black .deco-left,
.btn_spc.theme-black .deco-right {
    background: #303038
}
.btn_spc.theme-black .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #303038;
    color: #f2f2f5
}
.btn_spc.theme-black .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #303038
}
.btn_spc.theme-black .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #303038
}
.btn_spc.theme-black:hover:after,
.btn_spc.theme-black:hover:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #767686
}
.btn_spc.theme-black:hover .deco-left,
.btn_spc.theme-black:hover .deco-right {
    background: #767686
}
.btn_spc.theme-black:hover .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #767686
}
.btn_spc.theme-black:hover .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #767686
}
.btn_spc.theme-black:hover .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #767686
}
.btn_spc.theme-black:active:after,
.btn_spc.theme-black:active:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #464652
}
.btn_spc.theme-black:active .deco-left,
.btn_spc.theme-black:active .deco-right {
    background: #464652
}
.btn_spc.theme-black:active .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #464652
}
.btn_spc.theme-black:active .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #464652
}
.btn_spc.theme-black:active .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #464652
}
.btn_spc.theme-white:after,
.btn_spc.theme-white:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #f9f9fa
}
.btn_spc.theme-white .deco-left,
.btn_spc.theme-white .deco-right {
    background: #f9f9fa
}
.btn_spc.theme-white .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #f9f9fa;
    color: #4e4e50
}
.btn_spc.theme-white .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #f9f9fa
}
.btn_spc.theme-white .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #f9f9fa
}
.btn_spc.theme-white:hover:after,
.btn_spc.theme-white:hover:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #f1f0f2
}
.btn_spc.theme-white:hover .deco-left,
.btn_spc.theme-white:hover .deco-right {
    background: #f1f0f2
}
.btn_spc.theme-white:hover .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #f1f0f2
}
.btn_spc.theme-white:hover .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #f1f0f2
}
.btn_spc.theme-white:hover .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #f1f0f2
}
.btn_spc.theme-white:active:after,
.btn_spc.theme-white:active:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #e2e2e5
}
.btn_spc.theme-white:active .deco-left,
.btn_spc.theme-white:active .deco-right {
    background: #e2e2e5
}
.btn_spc.theme-white:active .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #e2e2e5
}
.btn_spc.theme-white:active .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #e2e2e5
}
.btn_spc.theme-white:active .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #e2e2e5
}
.btn_spc.theme-eternal:after,
.btn_spc.theme-eternal:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #31beba
}
.btn_spc.theme-eternal .deco-left,
.btn_spc.theme-eternal .deco-right {
    background: #31beba
}
.btn_spc.theme-eternal .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #31beba;
    color: #f2f2f5
}
.btn_spc.theme-eternal .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #31beba
}
.btn_spc.theme-eternal .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #31beba
}
.btn_spc.theme-eternal{
  transition: filter 0.15s;
}
.btn_spc.theme-eternal:hover{
  filter: brightness(1.05) saturate(1.1);
}
/* .btn_spc.theme-eternal:hover:after,
.btn_spc.theme-eternal:hover:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #43dcd7
}
.btn_spc.theme-eternal:hover .deco-left,
.btn_spc.theme-eternal:hover .deco-right {
    background: #43dcd7
}
.btn_spc.theme-eternal:hover .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #43dcd7
}
.btn_spc.theme-eternal:hover .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #43dcd7
}
.btn_spc.theme-eternal:hover .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #43dcd7
} */
.btn_spc.theme-eternal:active:after,
.btn_spc.theme-eternal:active:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #27a19e
}
.btn_spc.theme-eternal:active .deco-left,
.btn_spc.theme-eternal:active .deco-right {
    background: #27a19e
}
.btn_spc.theme-eternal:active .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #27a19e
}
.btn_spc.theme-eternal:active .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #27a19e
}
.btn_spc.theme-eternal:active .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #27a19e
}
.btn_spc.theme-gold:after,
.btn_spc.theme-gold:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #b8a561
}
.btn_spc.theme-gold .deco-left,
.btn_spc.theme-gold .deco-right {
    background: #b8a561
}
.btn_spc.theme-gold .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #b8a561;
    color: #f2f2f5
}
.btn_spc.theme-gold .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #b8a561
}
.btn_spc.theme-gold .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #b8a561
}
.btn_spc.theme-gold{
  transition: filter 0.15s;
}
.btn_spc.theme-gold:hover{
  filter: brightness(1.05) saturate(1.5);
}
/* .btn_spc.theme-gold:hover:after,
.btn_spc.theme-gold:hover:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #e2c661
}
.btn_spc.theme-gold:hover .deco-left,
.btn_spc.theme-gold:hover .deco-right {
    background: #e2c661
}
.btn_spc.theme-gold:hover .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #e2c661
}
.btn_spc.theme-gold:hover .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #e2c661
}
.btn_spc.theme-gold:hover .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #e2c661
} */
.btn_spc.theme-gold:active:after,
.btn_spc.theme-gold:active:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #9d8941
}
.btn_spc.theme-gold:active .deco-left,
.btn_spc.theme-gold:active .deco-right {
    background: #9d8941
}
.btn_spc.theme-gold:active .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #9d8941
}
.btn_spc.theme-gold:active .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #9d8941
}
.btn_spc.theme-gold:active .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #9d8941
}
.btn_spc.theme-platinum:after,
.btn_spc.theme-platinum:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #848494
}
.btn_spc.theme-platinum .deco-left,
.btn_spc.theme-platinum .deco-right {
    background: #848494
}
.btn_spc.theme-platinum .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #848494;
    color: #f2f2f5
}
.btn_spc.theme-platinum .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #848494
}
.btn_spc.theme-platinum .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #848494
}
.btn_spc.theme-platinum{
  transition: filter 0.15s;
}
.btn_spc.theme-platinum:hover{
  filter: brightness(1.15);
}
/* .btn_spc.theme-platinum:hover:after,
.btn_spc.theme-platinum:hover:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #a5a5c4
}
.btn_spc.theme-platinum:hover .deco-left,
.btn_spc.theme-platinum:hover .deco-right {
    background: #a5a5c4
}
.btn_spc.theme-platinum:hover .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #a5a5c4
}
.btn_spc.theme-platinum:hover .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #a5a5c4
}
.btn_spc.theme-platinum:hover .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #a5a5c4
} */
.btn_spc.theme-platinum:active:after,
.btn_spc.theme-platinum:active:before {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #727285
}
.btn_spc.theme-platinum:active .deco-left,
.btn_spc.theme-platinum:active .deco-right {
    background: #727285
}
.btn_spc.theme-platinum:active .lbl-btn {
    background: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), #727285
}
.btn_spc.theme-platinum:active .lbl-btn:before {
    background: linear-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .04)), #727285
}
.btn_spc.theme-platinum:active .lbl-btn:after {
    background: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), #727285
}
@media screen and (min-width:1280px) {
    .btn_spc.size-desktop-2xs {
        padding: 0 .625rem
    }

    .btn_spc.size-desktop-2xs:after,
    .btn_spc.size-desktop-2xs:before {
        width: .625rem
    }

    .btn_spc.size-desktop-2xs .lbl-btn {
        font-size: .625rem;
        line-height: .875em;
        padding: .1875rem 0
    }

    .btn_spc.size-desktop-2xs .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-desktop-2xs .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-desktop-2xs .lbl-btn:after,
    .btn_spc.size-desktop-2xs .lbl-btn:before {
        height: calc(50% - .125rem);
        left: calc(.125rem/2);
        width: calc(100% - .125rem)
    }

    .btn_spc.size-desktop-2xs .deco-left,
    .btn_spc.size-desktop-2xs .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: .5rem
    }

    .btn_spc.size-desktop-2xs .deco-left {
        left: .1875rem
    }

    .btn_spc.size-desktop-2xs .deco-right {
        right: .1875rem
    }

    .btn_spc.size-desktop-xs {
        padding: 0 .75rem
    }

    .btn_spc.size-desktop-xs:after,
    .btn_spc.size-desktop-xs:before {
        width: .75rem
    }

    .btn_spc.size-desktop-xs .lbl-btn {
        font-size: .6875rem;
        line-height: 1em;
        padding: .25rem 0
    }

    .btn_spc.size-desktop-xs .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-desktop-xs .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-desktop-xs .lbl-btn:after,
    .btn_spc.size-desktop-xs .lbl-btn:before {
        height: calc(50% - .125rem);
        left: .125rem/2;
        width: calc(100% - .125rem)
    }

    .btn_spc.size-desktop-xs .deco-left,
    .btn_spc.size-desktop-xs .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: .625rem
    }

    .btn_spc.size-desktop-xs .deco-left {
        left: .1875rem
    }

    .btn_spc.size-desktop-xs .deco-right {
        right: .1875rem
    }

    .btn_spc.size-desktop-s {
        padding: 0 1rem
    }

    .btn_spc.size-desktop-s:after,
    .btn_spc.size-desktop-s:before {
        width: 1rem
    }

    .btn_spc.size-desktop-s .lbl-btn {
        font-size: .875rem;
        line-height: 1.25em;
        padding: .375rem 0
    }

    .btn_spc.size-desktop-s .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-desktop-s .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-desktop-s .lbl-btn:after,
    .btn_spc.size-desktop-s .lbl-btn:before {
        height: calc(50% - .125rem);
        left: .125rem/2;
        width: calc(100% - .125rem)
    }

    .btn_spc.size-desktop-s .deco-left,
    .btn_spc.size-desktop-s .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: calc(1rem - 0.125rem)
    }

    .btn_spc.size-desktop-s .deco-left {
        left: .1875rem
    }

    .btn_spc.size-desktop-s .deco-right {
        right: .1875rem
    }

    .btn_spc.size-desktop-m {
        padding: 0 1.25rem
    }

    .btn_spc.size-desktop-m:after,
    .btn_spc.size-desktop-m:before {
        width: 1.25rem
    }

    .btn_spc.size-desktop-m .lbl-btn {
        font-size: 1rem;
        line-height: 1.5em;
        padding: .5rem 0
    }

    .btn_spc.size-desktop-m .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-desktop-m .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-desktop-m .lbl-btn:after,
    .btn_spc.size-desktop-m .lbl-btn:before {
        height: calc(50% - .125rem);
        left: .125rem/2;
        width: calc(100% - .125rem)
    }

    .btn_spc.size-desktop-m .deco-left,
    .btn_spc.size-desktop-m .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: 1.125rem
    }

    .btn_spc.size-desktop-m .deco-left {
        left: .1875rem
    }

    .btn_spc.size-desktop-m .deco-right {
        right: .1875rem
    }

    .btn_spc.size-desktop-l {
        padding: 0 1.5rem;
    }

    .btn_spc.size-desktop-l:after,
    .btn_spc.size-desktop-l:before {
        width:1.5rem
    }

    .btn_spc.size-desktop-l .lbl-btn {
        font-size: 1.5rem;
        line-height: 1.625em;
        padding: .5rem 0;
    }

    .btn_spc.size-desktop-l .lbl-btn .subtitle {
        /* font-size: 1.5rem; */
    }

    .btn_spc.size-desktop-l .lbl-btn:before {
        top: .1875rem
    }

    .btn_spc.size-desktop-l .lbl-btn:after {
        bottom: .1875rem
    }

    .btn_spc.size-desktop-l .lbl-btn:after,
    .btn_spc.size-desktop-l .lbl-btn:before {
        height: calc(50% - .1875rem);
        left: .1875rem/2;
        width: calc(100% - .1875rem)
    }

    .btn_spc.size-desktop-l .deco-left,
    .btn_spc.size-desktop-l .deco-right {
        height: calc(100% - .375rem);
        top: .1875rem;
        width:calc(1.5rem - 0.1875rem)
    }

    .btn_spc.size-desktop-l .deco-left {
        left: .28125rem
    }

    .btn_spc.size-desktop-l .deco-right {
        right: .28125rem
    }

    .btn_spc.size-desktop-xl {
        padding: 0 1.75rem
    }

    .btn_spc.size-desktop-xl:after,
    .btn_spc.size-desktop-xl:before {
        width: 1.75rem
    }

    .btn_spc.size-desktop-xl .lbl-btn {
        font-size: 1.25rem;
        line-height: 1.75em;
        padding: .875rem 0
    }

    .btn_spc.size-desktop-xl .lbl-btn:before {
        top: .1875rem
    }

    .btn_spc.size-desktop-xl .lbl-btn:after {
        bottom: .1875rem
    }

    .btn_spc.size-desktop-xl .lbl-btn:after,
    .btn_spc.size-desktop-xl .lbl-btn:before {
        height: calc(50% - .1875rem);
        left: .1875rem/2;
        width: calc(100% - .1875rem)
    }

    .btn_spc.size-desktop-xl .deco-left,
    .btn_spc.size-desktop-xl .deco-right {
        height: calc(100% - .375rem);
        top: .1875rem;
        width: 1.5625rem
    }

    .btn_spc.size-desktop-xl .deco-left {
        left: .28125rem
    }

    .btn_spc.size-desktop-xl .deco-right {
        right: .28125rem
    }

    .btn_spc.size-desktop-2xl {
        padding: 0 2rem
    }

    .btn_spc.size-desktop-2xl:after,
    .btn_spc.size-desktop-2xl:before {
        width: 2rem
    }

    .btn_spc.size-desktop-2xl .lbl-btn {
        font-size: 1.5rem;
        line-height: 2em;
        padding: 1rem 0
    }

    .btn_spc.size-desktop-2xl .lbl-btn:before {
        top: .1875rem
    }

    .btn_spc.size-desktop-2xl .lbl-btn:after {
        bottom: .1875rem
    }

    .btn_spc.size-desktop-2xl .lbl-btn:after,
    .btn_spc.size-desktop-2xl .lbl-btn:before {
        height: calc(50% - .1875rem);
        left: .1875rem/2;
        width: calc(100% - .1875rem)
    }

    .btn_spc.size-desktop-2xl .deco-left,
    .btn_spc.size-desktop-2xl .deco-right {
        height: calc(100% - .375rem);
        top: .1875rem;
        width: 1.8125rem
    }

    .btn_spc.size-desktop-2xl .deco-left {
        left: .28125rem
    }

    .btn_spc.size-desktop-2xl .deco-right {
        right: .28125rem
    }

    .btn_spc.size-desktop-3xl {
        padding: 0 2.25rem
    }

    .btn_spc.size-desktop-3xl:after,
    .btn_spc.size-desktop-3xl:before {
        width: 2.25rem
    }

    .btn_spc.size-desktop-3xl .lbl-btn {
        font-size: 1.75rem;
        line-height: 2.5em;
        padding: 1rem 0
    }

    .btn_spc.size-desktop-3xl .lbl-btn:before {
        top: .25rem
    }

    .btn_spc.size-desktop-3xl .lbl-btn:after {
        bottom: .25rem
    }

    .btn_spc.size-desktop-3xl .lbl-btn:after,
    .btn_spc.size-desktop-3xl .lbl-btn:before {
        height: calc(50% - .25rem);
        left: .25rem/2;
        width: calc(100% - .25rem)
    }

    .btn_spc.size-desktop-3xl .deco-left,
    .btn_spc.size-desktop-3xl .deco-right {
        height: calc(100% - .5rem);
        top: .25rem;
        width: 2rem
    }

    .btn_spc.size-desktop-3xl .deco-left {
        left: .375rem
    }

    .btn_spc.size-desktop-3xl .deco-right {
        right: .375rem
    }

    .btn_spc.size-desktop-4xl {
        padding: 0 2.5rem
    }

    .btn_spc.size-desktop-4xl:after,
    .btn_spc.size-desktop-4xl:before {
        width: 2.5rem
    }

    .btn_spc.size-desktop-4xl .lbl-btn {
        font-size: 2rem;
        line-height: 1.4em;
        padding: 1.125rem 0
    }

    .btn_spc.size-desktop-4xl .lbl-btn:before {
        top: .25rem
    }

    .btn_spc.size-desktop-4xl .lbl-btn:after {
        bottom: .25rem
    }

    .btn_spc.size-desktop-4xl .lbl-btn:after,
    .btn_spc.size-desktop-4xl .lbl-btn:before {
        height: calc(50% - .25rem);
        left: .25rem/2;
        width: calc(100% - .25rem)
    }

    .btn_spc.size-desktop-4xl .deco-left,
    .btn_spc.size-desktop-4xl .deco-right {
        height: calc(100% - .5rem);
        top: .25rem;
        width: 2.25rem
    }

    .btn_spc.size-desktop-4xl .deco-left {
        left: .375rem
    }

    .btn_spc.size-desktop-4xl .deco-right {
        right: .375rem
    }
}
@media screen and (max-width:1279.98px) {
    .btn_spc.size-mobile-2xs {
        padding: 0 .625rem
    }

    .btn_spc.size-mobile-2xs:after,
    .btn_spc.size-mobile-2xs:before {
        width: .625rem
    }

    .btn_spc.size-mobile-2xs .lbl-btn {
        font-size: .625rem;
        line-height: .875em;
        padding: .1875rem 0
    }

    .btn_spc.size-mobile-2xs .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-mobile-2xs .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-mobile-2xs .lbl-btn:after,
    .btn_spc.size-mobile-2xs .lbl-btn:before {
        height: calc(50% - .125rem);
        left: .125rem/2;
        width: calc(100% - .125rem)
    }

    .btn_spc.size-mobile-2xs .deco-left,
    .btn_spc.size-mobile-2xs .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: .5rem
    }

    .btn_spc.size-mobile-2xs .deco-left {
        left: .1875rem
    }

    .btn_spc.size-mobile-2xs .deco-right {
        right: .1875rem
    }

    .btn_spc.size-mobile-xs {
        padding: 0 .75rem
    }

    .btn_spc.size-mobile-xs:after,
    .btn_spc.size-mobile-xs:before {
        width: .75rem
    }

    .btn_spc.size-mobile-xs .lbl-btn {
        font-size: .6875rem;
        line-height: 1em;
        padding: .25rem 0
    }

    .btn_spc.size-mobile-xs .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-mobile-xs .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-mobile-xs .lbl-btn:after,
    .btn_spc.size-mobile-xs .lbl-btn:before {
        height: calc(50% - .125rem);
        left: .125rem/2;
        width: calc(100% - .125rem)
    }

    .btn_spc.size-mobile-xs .deco-left,
    .btn_spc.size-mobile-xs .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: .625rem
    }

    .btn_spc.size-mobile-xs .deco-left {
        left: .1875rem
    }

    .btn_spc.size-mobile-xs .deco-right {
        right: .1875rem
    }

    .btn_spc.size-mobile-s {
        padding: 0 1rem
    }

    .btn_spc.size-mobile-s:after,
    .btn_spc.size-mobile-s:before {
        width: 1rem
    }

    .btn_spc.size-mobile-s .lbl-btn {
        font-size: .875rem;
        line-height: 1.25em;
        padding: .375rem 0
    }

    .btn_spc.size-mobile-s .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-mobile-s .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-mobile-s .lbl-btn:after,
    .btn_spc.size-mobile-s .lbl-btn:before {
        height: calc(50% - .125rem);
        left: .125rem/2;
        width: calc(100% - .125rem)
    }

    .btn_spc.size-mobile-s .deco-left,
    .btn_spc.size-mobile-s .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: calc(1rem - 0.125rem)
    }

    .btn_spc.size-mobile-s .deco-left {
        left: .1875rem
    }

    .btn_spc.size-mobile-s .deco-right {
        right: .1875rem
    }

    .btn_spc.size-mobile-m {
        padding: 0 1.25rem
    }

    .btn_spc.size-mobile-m:after,
    .btn_spc.size-mobile-m:before {
        width: 1.25rem
    }

    .btn_spc.size-mobile-m .lbl-btn {
        font-size: 1rem;
        line-height: 1.5em;
        padding: .5rem 0
    }

    .btn_spc.size-mobile-m .lbl-btn:before {
        top: .125rem
    }

    .btn_spc.size-mobile-m .lbl-btn:after {
        bottom: .125rem
    }

    .btn_spc.size-mobile-m .lbl-btn:after,
    .btn_spc.size-mobile-m .lbl-btn:before {
        height: calc(50% - .125rem);
        left: .125rem/2;
        width: calc(100% - .125rem)
    }

    .btn_spc.size-mobile-m .deco-left,
    .btn_spc.size-mobile-m .deco-right {
        height: calc(100% - .25rem);
        top: .125rem;
        width: 1.125rem
    }

    .btn_spc.size-mobile-m .deco-left {
        left: .1875rem
    }

    .btn_spc.size-mobile-m .deco-right {
        right: .1875rem
    }

    .btn_spc.size-mobile-l {
        padding: 0 1.5rem
    }

    .btn_spc.size-mobile-l:after,
    .btn_spc.size-mobile-l:before {
        width: 1.5rem
    }

    .btn_spc.size-mobile-l .lbl-btn {
        font-size: 1.125rem;
        line-height: 1.625em;
        padding: .6875rem 0
    }

    .btn_spc.size-mobile-l .lbl-btn .subtitle {
        font-size: 1rem
    }

    .btn_spc.size-mobile-l .lbl-btn:before {
        top: .1875rem
    }

    .btn_spc.size-mobile-l .lbl-btn:after {
        bottom: .1875rem
    }

    .btn_spc.size-mobile-l .lbl-btn:after,
    .btn_spc.size-mobile-l .lbl-btn:before {
        height: calc(50% - .1875rem);
        left: .1875rem/2;
        width: calc(100% - .1875rem)
    }

    .btn_spc.size-mobile-l .deco-left,
    .btn_spc.size-mobile-l .deco-right {
        height: calc(100% - .375rem);
        top: .1875rem;
        width: 1.3125rem
    }

    .btn_spc.size-mobile-l .deco-left {
        left: .28125rem
    }

    .btn_spc.size-mobile-l .deco-right {
        right: .28125rem
    }

    .btn_spc.size-mobile-xl {
        padding: 0 1.75rem
    }

    .btn_spc.size-mobile-xl:after,
    .btn_spc.size-mobile-xl:before {
        width: 1.75rem
    }

    .btn_spc.size-mobile-xl .lbl-btn {
        font-size: 1.25rem;
        line-height: 1.75em;
        padding: .875rem 0
    }

    .btn_spc.size-mobile-xl .lbl-btn:before {
        top: .1875rem
    }

    .btn_spc.size-mobile-xl .lbl-btn:after {
        bottom: .1875rem
    }

    .btn_spc.size-mobile-xl .lbl-btn:after,
    .btn_spc.size-mobile-xl .lbl-btn:before {
        height: calc(50% - .1875rem);
        left: .1875rem/2;
        width: calc(100% - .1875rem)
    }

    .btn_spc.size-mobile-xl .deco-left,
    .btn_spc.size-mobile-xl .deco-right {
        height: calc(100% - .375rem);
        top: .1875rem;
        width: 1.5625rem
    }

    .btn_spc.size-mobile-xl .deco-left {
        left: .28125rem
    }

    .btn_spc.size-mobile-xl .deco-right {
        right: .28125rem
    }

    .btn_spc.size-mobile-2xl {
        padding: 0 2rem
    }

    .btn_spc.size-mobile-2xl:after,
    .btn_spc.size-mobile-2xl:before {
        width: 2rem
    }

    .btn_spc.size-mobile-2xl .lbl-btn {
        font-size: 1.5rem;
        line-height: 2em;
        padding: 1rem 0
    }

    .btn_spc.size-mobile-2xl .lbl-btn:before {
        top: .1875rem
    }

    .btn_spc.size-mobile-2xl .lbl-btn:after {
        bottom: .1875rem
    }

    .btn_spc.size-mobile-2xl .lbl-btn:after,
    .btn_spc.size-mobile-2xl .lbl-btn:before {
        height: calc(50% - .1875rem);
        left: .1875rem/2;
        width: calc(100% - .1875rem)
    }

    .btn_spc.size-mobile-2xl .deco-left,
    .btn_spc.size-mobile-2xl .deco-right {
        height: calc(100% - .375rem);
        top: .1875rem;
        width: 1.8125rem
    }

    .btn_spc.size-mobile-2xl .deco-left {
        left: .28125rem
    }

    .btn_spc.size-mobile-2xl .deco-right {
        right: .28125rem
    }

    .btn_spc.size-mobile-3xl {
        padding: 0 2.25rem
    }

    .btn_spc.size-mobile-3xl:after,
    .btn_spc.size-mobile-3xl:before {
        width: 2.25rem
    }

    .btn_spc.size-mobile-3xl .lbl-btn {
        font-size: 1.75rem;
        line-height: 2.5em;
        padding: 1rem 0
    }

    .btn_spc.size-mobile-3xl .lbl-btn:before {
        top: .25rem
    }

    .btn_spc.size-mobile-3xl .lbl-btn:after {
        bottom: .25rem
    }

    .btn_spc.size-mobile-3xl .lbl-btn:after,
    .btn_spc.size-mobile-3xl .lbl-btn:before {
        height: calc(50% - .25rem);
        left: .25rem/2;
        width: calc(100% - .25rem)
    }

    .btn_spc.size-mobile-3xl .deco-left,
    .btn_spc.size-mobile-3xl .deco-right {
        height: calc(100% - .5rem);
        top: .25rem;
        width: 2rem
    }

    .btn_spc.size-mobile-3xl .deco-left {
        left: .375rem
    }

    .btn_spc.size-mobile-3xl .deco-right {
        right: .375rem
    }

    .btn_spc.size-mobile-4xl {
        padding: 0 2.5rem
    }

    .btn_spc.size-mobile-4xl:after,
    .btn_spc.size-mobile-4xl:before {
        width: 2.5rem
    }

    .btn_spc.size-mobile-4xl .lbl-btn {
        font-size: 2rem;
        line-height: 1.4em;
        padding: 1.125rem 0
    }

    .btn_spc.size-mobile-4xl .lbl-btn:before {
        top: .25rem
    }

    .btn_spc.size-mobile-4xl .lbl-btn:after {
        bottom: .25rem
    }

    .btn_spc.size-mobile-4xl .lbl-btn:after,
    .btn_spc.size-mobile-4xl .lbl-btn:before {
        height: calc(50% - .25rem);
        left: .25rem/2;
        width: calc(100% - .25rem)
    }

    .btn_spc.size-mobile-4xl .deco-left,
    .btn_spc.size-mobile-4xl .deco-right {
        height: calc(100% - .5rem);
        top: .25rem;
        width: 2.25rem
    }

    .btn_spc.size-mobile-4xl .deco-left {
        left: .375rem
    }

    .btn_spc.size-mobile-4xl .deco-right {
        right: .375rem
    }
}
